[ Nov 6 00:55:27 Enabled. ] [ Nov 6 00:55:27 Rereading configuration. ] [ Nov 6 00:55:28 Rereading configuration. ] [ Nov 6 00:55:30 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 [ Nov 6 00:55:30 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.11.06 00:55:31.218223 [ 1 ] {} Application: Will watch for the process with pid 24212 2025.11.06 00:55:31.218622 [ 1 ] {} Application: Forked a child process to watch 2025.11.06 00:55:31.426474 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24212 2025.11.06 00:55:31.427193 [ 1 ] {} Application: starting up 2025.11.06 00:55:31.427334 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.11.06 00:55:31.521240 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.11.06 00:55:31.555543 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.11.06 00:55:31.555592 [ 1 ] {} Application: Initializing DateLUT. 2025.11.06 00:55:31.555612 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.11.06 00:55:31.555672 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.11.06 00:55:31.556024 [ 1 ] {} Application: Initializing interserver credentials. 2025.11.06 00:55:31.558176 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.11.06 00:55:31.558977 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.11.06 00:55:31.559795 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.11.06 00:55:31.559816 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.11.06 00:55:31.559830 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.11.06 00:55:31.560513 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.06 00:55:31.561613 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.11.06 00:55:31.568061 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.06 00:55:31.568852 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.06 00:55:31.570165 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.11.06 00:55:31.570225 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.11.06 00:55:31.571250 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.11.06 00:55:31.571662 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.11.06 00:55:31.575472 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.11.06 00:55:31.576151 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.11.06 00:55:31.580686 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.11.06 00:55:31.581042 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.11.06 00:55:31.581443 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.11.06 00:55:31.581804 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.11.06 00:55:31.583252 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.11.06 00:55:31.583282 [ 1 ] {} Application: Loading metadata from /data/ 2025.11.06 00:55:31.583352 [ 126 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:55:31.583413 [ 126 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:55:31.593458 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.11.06 00:55:31.593484 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000179874 sec 2025.11.06 00:55:31.593506 [ 1 ] {} ReferentialDeps: No tables 2025.11.06 00:55:31.593521 [ 1 ] {} LoadingDeps: No tables 2025.11.06 00:55:31.594232 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.11.06 00:55:31.594805 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.11.06 00:55:31.603106 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.11.06 00:55:31.603152 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.11.06 00:55:31.603175 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.11.06 00:55:31.603187 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.11.06 00:55:31.603221 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.11.06 00:55:31.603239 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.11.06 00:55:31.605305 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.11.06 00:55:31.605352 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.11.06 00:55:31.605370 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.11.06 00:55:31.605503 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.11.06 00:55:31.605545 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.11.06 00:55:31.605557 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.11.06 00:55:31.605574 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.11.06 00:55:31.605586 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.11.06 00:55:31.605616 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.11.06 00:55:31.605634 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.11.06 00:55:31.627828 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.11.06 00:55:31.629089 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.11.06 00:55:31.629118 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.7451e-05 sec 2025.11.06 00:55:31.629130 [ 1 ] {} ReferentialDeps: No tables 2025.11.06 00:55:31.629140 [ 1 ] {} LoadingDeps: No tables 2025.11.06 00:55:31.629164 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.11.06 00:55:31.629356 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.11.06 00:55:31.629399 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.11.06 00:55:31.629411 [ 1 ] {} Application: Loaded metadata. 2025.11.06 00:55:31.629422 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.11.06 00:55:31.629432 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.11.06 00:55:31.640736 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.11.06 00:55:31.640971 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.89 MiB 2025.11.06 00:55:31.642379 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.818e-05 sec. 2025.11.06 00:55:31.642748 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.11.06 00:55:31.643366 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.11.06 00:55:31.643401 [ 1 ] {} Application: Ready for connections. 2025.11.06 00:55:31.648071 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62831 2025.11.06 00:55:31.649049 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:31.649108 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Authenticating user 'default' from [fd00:1122:3344:101::d]:62831 2025.11.06 00:55:31.649137 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.649158 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.649254 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.06 00:55:31.649281 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.06 00:55:31.649305 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.06 00:55:31.649807 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46022 2025.11.06 00:55:31.649836 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54111 2025.11.06 00:55:31.650016 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:31.650057 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46022 2025.11.06 00:55:31.650079 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:31.650096 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.650121 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.650127 [ 5 ] {} TCP-Session: f5dac2eb-6a55-45c0-a5ab-5033d65983f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54111 2025.11.06 00:55:31.650174 [ 5 ] {} TCP-Session: f5dac2eb-6a55-45c0-a5ab-5033d65983f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.650192 [ 5 ] {} TCP-Session: f5dac2eb-6a55-45c0-a5ab-5033d65983f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.650694 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35783 2025.11.06 00:55:31.650838 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40715 2025.11.06 00:55:31.650900 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:31.650938 [ 253 ] {} TCP-Session: dcb15b6d-ca6c-4902-90ed-d8aeb674284a Authenticating user 'default' from [fd00:1122:3344:101::d]:35783 2025.11.06 00:55:31.650967 [ 253 ] {} TCP-Session: dcb15b6d-ca6c-4902-90ed-d8aeb674284a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.650979 [ 253 ] {} TCP-Session: dcb15b6d-ca6c-4902-90ed-d8aeb674284a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.651561 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:31.651586 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51301 2025.11.06 00:55:31.651622 [ 254 ] {} TCP-Session: f4ad0284-2708-43e1-9580-2240a69b1d8b Authenticating user 'default' from [fd00:1122:3344:101::d]:40715 2025.11.06 00:55:31.651650 [ 254 ] {} TCP-Session: f4ad0284-2708-43e1-9580-2240a69b1d8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.651668 [ 254 ] {} TCP-Session: f4ad0284-2708-43e1-9580-2240a69b1d8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.652306 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:31.652307 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37965 2025.11.06 00:55:31.652359 [ 255 ] {} TCP-Session: 4f2ea333-12bb-4d05-89d1-df2863e1c736 Authenticating user 'default' from [fd00:1122:3344:101::d]:51301 2025.11.06 00:55:31.652398 [ 255 ] {} TCP-Session: 4f2ea333-12bb-4d05-89d1-df2863e1c736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.652404 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.652413 [ 255 ] {} TCP-Session: 4f2ea333-12bb-4d05-89d1-df2863e1c736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.652450 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64105 2025.11.06 00:55:31.652595 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46365 2025.11.06 00:55:31.652525 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:31.652665 [ 256 ] {} TCP-Session: 6f5f8e4c-3b02-4c2f-a74c-6e0286bed3ff Authenticating user 'default' from [fd00:1122:3344:101::d]:37965 2025.11.06 00:55:31.652695 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:31.652698 [ 256 ] {} TCP-Session: 6f5f8e4c-3b02-4c2f-a74c-6e0286bed3ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.652736 [ 257 ] {} TCP-Session: 4a6658d4-203a-4e52-b9e0-ea882b108d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:64105 2025.11.06 00:55:31.652737 [ 256 ] {} TCP-Session: 6f5f8e4c-3b02-4c2f-a74c-6e0286bed3ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.652777 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:31.652782 [ 257 ] {} TCP-Session: 4a6658d4-203a-4e52-b9e0-ea882b108d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.652830 [ 258 ] {} TCP-Session: 609f09e5-4562-41a4-a15e-89efcafdd1a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46365 2025.11.06 00:55:31.652832 [ 257 ] {} TCP-Session: 4a6658d4-203a-4e52-b9e0-ea882b108d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.652858 [ 258 ] {} TCP-Session: 609f09e5-4562-41a4-a15e-89efcafdd1a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.652892 [ 258 ] {} TCP-Session: 609f09e5-4562-41a4-a15e-89efcafdd1a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:31.655476 [ 3 ] {6ee1f63d-a48a-4873-8471-8705fd302337} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:55:31.727326 [ 3 ] {6ee1f63d-a48a-4873-8471-8705fd302337} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62831) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.11.06 00:55:31.728198 [ 3 ] {6ee1f63d-a48a-4873-8471-8705fd302337} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.11.06 00:55:31.728304 [ 3 ] {6ee1f63d-a48a-4873-8471-8705fd302337} TCPHandler: Processed in 0.078247454 sec. 2025.11.06 00:55:31.728734 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.729206 [ 4 ] {7d0ef130-8224-4e77-9a64-71e91962b8ad} executeQuery: (from [fd00:1122:3344:101::d]:46022) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:55:31.729605 [ 4 ] {7d0ef130-8224-4e77-9a64-71e91962b8ad} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46022) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.11.06 00:55:31.729745 [ 4 ] {7d0ef130-8224-4e77-9a64-71e91962b8ad} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.11.06 00:55:31.729825 [ 4 ] {7d0ef130-8224-4e77-9a64-71e91962b8ad} TCPHandler: Processed in 0.001262803 sec. 2025.11.06 00:55:31.730108 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.730913 [ 3 ] {946112f4-1d23-4186-b15c-0a7c41f910f3} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.11.06 00:55:31.731567 [ 3 ] {946112f4-1d23-4186-b15c-0a7c41f910f3} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.11.06 00:55:31.732919 [ 3 ] {946112f4-1d23-4186-b15c-0a7c41f910f3} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.11.06 00:55:31.732942 [ 3 ] {946112f4-1d23-4186-b15c-0a7c41f910f3} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8041e-05 sec 2025.11.06 00:55:31.732956 [ 3 ] {946112f4-1d23-4186-b15c-0a7c41f910f3} ReferentialDeps: No tables 2025.11.06 00:55:31.732978 [ 3 ] {946112f4-1d23-4186-b15c-0a7c41f910f3} LoadingDeps: No tables 2025.11.06 00:55:31.733010 [ 3 ] {946112f4-1d23-4186-b15c-0a7c41f910f3} DatabaseAtomic (oximeter): Starting up tables. 2025.11.06 00:55:31.733690 [ 3 ] {946112f4-1d23-4186-b15c-0a7c41f910f3} TCPHandler: Processed in 0.003697475 sec. 2025.11.06 00:55:31.733832 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.734006 [ 3 ] {dbfd8f3c-9a9f-4ed2-ae9c-4b3eba4ec545} executeQuery: (from [fd00:1122:3344:101::d]:62831) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.11.06 00:55:31.734058 [ 3 ] {dbfd8f3c-9a9f-4ed2-ae9c-4b3eba4ec545} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.11.06 00:55:31.739405 [ 3 ] {dbfd8f3c-9a9f-4ed2-ae9c-4b3eba4ec545} StoragePolicy (default): Storage policy default created, total volumes 1 2025.11.06 00:55:31.740548 [ 3 ] {dbfd8f3c-9a9f-4ed2-ae9c-4b3eba4ec545} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e): Loading data parts 2025.11.06 00:55:31.741550 [ 3 ] {dbfd8f3c-9a9f-4ed2-ae9c-4b3eba4ec545} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e): There are no data parts 2025.11.06 00:55:31.744133 [ 3 ] {dbfd8f3c-9a9f-4ed2-ae9c-4b3eba4ec545} TCPHandler: Processed in 0.010354243 sec. 2025.11.06 00:55:31.744287 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.744465 [ 3 ] {9573046b-6b74-4b00-ae69-b8f35d329b36} executeQuery: (from [fd00:1122:3344:101::d]:62831) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.744560 [ 3 ] {9573046b-6b74-4b00-ae69-b8f35d329b36} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.11.06 00:55:31.754190 [ 3 ] {9573046b-6b74-4b00-ae69-b8f35d329b36} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Loading data parts 2025.11.06 00:55:31.754386 [ 3 ] {9573046b-6b74-4b00-ae69-b8f35d329b36} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): There are no data parts 2025.11.06 00:55:31.755473 [ 3 ] {9573046b-6b74-4b00-ae69-b8f35d329b36} TCPHandler: Processed in 0.011235378 sec. 2025.11.06 00:55:31.755628 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.755808 [ 3 ] {e14845b5-4bf1-4788-8b7c-96dbdb767d09} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.755864 [ 3 ] {e14845b5-4bf1-4788-8b7c-96dbdb767d09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.11.06 00:55:31.757344 [ 3 ] {e14845b5-4bf1-4788-8b7c-96dbdb767d09} oximeter.measurements_i8 (e233472a-9ab1-4429-b1de-2811658c3f83): Loading data parts 2025.11.06 00:55:31.757478 [ 3 ] {e14845b5-4bf1-4788-8b7c-96dbdb767d09} oximeter.measurements_i8 (e233472a-9ab1-4429-b1de-2811658c3f83): There are no data parts 2025.11.06 00:55:31.758518 [ 3 ] {e14845b5-4bf1-4788-8b7c-96dbdb767d09} TCPHandler: Processed in 0.002946712 sec. 2025.11.06 00:55:31.758661 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.758813 [ 3 ] {2ce76edb-1d41-491b-ae4d-016f31b46419} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.758868 [ 3 ] {2ce76edb-1d41-491b-ae4d-016f31b46419} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.11.06 00:55:31.760333 [ 3 ] {2ce76edb-1d41-491b-ae4d-016f31b46419} oximeter.measurements_u8 (2c48f2c4-929e-4925-8be6-637645710e2a): Loading data parts 2025.11.06 00:55:31.760496 [ 3 ] {2ce76edb-1d41-491b-ae4d-016f31b46419} oximeter.measurements_u8 (2c48f2c4-929e-4925-8be6-637645710e2a): There are no data parts 2025.11.06 00:55:31.761524 [ 3 ] {2ce76edb-1d41-491b-ae4d-016f31b46419} TCPHandler: Processed in 0.002910321 sec. 2025.11.06 00:55:31.761649 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.761818 [ 3 ] {fc082a06-2945-44fc-ba19-94613876f45b} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.761860 [ 3 ] {fc082a06-2945-44fc-ba19-94613876f45b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.11.06 00:55:31.763435 [ 3 ] {fc082a06-2945-44fc-ba19-94613876f45b} oximeter.measurements_i16 (26050129-d426-49e1-912a-52448fbd3ec0): Loading data parts 2025.11.06 00:55:31.763555 [ 3 ] {fc082a06-2945-44fc-ba19-94613876f45b} oximeter.measurements_i16 (26050129-d426-49e1-912a-52448fbd3ec0): There are no data parts 2025.11.06 00:55:31.764618 [ 3 ] {fc082a06-2945-44fc-ba19-94613876f45b} TCPHandler: Processed in 0.003017873 sec. 2025.11.06 00:55:31.764768 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.764919 [ 3 ] {e1449db5-4457-4a03-a034-182842af6d20} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.764975 [ 3 ] {e1449db5-4457-4a03-a034-182842af6d20} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.11.06 00:55:31.766715 [ 3 ] {e1449db5-4457-4a03-a034-182842af6d20} oximeter.measurements_u16 (0c455b30-4bfd-46ac-baf1-4f4f89c8388e): Loading data parts 2025.11.06 00:55:31.766852 [ 3 ] {e1449db5-4457-4a03-a034-182842af6d20} oximeter.measurements_u16 (0c455b30-4bfd-46ac-baf1-4f4f89c8388e): There are no data parts 2025.11.06 00:55:31.767920 [ 3 ] {e1449db5-4457-4a03-a034-182842af6d20} TCPHandler: Processed in 0.003200487 sec. 2025.11.06 00:55:31.768059 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.768226 [ 3 ] {d4f4eae2-4ba7-4638-952e-467d1a5fb155} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.768267 [ 3 ] {d4f4eae2-4ba7-4638-952e-467d1a5fb155} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.11.06 00:55:31.771317 [ 3 ] {d4f4eae2-4ba7-4638-952e-467d1a5fb155} oximeter.measurements_i32 (b9cc6862-228f-47a8-98f9-eb7ecbd8bbc0): Loading data parts 2025.11.06 00:55:31.771449 [ 3 ] {d4f4eae2-4ba7-4638-952e-467d1a5fb155} oximeter.measurements_i32 (b9cc6862-228f-47a8-98f9-eb7ecbd8bbc0): There are no data parts 2025.11.06 00:55:31.773148 [ 3 ] {d4f4eae2-4ba7-4638-952e-467d1a5fb155} TCPHandler: Processed in 0.005136401 sec. 2025.11.06 00:55:31.773316 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.773476 [ 3 ] {3c5528d7-82f2-426d-90a8-dadbb64dcf0e} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.773534 [ 3 ] {3c5528d7-82f2-426d-90a8-dadbb64dcf0e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.11.06 00:55:31.775059 [ 3 ] {3c5528d7-82f2-426d-90a8-dadbb64dcf0e} oximeter.measurements_u32 (9360f12b-1fb5-4b19-84c6-0436fdd352a1): Loading data parts 2025.11.06 00:55:31.775307 [ 3 ] {3c5528d7-82f2-426d-90a8-dadbb64dcf0e} oximeter.measurements_u32 (9360f12b-1fb5-4b19-84c6-0436fdd352a1): There are no data parts 2025.11.06 00:55:31.776372 [ 3 ] {3c5528d7-82f2-426d-90a8-dadbb64dcf0e} TCPHandler: Processed in 0.003110045 sec. 2025.11.06 00:55:31.776515 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.776736 [ 3 ] {e6402992-bac9-49e9-8e69-9cc0dccd690f} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.776823 [ 3 ] {e6402992-bac9-49e9-8e69-9cc0dccd690f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.11.06 00:55:31.778341 [ 3 ] {e6402992-bac9-49e9-8e69-9cc0dccd690f} oximeter.measurements_i64 (624882d7-c193-4c60-a995-249fe8fc6559): Loading data parts 2025.11.06 00:55:31.778494 [ 3 ] {e6402992-bac9-49e9-8e69-9cc0dccd690f} oximeter.measurements_i64 (624882d7-c193-4c60-a995-249fe8fc6559): There are no data parts 2025.11.06 00:55:31.779529 [ 3 ] {e6402992-bac9-49e9-8e69-9cc0dccd690f} TCPHandler: Processed in 0.003065204 sec. 2025.11.06 00:55:31.779693 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.779877 [ 3 ] {ca9efac7-e63d-4354-9a34-ab902c54db1a} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.779940 [ 3 ] {ca9efac7-e63d-4354-9a34-ab902c54db1a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.11.06 00:55:31.781418 [ 3 ] {ca9efac7-e63d-4354-9a34-ab902c54db1a} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Loading data parts 2025.11.06 00:55:31.781558 [ 3 ] {ca9efac7-e63d-4354-9a34-ab902c54db1a} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): There are no data parts 2025.11.06 00:55:31.782655 [ 3 ] {ca9efac7-e63d-4354-9a34-ab902c54db1a} TCPHandler: Processed in 0.003010313 sec. 2025.11.06 00:55:31.782792 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.782945 [ 3 ] {0fe92a43-539e-44bb-add0-f5e0fe18d3a7} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.783017 [ 3 ] {0fe92a43-539e-44bb-add0-f5e0fe18d3a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.11.06 00:55:31.784556 [ 3 ] {0fe92a43-539e-44bb-add0-f5e0fe18d3a7} oximeter.measurements_f32 (6c95285f-f6fc-4262-bb25-73bb695578c5): Loading data parts 2025.11.06 00:55:31.784704 [ 3 ] {0fe92a43-539e-44bb-add0-f5e0fe18d3a7} oximeter.measurements_f32 (6c95285f-f6fc-4262-bb25-73bb695578c5): There are no data parts 2025.11.06 00:55:31.785768 [ 3 ] {0fe92a43-539e-44bb-add0-f5e0fe18d3a7} TCPHandler: Processed in 0.003023523 sec. 2025.11.06 00:55:31.785892 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.786065 [ 3 ] {2dcfc1f1-5e49-44e6-8f70-168f02cc463e} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.786122 [ 3 ] {2dcfc1f1-5e49-44e6-8f70-168f02cc463e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.11.06 00:55:31.787598 [ 3 ] {2dcfc1f1-5e49-44e6-8f70-168f02cc463e} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Loading data parts 2025.11.06 00:55:31.787740 [ 3 ] {2dcfc1f1-5e49-44e6-8f70-168f02cc463e} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): There are no data parts 2025.11.06 00:55:31.788789 [ 3 ] {2dcfc1f1-5e49-44e6-8f70-168f02cc463e} TCPHandler: Processed in 0.002945152 sec. 2025.11.06 00:55:31.788925 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.789100 [ 3 ] {bb45ffb1-1746-4280-9b1c-04d40a36266e} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.789159 [ 3 ] {bb45ffb1-1746-4280-9b1c-04d40a36266e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.11.06 00:55:31.790662 [ 3 ] {bb45ffb1-1746-4280-9b1c-04d40a36266e} oximeter.measurements_string (237a4806-945b-454a-bdd4-78fbf31251d7): Loading data parts 2025.11.06 00:55:31.790806 [ 3 ] {bb45ffb1-1746-4280-9b1c-04d40a36266e} oximeter.measurements_string (237a4806-945b-454a-bdd4-78fbf31251d7): There are no data parts 2025.11.06 00:55:31.791888 [ 3 ] {bb45ffb1-1746-4280-9b1c-04d40a36266e} TCPHandler: Processed in 0.003010003 sec. 2025.11.06 00:55:31.792029 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.792207 [ 3 ] {c04fbcc2-a348-4f74-8513-09d2fa77aae2} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.792274 [ 3 ] {c04fbcc2-a348-4f74-8513-09d2fa77aae2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.11.06 00:55:31.793762 [ 3 ] {c04fbcc2-a348-4f74-8513-09d2fa77aae2} oximeter.measurements_bytes (1660934b-c4f3-443e-8bff-2db7cb19beba): Loading data parts 2025.11.06 00:55:31.793899 [ 3 ] {c04fbcc2-a348-4f74-8513-09d2fa77aae2} oximeter.measurements_bytes (1660934b-c4f3-443e-8bff-2db7cb19beba): There are no data parts 2025.11.06 00:55:31.794938 [ 3 ] {c04fbcc2-a348-4f74-8513-09d2fa77aae2} TCPHandler: Processed in 0.002954522 sec. 2025.11.06 00:55:31.795077 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.795263 [ 3 ] {842a2a1b-35c7-476c-b15f-16d681e7e7df} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.795359 [ 3 ] {842a2a1b-35c7-476c-b15f-16d681e7e7df} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.11.06 00:55:31.796831 [ 3 ] {842a2a1b-35c7-476c-b15f-16d681e7e7df} oximeter.measurements_cumulativei64 (6b847b81-e520-46fa-8d99-e28856cb50cb): Loading data parts 2025.11.06 00:55:31.797005 [ 3 ] {842a2a1b-35c7-476c-b15f-16d681e7e7df} oximeter.measurements_cumulativei64 (6b847b81-e520-46fa-8d99-e28856cb50cb): There are no data parts 2025.11.06 00:55:31.798049 [ 3 ] {842a2a1b-35c7-476c-b15f-16d681e7e7df} TCPHandler: Processed in 0.003018183 sec. 2025.11.06 00:55:31.798175 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.798358 [ 3 ] {28e4b030-c33f-4eb5-9e91-d12509274f16} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.798411 [ 3 ] {28e4b030-c33f-4eb5-9e91-d12509274f16} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.11.06 00:55:31.799928 [ 3 ] {28e4b030-c33f-4eb5-9e91-d12509274f16} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Loading data parts 2025.11.06 00:55:31.800064 [ 3 ] {28e4b030-c33f-4eb5-9e91-d12509274f16} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): There are no data parts 2025.11.06 00:55:31.801265 [ 3 ] {28e4b030-c33f-4eb5-9e91-d12509274f16} TCPHandler: Processed in 0.003138925 sec. 2025.11.06 00:55:31.801390 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.801552 [ 3 ] {d2aac4c2-487d-48e8-8272-6a8b7acbb2c4} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.801625 [ 3 ] {d2aac4c2-487d-48e8-8272-6a8b7acbb2c4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.11.06 00:55:31.803090 [ 3 ] {d2aac4c2-487d-48e8-8272-6a8b7acbb2c4} oximeter.measurements_cumulativef32 (15db410c-0763-4038-802c-fffee3659d4c): Loading data parts 2025.11.06 00:55:31.803247 [ 3 ] {d2aac4c2-487d-48e8-8272-6a8b7acbb2c4} oximeter.measurements_cumulativef32 (15db410c-0763-4038-802c-fffee3659d4c): There are no data parts 2025.11.06 00:55:31.804436 [ 3 ] {d2aac4c2-487d-48e8-8272-6a8b7acbb2c4} TCPHandler: Processed in 0.003093644 sec. 2025.11.06 00:55:31.804567 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.804752 [ 3 ] {0626bff6-a1be-42f6-85f5-08b059a498cd} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.804823 [ 3 ] {0626bff6-a1be-42f6-85f5-08b059a498cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.11.06 00:55:31.806677 [ 3 ] {0626bff6-a1be-42f6-85f5-08b059a498cd} oximeter.measurements_cumulativef64 (a2de09c0-b7a7-43e6-9add-a801b44969c2): Loading data parts 2025.11.06 00:55:31.806815 [ 3 ] {0626bff6-a1be-42f6-85f5-08b059a498cd} oximeter.measurements_cumulativef64 (a2de09c0-b7a7-43e6-9add-a801b44969c2): There are no data parts 2025.11.06 00:55:31.807932 [ 3 ] {0626bff6-a1be-42f6-85f5-08b059a498cd} TCPHandler: Processed in 0.00341275 sec. 2025.11.06 00:55:31.808072 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.808298 [ 3 ] {383690e6-1772-4166-a973-2bf2be87b5ea} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.808379 [ 3 ] {383690e6-1772-4166-a973-2bf2be87b5ea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.11.06 00:55:31.810398 [ 3 ] {383690e6-1772-4166-a973-2bf2be87b5ea} oximeter.measurements_histogrami8 (f0decf30-270a-4ebe-a671-f48b006a5e06): Loading data parts 2025.11.06 00:55:31.810570 [ 3 ] {383690e6-1772-4166-a973-2bf2be87b5ea} oximeter.measurements_histogrami8 (f0decf30-270a-4ebe-a671-f48b006a5e06): There are no data parts 2025.11.06 00:55:31.811762 [ 3 ] {383690e6-1772-4166-a973-2bf2be87b5ea} TCPHandler: Processed in 0.003738776 sec. 2025.11.06 00:55:31.811909 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.812158 [ 3 ] {37308f1f-1e8b-45e6-a3b4-470209746d1e} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.812237 [ 3 ] {37308f1f-1e8b-45e6-a3b4-470209746d1e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.11.06 00:55:31.814317 [ 3 ] {37308f1f-1e8b-45e6-a3b4-470209746d1e} oximeter.measurements_histogramu8 (b360be31-3f4b-41a1-a4ce-2b9ab635c262): Loading data parts 2025.11.06 00:55:31.814485 [ 3 ] {37308f1f-1e8b-45e6-a3b4-470209746d1e} oximeter.measurements_histogramu8 (b360be31-3f4b-41a1-a4ce-2b9ab635c262): There are no data parts 2025.11.06 00:55:31.815701 [ 3 ] {37308f1f-1e8b-45e6-a3b4-470209746d1e} TCPHandler: Processed in 0.003839028 sec. 2025.11.06 00:55:31.815839 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.816066 [ 3 ] {3425d953-b2b2-4765-9479-0099215b4771} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.816143 [ 3 ] {3425d953-b2b2-4765-9479-0099215b4771} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.11.06 00:55:31.818170 [ 3 ] {3425d953-b2b2-4765-9479-0099215b4771} oximeter.measurements_histogrami16 (0b116898-7a12-46fa-b8d8-e956d34dbe03): Loading data parts 2025.11.06 00:55:31.818347 [ 3 ] {3425d953-b2b2-4765-9479-0099215b4771} oximeter.measurements_histogrami16 (0b116898-7a12-46fa-b8d8-e956d34dbe03): There are no data parts 2025.11.06 00:55:31.819474 [ 3 ] {3425d953-b2b2-4765-9479-0099215b4771} TCPHandler: Processed in 0.003684165 sec. 2025.11.06 00:55:31.819610 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.819842 [ 3 ] {b82ffab1-dffd-4f60-9a0a-7566e780d54a} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.819913 [ 3 ] {b82ffab1-dffd-4f60-9a0a-7566e780d54a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.11.06 00:55:31.821953 [ 3 ] {b82ffab1-dffd-4f60-9a0a-7566e780d54a} oximeter.measurements_histogramu16 (f2c0f5c8-9221-4b23-b78d-31afa1e286bd): Loading data parts 2025.11.06 00:55:31.822097 [ 3 ] {b82ffab1-dffd-4f60-9a0a-7566e780d54a} oximeter.measurements_histogramu16 (f2c0f5c8-9221-4b23-b78d-31afa1e286bd): There are no data parts 2025.11.06 00:55:31.823282 [ 3 ] {b82ffab1-dffd-4f60-9a0a-7566e780d54a} TCPHandler: Processed in 0.003719605 sec. 2025.11.06 00:55:31.823428 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.823637 [ 3 ] {53a72a8f-48bc-4ac3-8915-1c244ab01b60} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.823708 [ 3 ] {53a72a8f-48bc-4ac3-8915-1c244ab01b60} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.11.06 00:55:31.825427 [ 3 ] {53a72a8f-48bc-4ac3-8915-1c244ab01b60} oximeter.measurements_histogrami32 (8fa2c097-9167-456b-b7c1-085ab507839a): Loading data parts 2025.11.06 00:55:31.825585 [ 3 ] {53a72a8f-48bc-4ac3-8915-1c244ab01b60} oximeter.measurements_histogrami32 (8fa2c097-9167-456b-b7c1-085ab507839a): There are no data parts 2025.11.06 00:55:31.826775 [ 3 ] {53a72a8f-48bc-4ac3-8915-1c244ab01b60} TCPHandler: Processed in 0.00339595 sec. 2025.11.06 00:55:31.826909 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.827147 [ 3 ] {229936d5-f41b-4e1a-8f84-c5e198be35ed} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.827219 [ 3 ] {229936d5-f41b-4e1a-8f84-c5e198be35ed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.11.06 00:55:31.829004 [ 3 ] {229936d5-f41b-4e1a-8f84-c5e198be35ed} oximeter.measurements_histogramu32 (67bdf9ef-d41b-4c66-a9b7-8d408eb46599): Loading data parts 2025.11.06 00:55:31.829142 [ 3 ] {229936d5-f41b-4e1a-8f84-c5e198be35ed} oximeter.measurements_histogramu32 (67bdf9ef-d41b-4c66-a9b7-8d408eb46599): There are no data parts 2025.11.06 00:55:31.830608 [ 3 ] {229936d5-f41b-4e1a-8f84-c5e198be35ed} TCPHandler: Processed in 0.003748826 sec. 2025.11.06 00:55:31.830771 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.830982 [ 3 ] {e123e58b-e1d2-4bc3-9122-4762b85a181c} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.831058 [ 3 ] {e123e58b-e1d2-4bc3-9122-4762b85a181c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.11.06 00:55:31.832894 [ 3 ] {e123e58b-e1d2-4bc3-9122-4762b85a181c} oximeter.measurements_histogrami64 (b61866e3-2c4a-4b67-be95-27161a4a275a): Loading data parts 2025.11.06 00:55:31.833070 [ 3 ] {e123e58b-e1d2-4bc3-9122-4762b85a181c} oximeter.measurements_histogrami64 (b61866e3-2c4a-4b67-be95-27161a4a275a): There are no data parts 2025.11.06 00:55:31.834487 [ 3 ] {e123e58b-e1d2-4bc3-9122-4762b85a181c} TCPHandler: Processed in 0.003764577 sec. 2025.11.06 00:55:31.834625 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.834864 [ 3 ] {ca39ec2d-4ce1-4ef5-9682-0a649babe22c} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.834938 [ 3 ] {ca39ec2d-4ce1-4ef5-9682-0a649babe22c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.11.06 00:55:31.836649 [ 3 ] {ca39ec2d-4ce1-4ef5-9682-0a649babe22c} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Loading data parts 2025.11.06 00:55:31.836781 [ 3 ] {ca39ec2d-4ce1-4ef5-9682-0a649babe22c} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): There are no data parts 2025.11.06 00:55:31.838227 [ 3 ] {ca39ec2d-4ce1-4ef5-9682-0a649babe22c} TCPHandler: Processed in 0.003648715 sec. 2025.11.06 00:55:31.838391 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.838603 [ 3 ] {09cb3985-b533-4845-b7f3-709d01e4f376} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.838676 [ 3 ] {09cb3985-b533-4845-b7f3-709d01e4f376} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.11.06 00:55:31.840358 [ 3 ] {09cb3985-b533-4845-b7f3-709d01e4f376} oximeter.measurements_histogramf32 (78c5552b-f383-4262-bb13-15067305c7fb): Loading data parts 2025.11.06 00:55:31.840535 [ 3 ] {09cb3985-b533-4845-b7f3-709d01e4f376} oximeter.measurements_histogramf32 (78c5552b-f383-4262-bb13-15067305c7fb): There are no data parts 2025.11.06 00:55:31.842066 [ 3 ] {09cb3985-b533-4845-b7f3-709d01e4f376} TCPHandler: Processed in 0.003723316 sec. 2025.11.06 00:55:31.842218 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.842461 [ 3 ] {1841030e-d3a6-446e-b897-801894d135e9} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.842536 [ 3 ] {1841030e-d3a6-446e-b897-801894d135e9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.11.06 00:55:31.844289 [ 3 ] {1841030e-d3a6-446e-b897-801894d135e9} oximeter.measurements_histogramf64 (8e7bc720-d905-4b4d-946b-c67b58e861ff): Loading data parts 2025.11.06 00:55:31.844444 [ 3 ] {1841030e-d3a6-446e-b897-801894d135e9} oximeter.measurements_histogramf64 (8e7bc720-d905-4b4d-946b-c67b58e861ff): There are no data parts 2025.11.06 00:55:31.845847 [ 3 ] {1841030e-d3a6-446e-b897-801894d135e9} TCPHandler: Processed in 0.003677745 sec. 2025.11.06 00:55:31.846012 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.846195 [ 3 ] {14bf1550-cff4-4db6-a1ef-dd7f9b323b93} executeQuery: (from [fd00:1122:3344:101::d]:62831) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.846274 [ 3 ] {14bf1550-cff4-4db6-a1ef-dd7f9b323b93} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.11.06 00:55:31.847895 [ 3 ] {14bf1550-cff4-4db6-a1ef-dd7f9b323b93} oximeter.fields_bool (358e6d01-1900-4e37-8af7-d0ba3852db8c): Loading data parts 2025.11.06 00:55:31.848083 [ 3 ] {14bf1550-cff4-4db6-a1ef-dd7f9b323b93} oximeter.fields_bool (358e6d01-1900-4e37-8af7-d0ba3852db8c): There are no data parts 2025.11.06 00:55:31.849468 [ 3 ] {14bf1550-cff4-4db6-a1ef-dd7f9b323b93} TCPHandler: Processed in 0.003505612 sec. 2025.11.06 00:55:31.849609 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.849765 [ 3 ] {83045d58-bd15-46f8-9b6a-2c64bc26763d} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.849830 [ 3 ] {83045d58-bd15-46f8-9b6a-2c64bc26763d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.11.06 00:55:31.851338 [ 3 ] {83045d58-bd15-46f8-9b6a-2c64bc26763d} oximeter.fields_i8 (a4ae42f6-db78-47b5-8658-7cba70c2db97): Loading data parts 2025.11.06 00:55:31.851475 [ 3 ] {83045d58-bd15-46f8-9b6a-2c64bc26763d} oximeter.fields_i8 (a4ae42f6-db78-47b5-8658-7cba70c2db97): There are no data parts 2025.11.06 00:55:31.852623 [ 3 ] {83045d58-bd15-46f8-9b6a-2c64bc26763d} TCPHandler: Processed in 0.003063515 sec. 2025.11.06 00:55:31.852758 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.852935 [ 3 ] {90312b1e-ed1a-4480-b842-d38fa33403a0} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.852997 [ 3 ] {90312b1e-ed1a-4480-b842-d38fa33403a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.11.06 00:55:31.854563 [ 3 ] {90312b1e-ed1a-4480-b842-d38fa33403a0} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Loading data parts 2025.11.06 00:55:31.854692 [ 3 ] {90312b1e-ed1a-4480-b842-d38fa33403a0} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): There are no data parts 2025.11.06 00:55:31.855740 [ 3 ] {90312b1e-ed1a-4480-b842-d38fa33403a0} TCPHandler: Processed in 0.003035644 sec. 2025.11.06 00:55:31.855872 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.856022 [ 3 ] {3e43e86a-4ef6-46b2-99cc-3e6365eb98ab} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.856085 [ 3 ] {3e43e86a-4ef6-46b2-99cc-3e6365eb98ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.11.06 00:55:31.857608 [ 3 ] {3e43e86a-4ef6-46b2-99cc-3e6365eb98ab} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Loading data parts 2025.11.06 00:55:31.857770 [ 3 ] {3e43e86a-4ef6-46b2-99cc-3e6365eb98ab} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): There are no data parts 2025.11.06 00:55:31.858747 [ 3 ] {3e43e86a-4ef6-46b2-99cc-3e6365eb98ab} TCPHandler: Processed in 0.002962172 sec. 2025.11.06 00:55:31.858869 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.859037 [ 3 ] {ea320f8d-047b-4053-80d6-9f1c3d720794} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.859096 [ 3 ] {ea320f8d-047b-4053-80d6-9f1c3d720794} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.11.06 00:55:31.860717 [ 3 ] {ea320f8d-047b-4053-80d6-9f1c3d720794} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Loading data parts 2025.11.06 00:55:31.860855 [ 3 ] {ea320f8d-047b-4053-80d6-9f1c3d720794} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): There are no data parts 2025.11.06 00:55:31.861949 [ 3 ] {ea320f8d-047b-4053-80d6-9f1c3d720794} TCPHandler: Processed in 0.003079444 sec. 2025.11.06 00:55:31.862079 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.862228 [ 3 ] {559c8ba2-ae2a-412b-9fbf-af0dfe617e23} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.862282 [ 3 ] {559c8ba2-ae2a-412b-9fbf-af0dfe617e23} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.11.06 00:55:31.863865 [ 3 ] {559c8ba2-ae2a-412b-9fbf-af0dfe617e23} oximeter.fields_i32 (65a405a8-6301-4247-b3c2-fd088d73e812): Loading data parts 2025.11.06 00:55:31.863983 [ 3 ] {559c8ba2-ae2a-412b-9fbf-af0dfe617e23} oximeter.fields_i32 (65a405a8-6301-4247-b3c2-fd088d73e812): There are no data parts 2025.11.06 00:55:31.865003 [ 3 ] {559c8ba2-ae2a-412b-9fbf-af0dfe617e23} TCPHandler: Processed in 0.002971422 sec. 2025.11.06 00:55:31.865128 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.865292 [ 3 ] {2bccef0a-0222-4e81-a6a8-0824d0dfe2c5} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.865346 [ 3 ] {2bccef0a-0222-4e81-a6a8-0824d0dfe2c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.11.06 00:55:31.866835 [ 3 ] {2bccef0a-0222-4e81-a6a8-0824d0dfe2c5} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Loading data parts 2025.11.06 00:55:31.866986 [ 3 ] {2bccef0a-0222-4e81-a6a8-0824d0dfe2c5} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): There are no data parts 2025.11.06 00:55:31.868014 [ 3 ] {2bccef0a-0222-4e81-a6a8-0824d0dfe2c5} TCPHandler: Processed in 0.002933862 sec. 2025.11.06 00:55:31.868144 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.868294 [ 3 ] {f4080876-c5a8-4d7f-be2e-b331e7a06f2a} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.868349 [ 3 ] {f4080876-c5a8-4d7f-be2e-b331e7a06f2a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.11.06 00:55:31.869869 [ 3 ] {f4080876-c5a8-4d7f-be2e-b331e7a06f2a} oximeter.fields_i64 (c7cedc0b-8354-4b87-a21c-771f03209c0f): Loading data parts 2025.11.06 00:55:31.870003 [ 3 ] {f4080876-c5a8-4d7f-be2e-b331e7a06f2a} oximeter.fields_i64 (c7cedc0b-8354-4b87-a21c-771f03209c0f): There are no data parts 2025.11.06 00:55:31.871046 [ 3 ] {f4080876-c5a8-4d7f-be2e-b331e7a06f2a} TCPHandler: Processed in 0.002949212 sec. 2025.11.06 00:55:31.871179 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.871352 [ 3 ] {94992a02-d15c-44ab-a8af-1cd8ca854604} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.871407 [ 3 ] {94992a02-d15c-44ab-a8af-1cd8ca854604} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.11.06 00:55:31.872990 [ 3 ] {94992a02-d15c-44ab-a8af-1cd8ca854604} oximeter.fields_u64 (bbeddf50-b4d5-4889-9d14-26b177c65c39): Loading data parts 2025.11.06 00:55:31.873137 [ 3 ] {94992a02-d15c-44ab-a8af-1cd8ca854604} oximeter.fields_u64 (bbeddf50-b4d5-4889-9d14-26b177c65c39): There are no data parts 2025.11.06 00:55:31.874213 [ 3 ] {94992a02-d15c-44ab-a8af-1cd8ca854604} TCPHandler: Processed in 0.003082384 sec. 2025.11.06 00:55:31.874351 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.874531 [ 3 ] {179e813b-992e-4d34-9ed7-58af3e64dc7d} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.874602 [ 3 ] {179e813b-992e-4d34-9ed7-58af3e64dc7d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.11.06 00:55:31.876171 [ 3 ] {179e813b-992e-4d34-9ed7-58af3e64dc7d} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Loading data parts 2025.11.06 00:55:31.876304 [ 3 ] {179e813b-992e-4d34-9ed7-58af3e64dc7d} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): There are no data parts 2025.11.06 00:55:31.877343 [ 3 ] {179e813b-992e-4d34-9ed7-58af3e64dc7d} TCPHandler: Processed in 0.003039893 sec. 2025.11.06 00:55:31.877488 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.877655 [ 3 ] {dbeaacac-dc1a-44e3-84eb-f377ebcb0956} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.877718 [ 3 ] {dbeaacac-dc1a-44e3-84eb-f377ebcb0956} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.11.06 00:55:31.879259 [ 3 ] {dbeaacac-dc1a-44e3-84eb-f377ebcb0956} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Loading data parts 2025.11.06 00:55:31.879389 [ 3 ] {dbeaacac-dc1a-44e3-84eb-f377ebcb0956} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): There are no data parts 2025.11.06 00:55:31.880544 [ 3 ] {dbeaacac-dc1a-44e3-84eb-f377ebcb0956} TCPHandler: Processed in 0.003103875 sec. 2025.11.06 00:55:31.880676 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.880828 [ 3 ] {4771e32a-bd4a-4e37-bbc1-c02a49e1198d} executeQuery: (from [fd00:1122:3344:101::d]:62831) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.11.06 00:55:31.880895 [ 3 ] {4771e32a-bd4a-4e37-bbc1-c02a49e1198d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.11.06 00:55:31.882536 [ 3 ] {4771e32a-bd4a-4e37-bbc1-c02a49e1198d} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Loading data parts 2025.11.06 00:55:31.882664 [ 3 ] {4771e32a-bd4a-4e37-bbc1-c02a49e1198d} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): There are no data parts 2025.11.06 00:55:31.883697 [ 3 ] {4771e32a-bd4a-4e37-bbc1-c02a49e1198d} TCPHandler: Processed in 0.003068644 sec. 2025.11.06 00:55:31.883873 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.884117 [ 3 ] {22b30c1c-6d85-41bb-95b1-ef08b80b1cdb} executeQuery: (from [fd00:1122:3344:101::d]:62831) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.11.06 00:55:31.884201 [ 3 ] {22b30c1c-6d85-41bb-95b1-ef08b80b1cdb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.11.06 00:55:31.885824 [ 3 ] {22b30c1c-6d85-41bb-95b1-ef08b80b1cdb} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e): Loading data parts 2025.11.06 00:55:31.886034 [ 3 ] {22b30c1c-6d85-41bb-95b1-ef08b80b1cdb} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e): There are no data parts 2025.11.06 00:55:31.887587 [ 3 ] {22b30c1c-6d85-41bb-95b1-ef08b80b1cdb} TCPHandler: Processed in 0.003762456 sec. 2025.11.06 00:55:31.887903 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:31.888232 [ 4 ] {93fc2219-cb01-4d47-8f0d-7131ef015221} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.11.06 00:55:31.889484 [ 4 ] {93fc2219-cb01-4d47-8f0d-7131ef015221} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.11.06 00:55:31.900265 [ 259 ] {93fc2219-cb01-4d47-8f0d-7131ef015221} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:31.900349 [ 259 ] {93fc2219-cb01-4d47-8f0d-7131ef015221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.06 00:55:31.904561 [ 259 ] {93fc2219-cb01-4d47-8f0d-7131ef015221} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:31.904934 [ 259 ] {93fc2219-cb01-4d47-8f0d-7131ef015221} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:31.905213 [ 4 ] {93fc2219-cb01-4d47-8f0d-7131ef015221} executeQuery: Read 1 rows, 16.00 B in 0.017118 sec., 58.418039490594694 rows/sec., 934.69 B/sec. 2025.11.06 00:55:31.905484 [ 4 ] {93fc2219-cb01-4d47-8f0d-7131ef015221} TCPHandler: Processed in 0.017698053 sec. 2025.11.06 00:55:32.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.03 MiB, peak 124.03 MiB, free memory in arenas 0.00 B, will set to 137.99 MiB (RSS), difference: 13.96 MiB 2025.11.06 00:55:32.155483 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65086 2025.11.06 00:55:32.157114 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.157162 [ 262 ] {} TCP-Session: 8bf083c6-2abe-4e32-ae68-9c09fa1511bd Authenticating user 'default' from [fd00:1122:3344:101::b]:65086 2025.11.06 00:55:32.157226 [ 262 ] {} TCP-Session: 8bf083c6-2abe-4e32-ae68-9c09fa1511bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.157242 [ 262 ] {} TCP-Session: 8bf083c6-2abe-4e32-ae68-9c09fa1511bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.157309 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.06 00:55:32.157368 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.06 00:55:32.157385 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.06 00:55:32.157908 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37066 2025.11.06 00:55:32.157971 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55366 2025.11.06 00:55:32.158080 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48517 2025.11.06 00:55:32.158223 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.158238 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48668 2025.11.06 00:55:32.158269 [ 263 ] {} TCP-Session: e48dd6a6-b346-4fbb-aee7-0612687514ba Authenticating user 'default' from [fd00:1122:3344:101::b]:37066 2025.11.06 00:55:32.158353 [ 263 ] {} TCP-Session: e48dd6a6-b346-4fbb-aee7-0612687514ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.158370 [ 263 ] {} TCP-Session: e48dd6a6-b346-4fbb-aee7-0612687514ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.158374 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.158399 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54895 2025.11.06 00:55:32.158409 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.158456 [ 265 ] {} TCP-Session: 0dd178d4-bbb7-4ed5-8924-2004db8fbad9 Authenticating user 'default' from [fd00:1122:3344:101::b]:48517 2025.11.06 00:55:32.158506 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.158549 [ 265 ] {} TCP-Session: 0dd178d4-bbb7-4ed5-8924-2004db8fbad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.158527 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50640 2025.11.06 00:55:32.158601 [ 266 ] {} TCP-Session: e9e10c8b-223c-4c85-a5b1-9d48c0792214 Authenticating user 'default' from [fd00:1122:3344:101::b]:48668 2025.11.06 00:55:32.158632 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35277 2025.11.06 00:55:32.158619 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.158693 [ 266 ] {} TCP-Session: e9e10c8b-223c-4c85-a5b1-9d48c0792214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.158602 [ 265 ] {} TCP-Session: 0dd178d4-bbb7-4ed5-8924-2004db8fbad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.158743 [ 266 ] {} TCP-Session: e9e10c8b-223c-4c85-a5b1-9d48c0792214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.158521 [ 264 ] {} TCP-Session: bd8065ce-1f35-43a5-a4eb-20f440e5bcff Authenticating user 'default' from [fd00:1122:3344:101::b]:55366 2025.11.06 00:55:32.158761 [ 267 ] {} TCP-Session: 67390724-bcad-4fc3-ad03-8bd571c1a4ff Authenticating user 'default' from [fd00:1122:3344:101::b]:54895 2025.11.06 00:55:32.158822 [ 264 ] {} TCP-Session: bd8065ce-1f35-43a5-a4eb-20f440e5bcff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.158854 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.158860 [ 264 ] {} TCP-Session: bd8065ce-1f35-43a5-a4eb-20f440e5bcff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.158893 [ 268 ] {} TCP-Session: 006fc549-b96f-40db-8f38-f353e98d23c3 Authenticating user 'default' from [fd00:1122:3344:101::b]:50640 2025.11.06 00:55:32.158863 [ 267 ] {} TCP-Session: 67390724-bcad-4fc3-ad03-8bd571c1a4ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.158931 [ 268 ] {} TCP-Session: 006fc549-b96f-40db-8f38-f353e98d23c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.158934 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.158985 [ 268 ] {} TCP-Session: 006fc549-b96f-40db-8f38-f353e98d23c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.158936 [ 267 ] {} TCP-Session: 67390724-bcad-4fc3-ad03-8bd571c1a4ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.159014 [ 269 ] {} TCP-Session: 5c0557e8-e32b-4096-8dff-18ddbf781c5d Authenticating user 'default' from [fd00:1122:3344:101::b]:35277 2025.11.06 00:55:32.159087 [ 269 ] {} TCP-Session: 5c0557e8-e32b-4096-8dff-18ddbf781c5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.159100 [ 269 ] {} TCP-Session: 5c0557e8-e32b-4096-8dff-18ddbf781c5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.795863 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57669 2025.11.06 00:55:32.796336 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.796377 [ 270 ] {} TCP-Session: 1a08d2ab-ad58-4a70-8b67-9d48a6686b66 Authenticating user 'default' from [fd00:1122:3344:101::c]:57669 2025.11.06 00:55:32.796438 [ 270 ] {} TCP-Session: 1a08d2ab-ad58-4a70-8b67-9d48a6686b66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.796451 [ 270 ] {} TCP-Session: 1a08d2ab-ad58-4a70-8b67-9d48a6686b66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.796518 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.06 00:55:32.796565 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.06 00:55:32.796581 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.06 00:55:32.797022 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45888 2025.11.06 00:55:32.797087 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43331 2025.11.06 00:55:32.797174 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40937 2025.11.06 00:55:32.797284 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.797361 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53204 2025.11.06 00:55:32.797349 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.797413 [ 271 ] {} TCP-Session: d313ef4b-896b-4201-9fd7-2b59105f511f Authenticating user 'default' from [fd00:1122:3344:101::c]:45888 2025.11.06 00:55:32.797432 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55029 2025.11.06 00:55:32.797495 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59477 2025.11.06 00:55:32.797506 [ 271 ] {} TCP-Session: d313ef4b-896b-4201-9fd7-2b59105f511f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.797546 [ 272 ] {} TCP-Session: a1267287-721a-4030-90f5-19fb75f0bb4e Authenticating user 'default' from [fd00:1122:3344:101::c]:43331 2025.11.06 00:55:32.797574 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33519 2025.11.06 00:55:32.797594 [ 272 ] {} TCP-Session: a1267287-721a-4030-90f5-19fb75f0bb4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.797577 [ 271 ] {} TCP-Session: d313ef4b-896b-4201-9fd7-2b59105f511f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.797638 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.797638 [ 272 ] {} TCP-Session: a1267287-721a-4030-90f5-19fb75f0bb4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.797691 [ 274 ] {} TCP-Session: 49554fac-6fbd-4767-af38-49aa0a0e5f33 Authenticating user 'default' from [fd00:1122:3344:101::c]:53204 2025.11.06 00:55:32.797747 [ 274 ] {} TCP-Session: 49554fac-6fbd-4767-af38-49aa0a0e5f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.797759 [ 274 ] {} TCP-Session: 49554fac-6fbd-4767-af38-49aa0a0e5f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.797784 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.797849 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.797879 [ 273 ] {} TCP-Session: ce160556-3eaa-4729-8838-485ff5251ac5 Authenticating user 'default' from [fd00:1122:3344:101::c]:40937 2025.11.06 00:55:32.797880 [ 277 ] {} TCP-Session: 18cf8607-6259-437c-9136-fef257251d56 Authenticating user 'default' from [fd00:1122:3344:101::c]:33519 2025.11.06 00:55:32.797904 [ 273 ] {} TCP-Session: ce160556-3eaa-4729-8838-485ff5251ac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.797936 [ 277 ] {} TCP-Session: 18cf8607-6259-437c-9136-fef257251d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.797936 [ 273 ] {} TCP-Session: ce160556-3eaa-4729-8838-485ff5251ac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.797950 [ 277 ] {} TCP-Session: 18cf8607-6259-437c-9136-fef257251d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.797956 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.797972 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:32.798023 [ 275 ] {} TCP-Session: 7739488d-4f3b-4881-97c9-7ea0c4b21fca Authenticating user 'default' from [fd00:1122:3344:101::c]:55029 2025.11.06 00:55:32.798094 [ 275 ] {} TCP-Session: 7739488d-4f3b-4881-97c9-7ea0c4b21fca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.798105 [ 276 ] {} TCP-Session: 5275229d-4876-4117-9bf9-b2ddc4a03744 Authenticating user 'default' from [fd00:1122:3344:101::c]:59477 2025.11.06 00:55:32.798113 [ 275 ] {} TCP-Session: 7739488d-4f3b-4881-97c9-7ea0c4b21fca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.798151 [ 276 ] {} TCP-Session: 5275229d-4876-4117-9bf9-b2ddc4a03744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:32.798218 [ 276 ] {} TCP-Session: 5275229d-4876-4117-9bf9-b2ddc4a03744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.000260 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.09 MiB, peak 138.09 MiB, free memory in arenas 0.00 B, will set to 139.16 MiB (RSS), difference: 1.07 MiB 2025.11.06 00:55:33.763732 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58503 2025.11.06 00:55:33.765721 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:33.765772 [ 278 ] {} TCP-Session: 7343468c-9495-48df-8159-2c7eef1ef323 Authenticating user 'default' from [fd00:1122:3344:101::a]:58503 2025.11.06 00:55:33.765897 [ 278 ] {} TCP-Session: 7343468c-9495-48df-8159-2c7eef1ef323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.765913 [ 278 ] {} TCP-Session: 7343468c-9495-48df-8159-2c7eef1ef323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.765992 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.06 00:55:33.766099 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.06 00:55:33.766116 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.06 00:55:33.766659 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51745 2025.11.06 00:55:33.766733 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58091 2025.11.06 00:55:33.766879 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:33.766890 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45638 2025.11.06 00:55:33.766926 [ 279 ] {} TCP-Session: 33a42b54-6e2d-406f-b2a8-75668a1c27e1 Authenticating user 'default' from [fd00:1122:3344:101::a]:51745 2025.11.06 00:55:33.766960 [ 279 ] {} TCP-Session: 33a42b54-6e2d-406f-b2a8-75668a1c27e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.766980 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56377 2025.11.06 00:55:33.767046 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:33.767092 [ 279 ] {} TCP-Session: 33a42b54-6e2d-406f-b2a8-75668a1c27e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.767113 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:33.767113 [ 280 ] {} TCP-Session: a4bbb4ea-9315-4b77-abd6-2b7d7d26b11c Authenticating user 'default' from [fd00:1122:3344:101::a]:58091 2025.11.06 00:55:33.767208 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49648 2025.11.06 00:55:33.767214 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49071 2025.11.06 00:55:33.767272 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:33.767332 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54864 2025.11.06 00:55:33.767242 [ 281 ] {} TCP-Session: c719b5d5-df3f-4322-8242-09bab2a07fd0 Authenticating user 'default' from [fd00:1122:3344:101::a]:45638 2025.11.06 00:55:33.767366 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:33.767225 [ 280 ] {} TCP-Session: a4bbb4ea-9315-4b77-abd6-2b7d7d26b11c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.767452 [ 282 ] {} TCP-Session: 5f51e859-4518-4bf5-9485-1261b358f1f2 Authenticating user 'default' from [fd00:1122:3344:101::a]:56377 2025.11.06 00:55:33.767443 [ 281 ] {} TCP-Session: c719b5d5-df3f-4322-8242-09bab2a07fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.767527 [ 280 ] {} TCP-Session: a4bbb4ea-9315-4b77-abd6-2b7d7d26b11c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.767509 [ 284 ] {} TCP-Session: 0318be8b-b822-4235-b3b4-eec2b39a1154 Authenticating user 'default' from [fd00:1122:3344:101::a]:49648 2025.11.06 00:55:33.767515 [ 282 ] {} TCP-Session: 5f51e859-4518-4bf5-9485-1261b358f1f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.767616 [ 284 ] {} TCP-Session: 0318be8b-b822-4235-b3b4-eec2b39a1154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.767599 [ 281 ] {} TCP-Session: c719b5d5-df3f-4322-8242-09bab2a07fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.767732 [ 282 ] {} TCP-Session: 5f51e859-4518-4bf5-9485-1261b358f1f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.767759 [ 284 ] {} TCP-Session: 0318be8b-b822-4235-b3b4-eec2b39a1154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.767762 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:33.767703 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:33.767838 [ 283 ] {} TCP-Session: 1c8b1692-8bcf-4ffc-8d75-fa2b6e0c9853 Authenticating user 'default' from [fd00:1122:3344:101::a]:49071 2025.11.06 00:55:33.767976 [ 285 ] {} TCP-Session: 203893f5-e01a-489a-8d0a-c8858022c790 Authenticating user 'default' from [fd00:1122:3344:101::a]:54864 2025.11.06 00:55:33.767982 [ 283 ] {} TCP-Session: 1c8b1692-8bcf-4ffc-8d75-fa2b6e0c9853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.768003 [ 285 ] {} TCP-Session: 203893f5-e01a-489a-8d0a-c8858022c790 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.768116 [ 283 ] {} TCP-Session: 1c8b1692-8bcf-4ffc-8d75-fa2b6e0c9853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:33.768137 [ 285 ] {} TCP-Session: 203893f5-e01a-489a-8d0a-c8858022c790 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:39.105960 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.11.06 00:55:39.106013 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.11.06 00:55:39.106067 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.11.06 00:55:39.106114 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.11.06 00:55:39.109342 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Loading data parts 2025.11.06 00:55:39.109502 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): There are no data parts 2025.11.06 00:55:39.115164 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:39.115318 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.06 00:55:39.127022 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:39.127670 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:39.127915 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.11.06 00:55:39.130839 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Loading data parts 2025.11.06 00:55:39.131024 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): There are no data parts 2025.11.06 00:55:39.156598 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:39.156766 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.06 00:55:39.163205 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:39.164375 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:39.167694 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.11.06 00:55:40.000154 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.86 MiB, peak 148.86 MiB, free memory in arenas 0.00 B, will set to 153.90 MiB (RSS), difference: 9.04 MiB 2025.11.06 00:55:41.605849 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.11.06 00:55:41.606035 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.11.06 00:55:41.610280 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Loading data parts 2025.11.06 00:55:41.610468 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): There are no data parts 2025.11.06 00:55:41.616211 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:41.616414 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.06 00:55:41.618154 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:41.618664 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:41.618893 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.11.06 00:55:42.001150 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.10 MiB, peak 158.10 MiB, free memory in arenas 0.00 B, will set to 155.07 MiB (RSS), difference: -3.03 MiB 2025.11.06 00:55:46.584115 [ 51 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:55:46.584175 [ 51 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:55:46.628880 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.11.06 00:55:46.631687 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:46.631735 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:46.632652 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:55:46.633253 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:46.633478 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.11.06 00:55:46.668651 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.11.06 00:55:46.686335 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:46.686504 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:46.692955 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:55:46.694091 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:46.697464 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.11.06 00:55:47.000153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.72 MiB, peak 159.72 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 2.05 MiB 2025.11.06 00:55:51.916748 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.917047 [ 3 ] {076d921e-8905-4e77-a974-834b1051d774} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.917388 [ 3 ] {076d921e-8905-4e77-a974-834b1051d774} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.923523 [ 3 ] {076d921e-8905-4e77-a974-834b1051d774} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.930159 [ 3 ] {076d921e-8905-4e77-a974-834b1051d774} TCPHandler: Processed in 0.01353386 sec. 2025.11.06 00:55:51.939780 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.939915 [ 3 ] {da00cc12-e2b5-48bd-ad61-5fb35c7d585f} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.946072 [ 3 ] {da00cc12-e2b5-48bd-ad61-5fb35c7d585f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.946121 [ 3 ] {da00cc12-e2b5-48bd-ad61-5fb35c7d585f} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.946536 [ 3 ] {da00cc12-e2b5-48bd-ad61-5fb35c7d585f} TCPHandler: Processed in 0.00680876 sec. 2025.11.06 00:55:51.948731 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.948871 [ 3 ] {ae1fd155-efa4-4f4f-b2ce-e9d1b91408d8} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.951087 [ 3 ] {ae1fd155-efa4-4f4f-b2ce-e9d1b91408d8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.951134 [ 3 ] {ae1fd155-efa4-4f4f-b2ce-e9d1b91408d8} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.951440 [ 3 ] {ae1fd155-efa4-4f4f-b2ce-e9d1b91408d8} TCPHandler: Processed in 0.002768669 sec. 2025.11.06 00:55:51.951688 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.951802 [ 3 ] {75a1240c-0026-488d-a5ff-de1be00d726b} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.952035 [ 3 ] {75a1240c-0026-488d-a5ff-de1be00d726b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.952079 [ 3 ] {75a1240c-0026-488d-a5ff-de1be00d726b} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.952459 [ 3 ] {75a1240c-0026-488d-a5ff-de1be00d726b} TCPHandler: Processed in 0.000818134 sec. 2025.11.06 00:55:51.952657 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.952771 [ 3 ] {a9eb24c5-337b-43da-9b62-24f8d3f85bba} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.953010 [ 3 ] {a9eb24c5-337b-43da-9b62-24f8d3f85bba} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.953054 [ 3 ] {a9eb24c5-337b-43da-9b62-24f8d3f85bba} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.953370 [ 3 ] {a9eb24c5-337b-43da-9b62-24f8d3f85bba} TCPHandler: Processed in 0.000760273 sec. 2025.11.06 00:55:51.953565 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.953680 [ 3 ] {241dafa4-b992-464e-a9af-2fd88bcbe5ac} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.953917 [ 3 ] {241dafa4-b992-464e-a9af-2fd88bcbe5ac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.953960 [ 3 ] {241dafa4-b992-464e-a9af-2fd88bcbe5ac} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.954272 [ 3 ] {241dafa4-b992-464e-a9af-2fd88bcbe5ac} TCPHandler: Processed in 0.000754063 sec. 2025.11.06 00:55:51.954478 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.954597 [ 3 ] {41605d10-9b5e-4f5e-a833-72b1f65acd65} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.954836 [ 3 ] {41605d10-9b5e-4f5e-a833-72b1f65acd65} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.954879 [ 3 ] {41605d10-9b5e-4f5e-a833-72b1f65acd65} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.955190 [ 3 ] {41605d10-9b5e-4f5e-a833-72b1f65acd65} TCPHandler: Processed in 0.000759793 sec. 2025.11.06 00:55:51.955385 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.955507 [ 3 ] {6faf16fb-eb10-45aa-ae93-e7bbc0eef028} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.955774 [ 3 ] {6faf16fb-eb10-45aa-ae93-e7bbc0eef028} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.955820 [ 3 ] {6faf16fb-eb10-45aa-ae93-e7bbc0eef028} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.956146 [ 3 ] {6faf16fb-eb10-45aa-ae93-e7bbc0eef028} TCPHandler: Processed in 0.000811594 sec. 2025.11.06 00:55:51.956349 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.956467 [ 3 ] {3d10f994-de94-4d6c-b9df-8bad6d7be5f2} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.956727 [ 3 ] {3d10f994-de94-4d6c-b9df-8bad6d7be5f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.956771 [ 3 ] {3d10f994-de94-4d6c-b9df-8bad6d7be5f2} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.957099 [ 3 ] {3d10f994-de94-4d6c-b9df-8bad6d7be5f2} TCPHandler: Processed in 0.000797694 sec. 2025.11.06 00:55:51.957293 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.957410 [ 3 ] {d4a0b778-aeb7-436b-9d91-bc6c2a4ae860} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.957667 [ 3 ] {d4a0b778-aeb7-436b-9d91-bc6c2a4ae860} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.957710 [ 3 ] {d4a0b778-aeb7-436b-9d91-bc6c2a4ae860} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.958020 [ 3 ] {d4a0b778-aeb7-436b-9d91-bc6c2a4ae860} TCPHandler: Processed in 0.000775854 sec. 2025.11.06 00:55:51.958210 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.958328 [ 3 ] {9a0032cd-bcfa-4417-bbe0-21ca9934a8a1} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.958578 [ 3 ] {9a0032cd-bcfa-4417-bbe0-21ca9934a8a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.958621 [ 3 ] {9a0032cd-bcfa-4417-bbe0-21ca9934a8a1} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.958929 [ 3 ] {9a0032cd-bcfa-4417-bbe0-21ca9934a8a1} TCPHandler: Processed in 0.000766624 sec. 2025.11.06 00:55:51.959141 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.959263 [ 3 ] {bbb9991b-0c41-4331-916a-218330535de6} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.959509 [ 3 ] {bbb9991b-0c41-4331-916a-218330535de6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.959551 [ 3 ] {bbb9991b-0c41-4331-916a-218330535de6} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.959854 [ 3 ] {bbb9991b-0c41-4331-916a-218330535de6} TCPHandler: Processed in 0.000760614 sec. 2025.11.06 00:55:51.960043 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.960158 [ 3 ] {432170b7-0998-4364-bb14-e521822ca8fb} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.960404 [ 3 ] {432170b7-0998-4364-bb14-e521822ca8fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.960445 [ 3 ] {432170b7-0998-4364-bb14-e521822ca8fb} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.960755 [ 3 ] {432170b7-0998-4364-bb14-e521822ca8fb} TCPHandler: Processed in 0.000758833 sec. 2025.11.06 00:55:51.960949 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.961064 [ 3 ] {1a068c45-f4e2-44ae-b7c0-150d65dd587f} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.961311 [ 3 ] {1a068c45-f4e2-44ae-b7c0-150d65dd587f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.961353 [ 3 ] {1a068c45-f4e2-44ae-b7c0-150d65dd587f} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.961676 [ 3 ] {1a068c45-f4e2-44ae-b7c0-150d65dd587f} TCPHandler: Processed in 0.000773764 sec. 2025.11.06 00:55:51.961866 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.961982 [ 3 ] {cd5c23d2-5047-494c-b008-63c92a5326bc} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.962236 [ 3 ] {cd5c23d2-5047-494c-b008-63c92a5326bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.962279 [ 3 ] {cd5c23d2-5047-494c-b008-63c92a5326bc} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.962597 [ 3 ] {cd5c23d2-5047-494c-b008-63c92a5326bc} TCPHandler: Processed in 0.000776904 sec. 2025.11.06 00:55:51.963388 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.963518 [ 3 ] {8b0bcd14-e09d-4152-ba89-40fb20003c92} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.963803 [ 3 ] {8b0bcd14-e09d-4152-ba89-40fb20003c92} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.963849 [ 3 ] {8b0bcd14-e09d-4152-ba89-40fb20003c92} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.964189 [ 3 ] {8b0bcd14-e09d-4152-ba89-40fb20003c92} TCPHandler: Processed in 0.000852356 sec. 2025.11.06 00:55:51.965032 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.965155 [ 3 ] {ec9c171f-061d-477f-b524-f90c8ab7df7f} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.965435 [ 3 ] {ec9c171f-061d-477f-b524-f90c8ab7df7f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.965479 [ 3 ] {ec9c171f-061d-477f-b524-f90c8ab7df7f} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.965804 [ 3 ] {ec9c171f-061d-477f-b524-f90c8ab7df7f} TCPHandler: Processed in 0.000821174 sec. 2025.11.06 00:55:51.966006 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.966134 [ 3 ] {7ff7013a-0b22-459f-a08c-e4d13ba3aa94} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.966419 [ 3 ] {7ff7013a-0b22-459f-a08c-e4d13ba3aa94} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.966464 [ 3 ] {7ff7013a-0b22-459f-a08c-e4d13ba3aa94} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.966789 [ 3 ] {7ff7013a-0b22-459f-a08c-e4d13ba3aa94} TCPHandler: Processed in 0.000830805 sec. 2025.11.06 00:55:51.966983 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.967103 [ 3 ] {61a594b0-61ac-4b28-98b8-16659fbdebf0} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.967368 [ 3 ] {61a594b0-61ac-4b28-98b8-16659fbdebf0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.967411 [ 3 ] {61a594b0-61ac-4b28-98b8-16659fbdebf0} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.967729 [ 3 ] {61a594b0-61ac-4b28-98b8-16659fbdebf0} TCPHandler: Processed in 0.000794684 sec. 2025.11.06 00:55:51.967918 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.968038 [ 3 ] {6fe9ac7c-6f81-4b76-845d-b7624af79a8e} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.968309 [ 3 ] {6fe9ac7c-6f81-4b76-845d-b7624af79a8e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.968353 [ 3 ] {6fe9ac7c-6f81-4b76-845d-b7624af79a8e} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.968658 [ 3 ] {6fe9ac7c-6f81-4b76-845d-b7624af79a8e} TCPHandler: Processed in 0.000786824 sec. 2025.11.06 00:55:51.968862 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.968980 [ 3 ] {fe022f26-cd1a-4278-89cc-c907d4a0d966} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.969239 [ 3 ] {fe022f26-cd1a-4278-89cc-c907d4a0d966} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.969283 [ 3 ] {fe022f26-cd1a-4278-89cc-c907d4a0d966} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.969568 [ 3 ] {fe022f26-cd1a-4278-89cc-c907d4a0d966} TCPHandler: Processed in 0.000754024 sec. 2025.11.06 00:55:51.977974 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.978161 [ 3 ] {d75bf7ec-4ed3-457e-9d25-7189b96282c3} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.978496 [ 3 ] {d75bf7ec-4ed3-457e-9d25-7189b96282c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.978539 [ 3 ] {d75bf7ec-4ed3-457e-9d25-7189b96282c3} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.978827 [ 3 ] {d75bf7ec-4ed3-457e-9d25-7189b96282c3} TCPHandler: Processed in 0.000929856 sec. 2025.11.06 00:55:51.979326 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.979446 [ 3 ] {cffbf21b-a4b0-4830-abab-e6739b554fa5} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.979708 [ 3 ] {cffbf21b-a4b0-4830-abab-e6739b554fa5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.979750 [ 3 ] {cffbf21b-a4b0-4830-abab-e6739b554fa5} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.980034 [ 3 ] {cffbf21b-a4b0-4830-abab-e6739b554fa5} TCPHandler: Processed in 0.000755174 sec. 2025.11.06 00:55:51.980251 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.980372 [ 3 ] {faf74b0e-5702-4a16-8c6d-a9559fdf1c68} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.980629 [ 3 ] {faf74b0e-5702-4a16-8c6d-a9559fdf1c68} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.980670 [ 3 ] {faf74b0e-5702-4a16-8c6d-a9559fdf1c68} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.980946 [ 3 ] {faf74b0e-5702-4a16-8c6d-a9559fdf1c68} TCPHandler: Processed in 0.000742063 sec. 2025.11.06 00:55:51.981165 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.981285 [ 3 ] {75651be6-6a03-4be6-ac4e-b4b7e3eccd9c} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.981542 [ 3 ] {75651be6-6a03-4be6-ac4e-b4b7e3eccd9c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.981583 [ 3 ] {75651be6-6a03-4be6-ac4e-b4b7e3eccd9c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.981858 [ 3 ] {75651be6-6a03-4be6-ac4e-b4b7e3eccd9c} TCPHandler: Processed in 0.000741303 sec. 2025.11.06 00:55:51.982119 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.982240 [ 3 ] {925fba48-88e1-47bf-b314-fb4e5fd9f947} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.982505 [ 3 ] {925fba48-88e1-47bf-b314-fb4e5fd9f947} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.982546 [ 3 ] {925fba48-88e1-47bf-b314-fb4e5fd9f947} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.982830 [ 3 ] {925fba48-88e1-47bf-b314-fb4e5fd9f947} TCPHandler: Processed in 0.000758303 sec. 2025.11.06 00:55:51.983048 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.983169 [ 3 ] {ad277300-f476-411b-89ac-5aa2b360a1ce} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.983431 [ 3 ] {ad277300-f476-411b-89ac-5aa2b360a1ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.983472 [ 3 ] {ad277300-f476-411b-89ac-5aa2b360a1ce} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.983755 [ 3 ] {ad277300-f476-411b-89ac-5aa2b360a1ce} TCPHandler: Processed in 0.000753164 sec. 2025.11.06 00:55:51.983969 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.984090 [ 3 ] {c11826ea-cbd8-4619-94bf-7e319390fc2a} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.984351 [ 3 ] {c11826ea-cbd8-4619-94bf-7e319390fc2a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.984393 [ 3 ] {c11826ea-cbd8-4619-94bf-7e319390fc2a} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.984681 [ 3 ] {c11826ea-cbd8-4619-94bf-7e319390fc2a} TCPHandler: Processed in 0.000757993 sec. 2025.11.06 00:55:51.984911 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.985031 [ 3 ] {15e11bce-e868-455e-b28d-12735dfdb27c} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.985294 [ 3 ] {15e11bce-e868-455e-b28d-12735dfdb27c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.985336 [ 3 ] {15e11bce-e868-455e-b28d-12735dfdb27c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.985624 [ 3 ] {15e11bce-e868-455e-b28d-12735dfdb27c} TCPHandler: Processed in 0.000759574 sec. 2025.11.06 00:55:51.985848 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.985969 [ 3 ] {44d0d261-0292-4170-bc31-6053431f0854} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.986259 [ 3 ] {44d0d261-0292-4170-bc31-6053431f0854} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.986301 [ 3 ] {44d0d261-0292-4170-bc31-6053431f0854} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.986588 [ 3 ] {44d0d261-0292-4170-bc31-6053431f0854} TCPHandler: Processed in 0.000787164 sec. 2025.11.06 00:55:51.986806 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.986928 [ 3 ] {55cec666-9090-4871-b618-5c397c3e0a86} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.987195 [ 3 ] {55cec666-9090-4871-b618-5c397c3e0a86} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.987236 [ 3 ] {55cec666-9090-4871-b618-5c397c3e0a86} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.987526 [ 3 ] {55cec666-9090-4871-b618-5c397c3e0a86} TCPHandler: Processed in 0.000766083 sec. 2025.11.06 00:55:51.998774 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:51.998927 [ 3 ] {9d98a820-928f-4337-a91d-f3fe223fc727} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.06 00:55:51.999263 [ 3 ] {9d98a820-928f-4337-a91d-f3fe223fc727} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:51.999313 [ 3 ] {9d98a820-928f-4337-a91d-f3fe223fc727} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:51.999610 [ 3 ] {9d98a820-928f-4337-a91d-f3fe223fc727} TCPHandler: Processed in 0.000895936 sec. 2025.11.06 00:55:52.000158 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 154.90 MiB, peak 159.72 MiB, free memory in arenas 0.00 B, will set to 158.81 MiB (RSS), difference: 3.91 MiB 2025.11.06 00:55:52.003276 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.003389 [ 3 ] {c163813d-0c73-44e8-91c5-56fc30a1bb44} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.11.06 00:55:52.003430 [ 3 ] {c163813d-0c73-44e8-91c5-56fc30a1bb44} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:55:52.006312 [ 3 ] {c163813d-0c73-44e8-91c5-56fc30a1bb44} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.006349 [ 3 ] {c163813d-0c73-44e8-91c5-56fc30a1bb44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.008912 [ 3 ] {c163813d-0c73-44e8-91c5-56fc30a1bb44} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.009340 [ 3 ] {c163813d-0c73-44e8-91c5-56fc30a1bb44} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.009482 [ 3 ] {c163813d-0c73-44e8-91c5-56fc30a1bb44} executeQuery: Read 32 rows, 7.26 KiB in 0.006124 sec., 5225.342913128674 rows/sec., 1.16 MiB/sec. 2025.11.06 00:55:52.009521 [ 3 ] {c163813d-0c73-44e8-91c5-56fc30a1bb44} TCPHandler: Processed in 0.006297291 sec. 2025.11.06 00:55:52.009652 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.009746 [ 3 ] {5bc227cd-c39c-4662-a7a8-6585317a91da} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:55:52.009786 [ 3 ] {5bc227cd-c39c-4662-a7a8-6585317a91da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:55:52.014441 [ 3 ] {5bc227cd-c39c-4662-a7a8-6585317a91da} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.014475 [ 3 ] {5bc227cd-c39c-4662-a7a8-6585317a91da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.016932 [ 3 ] {5bc227cd-c39c-4662-a7a8-6585317a91da} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.017516 [ 3 ] {5bc227cd-c39c-4662-a7a8-6585317a91da} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.017645 [ 3 ] {5bc227cd-c39c-4662-a7a8-6585317a91da} executeQuery: Read 410 rows, 26.63 KiB in 0.007916 sec., 51793.83527033856 rows/sec., 3.29 MiB/sec. 2025.11.06 00:55:52.017685 [ 3 ] {5bc227cd-c39c-4662-a7a8-6585317a91da} TCPHandler: Processed in 0.008082503 sec. 2025.11.06 00:55:52.017804 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.017905 [ 3 ] {dd396d28-7c89-4af4-b51c-01b7044021ed} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.06 00:55:52.017947 [ 3 ] {dd396d28-7c89-4af4-b51c-01b7044021ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.06 00:55:52.018348 [ 3 ] {dd396d28-7c89-4af4-b51c-01b7044021ed} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.018384 [ 3 ] {dd396d28-7c89-4af4-b51c-01b7044021ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.018828 [ 3 ] {dd396d28-7c89-4af4-b51c-01b7044021ed} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.019288 [ 3 ] {dd396d28-7c89-4af4-b51c-01b7044021ed} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.019412 [ 3 ] {dd396d28-7c89-4af4-b51c-01b7044021ed} executeQuery: Read 8 rows, 668.00 B in 0.001532 sec., 5221.9321148825065 rows/sec., 425.81 KiB/sec. 2025.11.06 00:55:52.019449 [ 3 ] {dd396d28-7c89-4af4-b51c-01b7044021ed} TCPHandler: Processed in 0.00169437 sec. 2025.11.06 00:55:52.019557 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.019648 [ 3 ] {28fd276c-23f0-4e1c-becc-c21a6b86cd5a} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:55:52.019687 [ 3 ] {28fd276c-23f0-4e1c-becc-c21a6b86cd5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:55:52.020640 [ 3 ] {28fd276c-23f0-4e1c-becc-c21a6b86cd5a} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.020676 [ 3 ] {28fd276c-23f0-4e1c-becc-c21a6b86cd5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.021223 [ 3 ] {28fd276c-23f0-4e1c-becc-c21a6b86cd5a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.021747 [ 3 ] {28fd276c-23f0-4e1c-becc-c21a6b86cd5a} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.021873 [ 3 ] {28fd276c-23f0-4e1c-becc-c21a6b86cd5a} executeQuery: Read 1112 rows, 90.24 KiB in 0.002242 sec., 495985.727029438 rows/sec., 39.31 MiB/sec. 2025.11.06 00:55:52.021911 [ 3 ] {28fd276c-23f0-4e1c-becc-c21a6b86cd5a} TCPHandler: Processed in 0.002403352 sec. 2025.11.06 00:55:52.022019 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.022111 [ 3 ] {546cc861-0352-4a65-8ed7-f23732926f38} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:55:52.022150 [ 3 ] {546cc861-0352-4a65-8ed7-f23732926f38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:55:52.022613 [ 3 ] {546cc861-0352-4a65-8ed7-f23732926f38} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.022649 [ 3 ] {546cc861-0352-4a65-8ed7-f23732926f38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.023085 [ 3 ] {546cc861-0352-4a65-8ed7-f23732926f38} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.023584 [ 3 ] {546cc861-0352-4a65-8ed7-f23732926f38} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.023713 [ 3 ] {546cc861-0352-4a65-8ed7-f23732926f38} executeQuery: Read 224 rows, 13.70 KiB in 0.001619 sec., 138357.01050030882 rows/sec., 8.26 MiB/sec. 2025.11.06 00:55:52.023760 [ 3 ] {546cc861-0352-4a65-8ed7-f23732926f38} TCPHandler: Processed in 0.001789552 sec. 2025.11.06 00:55:52.023924 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.024035 [ 3 ] {4bd12b11-a809-4f44-89f4-d990f45fb081} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:55:52.024082 [ 3 ] {4bd12b11-a809-4f44-89f4-d990f45fb081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:55:52.024836 [ 3 ] {4bd12b11-a809-4f44-89f4-d990f45fb081} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.024876 [ 3 ] {4bd12b11-a809-4f44-89f4-d990f45fb081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.025404 [ 3 ] {4bd12b11-a809-4f44-89f4-d990f45fb081} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.025943 [ 3 ] {4bd12b11-a809-4f44-89f4-d990f45fb081} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.026073 [ 3 ] {4bd12b11-a809-4f44-89f4-d990f45fb081} executeQuery: Read 212 rows, 14.00 KiB in 0.002059 sec., 102962.60320543953 rows/sec., 6.64 MiB/sec. 2025.11.06 00:55:52.026112 [ 3 ] {4bd12b11-a809-4f44-89f4-d990f45fb081} TCPHandler: Processed in 0.00225053 sec. 2025.11.06 00:55:52.026228 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.026323 [ 3 ] {afa8cff0-36b6-470d-80bc-c52a2184dc63} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:55:52.026363 [ 3 ] {afa8cff0-36b6-470d-80bc-c52a2184dc63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:55:52.026840 [ 3 ] {afa8cff0-36b6-470d-80bc-c52a2184dc63} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.026877 [ 3 ] {afa8cff0-36b6-470d-80bc-c52a2184dc63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.027316 [ 3 ] {afa8cff0-36b6-470d-80bc-c52a2184dc63} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.027763 [ 3 ] {afa8cff0-36b6-470d-80bc-c52a2184dc63} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.027891 [ 3 ] {afa8cff0-36b6-470d-80bc-c52a2184dc63} executeQuery: Read 211 rows, 12.27 KiB in 0.001587 sec., 132955.26149968494 rows/sec., 7.55 MiB/sec. 2025.11.06 00:55:52.027932 [ 3 ] {afa8cff0-36b6-470d-80bc-c52a2184dc63} TCPHandler: Processed in 0.001753201 sec. 2025.11.06 00:55:52.028053 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.028146 [ 3 ] {0ba260fa-3afb-4bac-9c20-ffb8ee7b074c} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:55:52.028186 [ 3 ] {0ba260fa-3afb-4bac-9c20-ffb8ee7b074c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:55:52.028911 [ 3 ] {0ba260fa-3afb-4bac-9c20-ffb8ee7b074c} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.028951 [ 3 ] {0ba260fa-3afb-4bac-9c20-ffb8ee7b074c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.029409 [ 3 ] {0ba260fa-3afb-4bac-9c20-ffb8ee7b074c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.029853 [ 3 ] {0ba260fa-3afb-4bac-9c20-ffb8ee7b074c} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.029987 [ 3 ] {0ba260fa-3afb-4bac-9c20-ffb8ee7b074c} executeQuery: Read 670 rows, 47.76 KiB in 0.001858 sec., 360602.79870828846 rows/sec., 25.11 MiB/sec. 2025.11.06 00:55:52.030034 [ 3 ] {0ba260fa-3afb-4bac-9c20-ffb8ee7b074c} TCPHandler: Processed in 0.002028966 sec. 2025.11.06 00:55:52.030165 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.030268 [ 3 ] {75dccd7d-a8ab-4be5-8637-64c83ba02363} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:55:52.030316 [ 3 ] {75dccd7d-a8ab-4be5-8637-64c83ba02363} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:55:52.030717 [ 3 ] {75dccd7d-a8ab-4be5-8637-64c83ba02363} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.030754 [ 3 ] {75dccd7d-a8ab-4be5-8637-64c83ba02363} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.031217 [ 3 ] {75dccd7d-a8ab-4be5-8637-64c83ba02363} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.031622 [ 3 ] {75dccd7d-a8ab-4be5-8637-64c83ba02363} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.031748 [ 3 ] {75dccd7d-a8ab-4be5-8637-64c83ba02363} executeQuery: Read 6 rows, 321.00 B in 0.001501 sec., 3997.3351099267156 rows/sec., 208.85 KiB/sec. 2025.11.06 00:55:52.031784 [ 3 ] {75dccd7d-a8ab-4be5-8637-64c83ba02363} TCPHandler: Processed in 0.001676129 sec. 2025.11.06 00:55:52.031888 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.031982 [ 3 ] {ea2752fd-4d18-4590-88dc-5222cfb2c2b2} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:55:52.032023 [ 3 ] {ea2752fd-4d18-4590-88dc-5222cfb2c2b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:55:52.034490 [ 3 ] {ea2752fd-4d18-4590-88dc-5222cfb2c2b2} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.034530 [ 3 ] {ea2752fd-4d18-4590-88dc-5222cfb2c2b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.035038 [ 3 ] {ea2752fd-4d18-4590-88dc-5222cfb2c2b2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.035562 [ 3 ] {ea2752fd-4d18-4590-88dc-5222cfb2c2b2} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.035690 [ 3 ] {ea2752fd-4d18-4590-88dc-5222cfb2c2b2} executeQuery: Read 246 rows, 16.28 KiB in 0.003728 sec., 65987.12446351931 rows/sec., 4.26 MiB/sec. 2025.11.06 00:55:52.035727 [ 3 ] {ea2752fd-4d18-4590-88dc-5222cfb2c2b2} TCPHandler: Processed in 0.003886149 sec. 2025.11.06 00:55:52.035842 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.035936 [ 3 ] {8e9bbf69-d3ca-4ce1-8ea7-bd6445114a1a} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:55:52.035977 [ 3 ] {8e9bbf69-d3ca-4ce1-8ea7-bd6445114a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:55:52.036292 [ 3 ] {8e9bbf69-d3ca-4ce1-8ea7-bd6445114a1a} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.036328 [ 3 ] {8e9bbf69-d3ca-4ce1-8ea7-bd6445114a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.036714 [ 3 ] {8e9bbf69-d3ca-4ce1-8ea7-bd6445114a1a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.037114 [ 3 ] {8e9bbf69-d3ca-4ce1-8ea7-bd6445114a1a} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.037240 [ 3 ] {8e9bbf69-d3ca-4ce1-8ea7-bd6445114a1a} executeQuery: Read 1 rows, 69.00 B in 0.001323 sec., 755.8578987150416 rows/sec., 50.93 KiB/sec. 2025.11.06 00:55:52.037277 [ 3 ] {8e9bbf69-d3ca-4ce1-8ea7-bd6445114a1a} TCPHandler: Processed in 0.001483116 sec. 2025.11.06 00:55:52.037382 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.037475 [ 3 ] {872174a0-d6f1-4493-b426-dd5eae27d638} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:55:52.037526 [ 3 ] {872174a0-d6f1-4493-b426-dd5eae27d638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:55:52.038258 [ 3 ] {872174a0-d6f1-4493-b426-dd5eae27d638} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.038293 [ 3 ] {872174a0-d6f1-4493-b426-dd5eae27d638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.039504 [ 3 ] {872174a0-d6f1-4493-b426-dd5eae27d638} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.039919 [ 3 ] {872174a0-d6f1-4493-b426-dd5eae27d638} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.040060 [ 3 ] {872174a0-d6f1-4493-b426-dd5eae27d638} executeQuery: Read 11 rows, 20.18 KiB in 0.002602 sec., 4227.517294388931 rows/sec., 7.58 MiB/sec. 2025.11.06 00:55:52.040120 [ 3 ] {872174a0-d6f1-4493-b426-dd5eae27d638} TCPHandler: Processed in 0.00278511 sec. 2025.11.06 00:55:52.040230 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:52.040326 [ 3 ] {6d9c0a9b-73c0-499d-96bd-ccb3196b3ed5} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:55:52.040367 [ 3 ] {6d9c0a9b-73c0-499d-96bd-ccb3196b3ed5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:55:52.040694 [ 3 ] {6d9c0a9b-73c0-499d-96bd-ccb3196b3ed5} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:52.040730 [ 3 ] {6d9c0a9b-73c0-499d-96bd-ccb3196b3ed5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:52.041131 [ 3 ] {6d9c0a9b-73c0-499d-96bd-ccb3196b3ed5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:55:52.041532 [ 3 ] {6d9c0a9b-73c0-499d-96bd-ccb3196b3ed5} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:52.041654 [ 3 ] {6d9c0a9b-73c0-499d-96bd-ccb3196b3ed5} executeQuery: Read 76 rows, 4.57 KiB in 0.001347 sec., 56421.67780252412 rows/sec., 3.31 MiB/sec. 2025.11.06 00:55:52.041691 [ 3 ] {6d9c0a9b-73c0-499d-96bd-ccb3196b3ed5} TCPHandler: Processed in 0.001509256 sec. 2025.11.06 00:55:54.133617 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.11.06 00:55:54.134082 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:54.134117 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:54.134839 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:55:54.135445 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:54.135596 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.11.06 00:55:54.197597 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.11.06 00:55:54.215857 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:54.215932 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:54.222620 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:55:54.223825 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:54.227088 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.11.06 00:55:55.000161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.92 MiB, peak 163.92 MiB, free memory in arenas 0.00 B, will set to 161.41 MiB (RSS), difference: 1.49 MiB 2025.11.06 00:55:55.563039 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36495 2025.11.06 00:55:55.565029 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.565081 [ 286 ] {} TCP-Session: 133180f5-0f6d-408f-be7c-68c6066c7c8f Authenticating user 'default' from [fd00:1122:3344:101::e]:36495 2025.11.06 00:55:55.565104 [ 286 ] {} TCP-Session: 133180f5-0f6d-408f-be7c-68c6066c7c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.565117 [ 286 ] {} TCP-Session: 133180f5-0f6d-408f-be7c-68c6066c7c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.565186 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.06 00:55:55.565211 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.06 00:55:55.565226 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.06 00:55:55.566365 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62189 2025.11.06 00:55:55.566431 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64812 2025.11.06 00:55:55.566440 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46986 2025.11.06 00:55:55.566518 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64114 2025.11.06 00:55:55.566766 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53505 2025.11.06 00:55:55.566969 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36240 2025.11.06 00:55:55.567203 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41793 2025.11.06 00:55:55.568279 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.568293 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.568339 [ 287 ] {} TCP-Session: e0442f7d-e37b-4932-9dc9-c76057e1f478 Authenticating user 'default' from [fd00:1122:3344:101::e]:62189 2025.11.06 00:55:55.568343 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.568353 [ 292 ] {} TCP-Session: 087c0ce8-34ff-4cf9-a2c0-0e0434f84284 Authenticating user 'default' from [fd00:1122:3344:101::e]:36240 2025.11.06 00:55:55.568371 [ 287 ] {} TCP-Session: e0442f7d-e37b-4932-9dc9-c76057e1f478 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568399 [ 293 ] {} TCP-Session: 2c09cd7b-8978-44fe-9dfe-c746fcc6c915 Authenticating user 'default' from [fd00:1122:3344:101::e]:41793 2025.11.06 00:55:55.568409 [ 292 ] {} TCP-Session: 087c0ce8-34ff-4cf9-a2c0-0e0434f84284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568410 [ 287 ] {} TCP-Session: e0442f7d-e37b-4932-9dc9-c76057e1f478 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568429 [ 293 ] {} TCP-Session: 2c09cd7b-8978-44fe-9dfe-c746fcc6c915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568435 [ 292 ] {} TCP-Session: 087c0ce8-34ff-4cf9-a2c0-0e0434f84284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568445 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.568455 [ 293 ] {} TCP-Session: 2c09cd7b-8978-44fe-9dfe-c746fcc6c915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568496 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62169 2025.11.06 00:55:55.568498 [ 288 ] {} TCP-Session: f77348b0-cebf-4d16-8622-e4c339325bf8 Authenticating user 'default' from [fd00:1122:3344:101::e]:46986 2025.11.06 00:55:55.568426 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.568547 [ 288 ] {} TCP-Session: f77348b0-cebf-4d16-8622-e4c339325bf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568412 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.568582 [ 288 ] {} TCP-Session: f77348b0-cebf-4d16-8622-e4c339325bf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568357 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.568644 [ 290 ] {} TCP-Session: 7718992e-03c4-4be8-a1a8-6e20165084f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:64114 2025.11.06 00:55:55.568644 [ 289 ] {} TCP-Session: 8ddf2eb2-62e6-4863-a6e8-c4e136757387 Authenticating user 'default' from [fd00:1122:3344:101::e]:64812 2025.11.06 00:55:55.568665 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.568683 [ 290 ] {} TCP-Session: 7718992e-03c4-4be8-a1a8-6e20165084f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568683 [ 289 ] {} TCP-Session: 8ddf2eb2-62e6-4863-a6e8-c4e136757387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568700 [ 294 ] {} TCP-Session: 0e9379b9-c5b7-4ca2-973a-0b2ebfcf19de Authenticating user 'default' from [fd00:1122:3344:101::e]:62169 2025.11.06 00:55:55.568704 [ 290 ] {} TCP-Session: 7718992e-03c4-4be8-a1a8-6e20165084f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568711 [ 289 ] {} TCP-Session: 8ddf2eb2-62e6-4863-a6e8-c4e136757387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568721 [ 294 ] {} TCP-Session: 0e9379b9-c5b7-4ca2-973a-0b2ebfcf19de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568719 [ 286 ] {} TCP-Session: 133180f5-0f6d-408f-be7c-68c6066c7c8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:55.568743 [ 294 ] {} TCP-Session: 0e9379b9-c5b7-4ca2-973a-0b2ebfcf19de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568661 [ 291 ] {} TCP-Session: 6b7b28bf-6ef6-422a-9d98-ac2ecb5023fd Authenticating user 'default' from [fd00:1122:3344:101::e]:53505 2025.11.06 00:55:55.568811 [ 291 ] {} TCP-Session: 6b7b28bf-6ef6-422a-9d98-ac2ecb5023fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.568829 [ 291 ] {} TCP-Session: 6b7b28bf-6ef6-422a-9d98-ac2ecb5023fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.569000 [ 286 ] {a43a1b97-0d82-4b35-8559-4bdb4e239ef1} executeQuery: (from [fd00:1122:3344:101::e]:36495) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:55:55.569326 [ 286 ] {a43a1b97-0d82-4b35-8559-4bdb4e239ef1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:55:55.573536 [ 286 ] {a43a1b97-0d82-4b35-8559-4bdb4e239ef1} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:55.583821 [ 286 ] {a43a1b97-0d82-4b35-8559-4bdb4e239ef1} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:55:55.596658 [ 295 ] {a43a1b97-0d82-4b35-8559-4bdb4e239ef1} AggregatingTransform: Aggregating 2025.11.06 00:55:55.598970 [ 295 ] {a43a1b97-0d82-4b35-8559-4bdb4e239ef1} Aggregator: Aggregation method: without_key 2025.11.06 00:55:55.599622 [ 295 ] {a43a1b97-0d82-4b35-8559-4bdb4e239ef1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.005743742 sec. (174.103 rows/sec., 6.80 KiB/sec.) 2025.11.06 00:55:55.599647 [ 295 ] {a43a1b97-0d82-4b35-8559-4bdb4e239ef1} Aggregator: Merging aggregated data 2025.11.06 00:55:55.599677 [ 295 ] {a43a1b97-0d82-4b35-8559-4bdb4e239ef1} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.11.06 00:55:55.602832 [ 286 ] {a43a1b97-0d82-4b35-8559-4bdb4e239ef1} executeQuery: Read 1 rows, 40.00 B in 0.03389 sec., 29.507229271171433 rows/sec., 1.15 KiB/sec. 2025.11.06 00:55:55.602986 [ 286 ] {a43a1b97-0d82-4b35-8559-4bdb4e239ef1} TCPHandler: Processed in 0.03446088 sec. 2025.11.06 00:55:55.607461 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.607500 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.607518 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.607540 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.607565 [ 293 ] {} TCP-Session: 2c09cd7b-8978-44fe-9dfe-c746fcc6c915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.607564 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.607583 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.607605 [ 289 ] {} TCP-Session: 8ddf2eb2-62e6-4863-a6e8-c4e136757387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.607622 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.607645 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.607675 [ 291 ] {} TCP-Session: 6b7b28bf-6ef6-422a-9d98-ac2ecb5023fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.607640 [ 288 ] {} TCP-Session: f77348b0-cebf-4d16-8622-e4c339325bf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.607707 [ 294 ] {} TCP-Session: 0e9379b9-c5b7-4ca2-973a-0b2ebfcf19de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.607636 [ 292 ] {} TCP-Session: 087c0ce8-34ff-4cf9-a2c0-0e0434f84284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.607549 [ 287 ] {} TCP-Session: e0442f7d-e37b-4932-9dc9-c76057e1f478 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.607606 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.607513 [ 286 ] {} TCP-Session: 133180f5-0f6d-408f-be7c-68c6066c7c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.607823 [ 290 ] {} TCP-Session: 7718992e-03c4-4be8-a1a8-6e20165084f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.705169 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37514 2025.11.06 00:55:55.705301 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.705346 [ 286 ] {} TCP-Session: ece937b2-6d4a-4586-b6d5-3de60b252b6c Authenticating user 'default' from [fd00:1122:3344:101::e]:37514 2025.11.06 00:55:55.705372 [ 286 ] {} TCP-Session: ece937b2-6d4a-4586-b6d5-3de60b252b6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.705385 [ 286 ] {} TCP-Session: ece937b2-6d4a-4586-b6d5-3de60b252b6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.705628 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41655 2025.11.06 00:55:55.705657 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40904 2025.11.06 00:55:55.705673 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35615 2025.11.06 00:55:55.705710 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54777 2025.11.06 00:55:55.705737 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.705740 [ 286 ] {} TCP-Session: ece937b2-6d4a-4586-b6d5-3de60b252b6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:55.705774 [ 287 ] {} TCP-Session: 562f3045-83a5-451f-98f8-0900f9c592a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:41655 2025.11.06 00:55:55.705777 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.705805 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.705808 [ 287 ] {} TCP-Session: 562f3045-83a5-451f-98f8-0900f9c592a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.705828 [ 288 ] {} TCP-Session: 392e78e9-4fe2-4482-b06d-1be9e3fe90bf Authenticating user 'default' from [fd00:1122:3344:101::e]:40904 2025.11.06 00:55:55.705837 [ 293 ] {} TCP-Session: c1da64f7-7533-4d8e-a08d-c960d6792c01 Authenticating user 'default' from [fd00:1122:3344:101::e]:54777 2025.11.06 00:55:55.705843 [ 287 ] {} TCP-Session: 562f3045-83a5-451f-98f8-0900f9c592a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.705866 [ 288 ] {} TCP-Session: 392e78e9-4fe2-4482-b06d-1be9e3fe90bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.705870 [ 293 ] {} TCP-Session: c1da64f7-7533-4d8e-a08d-c960d6792c01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.705890 [ 288 ] {} TCP-Session: 392e78e9-4fe2-4482-b06d-1be9e3fe90bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.705901 [ 293 ] {} TCP-Session: c1da64f7-7533-4d8e-a08d-c960d6792c01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.705777 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.705931 [ 286 ] {e92e0a66-e24f-4d2d-9831-1cc44f887892} executeQuery: (from [fd00:1122:3344:101::e]:37514) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:55:55.705953 [ 291 ] {} TCP-Session: 05e47ab7-536e-40ab-a550-c29792d3d316 Authenticating user 'default' from [fd00:1122:3344:101::e]:35615 2025.11.06 00:55:55.705710 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33633 2025.11.06 00:55:55.705976 [ 291 ] {} TCP-Session: 05e47ab7-536e-40ab-a550-c29792d3d316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.705697 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41149 2025.11.06 00:55:55.706036 [ 291 ] {} TCP-Session: 05e47ab7-536e-40ab-a550-c29792d3d316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.705664 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60921 2025.11.06 00:55:55.706081 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.705661 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41212 2025.11.06 00:55:55.706123 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.706129 [ 294 ] {} TCP-Session: a0c88eb3-2063-41e4-aa8e-03de2139c744 Authenticating user 'default' from [fd00:1122:3344:101::e]:33633 2025.11.06 00:55:55.706180 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.706164 [ 292 ] {} TCP-Session: 3fe6c170-5eb9-442b-b8ea-c66d5a0d5ed6 Authenticating user 'default' from [fd00:1122:3344:101::e]:41149 2025.11.06 00:55:55.706207 [ 286 ] {e92e0a66-e24f-4d2d-9831-1cc44f887892} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:55:55.706239 [ 292 ] {} TCP-Session: 3fe6c170-5eb9-442b-b8ea-c66d5a0d5ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.706212 [ 289 ] {} TCP-Session: 60f1efe2-7460-4b64-8a88-a36b4e063913 Authenticating user 'default' from [fd00:1122:3344:101::e]:41212 2025.11.06 00:55:55.706271 [ 292 ] {} TCP-Session: 3fe6c170-5eb9-442b-b8ea-c66d5a0d5ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.706288 [ 286 ] {e92e0a66-e24f-4d2d-9831-1cc44f887892} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:55.706293 [ 289 ] {} TCP-Session: 60f1efe2-7460-4b64-8a88-a36b4e063913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.706158 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:55.706329 [ 289 ] {} TCP-Session: 60f1efe2-7460-4b64-8a88-a36b4e063913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.706216 [ 294 ] {} TCP-Session: a0c88eb3-2063-41e4-aa8e-03de2139c744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.706358 [ 290 ] {} TCP-Session: c3443bda-9842-4571-be4c-72a68948c5b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:60921 2025.11.06 00:55:55.706376 [ 294 ] {} TCP-Session: a0c88eb3-2063-41e4-aa8e-03de2139c744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.706382 [ 290 ] {} TCP-Session: c3443bda-9842-4571-be4c-72a68948c5b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.706396 [ 290 ] {} TCP-Session: c3443bda-9842-4571-be4c-72a68948c5b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.706633 [ 286 ] {e92e0a66-e24f-4d2d-9831-1cc44f887892} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:55:55.707481 [ 320 ] {e92e0a66-e24f-4d2d-9831-1cc44f887892} AggregatingTransform: Aggregating 2025.11.06 00:55:55.707522 [ 320 ] {e92e0a66-e24f-4d2d-9831-1cc44f887892} Aggregator: Aggregation method: without_key 2025.11.06 00:55:55.707554 [ 320 ] {e92e0a66-e24f-4d2d-9831-1cc44f887892} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000808185 sec. (1237.340 rows/sec., 48.33 KiB/sec.) 2025.11.06 00:55:55.707579 [ 320 ] {e92e0a66-e24f-4d2d-9831-1cc44f887892} Aggregator: Merging aggregated data 2025.11.06 00:55:55.709077 [ 286 ] {e92e0a66-e24f-4d2d-9831-1cc44f887892} executeQuery: Read 1 rows, 40.00 B in 0.003207 sec., 311.81789834736514 rows/sec., 12.18 KiB/sec. 2025.11.06 00:55:55.709158 [ 286 ] {e92e0a66-e24f-4d2d-9831-1cc44f887892} TCPHandler: Processed in 0.003542452 sec. 2025.11.06 00:55:55.709292 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.709325 [ 286 ] {} TCP-Session: ece937b2-6d4a-4586-b6d5-3de60b252b6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.709325 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.709341 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.709360 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.709380 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.709397 [ 288 ] {} TCP-Session: 392e78e9-4fe2-4482-b06d-1be9e3fe90bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.709421 [ 294 ] {} TCP-Session: a0c88eb3-2063-41e4-aa8e-03de2139c744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.709424 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.709433 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.709470 [ 290 ] {} TCP-Session: c3443bda-9842-4571-be4c-72a68948c5b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.709460 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.709495 [ 291 ] {} TCP-Session: 05e47ab7-536e-40ab-a550-c29792d3d316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.709443 [ 289 ] {} TCP-Session: 60f1efe2-7460-4b64-8a88-a36b4e063913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.709536 [ 293 ] {} TCP-Session: c1da64f7-7533-4d8e-a08d-c960d6792c01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.709395 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:55.709378 [ 287 ] {} TCP-Session: 562f3045-83a5-451f-98f8-0900f9c592a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:55.709614 [ 292 ] {} TCP-Session: 3fe6c170-5eb9-442b-b8ea-c66d5a0d5ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.001202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.90 MiB, peak 170.01 MiB, free memory in arenas 0.00 B, will set to 164.79 MiB (RSS), difference: 2.89 MiB 2025.11.06 00:55:56.762910 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57312 2025.11.06 00:55:56.763022 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:56.763056 [ 286 ] {} TCP-Session: 4eac8544-4199-4f72-a19e-81ea2be5958b Authenticating user 'default' from [fd00:1122:3344:101::e]:57312 2025.11.06 00:55:56.763079 [ 286 ] {} TCP-Session: 4eac8544-4199-4f72-a19e-81ea2be5958b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763092 [ 286 ] {} TCP-Session: 4eac8544-4199-4f72-a19e-81ea2be5958b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763290 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43815 2025.11.06 00:55:56.763326 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47213 2025.11.06 00:55:56.763358 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43205 2025.11.06 00:55:56.763380 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34089 2025.11.06 00:55:56.763409 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46715 2025.11.06 00:55:56.763420 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:56.763460 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:56.763482 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:56.763498 [ 287 ] {} TCP-Session: 1200f129-312d-4c80-84bf-72b3c8256699 Authenticating user 'default' from [fd00:1122:3344:101::e]:43815 2025.11.06 00:55:56.763509 [ 292 ] {} TCP-Session: df3df03e-4a00-42c1-b8cf-30b8b21ddb13 Authenticating user 'default' from [fd00:1122:3344:101::e]:43205 2025.11.06 00:55:56.763521 [ 293 ] {} TCP-Session: 52079244-6f72-44d0-a795-df444bcbe196 Authenticating user 'default' from [fd00:1122:3344:101::e]:34089 2025.11.06 00:55:56.763535 [ 287 ] {} TCP-Session: 1200f129-312d-4c80-84bf-72b3c8256699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763547 [ 292 ] {} TCP-Session: df3df03e-4a00-42c1-b8cf-30b8b21ddb13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763562 [ 287 ] {} TCP-Session: 1200f129-312d-4c80-84bf-72b3c8256699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763560 [ 293 ] {} TCP-Session: 52079244-6f72-44d0-a795-df444bcbe196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763577 [ 292 ] {} TCP-Session: df3df03e-4a00-42c1-b8cf-30b8b21ddb13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763603 [ 293 ] {} TCP-Session: 52079244-6f72-44d0-a795-df444bcbe196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763528 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:56.763460 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:56.763672 [ 294 ] {} TCP-Session: 576c7bb5-b7f2-4dee-b476-c47a3baaed32 Authenticating user 'default' from [fd00:1122:3344:101::e]:46715 2025.11.06 00:55:56.763348 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52064 2025.11.06 00:55:56.763698 [ 288 ] {} TCP-Session: 120bd321-7145-4732-a8da-be2289ad65a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:47213 2025.11.06 00:55:56.763714 [ 294 ] {} TCP-Session: 576c7bb5-b7f2-4dee-b476-c47a3baaed32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763745 [ 288 ] {} TCP-Session: 120bd321-7145-4732-a8da-be2289ad65a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763760 [ 294 ] {} TCP-Session: 576c7bb5-b7f2-4dee-b476-c47a3baaed32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763773 [ 288 ] {} TCP-Session: 120bd321-7145-4732-a8da-be2289ad65a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763775 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:56.763330 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54972 2025.11.06 00:55:56.763819 [ 291 ] {} TCP-Session: 1dbaca94-04cc-4db0-8262-1764f2b6bfad Authenticating user 'default' from [fd00:1122:3344:101::e]:52064 2025.11.06 00:55:56.763335 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38904 2025.11.06 00:55:56.763860 [ 291 ] {} TCP-Session: 1dbaca94-04cc-4db0-8262-1764f2b6bfad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763889 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:56.763900 [ 291 ] {} TCP-Session: 1dbaca94-04cc-4db0-8262-1764f2b6bfad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763918 [ 289 ] {} TCP-Session: 7f513b9d-4e07-429a-8dfe-ff692ecf0274 Authenticating user 'default' from [fd00:1122:3344:101::e]:54972 2025.11.06 00:55:56.763513 [ 286 ] {} TCP-Session: 4eac8544-4199-4f72-a19e-81ea2be5958b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:56.763944 [ 289 ] {} TCP-Session: 7f513b9d-4e07-429a-8dfe-ff692ecf0274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.763938 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:55:56.763975 [ 289 ] {} TCP-Session: 7f513b9d-4e07-429a-8dfe-ff692ecf0274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.764005 [ 290 ] {} TCP-Session: 859222e2-03a1-4d7a-95af-85dfecc9ee02 Authenticating user 'default' from [fd00:1122:3344:101::e]:38904 2025.11.06 00:55:56.764028 [ 290 ] {} TCP-Session: 859222e2-03a1-4d7a-95af-85dfecc9ee02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.764048 [ 290 ] {} TCP-Session: 859222e2-03a1-4d7a-95af-85dfecc9ee02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.764124 [ 286 ] {7e7407af-0f07-4ff0-a0cf-d823e5db6ad8} executeQuery: (from [fd00:1122:3344:101::e]:57312) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:55:56.764411 [ 286 ] {7e7407af-0f07-4ff0-a0cf-d823e5db6ad8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:55:56.764471 [ 286 ] {7e7407af-0f07-4ff0-a0cf-d823e5db6ad8} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:55:56.764767 [ 286 ] {7e7407af-0f07-4ff0-a0cf-d823e5db6ad8} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:55:56.765804 [ 301 ] {7e7407af-0f07-4ff0-a0cf-d823e5db6ad8} AggregatingTransform: Aggregating 2025.11.06 00:55:56.765853 [ 301 ] {7e7407af-0f07-4ff0-a0cf-d823e5db6ad8} Aggregator: Aggregation method: without_key 2025.11.06 00:55:56.765894 [ 301 ] {7e7407af-0f07-4ff0-a0cf-d823e5db6ad8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001019528 sec. (980.846 rows/sec., 38.31 KiB/sec.) 2025.11.06 00:55:56.765917 [ 301 ] {7e7407af-0f07-4ff0-a0cf-d823e5db6ad8} Aggregator: Merging aggregated data 2025.11.06 00:55:56.767167 [ 286 ] {7e7407af-0f07-4ff0-a0cf-d823e5db6ad8} executeQuery: Read 1 rows, 40.00 B in 0.003103 sec., 322.2687721559781 rows/sec., 12.59 KiB/sec. 2025.11.06 00:55:56.767347 [ 286 ] {7e7407af-0f07-4ff0-a0cf-d823e5db6ad8} TCPHandler: Processed in 0.00397287 sec. 2025.11.06 00:55:56.767473 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:56.767502 [ 286 ] {} TCP-Session: 4eac8544-4199-4f72-a19e-81ea2be5958b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.767516 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:56.767543 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:56.767560 [ 287 ] {} TCP-Session: 1200f129-312d-4c80-84bf-72b3c8256699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.767570 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:56.767588 [ 294 ] {} TCP-Session: 576c7bb5-b7f2-4dee-b476-c47a3baaed32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.767595 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:56.767620 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:56.767633 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:56.767660 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:56.767676 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:55:56.767691 [ 291 ] {} TCP-Session: 1dbaca94-04cc-4db0-8262-1764f2b6bfad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.767724 [ 293 ] {} TCP-Session: 52079244-6f72-44d0-a795-df444bcbe196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.767740 [ 292 ] {} TCP-Session: df3df03e-4a00-42c1-b8cf-30b8b21ddb13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.767671 [ 289 ] {} TCP-Session: 7f513b9d-4e07-429a-8dfe-ff692ecf0274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.767653 [ 290 ] {} TCP-Session: 859222e2-03a1-4d7a-95af-85dfecc9ee02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.767628 [ 288 ] {} TCP-Session: 120bd321-7145-4732-a8da-be2289ad65a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:55:56.919762 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:56.919957 [ 3 ] {19d9371a-ac9b-474f-a66c-b23df86cde11} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:55:56.920025 [ 3 ] {19d9371a-ac9b-474f-a66c-b23df86cde11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:55:56.920661 [ 3 ] {19d9371a-ac9b-474f-a66c-b23df86cde11} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:56.920716 [ 3 ] {19d9371a-ac9b-474f-a66c-b23df86cde11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:56.921296 [ 3 ] {19d9371a-ac9b-474f-a66c-b23df86cde11} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:55:56.921817 [ 3 ] {19d9371a-ac9b-474f-a66c-b23df86cde11} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:56.922035 [ 3 ] {19d9371a-ac9b-474f-a66c-b23df86cde11} executeQuery: Read 30 rows, 2.32 KiB in 0.002129 sec., 14091.122592766558 rows/sec., 1.06 MiB/sec. 2025.11.06 00:55:56.922101 [ 3 ] {19d9371a-ac9b-474f-a66c-b23df86cde11} TCPHandler: Processed in 0.002469274 sec. 2025.11.06 00:55:56.922241 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:56.922357 [ 3 ] {f632615e-c038-4e62-b415-10221471e128} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:55:56.922407 [ 3 ] {f632615e-c038-4e62-b415-10221471e128} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:55:56.922933 [ 3 ] {f632615e-c038-4e62-b415-10221471e128} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:56.922977 [ 3 ] {f632615e-c038-4e62-b415-10221471e128} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:56.923498 [ 3 ] {f632615e-c038-4e62-b415-10221471e128} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:55:56.924039 [ 3 ] {f632615e-c038-4e62-b415-10221471e128} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:56.924193 [ 3 ] {f632615e-c038-4e62-b415-10221471e128} executeQuery: Read 36 rows, 2.88 KiB in 0.001867 sec., 19282.2710230316 rows/sec., 1.51 MiB/sec. 2025.11.06 00:55:56.924242 [ 3 ] {f632615e-c038-4e62-b415-10221471e128} TCPHandler: Processed in 0.002061856 sec. 2025.11.06 00:55:56.924364 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:56.924465 [ 3 ] {2409739b-2793-4de1-8a64-527ccf720d64} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:55:56.924522 [ 3 ] {2409739b-2793-4de1-8a64-527ccf720d64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:55:56.924988 [ 3 ] {2409739b-2793-4de1-8a64-527ccf720d64} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:56.925032 [ 3 ] {2409739b-2793-4de1-8a64-527ccf720d64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:56.925522 [ 3 ] {2409739b-2793-4de1-8a64-527ccf720d64} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:55:56.925983 [ 3 ] {2409739b-2793-4de1-8a64-527ccf720d64} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:56.926133 [ 3 ] {2409739b-2793-4de1-8a64-527ccf720d64} executeQuery: Read 110 rows, 7.86 KiB in 0.001691 sec., 65050.26611472501 rows/sec., 4.54 MiB/sec. 2025.11.06 00:55:56.926177 [ 3 ] {2409739b-2793-4de1-8a64-527ccf720d64} TCPHandler: Processed in 0.001864283 sec. 2025.11.06 00:55:56.926311 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:55:56.926409 [ 3 ] {5dfa8d03-8efd-402c-89f3-17abc6a1e088} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:55:56.926452 [ 3 ] {5dfa8d03-8efd-402c-89f3-17abc6a1e088} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:55:56.926818 [ 3 ] {5dfa8d03-8efd-402c-89f3-17abc6a1e088} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:55:56.926860 [ 3 ] {5dfa8d03-8efd-402c-89f3-17abc6a1e088} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.06 00:55:56.927361 [ 3 ] {5dfa8d03-8efd-402c-89f3-17abc6a1e088} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:55:56.927876 [ 3 ] {5dfa8d03-8efd-402c-89f3-17abc6a1e088} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:55:56.928026 [ 3 ] {5dfa8d03-8efd-402c-89f3-17abc6a1e088} executeQuery: Read 40 rows, 2.73 KiB in 0.001637 sec., 24434.94196701283 rows/sec., 1.63 MiB/sec. 2025.11.06 00:55:56.928073 [ 3 ] {5dfa8d03-8efd-402c-89f3-17abc6a1e088} TCPHandler: Processed in 0.001812972 sec. 2025.11.06 00:56:01.584422 [ 90 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:56:01.584489 [ 90 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:56:01.621590 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 104 entries to flush up to offset 192 2025.11.06 00:56:01.625929 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.625966 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.627352 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:56:01.627803 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.628035 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 192 2025.11.06 00:56:01.635670 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 445 entries to flush up to offset 1909 2025.11.06 00:56:01.636239 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.636305 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.636985 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:01.637495 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.637641 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1909 2025.11.06 00:56:01.727153 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.11.06 00:56:01.744346 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.744416 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.750918 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:01.752026 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.755652 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.11.06 00:56:01.928951 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:01.929148 [ 3 ] {684228a1-2dd0-4a3c-aca5-cec582fcea68} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:56:01.929220 [ 3 ] {684228a1-2dd0-4a3c-aca5-cec582fcea68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:56:01.930076 [ 3 ] {684228a1-2dd0-4a3c-aca5-cec582fcea68} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.930124 [ 3 ] {684228a1-2dd0-4a3c-aca5-cec582fcea68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.930659 [ 3 ] {684228a1-2dd0-4a3c-aca5-cec582fcea68} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:56:01.931086 [ 3 ] {684228a1-2dd0-4a3c-aca5-cec582fcea68} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.931241 [ 3 ] {684228a1-2dd0-4a3c-aca5-cec582fcea68} executeQuery: Read 410 rows, 26.63 KiB in 0.002147 sec., 190964.13600372613 rows/sec., 12.11 MiB/sec. 2025.11.06 00:56:01.931293 [ 3 ] {684228a1-2dd0-4a3c-aca5-cec582fcea68} TCPHandler: Processed in 0.002474294 sec. 2025.11.06 00:56:01.931418 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:01.931512 [ 3 ] {220b09ea-ec17-4400-99d7-ba438d45f411} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:01.931552 [ 3 ] {220b09ea-ec17-4400-99d7-ba438d45f411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:01.932509 [ 3 ] {220b09ea-ec17-4400-99d7-ba438d45f411} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.932545 [ 3 ] {220b09ea-ec17-4400-99d7-ba438d45f411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.933029 [ 3 ] {220b09ea-ec17-4400-99d7-ba438d45f411} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:01.933441 [ 3 ] {220b09ea-ec17-4400-99d7-ba438d45f411} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.933570 [ 3 ] {220b09ea-ec17-4400-99d7-ba438d45f411} executeQuery: Read 1108 rows, 89.95 KiB in 0.002077 sec., 533461.7236398652 rows/sec., 42.29 MiB/sec. 2025.11.06 00:56:01.933606 [ 3 ] {220b09ea-ec17-4400-99d7-ba438d45f411} TCPHandler: Processed in 0.00223739 sec. 2025.11.06 00:56:01.933735 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:01.933828 [ 3 ] {f1cfd801-3e6a-4c3c-9217-5ec55ebb8fa2} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:01.933866 [ 3 ] {f1cfd801-3e6a-4c3c-9217-5ec55ebb8fa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:01.934367 [ 3 ] {f1cfd801-3e6a-4c3c-9217-5ec55ebb8fa2} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.934403 [ 3 ] {f1cfd801-3e6a-4c3c-9217-5ec55ebb8fa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.934804 [ 3 ] {f1cfd801-3e6a-4c3c-9217-5ec55ebb8fa2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:56:01.935249 [ 3 ] {f1cfd801-3e6a-4c3c-9217-5ec55ebb8fa2} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.935380 [ 3 ] {f1cfd801-3e6a-4c3c-9217-5ec55ebb8fa2} executeQuery: Read 216 rows, 13.14 KiB in 0.001571 sec., 137492.04328453215 rows/sec., 8.17 MiB/sec. 2025.11.06 00:56:01.935416 [ 3 ] {f1cfd801-3e6a-4c3c-9217-5ec55ebb8fa2} TCPHandler: Processed in 0.001730221 sec. 2025.11.06 00:56:01.935518 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:01.935611 [ 3 ] {d1615900-5e82-4862-b7b3-5b09870d3c56} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:56:01.935648 [ 3 ] {d1615900-5e82-4862-b7b3-5b09870d3c56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:56:01.936102 [ 3 ] {d1615900-5e82-4862-b7b3-5b09870d3c56} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.936137 [ 3 ] {d1615900-5e82-4862-b7b3-5b09870d3c56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.936539 [ 3 ] {d1615900-5e82-4862-b7b3-5b09870d3c56} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:56:01.936948 [ 3 ] {d1615900-5e82-4862-b7b3-5b09870d3c56} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.937076 [ 3 ] {d1615900-5e82-4862-b7b3-5b09870d3c56} executeQuery: Read 212 rows, 14.00 KiB in 0.001483 sec., 142953.47269049226 rows/sec., 9.22 MiB/sec. 2025.11.06 00:56:01.937111 [ 3 ] {d1615900-5e82-4862-b7b3-5b09870d3c56} TCPHandler: Processed in 0.001640429 sec. 2025.11.06 00:56:01.937208 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:01.937299 [ 3 ] {76e2c205-a7f5-4396-a5d2-30b200c03343} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:56:01.937336 [ 3 ] {76e2c205-a7f5-4396-a5d2-30b200c03343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:56:01.937794 [ 3 ] {76e2c205-a7f5-4396-a5d2-30b200c03343} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.937829 [ 3 ] {76e2c205-a7f5-4396-a5d2-30b200c03343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.938225 [ 3 ] {76e2c205-a7f5-4396-a5d2-30b200c03343} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:56:01.938638 [ 3 ] {76e2c205-a7f5-4396-a5d2-30b200c03343} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.938763 [ 3 ] {76e2c205-a7f5-4396-a5d2-30b200c03343} executeQuery: Read 211 rows, 12.27 KiB in 0.001481 sec., 142471.3031735314 rows/sec., 8.09 MiB/sec. 2025.11.06 00:56:01.938798 [ 3 ] {76e2c205-a7f5-4396-a5d2-30b200c03343} TCPHandler: Processed in 0.001637049 sec. 2025.11.06 00:56:01.938913 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:01.939004 [ 3 ] {6ccd6735-03d9-4196-8fc5-b90ce36f06da} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:01.939042 [ 3 ] {6ccd6735-03d9-4196-8fc5-b90ce36f06da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:01.939656 [ 3 ] {6ccd6735-03d9-4196-8fc5-b90ce36f06da} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.939691 [ 3 ] {6ccd6735-03d9-4196-8fc5-b90ce36f06da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.940119 [ 3 ] {6ccd6735-03d9-4196-8fc5-b90ce36f06da} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:01.940536 [ 3 ] {6ccd6735-03d9-4196-8fc5-b90ce36f06da} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.940660 [ 3 ] {6ccd6735-03d9-4196-8fc5-b90ce36f06da} executeQuery: Read 662 rows, 47.11 KiB in 0.001674 sec., 395459.97610513744 rows/sec., 27.48 MiB/sec. 2025.11.06 00:56:01.940696 [ 3 ] {6ccd6735-03d9-4196-8fc5-b90ce36f06da} TCPHandler: Processed in 0.001831352 sec. 2025.11.06 00:56:01.940801 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:01.940892 [ 3 ] {821025bb-1780-4930-bf97-99fa9ac7f16c} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:56:01.940931 [ 3 ] {821025bb-1780-4930-bf97-99fa9ac7f16c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:56:01.941248 [ 3 ] {821025bb-1780-4930-bf97-99fa9ac7f16c} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.941287 [ 3 ] {821025bb-1780-4930-bf97-99fa9ac7f16c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.941724 [ 3 ] {821025bb-1780-4930-bf97-99fa9ac7f16c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:56:01.942126 [ 3 ] {821025bb-1780-4930-bf97-99fa9ac7f16c} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.942253 [ 3 ] {821025bb-1780-4930-bf97-99fa9ac7f16c} executeQuery: Read 6 rows, 321.00 B in 0.001378 sec., 4354.136429608127 rows/sec., 227.49 KiB/sec. 2025.11.06 00:56:01.942289 [ 3 ] {821025bb-1780-4930-bf97-99fa9ac7f16c} TCPHandler: Processed in 0.001536157 sec. 2025.11.06 00:56:01.942393 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:01.942493 [ 3 ] {e9ec5040-e2dc-4b5b-882f-e438a9ca803b} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:01.942537 [ 3 ] {e9ec5040-e2dc-4b5b-882f-e438a9ca803b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:01.943017 [ 3 ] {e9ec5040-e2dc-4b5b-882f-e438a9ca803b} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.943059 [ 3 ] {e9ec5040-e2dc-4b5b-882f-e438a9ca803b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.943619 [ 3 ] {e9ec5040-e2dc-4b5b-882f-e438a9ca803b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:01.944035 [ 3 ] {e9ec5040-e2dc-4b5b-882f-e438a9ca803b} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.944164 [ 3 ] {e9ec5040-e2dc-4b5b-882f-e438a9ca803b} executeQuery: Read 264 rows, 17.57 KiB in 0.00169 sec., 156213.0177514793 rows/sec., 10.15 MiB/sec. 2025.11.06 00:56:01.944200 [ 3 ] {e9ec5040-e2dc-4b5b-882f-e438a9ca803b} TCPHandler: Processed in 0.001856853 sec. 2025.11.06 00:56:01.944310 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:01.944403 [ 3 ] {89326163-c6e9-4a14-a2d3-1e05359e9dbe} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:56:01.944445 [ 3 ] {89326163-c6e9-4a14-a2d3-1e05359e9dbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:56:01.944788 [ 3 ] {89326163-c6e9-4a14-a2d3-1e05359e9dbe} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.944824 [ 3 ] {89326163-c6e9-4a14-a2d3-1e05359e9dbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.945229 [ 3 ] {89326163-c6e9-4a14-a2d3-1e05359e9dbe} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:56:01.945664 [ 3 ] {89326163-c6e9-4a14-a2d3-1e05359e9dbe} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.945924 [ 3 ] {89326163-c6e9-4a14-a2d3-1e05359e9dbe} executeQuery: Read 1 rows, 69.00 B in 0.00154 sec., 649.3506493506494 rows/sec., 43.76 KiB/sec. 2025.11.06 00:56:01.945960 [ 3 ] {89326163-c6e9-4a14-a2d3-1e05359e9dbe} TCPHandler: Processed in 0.00169926 sec. 2025.11.06 00:56:01.946059 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:01.946150 [ 3 ] {3ce0ab52-3768-4bdb-832b-94db12156bf5} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:01.946203 [ 3 ] {3ce0ab52-3768-4bdb-832b-94db12156bf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:01.946931 [ 3 ] {3ce0ab52-3768-4bdb-832b-94db12156bf5} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.946967 [ 3 ] {3ce0ab52-3768-4bdb-832b-94db12156bf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.947674 [ 3 ] {3ce0ab52-3768-4bdb-832b-94db12156bf5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:56:01.948095 [ 3 ] {3ce0ab52-3768-4bdb-832b-94db12156bf5} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.948229 [ 3 ] {3ce0ab52-3768-4bdb-832b-94db12156bf5} executeQuery: Read 11 rows, 20.18 KiB in 0.002096 sec., 5248.0916030534345 rows/sec., 9.40 MiB/sec. 2025.11.06 00:56:01.948280 [ 3 ] {3ce0ab52-3768-4bdb-832b-94db12156bf5} TCPHandler: Processed in 0.00226909 sec. 2025.11.06 00:56:01.948388 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:01.948480 [ 3 ] {bb0da160-d9de-4b30-8d5d-ca5d178338a0} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:01.948520 [ 3 ] {bb0da160-d9de-4b30-8d5d-ca5d178338a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:01.948850 [ 3 ] {bb0da160-d9de-4b30-8d5d-ca5d178338a0} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:01.948885 [ 3 ] {bb0da160-d9de-4b30-8d5d-ca5d178338a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:01.949352 [ 3 ] {bb0da160-d9de-4b30-8d5d-ca5d178338a0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:01.949765 [ 3 ] {bb0da160-d9de-4b30-8d5d-ca5d178338a0} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:01.949891 [ 3 ] {bb0da160-d9de-4b30-8d5d-ca5d178338a0} executeQuery: Read 84 rows, 5.12 KiB in 0.00143 sec., 58741.25874125874 rows/sec., 3.50 MiB/sec. 2025.11.06 00:56:01.949924 [ 3 ] {bb0da160-d9de-4b30-8d5d-ca5d178338a0} TCPHandler: Processed in 0.001585718 sec. 2025.11.06 00:56:02.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.37 MiB, peak 171.12 MiB, free memory in arenas 0.00 B, will set to 167.43 MiB (RSS), difference: 1.06 MiB 2025.11.06 00:56:03.354659 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.354925 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.06 00:56:03.355321 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.06 00:56:03.359244 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.06 00:56:03.359508 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:56:03.359579 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:03.359768 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.11.06 00:56:03.361694 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.06 00:56:03.363569 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.11.06 00:56:03.363591 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.06 00:56:03.368113 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.06 00:56:03.368148 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2025.11.06 00:56:03.392342 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} executeQuery: Read 32 rows, 1.21 KiB in 0.037528 sec., 852.6966531656363 rows/sec., 32.19 KiB/sec. 2025.11.06 00:56:03.392457 [ 3 ] {68c09704-d895-46e7-869a-6e51e04d770b} TCPHandler: Processed in 0.037934361 sec. 2025.11.06 00:56:03.392748 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.392895 [ 3 ] {186c345a-5681-419e-8faf-427441611388} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.06 00:56:03.393123 [ 3 ] {186c345a-5681-419e-8faf-427441611388} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.06 00:56:03.393159 [ 3 ] {186c345a-5681-419e-8faf-427441611388} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.06 00:56:03.393376 [ 3 ] {186c345a-5681-419e-8faf-427441611388} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:56:03.393432 [ 3 ] {186c345a-5681-419e-8faf-427441611388} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:03.393540 [ 3 ] {186c345a-5681-419e-8faf-427441611388} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.11.06 00:56:03.393570 [ 3 ] {186c345a-5681-419e-8faf-427441611388} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.06 00:56:03.393589 [ 3 ] {186c345a-5681-419e-8faf-427441611388} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.11.06 00:56:03.393606 [ 3 ] {186c345a-5681-419e-8faf-427441611388} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.06 00:56:03.393640 [ 3 ] {186c345a-5681-419e-8faf-427441611388} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.06 00:56:03.393658 [ 3 ] {186c345a-5681-419e-8faf-427441611388} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2025.11.06 00:56:03.394269 [ 3 ] {186c345a-5681-419e-8faf-427441611388} executeQuery: Read 32 rows, 1.21 KiB in 0.001442 sec., 22191.400832177533 rows/sec., 837.73 KiB/sec. 2025.11.06 00:56:03.394359 [ 3 ] {186c345a-5681-419e-8faf-427441611388} TCPHandler: Processed in 0.001664839 sec. 2025.11.06 00:56:03.394557 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.394691 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.06 00:56:03.394902 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.06 00:56:03.394936 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.06 00:56:03.395130 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:56:03.395183 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:03.395292 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.11.06 00:56:03.395320 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.06 00:56:03.395338 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.11.06 00:56:03.395352 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.06 00:56:03.395386 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.06 00:56:03.395404 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2025.11.06 00:56:03.395828 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} executeQuery: Read 32 rows, 1.21 KiB in 0.001194 sec., 26800.67001675042 rows/sec., 1011.73 KiB/sec. 2025.11.06 00:56:03.395907 [ 3 ] {2298cd33-9d1e-40f3-a2c9-8a727cc91d6c} TCPHandler: Processed in 0.001399725 sec. 2025.11.06 00:56:03.396344 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.396486 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} executeQuery: (from [fd00:1122:3344:101::d]:62831) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.06 00:56:03.396707 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.06 00:56:03.396742 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.06 00:56:03.396955 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:56:03.397010 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:03.397129 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.11.06 00:56:03.397163 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.06 00:56:03.397182 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.11.06 00:56:03.397196 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.06 00:56:03.397230 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.06 00:56:03.397249 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2025.11.06 00:56:03.397777 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} executeQuery: Read 32 rows, 1.21 KiB in 0.001348 sec., 23738.872403560832 rows/sec., 896.15 KiB/sec. 2025.11.06 00:56:03.397837 [ 3 ] {72b078d9-873a-439b-b8a8-bfa5f3bc8624} TCPHandler: Processed in 0.001544467 sec. 2025.11.06 00:56:03.398070 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.398202 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} executeQuery: (from [fd00:1122:3344:101::d]:62831) 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) 2025.11.06 00:56:03.398421 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.06 00:56:03.398456 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} 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 2025.11.06 00:56:03.398657 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:56:03.398712 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:03.398811 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.11.06 00:56:03.398839 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.06 00:56:03.398856 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.11.06 00:56:03.398870 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.06 00:56:03.398903 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} 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'))" 2025.11.06 00:56:03.398921 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2025.11.06 00:56:03.399334 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} executeQuery: Read 32 rows, 1.21 KiB in 0.001188 sec., 26936.026936026934 rows/sec., 1016.84 KiB/sec. 2025.11.06 00:56:03.399398 [ 3 ] {4c4807cd-33af-4140-9c73-cdb2d0c05a4d} TCPHandler: Processed in 0.001383475 sec. 2025.11.06 00:56:03.399638 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.399769 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} executeQuery: (from [fd00:1122:3344:101::d]:62831) 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) 2025.11.06 00:56:03.399975 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.06 00:56:03.400010 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} 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 2025.11.06 00:56:03.400220 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:56:03.400273 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:03.400371 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.11.06 00:56:03.400398 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.06 00:56:03.400416 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.11.06 00:56:03.400430 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.06 00:56:03.400462 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} 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'))" 2025.11.06 00:56:03.400479 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2025.11.06 00:56:03.401036 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} executeQuery: Read 32 rows, 1.21 KiB in 0.001322 sec., 24205.748865355523 rows/sec., 913.77 KiB/sec. 2025.11.06 00:56:03.401091 [ 3 ] {6bb72557-df99-4bc0-81de-18867fe45069} TCPHandler: Processed in 0.001503457 sec. 2025.11.06 00:56:03.401310 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.401440 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} executeQuery: (from [fd00:1122:3344:101::d]:62831) 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) 2025.11.06 00:56:03.401663 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.06 00:56:03.401698 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} 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 2025.11.06 00:56:03.401891 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:56:03.401943 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:03.402040 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.11.06 00:56:03.402068 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.06 00:56:03.402086 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.11.06 00:56:03.402100 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.06 00:56:03.402131 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} 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'))" 2025.11.06 00:56:03.402148 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2025.11.06 00:56:03.402551 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} executeQuery: Read 32 rows, 1.21 KiB in 0.001166 sec., 27444.253859348202 rows/sec., 1.01 MiB/sec. 2025.11.06 00:56:03.402606 [ 3 ] {1f3bcabc-4897-4a84-8395-b4d1dc78f194} TCPHandler: Processed in 0.001347163 sec. 2025.11.06 00:56:03.402808 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.402940 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} executeQuery: (from [fd00:1122:3344:101::d]:62831) 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) 2025.11.06 00:56:03.403164 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.06 00:56:03.403199 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} 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 2025.11.06 00:56:03.403419 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:56:03.403472 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:03.403568 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.11.06 00:56:03.403596 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.06 00:56:03.403615 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.11.06 00:56:03.403628 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.06 00:56:03.403660 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} 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'))" 2025.11.06 00:56:03.403677 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2025.11.06 00:56:03.404074 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} executeQuery: Read 32 rows, 1.21 KiB in 0.00119 sec., 26890.756302521007 rows/sec., 1015.13 KiB/sec. 2025.11.06 00:56:03.404130 [ 3 ] {a12abf74-6d51-4e2f-aedb-9a496d3c76f5} TCPHandler: Processed in 0.001371744 sec. 2025.11.06 00:56:03.404336 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.404468 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} executeQuery: (from [fd00:1122:3344:101::d]:62831) 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) 2025.11.06 00:56:03.404698 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.06 00:56:03.404734 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} 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 2025.11.06 00:56:03.404929 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:56:03.404981 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:03.405079 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.11.06 00:56:03.405107 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.06 00:56:03.405125 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.11.06 00:56:03.405138 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.06 00:56:03.405170 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} 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'))" 2025.11.06 00:56:03.405188 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2025.11.06 00:56:03.405595 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} executeQuery: Read 32 rows, 1.21 KiB in 0.001182 sec., 27072.75803722504 rows/sec., 1022.00 KiB/sec. 2025.11.06 00:56:03.405658 [ 3 ] {996e2500-ee65-43f3-a729-bbe518484d17} TCPHandler: Processed in 0.001369244 sec. 2025.11.06 00:56:03.458059 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.458222 [ 3 ] {af88bdd5-5469-4cd8-a7b1-45a1d630d4a3} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.11.06 00:56:03.458286 [ 3 ] {af88bdd5-5469-4cd8-a7b1-45a1d630d4a3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.06 00:56:03.458945 [ 3 ] {af88bdd5-5469-4cd8-a7b1-45a1d630d4a3} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:03.458992 [ 3 ] {af88bdd5-5469-4cd8-a7b1-45a1d630d4a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:03.459553 [ 3 ] {af88bdd5-5469-4cd8-a7b1-45a1d630d4a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:56:03.459912 [ 3 ] {af88bdd5-5469-4cd8-a7b1-45a1d630d4a3} oximeter.timeseries_schema (3661340c-0537-40f0-832e-7158dedc028e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:03.460069 [ 3 ] {af88bdd5-5469-4cd8-a7b1-45a1d630d4a3} executeQuery: Read 9 rows, 1.61 KiB in 0.001893 sec., 4754.358161648178 rows/sec., 850.17 KiB/sec. 2025.11.06 00:56:03.460120 [ 3 ] {af88bdd5-5469-4cd8-a7b1-45a1d630d4a3} TCPHandler: Processed in 0.002162288 sec. 2025.11.06 00:56:03.460250 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.460350 [ 3 ] {d3844bd1-be62-4599-8954-33d9cd7a6ad1} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.06 00:56:03.460392 [ 3 ] {d3844bd1-be62-4599-8954-33d9cd7a6ad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.06 00:56:03.460833 [ 3 ] {d3844bd1-be62-4599-8954-33d9cd7a6ad1} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:03.460870 [ 3 ] {d3844bd1-be62-4599-8954-33d9cd7a6ad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:03.461289 [ 3 ] {d3844bd1-be62-4599-8954-33d9cd7a6ad1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:56:03.461715 [ 3 ] {d3844bd1-be62-4599-8954-33d9cd7a6ad1} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:03.461849 [ 3 ] {d3844bd1-be62-4599-8954-33d9cd7a6ad1} executeQuery: Read 6 rows, 501.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 321.46 KiB/sec. 2025.11.06 00:56:03.461894 [ 3 ] {d3844bd1-be62-4599-8954-33d9cd7a6ad1} TCPHandler: Processed in 0.00169653 sec. 2025.11.06 00:56:03.462011 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.462105 [ 3 ] {669978c6-a130-4aef-920b-c10b70b12a70} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:03.462144 [ 3 ] {669978c6-a130-4aef-920b-c10b70b12a70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:03.463192 [ 3 ] {669978c6-a130-4aef-920b-c10b70b12a70} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:03.463227 [ 3 ] {669978c6-a130-4aef-920b-c10b70b12a70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:03.463875 [ 3 ] {669978c6-a130-4aef-920b-c10b70b12a70} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:03.464396 [ 3 ] {669978c6-a130-4aef-920b-c10b70b12a70} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:03.464528 [ 3 ] {669978c6-a130-4aef-920b-c10b70b12a70} executeQuery: Read 1225 rows, 103.15 KiB in 0.002443 sec., 501432.664756447 rows/sec., 41.23 MiB/sec. 2025.11.06 00:56:03.464572 [ 3 ] {669978c6-a130-4aef-920b-c10b70b12a70} TCPHandler: Processed in 0.002609336 sec. 2025.11.06 00:56:03.464695 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.464789 [ 3 ] {c095b8c1-52e4-4a12-b836-09acaf06d07b} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:03.464837 [ 3 ] {c095b8c1-52e4-4a12-b836-09acaf06d07b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:03.465311 [ 3 ] {c095b8c1-52e4-4a12-b836-09acaf06d07b} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:03.465351 [ 3 ] {c095b8c1-52e4-4a12-b836-09acaf06d07b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:03.465783 [ 3 ] {c095b8c1-52e4-4a12-b836-09acaf06d07b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:03.466208 [ 3 ] {c095b8c1-52e4-4a12-b836-09acaf06d07b} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:03.466349 [ 3 ] {c095b8c1-52e4-4a12-b836-09acaf06d07b} executeQuery: Read 19 rows, 1.40 KiB in 0.001577 sec., 12048.192771084337 rows/sec., 885.53 KiB/sec. 2025.11.06 00:56:03.466394 [ 3 ] {c095b8c1-52e4-4a12-b836-09acaf06d07b} TCPHandler: Processed in 0.001748131 sec. 2025.11.06 00:56:03.466512 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.466628 [ 3 ] {a1d5a31c-7043-40c5-8155-203debb355f7} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:56:03.466678 [ 3 ] {a1d5a31c-7043-40c5-8155-203debb355f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:56:03.467189 [ 3 ] {a1d5a31c-7043-40c5-8155-203debb355f7} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:03.467228 [ 3 ] {a1d5a31c-7043-40c5-8155-203debb355f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:03.467678 [ 3 ] {a1d5a31c-7043-40c5-8155-203debb355f7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:03.468113 [ 3 ] {a1d5a31c-7043-40c5-8155-203debb355f7} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:03.468249 [ 3 ] {a1d5a31c-7043-40c5-8155-203debb355f7} executeQuery: Read 228 rows, 15.81 KiB in 0.001654 sec., 137847.6420798065 rows/sec., 9.33 MiB/sec. 2025.11.06 00:56:03.468294 [ 3 ] {a1d5a31c-7043-40c5-8155-203debb355f7} TCPHandler: Processed in 0.001834162 sec. 2025.11.06 00:56:03.468409 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.468502 [ 3 ] {ee0ada92-6dcc-4aa2-a2d6-949c5a7452d0} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:03.468543 [ 3 ] {ee0ada92-6dcc-4aa2-a2d6-949c5a7452d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:03.469132 [ 3 ] {ee0ada92-6dcc-4aa2-a2d6-949c5a7452d0} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:03.469170 [ 3 ] {ee0ada92-6dcc-4aa2-a2d6-949c5a7452d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:03.469616 [ 3 ] {ee0ada92-6dcc-4aa2-a2d6-949c5a7452d0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:03.470135 [ 3 ] {ee0ada92-6dcc-4aa2-a2d6-949c5a7452d0} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:03.470269 [ 3 ] {ee0ada92-6dcc-4aa2-a2d6-949c5a7452d0} executeQuery: Read 548 rows, 41.66 KiB in 0.001785 sec., 307002.8011204482 rows/sec., 22.79 MiB/sec. 2025.11.06 00:56:03.470307 [ 3 ] {ee0ada92-6dcc-4aa2-a2d6-949c5a7452d0} TCPHandler: Processed in 0.001946165 sec. 2025.11.06 00:56:03.470419 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.470512 [ 3 ] {27cbdc89-d457-456e-8313-ad02009da3ad} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:03.470557 [ 3 ] {27cbdc89-d457-456e-8313-ad02009da3ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:03.471277 [ 3 ] {27cbdc89-d457-456e-8313-ad02009da3ad} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:03.471314 [ 3 ] {27cbdc89-d457-456e-8313-ad02009da3ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:03.471931 [ 3 ] {27cbdc89-d457-456e-8313-ad02009da3ad} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:03.472509 [ 3 ] {27cbdc89-d457-456e-8313-ad02009da3ad} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:03.472655 [ 3 ] {27cbdc89-d457-456e-8313-ad02009da3ad} executeQuery: Read 1431 rows, 97.99 KiB in 0.002161 sec., 662193.4289680703 rows/sec., 44.28 MiB/sec. 2025.11.06 00:56:03.472693 [ 3 ] {27cbdc89-d457-456e-8313-ad02009da3ad} TCPHandler: Processed in 0.002323431 sec. 2025.11.06 00:56:03.472808 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.472902 [ 3 ] {8dda190a-1d6f-49e7-a303-6df0e38c8665} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:03.472957 [ 3 ] {8dda190a-1d6f-49e7-a303-6df0e38c8665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:03.473695 [ 3 ] {8dda190a-1d6f-49e7-a303-6df0e38c8665} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:03.473733 [ 3 ] {8dda190a-1d6f-49e7-a303-6df0e38c8665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:03.474475 [ 3 ] {8dda190a-1d6f-49e7-a303-6df0e38c8665} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:03.474965 [ 3 ] {8dda190a-1d6f-49e7-a303-6df0e38c8665} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:03.475114 [ 3 ] {8dda190a-1d6f-49e7-a303-6df0e38c8665} executeQuery: Read 13 rows, 23.85 KiB in 0.00223 sec., 5829.596412556053 rows/sec., 10.45 MiB/sec. 2025.11.06 00:56:03.475170 [ 3 ] {8dda190a-1d6f-49e7-a303-6df0e38c8665} TCPHandler: Processed in 0.002411123 sec. 2025.11.06 00:56:03.475288 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.475383 [ 3 ] {fe522fe2-298d-4695-a010-fc01a5781d10} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.11.06 00:56:03.475426 [ 3 ] {fe522fe2-298d-4695-a010-fc01a5781d10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.11.06 00:56:03.475764 [ 3 ] {fe522fe2-298d-4695-a010-fc01a5781d10} oximeter.measurements_i64 (624882d7-c193-4c60-a995-249fe8fc6559): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:03.475801 [ 3 ] {fe522fe2-298d-4695-a010-fc01a5781d10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:03.476271 [ 3 ] {fe522fe2-298d-4695-a010-fc01a5781d10} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.06 00:56:03.476761 [ 3 ] {fe522fe2-298d-4695-a010-fc01a5781d10} oximeter.measurements_i64 (624882d7-c193-4c60-a995-249fe8fc6559): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:03.476891 [ 3 ] {fe522fe2-298d-4695-a010-fc01a5781d10} executeQuery: Read 9 rows, 651.00 B in 0.001526 sec., 5897.771952817824 rows/sec., 416.61 KiB/sec. 2025.11.06 00:56:03.476927 [ 3 ] {fe522fe2-298d-4695-a010-fc01a5781d10} TCPHandler: Processed in 0.00169472 sec. 2025.11.06 00:56:03.477036 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:03.477129 [ 3 ] {2b03b5b4-e667-42cb-b47e-651bc8ba2bb1} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:03.477170 [ 3 ] {2b03b5b4-e667-42cb-b47e-651bc8ba2bb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:03.477494 [ 3 ] {2b03b5b4-e667-42cb-b47e-651bc8ba2bb1} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:03.477530 [ 3 ] {2b03b5b4-e667-42cb-b47e-651bc8ba2bb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:03.477991 [ 3 ] {2b03b5b4-e667-42cb-b47e-651bc8ba2bb1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:03.478483 [ 3 ] {2b03b5b4-e667-42cb-b47e-651bc8ba2bb1} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:03.478621 [ 3 ] {2b03b5b4-e667-42cb-b47e-651bc8ba2bb1} executeQuery: Read 20 rows, 1.38 KiB in 0.001509 sec., 13253.810470510272 rows/sec., 911.20 KiB/sec. 2025.11.06 00:56:03.478655 [ 3 ] {2b03b5b4-e667-42cb-b47e-651bc8ba2bb1} TCPHandler: Processed in 0.001668389 sec. 2025.11.06 00:56:06.917805 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:06.918002 [ 3 ] {d3f3f818-57ac-4f5f-96f3-67a0be68c832} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:06.918069 [ 3 ] {d3f3f818-57ac-4f5f-96f3-67a0be68c832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:06.918755 [ 3 ] {d3f3f818-57ac-4f5f-96f3-67a0be68c832} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:06.918807 [ 3 ] {d3f3f818-57ac-4f5f-96f3-67a0be68c832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:06.919347 [ 3 ] {d3f3f818-57ac-4f5f-96f3-67a0be68c832} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:06.919785 [ 3 ] {d3f3f818-57ac-4f5f-96f3-67a0be68c832} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:06.919978 [ 3 ] {d3f3f818-57ac-4f5f-96f3-67a0be68c832} executeQuery: Read 56 rows, 4.38 KiB in 0.002024 sec., 27667.984189723316 rows/sec., 2.11 MiB/sec. 2025.11.06 00:56:06.920028 [ 3 ] {d3f3f818-57ac-4f5f-96f3-67a0be68c832} TCPHandler: Processed in 0.002352192 sec. 2025.11.06 00:56:06.920156 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:06.920258 [ 3 ] {90f05c0b-1e74-41ec-90ad-2b95abb1cf0b} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:06.920302 [ 3 ] {90f05c0b-1e74-41ec-90ad-2b95abb1cf0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:06.920765 [ 3 ] {90f05c0b-1e74-41ec-90ad-2b95abb1cf0b} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:06.920804 [ 3 ] {90f05c0b-1e74-41ec-90ad-2b95abb1cf0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:06.921246 [ 3 ] {90f05c0b-1e74-41ec-90ad-2b95abb1cf0b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:06.921676 [ 3 ] {90f05c0b-1e74-41ec-90ad-2b95abb1cf0b} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:06.921838 [ 3 ] {90f05c0b-1e74-41ec-90ad-2b95abb1cf0b} executeQuery: Read 64 rows, 5.12 KiB in 0.001605 sec., 39875.38940809968 rows/sec., 3.11 MiB/sec. 2025.11.06 00:56:06.921878 [ 3 ] {90f05c0b-1e74-41ec-90ad-2b95abb1cf0b} TCPHandler: Processed in 0.001780832 sec. 2025.11.06 00:56:06.922000 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:06.922097 [ 3 ] {4fd1df21-7522-4d21-afbc-eba673852a67} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:06.922143 [ 3 ] {4fd1df21-7522-4d21-afbc-eba673852a67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:06.922823 [ 3 ] {4fd1df21-7522-4d21-afbc-eba673852a67} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:06.922858 [ 3 ] {4fd1df21-7522-4d21-afbc-eba673852a67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:06.923341 [ 3 ] {4fd1df21-7522-4d21-afbc-eba673852a67} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:06.923762 [ 3 ] {4fd1df21-7522-4d21-afbc-eba673852a67} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:06.923918 [ 3 ] {4fd1df21-7522-4d21-afbc-eba673852a67} executeQuery: Read 96 rows, 6.85 KiB in 0.001841 sec., 52145.573058120586 rows/sec., 3.63 MiB/sec. 2025.11.06 00:56:06.923964 [ 3 ] {4fd1df21-7522-4d21-afbc-eba673852a67} TCPHandler: Processed in 0.002014095 sec. 2025.11.06 00:56:06.924084 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:06.924179 [ 3 ] {fff915f6-381d-4555-8feb-cc02365e0b6a} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:06.924221 [ 3 ] {fff915f6-381d-4555-8feb-cc02365e0b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:06.924562 [ 3 ] {fff915f6-381d-4555-8feb-cc02365e0b6a} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:06.924597 [ 3 ] {fff915f6-381d-4555-8feb-cc02365e0b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.06 00:56:06.925004 [ 3 ] {fff915f6-381d-4555-8feb-cc02365e0b6a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:06.925578 [ 3 ] {fff915f6-381d-4555-8feb-cc02365e0b6a} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:06.925751 [ 3 ] {fff915f6-381d-4555-8feb-cc02365e0b6a} executeQuery: Read 36 rows, 2.48 KiB in 0.00159 sec., 22641.509433962263 rows/sec., 1.53 MiB/sec. 2025.11.06 00:56:06.925798 [ 3 ] {fff915f6-381d-4555-8feb-cc02365e0b6a} TCPHandler: Processed in 0.001764751 sec. 2025.11.06 00:56:09.137873 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2421 2025.11.06 00:56:09.138426 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:09.138474 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:09.139133 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:09.139571 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:09.139731 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2421 2025.11.06 00:56:09.256686 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.11.06 00:56:09.274238 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:09.274300 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:09.280786 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:09.281916 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:09.285105 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.11.06 00:56:10.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 169.63 MiB, peak 173.63 MiB, free memory in arenas 0.00 B, will set to 171.02 MiB (RSS), difference: 1.39 MiB 2025.11.06 00:56:11.628480 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 260 2025.11.06 00:56:11.631277 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.631313 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.632752 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:11.633237 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.633476 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 260 2025.11.06 00:56:11.931977 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:11.932152 [ 3 ] {a452052c-5178-4f1e-b72f-754a124beb73} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:56:11.932218 [ 3 ] {a452052c-5178-4f1e-b72f-754a124beb73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:56:11.933020 [ 3 ] {a452052c-5178-4f1e-b72f-754a124beb73} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.933069 [ 3 ] {a452052c-5178-4f1e-b72f-754a124beb73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.933610 [ 3 ] {a452052c-5178-4f1e-b72f-754a124beb73} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:11.934116 [ 3 ] {a452052c-5178-4f1e-b72f-754a124beb73} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.934275 [ 3 ] {a452052c-5178-4f1e-b72f-754a124beb73} executeQuery: Read 410 rows, 26.63 KiB in 0.002172 sec., 188766.11418047882 rows/sec., 11.97 MiB/sec. 2025.11.06 00:56:11.934325 [ 3 ] {a452052c-5178-4f1e-b72f-754a124beb73} TCPHandler: Processed in 0.002481674 sec. 2025.11.06 00:56:11.934454 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:11.934557 [ 3 ] {6c58addd-00a3-410c-9b51-9734f3aeb23d} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:11.934599 [ 3 ] {6c58addd-00a3-410c-9b51-9734f3aeb23d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:11.935577 [ 3 ] {6c58addd-00a3-410c-9b51-9734f3aeb23d} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.935615 [ 3 ] {6c58addd-00a3-410c-9b51-9734f3aeb23d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.936120 [ 3 ] {6c58addd-00a3-410c-9b51-9734f3aeb23d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:11.936616 [ 3 ] {6c58addd-00a3-410c-9b51-9734f3aeb23d} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.936733 [ 74 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.06 00:56:11.936752 [ 3 ] {6c58addd-00a3-410c-9b51-9734f3aeb23d} executeQuery: Read 1134 rows, 92.01 KiB in 0.002218 sec., 511271.41568981064 rows/sec., 40.51 MiB/sec. 2025.11.06 00:56:11.936809 [ 3 ] {6c58addd-00a3-410c-9b51-9734f3aeb23d} TCPHandler: Processed in 0.002407403 sec. 2025.11.06 00:56:11.936813 [ 74 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.936881 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.936938 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:11.937050 [ 3 ] {0b4bd201-e796-4a68-8f6c-950cfde4f2d6} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:11.937095 [ 3 ] {0b4bd201-e796-4a68-8f6c-950cfde4f2d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:11.937609 [ 3 ] {0b4bd201-e796-4a68-8f6c-950cfde4f2d6} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.937646 [ 3 ] {0b4bd201-e796-4a68-8f6c-950cfde4f2d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.938120 [ 3 ] {0b4bd201-e796-4a68-8f6c-950cfde4f2d6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:11.938723 [ 3 ] {0b4bd201-e796-4a68-8f6c-950cfde4f2d6} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.938869 [ 3 ] {0b4bd201-e796-4a68-8f6c-950cfde4f2d6} executeQuery: Read 216 rows, 13.14 KiB in 0.001841 sec., 117327.53938077133 rows/sec., 6.97 MiB/sec. 2025.11.06 00:56:11.938908 [ 3 ] {0b4bd201-e796-4a68-8f6c-950cfde4f2d6} TCPHandler: Processed in 0.002021176 sec. 2025.11.06 00:56:11.939011 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.11.06 00:56:11.939028 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:11.939142 [ 3 ] {f2c166c2-bacf-42bc-b349-08af96a2c28a} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:56:11.939192 [ 3 ] {f2c166c2-bacf-42bc-b349-08af96a2c28a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:56:11.939822 [ 3 ] {f2c166c2-bacf-42bc-b349-08af96a2c28a} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.939861 [ 3 ] {f2c166c2-bacf-42bc-b349-08af96a2c28a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.940344 [ 3 ] {f2c166c2-bacf-42bc-b349-08af96a2c28a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:11.940790 [ 3 ] {f2c166c2-bacf-42bc-b349-08af96a2c28a} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.940945 [ 3 ] {f2c166c2-bacf-42bc-b349-08af96a2c28a} executeQuery: Read 212 rows, 14.00 KiB in 0.001827 sec., 116037.21948549534 rows/sec., 7.48 MiB/sec. 2025.11.06 00:56:11.940984 [ 3 ] {f2c166c2-bacf-42bc-b349-08af96a2c28a} TCPHandler: Processed in 0.002005306 sec. 2025.11.06 00:56:11.941098 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:11.941198 [ 3 ] {5f785da6-af74-4409-bea2-618c1e48cb64} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:56:11.941244 [ 3 ] {5f785da6-af74-4409-bea2-618c1e48cb64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:56:11.941439 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:11.941556 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1112 rows starting from the beginning of the part 2025.11.06 00:56:11.941691 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.11.06 00:56:11.941743 [ 3 ] {5f785da6-af74-4409-bea2-618c1e48cb64} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.941753 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1108 rows starting from the beginning of the part 2025.11.06 00:56:11.941786 [ 3 ] {5f785da6-af74-4409-bea2-618c1e48cb64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.941827 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1225 rows starting from the beginning of the part 2025.11.06 00:56:11.941875 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2025.11.06 00:56:11.941920 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1134 rows starting from the beginning of the part 2025.11.06 00:56:11.942246 [ 3 ] {5f785da6-af74-4409-bea2-618c1e48cb64} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:11.942726 [ 3 ] {5f785da6-af74-4409-bea2-618c1e48cb64} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.942866 [ 3 ] {5f785da6-af74-4409-bea2-618c1e48cb64} executeQuery: Read 211 rows, 12.27 KiB in 0.001688 sec., 125000 rows/sec., 7.10 MiB/sec. 2025.11.06 00:56:11.942903 [ 3 ] {5f785da6-af74-4409-bea2-618c1e48cb64} TCPHandler: Processed in 0.001854903 sec. 2025.11.06 00:56:11.943013 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:11.943105 [ 3 ] {b6ab6998-30f6-4274-bdbc-fffc55cc6524} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:11.943146 [ 3 ] {b6ab6998-30f6-4274-bdbc-fffc55cc6524} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:11.943883 [ 3 ] {b6ab6998-30f6-4274-bdbc-fffc55cc6524} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.943920 [ 3 ] {b6ab6998-30f6-4274-bdbc-fffc55cc6524} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.944423 [ 3 ] {b6ab6998-30f6-4274-bdbc-fffc55cc6524} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:11.944855 [ 3 ] {b6ab6998-30f6-4274-bdbc-fffc55cc6524} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.944962 [ 74 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.06 00:56:11.944987 [ 3 ] {b6ab6998-30f6-4274-bdbc-fffc55cc6524} executeQuery: Read 690 rows, 49.35 KiB in 0.001899 sec., 363349.13112164295 rows/sec., 25.38 MiB/sec. 2025.11.06 00:56:11.945002 [ 74 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.945029 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.945030 [ 3 ] {b6ab6998-30f6-4274-bdbc-fffc55cc6524} TCPHandler: Processed in 0.002066176 sec. 2025.11.06 00:56:11.945142 [ 186 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.11.06 00:56:11.945166 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:11.945268 [ 3 ] {b8c3d9f4-ef83-450e-8868-8f85730e5987} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:56:11.945281 [ 186 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:11.945310 [ 3 ] {b8c3d9f4-ef83-450e-8868-8f85730e5987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:56:11.945330 [ 186 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 670 rows starting from the beginning of the part 2025.11.06 00:56:11.945426 [ 186 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2025.11.06 00:56:11.945486 [ 186 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 662 rows starting from the beginning of the part 2025.11.06 00:56:11.945537 [ 186 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 548 rows starting from the beginning of the part 2025.11.06 00:56:11.945592 [ 186 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2025.11.06 00:56:11.945640 [ 186 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 690 rows starting from the beginning of the part 2025.11.06 00:56:11.945672 [ 3 ] {b8c3d9f4-ef83-450e-8868-8f85730e5987} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.945714 [ 3 ] {b8c3d9f4-ef83-450e-8868-8f85730e5987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.946204 [ 3 ] {b8c3d9f4-ef83-450e-8868-8f85730e5987} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:11.946761 [ 3 ] {b8c3d9f4-ef83-450e-8868-8f85730e5987} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.946896 [ 3 ] {b8c3d9f4-ef83-450e-8868-8f85730e5987} executeQuery: Read 6 rows, 321.00 B in 0.001645 sec., 3647.4164133738605 rows/sec., 190.56 KiB/sec. 2025.11.06 00:56:11.946932 [ 3 ] {b8c3d9f4-ef83-450e-8868-8f85730e5987} TCPHandler: Processed in 0.001815212 sec. 2025.11.06 00:56:11.947041 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:11.947134 [ 3 ] {02af85c8-fadc-419d-8312-b3ff5107b244} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:11.947176 [ 3 ] {02af85c8-fadc-419d-8312-b3ff5107b244} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:11.947209 [ 189 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2670 rows, containing 5 columns (5 merged, 0 gathered) in 0.002119758 sec., 1259577.7442519383 rows/sec., 94.12 MiB/sec. 2025.11.06 00:56:11.947577 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.06 00:56:11.947659 [ 3 ] {02af85c8-fadc-419d-8312-b3ff5107b244} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.947696 [ 3 ] {02af85c8-fadc-419d-8312-b3ff5107b244} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.948137 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.948185 [ 3 ] {02af85c8-fadc-419d-8312-b3ff5107b244} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:11.948212 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_6_1} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.06 00:56:11.948311 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2025.11.06 00:56:11.948670 [ 3 ] {02af85c8-fadc-419d-8312-b3ff5107b244} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.948807 [ 3 ] {02af85c8-fadc-419d-8312-b3ff5107b244} executeQuery: Read 314 rows, 21.12 KiB in 0.001692 sec., 185579.19621749409 rows/sec., 12.19 MiB/sec. 2025.11.06 00:56:11.948817 [ 73 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.06 00:56:11.948843 [ 3 ] {02af85c8-fadc-419d-8312-b3ff5107b244} TCPHandler: Processed in 0.001850033 sec. 2025.11.06 00:56:11.948877 [ 73 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.948909 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.948978 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:11.948991 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.11.06 00:56:11.949077 [ 3 ] {9f7c35fd-2334-4595-8c1b-fa3605ee16f3} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:56:11.949109 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:11.949123 [ 3 ] {9f7c35fd-2334-4595-8c1b-fa3605ee16f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:56:11.949145 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 246 rows starting from the beginning of the part 2025.11.06 00:56:11.949199 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part 2025.11.06 00:56:11.949239 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 264 rows starting from the beginning of the part 2025.11.06 00:56:11.949275 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1431 rows starting from the beginning of the part 2025.11.06 00:56:11.949312 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 96 rows starting from the beginning of the part 2025.11.06 00:56:11.949359 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 314 rows starting from the beginning of the part 2025.11.06 00:56:11.949461 [ 3 ] {9f7c35fd-2334-4595-8c1b-fa3605ee16f3} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.949502 [ 3 ] {9f7c35fd-2334-4595-8c1b-fa3605ee16f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.949932 [ 3 ] {9f7c35fd-2334-4595-8c1b-fa3605ee16f3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:11.950426 [ 3 ] {9f7c35fd-2334-4595-8c1b-fa3605ee16f3} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.950571 [ 3 ] {9f7c35fd-2334-4595-8c1b-fa3605ee16f3} executeQuery: Read 1 rows, 69.00 B in 0.001511 sec., 661.8133686300463 rows/sec., 44.59 KiB/sec. 2025.11.06 00:56:11.950607 [ 3 ] {9f7c35fd-2334-4595-8c1b-fa3605ee16f3} TCPHandler: Processed in 0.00167738 sec. 2025.11.06 00:56:11.950729 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:11.950827 [ 3 ] {cd42c454-c80e-4402-98ad-b00d7eb5ea3d} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:11.950881 [ 3 ] {cd42c454-c80e-4402-98ad-b00d7eb5ea3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:11.951643 [ 3 ] {cd42c454-c80e-4402-98ad-b00d7eb5ea3d} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.951682 [ 3 ] {cd42c454-c80e-4402-98ad-b00d7eb5ea3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.952007 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2461 rows, containing 5 columns (5 merged, 0 gathered) in 0.003047564 sec., 807530.2110144364 rows/sec., 53.73 MiB/sec. 2025.11.06 00:56:11.952402 [ 3 ] {cd42c454-c80e-4402-98ad-b00d7eb5ea3d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:11.952503 [ 189 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.06 00:56:11.953059 [ 3 ] {cd42c454-c80e-4402-98ad-b00d7eb5ea3d} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.953215 [ 3 ] {cd42c454-c80e-4402-98ad-b00d7eb5ea3d} executeQuery: Read 11 rows, 20.18 KiB in 0.002406 sec., 4571.90357439734 rows/sec., 8.19 MiB/sec. 2025.11.06 00:56:11.953242 [ 189 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.953270 [ 3 ] {cd42c454-c80e-4402-98ad-b00d7eb5ea3d} TCPHandler: Processed in 0.002588706 sec. 2025.11.06 00:56:11.953330 [ 189 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_6_1} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.06 00:56:11.953388 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:11.953425 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2025.11.06 00:56:11.953488 [ 3 ] {a179fc23-75c7-4d5e-b9c8-c028ed1304af} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:11.953534 [ 3 ] {a179fc23-75c7-4d5e-b9c8-c028ed1304af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:11.953891 [ 3 ] {a179fc23-75c7-4d5e-b9c8-c028ed1304af} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.953927 [ 3 ] {a179fc23-75c7-4d5e-b9c8-c028ed1304af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.954370 [ 3 ] {a179fc23-75c7-4d5e-b9c8-c028ed1304af} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:11.954877 [ 3 ] {a179fc23-75c7-4d5e-b9c8-c028ed1304af} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.954998 [ 73 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.06 00:56:11.955014 [ 3 ] {a179fc23-75c7-4d5e-b9c8-c028ed1304af} executeQuery: Read 104 rows, 6.53 KiB in 0.001545 sec., 67313.91585760519 rows/sec., 4.12 MiB/sec. 2025.11.06 00:56:11.955045 [ 73 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:11.955063 [ 3 ] {a179fc23-75c7-4d5e-b9c8-c028ed1304af} TCPHandler: Processed in 0.001724151 sec. 2025.11.06 00:56:11.955076 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:11.955219 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.11.06 00:56:11.955357 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:11.955401 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 76 rows starting from the beginning of the part 2025.11.06 00:56:11.955491 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part 2025.11.06 00:56:11.955548 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 84 rows starting from the beginning of the part 2025.11.06 00:56:11.955598 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part 2025.11.06 00:56:11.955655 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2025.11.06 00:56:11.955703 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 104 rows starting from the beginning of the part 2025.11.06 00:56:11.956560 [ 189 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.001401404 sec., 256885.23794708736 rows/sec., 15.90 MiB/sec. 2025.11.06 00:56:11.956796 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.06 00:56:11.957294 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.957361 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_6_1} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.06 00:56:11.957419 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.11.06 00:56:11.960210 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 4665 rows, containing 5 columns (5 merged, 0 gathered) in 0.023220491 sec., 200900.14461795834 rows/sec., 16.83 MiB/sec. 2025.11.06 00:56:11.960631 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.06 00:56:11.961251 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:11.961323 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_6_1} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.06 00:56:11.961391 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2025.11.06 00:56:12.000174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 171.99 MiB, peak 178.63 MiB, free memory in arenas 0.00 B, will set to 173.04 MiB (RSS), difference: 1.05 MiB 2025.11.06 00:56:16.584523 [ 64 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:56:16.584591 [ 64 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:56:16.639866 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2869 2025.11.06 00:56:16.640373 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:16.640417 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:16.641121 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:16.641665 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:16.641778 [ 64 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.06 00:56:16.641786 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2869 2025.11.06 00:56:16.641815 [ 64 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:16.641834 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:16.641964 [ 202 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.11.06 00:56:16.642132 [ 202 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:16.642174 [ 202 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.11.06 00:56:16.642243 [ 202 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.11.06 00:56:16.642299 [ 202 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2025.11.06 00:56:16.642346 [ 202 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 445 rows starting from the beginning of the part 2025.11.06 00:56:16.642392 [ 202 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2025.11.06 00:56:16.642439 [ 202 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2025.11.06 00:56:16.666126 [ 196 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2869 rows, containing 4 columns (4 merged, 0 gathered) in 0.024216178 sec., 118474.5173247405 rows/sec., 1.69 MiB/sec. 2025.11.06 00:56:16.667053 [ 189 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.06 00:56:16.667589 [ 189 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:16.667674 [ 189 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_6_1} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.06 00:56:16.667769 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.11.06 00:56:16.785215 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.11.06 00:56:16.803151 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:16.803216 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:16.810132 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:16.811635 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:16.811948 [ 64 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.06 00:56:16.812010 [ 64 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:16.812030 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:16.812134 [ 189 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.11.06 00:56:16.815876 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.11.06 00:56:16.816584 [ 189 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:16.818122 [ 189 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.11.06 00:56:16.822871 [ 189 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.11.06 00:56:16.827285 [ 189 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.11.06 00:56:16.831691 [ 189 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.11.06 00:56:16.839056 [ 189 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.11.06 00:56:16.843337 [ 189 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.11.06 00:56:16.905167 [ 196 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.093076536 sec., 494.21693132198214 rows/sec., 2.56 MiB/sec. 2025.11.06 00:56:16.907730 [ 187 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.06 00:56:16.910427 [ 187 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:16.910546 [ 187 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_6_1} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.06 00:56:16.912482 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.11.06 00:56:16.921702 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:16.921907 [ 3 ] {f61c5b39-6ee9-4373-88c2-57eaf6ca210b} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:16.921990 [ 3 ] {f61c5b39-6ee9-4373-88c2-57eaf6ca210b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:16.922812 [ 3 ] {f61c5b39-6ee9-4373-88c2-57eaf6ca210b} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:16.922957 [ 3 ] {f61c5b39-6ee9-4373-88c2-57eaf6ca210b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:16.923573 [ 3 ] {f61c5b39-6ee9-4373-88c2-57eaf6ca210b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:16.924108 [ 3 ] {f61c5b39-6ee9-4373-88c2-57eaf6ca210b} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:16.924282 [ 3 ] {f61c5b39-6ee9-4373-88c2-57eaf6ca210b} executeQuery: Read 108 rows, 9.25 KiB in 0.002442 sec., 44226.04422604422 rows/sec., 3.70 MiB/sec. 2025.11.06 00:56:16.924327 [ 3 ] {f61c5b39-6ee9-4373-88c2-57eaf6ca210b} TCPHandler: Processed in 0.002755839 sec. 2025.11.06 00:56:16.924462 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:16.924557 [ 3 ] {ee5e2638-c51c-4c56-a155-8c0a378220c6} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:16.924599 [ 3 ] {ee5e2638-c51c-4c56-a155-8c0a378220c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:16.925089 [ 3 ] {ee5e2638-c51c-4c56-a155-8c0a378220c6} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:16.925125 [ 3 ] {ee5e2638-c51c-4c56-a155-8c0a378220c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:16.925539 [ 3 ] {ee5e2638-c51c-4c56-a155-8c0a378220c6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:16.925949 [ 3 ] {ee5e2638-c51c-4c56-a155-8c0a378220c6} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:16.926099 [ 3 ] {ee5e2638-c51c-4c56-a155-8c0a378220c6} executeQuery: Read 26 rows, 1.96 KiB in 0.001561 sec., 16655.98975016015 rows/sec., 1.22 MiB/sec. 2025.11.06 00:56:16.926138 [ 3 ] {ee5e2638-c51c-4c56-a155-8c0a378220c6} TCPHandler: Processed in 0.00172487 sec. 2025.11.06 00:56:16.926246 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:16.926339 [ 3 ] {3f4a0832-90ba-47e3-b19f-f92a0776e8a9} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:16.926379 [ 3 ] {3f4a0832-90ba-47e3-b19f-f92a0776e8a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:16.926802 [ 3 ] {3f4a0832-90ba-47e3-b19f-f92a0776e8a9} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:16.926836 [ 3 ] {3f4a0832-90ba-47e3-b19f-f92a0776e8a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:16.927237 [ 3 ] {3f4a0832-90ba-47e3-b19f-f92a0776e8a9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:16.927649 [ 3 ] {3f4a0832-90ba-47e3-b19f-f92a0776e8a9} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:16.927777 [ 3 ] {3f4a0832-90ba-47e3-b19f-f92a0776e8a9} executeQuery: Read 96 rows, 7.71 KiB in 0.001457 sec., 65888.81262868909 rows/sec., 5.17 MiB/sec. 2025.11.06 00:56:16.927814 [ 3 ] {3f4a0832-90ba-47e3-b19f-f92a0776e8a9} TCPHandler: Processed in 0.001615959 sec. 2025.11.06 00:56:16.927927 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:16.928020 [ 3 ] {9cc6555f-8cbc-466d-ab15-25d4aa7f1cae} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:16.928065 [ 3 ] {9cc6555f-8cbc-466d-ab15-25d4aa7f1cae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:16.928462 [ 3 ] {9cc6555f-8cbc-466d-ab15-25d4aa7f1cae} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:16.928497 [ 3 ] {9cc6555f-8cbc-466d-ab15-25d4aa7f1cae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:16.929043 [ 3 ] {9cc6555f-8cbc-466d-ab15-25d4aa7f1cae} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:16.929467 [ 3 ] {9cc6555f-8cbc-466d-ab15-25d4aa7f1cae} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:16.929598 [ 3 ] {9cc6555f-8cbc-466d-ab15-25d4aa7f1cae} executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. 2025.11.06 00:56:16.929635 [ 3 ] {9cc6555f-8cbc-466d-ab15-25d4aa7f1cae} TCPHandler: Processed in 0.001756801 sec. 2025.11.06 00:56:16.929742 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:16.929836 [ 3 ] {d6002b41-4bf0-4efc-9afe-3c4734b844de} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:16.929891 [ 3 ] {d6002b41-4bf0-4efc-9afe-3c4734b844de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:16.930697 [ 3 ] {d6002b41-4bf0-4efc-9afe-3c4734b844de} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:16.930733 [ 3 ] {d6002b41-4bf0-4efc-9afe-3c4734b844de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:16.931405 [ 3 ] {d6002b41-4bf0-4efc-9afe-3c4734b844de} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:16.931807 [ 3 ] {d6002b41-4bf0-4efc-9afe-3c4734b844de} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:16.931960 [ 3 ] {d6002b41-4bf0-4efc-9afe-3c4734b844de} executeQuery: Read 26 rows, 47.71 KiB in 0.002142 sec., 12138.188608776845 rows/sec., 21.75 MiB/sec. 2025.11.06 00:56:16.932010 [ 3 ] {d6002b41-4bf0-4efc-9afe-3c4734b844de} TCPHandler: Processed in 0.002315951 sec. 2025.11.06 00:56:16.932122 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:16.932215 [ 3 ] {e8b5cdc9-bff6-43fb-b247-82487fe41094} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.11.06 00:56:16.932257 [ 3 ] {e8b5cdc9-bff6-43fb-b247-82487fe41094} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.11.06 00:56:16.932566 [ 3 ] {e8b5cdc9-bff6-43fb-b247-82487fe41094} oximeter.measurements_i64 (624882d7-c193-4c60-a995-249fe8fc6559): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:16.932600 [ 3 ] {e8b5cdc9-bff6-43fb-b247-82487fe41094} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:16.933015 [ 3 ] {e8b5cdc9-bff6-43fb-b247-82487fe41094} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.06 00:56:16.933440 [ 3 ] {e8b5cdc9-bff6-43fb-b247-82487fe41094} oximeter.measurements_i64 (624882d7-c193-4c60-a995-249fe8fc6559): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:16.933570 [ 3 ] {e8b5cdc9-bff6-43fb-b247-82487fe41094} executeQuery: Read 12 rows, 955.00 B in 0.001373 sec., 8739.985433357611 rows/sec., 679.26 KiB/sec. 2025.11.06 00:56:16.933605 [ 3 ] {e8b5cdc9-bff6-43fb-b247-82487fe41094} TCPHandler: Processed in 0.001531077 sec. 2025.11.06 00:56:16.933703 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:16.933796 [ 3 ] {1d6890f1-5104-4c34-92df-354fec7de84e} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:16.933836 [ 3 ] {1d6890f1-5104-4c34-92df-354fec7de84e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:16.934160 [ 3 ] {1d6890f1-5104-4c34-92df-354fec7de84e} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:16.934196 [ 3 ] {1d6890f1-5104-4c34-92df-354fec7de84e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:16.934586 [ 3 ] {1d6890f1-5104-4c34-92df-354fec7de84e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:16.935035 [ 3 ] {1d6890f1-5104-4c34-92df-354fec7de84e} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:16.935165 [ 3 ] {1d6890f1-5104-4c34-92df-354fec7de84e} executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. 2025.11.06 00:56:16.935200 [ 3 ] {1d6890f1-5104-4c34-92df-354fec7de84e} TCPHandler: Processed in 0.001545548 sec. 2025.11.06 00:56:17.000213 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 174.73 MiB, peak 183.76 MiB, free memory in arenas 0.00 B, will set to 183.88 MiB (RSS), difference: 9.16 MiB 2025.11.06 00:56:21.633755 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 296 2025.11.06 00:56:21.635955 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.635992 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.637228 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:21.637729 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.637990 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 296 2025.11.06 00:56:21.932809 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:21.933015 [ 3 ] {79a07c96-9042-47f6-bdab-577a933f552f} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:56:21.933104 [ 3 ] {79a07c96-9042-47f6-bdab-577a933f552f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:56:21.933985 [ 3 ] {79a07c96-9042-47f6-bdab-577a933f552f} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.934034 [ 3 ] {79a07c96-9042-47f6-bdab-577a933f552f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.934590 [ 3 ] {79a07c96-9042-47f6-bdab-577a933f552f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:21.935085 [ 3 ] {79a07c96-9042-47f6-bdab-577a933f552f} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.935251 [ 3 ] {79a07c96-9042-47f6-bdab-577a933f552f} executeQuery: Read 410 rows, 26.63 KiB in 0.002305 sec., 177874.18655097613 rows/sec., 11.28 MiB/sec. 2025.11.06 00:56:21.935304 [ 3 ] {79a07c96-9042-47f6-bdab-577a933f552f} TCPHandler: Processed in 0.002622557 sec. 2025.11.06 00:56:21.935437 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:21.935543 [ 3 ] {f5a8570f-5e3f-42c6-bb2f-15c3bd171169} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:21.935590 [ 3 ] {f5a8570f-5e3f-42c6-bb2f-15c3bd171169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:21.936542 [ 3 ] {f5a8570f-5e3f-42c6-bb2f-15c3bd171169} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.936580 [ 3 ] {f5a8570f-5e3f-42c6-bb2f-15c3bd171169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.937127 [ 3 ] {f5a8570f-5e3f-42c6-bb2f-15c3bd171169} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:56:21.937767 [ 3 ] {f5a8570f-5e3f-42c6-bb2f-15c3bd171169} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.937918 [ 3 ] {f5a8570f-5e3f-42c6-bb2f-15c3bd171169} executeQuery: Read 1134 rows, 92.01 KiB in 0.0024 sec., 472500.00000000006 rows/sec., 37.44 MiB/sec. 2025.11.06 00:56:21.937959 [ 3 ] {f5a8570f-5e3f-42c6-bb2f-15c3bd171169} TCPHandler: Processed in 0.002576146 sec. 2025.11.06 00:56:21.938089 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:21.938188 [ 3 ] {dc95d6e9-2903-4fe5-acf2-d572c9521dbb} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:21.938231 [ 3 ] {dc95d6e9-2903-4fe5-acf2-d572c9521dbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:21.938741 [ 3 ] {dc95d6e9-2903-4fe5-acf2-d572c9521dbb} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.938779 [ 3 ] {dc95d6e9-2903-4fe5-acf2-d572c9521dbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.939269 [ 3 ] {dc95d6e9-2903-4fe5-acf2-d572c9521dbb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:21.939725 [ 3 ] {dc95d6e9-2903-4fe5-acf2-d572c9521dbb} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.939836 [ 57 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.06 00:56:21.939859 [ 3 ] {dc95d6e9-2903-4fe5-acf2-d572c9521dbb} executeQuery: Read 216 rows, 13.14 KiB in 0.001694 sec., 127508.85478158205 rows/sec., 7.58 MiB/sec. 2025.11.06 00:56:21.939901 [ 57 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.939913 [ 3 ] {dc95d6e9-2903-4fe5-acf2-d572c9521dbb} TCPHandler: Processed in 0.001875313 sec. 2025.11.06 00:56:21.939929 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.940041 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:21.940095 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.11.06 00:56:21.940145 [ 3 ] {3d664792-0fbc-4ff4-8f94-7ad76bd12533} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:56:21.940192 [ 3 ] {3d664792-0fbc-4ff4-8f94-7ad76bd12533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:56:21.940253 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:21.940293 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 224 rows starting from the beginning of the part 2025.11.06 00:56:21.940390 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 216 rows starting from the beginning of the part 2025.11.06 00:56:21.940440 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 19 rows starting from the beginning of the part 2025.11.06 00:56:21.940484 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 216 rows starting from the beginning of the part 2025.11.06 00:56:21.940527 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2025.11.06 00:56:21.940572 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 216 rows starting from the beginning of the part 2025.11.06 00:56:21.940718 [ 3 ] {3d664792-0fbc-4ff4-8f94-7ad76bd12533} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.940759 [ 3 ] {3d664792-0fbc-4ff4-8f94-7ad76bd12533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.941450 [ 3 ] {3d664792-0fbc-4ff4-8f94-7ad76bd12533} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:21.941747 [ 196 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 917 rows, containing 5 columns (5 merged, 0 gathered) in 0.00173115 sec., 529705.6869710885 rows/sec., 33.88 MiB/sec. 2025.11.06 00:56:21.941992 [ 3 ] {3d664792-0fbc-4ff4-8f94-7ad76bd12533} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.942012 [ 200 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.06 00:56:21.942177 [ 3 ] {3d664792-0fbc-4ff4-8f94-7ad76bd12533} executeQuery: Read 212 rows, 14.00 KiB in 0.002051 sec., 103364.21257922966 rows/sec., 6.67 MiB/sec. 2025.11.06 00:56:21.942227 [ 3 ] {3d664792-0fbc-4ff4-8f94-7ad76bd12533} TCPHandler: Processed in 0.002235379 sec. 2025.11.06 00:56:21.942369 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:21.942474 [ 3 ] {dc010533-400c-4a01-8570-68827536aa7d} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:56:21.942523 [ 3 ] {dc010533-400c-4a01-8570-68827536aa7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:56:21.942578 [ 200 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.942649 [ 200 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_6_1} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.06 00:56:21.942728 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.06 00:56:21.943102 [ 3 ] {dc010533-400c-4a01-8570-68827536aa7d} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.943144 [ 3 ] {dc010533-400c-4a01-8570-68827536aa7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.943641 [ 3 ] {dc010533-400c-4a01-8570-68827536aa7d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:21.944078 [ 3 ] {dc010533-400c-4a01-8570-68827536aa7d} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.944211 [ 3 ] {dc010533-400c-4a01-8570-68827536aa7d} executeQuery: Read 211 rows, 12.27 KiB in 0.001762 sec., 119750.28376844496 rows/sec., 6.80 MiB/sec. 2025.11.06 00:56:21.944251 [ 3 ] {dc010533-400c-4a01-8570-68827536aa7d} TCPHandler: Processed in 0.001938564 sec. 2025.11.06 00:56:21.944372 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:21.944465 [ 3 ] {6174e84b-f05e-451d-bf86-a483f173569a} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:21.944505 [ 3 ] {6174e84b-f05e-451d-bf86-a483f173569a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:21.945185 [ 3 ] {6174e84b-f05e-451d-bf86-a483f173569a} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.945221 [ 3 ] {6174e84b-f05e-451d-bf86-a483f173569a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.945699 [ 3 ] {6174e84b-f05e-451d-bf86-a483f173569a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:56:21.946187 [ 3 ] {6174e84b-f05e-451d-bf86-a483f173569a} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.946317 [ 3 ] {6174e84b-f05e-451d-bf86-a483f173569a} executeQuery: Read 690 rows, 49.35 KiB in 0.001871 sec., 368786.7450561197 rows/sec., 25.76 MiB/sec. 2025.11.06 00:56:21.946356 [ 3 ] {6174e84b-f05e-451d-bf86-a483f173569a} TCPHandler: Processed in 0.002033246 sec. 2025.11.06 00:56:21.946480 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:21.946575 [ 3 ] {ae07f6a9-14eb-438e-addb-06779ad59e1e} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:56:21.946616 [ 3 ] {ae07f6a9-14eb-438e-addb-06779ad59e1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:56:21.946949 [ 3 ] {ae07f6a9-14eb-438e-addb-06779ad59e1e} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.946984 [ 3 ] {ae07f6a9-14eb-438e-addb-06779ad59e1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.947427 [ 3 ] {ae07f6a9-14eb-438e-addb-06779ad59e1e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:21.947883 [ 3 ] {ae07f6a9-14eb-438e-addb-06779ad59e1e} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.948012 [ 3 ] {ae07f6a9-14eb-438e-addb-06779ad59e1e} executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec. 2025.11.06 00:56:21.948051 [ 3 ] {ae07f6a9-14eb-438e-addb-06779ad59e1e} TCPHandler: Processed in 0.001619209 sec. 2025.11.06 00:56:21.948167 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:21.948259 [ 3 ] {88409a36-903c-4973-960e-1f1d3c7c98a2} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:21.948300 [ 3 ] {88409a36-903c-4973-960e-1f1d3c7c98a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:21.948734 [ 3 ] {88409a36-903c-4973-960e-1f1d3c7c98a2} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.948769 [ 3 ] {88409a36-903c-4973-960e-1f1d3c7c98a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.949230 [ 3 ] {88409a36-903c-4973-960e-1f1d3c7c98a2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:56:21.949666 [ 3 ] {88409a36-903c-4973-960e-1f1d3c7c98a2} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.949799 [ 3 ] {88409a36-903c-4973-960e-1f1d3c7c98a2} executeQuery: Read 314 rows, 21.12 KiB in 0.001558 sec., 201540.43645699616 rows/sec., 13.24 MiB/sec. 2025.11.06 00:56:21.949837 [ 3 ] {88409a36-903c-4973-960e-1f1d3c7c98a2} TCPHandler: Processed in 0.001718301 sec. 2025.11.06 00:56:21.949941 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:21.950032 [ 3 ] {754e50a5-6511-44ea-ba21-c9587c1134ec} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:56:21.950074 [ 3 ] {754e50a5-6511-44ea-ba21-c9587c1134ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:56:21.950404 [ 3 ] {754e50a5-6511-44ea-ba21-c9587c1134ec} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.950442 [ 3 ] {754e50a5-6511-44ea-ba21-c9587c1134ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.950889 [ 3 ] {754e50a5-6511-44ea-ba21-c9587c1134ec} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:56:21.951389 [ 3 ] {754e50a5-6511-44ea-ba21-c9587c1134ec} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.951525 [ 3 ] {754e50a5-6511-44ea-ba21-c9587c1134ec} executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. 2025.11.06 00:56:21.951564 [ 3 ] {754e50a5-6511-44ea-ba21-c9587c1134ec} TCPHandler: Processed in 0.001670459 sec. 2025.11.06 00:56:21.951691 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:21.951786 [ 3 ] {1f54a4a6-c41a-4410-8ae8-2aec5398bdb0} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:21.951840 [ 3 ] {1f54a4a6-c41a-4410-8ae8-2aec5398bdb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:21.952606 [ 3 ] {1f54a4a6-c41a-4410-8ae8-2aec5398bdb0} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.952651 [ 3 ] {1f54a4a6-c41a-4410-8ae8-2aec5398bdb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.953269 [ 3 ] {1f54a4a6-c41a-4410-8ae8-2aec5398bdb0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:21.953658 [ 3 ] {1f54a4a6-c41a-4410-8ae8-2aec5398bdb0} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.953795 [ 56 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.06 00:56:21.953803 [ 3 ] {1f54a4a6-c41a-4410-8ae8-2aec5398bdb0} executeQuery: Read 11 rows, 20.18 KiB in 0.002036 sec., 5402.750491159135 rows/sec., 9.68 MiB/sec. 2025.11.06 00:56:21.953833 [ 56 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.953856 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.953871 [ 3 ] {1f54a4a6-c41a-4410-8ae8-2aec5398bdb0} TCPHandler: Processed in 0.002228679 sec. 2025.11.06 00:56:21.953940 [ 194 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.11.06 00:56:21.953987 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:21.954087 [ 3 ] {4a297814-0a73-4e06-bfe3-8532108fe777} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:21.954129 [ 3 ] {4a297814-0a73-4e06-bfe3-8532108fe777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:21.954150 [ 194 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:21.954210 [ 194 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 11 rows starting from the beginning of the part 2025.11.06 00:56:21.954319 [ 194 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2025.11.06 00:56:21.954423 [ 194 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part 2025.11.06 00:56:21.954487 [ 3 ] {4a297814-0a73-4e06-bfe3-8532108fe777} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:21.954521 [ 194 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part 2025.11.06 00:56:21.954528 [ 3 ] {4a297814-0a73-4e06-bfe3-8532108fe777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.11.06 00:56:21.954626 [ 194 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2025.11.06 00:56:21.954729 [ 194 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part 2025.11.06 00:56:21.954989 [ 3 ] {4a297814-0a73-4e06-bfe3-8532108fe777} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:56:21.955533 [ 3 ] {4a297814-0a73-4e06-bfe3-8532108fe777} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.955668 [ 3 ] {4a297814-0a73-4e06-bfe3-8532108fe777} executeQuery: Read 104 rows, 6.53 KiB in 0.0016 sec., 65000 rows/sec., 3.98 MiB/sec. 2025.11.06 00:56:21.955704 [ 3 ] {4a297814-0a73-4e06-bfe3-8532108fe777} TCPHandler: Processed in 0.001765451 sec. 2025.11.06 00:56:21.956585 [ 196 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 19 columns (19 merged, 0 gathered) in 0.002678878 sec., 30983.120545243197 rows/sec., 55.52 MiB/sec. 2025.11.06 00:56:21.957101 [ 195 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.06 00:56:21.957735 [ 195 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:21.957823 [ 195 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_6_1} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.06 00:56:21.957956 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.06 00:56:24.142835 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3381 2025.11.06 00:56:24.143341 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:24.143379 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:24.143983 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:24.144486 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:24.144624 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3381 2025.11.06 00:56:24.315951 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.11.06 00:56:24.333504 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:24.333576 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:24.339279 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:24.340378 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:24.343553 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.11.06 00:56:26.921800 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:26.921979 [ 3 ] {9059dad0-8e95-45f5-9c19-9ddf92fe28e2} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:26.922048 [ 3 ] {9059dad0-8e95-45f5-9c19-9ddf92fe28e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:26.922809 [ 3 ] {9059dad0-8e95-45f5-9c19-9ddf92fe28e2} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:26.922868 [ 3 ] {9059dad0-8e95-45f5-9c19-9ddf92fe28e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:26.923476 [ 3 ] {9059dad0-8e95-45f5-9c19-9ddf92fe28e2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:56:26.923939 [ 3 ] {9059dad0-8e95-45f5-9c19-9ddf92fe28e2} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:26.924102 [ 3 ] {9059dad0-8e95-45f5-9c19-9ddf92fe28e2} executeQuery: Read 108 rows, 9.25 KiB in 0.002172 sec., 49723.75690607735 rows/sec., 4.16 MiB/sec. 2025.11.06 00:56:26.924153 [ 3 ] {9059dad0-8e95-45f5-9c19-9ddf92fe28e2} TCPHandler: Processed in 0.002486274 sec. 2025.11.06 00:56:26.924294 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:26.924398 [ 3 ] {f0088dbc-3d83-400a-b80a-fbde3c8bbf13} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:26.924443 [ 3 ] {f0088dbc-3d83-400a-b80a-fbde3c8bbf13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:26.924874 [ 3 ] {f0088dbc-3d83-400a-b80a-fbde3c8bbf13} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:26.924912 [ 3 ] {f0088dbc-3d83-400a-b80a-fbde3c8bbf13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:26.925327 [ 3 ] {f0088dbc-3d83-400a-b80a-fbde3c8bbf13} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:26.925750 [ 3 ] {f0088dbc-3d83-400a-b80a-fbde3c8bbf13} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:26.925883 [ 3 ] {f0088dbc-3d83-400a-b80a-fbde3c8bbf13} executeQuery: Read 26 rows, 1.96 KiB in 0.001511 sec., 17207.147584381204 rows/sec., 1.26 MiB/sec. 2025.11.06 00:56:26.925919 [ 3 ] {f0088dbc-3d83-400a-b80a-fbde3c8bbf13} TCPHandler: Processed in 0.00167924 sec. 2025.11.06 00:56:26.926030 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:26.926122 [ 3 ] {5e39a856-005c-497e-a5cd-1433836e982d} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:26.926162 [ 3 ] {5e39a856-005c-497e-a5cd-1433836e982d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:26.926588 [ 3 ] {5e39a856-005c-497e-a5cd-1433836e982d} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:26.926625 [ 3 ] {5e39a856-005c-497e-a5cd-1433836e982d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:26.927034 [ 3 ] {5e39a856-005c-497e-a5cd-1433836e982d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:56:26.927513 [ 3 ] {5e39a856-005c-497e-a5cd-1433836e982d} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:26.927642 [ 3 ] {5e39a856-005c-497e-a5cd-1433836e982d} executeQuery: Read 90 rows, 7.20 KiB in 0.001537 sec., 58555.62784645413 rows/sec., 4.57 MiB/sec. 2025.11.06 00:56:26.927678 [ 3 ] {5e39a856-005c-497e-a5cd-1433836e982d} TCPHandler: Processed in 0.00169628 sec. 2025.11.06 00:56:26.927792 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:26.927884 [ 3 ] {30952cb7-d8d3-49ae-be4f-1e6d4a0ab9ab} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:26.927927 [ 3 ] {30952cb7-d8d3-49ae-be4f-1e6d4a0ab9ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:26.928352 [ 3 ] {30952cb7-d8d3-49ae-be4f-1e6d4a0ab9ab} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:26.928389 [ 3 ] {30952cb7-d8d3-49ae-be4f-1e6d4a0ab9ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:26.928861 [ 3 ] {30952cb7-d8d3-49ae-be4f-1e6d4a0ab9ab} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:56:26.929277 [ 3 ] {30952cb7-d8d3-49ae-be4f-1e6d4a0ab9ab} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:26.929414 [ 3 ] {30952cb7-d8d3-49ae-be4f-1e6d4a0ab9ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. 2025.11.06 00:56:26.929451 [ 3 ] {30952cb7-d8d3-49ae-be4f-1e6d4a0ab9ab} TCPHandler: Processed in 0.00170728 sec. 2025.11.06 00:56:26.929569 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:26.929662 [ 3 ] {d7a51572-f44e-40b9-87f6-29dc579b7f6b} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:26.929714 [ 3 ] {d7a51572-f44e-40b9-87f6-29dc579b7f6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:26.930528 [ 3 ] {d7a51572-f44e-40b9-87f6-29dc579b7f6b} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:26.930563 [ 3 ] {d7a51572-f44e-40b9-87f6-29dc579b7f6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:26.931197 [ 3 ] {d7a51572-f44e-40b9-87f6-29dc579b7f6b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:26.931628 [ 3 ] {d7a51572-f44e-40b9-87f6-29dc579b7f6b} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:26.931766 [ 3 ] {d7a51572-f44e-40b9-87f6-29dc579b7f6b} executeQuery: Read 26 rows, 47.71 KiB in 0.002122 sec., 12252.591894439207 rows/sec., 21.96 MiB/sec. 2025.11.06 00:56:26.931817 [ 3 ] {d7a51572-f44e-40b9-87f6-29dc579b7f6b} TCPHandler: Processed in 0.00229665 sec. 2025.11.06 00:56:26.931938 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:26.932031 [ 3 ] {f6a4117e-73c4-49db-ae6d-df87beb94802} executeQuery: (from [fd00:1122:3344:101::d]:62831) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:26.932072 [ 3 ] {f6a4117e-73c4-49db-ae6d-df87beb94802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:26.932425 [ 3 ] {f6a4117e-73c4-49db-ae6d-df87beb94802} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:26.932461 [ 3 ] {f6a4117e-73c4-49db-ae6d-df87beb94802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:26.932865 [ 3 ] {f6a4117e-73c4-49db-ae6d-df87beb94802} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:56:26.933282 [ 3 ] {f6a4117e-73c4-49db-ae6d-df87beb94802} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:26.933409 [ 3 ] {f6a4117e-73c4-49db-ae6d-df87beb94802} executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. 2025.11.06 00:56:26.933444 [ 3 ] {f6a4117e-73c4-49db-ae6d-df87beb94802} TCPHandler: Processed in 0.001556697 sec. 2025.11.06 00:56:31.584627 [ 41 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:56:31.584723 [ 41 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:56:31.638202 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 330 2025.11.06 00:56:31.640422 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.640466 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.641824 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:31.642393 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.642659 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 330 2025.11.06 00:56:31.645662 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3829 2025.11.06 00:56:31.646154 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.646196 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.646941 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:56:31.647571 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.647710 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3829 2025.11.06 00:56:31.651140 [ 3 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:31.651188 [ 3 ] {} TCP-Session: d95f0deb-abb7-4c53-8e8a-3344a16ed0fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:31.844548 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.11.06 00:56:31.860819 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.860886 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.866707 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:56:31.867940 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.871001 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.11.06 00:56:31.931889 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:31.932060 [ 4 ] {53349129-a5d1-41ca-a316-7e9ad7914055} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:56:31.932122 [ 4 ] {53349129-a5d1-41ca-a316-7e9ad7914055} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:56:31.932925 [ 4 ] {53349129-a5d1-41ca-a316-7e9ad7914055} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.932964 [ 4 ] {53349129-a5d1-41ca-a316-7e9ad7914055} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.933537 [ 4 ] {53349129-a5d1-41ca-a316-7e9ad7914055} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:31.934006 [ 4 ] {53349129-a5d1-41ca-a316-7e9ad7914055} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.934145 [ 41 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.11.06 00:56:31.934174 [ 4 ] {53349129-a5d1-41ca-a316-7e9ad7914055} executeQuery: Read 410 rows, 26.63 KiB in 0.002161 sec., 189726.9782508098 rows/sec., 12.04 MiB/sec. 2025.11.06 00:56:31.934182 [ 41 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.934208 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.934216 [ 4 ] {53349129-a5d1-41ca-a316-7e9ad7914055} TCPHandler: Processed in 0.002456593 sec. 2025.11.06 00:56:31.934331 [ 194 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.11.06 00:56:31.934343 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:31.934475 [ 4 ] {418ff985-3178-4055-912f-8dd54cf67000} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:31.934491 [ 194 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:31.934516 [ 4 ] {418ff985-3178-4055-912f-8dd54cf67000} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:31.934531 [ 194 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 410 rows starting from the beginning of the part 2025.11.06 00:56:31.934610 [ 194 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 410 rows starting from the beginning of the part 2025.11.06 00:56:31.934662 [ 194 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 410 rows starting from the beginning of the part 2025.11.06 00:56:31.934709 [ 194 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 410 rows starting from the beginning of the part 2025.11.06 00:56:31.934751 [ 194 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 410 rows starting from the beginning of the part 2025.11.06 00:56:31.935408 [ 4 ] {418ff985-3178-4055-912f-8dd54cf67000} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.935448 [ 4 ] {418ff985-3178-4055-912f-8dd54cf67000} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.935889 [ 195 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001614608 sec., 1269658.0222567955 rows/sec., 85.38 MiB/sec. 2025.11.06 00:56:31.935986 [ 4 ] {418ff985-3178-4055-912f-8dd54cf67000} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:56:31.936153 [ 194 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.11.06 00:56:31.936487 [ 4 ] {418ff985-3178-4055-912f-8dd54cf67000} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.936629 [ 4 ] {418ff985-3178-4055-912f-8dd54cf67000} executeQuery: Read 1134 rows, 92.01 KiB in 0.002172 sec., 522099.44751381216 rows/sec., 41.37 MiB/sec. 2025.11.06 00:56:31.936665 [ 4 ] {418ff985-3178-4055-912f-8dd54cf67000} TCPHandler: Processed in 0.002371432 sec. 2025.11.06 00:56:31.936701 [ 194 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_5_1} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.936778 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:31.936780 [ 194 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_5_1} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.11.06 00:56:31.936868 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.11.06 00:56:31.936877 [ 4 ] {b6debd16-c9aa-430a-aa1a-7888f9c3c264} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:31.936924 [ 4 ] {b6debd16-c9aa-430a-aa1a-7888f9c3c264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:31.937391 [ 4 ] {b6debd16-c9aa-430a-aa1a-7888f9c3c264} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.937427 [ 4 ] {b6debd16-c9aa-430a-aa1a-7888f9c3c264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.937866 [ 4 ] {b6debd16-c9aa-430a-aa1a-7888f9c3c264} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:56:31.938273 [ 4 ] {b6debd16-c9aa-430a-aa1a-7888f9c3c264} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.938404 [ 4 ] {b6debd16-c9aa-430a-aa1a-7888f9c3c264} executeQuery: Read 216 rows, 13.14 KiB in 0.001545 sec., 139805.82524271845 rows/sec., 8.31 MiB/sec. 2025.11.06 00:56:31.938440 [ 4 ] {b6debd16-c9aa-430a-aa1a-7888f9c3c264} TCPHandler: Processed in 0.001710491 sec. 2025.11.06 00:56:31.938545 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:31.938636 [ 4 ] {cbe82d49-5ab7-4706-adef-4dc061aea9c3} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:56:31.938675 [ 4 ] {cbe82d49-5ab7-4706-adef-4dc061aea9c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:56:31.939128 [ 4 ] {cbe82d49-5ab7-4706-adef-4dc061aea9c3} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.939164 [ 4 ] {cbe82d49-5ab7-4706-adef-4dc061aea9c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.939685 [ 4 ] {cbe82d49-5ab7-4706-adef-4dc061aea9c3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:31.940207 [ 4 ] {cbe82d49-5ab7-4706-adef-4dc061aea9c3} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.940392 [ 40 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.06 00:56:31.940424 [ 4 ] {cbe82d49-5ab7-4706-adef-4dc061aea9c3} executeQuery: Read 212 rows, 14.00 KiB in 0.001804 sec., 117516.62971175167 rows/sec., 7.58 MiB/sec. 2025.11.06 00:56:31.940488 [ 4 ] {cbe82d49-5ab7-4706-adef-4dc061aea9c3} TCPHandler: Processed in 0.001991155 sec. 2025.11.06 00:56:31.940489 [ 40 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.940533 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.940625 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:31.940643 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.11.06 00:56:31.940741 [ 4 ] {5a2a2140-72d3-4cec-9011-55730c8f816a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:56:31.940762 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:31.940785 [ 4 ] {5a2a2140-72d3-4cec-9011-55730c8f816a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:56:31.940802 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part 2025.11.06 00:56:31.940881 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2025.11.06 00:56:31.940929 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part 2025.11.06 00:56:31.940985 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2025.11.06 00:56:31.941031 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part 2025.11.06 00:56:31.941070 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2025.11.06 00:56:31.941287 [ 4 ] {5a2a2140-72d3-4cec-9011-55730c8f816a} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.941330 [ 4 ] {5a2a2140-72d3-4cec-9011-55730c8f816a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.941821 [ 4 ] {5a2a2140-72d3-4cec-9011-55730c8f816a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:31.942100 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1288 rows, containing 5 columns (5 merged, 0 gathered) in 0.001496526 sec., 860659.9551227309 rows/sec., 59.28 MiB/sec. 2025.11.06 00:56:31.942363 [ 4 ] {5a2a2140-72d3-4cec-9011-55730c8f816a} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.942365 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.06 00:56:31.942509 [ 40 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.11.06 00:56:31.942536 [ 4 ] {5a2a2140-72d3-4cec-9011-55730c8f816a} executeQuery: Read 211 rows, 12.27 KiB in 0.001815 sec., 116253.4435261708 rows/sec., 6.60 MiB/sec. 2025.11.06 00:56:31.942550 [ 40 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.942586 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.942587 [ 4 ] {5a2a2140-72d3-4cec-9011-55730c8f816a} TCPHandler: Processed in 0.002022286 sec. 2025.11.06 00:56:31.942693 [ 195 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.11.06 00:56:31.942714 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:31.942819 [ 4 ] {68dba7f2-75fe-410f-a13a-16b4676d1459} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:31.942853 [ 195 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:31.942862 [ 4 ] {68dba7f2-75fe-410f-a13a-16b4676d1459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:31.942911 [ 195 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 211 rows starting from the beginning of the part 2025.11.06 00:56:31.942983 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.943046 [ 195 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 211 rows starting from the beginning of the part 2025.11.06 00:56:31.943053 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_6_1} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.06 00:56:31.943123 [ 195 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 211 rows starting from the beginning of the part 2025.11.06 00:56:31.943135 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.11.06 00:56:31.943179 [ 195 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 211 rows starting from the beginning of the part 2025.11.06 00:56:31.943259 [ 195 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 211 rows starting from the beginning of the part 2025.11.06 00:56:31.943530 [ 4 ] {68dba7f2-75fe-410f-a13a-16b4676d1459} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.943572 [ 4 ] {68dba7f2-75fe-410f-a13a-16b4676d1459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.944081 [ 4 ] {68dba7f2-75fe-410f-a13a-16b4676d1459} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:56:31.944259 [ 197 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001622538 sec., 650215.8963303171 rows/sec., 39.40 MiB/sec. 2025.11.06 00:56:31.944489 [ 198 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.11.06 00:56:31.944603 [ 4 ] {68dba7f2-75fe-410f-a13a-16b4676d1459} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.944751 [ 4 ] {68dba7f2-75fe-410f-a13a-16b4676d1459} executeQuery: Read 690 rows, 49.35 KiB in 0.001949 sec., 354027.70651616214 rows/sec., 24.73 MiB/sec. 2025.11.06 00:56:31.944804 [ 4 ] {68dba7f2-75fe-410f-a13a-16b4676d1459} TCPHandler: Processed in 0.002139058 sec. 2025.11.06 00:56:31.944943 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:31.945051 [ 4 ] {b042dac6-1943-45e3-936b-ace72651abdd} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:56:31.945103 [ 4 ] {b042dac6-1943-45e3-936b-ace72651abdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:56:31.945123 [ 198 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_5_1} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.945198 [ 198 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_5_1} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.11.06 00:56:31.945266 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.06 00:56:31.945526 [ 4 ] {b042dac6-1943-45e3-936b-ace72651abdd} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.945574 [ 4 ] {b042dac6-1943-45e3-936b-ace72651abdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.946156 [ 4 ] {b042dac6-1943-45e3-936b-ace72651abdd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:31.946720 [ 4 ] {b042dac6-1943-45e3-936b-ace72651abdd} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.946910 [ 4 ] {b042dac6-1943-45e3-936b-ace72651abdd} executeQuery: Read 6 rows, 321.00 B in 0.001882 sec., 3188.0977683315623 rows/sec., 166.57 KiB/sec. 2025.11.06 00:56:31.946958 [ 4 ] {b042dac6-1943-45e3-936b-ace72651abdd} TCPHandler: Processed in 0.002072826 sec. 2025.11.06 00:56:31.947083 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:31.947196 [ 4 ] {52600451-1638-4567-bac9-18ab889ebf19} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:31.947249 [ 4 ] {52600451-1638-4567-bac9-18ab889ebf19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:31.947814 [ 4 ] {52600451-1638-4567-bac9-18ab889ebf19} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.947853 [ 4 ] {52600451-1638-4567-bac9-18ab889ebf19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.948472 [ 4 ] {52600451-1638-4567-bac9-18ab889ebf19} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:56:31.949034 [ 4 ] {52600451-1638-4567-bac9-18ab889ebf19} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.949168 [ 4 ] {52600451-1638-4567-bac9-18ab889ebf19} executeQuery: Read 314 rows, 21.12 KiB in 0.001996 sec., 157314.62925851703 rows/sec., 10.33 MiB/sec. 2025.11.06 00:56:31.949204 [ 4 ] {52600451-1638-4567-bac9-18ab889ebf19} TCPHandler: Processed in 0.002180769 sec. 2025.11.06 00:56:31.949337 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:31.949431 [ 4 ] {92bff57d-9a57-47c6-82d8-d49da59ea0db} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:56:31.949472 [ 4 ] {92bff57d-9a57-47c6-82d8-d49da59ea0db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:56:31.949787 [ 4 ] {92bff57d-9a57-47c6-82d8-d49da59ea0db} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.949822 [ 4 ] {92bff57d-9a57-47c6-82d8-d49da59ea0db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.950259 [ 4 ] {92bff57d-9a57-47c6-82d8-d49da59ea0db} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:56:31.950724 [ 4 ] {92bff57d-9a57-47c6-82d8-d49da59ea0db} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.950843 [ 40 ] {} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.11.06 00:56:31.950873 [ 4 ] {92bff57d-9a57-47c6-82d8-d49da59ea0db} executeQuery: Read 1 rows, 69.00 B in 0.001461 sec., 684.4626967830253 rows/sec., 46.12 KiB/sec. 2025.11.06 00:56:31.950880 [ 40 ] {} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.950916 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.950918 [ 4 ] {92bff57d-9a57-47c6-82d8-d49da59ea0db} TCPHandler: Processed in 0.001630609 sec. 2025.11.06 00:56:31.951001 [ 195 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.11.06 00:56:31.951040 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:31.951114 [ 195 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:31.951138 [ 4 ] {5e3f69d4-f17a-45b3-9b8b-68497a3e7c08} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:31.951151 [ 195 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.11.06 00:56:31.951199 [ 4 ] {5e3f69d4-f17a-45b3-9b8b-68497a3e7c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:31.951215 [ 195 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.11.06 00:56:31.951265 [ 195 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.11.06 00:56:31.951307 [ 195 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.11.06 00:56:31.951348 [ 195 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.11.06 00:56:31.952040 [ 4 ] {5e3f69d4-f17a-45b3-9b8b-68497a3e7c08} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.952050 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001084269 sec., 4611.401783136842 rows/sec., 310.73 KiB/sec. 2025.11.06 00:56:31.952082 [ 4 ] {5e3f69d4-f17a-45b3-9b8b-68497a3e7c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.952334 [ 195 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.11.06 00:56:31.952821 [ 4 ] {5e3f69d4-f17a-45b3-9b8b-68497a3e7c08} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:56:31.952913 [ 195 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_5_1} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.952998 [ 195 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_5_1} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.11.06 00:56:31.953067 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.11.06 00:56:31.953316 [ 4 ] {5e3f69d4-f17a-45b3-9b8b-68497a3e7c08} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.953468 [ 4 ] {5e3f69d4-f17a-45b3-9b8b-68497a3e7c08} executeQuery: Read 11 rows, 20.18 KiB in 0.002348 sec., 4684.838160136286 rows/sec., 8.40 MiB/sec. 2025.11.06 00:56:31.953532 [ 4 ] {5e3f69d4-f17a-45b3-9b8b-68497a3e7c08} TCPHandler: Processed in 0.002539634 sec. 2025.11.06 00:56:31.953649 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:31.953742 [ 4 ] {14634606-0d81-4b01-8ff4-76ccb1768a48} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:31.953784 [ 4 ] {14634606-0d81-4b01-8ff4-76ccb1768a48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:31.954125 [ 4 ] {14634606-0d81-4b01-8ff4-76ccb1768a48} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:31.954161 [ 4 ] {14634606-0d81-4b01-8ff4-76ccb1768a48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:31.954615 [ 4 ] {14634606-0d81-4b01-8ff4-76ccb1768a48} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:56:31.955093 [ 4 ] {14634606-0d81-4b01-8ff4-76ccb1768a48} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:31.955225 [ 4 ] {14634606-0d81-4b01-8ff4-76ccb1768a48} executeQuery: Read 104 rows, 6.53 KiB in 0.001501 sec., 69287.1419053964 rows/sec., 4.25 MiB/sec. 2025.11.06 00:56:31.955274 [ 4 ] {14634606-0d81-4b01-8ff4-76ccb1768a48} TCPHandler: Processed in 0.001672949 sec. 2025.11.06 00:56:32.001120 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 184.17 MiB, peak 188.91 MiB, free memory in arenas 0.00 B, will set to 185.30 MiB (RSS), difference: 1.14 MiB 2025.11.06 00:56:35.790450 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52185 2025.11.06 00:56:35.790571 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:35.790598 [ 3 ] {} TCP-Session: 2d961a18-a3e0-4115-a3a5-e21331961b48 Authenticating user 'default' from [fd00:1122:3344:101::e]:52185 2025.11.06 00:56:35.790620 [ 3 ] {} TCP-Session: 2d961a18-a3e0-4115-a3a5-e21331961b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.790633 [ 3 ] {} TCP-Session: 2d961a18-a3e0-4115-a3a5-e21331961b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.790863 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41523 2025.11.06 00:56:35.790870 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50102 2025.11.06 00:56:35.790914 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38558 2025.11.06 00:56:35.790945 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37379 2025.11.06 00:56:35.790966 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42188 2025.11.06 00:56:35.790992 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:35.791012 [ 3 ] {} TCP-Session: 2d961a18-a3e0-4115-a3a5-e21331961b48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:35.791020 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:35.791039 [ 286 ] {} TCP-Session: 68206452-dc22-4f46-be56-493a502e612d Authenticating user 'default' from [fd00:1122:3344:101::e]:41523 2025.11.06 00:56:35.790958 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64858 2025.11.06 00:56:35.791086 [ 286 ] {} TCP-Session: 68206452-dc22-4f46-be56-493a502e612d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791100 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:35.791127 [ 286 ] {} TCP-Session: 68206452-dc22-4f46-be56-493a502e612d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791073 [ 287 ] {} TCP-Session: 7d223995-c39c-4c72-8fc4-0988f316d361 Authenticating user 'default' from [fd00:1122:3344:101::e]:50102 2025.11.06 00:56:35.791156 [ 289 ] {} TCP-Session: b302d418-9bb2-44d1-89ac-8d4d67ff140e Authenticating user 'default' from [fd00:1122:3344:101::e]:38558 2025.11.06 00:56:35.790919 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59910 2025.11.06 00:56:35.791196 [ 289 ] {} TCP-Session: b302d418-9bb2-44d1-89ac-8d4d67ff140e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791189 [ 287 ] {} TCP-Session: 7d223995-c39c-4c72-8fc4-0988f316d361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791217 [ 289 ] {} TCP-Session: b302d418-9bb2-44d1-89ac-8d4d67ff140e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791233 [ 287 ] {} TCP-Session: 7d223995-c39c-4c72-8fc4-0988f316d361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791239 [ 3 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} executeQuery: (from [fd00:1122:3344:101::e]:52185) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:56:35.790907 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34164 2025.11.06 00:56:35.791387 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:35.791390 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:35.791424 [ 293 ] {} TCP-Session: 70e5c907-8099-4668-8d4e-81733b1b3834 Authenticating user 'default' from [fd00:1122:3344:101::e]:42188 2025.11.06 00:56:35.791442 [ 291 ] {} TCP-Session: b8af8de5-e4c4-4395-8680-7f054eb83257 Authenticating user 'default' from [fd00:1122:3344:101::e]:37379 2025.11.06 00:56:35.791450 [ 293 ] {} TCP-Session: 70e5c907-8099-4668-8d4e-81733b1b3834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791468 [ 291 ] {} TCP-Session: b8af8de5-e4c4-4395-8680-7f054eb83257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791475 [ 293 ] {} TCP-Session: 70e5c907-8099-4668-8d4e-81733b1b3834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791489 [ 291 ] {} TCP-Session: b8af8de5-e4c4-4395-8680-7f054eb83257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791517 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:35.791550 [ 290 ] {} TCP-Session: c509f09b-b82e-41b7-9deb-565298b4812d Authenticating user 'default' from [fd00:1122:3344:101::e]:59910 2025.11.06 00:56:35.791557 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:35.791574 [ 290 ] {} TCP-Session: c509f09b-b82e-41b7-9deb-565298b4812d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791601 [ 290 ] {} TCP-Session: c509f09b-b82e-41b7-9deb-565298b4812d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791607 [ 3 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:56:35.791602 [ 288 ] {} TCP-Session: d3c2b734-feb9-46d5-a92c-117fb0bcaa36 Authenticating user 'default' from [fd00:1122:3344:101::e]:34164 2025.11.06 00:56:35.791645 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:35.791671 [ 288 ] {} TCP-Session: d3c2b734-feb9-46d5-a92c-117fb0bcaa36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791676 [ 292 ] {} TCP-Session: c755bd75-299a-4173-a139-11336fe43f4f Authenticating user 'default' from [fd00:1122:3344:101::e]:64858 2025.11.06 00:56:35.791687 [ 288 ] {} TCP-Session: d3c2b734-feb9-46d5-a92c-117fb0bcaa36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791677 [ 3 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:35.791698 [ 292 ] {} TCP-Session: c755bd75-299a-4173-a139-11336fe43f4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.791733 [ 292 ] {} TCP-Session: c755bd75-299a-4173-a139-11336fe43f4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:35.792087 [ 3 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:56:35.792204 [ 3 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} Aggregator: Compile expression max()(UInt64) 0 2025.11.06 00:56:36.000357 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 185.36 MiB, peak 188.91 MiB, free memory in arenas 0.00 B, will set to 193.31 MiB (RSS), difference: 7.94 MiB 2025.11.06 00:56:36.263333 [ 324 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} AggregatingTransform: Aggregating 2025.11.06 00:56:36.263408 [ 324 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} Aggregator: Aggregation method: without_key 2025.11.06 00:56:36.263449 [ 324 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001963225 sec. (509.366 rows/sec., 19.90 KiB/sec.) 2025.11.06 00:56:36.263469 [ 324 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} Aggregator: Merging aggregated data 2025.11.06 00:56:36.264657 [ 3 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} executeQuery: Read 1 rows, 40.00 B in 0.473469 sec., 2.1120706952303108 rows/sec., 84.48 B/sec. 2025.11.06 00:56:36.264894 [ 3 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.11.06 00:56:36.264917 [ 3 ] {18ce8ac4-70e9-4dbc-9c7e-51e60d55cab1} TCPHandler: Processed in 0.474043184 sec. 2025.11.06 00:56:36.265056 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.265105 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.265130 [ 293 ] {} TCP-Session: 70e5c907-8099-4668-8d4e-81733b1b3834 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.265145 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.265184 [ 288 ] {} TCP-Session: d3c2b734-feb9-46d5-a92c-117fb0bcaa36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.265183 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.265208 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.265254 [ 292 ] {} TCP-Session: c755bd75-299a-4173-a139-11336fe43f4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.265242 [ 3 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.265224 [ 286 ] {} TCP-Session: 68206452-dc22-4f46-be56-493a502e612d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.265317 [ 289 ] {} TCP-Session: b302d418-9bb2-44d1-89ac-8d4d67ff140e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.265340 [ 3 ] {} TCP-Session: 2d961a18-a3e0-4115-a3a5-e21331961b48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.265227 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.265169 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.265431 [ 291 ] {} TCP-Session: b8af8de5-e4c4-4395-8680-7f054eb83257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.265123 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.265459 [ 290 ] {} TCP-Session: c509f09b-b82e-41b7-9deb-565298b4812d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.265514 [ 287 ] {} TCP-Session: 7d223995-c39c-4c72-8fc4-0988f316d361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.714547 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45733 2025.11.06 00:56:36.714671 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.714701 [ 288 ] {} TCP-Session: 59662bc9-d52f-45d9-9ac4-7a58fb8bbf57 Authenticating user 'default' from [fd00:1122:3344:101::e]:45733 2025.11.06 00:56:36.714740 [ 288 ] {} TCP-Session: 59662bc9-d52f-45d9-9ac4-7a58fb8bbf57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.714753 [ 288 ] {} TCP-Session: 59662bc9-d52f-45d9-9ac4-7a58fb8bbf57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.714974 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51863 2025.11.06 00:56:36.715006 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52533 2025.11.06 00:56:36.715055 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58824 2025.11.06 00:56:36.715068 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60920 2025.11.06 00:56:36.715089 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37301 2025.11.06 00:56:36.715124 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38202 2025.11.06 00:56:36.715126 [ 288 ] {} TCP-Session: 59662bc9-d52f-45d9-9ac4-7a58fb8bbf57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:36.715081 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63403 2025.11.06 00:56:36.715203 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.715226 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.715219 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.715264 [ 286 ] {} TCP-Session: c6caf374-c8c0-4278-835d-eb3fbb54dcca Authenticating user 'default' from [fd00:1122:3344:101::e]:38202 2025.11.06 00:56:36.715273 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.715293 [ 293 ] {} TCP-Session: 6d84ee5c-6a3c-426e-a5b9-69a8e19287de Authenticating user 'default' from [fd00:1122:3344:101::e]:37301 2025.11.06 00:56:36.715305 [ 286 ] {} TCP-Session: c6caf374-c8c0-4278-835d-eb3fbb54dcca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715322 [ 294 ] {} TCP-Session: d9244e6e-c187-4f65-b9ea-b38bb55404eb Authenticating user 'default' from [fd00:1122:3344:101::e]:63403 2025.11.06 00:56:36.715337 [ 293 ] {} TCP-Session: 6d84ee5c-6a3c-426e-a5b9-69a8e19287de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715342 [ 286 ] {} TCP-Session: c6caf374-c8c0-4278-835d-eb3fbb54dcca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715369 [ 293 ] {} TCP-Session: 6d84ee5c-6a3c-426e-a5b9-69a8e19287de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715365 [ 294 ] {} TCP-Session: d9244e6e-c187-4f65-b9ea-b38bb55404eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715393 [ 288 ] {003bd1cf-6617-4a99-b022-6a73a11e09ac} executeQuery: (from [fd00:1122:3344:101::e]:45733) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:56:36.715420 [ 294 ] {} TCP-Session: d9244e6e-c187-4f65-b9ea-b38bb55404eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715258 [ 291 ] {} TCP-Session: a5bb650b-61c1-4842-9a5b-02da6303dc42 Authenticating user 'default' from [fd00:1122:3344:101::e]:60920 2025.11.06 00:56:36.715080 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.715493 [ 291 ] {} TCP-Session: a5bb650b-61c1-4842-9a5b-02da6303dc42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715080 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.715515 [ 289 ] {} TCP-Session: 1d190966-9a0d-4137-ba07-2128a81d1fdc Authenticating user 'default' from [fd00:1122:3344:101::e]:51863 2025.11.06 00:56:36.715520 [ 291 ] {} TCP-Session: a5bb650b-61c1-4842-9a5b-02da6303dc42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715548 [ 290 ] {} TCP-Session: e0fa04cb-7101-4c99-b940-020a78822450 Authenticating user 'default' from [fd00:1122:3344:101::e]:52533 2025.11.06 00:56:36.715549 [ 289 ] {} TCP-Session: 1d190966-9a0d-4137-ba07-2128a81d1fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715578 [ 290 ] {} TCP-Session: e0fa04cb-7101-4c99-b940-020a78822450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715583 [ 289 ] {} TCP-Session: 1d190966-9a0d-4137-ba07-2128a81d1fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715593 [ 290 ] {} TCP-Session: e0fa04cb-7101-4c99-b940-020a78822450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715139 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.715108 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50302 2025.11.06 00:56:36.715645 [ 292 ] {} TCP-Session: c496a217-7891-4c5e-98cb-b118c66f6887 Authenticating user 'default' from [fd00:1122:3344:101::e]:58824 2025.11.06 00:56:36.715679 [ 292 ] {} TCP-Session: c496a217-7891-4c5e-98cb-b118c66f6887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715692 [ 292 ] {} TCP-Session: c496a217-7891-4c5e-98cb-b118c66f6887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715709 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.715735 [ 3 ] {} TCP-Session: e406a597-550f-4251-a481-59416cc7b9b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50302 2025.11.06 00:56:36.715740 [ 288 ] {003bd1cf-6617-4a99-b022-6a73a11e09ac} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:56:36.715750 [ 3 ] {} TCP-Session: e406a597-550f-4251-a481-59416cc7b9b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715781 [ 3 ] {} TCP-Session: e406a597-550f-4251-a481-59416cc7b9b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.715807 [ 288 ] {003bd1cf-6617-4a99-b022-6a73a11e09ac} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:36.716188 [ 288 ] {003bd1cf-6617-4a99-b022-6a73a11e09ac} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:56:36.717335 [ 335 ] {003bd1cf-6617-4a99-b022-6a73a11e09ac} AggregatingTransform: Aggregating 2025.11.06 00:56:36.717385 [ 335 ] {003bd1cf-6617-4a99-b022-6a73a11e09ac} Aggregator: Aggregation method: without_key 2025.11.06 00:56:36.717423 [ 335 ] {003bd1cf-6617-4a99-b022-6a73a11e09ac} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00112926 sec. (885.536 rows/sec., 34.59 KiB/sec.) 2025.11.06 00:56:36.717443 [ 335 ] {003bd1cf-6617-4a99-b022-6a73a11e09ac} Aggregator: Merging aggregated data 2025.11.06 00:56:36.718951 [ 288 ] {003bd1cf-6617-4a99-b022-6a73a11e09ac} executeQuery: Read 1 rows, 40.00 B in 0.003649 sec., 274.0476842970677 rows/sec., 10.70 KiB/sec. 2025.11.06 00:56:36.719059 [ 288 ] {003bd1cf-6617-4a99-b022-6a73a11e09ac} TCPHandler: Processed in 0.004076963 sec. 2025.11.06 00:56:36.719186 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.719216 [ 288 ] {} TCP-Session: 59662bc9-d52f-45d9-9ac4-7a58fb8bbf57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.719219 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.719241 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.719269 [ 289 ] {} TCP-Session: 1d190966-9a0d-4137-ba07-2128a81d1fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.719268 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.719291 [ 286 ] {} TCP-Session: c6caf374-c8c0-4278-835d-eb3fbb54dcca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.719308 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.719325 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.719346 [ 3 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.719358 [ 294 ] {} TCP-Session: d9244e6e-c187-4f65-b9ea-b38bb55404eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.719378 [ 293 ] {} TCP-Session: 6d84ee5c-6a3c-426e-a5b9-69a8e19287de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.719394 [ 3 ] {} TCP-Session: e406a597-550f-4251-a481-59416cc7b9b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.719335 [ 292 ] {} TCP-Session: c496a217-7891-4c5e-98cb-b118c66f6887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.719289 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.719283 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.719490 [ 291 ] {} TCP-Session: a5bb650b-61c1-4842-9a5b-02da6303dc42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.719516 [ 290 ] {} TCP-Session: e0fa04cb-7101-4c99-b940-020a78822450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.938171 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58490 2025.11.06 00:56:36.938285 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.938315 [ 288 ] {} TCP-Session: d789124f-a5c0-4245-9d1e-dec050ea946f Authenticating user 'default' from [fd00:1122:3344:101::e]:58490 2025.11.06 00:56:36.938343 [ 288 ] {} TCP-Session: d789124f-a5c0-4245-9d1e-dec050ea946f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.938357 [ 288 ] {} TCP-Session: d789124f-a5c0-4245-9d1e-dec050ea946f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.938641 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33359 2025.11.06 00:56:36.938655 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42341 2025.11.06 00:56:36.938706 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35223 2025.11.06 00:56:36.938732 [ 288 ] {} TCP-Session: d789124f-a5c0-4245-9d1e-dec050ea946f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:36.938735 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37921 2025.11.06 00:56:36.938778 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41182 2025.11.06 00:56:36.938765 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.938818 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.938859 [ 289 ] {} TCP-Session: 3b258744-9ed6-4810-b2ab-6eeca457a87b Authenticating user 'default' from [fd00:1122:3344:101::e]:33359 2025.11.06 00:56:36.938764 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37345 2025.11.06 00:56:36.938888 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.938893 [ 289 ] {} TCP-Session: 3b258744-9ed6-4810-b2ab-6eeca457a87b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.938882 [ 292 ] {} TCP-Session: 24d82e46-ca5e-4004-a249-13135b5ae2f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:35223 2025.11.06 00:56:36.938939 [ 288 ] {41ac3021-54be-4854-b247-bc0583821064} executeQuery: (from [fd00:1122:3344:101::e]:58490) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:56:36.938958 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.938975 [ 292 ] {} TCP-Session: 24d82e46-ca5e-4004-a249-13135b5ae2f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.939017 [ 3 ] {} TCP-Session: e4914450-943f-4d9b-b31d-902d3dab785a Authenticating user 'default' from [fd00:1122:3344:101::e]:37345 2025.11.06 00:56:36.939029 [ 292 ] {} TCP-Session: 24d82e46-ca5e-4004-a249-13135b5ae2f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.939046 [ 3 ] {} TCP-Session: e4914450-943f-4d9b-b31d-902d3dab785a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.938942 [ 286 ] {} TCP-Session: 413e948d-1c1e-41ca-8f4d-5db0dbec1083 Authenticating user 'default' from [fd00:1122:3344:101::e]:41182 2025.11.06 00:56:36.939075 [ 3 ] {} TCP-Session: e4914450-943f-4d9b-b31d-902d3dab785a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.938939 [ 289 ] {} TCP-Session: 3b258744-9ed6-4810-b2ab-6eeca457a87b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.939121 [ 286 ] {} TCP-Session: 413e948d-1c1e-41ca-8f4d-5db0dbec1083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.938888 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.939163 [ 286 ] {} TCP-Session: 413e948d-1c1e-41ca-8f4d-5db0dbec1083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.939194 [ 291 ] {} TCP-Session: 849c92b1-9b90-497e-94bd-c8683d6eb110 Authenticating user 'default' from [fd00:1122:3344:101::e]:37921 2025.11.06 00:56:36.938766 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.939224 [ 291 ] {} TCP-Session: 849c92b1-9b90-497e-94bd-c8683d6eb110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.939238 [ 288 ] {41ac3021-54be-4854-b247-bc0583821064} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:56:36.939263 [ 291 ] {} TCP-Session: 849c92b1-9b90-497e-94bd-c8683d6eb110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.939249 [ 290 ] {} TCP-Session: 65f3f67b-54d3-4323-84ba-a2cea3aab538 Authenticating user 'default' from [fd00:1122:3344:101::e]:42341 2025.11.06 00:56:36.938750 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36484 2025.11.06 00:56:36.939346 [ 290 ] {} TCP-Session: 65f3f67b-54d3-4323-84ba-a2cea3aab538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.939320 [ 288 ] {41ac3021-54be-4854-b247-bc0583821064} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:56:36.939384 [ 290 ] {} TCP-Session: 65f3f67b-54d3-4323-84ba-a2cea3aab538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.938737 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38417 2025.11.06 00:56:36.939450 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.939486 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:56:36.939494 [ 293 ] {} TCP-Session: 7b2c5ef8-5203-4d47-a94c-1c8604369039 Authenticating user 'default' from [fd00:1122:3344:101::e]:36484 2025.11.06 00:56:36.939517 [ 294 ] {} TCP-Session: d5c5e85f-38fe-466e-839c-168b65d418cd Authenticating user 'default' from [fd00:1122:3344:101::e]:38417 2025.11.06 00:56:36.939543 [ 293 ] {} TCP-Session: 7b2c5ef8-5203-4d47-a94c-1c8604369039 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.939545 [ 294 ] {} TCP-Session: d5c5e85f-38fe-466e-839c-168b65d418cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.939572 [ 293 ] {} TCP-Session: 7b2c5ef8-5203-4d47-a94c-1c8604369039 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.939579 [ 294 ] {} TCP-Session: d5c5e85f-38fe-466e-839c-168b65d418cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.939683 [ 288 ] {41ac3021-54be-4854-b247-bc0583821064} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:56:36.940715 [ 304 ] {41ac3021-54be-4854-b247-bc0583821064} AggregatingTransform: Aggregating 2025.11.06 00:56:36.940764 [ 304 ] {41ac3021-54be-4854-b247-bc0583821064} Aggregator: Aggregation method: without_key 2025.11.06 00:56:36.940804 [ 304 ] {41ac3021-54be-4854-b247-bc0583821064} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001010348 sec. (989.758 rows/sec., 38.66 KiB/sec.) 2025.11.06 00:56:36.940826 [ 304 ] {41ac3021-54be-4854-b247-bc0583821064} Aggregator: Merging aggregated data 2025.11.06 00:56:36.942443 [ 288 ] {41ac3021-54be-4854-b247-bc0583821064} executeQuery: Read 1 rows, 40.00 B in 0.00358 sec., 279.3296089385475 rows/sec., 10.91 KiB/sec. 2025.11.06 00:56:36.942616 [ 288 ] {41ac3021-54be-4854-b247-bc0583821064} TCPHandler: Processed in 0.004014111 sec. 2025.11.06 00:56:36.942768 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.942802 [ 288 ] {} TCP-Session: d789124f-a5c0-4245-9d1e-dec050ea946f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.942807 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.942828 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.942857 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.942860 [ 286 ] {} TCP-Session: 413e948d-1c1e-41ca-8f4d-5db0dbec1083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.942879 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.942894 [ 3 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.942920 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.942937 [ 291 ] {} TCP-Session: 849c92b1-9b90-497e-94bd-c8683d6eb110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.942951 [ 3 ] {} TCP-Session: e4914450-943f-4d9b-b31d-902d3dab785a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.942953 [ 294 ] {} TCP-Session: d5c5e85f-38fe-466e-839c-168b65d418cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.942907 [ 292 ] {} TCP-Session: 24d82e46-ca5e-4004-a249-13135b5ae2f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.942863 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.942910 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:56:36.943045 [ 289 ] {} TCP-Session: 3b258744-9ed6-4810-b2ab-6eeca457a87b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.942880 [ 290 ] {} TCP-Session: 65f3f67b-54d3-4323-84ba-a2cea3aab538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.943084 [ 293 ] {} TCP-Session: 7b2c5ef8-5203-4d47-a94c-1c8604369039 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:56:36.955962 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:36.956133 [ 4 ] {45fbd21a-24c8-482a-87e4-e92c020f0173} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:36.956202 [ 4 ] {45fbd21a-24c8-482a-87e4-e92c020f0173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:36.957640 [ 4 ] {45fbd21a-24c8-482a-87e4-e92c020f0173} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:36.957690 [ 4 ] {45fbd21a-24c8-482a-87e4-e92c020f0173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:36.958210 [ 4 ] {45fbd21a-24c8-482a-87e4-e92c020f0173} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:56:36.958465 [ 4 ] {45fbd21a-24c8-482a-87e4-e92c020f0173} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:36.958614 [ 34 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.06 00:56:36.958621 [ 4 ] {45fbd21a-24c8-482a-87e4-e92c020f0173} executeQuery: Read 1248 rows, 105.36 KiB in 0.002554 sec., 488645.2623335944 rows/sec., 40.29 MiB/sec. 2025.11.06 00:56:36.958668 [ 34 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:36.958693 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:36.958705 [ 4 ] {45fbd21a-24c8-482a-87e4-e92c020f0173} TCPHandler: Processed in 0.002941342 sec. 2025.11.06 00:56:36.958785 [ 197 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.11.06 00:56:36.958856 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:36.958897 [ 197 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:36.958940 [ 197 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2307 rows starting from the beginning of the part 2025.11.06 00:56:36.958966 [ 4 ] {e3657228-f6a4-4378-925a-bfd26fc83b2d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:36.959019 [ 197 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 108 rows starting from the beginning of the part 2025.11.06 00:56:36.959019 [ 4 ] {e3657228-f6a4-4378-925a-bfd26fc83b2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:36.959072 [ 197 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1134 rows starting from the beginning of the part 2025.11.06 00:56:36.959119 [ 197 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 108 rows starting from the beginning of the part 2025.11.06 00:56:36.959173 [ 197 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1134 rows starting from the beginning of the part 2025.11.06 00:56:36.959215 [ 197 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1248 rows starting from the beginning of the part 2025.11.06 00:56:36.959629 [ 4 ] {e3657228-f6a4-4378-925a-bfd26fc83b2d} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:36.959674 [ 4 ] {e3657228-f6a4-4378-925a-bfd26fc83b2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:36.960091 [ 4 ] {e3657228-f6a4-4378-925a-bfd26fc83b2d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:56:36.960341 [ 4 ] {e3657228-f6a4-4378-925a-bfd26fc83b2d} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:36.960482 [ 4 ] {e3657228-f6a4-4378-925a-bfd26fc83b2d} executeQuery: Read 26 rows, 1.96 KiB in 0.001502 sec., 17310.252996005325 rows/sec., 1.27 MiB/sec. 2025.11.06 00:56:36.960525 [ 4 ] {e3657228-f6a4-4378-925a-bfd26fc83b2d} TCPHandler: Processed in 0.00169204 sec. 2025.11.06 00:56:36.960649 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:36.960751 [ 4 ] {8294ece7-1eb8-4864-9b0a-094c51b75337} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:56:36.960795 [ 4 ] {8294ece7-1eb8-4864-9b0a-094c51b75337} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:56:36.961348 [ 4 ] {8294ece7-1eb8-4864-9b0a-094c51b75337} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:36.961387 [ 4 ] {8294ece7-1eb8-4864-9b0a-094c51b75337} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:36.961439 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 6039 rows, containing 5 columns (5 merged, 0 gathered) in 0.002651227 sec., 2277813.254014085 rows/sec., 192.48 MiB/sec. 2025.11.06 00:56:36.961704 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.06 00:56:36.961708 [ 4 ] {8294ece7-1eb8-4864-9b0a-094c51b75337} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:36.961945 [ 4 ] {8294ece7-1eb8-4864-9b0a-094c51b75337} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:36.961971 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:36.962042 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_11_2} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.06 00:56:36.962081 [ 4 ] {8294ece7-1eb8-4864-9b0a-094c51b75337} executeQuery: Read 228 rows, 15.81 KiB in 0.001353 sec., 168514.41241685144 rows/sec., 11.41 MiB/sec. 2025.11.06 00:56:36.962102 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2025.11.06 00:56:36.962119 [ 4 ] {8294ece7-1eb8-4864-9b0a-094c51b75337} TCPHandler: Processed in 0.001523267 sec. 2025.11.06 00:56:36.962242 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:36.962347 [ 4 ] {93998ebd-e5b5-4e97-a749-05375e27b6b7} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:36.962390 [ 4 ] {93998ebd-e5b5-4e97-a749-05375e27b6b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:36.962983 [ 4 ] {93998ebd-e5b5-4e97-a749-05375e27b6b7} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:36.963021 [ 4 ] {93998ebd-e5b5-4e97-a749-05375e27b6b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:36.963366 [ 4 ] {93998ebd-e5b5-4e97-a749-05375e27b6b7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:56:36.963590 [ 4 ] {93998ebd-e5b5-4e97-a749-05375e27b6b7} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:36.963694 [ 33 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.06 00:56:36.963719 [ 4 ] {93998ebd-e5b5-4e97-a749-05375e27b6b7} executeQuery: Read 546 rows, 41.49 KiB in 0.001395 sec., 391397.8494623656 rows/sec., 29.04 MiB/sec. 2025.11.06 00:56:36.963729 [ 33 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:36.963754 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:36.963759 [ 4 ] {93998ebd-e5b5-4e97-a749-05375e27b6b7} TCPHandler: Processed in 0.001568188 sec. 2025.11.06 00:56:36.963876 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.11.06 00:56:36.963881 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:36.964006 [ 4 ] {1aca583f-39cb-4fb4-9d83-2ae33607a5a4} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:36.964016 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:36.964055 [ 4 ] {1aca583f-39cb-4fb4-9d83-2ae33607a5a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:36.964067 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1182 rows starting from the beginning of the part 2025.11.06 00:56:36.964173 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 96 rows starting from the beginning of the part 2025.11.06 00:56:36.964226 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 690 rows starting from the beginning of the part 2025.11.06 00:56:36.964272 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 90 rows starting from the beginning of the part 2025.11.06 00:56:36.964318 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 690 rows starting from the beginning of the part 2025.11.06 00:56:36.964367 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 546 rows starting from the beginning of the part 2025.11.06 00:56:36.964643 [ 4 ] {1aca583f-39cb-4fb4-9d83-2ae33607a5a4} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:36.964688 [ 4 ] {1aca583f-39cb-4fb4-9d83-2ae33607a5a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:36.965101 [ 4 ] {1aca583f-39cb-4fb4-9d83-2ae33607a5a4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:56:36.965374 [ 4 ] {1aca583f-39cb-4fb4-9d83-2ae33607a5a4} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:36.965476 [ 33 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.06 00:56:36.965501 [ 33 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:36.965515 [ 4 ] {1aca583f-39cb-4fb4-9d83-2ae33607a5a4} executeQuery: Read 844 rows, 58.17 KiB in 0.00153 sec., 551633.9869281047 rows/sec., 37.13 MiB/sec. 2025.11.06 00:56:36.965520 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:36.965553 [ 4 ] {1aca583f-39cb-4fb4-9d83-2ae33607a5a4} TCPHandler: Processed in 0.001723451 sec. 2025.11.06 00:56:36.965592 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.11.06 00:56:36.965667 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:36.965677 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:36.965740 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2461 rows starting from the beginning of the part 2025.11.06 00:56:36.965766 [ 4 ] {543071fd-a82d-4825-bb17-69117ebe80ed} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:36.965807 [ 191 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3294 rows, containing 5 columns (5 merged, 0 gathered) in 0.001982885 sec., 1661215.854676393 rows/sec., 125.34 MiB/sec. 2025.11.06 00:56:36.965822 [ 4 ] {543071fd-a82d-4825-bb17-69117ebe80ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:36.965818 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2025.11.06 00:56:36.965916 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 314 rows starting from the beginning of the part 2025.11.06 00:56:36.965965 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.11.06 00:56:36.966003 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.06 00:56:36.966020 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 314 rows starting from the beginning of the part 2025.11.06 00:56:36.966071 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 844 rows starting from the beginning of the part 2025.11.06 00:56:36.966316 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:36.966402 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_11_2} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.06 00:56:36.966479 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.11.06 00:56:36.966639 [ 4 ] {543071fd-a82d-4825-bb17-69117ebe80ed} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:36.966680 [ 4 ] {543071fd-a82d-4825-bb17-69117ebe80ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:36.967221 [ 4 ] {543071fd-a82d-4825-bb17-69117ebe80ed} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:56:36.967474 [ 4 ] {543071fd-a82d-4825-bb17-69117ebe80ed} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:36.967623 [ 4 ] {543071fd-a82d-4825-bb17-69117ebe80ed} executeQuery: Read 26 rows, 47.71 KiB in 0.001876 sec., 13859.275053304904 rows/sec., 24.84 MiB/sec. 2025.11.06 00:56:36.967693 [ 4 ] {543071fd-a82d-4825-bb17-69117ebe80ed} TCPHandler: Processed in 0.002077437 sec. 2025.11.06 00:56:36.967744 [ 199 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4253 rows, containing 5 columns (5 merged, 0 gathered) in 0.002179609 sec., 1951267.4062182715 rows/sec., 130.34 MiB/sec. 2025.11.06 00:56:36.967810 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:36.967911 [ 4 ] {871a4919-3fc6-40d5-b793-4cd6de5ebc69} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:36.967954 [ 4 ] {871a4919-3fc6-40d5-b793-4cd6de5ebc69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:36.968156 [ 188 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.06 00:56:36.968294 [ 4 ] {871a4919-3fc6-40d5-b793-4cd6de5ebc69} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:36.968337 [ 4 ] {871a4919-3fc6-40d5-b793-4cd6de5ebc69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:36.968472 [ 188 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:36.968578 [ 188 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_11_2} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.06 00:56:36.968665 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2025.11.06 00:56:36.968684 [ 4 ] {871a4919-3fc6-40d5-b793-4cd6de5ebc69} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:56:36.968918 [ 4 ] {871a4919-3fc6-40d5-b793-4cd6de5ebc69} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:36.969011 [ 33 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.06 00:56:36.969037 [ 33 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:36.969050 [ 4 ] {871a4919-3fc6-40d5-b793-4cd6de5ebc69} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2025.11.06 00:56:36.969053 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:36.969087 [ 4 ] {871a4919-3fc6-40d5-b793-4cd6de5ebc69} TCPHandler: Processed in 0.001326593 sec. 2025.11.06 00:56:36.969119 [ 193 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.11.06 00:56:36.969196 [ 193 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:36.969220 [ 193 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 360 rows starting from the beginning of the part 2025.11.06 00:56:36.969263 [ 193 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.11.06 00:56:36.969300 [ 193 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 104 rows starting from the beginning of the part 2025.11.06 00:56:36.969339 [ 193 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.11.06 00:56:36.969374 [ 193 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 104 rows starting from the beginning of the part 2025.11.06 00:56:36.969411 [ 193 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.11.06 00:56:36.970154 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 748 rows, containing 4 columns (4 merged, 0 gathered) in 0.001060898 sec., 705063.0692111776 rows/sec., 44.44 MiB/sec. 2025.11.06 00:56:36.970372 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.06 00:56:36.970669 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:36.970748 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_11_2} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.06 00:56:36.970832 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.11.06 00:56:37.000255 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 195.82 MiB, peak 206.83 MiB, free memory in arenas 0.00 B, will set to 206.34 MiB (RSS), difference: 10.52 MiB 2025.11.06 00:56:39.147862 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4341 2025.11.06 00:56:39.148435 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:39.148488 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:39.148992 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:56:39.149222 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:39.149360 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4341 2025.11.06 00:56:39.371147 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.11.06 00:56:39.388017 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:39.388060 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:39.394244 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:56:39.394971 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:39.397697 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.11.06 00:56:40.001115 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 206.88 MiB, peak 210.88 MiB, free memory in arenas 0.00 B, will set to 209.03 MiB (RSS), difference: 2.15 MiB 2025.11.06 00:56:41.642817 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 372 2025.11.06 00:56:41.645094 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.645130 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.646249 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:41.646501 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.646636 [ 24 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.06 00:56:41.646709 [ 24 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.646729 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 372 2025.11.06 00:56:41.646735 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.646942 [ 193 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.11.06 00:56:41.647834 [ 193 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:41.647988 [ 193 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.11.06 00:56:41.648368 [ 193 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 104 rows starting from the beginning of the part 2025.11.06 00:56:41.648712 [ 193 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part 2025.11.06 00:56:41.649062 [ 193 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2025.11.06 00:56:41.649392 [ 193 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part 2025.11.06 00:56:41.649706 [ 193 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part 2025.11.06 00:56:41.655722 [ 192 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 72 columns (72 merged, 0 gathered) in 0.008858927 sec., 41991.54141353687 rows/sec., 40.93 MiB/sec. 2025.11.06 00:56:41.656658 [ 192 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.06 00:56:41.657239 [ 192 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.657312 [ 192 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_6_1} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.06 00:56:41.657542 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. 2025.11.06 00:56:41.932175 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:41.932368 [ 4 ] {8e8680d3-d0b2-484e-9008-bfbc01f528c4} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:56:41.932441 [ 4 ] {8e8680d3-d0b2-484e-9008-bfbc01f528c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:56:41.933274 [ 4 ] {8e8680d3-d0b2-484e-9008-bfbc01f528c4} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.933319 [ 4 ] {8e8680d3-d0b2-484e-9008-bfbc01f528c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.933693 [ 4 ] {8e8680d3-d0b2-484e-9008-bfbc01f528c4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:41.933904 [ 4 ] {8e8680d3-d0b2-484e-9008-bfbc01f528c4} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.934046 [ 4 ] {8e8680d3-d0b2-484e-9008-bfbc01f528c4} executeQuery: Read 410 rows, 26.63 KiB in 0.001783 sec., 229949.52327537857 rows/sec., 14.59 MiB/sec. 2025.11.06 00:56:41.934086 [ 4 ] {8e8680d3-d0b2-484e-9008-bfbc01f528c4} TCPHandler: Processed in 0.002108678 sec. 2025.11.06 00:56:41.934214 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:41.934375 [ 4 ] {02999384-422b-45b2-a2b9-0f30ead776c9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:41.934415 [ 4 ] {02999384-422b-45b2-a2b9-0f30ead776c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:41.935301 [ 4 ] {02999384-422b-45b2-a2b9-0f30ead776c9} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.935337 [ 4 ] {02999384-422b-45b2-a2b9-0f30ead776c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.935701 [ 4 ] {02999384-422b-45b2-a2b9-0f30ead776c9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:56:41.935907 [ 4 ] {02999384-422b-45b2-a2b9-0f30ead776c9} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.936033 [ 4 ] {02999384-422b-45b2-a2b9-0f30ead776c9} executeQuery: Read 1134 rows, 92.01 KiB in 0.001678 sec., 675804.5292014303 rows/sec., 53.55 MiB/sec. 2025.11.06 00:56:41.936070 [ 4 ] {02999384-422b-45b2-a2b9-0f30ead776c9} TCPHandler: Processed in 0.001843563 sec. 2025.11.06 00:56:41.936186 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:41.936280 [ 4 ] {5a571ad2-0b16-4069-a6b2-a3dcfbd4666f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:41.936321 [ 4 ] {5a571ad2-0b16-4069-a6b2-a3dcfbd4666f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:41.936794 [ 4 ] {5a571ad2-0b16-4069-a6b2-a3dcfbd4666f} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.936831 [ 4 ] {5a571ad2-0b16-4069-a6b2-a3dcfbd4666f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.937125 [ 4 ] {5a571ad2-0b16-4069-a6b2-a3dcfbd4666f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:56:41.937337 [ 4 ] {5a571ad2-0b16-4069-a6b2-a3dcfbd4666f} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.937463 [ 4 ] {5a571ad2-0b16-4069-a6b2-a3dcfbd4666f} executeQuery: Read 216 rows, 13.14 KiB in 0.001202 sec., 179700.49916805324 rows/sec., 10.68 MiB/sec. 2025.11.06 00:56:41.937500 [ 4 ] {5a571ad2-0b16-4069-a6b2-a3dcfbd4666f} TCPHandler: Processed in 0.001363694 sec. 2025.11.06 00:56:41.937610 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:41.937705 [ 4 ] {c751a530-faa3-42e1-b943-89f4f2ec0a9f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:56:41.937744 [ 4 ] {c751a530-faa3-42e1-b943-89f4f2ec0a9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:56:41.938207 [ 4 ] {c751a530-faa3-42e1-b943-89f4f2ec0a9f} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.938244 [ 4 ] {c751a530-faa3-42e1-b943-89f4f2ec0a9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.938541 [ 4 ] {c751a530-faa3-42e1-b943-89f4f2ec0a9f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:56:41.938744 [ 4 ] {c751a530-faa3-42e1-b943-89f4f2ec0a9f} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.938869 [ 4 ] {c751a530-faa3-42e1-b943-89f4f2ec0a9f} executeQuery: Read 212 rows, 14.00 KiB in 0.001183 sec., 179205.40997464073 rows/sec., 11.56 MiB/sec. 2025.11.06 00:56:41.938905 [ 4 ] {c751a530-faa3-42e1-b943-89f4f2ec0a9f} TCPHandler: Processed in 0.001344694 sec. 2025.11.06 00:56:41.939017 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:41.939110 [ 4 ] {cee13d7f-1f75-4bf5-9f13-8cf03de6a4a2} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:56:41.939149 [ 4 ] {cee13d7f-1f75-4bf5-9f13-8cf03de6a4a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:56:41.939621 [ 4 ] {cee13d7f-1f75-4bf5-9f13-8cf03de6a4a2} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.939658 [ 4 ] {cee13d7f-1f75-4bf5-9f13-8cf03de6a4a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.939951 [ 4 ] {cee13d7f-1f75-4bf5-9f13-8cf03de6a4a2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:41.940160 [ 4 ] {cee13d7f-1f75-4bf5-9f13-8cf03de6a4a2} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.940285 [ 4 ] {cee13d7f-1f75-4bf5-9f13-8cf03de6a4a2} executeQuery: Read 211 rows, 12.27 KiB in 0.001194 sec., 176716.91792294808 rows/sec., 10.04 MiB/sec. 2025.11.06 00:56:41.940324 [ 4 ] {cee13d7f-1f75-4bf5-9f13-8cf03de6a4a2} TCPHandler: Processed in 0.001357744 sec. 2025.11.06 00:56:41.940435 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:41.940528 [ 4 ] {08415976-05e3-4139-8ebb-5729bd15749f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:41.940568 [ 4 ] {08415976-05e3-4139-8ebb-5729bd15749f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:41.941199 [ 4 ] {08415976-05e3-4139-8ebb-5729bd15749f} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.941236 [ 4 ] {08415976-05e3-4139-8ebb-5729bd15749f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.941563 [ 4 ] {08415976-05e3-4139-8ebb-5729bd15749f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:56:41.941779 [ 4 ] {08415976-05e3-4139-8ebb-5729bd15749f} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.941904 [ 4 ] {08415976-05e3-4139-8ebb-5729bd15749f} executeQuery: Read 690 rows, 49.35 KiB in 0.001394 sec., 494978.47919655667 rows/sec., 34.57 MiB/sec. 2025.11.06 00:56:41.941941 [ 4 ] {08415976-05e3-4139-8ebb-5729bd15749f} TCPHandler: Processed in 0.001556307 sec. 2025.11.06 00:56:41.942054 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:41.942147 [ 4 ] {6d04f092-22b9-40d2-93bf-d07f1fe74ede} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:56:41.942188 [ 4 ] {6d04f092-22b9-40d2-93bf-d07f1fe74ede} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:56:41.942518 [ 4 ] {6d04f092-22b9-40d2-93bf-d07f1fe74ede} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.942554 [ 4 ] {6d04f092-22b9-40d2-93bf-d07f1fe74ede} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.942849 [ 4 ] {6d04f092-22b9-40d2-93bf-d07f1fe74ede} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:41.943049 [ 4 ] {6d04f092-22b9-40d2-93bf-d07f1fe74ede} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.943148 [ 24 ] {} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.06 00:56:41.943173 [ 4 ] {6d04f092-22b9-40d2-93bf-d07f1fe74ede} executeQuery: Read 6 rows, 321.00 B in 0.001044 sec., 5747.126436781609 rows/sec., 300.26 KiB/sec. 2025.11.06 00:56:41.943220 [ 24 ] {} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.943237 [ 4 ] {6d04f092-22b9-40d2-93bf-d07f1fe74ede} TCPHandler: Processed in 0.001232401 sec. 2025.11.06 00:56:41.943247 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.943356 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:41.943381 [ 199 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.11.06 00:56:41.943456 [ 4 ] {cc361075-1c05-4743-8e3a-6a9ba5003a3a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:41.943503 [ 4 ] {cc361075-1c05-4743-8e3a-6a9ba5003a3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:41.943534 [ 199 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:41.943588 [ 199 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.11.06 00:56:41.943685 [ 199 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.11.06 00:56:41.943737 [ 199 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.11.06 00:56:41.943783 [ 199 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.11.06 00:56:41.943824 [ 199 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.11.06 00:56:41.943867 [ 199 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.11.06 00:56:41.943945 [ 4 ] {cc361075-1c05-4743-8e3a-6a9ba5003a3a} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.943986 [ 4 ] {cc361075-1c05-4743-8e3a-6a9ba5003a3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.944390 [ 4 ] {cc361075-1c05-4743-8e3a-6a9ba5003a3a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:56:41.944624 [ 4 ] {cc361075-1c05-4743-8e3a-6a9ba5003a3a} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.944736 [ 193 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001419955 sec., 25352.91611353881 rows/sec., 1.29 MiB/sec. 2025.11.06 00:56:41.944755 [ 4 ] {cc361075-1c05-4743-8e3a-6a9ba5003a3a} executeQuery: Read 314 rows, 21.12 KiB in 0.001317 sec., 238420.6529992407 rows/sec., 15.66 MiB/sec. 2025.11.06 00:56:41.944794 [ 4 ] {cc361075-1c05-4743-8e3a-6a9ba5003a3a} TCPHandler: Processed in 0.001487616 sec. 2025.11.06 00:56:41.944904 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:41.944943 [ 186 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.06 00:56:41.944999 [ 4 ] {652fd774-b2ba-464b-9630-922b965fec69} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:56:41.945045 [ 4 ] {652fd774-b2ba-464b-9630-922b965fec69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:56:41.945323 [ 186 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.945361 [ 4 ] {652fd774-b2ba-464b-9630-922b965fec69} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.945403 [ 4 ] {652fd774-b2ba-464b-9630-922b965fec69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.945423 [ 186 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_6_1} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.06 00:56:41.945532 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.06 00:56:41.945712 [ 4 ] {652fd774-b2ba-464b-9630-922b965fec69} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:56:41.945924 [ 4 ] {652fd774-b2ba-464b-9630-922b965fec69} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.946051 [ 4 ] {652fd774-b2ba-464b-9630-922b965fec69} executeQuery: Read 1 rows, 69.00 B in 0.00107 sec., 934.5794392523364 rows/sec., 62.97 KiB/sec. 2025.11.06 00:56:41.946088 [ 4 ] {652fd774-b2ba-464b-9630-922b965fec69} TCPHandler: Processed in 0.001234412 sec. 2025.11.06 00:56:41.946199 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:41.946293 [ 4 ] {87cc05d1-cf15-4cd5-985d-53b2b919cd11} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:41.946347 [ 4 ] {87cc05d1-cf15-4cd5-985d-53b2b919cd11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:41.947122 [ 4 ] {87cc05d1-cf15-4cd5-985d-53b2b919cd11} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.947159 [ 4 ] {87cc05d1-cf15-4cd5-985d-53b2b919cd11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.947669 [ 4 ] {87cc05d1-cf15-4cd5-985d-53b2b919cd11} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:56:41.947891 [ 4 ] {87cc05d1-cf15-4cd5-985d-53b2b919cd11} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.948030 [ 4 ] {87cc05d1-cf15-4cd5-985d-53b2b919cd11} executeQuery: Read 11 rows, 20.18 KiB in 0.001756 sec., 6264.236902050114 rows/sec., 11.23 MiB/sec. 2025.11.06 00:56:41.948085 [ 4 ] {87cc05d1-cf15-4cd5-985d-53b2b919cd11} TCPHandler: Processed in 0.001935984 sec. 2025.11.06 00:56:41.948198 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:41.948293 [ 4 ] {b827ab9d-3c80-4b56-888b-d6134a32b297} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:41.948335 [ 4 ] {b827ab9d-3c80-4b56-888b-d6134a32b297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:41.948660 [ 4 ] {b827ab9d-3c80-4b56-888b-d6134a32b297} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:41.948696 [ 4 ] {b827ab9d-3c80-4b56-888b-d6134a32b297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.11.06 00:56:41.949004 [ 4 ] {b827ab9d-3c80-4b56-888b-d6134a32b297} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:56:41.949210 [ 4 ] {b827ab9d-3c80-4b56-888b-d6134a32b297} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:41.949337 [ 4 ] {b827ab9d-3c80-4b56-888b-d6134a32b297} executeQuery: Read 104 rows, 6.53 KiB in 0.001062 sec., 97928.43691148776 rows/sec., 6.00 MiB/sec. 2025.11.06 00:56:41.949373 [ 4 ] {b827ab9d-3c80-4b56-888b-d6134a32b297} TCPHandler: Processed in 0.001223692 sec. 2025.11.06 00:56:46.584776 [ 120 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:56:46.584856 [ 120 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:56:46.650363 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4789 2025.11.06 00:56:46.650816 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:46.650851 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:46.651330 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:56:46.651568 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:46.651703 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4789 2025.11.06 00:56:46.898700 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.11.06 00:56:46.917139 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:46.917205 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:46.922099 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:46.922282 [ 4 ] {185cfd24-d69d-45ac-82c6-1c95c82895fd} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:46.922348 [ 4 ] {185cfd24-d69d-45ac-82c6-1c95c82895fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:46.923061 [ 4 ] {185cfd24-d69d-45ac-82c6-1c95c82895fd} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:46.923110 [ 4 ] {185cfd24-d69d-45ac-82c6-1c95c82895fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:46.923401 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:56:46.923551 [ 4 ] {185cfd24-d69d-45ac-82c6-1c95c82895fd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:56:46.923850 [ 4 ] {185cfd24-d69d-45ac-82c6-1c95c82895fd} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:46.923998 [ 4 ] {185cfd24-d69d-45ac-82c6-1c95c82895fd} executeQuery: Read 108 rows, 9.25 KiB in 0.001773 sec., 60913.705583756346 rows/sec., 5.09 MiB/sec. 2025.11.06 00:56:46.924039 [ 4 ] {185cfd24-d69d-45ac-82c6-1c95c82895fd} TCPHandler: Processed in 0.002080467 sec. 2025.11.06 00:56:46.924166 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:46.924196 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:46.924262 [ 4 ] {8c6cc9d6-e403-493f-b7c8-ab2f7a55b88b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:46.924307 [ 4 ] {8c6cc9d6-e403-493f-b7c8-ab2f7a55b88b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:46.924705 [ 4 ] {8c6cc9d6-e403-493f-b7c8-ab2f7a55b88b} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:46.924742 [ 4 ] {8c6cc9d6-e403-493f-b7c8-ab2f7a55b88b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:46.925055 [ 4 ] {8c6cc9d6-e403-493f-b7c8-ab2f7a55b88b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:56:46.925263 [ 4 ] {8c6cc9d6-e403-493f-b7c8-ab2f7a55b88b} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:46.925397 [ 4 ] {8c6cc9d6-e403-493f-b7c8-ab2f7a55b88b} executeQuery: Read 26 rows, 1.96 KiB in 0.001154 sec., 22530.329289428075 rows/sec., 1.65 MiB/sec. 2025.11.06 00:56:46.925397 [ 140 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.06 00:56:46.925434 [ 4 ] {8c6cc9d6-e403-493f-b7c8-ab2f7a55b88b} TCPHandler: Processed in 0.001316613 sec. 2025.11.06 00:56:46.925469 [ 140 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:46.925495 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:46.925553 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:46.925598 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.11.06 00:56:46.925651 [ 4 ] {d689115a-4815-42e2-ad19-64193463d4f7} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:46.925696 [ 4 ] {d689115a-4815-42e2-ad19-64193463d4f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:46.925731 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:46.925771 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 256 rows starting from the beginning of the part 2025.11.06 00:56:46.925837 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2025.11.06 00:56:46.925885 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 216 rows starting from the beginning of the part 2025.11.06 00:56:46.925942 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2025.11.06 00:56:46.925989 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 216 rows starting from the beginning of the part 2025.11.06 00:56:46.926030 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2025.11.06 00:56:46.926126 [ 4 ] {d689115a-4815-42e2-ad19-64193463d4f7} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:46.926167 [ 4 ] {d689115a-4815-42e2-ad19-64193463d4f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:46.926511 [ 4 ] {d689115a-4815-42e2-ad19-64193463d4f7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:56:46.926758 [ 4 ] {d689115a-4815-42e2-ad19-64193463d4f7} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:46.926890 [ 4 ] {d689115a-4815-42e2-ad19-64193463d4f7} executeQuery: Read 90 rows, 7.20 KiB in 0.001257 sec., 71599.04534606205 rows/sec., 5.59 MiB/sec. 2025.11.06 00:56:46.926928 [ 4 ] {d689115a-4815-42e2-ad19-64193463d4f7} TCPHandler: Processed in 0.001424266 sec. 2025.11.06 00:56:46.927013 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 766 rows, containing 5 columns (5 merged, 0 gathered) in 0.001457286 sec., 525634.638636479 rows/sec., 34.32 MiB/sec. 2025.11.06 00:56:46.927042 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:46.927144 [ 4 ] {b0e4a729-1764-4499-ab02-5b98af59d9f7} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:46.927171 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.06 00:56:46.927189 [ 4 ] {b0e4a729-1764-4499-ab02-5b98af59d9f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:46.927416 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:46.927489 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_11_2} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.06 00:56:46.927551 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.11.06 00:56:46.927605 [ 4 ] {b0e4a729-1764-4499-ab02-5b98af59d9f7} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:46.927645 [ 4 ] {b0e4a729-1764-4499-ab02-5b98af59d9f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:46.927710 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.11.06 00:56:46.927982 [ 4 ] {b0e4a729-1764-4499-ab02-5b98af59d9f7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:56:46.928195 [ 4 ] {b0e4a729-1764-4499-ab02-5b98af59d9f7} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:46.928323 [ 4 ] {b0e4a729-1764-4499-ab02-5b98af59d9f7} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.11.06 00:56:46.928360 [ 4 ] {b0e4a729-1764-4499-ab02-5b98af59d9f7} TCPHandler: Processed in 0.001369034 sec. 2025.11.06 00:56:46.928476 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:46.928569 [ 4 ] {438b946c-3a6d-44f5-a31c-1a77a652b15c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:46.928622 [ 4 ] {438b946c-3a6d-44f5-a31c-1a77a652b15c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:46.929455 [ 4 ] {438b946c-3a6d-44f5-a31c-1a77a652b15c} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:46.929492 [ 4 ] {438b946c-3a6d-44f5-a31c-1a77a652b15c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:46.930031 [ 4 ] {438b946c-3a6d-44f5-a31c-1a77a652b15c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:56:46.930253 [ 4 ] {438b946c-3a6d-44f5-a31c-1a77a652b15c} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:46.930368 [ 140 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.06 00:56:46.930388 [ 4 ] {438b946c-3a6d-44f5-a31c-1a77a652b15c} executeQuery: Read 26 rows, 47.71 KiB in 0.001837 sec., 14153.511159499183 rows/sec., 25.36 MiB/sec. 2025.11.06 00:56:46.930404 [ 140 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:46.930430 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:46.930445 [ 4 ] {438b946c-3a6d-44f5-a31c-1a77a652b15c} TCPHandler: Processed in 0.002018476 sec. 2025.11.06 00:56:46.930525 [ 190 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.11.06 00:56:46.930566 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:46.930666 [ 4 ] {55b51679-a9c6-463b-aa1d-5a34bd28e416} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:46.930709 [ 4 ] {55b51679-a9c6-463b-aa1d-5a34bd28e416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:46.930775 [ 190 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:46.930865 [ 190 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 83 rows starting from the beginning of the part 2025.11.06 00:56:46.931034 [ 190 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2025.11.06 00:56:46.931042 [ 4 ] {55b51679-a9c6-463b-aa1d-5a34bd28e416} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:46.931084 [ 4 ] {55b51679-a9c6-463b-aa1d-5a34bd28e416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:46.931158 [ 190 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part 2025.11.06 00:56:46.931289 [ 190 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2025.11.06 00:56:46.931401 [ 190 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2025.11.06 00:56:46.931404 [ 4 ] {55b51679-a9c6-463b-aa1d-5a34bd28e416} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:56:46.931532 [ 190 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2025.11.06 00:56:46.931636 [ 4 ] {55b51679-a9c6-463b-aa1d-5a34bd28e416} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:46.931772 [ 4 ] {55b51679-a9c6-463b-aa1d-5a34bd28e416} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2025.11.06 00:56:46.931811 [ 4 ] {55b51679-a9c6-463b-aa1d-5a34bd28e416} TCPHandler: Processed in 0.001295203 sec. 2025.11.06 00:56:46.934525 [ 199 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 19 columns (19 merged, 0 gathered) in 0.004043492 sec., 45257.91073656137 rows/sec., 81.10 MiB/sec. 2025.11.06 00:56:46.934882 [ 186 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.06 00:56:46.935220 [ 186 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:46.935296 [ 186 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_11_2} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.06 00:56:46.935387 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2025.11.06 00:56:47.001125 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 211.03 MiB, peak 215.20 MiB, free memory in arenas 0.00 B, will set to 213.15 MiB (RSS), difference: 2.11 MiB 2025.11.06 00:56:51.646934 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 406 2025.11.06 00:56:51.649385 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.649444 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.650639 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:51.650908 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.651250 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 406 2025.11.06 00:56:51.933976 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.934162 [ 4 ] {d58ac52f-7f8f-4ee2-bbc3-54ed6e3d6998} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:56:51.934237 [ 4 ] {d58ac52f-7f8f-4ee2-bbc3-54ed6e3d6998} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:56:51.935151 [ 4 ] {d58ac52f-7f8f-4ee2-bbc3-54ed6e3d6998} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.935194 [ 4 ] {d58ac52f-7f8f-4ee2-bbc3-54ed6e3d6998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.935615 [ 4 ] {d58ac52f-7f8f-4ee2-bbc3-54ed6e3d6998} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:51.935861 [ 4 ] {d58ac52f-7f8f-4ee2-bbc3-54ed6e3d6998} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.936014 [ 4 ] {d58ac52f-7f8f-4ee2-bbc3-54ed6e3d6998} executeQuery: Read 410 rows, 26.63 KiB in 0.001905 sec., 215223.09711286088 rows/sec., 13.65 MiB/sec. 2025.11.06 00:56:51.936069 [ 4 ] {d58ac52f-7f8f-4ee2-bbc3-54ed6e3d6998} TCPHandler: Processed in 0.00222515 sec. 2025.11.06 00:56:51.936210 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.936310 [ 4 ] {82ed27cf-7401-4abf-8f02-f076f13c225c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.06 00:56:51.936352 [ 4 ] {82ed27cf-7401-4abf-8f02-f076f13c225c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.06 00:56:51.936739 [ 4 ] {82ed27cf-7401-4abf-8f02-f076f13c225c} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.936774 [ 4 ] {82ed27cf-7401-4abf-8f02-f076f13c225c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.937050 [ 4 ] {82ed27cf-7401-4abf-8f02-f076f13c225c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:51.937259 [ 4 ] {82ed27cf-7401-4abf-8f02-f076f13c225c} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.937451 [ 4 ] {82ed27cf-7401-4abf-8f02-f076f13c225c} executeQuery: Read 12 rows, 1002.00 B in 0.001158 sec., 10362.694300518135 rows/sec., 845.00 KiB/sec. 2025.11.06 00:56:51.937499 [ 4 ] {82ed27cf-7401-4abf-8f02-f076f13c225c} TCPHandler: Processed in 0.001340634 sec. 2025.11.06 00:56:51.937631 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.937729 [ 4 ] {6d3054c7-9fc0-4a84-8da5-df4053423d85} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:51.937769 [ 4 ] {6d3054c7-9fc0-4a84-8da5-df4053423d85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:51.938722 [ 4 ] {6d3054c7-9fc0-4a84-8da5-df4053423d85} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.938761 [ 4 ] {6d3054c7-9fc0-4a84-8da5-df4053423d85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.939164 [ 4 ] {6d3054c7-9fc0-4a84-8da5-df4053423d85} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:56:51.939373 [ 4 ] {6d3054c7-9fc0-4a84-8da5-df4053423d85} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.939500 [ 4 ] {6d3054c7-9fc0-4a84-8da5-df4053423d85} executeQuery: Read 1150 rows, 93.42 KiB in 0.001789 sec., 642817.2163219675 rows/sec., 51.00 MiB/sec. 2025.11.06 00:56:51.939539 [ 4 ] {6d3054c7-9fc0-4a84-8da5-df4053423d85} TCPHandler: Processed in 0.001959544 sec. 2025.11.06 00:56:51.939659 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.939754 [ 4 ] {5d6b9230-3a99-472d-905a-65ab4be0d2a2} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:51.939794 [ 4 ] {5d6b9230-3a99-472d-905a-65ab4be0d2a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:51.940288 [ 4 ] {5d6b9230-3a99-472d-905a-65ab4be0d2a2} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.940325 [ 4 ] {5d6b9230-3a99-472d-905a-65ab4be0d2a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.940639 [ 4 ] {5d6b9230-3a99-472d-905a-65ab4be0d2a2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:56:51.940849 [ 4 ] {5d6b9230-3a99-472d-905a-65ab4be0d2a2} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.940974 [ 4 ] {5d6b9230-3a99-472d-905a-65ab4be0d2a2} executeQuery: Read 233 rows, 14.36 KiB in 0.001239 sec., 188054.8829701372 rows/sec., 11.32 MiB/sec. 2025.11.06 00:56:51.941012 [ 4 ] {5d6b9230-3a99-472d-905a-65ab4be0d2a2} TCPHandler: Processed in 0.001403465 sec. 2025.11.06 00:56:51.941128 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.941223 [ 4 ] {e9527d14-e247-45d9-8ac1-99aaa6f58261} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:56:51.941263 [ 4 ] {e9527d14-e247-45d9-8ac1-99aaa6f58261} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:56:51.941756 [ 4 ] {e9527d14-e247-45d9-8ac1-99aaa6f58261} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.941794 [ 4 ] {e9527d14-e247-45d9-8ac1-99aaa6f58261} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.942094 [ 4 ] {e9527d14-e247-45d9-8ac1-99aaa6f58261} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:56:51.942311 [ 4 ] {e9527d14-e247-45d9-8ac1-99aaa6f58261} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.942437 [ 4 ] {e9527d14-e247-45d9-8ac1-99aaa6f58261} executeQuery: Read 212 rows, 14.00 KiB in 0.001232 sec., 172077.92207792206 rows/sec., 11.10 MiB/sec. 2025.11.06 00:56:51.942476 [ 4 ] {e9527d14-e247-45d9-8ac1-99aaa6f58261} TCPHandler: Processed in 0.001397675 sec. 2025.11.06 00:56:51.942589 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.942682 [ 4 ] {bea69cb7-e57e-4ea1-b0b9-4b8afa124d9a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:56:51.942723 [ 4 ] {bea69cb7-e57e-4ea1-b0b9-4b8afa124d9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:56:51.943193 [ 4 ] {bea69cb7-e57e-4ea1-b0b9-4b8afa124d9a} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.943230 [ 4 ] {bea69cb7-e57e-4ea1-b0b9-4b8afa124d9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.943530 [ 4 ] {bea69cb7-e57e-4ea1-b0b9-4b8afa124d9a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:51.943736 [ 4 ] {bea69cb7-e57e-4ea1-b0b9-4b8afa124d9a} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.943862 [ 4 ] {bea69cb7-e57e-4ea1-b0b9-4b8afa124d9a} executeQuery: Read 211 rows, 12.27 KiB in 0.001198 sec., 176126.87813021702 rows/sec., 10.00 MiB/sec. 2025.11.06 00:56:51.943900 [ 4 ] {bea69cb7-e57e-4ea1-b0b9-4b8afa124d9a} TCPHandler: Processed in 0.001359954 sec. 2025.11.06 00:56:51.944011 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.944105 [ 4 ] {149288ce-d644-48db-bfb4-c8a36cb54af4} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:51.944144 [ 4 ] {149288ce-d644-48db-bfb4-c8a36cb54af4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:51.944773 [ 4 ] {149288ce-d644-48db-bfb4-c8a36cb54af4} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.944812 [ 4 ] {149288ce-d644-48db-bfb4-c8a36cb54af4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.945139 [ 4 ] {149288ce-d644-48db-bfb4-c8a36cb54af4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:56:51.945349 [ 4 ] {149288ce-d644-48db-bfb4-c8a36cb54af4} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.945476 [ 4 ] {149288ce-d644-48db-bfb4-c8a36cb54af4} executeQuery: Read 713 rows, 51.21 KiB in 0.001389 sec., 513318.9344852412 rows/sec., 36.00 MiB/sec. 2025.11.06 00:56:51.945512 [ 4 ] {149288ce-d644-48db-bfb4-c8a36cb54af4} TCPHandler: Processed in 0.001550738 sec. 2025.11.06 00:56:51.945623 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.945718 [ 4 ] {d35cd39a-3feb-4ca0-999e-ddf6d71ed1b7} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:56:51.945760 [ 4 ] {d35cd39a-3feb-4ca0-999e-ddf6d71ed1b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:56:51.946072 [ 4 ] {d35cd39a-3feb-4ca0-999e-ddf6d71ed1b7} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.946107 [ 4 ] {d35cd39a-3feb-4ca0-999e-ddf6d71ed1b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.946404 [ 4 ] {d35cd39a-3feb-4ca0-999e-ddf6d71ed1b7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:51.946606 [ 4 ] {d35cd39a-3feb-4ca0-999e-ddf6d71ed1b7} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.946737 [ 4 ] {d35cd39a-3feb-4ca0-999e-ddf6d71ed1b7} executeQuery: Read 6 rows, 321.00 B in 0.001035 sec., 5797.101449275363 rows/sec., 302.88 KiB/sec. 2025.11.06 00:56:51.946776 [ 4 ] {d35cd39a-3feb-4ca0-999e-ddf6d71ed1b7} TCPHandler: Processed in 0.001201371 sec. 2025.11.06 00:56:51.946886 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.946980 [ 4 ] {322645dc-f762-4cd7-ba3d-30db27f597c8} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:51.947023 [ 4 ] {322645dc-f762-4cd7-ba3d-30db27f597c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:51.947461 [ 4 ] {322645dc-f762-4cd7-ba3d-30db27f597c8} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.947498 [ 4 ] {322645dc-f762-4cd7-ba3d-30db27f597c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.947841 [ 4 ] {322645dc-f762-4cd7-ba3d-30db27f597c8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:56:51.948047 [ 4 ] {322645dc-f762-4cd7-ba3d-30db27f597c8} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.948176 [ 4 ] {322645dc-f762-4cd7-ba3d-30db27f597c8} executeQuery: Read 320 rows, 21.54 KiB in 0.001213 sec., 263808.7386644682 rows/sec., 17.34 MiB/sec. 2025.11.06 00:56:51.948227 [ 4 ] {322645dc-f762-4cd7-ba3d-30db27f597c8} TCPHandler: Processed in 0.001390365 sec. 2025.11.06 00:56:51.948367 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.948474 [ 4 ] {2b2a30c2-78da-441d-8628-ac4b48406f24} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:56:51.948517 [ 4 ] {2b2a30c2-78da-441d-8628-ac4b48406f24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:56:51.948871 [ 4 ] {2b2a30c2-78da-441d-8628-ac4b48406f24} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.948911 [ 4 ] {2b2a30c2-78da-441d-8628-ac4b48406f24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.949233 [ 4 ] {2b2a30c2-78da-441d-8628-ac4b48406f24} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:56:51.949488 [ 4 ] {2b2a30c2-78da-441d-8628-ac4b48406f24} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.949630 [ 4 ] {2b2a30c2-78da-441d-8628-ac4b48406f24} executeQuery: Read 1 rows, 69.00 B in 0.001174 sec., 851.7887563884158 rows/sec., 57.40 KiB/sec. 2025.11.06 00:56:51.949669 [ 4 ] {2b2a30c2-78da-441d-8628-ac4b48406f24} TCPHandler: Processed in 0.001371594 sec. 2025.11.06 00:56:51.949785 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.949880 [ 4 ] {8973da1b-c7c1-49ad-b523-66ae67c25047} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:51.949935 [ 4 ] {8973da1b-c7c1-49ad-b523-66ae67c25047} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:51.950731 [ 4 ] {8973da1b-c7c1-49ad-b523-66ae67c25047} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.950768 [ 4 ] {8973da1b-c7c1-49ad-b523-66ae67c25047} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.951304 [ 4 ] {8973da1b-c7c1-49ad-b523-66ae67c25047} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:56:51.951533 [ 4 ] {8973da1b-c7c1-49ad-b523-66ae67c25047} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.951672 [ 4 ] {8973da1b-c7c1-49ad-b523-66ae67c25047} executeQuery: Read 16 rows, 29.36 KiB in 0.001812 sec., 8830.022075055187 rows/sec., 15.82 MiB/sec. 2025.11.06 00:56:51.951731 [ 4 ] {8973da1b-c7c1-49ad-b523-66ae67c25047} TCPHandler: Processed in 0.001994295 sec. 2025.11.06 00:56:51.951843 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.951936 [ 4 ] {da420b26-f7b9-4dcf-97e3-3f9828a2c15c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.11.06 00:56:51.951978 [ 4 ] {da420b26-f7b9-4dcf-97e3-3f9828a2c15c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.11.06 00:56:51.952292 [ 4 ] {da420b26-f7b9-4dcf-97e3-3f9828a2c15c} oximeter.measurements_i64 (624882d7-c193-4c60-a995-249fe8fc6559): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.952327 [ 4 ] {da420b26-f7b9-4dcf-97e3-3f9828a2c15c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.952628 [ 4 ] {da420b26-f7b9-4dcf-97e3-3f9828a2c15c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.06 00:56:51.952833 [ 4 ] {da420b26-f7b9-4dcf-97e3-3f9828a2c15c} oximeter.measurements_i64 (624882d7-c193-4c60-a995-249fe8fc6559): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.952956 [ 4 ] {da420b26-f7b9-4dcf-97e3-3f9828a2c15c} executeQuery: Read 6 rows, 434.00 B in 0.001038 sec., 5780.346820809248 rows/sec., 408.31 KiB/sec. 2025.11.06 00:56:51.952991 [ 4 ] {da420b26-f7b9-4dcf-97e3-3f9828a2c15c} TCPHandler: Processed in 0.001196741 sec. 2025.11.06 00:56:51.953091 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:51.953183 [ 4 ] {e2c2d9c9-54b9-42fb-9512-0c3991d3fce3} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:51.953224 [ 4 ] {e2c2d9c9-54b9-42fb-9512-0c3991d3fce3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:51.953577 [ 4 ] {e2c2d9c9-54b9-42fb-9512-0c3991d3fce3} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:51.953624 [ 4 ] {e2c2d9c9-54b9-42fb-9512-0c3991d3fce3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:51.954010 [ 4 ] {e2c2d9c9-54b9-42fb-9512-0c3991d3fce3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:56:51.954235 [ 4 ] {e2c2d9c9-54b9-42fb-9512-0c3991d3fce3} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:51.954368 [ 4 ] {e2c2d9c9-54b9-42fb-9512-0c3991d3fce3} executeQuery: Read 104 rows, 6.53 KiB in 0.001202 sec., 86522.46256239602 rows/sec., 5.30 MiB/sec. 2025.11.06 00:56:51.954405 [ 4 ] {e2c2d9c9-54b9-42fb-9512-0c3991d3fce3} TCPHandler: Processed in 0.001361634 sec. 2025.11.06 00:56:54.151840 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5301 2025.11.06 00:56:54.152425 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:54.152470 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:54.153000 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:56:54.153231 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:54.153432 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5301 2025.11.06 00:56:54.153430 [ 150 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.06 00:56:54.153532 [ 150 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:54.153567 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:54.153714 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.11.06 00:56:54.153858 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:54.153898 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2869 rows starting from the beginning of the part 2025.11.06 00:56:54.153967 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2025.11.06 00:56:54.154013 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2025.11.06 00:56:54.154059 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2025.11.06 00:56:54.154100 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2025.11.06 00:56:54.154144 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2025.11.06 00:56:54.155447 [ 186 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5301 rows, containing 4 columns (4 merged, 0 gathered) in 0.001789572 sec., 2962160.7848133524 rows/sec., 42.37 MiB/sec. 2025.11.06 00:56:54.155985 [ 202 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.06 00:56:54.156286 [ 202 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:54.156362 [ 202 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_11_2} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.06 00:56:54.156456 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.11.06 00:56:54.427886 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.11.06 00:56:54.445329 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:54.445377 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:54.451584 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:56:54.452288 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:54.452585 [ 149 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.06 00:56:54.452655 [ 149 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:54.452676 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:54.452827 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.11.06 00:56:54.455399 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.11.06 00:56:54.456967 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:56:54.458331 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.11.06 00:56:54.462632 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.11.06 00:56:54.466725 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.11.06 00:56:54.471033 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.11.06 00:56:54.475557 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.11.06 00:56:54.479920 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.11.06 00:56:54.529851 [ 187 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.077088803 sec., 1076.6803578465215 rows/sec., 5.57 MiB/sec. 2025.11.06 00:56:54.532010 [ 187 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.06 00:56:54.533892 [ 187 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:54.533968 [ 187 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_11_2} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.06 00:56:54.536557 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.11.06 00:56:55.000261 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 214.30 MiB, peak 224.21 MiB, free memory in arenas 0.00 B, will set to 222.31 MiB (RSS), difference: 8.01 MiB 2025.11.06 00:56:56.922095 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:56.922273 [ 4 ] {e7ce639a-35c9-4d23-a0f8-bd34fe61801f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:56:56.922337 [ 4 ] {e7ce639a-35c9-4d23-a0f8-bd34fe61801f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:56:56.923012 [ 4 ] {e7ce639a-35c9-4d23-a0f8-bd34fe61801f} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:56.923053 [ 4 ] {e7ce639a-35c9-4d23-a0f8-bd34fe61801f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:56.923441 [ 4 ] {e7ce639a-35c9-4d23-a0f8-bd34fe61801f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:56:56.923667 [ 4 ] {e7ce639a-35c9-4d23-a0f8-bd34fe61801f} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:56.923816 [ 4 ] {e7ce639a-35c9-4d23-a0f8-bd34fe61801f} executeQuery: Read 108 rows, 9.25 KiB in 0.001592 sec., 67839.1959798995 rows/sec., 5.67 MiB/sec. 2025.11.06 00:56:56.923858 [ 4 ] {e7ce639a-35c9-4d23-a0f8-bd34fe61801f} TCPHandler: Processed in 0.001895383 sec. 2025.11.06 00:56:56.923992 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:56.924085 [ 4 ] {52974ff8-00d5-4d05-a9c6-5d5f5b0afb1a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:56:56.924126 [ 4 ] {52974ff8-00d5-4d05-a9c6-5d5f5b0afb1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:56:56.924535 [ 4 ] {52974ff8-00d5-4d05-a9c6-5d5f5b0afb1a} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:56.924572 [ 4 ] {52974ff8-00d5-4d05-a9c6-5d5f5b0afb1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:56.924871 [ 4 ] {52974ff8-00d5-4d05-a9c6-5d5f5b0afb1a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:56:56.925078 [ 4 ] {52974ff8-00d5-4d05-a9c6-5d5f5b0afb1a} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:56.925203 [ 4 ] {52974ff8-00d5-4d05-a9c6-5d5f5b0afb1a} executeQuery: Read 26 rows, 1.96 KiB in 0.001137 sec., 22867.194371152156 rows/sec., 1.68 MiB/sec. 2025.11.06 00:56:56.925240 [ 4 ] {52974ff8-00d5-4d05-a9c6-5d5f5b0afb1a} TCPHandler: Processed in 0.001297463 sec. 2025.11.06 00:56:56.925348 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:56.925440 [ 4 ] {33576a67-dd8a-4e38-8c27-3fe02e67a9f9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:56:56.925480 [ 4 ] {33576a67-dd8a-4e38-8c27-3fe02e67a9f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:56:56.925900 [ 4 ] {33576a67-dd8a-4e38-8c27-3fe02e67a9f9} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:56.925934 [ 4 ] {33576a67-dd8a-4e38-8c27-3fe02e67a9f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:56.926227 [ 4 ] {33576a67-dd8a-4e38-8c27-3fe02e67a9f9} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:56:56.926441 [ 4 ] {33576a67-dd8a-4e38-8c27-3fe02e67a9f9} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:56.926564 [ 4 ] {33576a67-dd8a-4e38-8c27-3fe02e67a9f9} executeQuery: Read 90 rows, 7.20 KiB in 0.001141 sec., 78878.17703768624 rows/sec., 6.16 MiB/sec. 2025.11.06 00:56:56.926601 [ 4 ] {33576a67-dd8a-4e38-8c27-3fe02e67a9f9} TCPHandler: Processed in 0.001300183 sec. 2025.11.06 00:56:56.926716 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:56.926807 [ 4 ] {dc9f1793-e99b-4701-8ad3-20e014a84989} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:56.926851 [ 4 ] {dc9f1793-e99b-4701-8ad3-20e014a84989} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:56:56.927259 [ 4 ] {dc9f1793-e99b-4701-8ad3-20e014a84989} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:56.927294 [ 4 ] {dc9f1793-e99b-4701-8ad3-20e014a84989} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:56.927622 [ 4 ] {dc9f1793-e99b-4701-8ad3-20e014a84989} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:56:56.927829 [ 4 ] {dc9f1793-e99b-4701-8ad3-20e014a84989} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:56.927955 [ 4 ] {dc9f1793-e99b-4701-8ad3-20e014a84989} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2025.11.06 00:56:56.927990 [ 4 ] {dc9f1793-e99b-4701-8ad3-20e014a84989} TCPHandler: Processed in 0.001322933 sec. 2025.11.06 00:56:56.928096 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:56.928189 [ 4 ] {3a297b32-05a3-41d3-9b35-e8995cdabaf9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:56:56.928243 [ 4 ] {3a297b32-05a3-41d3-9b35-e8995cdabaf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:56:56.928992 [ 4 ] {3a297b32-05a3-41d3-9b35-e8995cdabaf9} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:56.929026 [ 4 ] {3a297b32-05a3-41d3-9b35-e8995cdabaf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:56.929560 [ 4 ] {3a297b32-05a3-41d3-9b35-e8995cdabaf9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:56:56.929776 [ 4 ] {3a297b32-05a3-41d3-9b35-e8995cdabaf9} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:56.929907 [ 4 ] {3a297b32-05a3-41d3-9b35-e8995cdabaf9} executeQuery: Read 26 rows, 47.71 KiB in 0.001736 sec., 14976.958525345623 rows/sec., 26.84 MiB/sec. 2025.11.06 00:56:56.929956 [ 4 ] {3a297b32-05a3-41d3-9b35-e8995cdabaf9} TCPHandler: Processed in 0.001907684 sec. 2025.11.06 00:56:56.930067 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:56:56.930159 [ 4 ] {1233fa8d-0f5d-4870-9ec7-179effbb11f4} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:56:56.930200 [ 4 ] {1233fa8d-0f5d-4870-9ec7-179effbb11f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:56:56.930530 [ 4 ] {1233fa8d-0f5d-4870-9ec7-179effbb11f4} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:56:56.930564 [ 4 ] {1233fa8d-0f5d-4870-9ec7-179effbb11f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:56:56.930864 [ 4 ] {1233fa8d-0f5d-4870-9ec7-179effbb11f4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:56:56.931075 [ 4 ] {1233fa8d-0f5d-4870-9ec7-179effbb11f4} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:56:56.931199 [ 4 ] {1233fa8d-0f5d-4870-9ec7-179effbb11f4} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.11.06 00:56:56.931234 [ 4 ] {1233fa8d-0f5d-4870-9ec7-179effbb11f4} TCPHandler: Processed in 0.001216382 sec. 2025.11.06 00:57:01.584893 [ 139 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:57:01.584964 [ 139 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:57:01.652342 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 444 2025.11.06 00:57:01.654458 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5749 2025.11.06 00:57:01.654544 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.654590 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.654943 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.654991 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.655590 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:57:01.655737 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:57:01.655845 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.655987 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5749 2025.11.06 00:57:01.656039 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.656288 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 444 2025.11.06 00:57:01.933301 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:01.933499 [ 4 ] {7add0de5-1e8f-473f-add4-2cc8a916ddd4} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:57:01.933574 [ 4 ] {7add0de5-1e8f-473f-add4-2cc8a916ddd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:57:01.934475 [ 4 ] {7add0de5-1e8f-473f-add4-2cc8a916ddd4} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.934525 [ 4 ] {7add0de5-1e8f-473f-add4-2cc8a916ddd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.934940 [ 4 ] {7add0de5-1e8f-473f-add4-2cc8a916ddd4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:57:01.935168 [ 4 ] {7add0de5-1e8f-473f-add4-2cc8a916ddd4} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.935327 [ 4 ] {7add0de5-1e8f-473f-add4-2cc8a916ddd4} executeQuery: Read 410 rows, 26.63 KiB in 0.001883 sec., 217737.6526818906 rows/sec., 13.81 MiB/sec. 2025.11.06 00:57:01.935377 [ 4 ] {7add0de5-1e8f-473f-add4-2cc8a916ddd4} TCPHandler: Processed in 0.002222009 sec. 2025.11.06 00:57:01.935505 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:01.935606 [ 4 ] {086ff281-b6cb-455f-9e7f-594d40838446} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:01.935648 [ 4 ] {086ff281-b6cb-455f-9e7f-594d40838446} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:01.936579 [ 4 ] {086ff281-b6cb-455f-9e7f-594d40838446} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.936617 [ 4 ] {086ff281-b6cb-455f-9e7f-594d40838446} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.937007 [ 4 ] {086ff281-b6cb-455f-9e7f-594d40838446} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:57:01.937224 [ 4 ] {086ff281-b6cb-455f-9e7f-594d40838446} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.937338 [ 139 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.06 00:57:01.937354 [ 4 ] {086ff281-b6cb-455f-9e7f-594d40838446} executeQuery: Read 1144 rows, 92.99 KiB in 0.00177 sec., 646327.6836158192 rows/sec., 51.30 MiB/sec. 2025.11.06 00:57:01.937410 [ 139 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.937417 [ 4 ] {086ff281-b6cb-455f-9e7f-594d40838446} TCPHandler: Processed in 0.001965254 sec. 2025.11.06 00:57:01.937442 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.937545 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:01.937553 [ 189 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.11.06 00:57:01.937644 [ 4 ] {61d720b5-98cc-457e-9f23-b659fe365299} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:01.937655 [ 189 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:01.937685 [ 4 ] {61d720b5-98cc-457e-9f23-b659fe365299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:01.937691 [ 189 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2333 rows starting from the beginning of the part 2025.11.06 00:57:01.937765 [ 189 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1134 rows starting from the beginning of the part 2025.11.06 00:57:01.937818 [ 189 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 108 rows starting from the beginning of the part 2025.11.06 00:57:01.937868 [ 189 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1150 rows starting from the beginning of the part 2025.11.06 00:57:01.937916 [ 189 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 108 rows starting from the beginning of the part 2025.11.06 00:57:01.937961 [ 189 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:57:01.938172 [ 4 ] {61d720b5-98cc-457e-9f23-b659fe365299} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.938207 [ 4 ] {61d720b5-98cc-457e-9f23-b659fe365299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.938544 [ 4 ] {61d720b5-98cc-457e-9f23-b659fe365299} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:57:01.938762 [ 4 ] {61d720b5-98cc-457e-9f23-b659fe365299} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.938896 [ 4 ] {61d720b5-98cc-457e-9f23-b659fe365299} executeQuery: Read 221 rows, 13.52 KiB in 0.001272 sec., 173742.13836477988 rows/sec., 10.38 MiB/sec. 2025.11.06 00:57:01.938934 [ 4 ] {61d720b5-98cc-457e-9f23-b659fe365299} TCPHandler: Processed in 0.001438575 sec. 2025.11.06 00:57:01.939044 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:01.939137 [ 4 ] {33780a24-9ba7-48b0-90f0-d8ec71a140a5} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:57:01.939178 [ 4 ] {33780a24-9ba7-48b0-90f0-d8ec71a140a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:57:01.939649 [ 4 ] {33780a24-9ba7-48b0-90f0-d8ec71a140a5} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.939685 [ 4 ] {33780a24-9ba7-48b0-90f0-d8ec71a140a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.939929 [ 187 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5977 rows, containing 5 columns (5 merged, 0 gathered) in 0.002421043 sec., 2468770.6909790533 rows/sec., 207.24 MiB/sec. 2025.11.06 00:57:01.940006 [ 4 ] {33780a24-9ba7-48b0-90f0-d8ec71a140a5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:57:01.940217 [ 4 ] {33780a24-9ba7-48b0-90f0-d8ec71a140a5} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.940319 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.06 00:57:01.940355 [ 4 ] {33780a24-9ba7-48b0-90f0-d8ec71a140a5} executeQuery: Read 212 rows, 14.00 KiB in 0.001237 sec., 171382.3767178658 rows/sec., 11.05 MiB/sec. 2025.11.06 00:57:01.940397 [ 4 ] {33780a24-9ba7-48b0-90f0-d8ec71a140a5} TCPHandler: Processed in 0.001402644 sec. 2025.11.06 00:57:01.940498 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:01.940590 [ 4 ] {fe763fe8-a4d3-4809-9dc5-62bc645a8875} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:57:01.940632 [ 4 ] {fe763fe8-a4d3-4809-9dc5-62bc645a8875} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:57:01.940633 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.940723 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_16_3} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.06 00:57:01.940815 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.11.06 00:57:01.941100 [ 4 ] {fe763fe8-a4d3-4809-9dc5-62bc645a8875} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.941140 [ 4 ] {fe763fe8-a4d3-4809-9dc5-62bc645a8875} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.941470 [ 4 ] {fe763fe8-a4d3-4809-9dc5-62bc645a8875} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:57:01.941684 [ 4 ] {fe763fe8-a4d3-4809-9dc5-62bc645a8875} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.941814 [ 4 ] {fe763fe8-a4d3-4809-9dc5-62bc645a8875} executeQuery: Read 211 rows, 12.27 KiB in 0.001241 sec., 170024.17405318294 rows/sec., 9.66 MiB/sec. 2025.11.06 00:57:01.941851 [ 4 ] {fe763fe8-a4d3-4809-9dc5-62bc645a8875} TCPHandler: Processed in 0.001401345 sec. 2025.11.06 00:57:01.941974 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:01.942093 [ 4 ] {00f89276-b75a-4749-abdc-32f24c315749} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:01.942143 [ 4 ] {00f89276-b75a-4749-abdc-32f24c315749} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:01.942840 [ 4 ] {00f89276-b75a-4749-abdc-32f24c315749} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.942878 [ 4 ] {00f89276-b75a-4749-abdc-32f24c315749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.943230 [ 4 ] {00f89276-b75a-4749-abdc-32f24c315749} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:57:01.943442 [ 4 ] {00f89276-b75a-4749-abdc-32f24c315749} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.943550 [ 138 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.06 00:57:01.943573 [ 4 ] {00f89276-b75a-4749-abdc-32f24c315749} executeQuery: Read 695 rows, 49.75 KiB in 0.001504 sec., 462101.06382978725 rows/sec., 32.30 MiB/sec. 2025.11.06 00:57:01.943603 [ 138 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.943633 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.943633 [ 4 ] {00f89276-b75a-4749-abdc-32f24c315749} TCPHandler: Processed in 0.001720291 sec. 2025.11.06 00:57:01.943710 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.11.06 00:57:01.943788 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:01.943795 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:01.943844 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1198 rows starting from the beginning of the part 2025.11.06 00:57:01.943902 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 690 rows starting from the beginning of the part 2025.11.06 00:57:01.943907 [ 4 ] {c9461aca-c325-4b0d-accf-e8d1770574ce} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:57:01.943947 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part 2025.11.06 00:57:01.943958 [ 4 ] {c9461aca-c325-4b0d-accf-e8d1770574ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:57:01.943989 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 713 rows starting from the beginning of the part 2025.11.06 00:57:01.944032 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part 2025.11.06 00:57:01.944068 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 695 rows starting from the beginning of the part 2025.11.06 00:57:01.944306 [ 4 ] {c9461aca-c325-4b0d-accf-e8d1770574ce} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.944346 [ 4 ] {c9461aca-c325-4b0d-accf-e8d1770574ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.944741 [ 4 ] {c9461aca-c325-4b0d-accf-e8d1770574ce} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:57:01.944968 [ 4 ] {c9461aca-c325-4b0d-accf-e8d1770574ce} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.945100 [ 4 ] {c9461aca-c325-4b0d-accf-e8d1770574ce} executeQuery: Read 6 rows, 321.00 B in 0.001212 sec., 4950.495049504951 rows/sec., 258.64 KiB/sec. 2025.11.06 00:57:01.945137 [ 4 ] {c9461aca-c325-4b0d-accf-e8d1770574ce} TCPHandler: Processed in 0.001409275 sec. 2025.11.06 00:57:01.945246 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:01.945340 [ 4 ] {bedaf5ea-2389-4212-945e-08dd1b5e7e7a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:01.945384 [ 4 ] {bedaf5ea-2389-4212-945e-08dd1b5e7e7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:01.945398 [ 196 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3476 rows, containing 5 columns (5 merged, 0 gathered) in 0.00171154 sec., 2030919.5227689685 rows/sec., 151.83 MiB/sec. 2025.11.06 00:57:01.945571 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.06 00:57:01.945803 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.945831 [ 4 ] {bedaf5ea-2389-4212-945e-08dd1b5e7e7a} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.945869 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_16_3} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.06 00:57:01.945874 [ 4 ] {bedaf5ea-2389-4212-945e-08dd1b5e7e7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.945933 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.11.06 00:57:01.946243 [ 4 ] {bedaf5ea-2389-4212-945e-08dd1b5e7e7a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:57:01.946457 [ 4 ] {bedaf5ea-2389-4212-945e-08dd1b5e7e7a} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.946561 [ 138 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.06 00:57:01.946591 [ 4 ] {bedaf5ea-2389-4212-945e-08dd1b5e7e7a} executeQuery: Read 314 rows, 21.12 KiB in 0.00127 sec., 247244.09448818897 rows/sec., 16.24 MiB/sec. 2025.11.06 00:57:01.946594 [ 138 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.946631 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.946634 [ 4 ] {bedaf5ea-2389-4212-945e-08dd1b5e7e7a} TCPHandler: Processed in 0.001437306 sec. 2025.11.06 00:57:01.946716 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.11.06 00:57:01.946751 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:01.946844 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:01.946857 [ 4 ] {14a99942-4a45-4c35-981f-7fc0be5b4ada} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:57:01.946884 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4253 rows starting from the beginning of the part 2025.11.06 00:57:01.946908 [ 4 ] {14a99942-4a45-4c35-981f-7fc0be5b4ada} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:57:01.946973 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 314 rows starting from the beginning of the part 2025.11.06 00:57:01.947026 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2025.11.06 00:57:01.947068 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 320 rows starting from the beginning of the part 2025.11.06 00:57:01.947110 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.11.06 00:57:01.947154 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 314 rows starting from the beginning of the part 2025.11.06 00:57:01.947247 [ 4 ] {14a99942-4a45-4c35-981f-7fc0be5b4ada} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.947289 [ 4 ] {14a99942-4a45-4c35-981f-7fc0be5b4ada} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.947627 [ 4 ] {14a99942-4a45-4c35-981f-7fc0be5b4ada} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:57:01.947841 [ 4 ] {14a99942-4a45-4c35-981f-7fc0be5b4ada} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.947975 [ 4 ] {14a99942-4a45-4c35-981f-7fc0be5b4ada} executeQuery: Read 1 rows, 69.00 B in 0.001138 sec., 878.7346221441126 rows/sec., 59.21 KiB/sec. 2025.11.06 00:57:01.948013 [ 4 ] {14a99942-4a45-4c35-981f-7fc0be5b4ada} TCPHandler: Processed in 0.001314313 sec. 2025.11.06 00:57:01.948130 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:01.948226 [ 4 ] {08fbdf25-602a-41cc-b585-cb60d40874eb} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:01.948280 [ 4 ] {08fbdf25-602a-41cc-b585-cb60d40874eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:01.949082 [ 4 ] {08fbdf25-602a-41cc-b585-cb60d40874eb} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.949121 [ 4 ] {08fbdf25-602a-41cc-b585-cb60d40874eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.949315 [ 202 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5521 rows, containing 5 columns (5 merged, 0 gathered) in 0.002638427 sec., 2092534.680701797 rows/sec., 139.73 MiB/sec. 2025.11.06 00:57:01.949689 [ 4 ] {08fbdf25-602a-41cc-b585-cb60d40874eb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:57:01.949755 [ 196 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.06 00:57:01.949944 [ 4 ] {08fbdf25-602a-41cc-b585-cb60d40874eb} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.950101 [ 4 ] {08fbdf25-602a-41cc-b585-cb60d40874eb} executeQuery: Read 16 rows, 29.36 KiB in 0.001894 sec., 8447.729672650476 rows/sec., 15.14 MiB/sec. 2025.11.06 00:57:01.950135 [ 196 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.950154 [ 4 ] {08fbdf25-602a-41cc-b585-cb60d40874eb} TCPHandler: Processed in 0.002074357 sec. 2025.11.06 00:57:01.950225 [ 196 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_16_3} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.06 00:57:01.950270 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:01.950359 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.11.06 00:57:01.950375 [ 4 ] {fb57a09a-4d49-44eb-9978-4d7db2ebed4a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:01.950423 [ 4 ] {fb57a09a-4d49-44eb-9978-4d7db2ebed4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:01.950762 [ 4 ] {fb57a09a-4d49-44eb-9978-4d7db2ebed4a} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.950799 [ 4 ] {fb57a09a-4d49-44eb-9978-4d7db2ebed4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.951123 [ 4 ] {fb57a09a-4d49-44eb-9978-4d7db2ebed4a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:57:01.951335 [ 4 ] {fb57a09a-4d49-44eb-9978-4d7db2ebed4a} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.951465 [ 138 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.06 00:57:01.951489 [ 4 ] {fb57a09a-4d49-44eb-9978-4d7db2ebed4a} executeQuery: Read 104 rows, 6.53 KiB in 0.001134 sec., 91710.75837742504 rows/sec., 5.62 MiB/sec. 2025.11.06 00:57:01.951498 [ 138 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.951529 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.951532 [ 4 ] {fb57a09a-4d49-44eb-9978-4d7db2ebed4a} TCPHandler: Processed in 0.001312173 sec. 2025.11.06 00:57:01.951602 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.11.06 00:57:01.951698 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:01.951724 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 748 rows starting from the beginning of the part 2025.11.06 00:57:01.951773 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 104 rows starting from the beginning of the part 2025.11.06 00:57:01.951814 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2025.11.06 00:57:01.951852 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 104 rows starting from the beginning of the part 2025.11.06 00:57:01.951888 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.11.06 00:57:01.951924 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part 2025.11.06 00:57:01.952774 [ 196 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001205231 sec., 979065.4239726658 rows/sec., 61.69 MiB/sec. 2025.11.06 00:57:01.952925 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.06 00:57:01.953158 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.953217 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_16_3} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.06 00:57:01.953269 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.11.06 00:57:01.956369 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.11.06 00:57:01.974379 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:01.974428 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.11.06 00:57:01.980078 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:57:01.980797 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:01.983735 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.11.06 00:57:06.948950 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:06.949165 [ 4 ] {91f2491a-0b52-4dfc-9c29-8c2faad6c75e} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.06 00:57:06.949238 [ 4 ] {91f2491a-0b52-4dfc-9c29-8c2faad6c75e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.06 00:57:06.949920 [ 4 ] {91f2491a-0b52-4dfc-9c29-8c2faad6c75e} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:06.949956 [ 4 ] {91f2491a-0b52-4dfc-9c29-8c2faad6c75e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:06.950325 [ 4 ] {91f2491a-0b52-4dfc-9c29-8c2faad6c75e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.06 00:57:06.950546 [ 4 ] {91f2491a-0b52-4dfc-9c29-8c2faad6c75e} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:06.950695 [ 4 ] {91f2491a-0b52-4dfc-9c29-8c2faad6c75e} executeQuery: Read 6 rows, 501.00 B in 0.001584 sec., 3787.878787878788 rows/sec., 308.87 KiB/sec. 2025.11.06 00:57:06.950737 [ 4 ] {91f2491a-0b52-4dfc-9c29-8c2faad6c75e} TCPHandler: Processed in 0.001923244 sec. 2025.11.06 00:57:06.950881 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:06.950977 [ 4 ] {9200acb5-74c7-4f2a-804c-87f958ab0dd3} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:06.951018 [ 4 ] {9200acb5-74c7-4f2a-804c-87f958ab0dd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:06.952101 [ 4 ] {9200acb5-74c7-4f2a-804c-87f958ab0dd3} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:06.952137 [ 4 ] {9200acb5-74c7-4f2a-804c-87f958ab0dd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:06.952536 [ 4 ] {9200acb5-74c7-4f2a-804c-87f958ab0dd3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:57:06.952752 [ 4 ] {9200acb5-74c7-4f2a-804c-87f958ab0dd3} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:06.952880 [ 4 ] {9200acb5-74c7-4f2a-804c-87f958ab0dd3} executeQuery: Read 1251 rows, 105.58 KiB in 0.001922 sec., 650884.4953173777 rows/sec., 53.65 MiB/sec. 2025.11.06 00:57:06.952916 [ 4 ] {9200acb5-74c7-4f2a-804c-87f958ab0dd3} TCPHandler: Processed in 0.002093177 sec. 2025.11.06 00:57:06.953038 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:06.953135 [ 4 ] {86a2f862-4c9a-491d-ac22-67416ec71735} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:06.953175 [ 4 ] {86a2f862-4c9a-491d-ac22-67416ec71735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:06.953590 [ 4 ] {86a2f862-4c9a-491d-ac22-67416ec71735} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:06.953624 [ 4 ] {86a2f862-4c9a-491d-ac22-67416ec71735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:06.953920 [ 4 ] {86a2f862-4c9a-491d-ac22-67416ec71735} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:57:06.954125 [ 4 ] {86a2f862-4c9a-491d-ac22-67416ec71735} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:06.954251 [ 4 ] {86a2f862-4c9a-491d-ac22-67416ec71735} executeQuery: Read 32 rows, 2.37 KiB in 0.001136 sec., 28169.014084507042 rows/sec., 2.04 MiB/sec. 2025.11.06 00:57:06.954289 [ 4 ] {86a2f862-4c9a-491d-ac22-67416ec71735} TCPHandler: Processed in 0.001300863 sec. 2025.11.06 00:57:06.954403 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:06.954495 [ 4 ] {3ccbf172-cc6f-4416-a1df-b48b99365145} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:57:06.954533 [ 4 ] {3ccbf172-cc6f-4416-a1df-b48b99365145} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:57:06.954984 [ 4 ] {3ccbf172-cc6f-4416-a1df-b48b99365145} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:06.955019 [ 4 ] {3ccbf172-cc6f-4416-a1df-b48b99365145} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:06.955302 [ 4 ] {3ccbf172-cc6f-4416-a1df-b48b99365145} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:57:06.955572 [ 4 ] {3ccbf172-cc6f-4416-a1df-b48b99365145} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:06.955677 [ 132 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.06 00:57:06.955697 [ 4 ] {3ccbf172-cc6f-4416-a1df-b48b99365145} executeQuery: Read 228 rows, 15.81 KiB in 0.001217 sec., 187345.93262119967 rows/sec., 12.69 MiB/sec. 2025.11.06 00:57:06.955752 [ 132 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:06.955757 [ 4 ] {3ccbf172-cc6f-4416-a1df-b48b99365145} TCPHandler: Processed in 0.001403125 sec. 2025.11.06 00:57:06.955781 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:06.955885 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:06.955940 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.11.06 00:57:06.955984 [ 4 ] {97ef7344-3c9d-44b9-a93a-f45b6c0a46c6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:06.956055 [ 4 ] {97ef7344-3c9d-44b9-a93a-f45b6c0a46c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:06.956163 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:06.956221 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 440 rows starting from the beginning of the part 2025.11.06 00:57:06.956321 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part 2025.11.06 00:57:06.956390 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2025.11.06 00:57:06.956468 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2025.11.06 00:57:06.956554 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2025.11.06 00:57:06.956616 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part 2025.11.06 00:57:06.956646 [ 4 ] {97ef7344-3c9d-44b9-a93a-f45b6c0a46c6} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:06.956687 [ 4 ] {97ef7344-3c9d-44b9-a93a-f45b6c0a46c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:06.957060 [ 4 ] {97ef7344-3c9d-44b9-a93a-f45b6c0a46c6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:57:06.957292 [ 4 ] {97ef7344-3c9d-44b9-a93a-f45b6c0a46c6} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:06.957427 [ 4 ] {97ef7344-3c9d-44b9-a93a-f45b6c0a46c6} executeQuery: Read 552 rows, 41.98 KiB in 0.001462 sec., 377564.9794801642 rows/sec., 28.04 MiB/sec. 2025.11.06 00:57:06.957465 [ 4 ] {97ef7344-3c9d-44b9-a93a-f45b6c0a46c6} TCPHandler: Processed in 0.001629739 sec. 2025.11.06 00:57:06.957581 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:06.957676 [ 4 ] {072eb863-3b60-4a3b-930a-b80ebfd5088f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:06.957679 [ 202 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1532 rows, containing 5 columns (5 merged, 0 gathered) in 0.001818062 sec., 842655.5309994929 rows/sec., 58.77 MiB/sec. 2025.11.06 00:57:06.957722 [ 4 ] {072eb863-3b60-4a3b-930a-b80ebfd5088f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:06.957866 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.06 00:57:06.958123 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:06.958204 [ 198 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_11_2} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.06 00:57:06.958278 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.11.06 00:57:06.958302 [ 4 ] {072eb863-3b60-4a3b-930a-b80ebfd5088f} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:06.958343 [ 4 ] {072eb863-3b60-4a3b-930a-b80ebfd5088f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:06.958716 [ 4 ] {072eb863-3b60-4a3b-930a-b80ebfd5088f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:57:06.958920 [ 4 ] {072eb863-3b60-4a3b-930a-b80ebfd5088f} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:06.959047 [ 4 ] {072eb863-3b60-4a3b-930a-b80ebfd5088f} executeQuery: Read 847 rows, 58.38 KiB in 0.001389 sec., 609791.2167026638 rows/sec., 41.05 MiB/sec. 2025.11.06 00:57:06.959083 [ 4 ] {072eb863-3b60-4a3b-930a-b80ebfd5088f} TCPHandler: Processed in 0.001550838 sec. 2025.11.06 00:57:06.959209 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:06.959304 [ 4 ] {3b7e7db6-4076-482d-97ca-fa8967499a06} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:06.959357 [ 4 ] {3b7e7db6-4076-482d-97ca-fa8967499a06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:06.960144 [ 4 ] {3b7e7db6-4076-482d-97ca-fa8967499a06} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:06.960179 [ 4 ] {3b7e7db6-4076-482d-97ca-fa8967499a06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:06.960679 [ 4 ] {3b7e7db6-4076-482d-97ca-fa8967499a06} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:57:06.960882 [ 4 ] {3b7e7db6-4076-482d-97ca-fa8967499a06} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:06.961010 [ 4 ] {3b7e7db6-4076-482d-97ca-fa8967499a06} executeQuery: Read 26 rows, 47.71 KiB in 0.001763 sec., 14747.58933635848 rows/sec., 26.43 MiB/sec. 2025.11.06 00:57:06.961064 [ 4 ] {3b7e7db6-4076-482d-97ca-fa8967499a06} TCPHandler: Processed in 0.001955315 sec. 2025.11.06 00:57:06.961172 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:06.961262 [ 4 ] {a4f279da-4040-46d7-b158-aa67feebadbd} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:06.961301 [ 4 ] {a4f279da-4040-46d7-b158-aa67feebadbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:06.961713 [ 4 ] {a4f279da-4040-46d7-b158-aa67feebadbd} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:06.961749 [ 4 ] {a4f279da-4040-46d7-b158-aa67feebadbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:06.962047 [ 4 ] {a4f279da-4040-46d7-b158-aa67feebadbd} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:57:06.962264 [ 4 ] {a4f279da-4040-46d7-b158-aa67feebadbd} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:06.962390 [ 4 ] {a4f279da-4040-46d7-b158-aa67feebadbd} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.11.06 00:57:06.962426 [ 4 ] {a4f279da-4040-46d7-b158-aa67feebadbd} TCPHandler: Processed in 0.001254372 sec. 2025.11.06 00:57:09.156443 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6261 2025.11.06 00:57:09.157025 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:09.157078 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:09.157593 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:57:09.157844 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:09.157995 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6261 2025.11.06 00:57:09.484056 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.11.06 00:57:09.500100 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:09.500164 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:09.506113 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:57:09.506826 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:09.509797 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.11.06 00:57:11.657384 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 482 2025.11.06 00:57:11.659721 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.659777 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.660950 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:57:11.661215 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.661558 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 482 2025.11.06 00:57:11.932468 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:11.932649 [ 4 ] {75991131-972b-46a9-b43b-359f2ea074b8} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:57:11.932715 [ 4 ] {75991131-972b-46a9-b43b-359f2ea074b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:57:11.933486 [ 4 ] {75991131-972b-46a9-b43b-359f2ea074b8} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.933535 [ 4 ] {75991131-972b-46a9-b43b-359f2ea074b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.933949 [ 4 ] {75991131-972b-46a9-b43b-359f2ea074b8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:57:11.934175 [ 4 ] {75991131-972b-46a9-b43b-359f2ea074b8} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.934306 [ 127 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.11.06 00:57:11.934335 [ 4 ] {75991131-972b-46a9-b43b-359f2ea074b8} executeQuery: Read 410 rows, 26.63 KiB in 0.001736 sec., 236175.11520737328 rows/sec., 14.98 MiB/sec. 2025.11.06 00:57:11.934373 [ 127 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.934385 [ 4 ] {75991131-972b-46a9-b43b-359f2ea074b8} TCPHandler: Processed in 0.002051497 sec. 2025.11.06 00:57:11.934408 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.934508 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:11.934549 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.11.06 00:57:11.934613 [ 4 ] {10b170e8-eff0-4ccf-b3b8-c25c86731656} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:11.934661 [ 4 ] {10b170e8-eff0-4ccf-b3b8-c25c86731656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:11.934691 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:11.934731 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 410 rows starting from the beginning of the part 2025.11.06 00:57:11.934806 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 410 rows starting from the beginning of the part 2025.11.06 00:57:11.934859 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 410 rows starting from the beginning of the part 2025.11.06 00:57:11.934909 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 410 rows starting from the beginning of the part 2025.11.06 00:57:11.934954 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 410 rows starting from the beginning of the part 2025.11.06 00:57:11.935491 [ 4 ] {10b170e8-eff0-4ccf-b3b8-c25c86731656} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.935535 [ 4 ] {10b170e8-eff0-4ccf-b3b8-c25c86731656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.935981 [ 4 ] {10b170e8-eff0-4ccf-b3b8-c25c86731656} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:57:11.936035 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001547058 sec., 1325095.7624083906 rows/sec., 89.11 MiB/sec. 2025.11.06 00:57:11.936185 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.11.06 00:57:11.936235 [ 4 ] {10b170e8-eff0-4ccf-b3b8-c25c86731656} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.936398 [ 4 ] {10b170e8-eff0-4ccf-b3b8-c25c86731656} executeQuery: Read 1144 rows, 92.99 KiB in 0.001801 sec., 635202.6651860077 rows/sec., 50.42 MiB/sec. 2025.11.06 00:57:11.936440 [ 4 ] {10b170e8-eff0-4ccf-b3b8-c25c86731656} TCPHandler: Processed in 0.001982965 sec. 2025.11.06 00:57:11.936462 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_9_2} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.936536 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_9_2} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.11.06 00:57:11.936558 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:11.936602 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.11.06 00:57:11.936658 [ 4 ] {e40e31cd-8204-4d2a-912a-a541a869d824} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:11.936703 [ 4 ] {e40e31cd-8204-4d2a-912a-a541a869d824} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:11.937170 [ 4 ] {e40e31cd-8204-4d2a-912a-a541a869d824} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.937207 [ 4 ] {e40e31cd-8204-4d2a-912a-a541a869d824} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.937540 [ 4 ] {e40e31cd-8204-4d2a-912a-a541a869d824} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:57:11.937749 [ 4 ] {e40e31cd-8204-4d2a-912a-a541a869d824} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.937848 [ 127 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.06 00:57:11.937879 [ 4 ] {e40e31cd-8204-4d2a-912a-a541a869d824} executeQuery: Read 221 rows, 13.52 KiB in 0.001239 sec., 178369.6529459241 rows/sec., 10.66 MiB/sec. 2025.11.06 00:57:11.937882 [ 127 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.937922 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.937926 [ 4 ] {e40e31cd-8204-4d2a-912a-a541a869d824} TCPHandler: Processed in 0.001419145 sec. 2025.11.06 00:57:11.938022 [ 195 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.11.06 00:57:11.938047 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:11.938147 [ 4 ] {93eef20a-5896-4ce1-8620-f949c4b78909} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:57:11.938156 [ 195 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:11.938190 [ 4 ] {93eef20a-5896-4ce1-8620-f949c4b78909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:57:11.938202 [ 195 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 256 rows starting from the beginning of the part 2025.11.06 00:57:11.938283 [ 195 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 233 rows starting from the beginning of the part 2025.11.06 00:57:11.938336 [ 195 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2025.11.06 00:57:11.938382 [ 195 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 221 rows starting from the beginning of the part 2025.11.06 00:57:11.938430 [ 195 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part 2025.11.06 00:57:11.938477 [ 195 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 221 rows starting from the beginning of the part 2025.11.06 00:57:11.938656 [ 4 ] {93eef20a-5896-4ce1-8620-f949c4b78909} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.938697 [ 4 ] {93eef20a-5896-4ce1-8620-f949c4b78909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.939025 [ 4 ] {93eef20a-5896-4ce1-8620-f949c4b78909} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:57:11.939287 [ 4 ] {93eef20a-5896-4ce1-8620-f949c4b78909} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.939418 [ 4 ] {93eef20a-5896-4ce1-8620-f949c4b78909} executeQuery: Read 212 rows, 14.00 KiB in 0.001289 sec., 164468.58029480217 rows/sec., 10.61 MiB/sec. 2025.11.06 00:57:11.939436 [ 198 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 989 rows, containing 5 columns (5 merged, 0 gathered) in 0.001465716 sec., 674755.5460948779 rows/sec., 43.75 MiB/sec. 2025.11.06 00:57:11.939459 [ 4 ] {93eef20a-5896-4ce1-8620-f949c4b78909} TCPHandler: Processed in 0.001463056 sec. 2025.11.06 00:57:11.939570 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:11.939614 [ 202 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.06 00:57:11.939666 [ 4 ] {b28d77e4-edb3-47b4-9539-babd17039894} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:57:11.939711 [ 4 ] {b28d77e4-edb3-47b4-9539-babd17039894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:57:11.939943 [ 202 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.940028 [ 202 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_16_3} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.06 00:57:11.940114 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.11.06 00:57:11.940164 [ 4 ] {b28d77e4-edb3-47b4-9539-babd17039894} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.940204 [ 4 ] {b28d77e4-edb3-47b4-9539-babd17039894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.940520 [ 4 ] {b28d77e4-edb3-47b4-9539-babd17039894} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:57:11.940733 [ 4 ] {b28d77e4-edb3-47b4-9539-babd17039894} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.940832 [ 127 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.11.06 00:57:11.940865 [ 127 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.940865 [ 4 ] {b28d77e4-edb3-47b4-9539-babd17039894} executeQuery: Read 211 rows, 12.27 KiB in 0.001216 sec., 173519.73684210525 rows/sec., 9.85 MiB/sec. 2025.11.06 00:57:11.940884 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.940918 [ 4 ] {b28d77e4-edb3-47b4-9539-babd17039894} TCPHandler: Processed in 0.001396945 sec. 2025.11.06 00:57:11.940972 [ 197 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.11.06 00:57:11.941041 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:11.941061 [ 197 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:11.941090 [ 197 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 211 rows starting from the beginning of the part 2025.11.06 00:57:11.941135 [ 4 ] {30bc7252-e0c0-4942-9e35-8862dea55ce6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:11.941144 [ 197 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 211 rows starting from the beginning of the part 2025.11.06 00:57:11.941175 [ 4 ] {30bc7252-e0c0-4942-9e35-8862dea55ce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:11.941194 [ 197 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 211 rows starting from the beginning of the part 2025.11.06 00:57:11.941258 [ 197 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 211 rows starting from the beginning of the part 2025.11.06 00:57:11.941312 [ 197 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 211 rows starting from the beginning of the part 2025.11.06 00:57:11.941796 [ 4 ] {30bc7252-e0c0-4942-9e35-8862dea55ce6} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.941831 [ 4 ] {30bc7252-e0c0-4942-9e35-8862dea55ce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.942113 [ 197 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001175581 sec., 897428.5906288039 rows/sec., 54.39 MiB/sec. 2025.11.06 00:57:11.942165 [ 4 ] {30bc7252-e0c0-4942-9e35-8862dea55ce6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:57:11.942255 [ 202 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.11.06 00:57:11.942420 [ 4 ] {30bc7252-e0c0-4942-9e35-8862dea55ce6} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.942547 [ 202 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_9_2} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.942579 [ 4 ] {30bc7252-e0c0-4942-9e35-8862dea55ce6} executeQuery: Read 695 rows, 49.75 KiB in 0.00146 sec., 476027.397260274 rows/sec., 33.28 MiB/sec. 2025.11.06 00:57:11.942616 [ 202 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_9_2} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.11.06 00:57:11.942625 [ 4 ] {30bc7252-e0c0-4942-9e35-8862dea55ce6} TCPHandler: Processed in 0.001634779 sec. 2025.11.06 00:57:11.942688 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.06 00:57:11.942752 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:11.942852 [ 4 ] {c52c76ae-d0ad-42f8-a972-7be6dd8a781f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:57:11.942894 [ 4 ] {c52c76ae-d0ad-42f8-a972-7be6dd8a781f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:57:11.943276 [ 4 ] {c52c76ae-d0ad-42f8-a972-7be6dd8a781f} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.943313 [ 4 ] {c52c76ae-d0ad-42f8-a972-7be6dd8a781f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.943623 [ 4 ] {c52c76ae-d0ad-42f8-a972-7be6dd8a781f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:57:11.943843 [ 4 ] {c52c76ae-d0ad-42f8-a972-7be6dd8a781f} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.943976 [ 4 ] {c52c76ae-d0ad-42f8-a972-7be6dd8a781f} executeQuery: Read 6 rows, 321.00 B in 0.001141 sec., 5258.5451358457485 rows/sec., 274.74 KiB/sec. 2025.11.06 00:57:11.944015 [ 4 ] {c52c76ae-d0ad-42f8-a972-7be6dd8a781f} TCPHandler: Processed in 0.001312894 sec. 2025.11.06 00:57:11.944136 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:11.944230 [ 4 ] {1915519c-1cdd-402c-8c50-7ea8c7c17a37} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:11.944273 [ 4 ] {1915519c-1cdd-402c-8c50-7ea8c7c17a37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:11.944698 [ 4 ] {1915519c-1cdd-402c-8c50-7ea8c7c17a37} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.944734 [ 4 ] {1915519c-1cdd-402c-8c50-7ea8c7c17a37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.945078 [ 4 ] {1915519c-1cdd-402c-8c50-7ea8c7c17a37} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:57:11.945292 [ 4 ] {1915519c-1cdd-402c-8c50-7ea8c7c17a37} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.945435 [ 4 ] {1915519c-1cdd-402c-8c50-7ea8c7c17a37} executeQuery: Read 314 rows, 21.12 KiB in 0.001222 sec., 256955.81014729952 rows/sec., 16.88 MiB/sec. 2025.11.06 00:57:11.945474 [ 4 ] {1915519c-1cdd-402c-8c50-7ea8c7c17a37} TCPHandler: Processed in 0.001387555 sec. 2025.11.06 00:57:11.945594 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:11.945688 [ 4 ] {e2852f00-f8d3-4bf1-8d77-767a98c001a5} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:57:11.945730 [ 4 ] {e2852f00-f8d3-4bf1-8d77-767a98c001a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:57:11.946049 [ 4 ] {e2852f00-f8d3-4bf1-8d77-767a98c001a5} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.946084 [ 4 ] {e2852f00-f8d3-4bf1-8d77-767a98c001a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.946375 [ 4 ] {e2852f00-f8d3-4bf1-8d77-767a98c001a5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:57:11.946586 [ 4 ] {e2852f00-f8d3-4bf1-8d77-767a98c001a5} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.946718 [ 4 ] {e2852f00-f8d3-4bf1-8d77-767a98c001a5} executeQuery: Read 1 rows, 69.00 B in 0.001047 sec., 955.1098376313277 rows/sec., 64.36 KiB/sec. 2025.11.06 00:57:11.946756 [ 4 ] {e2852f00-f8d3-4bf1-8d77-767a98c001a5} TCPHandler: Processed in 0.001214561 sec. 2025.11.06 00:57:11.946871 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:11.946966 [ 4 ] {2f60d368-958d-4bdc-8955-ac91bc28e8e5} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:11.947020 [ 4 ] {2f60d368-958d-4bdc-8955-ac91bc28e8e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:11.947787 [ 4 ] {2f60d368-958d-4bdc-8955-ac91bc28e8e5} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.947824 [ 4 ] {2f60d368-958d-4bdc-8955-ac91bc28e8e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.948346 [ 4 ] {2f60d368-958d-4bdc-8955-ac91bc28e8e5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:57:11.948600 [ 4 ] {2f60d368-958d-4bdc-8955-ac91bc28e8e5} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.948712 [ 122 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.06 00:57:11.948740 [ 4 ] {2f60d368-958d-4bdc-8955-ac91bc28e8e5} executeQuery: Read 16 rows, 29.36 KiB in 0.001792 sec., 8928.57142857143 rows/sec., 16.00 MiB/sec. 2025.11.06 00:57:11.948756 [ 122 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.948783 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.948807 [ 4 ] {2f60d368-958d-4bdc-8955-ac91bc28e8e5} TCPHandler: Processed in 0.001985355 sec. 2025.11.06 00:57:11.948849 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.11.06 00:57:11.948928 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:11.949027 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:11.949027 [ 4 ] {1c7d8629-b0a6-4e63-9d9f-54eba4f93da9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:11.949078 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 183 rows starting from the beginning of the part 2025.11.06 00:57:11.949087 [ 4 ] {1c7d8629-b0a6-4e63-9d9f-54eba4f93da9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:11.949196 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part 2025.11.06 00:57:11.949308 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2025.11.06 00:57:11.949415 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part 2025.11.06 00:57:11.949433 [ 4 ] {1c7d8629-b0a6-4e63-9d9f-54eba4f93da9} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:11.949474 [ 4 ] {1c7d8629-b0a6-4e63-9d9f-54eba4f93da9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:11.949522 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part 2025.11.06 00:57:11.949632 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part 2025.11.06 00:57:11.949809 [ 4 ] {1c7d8629-b0a6-4e63-9d9f-54eba4f93da9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:57:11.950059 [ 4 ] {1c7d8629-b0a6-4e63-9d9f-54eba4f93da9} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.950206 [ 4 ] {1c7d8629-b0a6-4e63-9d9f-54eba4f93da9} executeQuery: Read 104 rows, 6.53 KiB in 0.001197 sec., 86883.87635756057 rows/sec., 5.32 MiB/sec. 2025.11.06 00:57:11.950246 [ 4 ] {1c7d8629-b0a6-4e63-9d9f-54eba4f93da9} TCPHandler: Processed in 0.001367184 sec. 2025.11.06 00:57:11.952141 [ 202 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 283 rows, containing 19 columns (19 merged, 0 gathered) in 0.003318738 sec., 85273.37801296759 rows/sec., 152.81 MiB/sec. 2025.11.06 00:57:11.952692 [ 202 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.06 00:57:11.952979 [ 202 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:11.953040 [ 202 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_16_3} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.06 00:57:11.953111 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2025.11.06 00:57:16.585002 [ 116 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:57:16.585073 [ 116 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:57:16.658796 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6709 2025.11.06 00:57:16.659477 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:16.659530 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:16.660062 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:57:16.660313 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:16.660441 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6709 2025.11.06 00:57:16.922511 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:16.922697 [ 4 ] {b6b0753a-1e32-4e87-a11a-bc32460b30a6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:16.922765 [ 4 ] {b6b0753a-1e32-4e87-a11a-bc32460b30a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:16.923475 [ 4 ] {b6b0753a-1e32-4e87-a11a-bc32460b30a6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:16.923525 [ 4 ] {b6b0753a-1e32-4e87-a11a-bc32460b30a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:16.923932 [ 4 ] {b6b0753a-1e32-4e87-a11a-bc32460b30a6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:57:16.924177 [ 4 ] {b6b0753a-1e32-4e87-a11a-bc32460b30a6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:16.924347 [ 4 ] {b6b0753a-1e32-4e87-a11a-bc32460b30a6} executeQuery: Read 108 rows, 9.25 KiB in 0.001699 sec., 63566.80400235433 rows/sec., 5.32 MiB/sec. 2025.11.06 00:57:16.924403 [ 4 ] {b6b0753a-1e32-4e87-a11a-bc32460b30a6} TCPHandler: Processed in 0.002030916 sec. 2025.11.06 00:57:16.924554 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:16.924663 [ 4 ] {ce0a4236-5dcf-47ce-973b-e99bde6238c9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:16.924710 [ 4 ] {ce0a4236-5dcf-47ce-973b-e99bde6238c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:16.925160 [ 4 ] {ce0a4236-5dcf-47ce-973b-e99bde6238c9} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:16.925200 [ 4 ] {ce0a4236-5dcf-47ce-973b-e99bde6238c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:16.925525 [ 4 ] {ce0a4236-5dcf-47ce-973b-e99bde6238c9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:57:16.925756 [ 4 ] {ce0a4236-5dcf-47ce-973b-e99bde6238c9} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:16.925897 [ 4 ] {ce0a4236-5dcf-47ce-973b-e99bde6238c9} executeQuery: Read 26 rows, 1.96 KiB in 0.001258 sec., 20667.726550079493 rows/sec., 1.52 MiB/sec. 2025.11.06 00:57:16.925940 [ 4 ] {ce0a4236-5dcf-47ce-973b-e99bde6238c9} TCPHandler: Processed in 0.001441815 sec. 2025.11.06 00:57:16.926066 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:16.926166 [ 4 ] {4a759021-3d4c-4833-adec-2d26c271b01d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:16.926210 [ 4 ] {4a759021-3d4c-4833-adec-2d26c271b01d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:16.926664 [ 4 ] {4a759021-3d4c-4833-adec-2d26c271b01d} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:16.926702 [ 4 ] {4a759021-3d4c-4833-adec-2d26c271b01d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:16.927027 [ 4 ] {4a759021-3d4c-4833-adec-2d26c271b01d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:57:16.927250 [ 4 ] {4a759021-3d4c-4833-adec-2d26c271b01d} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:16.927387 [ 4 ] {4a759021-3d4c-4833-adec-2d26c271b01d} executeQuery: Read 90 rows, 7.20 KiB in 0.001242 sec., 72463.76811594203 rows/sec., 5.66 MiB/sec. 2025.11.06 00:57:16.927433 [ 4 ] {4a759021-3d4c-4833-adec-2d26c271b01d} TCPHandler: Processed in 0.001418565 sec. 2025.11.06 00:57:16.927552 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:16.927650 [ 4 ] {9c321fa5-964f-4aa5-9098-63452f6d150b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:16.927696 [ 4 ] {9c321fa5-964f-4aa5-9098-63452f6d150b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:16.928124 [ 4 ] {9c321fa5-964f-4aa5-9098-63452f6d150b} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:16.928161 [ 4 ] {9c321fa5-964f-4aa5-9098-63452f6d150b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:16.928496 [ 4 ] {9c321fa5-964f-4aa5-9098-63452f6d150b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:57:16.928714 [ 4 ] {9c321fa5-964f-4aa5-9098-63452f6d150b} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:16.928861 [ 4 ] {9c321fa5-964f-4aa5-9098-63452f6d150b} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2025.11.06 00:57:16.928899 [ 4 ] {9c321fa5-964f-4aa5-9098-63452f6d150b} TCPHandler: Processed in 0.001397315 sec. 2025.11.06 00:57:16.929028 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:16.929127 [ 4 ] {fb04edc2-de5d-4bf4-80f8-907c2f837770} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:16.929182 [ 4 ] {fb04edc2-de5d-4bf4-80f8-907c2f837770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:16.930053 [ 4 ] {fb04edc2-de5d-4bf4-80f8-907c2f837770} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:16.930092 [ 4 ] {fb04edc2-de5d-4bf4-80f8-907c2f837770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:16.930651 [ 4 ] {fb04edc2-de5d-4bf4-80f8-907c2f837770} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:57:16.930887 [ 4 ] {fb04edc2-de5d-4bf4-80f8-907c2f837770} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:16.931037 [ 4 ] {fb04edc2-de5d-4bf4-80f8-907c2f837770} executeQuery: Read 26 rows, 47.71 KiB in 0.001929 sec., 13478.486262312079 rows/sec., 24.15 MiB/sec. 2025.11.06 00:57:16.931116 [ 4 ] {fb04edc2-de5d-4bf4-80f8-907c2f837770} TCPHandler: Processed in 0.002138038 sec. 2025.11.06 00:57:16.931243 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:16.931340 [ 4 ] {5b1b17b3-2d23-495f-baf5-107b046b01d0} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:16.931389 [ 4 ] {5b1b17b3-2d23-495f-baf5-107b046b01d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:16.931761 [ 4 ] {5b1b17b3-2d23-495f-baf5-107b046b01d0} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:16.931799 [ 4 ] {5b1b17b3-2d23-495f-baf5-107b046b01d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:16.932123 [ 4 ] {5b1b17b3-2d23-495f-baf5-107b046b01d0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:57:16.932339 [ 4 ] {5b1b17b3-2d23-495f-baf5-107b046b01d0} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:16.932488 [ 4 ] {5b1b17b3-2d23-495f-baf5-107b046b01d0} executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. 2025.11.06 00:57:16.932525 [ 4 ] {5b1b17b3-2d23-495f-baf5-107b046b01d0} TCPHandler: Processed in 0.001334803 sec. 2025.11.06 00:57:17.010714 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.11.06 00:57:17.030049 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:17.030119 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:17.036570 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:57:17.037341 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:17.040762 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.11.06 00:57:18.001178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.64 MiB, peak 230.04 MiB, free memory in arenas 0.00 B, will set to 226.96 MiB (RSS), difference: 1.32 MiB 2025.11.06 00:57:21.661832 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 516 2025.11.06 00:57:21.664035 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.664081 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.665266 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:57:21.665547 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.665877 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 516 2025.11.06 00:57:21.934216 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:21.934409 [ 4 ] {b41350b6-6076-4418-a54b-86a911e79e39} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:57:21.934481 [ 4 ] {b41350b6-6076-4418-a54b-86a911e79e39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:57:21.935325 [ 4 ] {b41350b6-6076-4418-a54b-86a911e79e39} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.935378 [ 4 ] {b41350b6-6076-4418-a54b-86a911e79e39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.935840 [ 4 ] {b41350b6-6076-4418-a54b-86a911e79e39} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:57:21.936073 [ 4 ] {b41350b6-6076-4418-a54b-86a911e79e39} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.936233 [ 4 ] {b41350b6-6076-4418-a54b-86a911e79e39} executeQuery: Read 410 rows, 26.63 KiB in 0.001883 sec., 217737.6526818906 rows/sec., 13.81 MiB/sec. 2025.11.06 00:57:21.936284 [ 4 ] {b41350b6-6076-4418-a54b-86a911e79e39} TCPHandler: Processed in 0.002205019 sec. 2025.11.06 00:57:21.936419 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:21.936523 [ 4 ] {520addee-64a4-4994-b4d3-5b600d4dbfd6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:21.936568 [ 4 ] {520addee-64a4-4994-b4d3-5b600d4dbfd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:21.937509 [ 4 ] {520addee-64a4-4994-b4d3-5b600d4dbfd6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.937549 [ 4 ] {520addee-64a4-4994-b4d3-5b600d4dbfd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.937979 [ 4 ] {520addee-64a4-4994-b4d3-5b600d4dbfd6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:57:21.938205 [ 4 ] {520addee-64a4-4994-b4d3-5b600d4dbfd6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.938340 [ 4 ] {520addee-64a4-4994-b4d3-5b600d4dbfd6} executeQuery: Read 1144 rows, 92.99 KiB in 0.001838 sec., 622415.6692056584 rows/sec., 49.40 MiB/sec. 2025.11.06 00:57:21.938380 [ 4 ] {520addee-64a4-4994-b4d3-5b600d4dbfd6} TCPHandler: Processed in 0.002014506 sec. 2025.11.06 00:57:21.938501 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:21.938598 [ 4 ] {c576a716-4218-4a71-b57a-711f9ac34e94} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:21.938640 [ 4 ] {c576a716-4218-4a71-b57a-711f9ac34e94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:21.939124 [ 4 ] {c576a716-4218-4a71-b57a-711f9ac34e94} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.939162 [ 4 ] {c576a716-4218-4a71-b57a-711f9ac34e94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.939513 [ 4 ] {c576a716-4218-4a71-b57a-711f9ac34e94} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:57:21.939759 [ 4 ] {c576a716-4218-4a71-b57a-711f9ac34e94} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.939904 [ 4 ] {c576a716-4218-4a71-b57a-711f9ac34e94} executeQuery: Read 221 rows, 13.52 KiB in 0.001324 sec., 166918.42900302113 rows/sec., 9.97 MiB/sec. 2025.11.06 00:57:21.939944 [ 4 ] {c576a716-4218-4a71-b57a-711f9ac34e94} TCPHandler: Processed in 0.001494056 sec. 2025.11.06 00:57:21.940058 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:21.940154 [ 4 ] {bc769aec-0636-4a20-94e7-b7de83345445} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:57:21.940196 [ 4 ] {bc769aec-0636-4a20-94e7-b7de83345445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:57:21.940736 [ 4 ] {bc769aec-0636-4a20-94e7-b7de83345445} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.940783 [ 4 ] {bc769aec-0636-4a20-94e7-b7de83345445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.941165 [ 4 ] {bc769aec-0636-4a20-94e7-b7de83345445} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:57:21.941387 [ 4 ] {bc769aec-0636-4a20-94e7-b7de83345445} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.941522 [ 4 ] {bc769aec-0636-4a20-94e7-b7de83345445} executeQuery: Read 212 rows, 14.00 KiB in 0.001386 sec., 152958.15295815296 rows/sec., 9.86 MiB/sec. 2025.11.06 00:57:21.941561 [ 4 ] {bc769aec-0636-4a20-94e7-b7de83345445} TCPHandler: Processed in 0.001553597 sec. 2025.11.06 00:57:21.941665 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:21.941761 [ 4 ] {cddc455a-c8cc-4562-80ed-801e207e5ddd} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:57:21.941804 [ 4 ] {cddc455a-c8cc-4562-80ed-801e207e5ddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:57:21.942274 [ 4 ] {cddc455a-c8cc-4562-80ed-801e207e5ddd} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.942312 [ 4 ] {cddc455a-c8cc-4562-80ed-801e207e5ddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.942624 [ 4 ] {cddc455a-c8cc-4562-80ed-801e207e5ddd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:57:21.942833 [ 4 ] {cddc455a-c8cc-4562-80ed-801e207e5ddd} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.942962 [ 4 ] {cddc455a-c8cc-4562-80ed-801e207e5ddd} executeQuery: Read 211 rows, 12.27 KiB in 0.001219 sec., 173092.69893355208 rows/sec., 9.83 MiB/sec. 2025.11.06 00:57:21.943002 [ 4 ] {cddc455a-c8cc-4562-80ed-801e207e5ddd} TCPHandler: Processed in 0.001386294 sec. 2025.11.06 00:57:21.943110 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:21.943211 [ 4 ] {31695ad5-14a7-45ad-9e22-c5f80da8f465} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:21.943251 [ 4 ] {31695ad5-14a7-45ad-9e22-c5f80da8f465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:21.943920 [ 4 ] {31695ad5-14a7-45ad-9e22-c5f80da8f465} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.943958 [ 4 ] {31695ad5-14a7-45ad-9e22-c5f80da8f465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.944335 [ 4 ] {31695ad5-14a7-45ad-9e22-c5f80da8f465} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:57:21.944544 [ 4 ] {31695ad5-14a7-45ad-9e22-c5f80da8f465} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.944672 [ 4 ] {31695ad5-14a7-45ad-9e22-c5f80da8f465} executeQuery: Read 695 rows, 49.75 KiB in 0.001481 sec., 469277.51519243757 rows/sec., 32.80 MiB/sec. 2025.11.06 00:57:21.944711 [ 4 ] {31695ad5-14a7-45ad-9e22-c5f80da8f465} TCPHandler: Processed in 0.00165215 sec. 2025.11.06 00:57:21.944826 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:21.944923 [ 4 ] {3108a655-0b1a-4f7d-9333-aa9dc3f6438d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:57:21.944965 [ 4 ] {3108a655-0b1a-4f7d-9333-aa9dc3f6438d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:57:21.945299 [ 4 ] {3108a655-0b1a-4f7d-9333-aa9dc3f6438d} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.945335 [ 4 ] {3108a655-0b1a-4f7d-9333-aa9dc3f6438d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.945664 [ 4 ] {3108a655-0b1a-4f7d-9333-aa9dc3f6438d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:57:21.945860 [ 4 ] {3108a655-0b1a-4f7d-9333-aa9dc3f6438d} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.945986 [ 4 ] {3108a655-0b1a-4f7d-9333-aa9dc3f6438d} executeQuery: Read 6 rows, 321.00 B in 0.001081 sec., 5550.416281221092 rows/sec., 289.99 KiB/sec. 2025.11.06 00:57:21.946021 [ 4 ] {3108a655-0b1a-4f7d-9333-aa9dc3f6438d} TCPHandler: Processed in 0.001244812 sec. 2025.11.06 00:57:21.946132 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:21.946226 [ 4 ] {7d5c1adf-fef2-4b67-981e-8cf975350be9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:21.946268 [ 4 ] {7d5c1adf-fef2-4b67-981e-8cf975350be9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:21.946693 [ 4 ] {7d5c1adf-fef2-4b67-981e-8cf975350be9} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.946729 [ 4 ] {7d5c1adf-fef2-4b67-981e-8cf975350be9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.947075 [ 4 ] {7d5c1adf-fef2-4b67-981e-8cf975350be9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:57:21.947278 [ 4 ] {7d5c1adf-fef2-4b67-981e-8cf975350be9} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.947405 [ 4 ] {7d5c1adf-fef2-4b67-981e-8cf975350be9} executeQuery: Read 314 rows, 21.12 KiB in 0.001198 sec., 262103.50584307176 rows/sec., 17.22 MiB/sec. 2025.11.06 00:57:21.947441 [ 4 ] {7d5c1adf-fef2-4b67-981e-8cf975350be9} TCPHandler: Processed in 0.001358154 sec. 2025.11.06 00:57:21.947542 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:21.947635 [ 4 ] {3f8a5ea9-751c-4fae-99e5-abcd8deaf99f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:57:21.947676 [ 4 ] {3f8a5ea9-751c-4fae-99e5-abcd8deaf99f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:57:21.947984 [ 4 ] {3f8a5ea9-751c-4fae-99e5-abcd8deaf99f} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.948019 [ 4 ] {3f8a5ea9-751c-4fae-99e5-abcd8deaf99f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.948351 [ 4 ] {3f8a5ea9-751c-4fae-99e5-abcd8deaf99f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.06 00:57:21.948552 [ 4 ] {3f8a5ea9-751c-4fae-99e5-abcd8deaf99f} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.948657 [ 96 ] {} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.11.06 00:57:21.948677 [ 4 ] {3f8a5ea9-751c-4fae-99e5-abcd8deaf99f} executeQuery: Read 1 rows, 69.00 B in 0.00106 sec., 943.3962264150944 rows/sec., 63.57 KiB/sec. 2025.11.06 00:57:21.948725 [ 96 ] {} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.948730 [ 4 ] {3f8a5ea9-751c-4fae-99e5-abcd8deaf99f} TCPHandler: Processed in 0.001236252 sec. 2025.11.06 00:57:21.948756 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.948848 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:21.948875 [ 202 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.11.06 00:57:21.948946 [ 4 ] {5320d56a-ac7d-4f13-a55f-2777a04b1870} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:21.949005 [ 4 ] {5320d56a-ac7d-4f13-a55f-2777a04b1870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:21.949040 [ 202 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:21.949088 [ 202 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2025.11.06 00:57:21.949173 [ 202 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.11.06 00:57:21.949232 [ 202 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2025.11.06 00:57:21.949286 [ 202 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.11.06 00:57:21.949336 [ 202 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.11.06 00:57:21.949386 [ 202 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2025.11.06 00:57:21.949770 [ 4 ] {5320d56a-ac7d-4f13-a55f-2777a04b1870} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.949811 [ 4 ] {5320d56a-ac7d-4f13-a55f-2777a04b1870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.950323 [ 188 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001498807 sec., 6671.97310927958 rows/sec., 449.58 KiB/sec. 2025.11.06 00:57:21.950498 [ 191 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.11.06 00:57:21.950510 [ 4 ] {5320d56a-ac7d-4f13-a55f-2777a04b1870} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:57:21.950813 [ 4 ] {5320d56a-ac7d-4f13-a55f-2777a04b1870} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.950894 [ 191 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.950979 [ 191 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_10_2} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.11.06 00:57:21.950979 [ 4 ] {5320d56a-ac7d-4f13-a55f-2777a04b1870} executeQuery: Read 16 rows, 29.36 KiB in 0.002052 sec., 7797.270955165692 rows/sec., 13.97 MiB/sec. 2025.11.06 00:57:21.951056 [ 4 ] {5320d56a-ac7d-4f13-a55f-2777a04b1870} TCPHandler: Processed in 0.00225639 sec. 2025.11.06 00:57:21.951075 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.11.06 00:57:21.951171 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:21.951269 [ 4 ] {ff873363-6595-4489-b999-defcd0c94753} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:21.951311 [ 4 ] {ff873363-6595-4489-b999-defcd0c94753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:21.951642 [ 4 ] {ff873363-6595-4489-b999-defcd0c94753} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:21.951680 [ 4 ] {ff873363-6595-4489-b999-defcd0c94753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.11.06 00:57:21.951991 [ 4 ] {ff873363-6595-4489-b999-defcd0c94753} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:57:21.952191 [ 4 ] {ff873363-6595-4489-b999-defcd0c94753} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:21.952317 [ 4 ] {ff873363-6595-4489-b999-defcd0c94753} executeQuery: Read 104 rows, 6.53 KiB in 0.001067 sec., 97469.54076850983 rows/sec., 5.97 MiB/sec. 2025.11.06 00:57:21.952353 [ 4 ] {ff873363-6595-4489-b999-defcd0c94753} TCPHandler: Processed in 0.001230922 sec. 2025.11.06 00:57:24.161472 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7221 2025.11.06 00:57:24.162008 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:24.162059 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:24.162546 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:57:24.162784 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:24.162922 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7221 2025.11.06 00:57:24.541809 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.11.06 00:57:24.557494 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:24.557533 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:24.563100 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:57:24.563809 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:24.566429 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.11.06 00:57:26.921723 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:26.921916 [ 4 ] {a4bb6b53-9390-4626-9225-e203380ba456} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:26.921987 [ 4 ] {a4bb6b53-9390-4626-9225-e203380ba456} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:26.922659 [ 4 ] {a4bb6b53-9390-4626-9225-e203380ba456} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:26.922709 [ 4 ] {a4bb6b53-9390-4626-9225-e203380ba456} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:26.923119 [ 4 ] {a4bb6b53-9390-4626-9225-e203380ba456} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:57:26.923362 [ 4 ] {a4bb6b53-9390-4626-9225-e203380ba456} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:26.923518 [ 4 ] {a4bb6b53-9390-4626-9225-e203380ba456} executeQuery: Read 108 rows, 9.25 KiB in 0.001656 sec., 65217.39130434783 rows/sec., 5.45 MiB/sec. 2025.11.06 00:57:26.923516 [ 23 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.06 00:57:26.923567 [ 4 ] {a4bb6b53-9390-4626-9225-e203380ba456} TCPHandler: Processed in 0.001988196 sec. 2025.11.06 00:57:26.923591 [ 23 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:26.923617 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:26.923709 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:26.923744 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.11.06 00:57:26.923813 [ 4 ] {dbef035d-0bcc-49bc-8231-989812afbbb0} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:26.923860 [ 4 ] {dbef035d-0bcc-49bc-8231-989812afbbb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:26.923880 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:26.923917 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2345 rows starting from the beginning of the part 2025.11.06 00:57:26.923984 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1251 rows starting from the beginning of the part 2025.11.06 00:57:26.924026 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:57:26.924067 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 108 rows starting from the beginning of the part 2025.11.06 00:57:26.924105 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:57:26.924146 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 108 rows starting from the beginning of the part 2025.11.06 00:57:26.924278 [ 4 ] {dbef035d-0bcc-49bc-8231-989812afbbb0} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:26.924327 [ 4 ] {dbef035d-0bcc-49bc-8231-989812afbbb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:26.924654 [ 4 ] {dbef035d-0bcc-49bc-8231-989812afbbb0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:57:26.924871 [ 4 ] {dbef035d-0bcc-49bc-8231-989812afbbb0} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:26.925006 [ 4 ] {dbef035d-0bcc-49bc-8231-989812afbbb0} executeQuery: Read 26 rows, 1.96 KiB in 0.001215 sec., 21399.176954732513 rows/sec., 1.57 MiB/sec. 2025.11.06 00:57:26.925044 [ 4 ] {dbef035d-0bcc-49bc-8231-989812afbbb0} TCPHandler: Processed in 0.001387495 sec. 2025.11.06 00:57:26.925160 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:26.925254 [ 4 ] {694bf142-a500-422e-8bfb-a76a8fd48b5b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:26.925294 [ 4 ] {694bf142-a500-422e-8bfb-a76a8fd48b5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:26.925709 [ 4 ] {694bf142-a500-422e-8bfb-a76a8fd48b5b} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:26.925746 [ 4 ] {694bf142-a500-422e-8bfb-a76a8fd48b5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:26.926058 [ 4 ] {694bf142-a500-422e-8bfb-a76a8fd48b5b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:57:26.926179 [ 188 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6100 rows, containing 5 columns (5 merged, 0 gathered) in 0.002491795 sec., 2448034.4490618207 rows/sec., 207.13 MiB/sec. 2025.11.06 00:57:26.926281 [ 4 ] {694bf142-a500-422e-8bfb-a76a8fd48b5b} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:26.926392 [ 23 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.06 00:57:26.926413 [ 4 ] {694bf142-a500-422e-8bfb-a76a8fd48b5b} executeQuery: Read 90 rows, 7.20 KiB in 0.001178 sec., 76400.67911714771 rows/sec., 5.97 MiB/sec. 2025.11.06 00:57:26.926426 [ 23 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:26.926455 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:26.926458 [ 4 ] {694bf142-a500-422e-8bfb-a76a8fd48b5b} TCPHandler: Processed in 0.001348124 sec. 2025.11.06 00:57:26.926530 [ 188 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.06 00:57:26.926560 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.11.06 00:57:26.926585 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:26.926660 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:26.926684 [ 4 ] {008cf71d-031f-4892-b8e1-b479f3f7e326} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:26.926694 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1213 rows starting from the beginning of the part 2025.11.06 00:57:26.926737 [ 4 ] {008cf71d-031f-4892-b8e1-b479f3f7e326} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:26.926799 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 552 rows starting from the beginning of the part 2025.11.06 00:57:26.926838 [ 188 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:26.926851 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 695 rows starting from the beginning of the part 2025.11.06 00:57:26.926901 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 90 rows starting from the beginning of the part 2025.11.06 00:57:26.926940 [ 188 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_21_4} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.06 00:57:26.926943 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 695 rows starting from the beginning of the part 2025.11.06 00:57:26.926993 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 90 rows starting from the beginning of the part 2025.11.06 00:57:26.927047 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.11.06 00:57:26.927159 [ 4 ] {008cf71d-031f-4892-b8e1-b479f3f7e326} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:26.927202 [ 4 ] {008cf71d-031f-4892-b8e1-b479f3f7e326} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:26.927565 [ 4 ] {008cf71d-031f-4892-b8e1-b479f3f7e326} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:57:26.927815 [ 4 ] {008cf71d-031f-4892-b8e1-b479f3f7e326} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:26.927922 [ 23 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.06 00:57:26.927948 [ 4 ] {008cf71d-031f-4892-b8e1-b479f3f7e326} executeQuery: Read 160 rows, 11.41 KiB in 0.001283 sec., 124707.71628994543 rows/sec., 8.69 MiB/sec. 2025.11.06 00:57:26.927951 [ 23 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:26.927989 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:26.927992 [ 4 ] {008cf71d-031f-4892-b8e1-b479f3f7e326} TCPHandler: Processed in 0.001456926 sec. 2025.11.06 00:57:26.928058 [ 202 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.11.06 00:57:26.928116 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:26.928160 [ 202 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:26.928190 [ 202 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5521 rows starting from the beginning of the part 2025.11.06 00:57:26.928214 [ 4 ] {b70c51cf-0bf6-40ee-9b5d-c7f31fcbb723} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:26.928235 [ 202 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 847 rows starting from the beginning of the part 2025.11.06 00:57:26.928274 [ 4 ] {b70c51cf-0bf6-40ee-9b5d-c7f31fcbb723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:26.928278 [ 202 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 314 rows starting from the beginning of the part 2025.11.06 00:57:26.928329 [ 202 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2025.11.06 00:57:26.928332 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3335 rows, containing 5 columns (5 merged, 0 gathered) in 0.001818762 sec., 1833664.8775375776 rows/sec., 138.49 MiB/sec. 2025.11.06 00:57:26.928365 [ 202 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 314 rows starting from the beginning of the part 2025.11.06 00:57:26.928408 [ 202 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2025.11.06 00:57:26.928578 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.06 00:57:26.928875 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:26.928945 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_21_4} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.06 00:57:26.929024 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.11.06 00:57:26.929116 [ 4 ] {b70c51cf-0bf6-40ee-9b5d-c7f31fcbb723} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:26.929153 [ 4 ] {b70c51cf-0bf6-40ee-9b5d-c7f31fcbb723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:26.929712 [ 4 ] {b70c51cf-0bf6-40ee-9b5d-c7f31fcbb723} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:57:26.929948 [ 4 ] {b70c51cf-0bf6-40ee-9b5d-c7f31fcbb723} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:26.930087 [ 4 ] {b70c51cf-0bf6-40ee-9b5d-c7f31fcbb723} executeQuery: Read 26 rows, 47.71 KiB in 0.001891 sec., 13749.338974087783 rows/sec., 24.64 MiB/sec. 2025.11.06 00:57:26.930153 [ 4 ] {b70c51cf-0bf6-40ee-9b5d-c7f31fcbb723} TCPHandler: Processed in 0.002086137 sec. 2025.11.06 00:57:26.930272 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:26.930371 [ 4 ] {71d09a5d-0f24-480a-8780-1fb2407d11a1} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:26.930414 [ 4 ] {71d09a5d-0f24-480a-8780-1fb2407d11a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:26.930448 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7316 rows, containing 5 columns (5 merged, 0 gathered) in 0.002419573 sec., 3023674.0119021 rows/sec., 202.19 MiB/sec. 2025.11.06 00:57:26.930747 [ 4 ] {71d09a5d-0f24-480a-8780-1fb2407d11a1} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:26.930783 [ 4 ] {71d09a5d-0f24-480a-8780-1fb2407d11a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:26.931035 [ 190 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.06 00:57:26.931103 [ 4 ] {71d09a5d-0f24-480a-8780-1fb2407d11a1} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:57:26.931368 [ 190 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:26.931386 [ 4 ] {71d09a5d-0f24-480a-8780-1fb2407d11a1} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:26.931452 [ 190 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_21_4} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.06 00:57:26.931509 [ 23 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.06 00:57:26.931527 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2025.11.06 00:57:26.931527 [ 4 ] {71d09a5d-0f24-480a-8780-1fb2407d11a1} executeQuery: Read 60 rows, 4.14 KiB in 0.001174 sec., 51107.325383304946 rows/sec., 3.44 MiB/sec. 2025.11.06 00:57:26.931548 [ 23 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:26.931584 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:26.931585 [ 4 ] {71d09a5d-0f24-480a-8780-1fb2407d11a1} TCPHandler: Processed in 0.001362274 sec. 2025.11.06 00:57:26.931660 [ 192 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.11.06 00:57:26.931761 [ 192 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:26.931787 [ 192 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1180 rows starting from the beginning of the part 2025.11.06 00:57:26.931833 [ 192 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2025.11.06 00:57:26.931871 [ 192 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 104 rows starting from the beginning of the part 2025.11.06 00:57:26.931905 [ 192 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2025.11.06 00:57:26.931936 [ 192 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 104 rows starting from the beginning of the part 2025.11.06 00:57:26.931970 [ 192 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2025.11.06 00:57:26.932803 [ 190 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 4 columns (4 merged, 0 gathered) in 0.001174641 sec., 1334875.932306126 rows/sec., 84.48 MiB/sec. 2025.11.06 00:57:26.933027 [ 193 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.06 00:57:26.933342 [ 193 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:26.933416 [ 193 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_21_4} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.06 00:57:26.933495 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.11.06 00:57:31.585107 [ 112 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:57:31.585179 [ 112 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:57:31.662998 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7669 2025.11.06 00:57:31.663748 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.663812 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.664464 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:57:31.664688 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.664814 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7669 2025.11.06 00:57:31.664879 [ 113 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.06 00:57:31.664984 [ 113 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.665021 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.665155 [ 192 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.11.06 00:57:31.665266 [ 192 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:31.665298 [ 192 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5301 rows starting from the beginning of the part 2025.11.06 00:57:31.665359 [ 192 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2025.11.06 00:57:31.665407 [ 192 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2025.11.06 00:57:31.665450 [ 192 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2025.11.06 00:57:31.665489 [ 192 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2025.11.06 00:57:31.665530 [ 192 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2025.11.06 00:57:31.666052 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 550 2025.11.06 00:57:31.666879 [ 190 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7669 rows, containing 4 columns (4 merged, 0 gathered) in 0.001768281 sec., 4336980.378118636 rows/sec., 62.04 MiB/sec. 2025.11.06 00:57:31.667388 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.06 00:57:31.667720 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.667805 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_16_3} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.06 00:57:31.667911 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2025.11.06 00:57:31.668361 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.668406 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.669578 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:57:31.669835 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.669981 [ 113 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.06 00:57:31.670036 [ 113 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.670065 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.670081 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 550 2025.11.06 00:57:31.670154 [ 190 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.11.06 00:57:31.670691 [ 190 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:31.670825 [ 190 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 372 rows starting from the beginning of the part 2025.11.06 00:57:31.671197 [ 190 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part 2025.11.06 00:57:31.671530 [ 190 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part 2025.11.06 00:57:31.671865 [ 190 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part 2025.11.06 00:57:31.672188 [ 190 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2025.11.06 00:57:31.672515 [ 190 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part 2025.11.06 00:57:31.678271 [ 199 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 72 columns (72 merged, 0 gathered) in 0.008150675 sec., 67479.07381903954 rows/sec., 59.92 MiB/sec. 2025.11.06 00:57:31.679265 [ 199 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.06 00:57:31.679876 [ 199 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.679983 [ 199 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_11_2} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.06 00:57:31.680270 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. 2025.11.06 00:57:31.932910 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:31.933088 [ 4 ] {531d3bed-8c4a-42a7-b83b-83930a9fe70e} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:57:31.933152 [ 4 ] {531d3bed-8c4a-42a7-b83b-83930a9fe70e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:57:31.933950 [ 4 ] {531d3bed-8c4a-42a7-b83b-83930a9fe70e} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.933998 [ 4 ] {531d3bed-8c4a-42a7-b83b-83930a9fe70e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.934407 [ 4 ] {531d3bed-8c4a-42a7-b83b-83930a9fe70e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:57:31.934650 [ 4 ] {531d3bed-8c4a-42a7-b83b-83930a9fe70e} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.934805 [ 4 ] {531d3bed-8c4a-42a7-b83b-83930a9fe70e} executeQuery: Read 410 rows, 26.63 KiB in 0.001765 sec., 232294.61756373936 rows/sec., 14.74 MiB/sec. 2025.11.06 00:57:31.934846 [ 4 ] {531d3bed-8c4a-42a7-b83b-83930a9fe70e} TCPHandler: Processed in 0.002071087 sec. 2025.11.06 00:57:31.934969 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:31.935063 [ 4 ] {1378d7fe-7626-4e9f-849a-49e002323ce2} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:31.935104 [ 4 ] {1378d7fe-7626-4e9f-849a-49e002323ce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:31.936001 [ 4 ] {1378d7fe-7626-4e9f-849a-49e002323ce2} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.936037 [ 4 ] {1378d7fe-7626-4e9f-849a-49e002323ce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.936419 [ 4 ] {1378d7fe-7626-4e9f-849a-49e002323ce2} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:57:31.936637 [ 4 ] {1378d7fe-7626-4e9f-849a-49e002323ce2} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.936762 [ 4 ] {1378d7fe-7626-4e9f-849a-49e002323ce2} executeQuery: Read 1144 rows, 92.99 KiB in 0.001718 sec., 665890.5704307335 rows/sec., 52.86 MiB/sec. 2025.11.06 00:57:31.936799 [ 4 ] {1378d7fe-7626-4e9f-849a-49e002323ce2} TCPHandler: Processed in 0.001879933 sec. 2025.11.06 00:57:31.936909 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:31.937001 [ 4 ] {e5d7118f-b11e-4902-970f-a1e30fe9ab78} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:31.937070 [ 4 ] {e5d7118f-b11e-4902-970f-a1e30fe9ab78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:31.937531 [ 4 ] {e5d7118f-b11e-4902-970f-a1e30fe9ab78} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.937567 [ 4 ] {e5d7118f-b11e-4902-970f-a1e30fe9ab78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.937879 [ 4 ] {e5d7118f-b11e-4902-970f-a1e30fe9ab78} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:57:31.938092 [ 4 ] {e5d7118f-b11e-4902-970f-a1e30fe9ab78} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.938220 [ 4 ] {e5d7118f-b11e-4902-970f-a1e30fe9ab78} executeQuery: Read 221 rows, 13.52 KiB in 0.001239 sec., 178369.6529459241 rows/sec., 10.66 MiB/sec. 2025.11.06 00:57:31.938257 [ 4 ] {e5d7118f-b11e-4902-970f-a1e30fe9ab78} TCPHandler: Processed in 0.001398815 sec. 2025.11.06 00:57:31.938365 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:31.938458 [ 4 ] {75442b10-3767-4069-b35c-7971aaad9d9a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:57:31.938580 [ 4 ] {75442b10-3767-4069-b35c-7971aaad9d9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:57:31.939042 [ 4 ] {75442b10-3767-4069-b35c-7971aaad9d9a} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.939076 [ 4 ] {75442b10-3767-4069-b35c-7971aaad9d9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.939389 [ 4 ] {75442b10-3767-4069-b35c-7971aaad9d9a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:57:31.939605 [ 4 ] {75442b10-3767-4069-b35c-7971aaad9d9a} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.939735 [ 4 ] {75442b10-3767-4069-b35c-7971aaad9d9a} executeQuery: Read 212 rows, 14.00 KiB in 0.001296 sec., 163580.24691358025 rows/sec., 10.55 MiB/sec. 2025.11.06 00:57:31.939771 [ 4 ] {75442b10-3767-4069-b35c-7971aaad9d9a} TCPHandler: Processed in 0.001454996 sec. 2025.11.06 00:57:31.939868 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:31.939960 [ 4 ] {55d43977-56e9-486a-8b81-50f342935624} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:57:31.939999 [ 4 ] {55d43977-56e9-486a-8b81-50f342935624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:57:31.940439 [ 4 ] {55d43977-56e9-486a-8b81-50f342935624} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.940471 [ 4 ] {55d43977-56e9-486a-8b81-50f342935624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.940781 [ 4 ] {55d43977-56e9-486a-8b81-50f342935624} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:57:31.940971 [ 4 ] {55d43977-56e9-486a-8b81-50f342935624} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.941095 [ 4 ] {55d43977-56e9-486a-8b81-50f342935624} executeQuery: Read 211 rows, 12.27 KiB in 0.001202 sec., 175540.76539101498 rows/sec., 9.97 MiB/sec. 2025.11.06 00:57:31.941130 [ 4 ] {55d43977-56e9-486a-8b81-50f342935624} TCPHandler: Processed in 0.001360584 sec. 2025.11.06 00:57:31.941221 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:31.941307 [ 4 ] {5237fa99-5566-400f-8d4d-cb3911f65185} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:31.941411 [ 4 ] {5237fa99-5566-400f-8d4d-cb3911f65185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:31.942014 [ 4 ] {5237fa99-5566-400f-8d4d-cb3911f65185} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.942048 [ 4 ] {5237fa99-5566-400f-8d4d-cb3911f65185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.942381 [ 4 ] {5237fa99-5566-400f-8d4d-cb3911f65185} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:57:31.942586 [ 4 ] {5237fa99-5566-400f-8d4d-cb3911f65185} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.942707 [ 4 ] {5237fa99-5566-400f-8d4d-cb3911f65185} executeQuery: Read 695 rows, 49.75 KiB in 0.001356 sec., 512536.8731563422 rows/sec., 35.83 MiB/sec. 2025.11.06 00:57:31.942742 [ 4 ] {5237fa99-5566-400f-8d4d-cb3911f65185} TCPHandler: Processed in 0.001512036 sec. 2025.11.06 00:57:31.942849 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:31.942941 [ 4 ] {edb3d5a9-24f5-4797-8211-8ff40fe4ff1c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:57:31.942981 [ 4 ] {edb3d5a9-24f5-4797-8211-8ff40fe4ff1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:57:31.943300 [ 4 ] {edb3d5a9-24f5-4797-8211-8ff40fe4ff1c} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.943334 [ 4 ] {edb3d5a9-24f5-4797-8211-8ff40fe4ff1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.943648 [ 4 ] {edb3d5a9-24f5-4797-8211-8ff40fe4ff1c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:57:31.943863 [ 4 ] {edb3d5a9-24f5-4797-8211-8ff40fe4ff1c} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.943965 [ 113 ] {} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.06 00:57:31.943985 [ 4 ] {edb3d5a9-24f5-4797-8211-8ff40fe4ff1c} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2025.11.06 00:57:31.944006 [ 113 ] {} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.944023 [ 4 ] {edb3d5a9-24f5-4797-8211-8ff40fe4ff1c} TCPHandler: Processed in 0.001222252 sec. 2025.11.06 00:57:31.944029 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.944129 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:31.944150 [ 200 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.11.06 00:57:31.944221 [ 4 ] {e22a5ba6-715b-42ad-bd78-a11c0f2eee40} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:31.944268 [ 4 ] {e22a5ba6-715b-42ad-bd78-a11c0f2eee40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:31.944296 [ 200 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:31.944339 [ 200 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2025.11.06 00:57:31.944432 [ 200 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.11.06 00:57:31.944483 [ 200 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.11.06 00:57:31.944536 [ 200 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.11.06 00:57:31.944580 [ 200 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.11.06 00:57:31.944617 [ 200 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2025.11.06 00:57:31.944691 [ 4 ] {e22a5ba6-715b-42ad-bd78-a11c0f2eee40} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.944731 [ 4 ] {e22a5ba6-715b-42ad-bd78-a11c0f2eee40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.945133 [ 4 ] {e22a5ba6-715b-42ad-bd78-a11c0f2eee40} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:57:31.945373 [ 4 ] {e22a5ba6-715b-42ad-bd78-a11c0f2eee40} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.945481 [ 199 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001384795 sec., 47660.48404276445 rows/sec., 2.43 MiB/sec. 2025.11.06 00:57:31.945499 [ 4 ] {e22a5ba6-715b-42ad-bd78-a11c0f2eee40} executeQuery: Read 314 rows, 21.12 KiB in 0.001297 sec., 242097.14726291443 rows/sec., 15.90 MiB/sec. 2025.11.06 00:57:31.945559 [ 4 ] {e22a5ba6-715b-42ad-bd78-a11c0f2eee40} TCPHandler: Processed in 0.001477486 sec. 2025.11.06 00:57:31.945657 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:31.945699 [ 186 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.06 00:57:31.945750 [ 4 ] {64cb459a-721a-4b8b-b83b-c7da28ed33a8} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:57:31.945796 [ 4 ] {64cb459a-721a-4b8b-b83b-c7da28ed33a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:57:31.946087 [ 4 ] {64cb459a-721a-4b8b-b83b-c7da28ed33a8} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.946108 [ 186 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.946124 [ 4 ] {64cb459a-721a-4b8b-b83b-c7da28ed33a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.946218 [ 186 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_11_2} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.06 00:57:31.946336 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.11.06 00:57:31.946453 [ 4 ] {64cb459a-721a-4b8b-b83b-c7da28ed33a8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.06 00:57:31.946664 [ 4 ] {64cb459a-721a-4b8b-b83b-c7da28ed33a8} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.946800 [ 4 ] {64cb459a-721a-4b8b-b83b-c7da28ed33a8} executeQuery: Read 1 rows, 69.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 63.03 KiB/sec. 2025.11.06 00:57:31.946835 [ 4 ] {64cb459a-721a-4b8b-b83b-c7da28ed33a8} TCPHandler: Processed in 0.001225522 sec. 2025.11.06 00:57:31.946938 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:31.947035 [ 4 ] {037f9c94-ab50-4348-8515-cc60488a9949} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:31.947091 [ 4 ] {037f9c94-ab50-4348-8515-cc60488a9949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:31.947979 [ 4 ] {037f9c94-ab50-4348-8515-cc60488a9949} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.948024 [ 4 ] {037f9c94-ab50-4348-8515-cc60488a9949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.948588 [ 4 ] {037f9c94-ab50-4348-8515-cc60488a9949} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:57:31.948808 [ 4 ] {037f9c94-ab50-4348-8515-cc60488a9949} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.948944 [ 4 ] {037f9c94-ab50-4348-8515-cc60488a9949} executeQuery: Read 16 rows, 29.36 KiB in 0.001929 sec., 8294.45308449974 rows/sec., 14.86 MiB/sec. 2025.11.06 00:57:31.948995 [ 4 ] {037f9c94-ab50-4348-8515-cc60488a9949} TCPHandler: Processed in 0.002106417 sec. 2025.11.06 00:57:31.949103 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:31.949198 [ 4 ] {a065862e-888f-43a2-920b-53400ccbda03} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:31.949239 [ 4 ] {a065862e-888f-43a2-920b-53400ccbda03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:31.949566 [ 4 ] {a065862e-888f-43a2-920b-53400ccbda03} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:31.949603 [ 4 ] {a065862e-888f-43a2-920b-53400ccbda03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:31.949921 [ 4 ] {a065862e-888f-43a2-920b-53400ccbda03} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:57:31.950143 [ 4 ] {a065862e-888f-43a2-920b-53400ccbda03} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:31.950274 [ 4 ] {a065862e-888f-43a2-920b-53400ccbda03} executeQuery: Read 104 rows, 6.53 KiB in 0.001095 sec., 94977.16894977169 rows/sec., 5.82 MiB/sec. 2025.11.06 00:57:31.950311 [ 4 ] {a065862e-888f-43a2-920b-53400ccbda03} TCPHandler: Processed in 0.001258142 sec. 2025.11.06 00:57:32.001608 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001116729 sec. 2025.11.06 00:57:32.066504 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.11.06 00:57:32.084654 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:32.084727 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:32.091045 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:57:32.091782 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:32.092090 [ 111 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.06 00:57:32.092134 [ 111 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:32.092156 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:32.092283 [ 200 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.11.06 00:57:32.095152 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.11.06 00:57:32.096720 [ 200 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:32.098191 [ 200 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2025.11.06 00:57:32.102516 [ 200 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.11.06 00:57:32.106729 [ 200 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2025.11.06 00:57:32.110952 [ 200 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.11.06 00:57:32.115530 [ 200 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2025.11.06 00:57:32.119941 [ 200 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.11.06 00:57:32.174289 [ 199 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.082066761 sec., 1474.4093531362837 rows/sec., 7.62 MiB/sec. 2025.11.06 00:57:32.176818 [ 189 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.06 00:57:32.178678 [ 189 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:32.178774 [ 189 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_16_3} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.06 00:57:32.181177 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.11.06 00:57:33.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 229.40 MiB, peak 239.35 MiB, free memory in arenas 0.00 B, will set to 239.81 MiB (RSS), difference: 10.41 MiB 2025.11.06 00:57:35.848938 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55242 2025.11.06 00:57:35.849055 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:35.849088 [ 288 ] {} TCP-Session: 5b748a60-b2ad-4704-bd3b-9cbed5cc24b2 Authenticating user 'default' from [fd00:1122:3344:101::e]:55242 2025.11.06 00:57:35.849110 [ 288 ] {} TCP-Session: 5b748a60-b2ad-4704-bd3b-9cbed5cc24b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.849123 [ 288 ] {} TCP-Session: 5b748a60-b2ad-4704-bd3b-9cbed5cc24b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.849304 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58520 2025.11.06 00:57:35.849325 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35791 2025.11.06 00:57:35.849362 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39477 2025.11.06 00:57:35.849398 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38533 2025.11.06 00:57:35.849410 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52171 2025.11.06 00:57:35.849456 [ 288 ] {} TCP-Session: 5b748a60-b2ad-4704-bd3b-9cbed5cc24b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:35.849426 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35080 2025.11.06 00:57:35.849418 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58316 2025.11.06 00:57:35.849515 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35723 2025.11.06 00:57:35.849633 [ 288 ] {894982b4-9ee7-425b-ab1e-e04ab00804c9} executeQuery: (from [fd00:1122:3344:101::e]:55242) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:57:35.849804 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:35.849838 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:35.849848 [ 3 ] {} TCP-Session: 00947c8f-a483-4378-ba22-cdd06fde56e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:35080 2025.11.06 00:57:35.849879 [ 286 ] {} TCP-Session: b508a91d-4232-447e-a658-be7eaadd4e11 Authenticating user 'default' from [fd00:1122:3344:101::e]:35723 2025.11.06 00:57:35.849878 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:35.849899 [ 288 ] {894982b4-9ee7-425b-ab1e-e04ab00804c9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:57:35.849909 [ 286 ] {} TCP-Session: b508a91d-4232-447e-a658-be7eaadd4e11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.849926 [ 292 ] {} TCP-Session: f2cec0c6-4763-44f8-88a8-943a72196fcf Authenticating user 'default' from [fd00:1122:3344:101::e]:38533 2025.11.06 00:57:35.849960 [ 286 ] {} TCP-Session: b508a91d-4232-447e-a658-be7eaadd4e11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.849970 [ 288 ] {894982b4-9ee7-425b-ab1e-e04ab00804c9} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:57:35.849983 [ 292 ] {} TCP-Session: f2cec0c6-4763-44f8-88a8-943a72196fcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.849894 [ 3 ] {} TCP-Session: 00947c8f-a483-4378-ba22-cdd06fde56e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850017 [ 292 ] {} TCP-Session: f2cec0c6-4763-44f8-88a8-943a72196fcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850049 [ 3 ] {} TCP-Session: 00947c8f-a483-4378-ba22-cdd06fde56e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850103 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:35.850136 [ 289 ] {} TCP-Session: eeb1c9f7-98a7-4328-bc2c-6e032f91b9a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:58520 2025.11.06 00:57:35.850148 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:35.850153 [ 289 ] {} TCP-Session: eeb1c9f7-98a7-4328-bc2c-6e032f91b9a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850189 [ 289 ] {} TCP-Session: eeb1c9f7-98a7-4328-bc2c-6e032f91b9a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850191 [ 293 ] {} TCP-Session: 7b600912-669e-49f6-8729-117690b39a1f Authenticating user 'default' from [fd00:1122:3344:101::e]:52171 2025.11.06 00:57:35.850227 [ 293 ] {} TCP-Session: 7b600912-669e-49f6-8729-117690b39a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850242 [ 293 ] {} TCP-Session: 7b600912-669e-49f6-8729-117690b39a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850290 [ 288 ] {894982b4-9ee7-425b-ab1e-e04ab00804c9} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:57:35.850321 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:35.850360 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:35.850369 [ 290 ] {} TCP-Session: 8d985978-76d7-4f80-8a66-7c226de583a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:35791 2025.11.06 00:57:35.850400 [ 291 ] {} TCP-Session: 0c3825d7-5646-48fa-aaf7-807c52aefec9 Authenticating user 'default' from [fd00:1122:3344:101::e]:39477 2025.11.06 00:57:35.850405 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:35.850444 [ 291 ] {} TCP-Session: 0c3825d7-5646-48fa-aaf7-807c52aefec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850463 [ 294 ] {} TCP-Session: f23362ab-9a8a-4487-a64a-fe389f548044 Authenticating user 'default' from [fd00:1122:3344:101::e]:58316 2025.11.06 00:57:35.850473 [ 291 ] {} TCP-Session: 0c3825d7-5646-48fa-aaf7-807c52aefec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850492 [ 294 ] {} TCP-Session: f23362ab-9a8a-4487-a64a-fe389f548044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850419 [ 290 ] {} TCP-Session: 8d985978-76d7-4f80-8a66-7c226de583a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850529 [ 294 ] {} TCP-Session: f23362ab-9a8a-4487-a64a-fe389f548044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.850546 [ 290 ] {} TCP-Session: 8d985978-76d7-4f80-8a66-7c226de583a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.851241 [ 330 ] {894982b4-9ee7-425b-ab1e-e04ab00804c9} AggregatingTransform: Aggregating 2025.11.06 00:57:35.851285 [ 330 ] {894982b4-9ee7-425b-ab1e-e04ab00804c9} Aggregator: Aggregation method: without_key 2025.11.06 00:57:35.851323 [ 330 ] {894982b4-9ee7-425b-ab1e-e04ab00804c9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000924937 sec. (1081.155 rows/sec., 42.23 KiB/sec.) 2025.11.06 00:57:35.851342 [ 330 ] {894982b4-9ee7-425b-ab1e-e04ab00804c9} Aggregator: Merging aggregated data 2025.11.06 00:57:35.852750 [ 288 ] {894982b4-9ee7-425b-ab1e-e04ab00804c9} executeQuery: Read 1 rows, 40.00 B in 0.003174 sec., 315.05986137366097 rows/sec., 12.31 KiB/sec. 2025.11.06 00:57:35.852894 [ 288 ] {894982b4-9ee7-425b-ab1e-e04ab00804c9} TCPHandler: Processed in 0.003577344 sec. 2025.11.06 00:57:35.853004 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:35.853032 [ 288 ] {} TCP-Session: 5b748a60-b2ad-4704-bd3b-9cbed5cc24b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.853038 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:35.853066 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:35.853082 [ 290 ] {} TCP-Session: 8d985978-76d7-4f80-8a66-7c226de583a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.853086 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:35.853103 [ 289 ] {} TCP-Session: eeb1c9f7-98a7-4328-bc2c-6e032f91b9a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.853103 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:35.853137 [ 286 ] {} TCP-Session: b508a91d-4232-447e-a658-be7eaadd4e11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.853153 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:35.853172 [ 294 ] {} TCP-Session: f23362ab-9a8a-4487-a64a-fe389f548044 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.853176 [ 3 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:35.853135 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:35.853207 [ 293 ] {} TCP-Session: 7b600912-669e-49f6-8729-117690b39a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.853225 [ 3 ] {} TCP-Session: 00947c8f-a483-4378-ba22-cdd06fde56e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.853249 [ 291 ] {} TCP-Session: 0c3825d7-5646-48fa-aaf7-807c52aefec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:35.853116 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:35.853307 [ 292 ] {} TCP-Session: f2cec0c6-4763-44f8-88a8-943a72196fcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825044 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42002 2025.11.06 00:57:36.825151 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.825178 [ 286 ] {} TCP-Session: cfbb0270-d1fc-41df-85ae-9fd3bdc03529 Authenticating user 'default' from [fd00:1122:3344:101::e]:42002 2025.11.06 00:57:36.825200 [ 286 ] {} TCP-Session: cfbb0270-d1fc-41df-85ae-9fd3bdc03529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825213 [ 286 ] {} TCP-Session: cfbb0270-d1fc-41df-85ae-9fd3bdc03529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825452 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41796 2025.11.06 00:57:36.825486 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59082 2025.11.06 00:57:36.825521 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46680 2025.11.06 00:57:36.825511 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41862 2025.11.06 00:57:36.825580 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.825594 [ 286 ] {} TCP-Session: cfbb0270-d1fc-41df-85ae-9fd3bdc03529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:36.825618 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.825623 [ 287 ] {} TCP-Session: 2aaa44ec-250f-49bd-8d02-1f4e3f7b109f Authenticating user 'default' from [fd00:1122:3344:101::e]:41796 2025.11.06 00:57:36.825625 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.825667 [ 293 ] {} TCP-Session: db002ddd-8e7d-47c2-8ff6-5b9b33dff4bc Authenticating user 'default' from [fd00:1122:3344:101::e]:46680 2025.11.06 00:57:36.825676 [ 287 ] {} TCP-Session: 2aaa44ec-250f-49bd-8d02-1f4e3f7b109f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825691 [ 290 ] {} TCP-Session: 8402eb65-190d-414c-86b7-217f80358076 Authenticating user 'default' from [fd00:1122:3344:101::e]:59082 2025.11.06 00:57:36.825702 [ 293 ] {} TCP-Session: db002ddd-8e7d-47c2-8ff6-5b9b33dff4bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825704 [ 287 ] {} TCP-Session: 2aaa44ec-250f-49bd-8d02-1f4e3f7b109f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825725 [ 290 ] {} TCP-Session: 8402eb65-190d-414c-86b7-217f80358076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825728 [ 293 ] {} TCP-Session: db002ddd-8e7d-47c2-8ff6-5b9b33dff4bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825771 [ 290 ] {} TCP-Session: 8402eb65-190d-414c-86b7-217f80358076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825692 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.825498 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41563 2025.11.06 00:57:36.825840 [ 292 ] {} TCP-Session: cb81da30-3cfb-40a7-812c-63850482d326 Authenticating user 'default' from [fd00:1122:3344:101::e]:41862 2025.11.06 00:57:36.825821 [ 286 ] {b616beb2-83dc-4e8c-95ac-5c898ef46a0a} executeQuery: (from [fd00:1122:3344:101::e]:42002) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:57:36.825878 [ 292 ] {} TCP-Session: cb81da30-3cfb-40a7-812c-63850482d326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825485 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59358 2025.11.06 00:57:36.825912 [ 292 ] {} TCP-Session: cb81da30-3cfb-40a7-812c-63850482d326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825906 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.825974 [ 291 ] {} TCP-Session: 24562658-9001-4f72-b91b-02ff764ef3d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:41563 2025.11.06 00:57:36.825978 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.825995 [ 291 ] {} TCP-Session: 24562658-9001-4f72-b91b-02ff764ef3d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.826020 [ 288 ] {} TCP-Session: 4de74280-a0b1-4056-b712-984891a451d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:59358 2025.11.06 00:57:36.826026 [ 291 ] {} TCP-Session: 24562658-9001-4f72-b91b-02ff764ef3d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.826046 [ 288 ] {} TCP-Session: 4de74280-a0b1-4056-b712-984891a451d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825486 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42783 2025.11.06 00:57:36.826070 [ 288 ] {} TCP-Session: 4de74280-a0b1-4056-b712-984891a451d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.825550 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36226 2025.11.06 00:57:36.826139 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.826152 [ 286 ] {b616beb2-83dc-4e8c-95ac-5c898ef46a0a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:57:36.826160 [ 289 ] {} TCP-Session: 2612a56f-d3c9-4a8c-b7bd-8f7ad6ab20e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:42783 2025.11.06 00:57:36.826191 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.826195 [ 289 ] {} TCP-Session: 2612a56f-d3c9-4a8c-b7bd-8f7ad6ab20e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.826215 [ 286 ] {b616beb2-83dc-4e8c-95ac-5c898ef46a0a} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:57:36.826225 [ 294 ] {} TCP-Session: 689417e2-6363-4d84-9c81-95e03f436eed Authenticating user 'default' from [fd00:1122:3344:101::e]:36226 2025.11.06 00:57:36.826222 [ 289 ] {} TCP-Session: 2612a56f-d3c9-4a8c-b7bd-8f7ad6ab20e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.826263 [ 294 ] {} TCP-Session: 689417e2-6363-4d84-9c81-95e03f436eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.826284 [ 294 ] {} TCP-Session: 689417e2-6363-4d84-9c81-95e03f436eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.826514 [ 286 ] {b616beb2-83dc-4e8c-95ac-5c898ef46a0a} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:57:36.827546 [ 316 ] {b616beb2-83dc-4e8c-95ac-5c898ef46a0a} AggregatingTransform: Aggregating 2025.11.06 00:57:36.827611 [ 316 ] {b616beb2-83dc-4e8c-95ac-5c898ef46a0a} Aggregator: Aggregation method: without_key 2025.11.06 00:57:36.827648 [ 316 ] {b616beb2-83dc-4e8c-95ac-5c898ef46a0a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001026298 sec. (974.376 rows/sec., 38.06 KiB/sec.) 2025.11.06 00:57:36.827667 [ 316 ] {b616beb2-83dc-4e8c-95ac-5c898ef46a0a} Aggregator: Merging aggregated data 2025.11.06 00:57:36.828901 [ 286 ] {b616beb2-83dc-4e8c-95ac-5c898ef46a0a} executeQuery: Read 1 rows, 40.00 B in 0.003158 sec., 316.65611146295123 rows/sec., 12.37 KiB/sec. 2025.11.06 00:57:36.829058 [ 286 ] {b616beb2-83dc-4e8c-95ac-5c898ef46a0a} TCPHandler: Processed in 0.003609214 sec. 2025.11.06 00:57:36.829139 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.829166 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.829185 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.829201 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.829217 [ 288 ] {} TCP-Session: 4de74280-a0b1-4056-b712-984891a451d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.829241 [ 287 ] {} TCP-Session: 2aaa44ec-250f-49bd-8d02-1f4e3f7b109f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.829246 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.829256 [ 291 ] {} TCP-Session: 24562658-9001-4f72-b91b-02ff764ef3d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.829281 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.829308 [ 289 ] {} TCP-Session: 2612a56f-d3c9-4a8c-b7bd-8f7ad6ab20e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.829308 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.829332 [ 294 ] {} TCP-Session: 689417e2-6363-4d84-9c81-95e03f436eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.829264 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.829378 [ 293 ] {} TCP-Session: db002ddd-8e7d-47c2-8ff6-5b9b33dff4bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.829403 [ 292 ] {} TCP-Session: cb81da30-3cfb-40a7-812c-63850482d326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.829227 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.829169 [ 286 ] {} TCP-Session: cfbb0270-d1fc-41df-85ae-9fd3bdc03529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.829472 [ 290 ] {} TCP-Session: 8402eb65-190d-414c-86b7-217f80358076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.945126 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48188 2025.11.06 00:57:36.945238 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.945265 [ 286 ] {} TCP-Session: 02e0712b-63d3-4cb3-84a1-4efcb6a2d540 Authenticating user 'default' from [fd00:1122:3344:101::e]:48188 2025.11.06 00:57:36.945287 [ 286 ] {} TCP-Session: 02e0712b-63d3-4cb3-84a1-4efcb6a2d540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.945300 [ 286 ] {} TCP-Session: 02e0712b-63d3-4cb3-84a1-4efcb6a2d540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.945498 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37940 2025.11.06 00:57:36.945508 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47761 2025.11.06 00:57:36.945554 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50191 2025.11.06 00:57:36.945574 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40787 2025.11.06 00:57:36.945611 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53692 2025.11.06 00:57:36.945625 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.945649 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.945671 [ 286 ] {} TCP-Session: 02e0712b-63d3-4cb3-84a1-4efcb6a2d540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:36.945685 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.945696 [ 288 ] {} TCP-Session: 4c53a08f-6b2c-493f-bb60-f51b38e514cf Authenticating user 'default' from [fd00:1122:3344:101::e]:47761 2025.11.06 00:57:36.945701 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.945722 [ 291 ] {} TCP-Session: 40c13ad3-c6db-47f9-ade6-ac1a99cc2350 Authenticating user 'default' from [fd00:1122:3344:101::e]:40787 2025.11.06 00:57:36.945739 [ 288 ] {} TCP-Session: 4c53a08f-6b2c-493f-bb60-f51b38e514cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.945758 [ 294 ] {} TCP-Session: d0221a54-ef8e-456f-b3de-f85be6989164 Authenticating user 'default' from [fd00:1122:3344:101::e]:53692 2025.11.06 00:57:36.945765 [ 291 ] {} TCP-Session: 40c13ad3-c6db-47f9-ade6-ac1a99cc2350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.945773 [ 288 ] {} TCP-Session: 4c53a08f-6b2c-493f-bb60-f51b38e514cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.945800 [ 291 ] {} TCP-Session: 40c13ad3-c6db-47f9-ade6-ac1a99cc2350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.945797 [ 294 ] {} TCP-Session: d0221a54-ef8e-456f-b3de-f85be6989164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.945678 [ 287 ] {} TCP-Session: 1a82577c-695e-4467-8bae-1010d6e1fb16 Authenticating user 'default' from [fd00:1122:3344:101::e]:37940 2025.11.06 00:57:36.945846 [ 286 ] {bb80e565-e8a8-4eba-b265-aedfbd2a8cba} executeQuery: (from [fd00:1122:3344:101::e]:48188) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:57:36.945878 [ 287 ] {} TCP-Session: 1a82577c-695e-4467-8bae-1010d6e1fb16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.945604 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43933 2025.11.06 00:57:36.945906 [ 287 ] {} TCP-Session: 1a82577c-695e-4467-8bae-1010d6e1fb16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.945582 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58650 2025.11.06 00:57:36.945559 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46703 2025.11.06 00:57:36.945966 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.946004 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.946018 [ 293 ] {} TCP-Session: 847b813f-c306-4529-9825-97005ff65640 Authenticating user 'default' from [fd00:1122:3344:101::e]:43933 2025.11.06 00:57:36.945845 [ 294 ] {} TCP-Session: d0221a54-ef8e-456f-b3de-f85be6989164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.946045 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.946046 [ 293 ] {} TCP-Session: 847b813f-c306-4529-9825-97005ff65640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.946082 [ 290 ] {} TCP-Session: 53788821-d19f-4152-9fdc-5f671f134d30 Authenticating user 'default' from [fd00:1122:3344:101::e]:46703 2025.11.06 00:57:36.946090 [ 293 ] {} TCP-Session: 847b813f-c306-4529-9825-97005ff65640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.946110 [ 290 ] {} TCP-Session: 53788821-d19f-4152-9fdc-5f671f134d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.946038 [ 292 ] {} TCP-Session: 207d7d74-b987-4b9e-ab64-02cae21942b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:58650 2025.11.06 00:57:36.946138 [ 290 ] {} TCP-Session: 53788821-d19f-4152-9fdc-5f671f134d30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.946149 [ 286 ] {bb80e565-e8a8-4eba-b265-aedfbd2a8cba} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:57:36.946160 [ 292 ] {} TCP-Session: 207d7d74-b987-4b9e-ab64-02cae21942b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.945691 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:57:36.946203 [ 292 ] {} TCP-Session: 207d7d74-b987-4b9e-ab64-02cae21942b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.946221 [ 286 ] {bb80e565-e8a8-4eba-b265-aedfbd2a8cba} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:57:36.946237 [ 289 ] {} TCP-Session: 6e642a84-68db-424d-aaff-d9237f7f38eb Authenticating user 'default' from [fd00:1122:3344:101::e]:50191 2025.11.06 00:57:36.946271 [ 289 ] {} TCP-Session: 6e642a84-68db-424d-aaff-d9237f7f38eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.946284 [ 289 ] {} TCP-Session: 6e642a84-68db-424d-aaff-d9237f7f38eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.946538 [ 286 ] {bb80e565-e8a8-4eba-b265-aedfbd2a8cba} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:57:36.947516 [ 337 ] {bb80e565-e8a8-4eba-b265-aedfbd2a8cba} AggregatingTransform: Aggregating 2025.11.06 00:57:36.947561 [ 337 ] {bb80e565-e8a8-4eba-b265-aedfbd2a8cba} Aggregator: Aggregation method: without_key 2025.11.06 00:57:36.947594 [ 337 ] {bb80e565-e8a8-4eba-b265-aedfbd2a8cba} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000946927 sec. (1056.048 rows/sec., 41.25 KiB/sec.) 2025.11.06 00:57:36.947609 [ 337 ] {bb80e565-e8a8-4eba-b265-aedfbd2a8cba} Aggregator: Merging aggregated data 2025.11.06 00:57:36.949023 [ 286 ] {bb80e565-e8a8-4eba-b265-aedfbd2a8cba} executeQuery: Read 1 rows, 40.00 B in 0.003229 sec., 309.6934035305048 rows/sec., 12.10 KiB/sec. 2025.11.06 00:57:36.949221 [ 286 ] {bb80e565-e8a8-4eba-b265-aedfbd2a8cba} TCPHandler: Processed in 0.003670205 sec. 2025.11.06 00:57:36.949356 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.949386 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.949400 [ 286 ] {} TCP-Session: 02e0712b-63d3-4cb3-84a1-4efcb6a2d540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.949410 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.949429 [ 287 ] {} TCP-Session: 1a82577c-695e-4467-8bae-1010d6e1fb16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.949455 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.949471 [ 288 ] {} TCP-Session: 4c53a08f-6b2c-493f-bb60-f51b38e514cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.949482 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.949502 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.949522 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.949538 [ 291 ] {} TCP-Session: 40c13ad3-c6db-47f9-ade6-ac1a99cc2350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.949557 [ 293 ] {} TCP-Session: 847b813f-c306-4529-9825-97005ff65640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.949582 [ 292 ] {} TCP-Session: 207d7d74-b987-4b9e-ab64-02cae21942b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.949542 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.949508 [ 290 ] {} TCP-Session: 53788821-d19f-4152-9fdc-5f671f134d30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.949433 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:57:36.949640 [ 294 ] {} TCP-Session: d0221a54-ef8e-456f-b3de-f85be6989164 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.949668 [ 289 ] {} TCP-Session: 6e642a84-68db-424d-aaff-d9237f7f38eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:57:36.951843 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:36.951975 [ 4 ] {8bc77ae7-e4e6-4748-a3cd-ebae23587afe} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:36.952027 [ 4 ] {8bc77ae7-e4e6-4748-a3cd-ebae23587afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:36.953270 [ 4 ] {8bc77ae7-e4e6-4748-a3cd-ebae23587afe} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:36.953317 [ 4 ] {8bc77ae7-e4e6-4748-a3cd-ebae23587afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:36.953862 [ 4 ] {8bc77ae7-e4e6-4748-a3cd-ebae23587afe} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:57:36.954095 [ 4 ] {8bc77ae7-e4e6-4748-a3cd-ebae23587afe} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:36.954250 [ 4 ] {8bc77ae7-e4e6-4748-a3cd-ebae23587afe} executeQuery: Read 1248 rows, 105.36 KiB in 0.002318 sec., 538395.1682484901 rows/sec., 44.39 MiB/sec. 2025.11.06 00:57:36.954298 [ 4 ] {8bc77ae7-e4e6-4748-a3cd-ebae23587afe} TCPHandler: Processed in 0.002516235 sec. 2025.11.06 00:57:36.954440 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:36.954542 [ 4 ] {385625a2-8cf2-4271-ae59-c31c88272a53} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:36.954584 [ 4 ] {385625a2-8cf2-4271-ae59-c31c88272a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:36.955013 [ 4 ] {385625a2-8cf2-4271-ae59-c31c88272a53} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:36.955051 [ 4 ] {385625a2-8cf2-4271-ae59-c31c88272a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:36.955387 [ 4 ] {385625a2-8cf2-4271-ae59-c31c88272a53} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:57:36.955605 [ 4 ] {385625a2-8cf2-4271-ae59-c31c88272a53} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:36.955715 [ 106 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.06 00:57:36.955739 [ 4 ] {385625a2-8cf2-4271-ae59-c31c88272a53} executeQuery: Read 26 rows, 1.96 KiB in 0.001221 sec., 21294.02129402129 rows/sec., 1.56 MiB/sec. 2025.11.06 00:57:36.955755 [ 106 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:36.955782 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:36.955784 [ 4 ] {385625a2-8cf2-4271-ae59-c31c88272a53} TCPHandler: Processed in 0.001395975 sec. 2025.11.06 00:57:36.955888 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.11.06 00:57:36.955921 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:36.956000 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:36.956025 [ 4 ] {a0020bc1-19ca-419a-93ee-65bbb6ce6c32} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:57:36.956035 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 265 rows starting from the beginning of the part 2025.11.06 00:57:36.956079 [ 4 ] {a0020bc1-19ca-419a-93ee-65bbb6ce6c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:57:36.956137 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part 2025.11.06 00:57:36.956211 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 221 rows starting from the beginning of the part 2025.11.06 00:57:36.956254 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part 2025.11.06 00:57:36.956300 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 221 rows starting from the beginning of the part 2025.11.06 00:57:36.956340 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part 2025.11.06 00:57:36.956586 [ 4 ] {a0020bc1-19ca-419a-93ee-65bbb6ce6c32} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:36.956631 [ 4 ] {a0020bc1-19ca-419a-93ee-65bbb6ce6c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:36.956997 [ 4 ] {a0020bc1-19ca-419a-93ee-65bbb6ce6c32} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:57:36.957211 [ 4 ] {a0020bc1-19ca-419a-93ee-65bbb6ce6c32} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:36.957250 [ 196 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 785 rows, containing 5 columns (5 merged, 0 gathered) in 0.001413595 sec., 555321.715201313 rows/sec., 36.41 MiB/sec. 2025.11.06 00:57:36.957343 [ 4 ] {a0020bc1-19ca-419a-93ee-65bbb6ce6c32} executeQuery: Read 228 rows, 15.81 KiB in 0.001339 sec., 170276.32561613145 rows/sec., 11.53 MiB/sec. 2025.11.06 00:57:36.957386 [ 4 ] {a0020bc1-19ca-419a-93ee-65bbb6ce6c32} TCPHandler: Processed in 0.001516766 sec. 2025.11.06 00:57:36.957449 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.06 00:57:36.957505 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:36.957606 [ 4 ] {c932c4c1-dffd-4c82-a7c4-88b839577a69} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:36.957648 [ 4 ] {c932c4c1-dffd-4c82-a7c4-88b839577a69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:36.957772 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:36.957854 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_21_4} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.06 00:57:36.957941 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.11.06 00:57:36.958284 [ 4 ] {c932c4c1-dffd-4c82-a7c4-88b839577a69} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:36.958326 [ 4 ] {c932c4c1-dffd-4c82-a7c4-88b839577a69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:36.958653 [ 4 ] {c932c4c1-dffd-4c82-a7c4-88b839577a69} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:57:36.958861 [ 4 ] {c932c4c1-dffd-4c82-a7c4-88b839577a69} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:36.958987 [ 4 ] {c932c4c1-dffd-4c82-a7c4-88b839577a69} executeQuery: Read 546 rows, 41.49 KiB in 0.001401 sec., 389721.6274089936 rows/sec., 28.92 MiB/sec. 2025.11.06 00:57:36.959024 [ 4 ] {c932c4c1-dffd-4c82-a7c4-88b839577a69} TCPHandler: Processed in 0.001568028 sec. 2025.11.06 00:57:36.959140 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:36.959235 [ 4 ] {3e00344d-362e-499c-b520-fdb41e61cbbb} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:36.959278 [ 4 ] {3e00344d-362e-499c-b520-fdb41e61cbbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:36.959850 [ 4 ] {3e00344d-362e-499c-b520-fdb41e61cbbb} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:36.959884 [ 4 ] {3e00344d-362e-499c-b520-fdb41e61cbbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:36.960284 [ 4 ] {3e00344d-362e-499c-b520-fdb41e61cbbb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:57:36.960510 [ 4 ] {3e00344d-362e-499c-b520-fdb41e61cbbb} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:36.960636 [ 4 ] {3e00344d-362e-499c-b520-fdb41e61cbbb} executeQuery: Read 844 rows, 58.17 KiB in 0.001419 sec., 594785.059901339 rows/sec., 40.03 MiB/sec. 2025.11.06 00:57:36.960671 [ 4 ] {3e00344d-362e-499c-b520-fdb41e61cbbb} TCPHandler: Processed in 0.001580368 sec. 2025.11.06 00:57:36.960784 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:36.960879 [ 4 ] {6228b536-3f12-46d2-9cdb-ed4c44fdc725} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:36.960933 [ 4 ] {6228b536-3f12-46d2-9cdb-ed4c44fdc725} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:36.961758 [ 4 ] {6228b536-3f12-46d2-9cdb-ed4c44fdc725} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:36.961792 [ 4 ] {6228b536-3f12-46d2-9cdb-ed4c44fdc725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:36.962337 [ 4 ] {6228b536-3f12-46d2-9cdb-ed4c44fdc725} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:57:36.962561 [ 4 ] {6228b536-3f12-46d2-9cdb-ed4c44fdc725} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:36.962664 [ 105 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.06 00:57:36.962697 [ 4 ] {6228b536-3f12-46d2-9cdb-ed4c44fdc725} executeQuery: Read 26 rows, 47.71 KiB in 0.001838 sec., 14145.810663764962 rows/sec., 25.35 MiB/sec. 2025.11.06 00:57:36.962701 [ 105 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:36.962731 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:36.962763 [ 4 ] {6228b536-3f12-46d2-9cdb-ed4c44fdc725} TCPHandler: Processed in 0.002028446 sec. 2025.11.06 00:57:36.962822 [ 199 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.11.06 00:57:36.962896 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:36.962996 [ 4 ] {cbdbec0a-002b-4f2d-a6e1-c6d8875729d5} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:36.963020 [ 199 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:36.963037 [ 4 ] {cbdbec0a-002b-4f2d-a6e1-c6d8875729d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:36.963075 [ 199 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 283 rows starting from the beginning of the part 2025.11.06 00:57:36.963188 [ 199 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part 2025.11.06 00:57:36.963292 [ 199 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part 2025.11.06 00:57:36.963390 [ 199 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part 2025.11.06 00:57:36.963415 [ 4 ] {cbdbec0a-002b-4f2d-a6e1-c6d8875729d5} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:36.963456 [ 4 ] {cbdbec0a-002b-4f2d-a6e1-c6d8875729d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:36.963484 [ 199 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part 2025.11.06 00:57:36.963592 [ 199 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part 2025.11.06 00:57:36.963790 [ 4 ] {cbdbec0a-002b-4f2d-a6e1-c6d8875729d5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:57:36.964041 [ 4 ] {cbdbec0a-002b-4f2d-a6e1-c6d8875729d5} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:36.964176 [ 4 ] {cbdbec0a-002b-4f2d-a6e1-c6d8875729d5} executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. 2025.11.06 00:57:36.964214 [ 4 ] {cbdbec0a-002b-4f2d-a6e1-c6d8875729d5} TCPHandler: Processed in 0.001369164 sec. 2025.11.06 00:57:36.967294 [ 194 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 393 rows, containing 19 columns (19 merged, 0 gathered) in 0.00451606 sec., 87022.7587764556 rows/sec., 155.94 MiB/sec. 2025.11.06 00:57:36.968108 [ 196 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.06 00:57:36.968489 [ 196 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:36.968577 [ 196 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_21_4} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.06 00:57:36.968718 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2025.11.06 00:57:39.165831 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8181 2025.11.06 00:57:39.166381 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:39.166421 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:39.166921 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:57:39.167157 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:39.167292 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8181 2025.11.06 00:57:39.595180 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.11.06 00:57:39.611217 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:39.611291 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:39.616991 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:57:39.617709 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:39.620961 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.11.06 00:57:41.670416 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 592 2025.11.06 00:57:41.673288 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.673329 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.674500 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:57:41.674758 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.674998 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 592 2025.11.06 00:57:41.934182 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:41.934360 [ 4 ] {00434f96-e338-4411-bc61-908efa35e11b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:57:41.934431 [ 4 ] {00434f96-e338-4411-bc61-908efa35e11b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:57:41.935275 [ 4 ] {00434f96-e338-4411-bc61-908efa35e11b} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.935325 [ 4 ] {00434f96-e338-4411-bc61-908efa35e11b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.935742 [ 4 ] {00434f96-e338-4411-bc61-908efa35e11b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:57:41.935989 [ 4 ] {00434f96-e338-4411-bc61-908efa35e11b} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.936148 [ 4 ] {00434f96-e338-4411-bc61-908efa35e11b} executeQuery: Read 410 rows, 26.63 KiB in 0.001836 sec., 223311.54684095862 rows/sec., 14.17 MiB/sec. 2025.11.06 00:57:41.936200 [ 4 ] {00434f96-e338-4411-bc61-908efa35e11b} TCPHandler: Processed in 0.002156898 sec. 2025.11.06 00:57:41.936333 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:41.936438 [ 4 ] {304a5d92-7525-463f-9156-a711aaea22c6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:41.936483 [ 4 ] {304a5d92-7525-463f-9156-a711aaea22c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:41.937381 [ 4 ] {304a5d92-7525-463f-9156-a711aaea22c6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.937419 [ 4 ] {304a5d92-7525-463f-9156-a711aaea22c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.937830 [ 4 ] {304a5d92-7525-463f-9156-a711aaea22c6} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:57:41.938067 [ 4 ] {304a5d92-7525-463f-9156-a711aaea22c6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.938252 [ 4 ] {304a5d92-7525-463f-9156-a711aaea22c6} executeQuery: Read 1144 rows, 92.99 KiB in 0.001836 sec., 623093.6819172114 rows/sec., 49.46 MiB/sec. 2025.11.06 00:57:41.938310 [ 4 ] {304a5d92-7525-463f-9156-a711aaea22c6} TCPHandler: Processed in 0.002030266 sec. 2025.11.06 00:57:41.938448 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:41.938552 [ 4 ] {5645134a-033a-4e28-8471-f2cc522c87cd} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:41.938595 [ 4 ] {5645134a-033a-4e28-8471-f2cc522c87cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:41.939081 [ 4 ] {5645134a-033a-4e28-8471-f2cc522c87cd} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.939119 [ 4 ] {5645134a-033a-4e28-8471-f2cc522c87cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.939448 [ 4 ] {5645134a-033a-4e28-8471-f2cc522c87cd} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:57:41.939669 [ 4 ] {5645134a-033a-4e28-8471-f2cc522c87cd} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.939802 [ 4 ] {5645134a-033a-4e28-8471-f2cc522c87cd} executeQuery: Read 221 rows, 13.52 KiB in 0.001271 sec., 173878.83556254918 rows/sec., 10.39 MiB/sec. 2025.11.06 00:57:41.939842 [ 4 ] {5645134a-033a-4e28-8471-f2cc522c87cd} TCPHandler: Processed in 0.001447845 sec. 2025.11.06 00:57:41.939958 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:41.940055 [ 4 ] {da35cd7e-6822-4850-8c87-007f37ea4a3d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:57:41.940096 [ 4 ] {da35cd7e-6822-4850-8c87-007f37ea4a3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:57:41.940584 [ 4 ] {da35cd7e-6822-4850-8c87-007f37ea4a3d} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.940621 [ 4 ] {da35cd7e-6822-4850-8c87-007f37ea4a3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.940932 [ 4 ] {da35cd7e-6822-4850-8c87-007f37ea4a3d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:57:41.941179 [ 4 ] {da35cd7e-6822-4850-8c87-007f37ea4a3d} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.941311 [ 4 ] {da35cd7e-6822-4850-8c87-007f37ea4a3d} executeQuery: Read 212 rows, 14.00 KiB in 0.001275 sec., 166274.50980392157 rows/sec., 10.72 MiB/sec. 2025.11.06 00:57:41.941313 [ 99 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.06 00:57:41.941350 [ 4 ] {da35cd7e-6822-4850-8c87-007f37ea4a3d} TCPHandler: Processed in 0.001444905 sec. 2025.11.06 00:57:41.941411 [ 99 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.941452 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.941514 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:41.941563 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.11.06 00:57:41.941614 [ 4 ] {fc1b4f8b-6c00-4d90-be47-531e2ac3d47a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:57:41.941659 [ 4 ] {fc1b4f8b-6c00-4d90-be47-531e2ac3d47a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:57:41.941695 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:41.941733 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 440 rows starting from the beginning of the part 2025.11.06 00:57:41.941796 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part 2025.11.06 00:57:41.941842 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part 2025.11.06 00:57:41.941882 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part 2025.11.06 00:57:41.941921 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part 2025.11.06 00:57:41.941963 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part 2025.11.06 00:57:41.942140 [ 4 ] {fc1b4f8b-6c00-4d90-be47-531e2ac3d47a} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.942181 [ 4 ] {fc1b4f8b-6c00-4d90-be47-531e2ac3d47a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:41.942511 [ 4 ] {fc1b4f8b-6c00-4d90-be47-531e2ac3d47a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:57:41.942748 [ 4 ] {fc1b4f8b-6c00-4d90-be47-531e2ac3d47a} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.942886 [ 4 ] {fc1b4f8b-6c00-4d90-be47-531e2ac3d47a} executeQuery: Read 211 rows, 12.27 KiB in 0.001291 sec., 163439.19442292795 rows/sec., 9.28 MiB/sec. 2025.11.06 00:57:41.942925 [ 4 ] {fc1b4f8b-6c00-4d90-be47-531e2ac3d47a} TCPHandler: Processed in 0.001471846 sec. 2025.11.06 00:57:41.943042 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:41.943135 [ 196 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1516 rows, containing 5 columns (5 merged, 0 gathered) in 0.001620718 sec., 935387.8959819044 rows/sec., 64.80 MiB/sec. 2025.11.06 00:57:41.943143 [ 4 ] {c10ebe4a-ae75-43cc-aed5-3179dc010a40} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:41.943205 [ 4 ] {c10ebe4a-ae75-43cc-aed5-3179dc010a40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:41.943356 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.06 00:57:41.943701 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.943790 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_16_3} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.06 00:57:41.943895 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.11.06 00:57:41.943894 [ 4 ] {c10ebe4a-ae75-43cc-aed5-3179dc010a40} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.943948 [ 4 ] {c10ebe4a-ae75-43cc-aed5-3179dc010a40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.944321 [ 4 ] {c10ebe4a-ae75-43cc-aed5-3179dc010a40} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:57:41.944563 [ 4 ] {c10ebe4a-ae75-43cc-aed5-3179dc010a40} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.944698 [ 4 ] {c10ebe4a-ae75-43cc-aed5-3179dc010a40} executeQuery: Read 695 rows, 49.75 KiB in 0.001574 sec., 441550.19059720455 rows/sec., 30.87 MiB/sec. 2025.11.06 00:57:41.944738 [ 4 ] {c10ebe4a-ae75-43cc-aed5-3179dc010a40} TCPHandler: Processed in 0.001746731 sec. 2025.11.06 00:57:41.944858 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:41.944956 [ 4 ] {a62cea50-659c-42e1-a1f4-2593b50a7a0c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:57:41.945001 [ 4 ] {a62cea50-659c-42e1-a1f4-2593b50a7a0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:57:41.945346 [ 4 ] {a62cea50-659c-42e1-a1f4-2593b50a7a0c} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.945385 [ 4 ] {a62cea50-659c-42e1-a1f4-2593b50a7a0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.945715 [ 4 ] {a62cea50-659c-42e1-a1f4-2593b50a7a0c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:57:41.945932 [ 4 ] {a62cea50-659c-42e1-a1f4-2593b50a7a0c} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.946066 [ 4 ] {a62cea50-659c-42e1-a1f4-2593b50a7a0c} executeQuery: Read 6 rows, 321.00 B in 0.00113 sec., 5309.734513274337 rows/sec., 277.41 KiB/sec. 2025.11.06 00:57:41.946104 [ 4 ] {a62cea50-659c-42e1-a1f4-2593b50a7a0c} TCPHandler: Processed in 0.001296083 sec. 2025.11.06 00:57:41.946218 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:41.946312 [ 4 ] {97ccf185-28c6-4545-aac3-54894f81d78b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:41.946357 [ 4 ] {97ccf185-28c6-4545-aac3-54894f81d78b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:41.946797 [ 4 ] {97ccf185-28c6-4545-aac3-54894f81d78b} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.946834 [ 4 ] {97ccf185-28c6-4545-aac3-54894f81d78b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.947180 [ 4 ] {97ccf185-28c6-4545-aac3-54894f81d78b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:57:41.947398 [ 4 ] {97ccf185-28c6-4545-aac3-54894f81d78b} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.947533 [ 4 ] {97ccf185-28c6-4545-aac3-54894f81d78b} executeQuery: Read 314 rows, 21.12 KiB in 0.001239 sec., 253430.18563357546 rows/sec., 16.65 MiB/sec. 2025.11.06 00:57:41.947572 [ 4 ] {97ccf185-28c6-4545-aac3-54894f81d78b} TCPHandler: Processed in 0.001402985 sec. 2025.11.06 00:57:41.947683 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:41.947778 [ 4 ] {923c88e9-e193-4998-b784-554656c060c0} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:57:41.947821 [ 4 ] {923c88e9-e193-4998-b784-554656c060c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:57:41.948146 [ 4 ] {923c88e9-e193-4998-b784-554656c060c0} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.948183 [ 4 ] {923c88e9-e193-4998-b784-554656c060c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.948492 [ 4 ] {923c88e9-e193-4998-b784-554656c060c0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.06 00:57:41.948701 [ 4 ] {923c88e9-e193-4998-b784-554656c060c0} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.948831 [ 4 ] {923c88e9-e193-4998-b784-554656c060c0} executeQuery: Read 1 rows, 69.00 B in 0.001071 sec., 933.7068160597573 rows/sec., 62.92 KiB/sec. 2025.11.06 00:57:41.948869 [ 4 ] {923c88e9-e193-4998-b784-554656c060c0} TCPHandler: Processed in 0.001235712 sec. 2025.11.06 00:57:41.948973 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:41.949067 [ 4 ] {ddfd9ad2-b655-46c0-93aa-321d1821a53f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:41.949123 [ 4 ] {ddfd9ad2-b655-46c0-93aa-321d1821a53f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:41.950150 [ 4 ] {ddfd9ad2-b655-46c0-93aa-321d1821a53f} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.950203 [ 4 ] {ddfd9ad2-b655-46c0-93aa-321d1821a53f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.950938 [ 4 ] {ddfd9ad2-b655-46c0-93aa-321d1821a53f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:57:41.951237 [ 4 ] {ddfd9ad2-b655-46c0-93aa-321d1821a53f} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.951412 [ 4 ] {ddfd9ad2-b655-46c0-93aa-321d1821a53f} executeQuery: Read 16 rows, 29.36 KiB in 0.002361 sec., 6776.789495976282 rows/sec., 12.14 MiB/sec. 2025.11.06 00:57:41.951501 [ 4 ] {ddfd9ad2-b655-46c0-93aa-321d1821a53f} TCPHandler: Processed in 0.002576265 sec. 2025.11.06 00:57:41.951630 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:41.951738 [ 4 ] {d257d1d9-b03d-4876-bac8-8938c5fe0a48} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:41.951787 [ 4 ] {d257d1d9-b03d-4876-bac8-8938c5fe0a48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:41.952149 [ 4 ] {d257d1d9-b03d-4876-bac8-8938c5fe0a48} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:41.952187 [ 4 ] {d257d1d9-b03d-4876-bac8-8938c5fe0a48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.11.06 00:57:41.952517 [ 4 ] {d257d1d9-b03d-4876-bac8-8938c5fe0a48} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:57:41.952753 [ 4 ] {d257d1d9-b03d-4876-bac8-8938c5fe0a48} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:41.952889 [ 4 ] {d257d1d9-b03d-4876-bac8-8938c5fe0a48} executeQuery: Read 104 rows, 6.53 KiB in 0.001174 sec., 88586.03066439524 rows/sec., 5.43 MiB/sec. 2025.11.06 00:57:41.952930 [ 4 ] {d257d1d9-b03d-4876-bac8-8938c5fe0a48} TCPHandler: Processed in 0.001356924 sec. 2025.11.06 00:57:46.585219 [ 93 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:57:46.585292 [ 93 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:57:46.667630 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8629 2025.11.06 00:57:46.668216 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:46.668257 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:46.668744 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:57:46.668972 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:46.669106 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8629 2025.11.06 00:57:46.921325 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:46.921508 [ 4 ] {5258498e-8bad-4425-8bc0-3710de31657f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:46.921575 [ 4 ] {5258498e-8bad-4425-8bc0-3710de31657f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:46.922312 [ 4 ] {5258498e-8bad-4425-8bc0-3710de31657f} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:46.922353 [ 4 ] {5258498e-8bad-4425-8bc0-3710de31657f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:46.922760 [ 4 ] {5258498e-8bad-4425-8bc0-3710de31657f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:57:46.923012 [ 4 ] {5258498e-8bad-4425-8bc0-3710de31657f} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:46.923179 [ 4 ] {5258498e-8bad-4425-8bc0-3710de31657f} executeQuery: Read 108 rows, 9.25 KiB in 0.001719 sec., 62827.22513089005 rows/sec., 5.25 MiB/sec. 2025.11.06 00:57:46.923232 [ 4 ] {5258498e-8bad-4425-8bc0-3710de31657f} TCPHandler: Processed in 0.002038986 sec. 2025.11.06 00:57:46.923364 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:46.923470 [ 4 ] {af318d5b-b40c-45ea-9add-69507438a6b6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:46.923516 [ 4 ] {af318d5b-b40c-45ea-9add-69507438a6b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:46.923941 [ 4 ] {af318d5b-b40c-45ea-9add-69507438a6b6} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:46.923975 [ 4 ] {af318d5b-b40c-45ea-9add-69507438a6b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:46.924284 [ 4 ] {af318d5b-b40c-45ea-9add-69507438a6b6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:57:46.924502 [ 4 ] {af318d5b-b40c-45ea-9add-69507438a6b6} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:46.924639 [ 4 ] {af318d5b-b40c-45ea-9add-69507438a6b6} executeQuery: Read 26 rows, 1.96 KiB in 0.001193 sec., 21793.79715004191 rows/sec., 1.60 MiB/sec. 2025.11.06 00:57:46.924679 [ 4 ] {af318d5b-b40c-45ea-9add-69507438a6b6} TCPHandler: Processed in 0.001369434 sec. 2025.11.06 00:57:46.924792 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:46.924890 [ 4 ] {2c74ac03-6355-438e-a9ba-c4e6ffd76359} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:46.924933 [ 4 ] {2c74ac03-6355-438e-a9ba-c4e6ffd76359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:46.925353 [ 4 ] {2c74ac03-6355-438e-a9ba-c4e6ffd76359} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:46.925391 [ 4 ] {2c74ac03-6355-438e-a9ba-c4e6ffd76359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:46.925700 [ 4 ] {2c74ac03-6355-438e-a9ba-c4e6ffd76359} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:57:46.925913 [ 4 ] {2c74ac03-6355-438e-a9ba-c4e6ffd76359} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:46.926047 [ 4 ] {2c74ac03-6355-438e-a9ba-c4e6ffd76359} executeQuery: Read 90 rows, 7.20 KiB in 0.001176 sec., 76530.61224489796 rows/sec., 5.98 MiB/sec. 2025.11.06 00:57:46.926086 [ 4 ] {2c74ac03-6355-438e-a9ba-c4e6ffd76359} TCPHandler: Processed in 0.001344174 sec. 2025.11.06 00:57:46.926201 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:46.926297 [ 4 ] {fde3eec9-be78-4967-84dc-e1c9a9baf71e} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:46.926342 [ 4 ] {fde3eec9-be78-4967-84dc-e1c9a9baf71e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:46.926767 [ 4 ] {fde3eec9-be78-4967-84dc-e1c9a9baf71e} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:46.926805 [ 4 ] {fde3eec9-be78-4967-84dc-e1c9a9baf71e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:46.927141 [ 4 ] {fde3eec9-be78-4967-84dc-e1c9a9baf71e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:57:46.927361 [ 4 ] {fde3eec9-be78-4967-84dc-e1c9a9baf71e} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:46.927497 [ 4 ] {fde3eec9-be78-4967-84dc-e1c9a9baf71e} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2025.11.06 00:57:46.927535 [ 4 ] {fde3eec9-be78-4967-84dc-e1c9a9baf71e} TCPHandler: Processed in 0.001383034 sec. 2025.11.06 00:57:46.927646 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:46.927742 [ 4 ] {c920ea27-4c37-4cc4-bfd9-a270c1251ebf} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:46.927797 [ 4 ] {c920ea27-4c37-4cc4-bfd9-a270c1251ebf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:46.928610 [ 4 ] {c920ea27-4c37-4cc4-bfd9-a270c1251ebf} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:46.928648 [ 4 ] {c920ea27-4c37-4cc4-bfd9-a270c1251ebf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:46.929179 [ 4 ] {c920ea27-4c37-4cc4-bfd9-a270c1251ebf} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:57:46.929408 [ 4 ] {c920ea27-4c37-4cc4-bfd9-a270c1251ebf} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:46.929548 [ 4 ] {c920ea27-4c37-4cc4-bfd9-a270c1251ebf} executeQuery: Read 26 rows, 47.71 KiB in 0.001824 sec., 14254.38596491228 rows/sec., 25.54 MiB/sec. 2025.11.06 00:57:46.929645 [ 4 ] {c920ea27-4c37-4cc4-bfd9-a270c1251ebf} TCPHandler: Processed in 0.002047627 sec. 2025.11.06 00:57:46.929777 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:46.929875 [ 4 ] {8f9f7189-0f2b-4360-8036-e278d27c2944} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:46.929917 [ 4 ] {8f9f7189-0f2b-4360-8036-e278d27c2944} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:46.930259 [ 4 ] {8f9f7189-0f2b-4360-8036-e278d27c2944} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:46.930297 [ 4 ] {8f9f7189-0f2b-4360-8036-e278d27c2944} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:46.930604 [ 4 ] {8f9f7189-0f2b-4360-8036-e278d27c2944} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:57:46.930819 [ 4 ] {8f9f7189-0f2b-4360-8036-e278d27c2944} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:46.930960 [ 4 ] {8f9f7189-0f2b-4360-8036-e278d27c2944} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.11.06 00:57:46.930998 [ 4 ] {8f9f7189-0f2b-4360-8036-e278d27c2944} TCPHandler: Processed in 0.001273483 sec. 2025.11.06 00:57:47.121203 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.11.06 00:57:47.137401 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:47.137470 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:47.143737 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:57:47.144440 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:47.147236 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.11.06 00:57:51.675215 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 626 2025.11.06 00:57:51.677417 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.677465 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.678602 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:57:51.678855 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.679097 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 626 2025.11.06 00:57:51.932815 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.932999 [ 4 ] {c5ee649b-9cb5-4297-842d-c93ab90ae444} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:57:51.933068 [ 4 ] {c5ee649b-9cb5-4297-842d-c93ab90ae444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:57:51.933854 [ 4 ] {c5ee649b-9cb5-4297-842d-c93ab90ae444} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.933902 [ 4 ] {c5ee649b-9cb5-4297-842d-c93ab90ae444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.934422 [ 4 ] {c5ee649b-9cb5-4297-842d-c93ab90ae444} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:57:51.934735 [ 4 ] {c5ee649b-9cb5-4297-842d-c93ab90ae444} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.934888 [ 88 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.11.06 00:57:51.934898 [ 4 ] {c5ee649b-9cb5-4297-842d-c93ab90ae444} executeQuery: Read 410 rows, 26.63 KiB in 0.001948 sec., 210472.27926078028 rows/sec., 13.35 MiB/sec. 2025.11.06 00:57:51.934970 [ 88 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.934987 [ 4 ] {c5ee649b-9cb5-4297-842d-c93ab90ae444} TCPHandler: Processed in 0.002314281 sec. 2025.11.06 00:57:51.935001 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.935138 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.935143 [ 195 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.11.06 00:57:51.935243 [ 4 ] {46058306-23f5-406e-9a03-fd36a8c3b92a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.06 00:57:51.935291 [ 4 ] {46058306-23f5-406e-9a03-fd36a8c3b92a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.06 00:57:51.935295 [ 195 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:51.935340 [ 195 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 410 rows starting from the beginning of the part 2025.11.06 00:57:51.935408 [ 195 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 410 rows starting from the beginning of the part 2025.11.06 00:57:51.935456 [ 195 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 410 rows starting from the beginning of the part 2025.11.06 00:57:51.935501 [ 195 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 410 rows starting from the beginning of the part 2025.11.06 00:57:51.935541 [ 195 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 410 rows starting from the beginning of the part 2025.11.06 00:57:51.935715 [ 4 ] {46058306-23f5-406e-9a03-fd36a8c3b92a} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.935760 [ 4 ] {46058306-23f5-406e-9a03-fd36a8c3b92a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.936086 [ 4 ] {46058306-23f5-406e-9a03-fd36a8c3b92a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.06 00:57:51.936322 [ 4 ] {46058306-23f5-406e-9a03-fd36a8c3b92a} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.936455 [ 4 ] {46058306-23f5-406e-9a03-fd36a8c3b92a} executeQuery: Read 12 rows, 1002.00 B in 0.00123 sec., 9756.09756097561 rows/sec., 795.54 KiB/sec. 2025.11.06 00:57:51.936494 [ 4 ] {46058306-23f5-406e-9a03-fd36a8c3b92a} TCPHandler: Processed in 0.001407205 sec. 2025.11.06 00:57:51.936637 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.936707 [ 194 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001620619 sec., 1264948.7634046003 rows/sec., 85.07 MiB/sec. 2025.11.06 00:57:51.936732 [ 4 ] {257cd599-2c38-4be6-9d9f-9426eeed845b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:51.936788 [ 4 ] {257cd599-2c38-4be6-9d9f-9426eeed845b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:51.936914 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.11.06 00:57:51.937214 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_13_3} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.937293 [ 198 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_13_3} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.11.06 00:57:51.937381 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.11.06 00:57:51.937640 [ 4 ] {257cd599-2c38-4be6-9d9f-9426eeed845b} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.937682 [ 4 ] {257cd599-2c38-4be6-9d9f-9426eeed845b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.938063 [ 4 ] {257cd599-2c38-4be6-9d9f-9426eeed845b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.06 00:57:51.938280 [ 4 ] {257cd599-2c38-4be6-9d9f-9426eeed845b} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.938397 [ 86 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.06 00:57:51.938408 [ 4 ] {257cd599-2c38-4be6-9d9f-9426eeed845b} executeQuery: Read 1150 rows, 93.42 KiB in 0.001695 sec., 678466.0766961653 rows/sec., 53.83 MiB/sec. 2025.11.06 00:57:51.938443 [ 86 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.938462 [ 4 ] {257cd599-2c38-4be6-9d9f-9426eeed845b} TCPHandler: Processed in 0.001875743 sec. 2025.11.06 00:57:51.938471 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.938561 [ 198 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.11.06 00:57:51.938599 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.938645 [ 198 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:51.938677 [ 198 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2345 rows starting from the beginning of the part 2025.11.06 00:57:51.938699 [ 4 ] {9ca7d1c1-2a4c-4156-8ae3-10fc6d5c4905} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:51.938734 [ 198 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:57:51.938745 [ 4 ] {9ca7d1c1-2a4c-4156-8ae3-10fc6d5c4905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:51.938785 [ 198 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1248 rows starting from the beginning of the part 2025.11.06 00:57:51.938828 [ 198 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:57:51.938869 [ 198 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 108 rows starting from the beginning of the part 2025.11.06 00:57:51.938910 [ 198 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1150 rows starting from the beginning of the part 2025.11.06 00:57:51.939220 [ 4 ] {9ca7d1c1-2a4c-4156-8ae3-10fc6d5c4905} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.939264 [ 4 ] {9ca7d1c1-2a4c-4156-8ae3-10fc6d5c4905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.939606 [ 4 ] {9ca7d1c1-2a4c-4156-8ae3-10fc6d5c4905} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:57:51.939837 [ 4 ] {9ca7d1c1-2a4c-4156-8ae3-10fc6d5c4905} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.939968 [ 4 ] {9ca7d1c1-2a4c-4156-8ae3-10fc6d5c4905} executeQuery: Read 233 rows, 14.36 KiB in 0.001288 sec., 180900.6211180124 rows/sec., 10.89 MiB/sec. 2025.11.06 00:57:51.940007 [ 4 ] {9ca7d1c1-2a4c-4156-8ae3-10fc6d5c4905} TCPHandler: Processed in 0.001458656 sec. 2025.11.06 00:57:51.940117 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.940211 [ 4 ] {84e1a6f6-59eb-4722-a8af-c82ae8fef4dd} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:57:51.940252 [ 4 ] {84e1a6f6-59eb-4722-a8af-c82ae8fef4dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:57:51.940711 [ 4 ] {84e1a6f6-59eb-4722-a8af-c82ae8fef4dd} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.940748 [ 4 ] {84e1a6f6-59eb-4722-a8af-c82ae8fef4dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.941064 [ 4 ] {84e1a6f6-59eb-4722-a8af-c82ae8fef4dd} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:57:51.941128 [ 198 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 7139 rows, containing 5 columns (5 merged, 0 gathered) in 0.002596915 sec., 2749031.061856087 rows/sec., 231.84 MiB/sec. 2025.11.06 00:57:51.941290 [ 4 ] {84e1a6f6-59eb-4722-a8af-c82ae8fef4dd} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.941422 [ 4 ] {84e1a6f6-59eb-4722-a8af-c82ae8fef4dd} executeQuery: Read 212 rows, 14.00 KiB in 0.001228 sec., 172638.4364820847 rows/sec., 11.13 MiB/sec. 2025.11.06 00:57:51.941432 [ 195 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.06 00:57:51.941461 [ 4 ] {84e1a6f6-59eb-4722-a8af-c82ae8fef4dd} TCPHandler: Processed in 0.001393034 sec. 2025.11.06 00:57:51.941590 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.941687 [ 4 ] {9058d46e-8d4c-47c1-a48b-bef4b450431c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:57:51.941731 [ 4 ] {9058d46e-8d4c-47c1-a48b-bef4b450431c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:57:51.941750 [ 195 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.941868 [ 195 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_26_5} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.06 00:57:51.941985 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2025.11.06 00:57:51.942211 [ 4 ] {9058d46e-8d4c-47c1-a48b-bef4b450431c} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.942254 [ 4 ] {9058d46e-8d4c-47c1-a48b-bef4b450431c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.942566 [ 4 ] {9058d46e-8d4c-47c1-a48b-bef4b450431c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:57:51.942780 [ 4 ] {9058d46e-8d4c-47c1-a48b-bef4b450431c} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.942893 [ 86 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.11.06 00:57:51.942925 [ 4 ] {9058d46e-8d4c-47c1-a48b-bef4b450431c} executeQuery: Read 211 rows, 12.27 KiB in 0.001254 sec., 168261.5629984051 rows/sec., 9.55 MiB/sec. 2025.11.06 00:57:51.942936 [ 86 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.942972 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.942984 [ 4 ] {9058d46e-8d4c-47c1-a48b-bef4b450431c} TCPHandler: Processed in 0.001443345 sec. 2025.11.06 00:57:51.943048 [ 194 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.11.06 00:57:51.943138 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.943151 [ 194 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:51.943196 [ 194 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 211 rows starting from the beginning of the part 2025.11.06 00:57:51.943253 [ 194 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 211 rows starting from the beginning of the part 2025.11.06 00:57:51.943261 [ 4 ] {afaf4fe5-2c3e-41ed-bd85-a4cad7b414ef} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:51.943299 [ 194 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 211 rows starting from the beginning of the part 2025.11.06 00:57:51.943321 [ 4 ] {afaf4fe5-2c3e-41ed-bd85-a4cad7b414ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:51.943385 [ 194 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 211 rows starting from the beginning of the part 2025.11.06 00:57:51.943429 [ 194 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 211 rows starting from the beginning of the part 2025.11.06 00:57:51.944345 [ 4 ] {afaf4fe5-2c3e-41ed-bd85-a4cad7b414ef} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.944398 [ 4 ] {afaf4fe5-2c3e-41ed-bd85-a4cad7b414ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.944448 [ 198 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001431425 sec., 737027.7869954765 rows/sec., 44.66 MiB/sec. 2025.11.06 00:57:51.944582 [ 198 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.11.06 00:57:51.944913 [ 198 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_13_3} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.944950 [ 4 ] {afaf4fe5-2c3e-41ed-bd85-a4cad7b414ef} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.06 00:57:51.945050 [ 198 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_13_3} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.11.06 00:57:51.945135 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.06 00:57:51.945284 [ 4 ] {afaf4fe5-2c3e-41ed-bd85-a4cad7b414ef} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.945464 [ 86 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.06 00:57:51.945498 [ 4 ] {afaf4fe5-2c3e-41ed-bd85-a4cad7b414ef} executeQuery: Read 707 rows, 50.73 KiB in 0.002258 sec., 313108.94596988487 rows/sec., 21.94 MiB/sec. 2025.11.06 00:57:51.945520 [ 86 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.945565 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.945565 [ 4 ] {afaf4fe5-2c3e-41ed-bd85-a4cad7b414ef} TCPHandler: Processed in 0.002486064 sec. 2025.11.06 00:57:51.945726 [ 191 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.11.06 00:57:51.945893 [ 191 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:51.945936 [ 191 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1213 rows starting from the beginning of the part 2025.11.06 00:57:51.945796 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.946046 [ 191 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 695 rows starting from the beginning of the part 2025.11.06 00:57:51.946118 [ 4 ] {691b7f8c-e0ac-4d1f-acd5-66daa1c863e4} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:57:51.946132 [ 191 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 546 rows starting from the beginning of the part 2025.11.06 00:57:51.946177 [ 4 ] {691b7f8c-e0ac-4d1f-acd5-66daa1c863e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:57:51.946212 [ 191 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 695 rows starting from the beginning of the part 2025.11.06 00:57:51.946270 [ 191 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part 2025.11.06 00:57:51.946316 [ 191 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 707 rows starting from the beginning of the part 2025.11.06 00:57:51.946539 [ 4 ] {691b7f8c-e0ac-4d1f-acd5-66daa1c863e4} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.946581 [ 4 ] {691b7f8c-e0ac-4d1f-acd5-66daa1c863e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.946928 [ 4 ] {691b7f8c-e0ac-4d1f-acd5-66daa1c863e4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:57:51.947173 [ 4 ] {691b7f8c-e0ac-4d1f-acd5-66daa1c863e4} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.947307 [ 4 ] {691b7f8c-e0ac-4d1f-acd5-66daa1c863e4} executeQuery: Read 6 rows, 321.00 B in 0.001213 sec., 4946.41384995878 rows/sec., 258.43 KiB/sec. 2025.11.06 00:57:51.947344 [ 4 ] {691b7f8c-e0ac-4d1f-acd5-66daa1c863e4} TCPHandler: Processed in 0.001626248 sec. 2025.11.06 00:57:51.947461 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.947566 [ 4 ] {720f4138-539c-42f1-99b0-5009111feaa3} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:51.947611 [ 4 ] {720f4138-539c-42f1-99b0-5009111feaa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:51.947785 [ 198 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3946 rows, containing 5 columns (5 merged, 0 gathered) in 0.002131378 sec., 1851384.409522853 rows/sec., 138.99 MiB/sec. 2025.11.06 00:57:51.947963 [ 198 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.06 00:57:51.948080 [ 4 ] {720f4138-539c-42f1-99b0-5009111feaa3} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.948126 [ 4 ] {720f4138-539c-42f1-99b0-5009111feaa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.948239 [ 198 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.948321 [ 198 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_26_5} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.06 00:57:51.948399 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2025.11.06 00:57:51.948505 [ 4 ] {720f4138-539c-42f1-99b0-5009111feaa3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.06 00:57:51.948718 [ 4 ] {720f4138-539c-42f1-99b0-5009111feaa3} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.948848 [ 87 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.06 00:57:51.948861 [ 4 ] {720f4138-539c-42f1-99b0-5009111feaa3} executeQuery: Read 320 rows, 21.54 KiB in 0.001314 sec., 243531.202435312 rows/sec., 16.01 MiB/sec. 2025.11.06 00:57:51.948903 [ 87 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.948917 [ 4 ] {720f4138-539c-42f1-99b0-5009111feaa3} TCPHandler: Processed in 0.001505656 sec. 2025.11.06 00:57:51.948930 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.949029 [ 191 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.11.06 00:57:51.949043 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.949155 [ 4 ] {80ac7215-8730-404d-b7a6-ee241529d7cc} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:57:51.949163 [ 191 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:51.949199 [ 4 ] {80ac7215-8730-404d-b7a6-ee241529d7cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:57:51.949213 [ 191 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7316 rows starting from the beginning of the part 2025.11.06 00:57:51.949283 [ 191 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 314 rows starting from the beginning of the part 2025.11.06 00:57:51.949342 [ 191 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 844 rows starting from the beginning of the part 2025.11.06 00:57:51.949399 [ 191 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 314 rows starting from the beginning of the part 2025.11.06 00:57:51.949446 [ 191 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2025.11.06 00:57:51.949484 [ 191 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 320 rows starting from the beginning of the part 2025.11.06 00:57:51.949533 [ 4 ] {80ac7215-8730-404d-b7a6-ee241529d7cc} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.949572 [ 4 ] {80ac7215-8730-404d-b7a6-ee241529d7cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.949904 [ 4 ] {80ac7215-8730-404d-b7a6-ee241529d7cc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.06 00:57:51.950116 [ 4 ] {80ac7215-8730-404d-b7a6-ee241529d7cc} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.950244 [ 4 ] {80ac7215-8730-404d-b7a6-ee241529d7cc} executeQuery: Read 1 rows, 69.00 B in 0.001108 sec., 902.5270758122743 rows/sec., 60.81 KiB/sec. 2025.11.06 00:57:51.950281 [ 4 ] {80ac7215-8730-404d-b7a6-ee241529d7cc} TCPHandler: Processed in 0.001286542 sec. 2025.11.06 00:57:51.950396 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.950490 [ 4 ] {b6b5a2db-1b41-4c23-ad8c-0283ea989708} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:51.950547 [ 4 ] {b6b5a2db-1b41-4c23-ad8c-0283ea989708} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:51.951410 [ 4 ] {b6b5a2db-1b41-4c23-ad8c-0283ea989708} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.951450 [ 4 ] {b6b5a2db-1b41-4c23-ad8c-0283ea989708} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.952114 [ 4 ] {b6b5a2db-1b41-4c23-ad8c-0283ea989708} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:57:51.952350 [ 4 ] {b6b5a2db-1b41-4c23-ad8c-0283ea989708} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.952490 [ 4 ] {b6b5a2db-1b41-4c23-ad8c-0283ea989708} executeQuery: Read 16 rows, 29.36 KiB in 0.002018 sec., 7928.642220019822 rows/sec., 14.21 MiB/sec. 2025.11.06 00:57:51.952542 [ 4 ] {b6b5a2db-1b41-4c23-ad8c-0283ea989708} TCPHandler: Processed in 0.002195468 sec. 2025.11.06 00:57:51.952665 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:51.952761 [ 4 ] {828c47df-b06b-4e9d-87a9-e30cfb729787} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:51.952802 [ 4 ] {828c47df-b06b-4e9d-87a9-e30cfb729787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:51.953146 [ 4 ] {828c47df-b06b-4e9d-87a9-e30cfb729787} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.953183 [ 4 ] {828c47df-b06b-4e9d-87a9-e30cfb729787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.953471 [ 198 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9268 rows, containing 5 columns (5 merged, 0 gathered) in 0.004480319 sec., 2068602.704405646 rows/sec., 138.26 MiB/sec. 2025.11.06 00:57:51.953513 [ 4 ] {828c47df-b06b-4e9d-87a9-e30cfb729787} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.06 00:57:51.953736 [ 4 ] {828c47df-b06b-4e9d-87a9-e30cfb729787} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.953767 [ 188 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.06 00:57:51.953854 [ 87 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.06 00:57:51.953869 [ 4 ] {828c47df-b06b-4e9d-87a9-e30cfb729787} executeQuery: Read 104 rows, 6.53 KiB in 0.001127 sec., 92280.39041703638 rows/sec., 5.65 MiB/sec. 2025.11.06 00:57:51.953897 [ 87 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:51.953917 [ 4 ] {828c47df-b06b-4e9d-87a9-e30cfb729787} TCPHandler: Processed in 0.001301443 sec. 2025.11.06 00:57:51.953924 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:51.954014 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.11.06 00:57:51.954109 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:57:51.954137 [ 188 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.954137 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1568 rows starting from the beginning of the part 2025.11.06 00:57:51.954205 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 104 rows starting from the beginning of the part 2025.11.06 00:57:51.954238 [ 188 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_26_5} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.06 00:57:51.954247 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2025.11.06 00:57:51.954292 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 104 rows starting from the beginning of the part 2025.11.06 00:57:51.954343 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2025.11.06 00:57:51.954355 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. 2025.11.06 00:57:51.954381 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 104 rows starting from the beginning of the part 2025.11.06 00:57:51.955610 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2000 rows, containing 4 columns (4 merged, 0 gathered) in 0.001626868 sec., 1229356.0387197977 rows/sec., 77.72 MiB/sec. 2025.11.06 00:57:51.956016 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.06 00:57:51.956373 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:51.956472 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_26_5} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.06 00:57:51.956574 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.11.06 00:57:54.169162 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9141 2025.11.06 00:57:54.169685 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:54.169728 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:54.170223 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:57:54.170453 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:54.170585 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9141 2025.11.06 00:57:54.647298 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.11.06 00:57:54.664007 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:54.664075 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:54.669777 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:57:54.670467 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:54.673417 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.11.06 00:57:56.922893 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:56.923072 [ 4 ] {183c77e3-d98c-41a9-bb17-3cdd9fa94e28} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:57:56.923141 [ 4 ] {183c77e3-d98c-41a9-bb17-3cdd9fa94e28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:57:56.923842 [ 4 ] {183c77e3-d98c-41a9-bb17-3cdd9fa94e28} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:56.923887 [ 4 ] {183c77e3-d98c-41a9-bb17-3cdd9fa94e28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:56.924324 [ 4 ] {183c77e3-d98c-41a9-bb17-3cdd9fa94e28} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.06 00:57:56.924568 [ 4 ] {183c77e3-d98c-41a9-bb17-3cdd9fa94e28} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:56.924730 [ 4 ] {183c77e3-d98c-41a9-bb17-3cdd9fa94e28} executeQuery: Read 108 rows, 9.25 KiB in 0.001708 sec., 63231.850117096015 rows/sec., 5.29 MiB/sec. 2025.11.06 00:57:56.924783 [ 4 ] {183c77e3-d98c-41a9-bb17-3cdd9fa94e28} TCPHandler: Processed in 0.002023995 sec. 2025.11.06 00:57:56.924913 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:56.925018 [ 4 ] {eac1a1bf-fa13-4244-89eb-683b500a0411} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:57:56.925063 [ 4 ] {eac1a1bf-fa13-4244-89eb-683b500a0411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:57:56.925483 [ 4 ] {eac1a1bf-fa13-4244-89eb-683b500a0411} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:56.925520 [ 4 ] {eac1a1bf-fa13-4244-89eb-683b500a0411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:56.925833 [ 4 ] {eac1a1bf-fa13-4244-89eb-683b500a0411} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:57:56.926053 [ 4 ] {eac1a1bf-fa13-4244-89eb-683b500a0411} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:56.926201 [ 4 ] {eac1a1bf-fa13-4244-89eb-683b500a0411} executeQuery: Read 26 rows, 1.96 KiB in 0.001207 sec., 21541.010770505385 rows/sec., 1.58 MiB/sec. 2025.11.06 00:57:56.926240 [ 4 ] {eac1a1bf-fa13-4244-89eb-683b500a0411} TCPHandler: Processed in 0.001378794 sec. 2025.11.06 00:57:56.926355 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:56.926452 [ 4 ] {ba4025dd-28f0-4fdd-9095-fb4485425ad2} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:57:56.926494 [ 4 ] {ba4025dd-28f0-4fdd-9095-fb4485425ad2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:57:56.926906 [ 4 ] {ba4025dd-28f0-4fdd-9095-fb4485425ad2} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:56.926942 [ 4 ] {ba4025dd-28f0-4fdd-9095-fb4485425ad2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:56.927261 [ 4 ] {ba4025dd-28f0-4fdd-9095-fb4485425ad2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.06 00:57:56.927506 [ 4 ] {ba4025dd-28f0-4fdd-9095-fb4485425ad2} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:56.927636 [ 4 ] {ba4025dd-28f0-4fdd-9095-fb4485425ad2} executeQuery: Read 90 rows, 7.20 KiB in 0.001204 sec., 74750.83056478406 rows/sec., 5.84 MiB/sec. 2025.11.06 00:57:56.927674 [ 4 ] {ba4025dd-28f0-4fdd-9095-fb4485425ad2} TCPHandler: Processed in 0.001370125 sec. 2025.11.06 00:57:56.927800 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:56.927899 [ 4 ] {b30beccc-e9cc-4e98-adee-e58cfa1de4ea} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:56.927944 [ 4 ] {b30beccc-e9cc-4e98-adee-e58cfa1de4ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:57:56.928363 [ 4 ] {b30beccc-e9cc-4e98-adee-e58cfa1de4ea} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:56.928400 [ 4 ] {b30beccc-e9cc-4e98-adee-e58cfa1de4ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:56.928740 [ 4 ] {b30beccc-e9cc-4e98-adee-e58cfa1de4ea} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.06 00:57:56.928979 [ 4 ] {b30beccc-e9cc-4e98-adee-e58cfa1de4ea} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:56.929123 [ 4 ] {b30beccc-e9cc-4e98-adee-e58cfa1de4ea} executeQuery: Read 160 rows, 11.41 KiB in 0.001243 sec., 128720.83668543847 rows/sec., 8.97 MiB/sec. 2025.11.06 00:57:56.929162 [ 4 ] {b30beccc-e9cc-4e98-adee-e58cfa1de4ea} TCPHandler: Processed in 0.001410125 sec. 2025.11.06 00:57:56.929277 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:56.929371 [ 4 ] {571a5440-8c59-4da6-a8be-42d8b0527685} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:57:56.929428 [ 4 ] {571a5440-8c59-4da6-a8be-42d8b0527685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:57:56.930229 [ 4 ] {571a5440-8c59-4da6-a8be-42d8b0527685} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:56.930267 [ 4 ] {571a5440-8c59-4da6-a8be-42d8b0527685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:56.930844 [ 4 ] {571a5440-8c59-4da6-a8be-42d8b0527685} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:57:56.931086 [ 4 ] {571a5440-8c59-4da6-a8be-42d8b0527685} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:56.931238 [ 4 ] {571a5440-8c59-4da6-a8be-42d8b0527685} executeQuery: Read 26 rows, 47.71 KiB in 0.001884 sec., 13800.424628450106 rows/sec., 24.73 MiB/sec. 2025.11.06 00:57:56.931301 [ 4 ] {571a5440-8c59-4da6-a8be-42d8b0527685} TCPHandler: Processed in 0.002073817 sec. 2025.11.06 00:57:56.931416 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:57:56.931512 [ 4 ] {f001827e-0cae-409c-9115-f709db273d9f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:57:56.931554 [ 4 ] {f001827e-0cae-409c-9115-f709db273d9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:57:56.931893 [ 4 ] {f001827e-0cae-409c-9115-f709db273d9f} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:57:56.931929 [ 4 ] {f001827e-0cae-409c-9115-f709db273d9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:57:56.932232 [ 4 ] {f001827e-0cae-409c-9115-f709db273d9f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.06 00:57:56.932469 [ 4 ] {f001827e-0cae-409c-9115-f709db273d9f} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:57:56.932598 [ 4 ] {f001827e-0cae-409c-9115-f709db273d9f} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.11.06 00:57:56.932634 [ 4 ] {f001827e-0cae-409c-9115-f709db273d9f} TCPHandler: Processed in 0.001266512 sec. 2025.11.06 00:58:01.585532 [ 76 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:58:01.585605 [ 76 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:58:01.671587 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9589 2025.11.06 00:58:01.672044 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.672084 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.672601 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:58:01.672831 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.672964 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9589 2025.11.06 00:58:01.679334 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 662 2025.11.06 00:58:01.681900 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.681945 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.683139 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:58:01.683390 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.683636 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 662 2025.11.06 00:58:01.933030 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:01.933208 [ 4 ] {2bd40153-be69-4db7-8222-2915a13d95a8} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:58:01.933275 [ 4 ] {2bd40153-be69-4db7-8222-2915a13d95a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:58:01.934081 [ 4 ] {2bd40153-be69-4db7-8222-2915a13d95a8} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.934130 [ 4 ] {2bd40153-be69-4db7-8222-2915a13d95a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.934567 [ 4 ] {2bd40153-be69-4db7-8222-2915a13d95a8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:58:01.934791 [ 4 ] {2bd40153-be69-4db7-8222-2915a13d95a8} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.934948 [ 4 ] {2bd40153-be69-4db7-8222-2915a13d95a8} executeQuery: Read 410 rows, 26.63 KiB in 0.001788 sec., 229306.48769574944 rows/sec., 14.55 MiB/sec. 2025.11.06 00:58:01.934997 [ 4 ] {2bd40153-be69-4db7-8222-2915a13d95a8} TCPHandler: Processed in 0.002103067 sec. 2025.11.06 00:58:01.935125 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:01.935228 [ 4 ] {e758cb44-4031-4c70-9642-8e2776f446bb} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:01.935271 [ 4 ] {e758cb44-4031-4c70-9642-8e2776f446bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:01.936205 [ 4 ] {e758cb44-4031-4c70-9642-8e2776f446bb} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.936243 [ 4 ] {e758cb44-4031-4c70-9642-8e2776f446bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.936656 [ 4 ] {e758cb44-4031-4c70-9642-8e2776f446bb} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.06 00:58:01.936875 [ 4 ] {e758cb44-4031-4c70-9642-8e2776f446bb} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.937005 [ 4 ] {e758cb44-4031-4c70-9642-8e2776f446bb} executeQuery: Read 1144 rows, 92.99 KiB in 0.001801 sec., 635202.6651860077 rows/sec., 50.42 MiB/sec. 2025.11.06 00:58:01.937044 [ 4 ] {e758cb44-4031-4c70-9642-8e2776f446bb} TCPHandler: Processed in 0.001972854 sec. 2025.11.06 00:58:01.937169 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:01.937266 [ 4 ] {920bf277-ef35-4037-9b93-39f39e4a5a27} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:01.937309 [ 4 ] {920bf277-ef35-4037-9b93-39f39e4a5a27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:01.937797 [ 4 ] {920bf277-ef35-4037-9b93-39f39e4a5a27} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.937838 [ 4 ] {920bf277-ef35-4037-9b93-39f39e4a5a27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.938164 [ 4 ] {920bf277-ef35-4037-9b93-39f39e4a5a27} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.06 00:58:01.938393 [ 4 ] {920bf277-ef35-4037-9b93-39f39e4a5a27} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.938507 [ 75 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.06 00:58:01.938521 [ 4 ] {920bf277-ef35-4037-9b93-39f39e4a5a27} executeQuery: Read 221 rows, 13.52 KiB in 0.001275 sec., 173333.3333333333 rows/sec., 10.35 MiB/sec. 2025.11.06 00:58:01.938578 [ 75 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.938586 [ 4 ] {920bf277-ef35-4037-9b93-39f39e4a5a27} TCPHandler: Processed in 0.001466736 sec. 2025.11.06 00:58:01.938606 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.938712 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:01.938754 [ 188 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.11.06 00:58:01.938812 [ 4 ] {17f1f147-5b2e-4a81-8cea-2a9c8277dee9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:58:01.938857 [ 4 ] {17f1f147-5b2e-4a81-8cea-2a9c8277dee9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:58:01.938903 [ 188 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:01.938945 [ 188 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 265 rows starting from the beginning of the part 2025.11.06 00:58:01.939013 [ 188 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 221 rows starting from the beginning of the part 2025.11.06 00:58:01.939059 [ 188 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:01.939100 [ 188 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 233 rows starting from the beginning of the part 2025.11.06 00:58:01.939138 [ 188 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:01.939177 [ 188 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 221 rows starting from the beginning of the part 2025.11.06 00:58:01.939336 [ 4 ] {17f1f147-5b2e-4a81-8cea-2a9c8277dee9} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.939378 [ 4 ] {17f1f147-5b2e-4a81-8cea-2a9c8277dee9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.939743 [ 4 ] {17f1f147-5b2e-4a81-8cea-2a9c8277dee9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:58:01.939958 [ 4 ] {17f1f147-5b2e-4a81-8cea-2a9c8277dee9} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.940086 [ 193 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 992 rows, containing 5 columns (5 merged, 0 gathered) in 0.001386214 sec., 715618.2234489047 rows/sec., 46.43 MiB/sec. 2025.11.06 00:58:01.940090 [ 4 ] {17f1f147-5b2e-4a81-8cea-2a9c8277dee9} executeQuery: Read 212 rows, 14.00 KiB in 0.001297 sec., 163454.12490362374 rows/sec., 10.54 MiB/sec. 2025.11.06 00:58:01.940141 [ 4 ] {17f1f147-5b2e-4a81-8cea-2a9c8277dee9} TCPHandler: Processed in 0.001478846 sec. 2025.11.06 00:58:01.940249 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:01.940259 [ 192 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.06 00:58:01.940346 [ 4 ] {c282ac88-cebe-4d37-862b-2596d6708ea2} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:58:01.940391 [ 4 ] {c282ac88-cebe-4d37-862b-2596d6708ea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:58:01.940545 [ 192 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.940625 [ 192 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_26_5} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.06 00:58:01.940701 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.11.06 00:58:01.940854 [ 4 ] {c282ac88-cebe-4d37-862b-2596d6708ea2} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.940895 [ 4 ] {c282ac88-cebe-4d37-862b-2596d6708ea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.941201 [ 4 ] {c282ac88-cebe-4d37-862b-2596d6708ea2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:58:01.941406 [ 4 ] {c282ac88-cebe-4d37-862b-2596d6708ea2} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.941537 [ 4 ] {c282ac88-cebe-4d37-862b-2596d6708ea2} executeQuery: Read 211 rows, 12.27 KiB in 0.001208 sec., 174668.87417218543 rows/sec., 9.92 MiB/sec. 2025.11.06 00:58:01.941574 [ 4 ] {c282ac88-cebe-4d37-862b-2596d6708ea2} TCPHandler: Processed in 0.001373985 sec. 2025.11.06 00:58:01.941683 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:01.941776 [ 4 ] {a8cc0968-15d1-42ea-8a42-3b2c909d695d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:01.941816 [ 4 ] {a8cc0968-15d1-42ea-8a42-3b2c909d695d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:01.942457 [ 4 ] {a8cc0968-15d1-42ea-8a42-3b2c909d695d} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.942503 [ 4 ] {a8cc0968-15d1-42ea-8a42-3b2c909d695d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.942938 [ 4 ] {a8cc0968-15d1-42ea-8a42-3b2c909d695d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.06 00:58:01.943172 [ 4 ] {a8cc0968-15d1-42ea-8a42-3b2c909d695d} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.943353 [ 4 ] {a8cc0968-15d1-42ea-8a42-3b2c909d695d} executeQuery: Read 695 rows, 49.75 KiB in 0.001592 sec., 436557.7889447236 rows/sec., 30.52 MiB/sec. 2025.11.06 00:58:01.943408 [ 4 ] {a8cc0968-15d1-42ea-8a42-3b2c909d695d} TCPHandler: Processed in 0.001773111 sec. 2025.11.06 00:58:01.943543 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:01.943648 [ 4 ] {4967dddb-73d3-44db-8c06-caa24425d462} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:58:01.943690 [ 4 ] {4967dddb-73d3-44db-8c06-caa24425d462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:58:01.944033 [ 4 ] {4967dddb-73d3-44db-8c06-caa24425d462} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.944069 [ 4 ] {4967dddb-73d3-44db-8c06-caa24425d462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.944401 [ 4 ] {4967dddb-73d3-44db-8c06-caa24425d462} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:58:01.944612 [ 4 ] {4967dddb-73d3-44db-8c06-caa24425d462} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.944747 [ 4 ] {4967dddb-73d3-44db-8c06-caa24425d462} executeQuery: Read 6 rows, 321.00 B in 0.001117 sec., 5371.530886302597 rows/sec., 280.64 KiB/sec. 2025.11.06 00:58:01.944782 [ 4 ] {4967dddb-73d3-44db-8c06-caa24425d462} TCPHandler: Processed in 0.001300223 sec. 2025.11.06 00:58:01.944893 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:01.944986 [ 4 ] {40dadb37-c990-4a84-9c56-7bf6b10abcb4} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:01.945028 [ 4 ] {40dadb37-c990-4a84-9c56-7bf6b10abcb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:01.945455 [ 4 ] {40dadb37-c990-4a84-9c56-7bf6b10abcb4} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.945490 [ 4 ] {40dadb37-c990-4a84-9c56-7bf6b10abcb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.945843 [ 4 ] {40dadb37-c990-4a84-9c56-7bf6b10abcb4} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.06 00:58:01.946056 [ 4 ] {40dadb37-c990-4a84-9c56-7bf6b10abcb4} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.946201 [ 4 ] {40dadb37-c990-4a84-9c56-7bf6b10abcb4} executeQuery: Read 314 rows, 21.12 KiB in 0.001228 sec., 255700.32573289904 rows/sec., 16.80 MiB/sec. 2025.11.06 00:58:01.946241 [ 4 ] {40dadb37-c990-4a84-9c56-7bf6b10abcb4} TCPHandler: Processed in 0.001397415 sec. 2025.11.06 00:58:01.946363 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:01.946460 [ 4 ] {993eea34-6940-4340-abfd-644ee1a8e60d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:58:01.946502 [ 4 ] {993eea34-6940-4340-abfd-644ee1a8e60d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:58:01.946810 [ 4 ] {993eea34-6940-4340-abfd-644ee1a8e60d} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.946845 [ 4 ] {993eea34-6940-4340-abfd-644ee1a8e60d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.947148 [ 4 ] {993eea34-6940-4340-abfd-644ee1a8e60d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.06 00:58:01.947363 [ 4 ] {993eea34-6940-4340-abfd-644ee1a8e60d} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.947488 [ 4 ] {993eea34-6940-4340-abfd-644ee1a8e60d} executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. 2025.11.06 00:58:01.947525 [ 4 ] {993eea34-6940-4340-abfd-644ee1a8e60d} TCPHandler: Processed in 0.001210602 sec. 2025.11.06 00:58:01.947640 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:01.947734 [ 4 ] {137bf873-3399-4433-9f96-a6419d8dfe19} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:01.947788 [ 4 ] {137bf873-3399-4433-9f96-a6419d8dfe19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:01.948607 [ 4 ] {137bf873-3399-4433-9f96-a6419d8dfe19} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.948645 [ 4 ] {137bf873-3399-4433-9f96-a6419d8dfe19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.949177 [ 4 ] {137bf873-3399-4433-9f96-a6419d8dfe19} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.06 00:58:01.949419 [ 4 ] {137bf873-3399-4433-9f96-a6419d8dfe19} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.949564 [ 75 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.06 00:58:01.949588 [ 4 ] {137bf873-3399-4433-9f96-a6419d8dfe19} executeQuery: Read 16 rows, 29.36 KiB in 0.001872 sec., 8547.008547008547 rows/sec., 15.32 MiB/sec. 2025.11.06 00:58:01.949613 [ 75 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.949638 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.949662 [ 4 ] {137bf873-3399-4433-9f96-a6419d8dfe19} TCPHandler: Processed in 0.002070317 sec. 2025.11.06 00:58:01.949738 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.11.06 00:58:01.949774 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:01.949875 [ 4 ] {e2e78bfa-11c9-4a0c-b347-1b0751320f5e} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:01.949915 [ 4 ] {e2e78bfa-11c9-4a0c-b347-1b0751320f5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:01.949995 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:01.950064 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 393 rows starting from the beginning of the part 2025.11.06 00:58:01.950208 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part 2025.11.06 00:58:01.950265 [ 4 ] {e2e78bfa-11c9-4a0c-b347-1b0751320f5e} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:01.950318 [ 4 ] {e2e78bfa-11c9-4a0c-b347-1b0751320f5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:01.950328 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:01.950444 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part 2025.11.06 00:58:01.950552 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:01.950666 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part 2025.11.06 00:58:01.950671 [ 4 ] {e2e78bfa-11c9-4a0c-b347-1b0751320f5e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.06 00:58:01.950903 [ 4 ] {e2e78bfa-11c9-4a0c-b347-1b0751320f5e} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.951037 [ 4 ] {e2e78bfa-11c9-4a0c-b347-1b0751320f5e} executeQuery: Read 104 rows, 6.53 KiB in 0.001181 sec., 88060.96528365792 rows/sec., 5.40 MiB/sec. 2025.11.06 00:58:01.951075 [ 4 ] {e2e78bfa-11c9-4a0c-b347-1b0751320f5e} TCPHandler: Processed in 0.001348494 sec. 2025.11.06 00:58:01.954747 [ 192 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 493 rows, containing 19 columns (19 merged, 0 gathered) in 0.00505762 sec., 97476.67875403847 rows/sec., 174.67 MiB/sec. 2025.11.06 00:58:01.955464 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.06 00:58:01.955802 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:01.955876 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_26_5} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.06 00:58:01.955965 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. 2025.11.06 00:58:02.000235 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 245.94 MiB, peak 251.19 MiB, free memory in arenas 0.00 B, will set to 247.50 MiB (RSS), difference: 1.56 MiB 2025.11.06 00:58:02.081394 [ 75 ] {} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.11.06 00:58:02.081451 [ 75 ] {} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:02.081471 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:02.081580 [ 188 ] {1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.11.06 00:58:02.081702 [ 188 ] {1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:02.081736 [ 188 ] {1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.11.06 00:58:02.081800 [ 188 ] {1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.11.06 00:58:02.081843 [ 188 ] {1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2025.11.06 00:58:02.081884 [ 188 ] {1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.11.06 00:58:02.081920 [ 188 ] {1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2025.11.06 00:58:02.082661 [ 191 ] {1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.00112945 sec., 38957.01447607243 rows/sec., 3.25 MiB/sec. 2025.11.06 00:58:02.082792 [ 192 ] {1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.11.06 00:58:02.083051 [ 192 ] {1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d::all_1_5_1} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:02.083122 [ 192 ] {1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d::all_1_5_1} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.11.06 00:58:02.083192 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.06 00:58:02.174399 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.11.06 00:58:02.192071 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:02.192118 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:02.197747 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:58:02.198470 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:02.201873 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.11.06 00:58:06.950104 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:06.950300 [ 4 ] {79e9b286-8084-4542-a4b4-6ae428a876ff} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.06 00:58:06.950371 [ 4 ] {79e9b286-8084-4542-a4b4-6ae428a876ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.06 00:58:06.951009 [ 4 ] {79e9b286-8084-4542-a4b4-6ae428a876ff} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:06.951053 [ 4 ] {79e9b286-8084-4542-a4b4-6ae428a876ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:06.951438 [ 4 ] {79e9b286-8084-4542-a4b4-6ae428a876ff} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.06 00:58:06.951670 [ 4 ] {79e9b286-8084-4542-a4b4-6ae428a876ff} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:06.951825 [ 4 ] {79e9b286-8084-4542-a4b4-6ae428a876ff} executeQuery: Read 6 rows, 501.00 B in 0.001576 sec., 3807.1065989847716 rows/sec., 310.44 KiB/sec. 2025.11.06 00:58:06.951875 [ 4 ] {79e9b286-8084-4542-a4b4-6ae428a876ff} TCPHandler: Processed in 0.001905574 sec. 2025.11.06 00:58:06.951995 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:06.952098 [ 4 ] {efbe5d89-2fde-482c-b68c-dd72459e9914} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:06.952141 [ 4 ] {efbe5d89-2fde-482c-b68c-dd72459e9914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:06.953139 [ 4 ] {efbe5d89-2fde-482c-b68c-dd72459e9914} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:06.953181 [ 4 ] {efbe5d89-2fde-482c-b68c-dd72459e9914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:06.953606 [ 4 ] {efbe5d89-2fde-482c-b68c-dd72459e9914} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.06 00:58:06.953839 [ 4 ] {efbe5d89-2fde-482c-b68c-dd72459e9914} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:06.953976 [ 4 ] {efbe5d89-2fde-482c-b68c-dd72459e9914} executeQuery: Read 1251 rows, 105.58 KiB in 0.0019 sec., 658421.052631579 rows/sec., 54.27 MiB/sec. 2025.11.06 00:58:06.954016 [ 4 ] {efbe5d89-2fde-482c-b68c-dd72459e9914} TCPHandler: Processed in 0.002073997 sec. 2025.11.06 00:58:06.954133 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:06.954232 [ 4 ] {4492b965-7cf5-4208-b9bc-ed567f7cd137} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:06.954274 [ 4 ] {4492b965-7cf5-4208-b9bc-ed567f7cd137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:06.954711 [ 4 ] {4492b965-7cf5-4208-b9bc-ed567f7cd137} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:06.954748 [ 4 ] {4492b965-7cf5-4208-b9bc-ed567f7cd137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:06.955073 [ 4 ] {4492b965-7cf5-4208-b9bc-ed567f7cd137} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.06 00:58:06.955289 [ 4 ] {4492b965-7cf5-4208-b9bc-ed567f7cd137} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:06.955422 [ 4 ] {4492b965-7cf5-4208-b9bc-ed567f7cd137} executeQuery: Read 32 rows, 2.37 KiB in 0.00121 sec., 26446.280991735537 rows/sec., 1.92 MiB/sec. 2025.11.06 00:58:06.955462 [ 4 ] {4492b965-7cf5-4208-b9bc-ed567f7cd137} TCPHandler: Processed in 0.001381174 sec. 2025.11.06 00:58:06.955567 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:06.955669 [ 4 ] {0b19d662-0c54-431d-9ada-887d209bee16} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:58:06.955711 [ 4 ] {0b19d662-0c54-431d-9ada-887d209bee16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:58:06.956191 [ 4 ] {0b19d662-0c54-431d-9ada-887d209bee16} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:06.956230 [ 4 ] {0b19d662-0c54-431d-9ada-887d209bee16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:06.956548 [ 4 ] {0b19d662-0c54-431d-9ada-887d209bee16} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:58:06.956768 [ 4 ] {0b19d662-0c54-431d-9ada-887d209bee16} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:06.956900 [ 4 ] {0b19d662-0c54-431d-9ada-887d209bee16} executeQuery: Read 228 rows, 15.81 KiB in 0.001249 sec., 182546.03682946358 rows/sec., 12.36 MiB/sec. 2025.11.06 00:58:06.956939 [ 4 ] {0b19d662-0c54-431d-9ada-887d209bee16} TCPHandler: Processed in 0.001423226 sec. 2025.11.06 00:58:06.957040 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:06.957137 [ 4 ] {b06f40e7-3c25-4d68-93af-a21eecced5fa} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:06.957178 [ 4 ] {b06f40e7-3c25-4d68-93af-a21eecced5fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:06.957761 [ 4 ] {b06f40e7-3c25-4d68-93af-a21eecced5fa} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:06.957799 [ 4 ] {b06f40e7-3c25-4d68-93af-a21eecced5fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:06.958132 [ 4 ] {b06f40e7-3c25-4d68-93af-a21eecced5fa} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.06 00:58:06.958356 [ 4 ] {b06f40e7-3c25-4d68-93af-a21eecced5fa} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:06.958489 [ 4 ] {b06f40e7-3c25-4d68-93af-a21eecced5fa} executeQuery: Read 552 rows, 41.98 KiB in 0.001372 sec., 402332.361516035 rows/sec., 29.88 MiB/sec. 2025.11.06 00:58:06.958530 [ 4 ] {b06f40e7-3c25-4d68-93af-a21eecced5fa} TCPHandler: Processed in 0.001537848 sec. 2025.11.06 00:58:06.958644 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:06.958739 [ 4 ] {290a9487-91a8-479c-bc8f-aa7e6d9df362} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:06.958784 [ 4 ] {290a9487-91a8-479c-bc8f-aa7e6d9df362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:06.959327 [ 4 ] {290a9487-91a8-479c-bc8f-aa7e6d9df362} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:06.959364 [ 4 ] {290a9487-91a8-479c-bc8f-aa7e6d9df362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:06.959739 [ 4 ] {290a9487-91a8-479c-bc8f-aa7e6d9df362} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.06 00:58:06.959969 [ 4 ] {290a9487-91a8-479c-bc8f-aa7e6d9df362} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:06.960096 [ 4 ] {290a9487-91a8-479c-bc8f-aa7e6d9df362} executeQuery: Read 847 rows, 58.38 KiB in 0.001377 sec., 615105.3013798113 rows/sec., 41.40 MiB/sec. 2025.11.06 00:58:06.960134 [ 4 ] {290a9487-91a8-479c-bc8f-aa7e6d9df362} TCPHandler: Processed in 0.001540987 sec. 2025.11.06 00:58:06.960244 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:06.960339 [ 4 ] {cefcfa93-9c04-4dd9-90e1-7bd6628357fb} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:06.960396 [ 4 ] {cefcfa93-9c04-4dd9-90e1-7bd6628357fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:06.961167 [ 4 ] {cefcfa93-9c04-4dd9-90e1-7bd6628357fb} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:06.961205 [ 4 ] {cefcfa93-9c04-4dd9-90e1-7bd6628357fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:06.961768 [ 4 ] {cefcfa93-9c04-4dd9-90e1-7bd6628357fb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.06 00:58:06.961996 [ 4 ] {cefcfa93-9c04-4dd9-90e1-7bd6628357fb} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:06.962138 [ 4 ] {cefcfa93-9c04-4dd9-90e1-7bd6628357fb} executeQuery: Read 26 rows, 47.71 KiB in 0.001817 sec., 14309.301045679691 rows/sec., 25.64 MiB/sec. 2025.11.06 00:58:06.962203 [ 4 ] {cefcfa93-9c04-4dd9-90e1-7bd6628357fb} TCPHandler: Processed in 0.002008996 sec. 2025.11.06 00:58:06.962320 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:06.962415 [ 4 ] {91b9fb3b-1532-4110-943a-760d8afb7b25} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:06.962459 [ 4 ] {91b9fb3b-1532-4110-943a-760d8afb7b25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:06.962797 [ 4 ] {91b9fb3b-1532-4110-943a-760d8afb7b25} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:06.962833 [ 4 ] {91b9fb3b-1532-4110-943a-760d8afb7b25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:06.963142 [ 4 ] {91b9fb3b-1532-4110-943a-760d8afb7b25} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.06 00:58:06.963360 [ 4 ] {91b9fb3b-1532-4110-943a-760d8afb7b25} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:06.963488 [ 4 ] {91b9fb3b-1532-4110-943a-760d8afb7b25} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.11.06 00:58:06.963528 [ 4 ] {91b9fb3b-1532-4110-943a-760d8afb7b25} TCPHandler: Processed in 0.001257292 sec. 2025.11.06 00:58:09.173066 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10101 2025.11.06 00:58:09.173766 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:09.173815 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:09.174289 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:58:09.174516 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:09.174654 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10101 2025.11.06 00:58:09.174649 [ 63 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.06 00:58:09.174725 [ 63 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:09.174744 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:09.174850 [ 188 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.11.06 00:58:09.174946 [ 188 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:09.174976 [ 188 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7669 rows starting from the beginning of the part 2025.11.06 00:58:09.175032 [ 188 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2025.11.06 00:58:09.175081 [ 188 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2025.11.06 00:58:09.175123 [ 188 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2025.11.06 00:58:09.175157 [ 188 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2025.11.06 00:58:09.175196 [ 188 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2025.11.06 00:58:09.177243 [ 191 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10101 rows, containing 4 columns (4 merged, 0 gathered) in 0.002438503 sec., 4142295.4985087165 rows/sec., 59.26 MiB/sec. 2025.11.06 00:58:09.177674 [ 190 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.06 00:58:09.178182 [ 190 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:09.178317 [ 190 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_21_4} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.06 00:58:09.178467 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.56 MiB. 2025.11.06 00:58:09.702010 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.11.06 00:58:09.719732 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:09.719781 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:09.725819 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:58:09.726541 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:09.726894 [ 64 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.06 00:58:09.726988 [ 64 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:09.727025 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:09.727139 [ 191 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.11.06 00:58:09.729437 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.11.06 00:58:09.730083 [ 191 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:09.730815 [ 191 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2025.11.06 00:58:09.734153 [ 191 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2025.11.06 00:58:09.737550 [ 191 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2025.11.06 00:58:09.741159 [ 191 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2025.11.06 00:58:09.745270 [ 191 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2025.11.06 00:58:09.749410 [ 191 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2025.11.06 00:58:09.797755 [ 190 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.07064337 sec., 2250.742001691029 rows/sec., 11.64 MiB/sec. 2025.11.06 00:58:09.800563 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.06 00:58:09.802596 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:09.802710 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_21_4} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.06 00:58:09.805807 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.11.06 00:58:10.000284 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 248.72 MiB, peak 259.30 MiB, free memory in arenas 0.00 B, will set to 252.45 MiB (RSS), difference: 3.73 MiB 2025.11.06 00:58:11.683967 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 700 2025.11.06 00:58:11.686794 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.686841 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.688059 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:58:11.688325 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.688636 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 700 2025.11.06 00:58:11.932133 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:11.932315 [ 4 ] {eb158d60-5172-4a37-ac94-6297085e8791} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:58:11.932383 [ 4 ] {eb158d60-5172-4a37-ac94-6297085e8791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:58:11.933200 [ 4 ] {eb158d60-5172-4a37-ac94-6297085e8791} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.933251 [ 4 ] {eb158d60-5172-4a37-ac94-6297085e8791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.933663 [ 4 ] {eb158d60-5172-4a37-ac94-6297085e8791} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:58:11.933898 [ 4 ] {eb158d60-5172-4a37-ac94-6297085e8791} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.934063 [ 4 ] {eb158d60-5172-4a37-ac94-6297085e8791} executeQuery: Read 410 rows, 26.63 KiB in 0.001799 sec., 227904.39132851583 rows/sec., 14.46 MiB/sec. 2025.11.06 00:58:11.934115 [ 4 ] {eb158d60-5172-4a37-ac94-6297085e8791} TCPHandler: Processed in 0.002120028 sec. 2025.11.06 00:58:11.934244 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:11.934347 [ 4 ] {6911234e-504c-4b91-a284-27fba4fb0389} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:11.934393 [ 4 ] {6911234e-504c-4b91-a284-27fba4fb0389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:11.935362 [ 4 ] {6911234e-504c-4b91-a284-27fba4fb0389} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.935403 [ 4 ] {6911234e-504c-4b91-a284-27fba4fb0389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.935793 [ 4 ] {6911234e-504c-4b91-a284-27fba4fb0389} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.06 00:58:11.935997 [ 4 ] {6911234e-504c-4b91-a284-27fba4fb0389} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.936132 [ 4 ] {6911234e-504c-4b91-a284-27fba4fb0389} executeQuery: Read 1144 rows, 92.99 KiB in 0.001809 sec., 632393.5876174682 rows/sec., 50.20 MiB/sec. 2025.11.06 00:58:11.936173 [ 4 ] {6911234e-504c-4b91-a284-27fba4fb0389} TCPHandler: Processed in 0.001982225 sec. 2025.11.06 00:58:11.936287 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:11.936388 [ 4 ] {5c8112e6-d81a-43e8-82ad-d0766009121d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:11.936428 [ 4 ] {5c8112e6-d81a-43e8-82ad-d0766009121d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:11.936909 [ 4 ] {5c8112e6-d81a-43e8-82ad-d0766009121d} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.936947 [ 4 ] {5c8112e6-d81a-43e8-82ad-d0766009121d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.937265 [ 4 ] {5c8112e6-d81a-43e8-82ad-d0766009121d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.06 00:58:11.937473 [ 4 ] {5c8112e6-d81a-43e8-82ad-d0766009121d} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.937603 [ 4 ] {5c8112e6-d81a-43e8-82ad-d0766009121d} executeQuery: Read 221 rows, 13.52 KiB in 0.001237 sec., 178658.0436540016 rows/sec., 10.67 MiB/sec. 2025.11.06 00:58:11.937641 [ 4 ] {5c8112e6-d81a-43e8-82ad-d0766009121d} TCPHandler: Processed in 0.001405355 sec. 2025.11.06 00:58:11.937743 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:11.937838 [ 4 ] {fe14d2f9-0919-43af-8185-a5d01d5264b6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:58:11.937878 [ 4 ] {fe14d2f9-0919-43af-8185-a5d01d5264b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:58:11.938340 [ 4 ] {fe14d2f9-0919-43af-8185-a5d01d5264b6} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.938378 [ 4 ] {fe14d2f9-0919-43af-8185-a5d01d5264b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.938693 [ 4 ] {fe14d2f9-0919-43af-8185-a5d01d5264b6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:58:11.938898 [ 4 ] {fe14d2f9-0919-43af-8185-a5d01d5264b6} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.939025 [ 4 ] {fe14d2f9-0919-43af-8185-a5d01d5264b6} executeQuery: Read 212 rows, 14.00 KiB in 0.001205 sec., 175933.60995850625 rows/sec., 11.35 MiB/sec. 2025.11.06 00:58:11.939062 [ 4 ] {fe14d2f9-0919-43af-8185-a5d01d5264b6} TCPHandler: Processed in 0.001369224 sec. 2025.11.06 00:58:11.939183 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:11.939306 [ 4 ] {4555877f-2bfe-4c8f-9d61-347e00e7d9d0} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:58:11.939357 [ 4 ] {4555877f-2bfe-4c8f-9d61-347e00e7d9d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:58:11.939892 [ 4 ] {4555877f-2bfe-4c8f-9d61-347e00e7d9d0} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.939930 [ 4 ] {4555877f-2bfe-4c8f-9d61-347e00e7d9d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.940256 [ 4 ] {4555877f-2bfe-4c8f-9d61-347e00e7d9d0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:58:11.940470 [ 4 ] {4555877f-2bfe-4c8f-9d61-347e00e7d9d0} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.940606 [ 4 ] {4555877f-2bfe-4c8f-9d61-347e00e7d9d0} executeQuery: Read 211 rows, 12.27 KiB in 0.001325 sec., 159245.28301886792 rows/sec., 9.04 MiB/sec. 2025.11.06 00:58:11.940645 [ 4 ] {4555877f-2bfe-4c8f-9d61-347e00e7d9d0} TCPHandler: Processed in 0.001523627 sec. 2025.11.06 00:58:11.940754 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:11.940853 [ 4 ] {369778bb-efdc-4189-a96c-38dadabd6e78} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:11.940895 [ 4 ] {369778bb-efdc-4189-a96c-38dadabd6e78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:11.941597 [ 4 ] {369778bb-efdc-4189-a96c-38dadabd6e78} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.941656 [ 4 ] {369778bb-efdc-4189-a96c-38dadabd6e78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.942008 [ 4 ] {369778bb-efdc-4189-a96c-38dadabd6e78} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.06 00:58:11.942213 [ 4 ] {369778bb-efdc-4189-a96c-38dadabd6e78} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.942360 [ 4 ] {369778bb-efdc-4189-a96c-38dadabd6e78} executeQuery: Read 695 rows, 49.75 KiB in 0.001524 sec., 456036.74540682416 rows/sec., 31.88 MiB/sec. 2025.11.06 00:58:11.942404 [ 4 ] {369778bb-efdc-4189-a96c-38dadabd6e78} TCPHandler: Processed in 0.001701 sec. 2025.11.06 00:58:11.942520 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:11.942617 [ 4 ] {e8cbc16f-024d-476c-b7de-dc940c5d264a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:58:11.942661 [ 4 ] {e8cbc16f-024d-476c-b7de-dc940c5d264a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:58:11.943024 [ 4 ] {e8cbc16f-024d-476c-b7de-dc940c5d264a} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.943061 [ 4 ] {e8cbc16f-024d-476c-b7de-dc940c5d264a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.943378 [ 4 ] {e8cbc16f-024d-476c-b7de-dc940c5d264a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:58:11.943595 [ 4 ] {e8cbc16f-024d-476c-b7de-dc940c5d264a} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.943732 [ 4 ] {e8cbc16f-024d-476c-b7de-dc940c5d264a} executeQuery: Read 6 rows, 321.00 B in 0.001133 sec., 5295.675198587821 rows/sec., 276.68 KiB/sec. 2025.11.06 00:58:11.943772 [ 4 ] {e8cbc16f-024d-476c-b7de-dc940c5d264a} TCPHandler: Processed in 0.001301473 sec. 2025.11.06 00:58:11.943883 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:11.943979 [ 4 ] {a1fb939a-a649-4f7f-a07a-c4f0ff491cbc} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:11.944023 [ 4 ] {a1fb939a-a649-4f7f-a07a-c4f0ff491cbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:11.944470 [ 4 ] {a1fb939a-a649-4f7f-a07a-c4f0ff491cbc} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.944506 [ 4 ] {a1fb939a-a649-4f7f-a07a-c4f0ff491cbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.944848 [ 4 ] {a1fb939a-a649-4f7f-a07a-c4f0ff491cbc} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.06 00:58:11.945063 [ 4 ] {a1fb939a-a649-4f7f-a07a-c4f0ff491cbc} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.945200 [ 4 ] {a1fb939a-a649-4f7f-a07a-c4f0ff491cbc} executeQuery: Read 314 rows, 21.12 KiB in 0.001239 sec., 253430.18563357546 rows/sec., 16.65 MiB/sec. 2025.11.06 00:58:11.945240 [ 4 ] {a1fb939a-a649-4f7f-a07a-c4f0ff491cbc} TCPHandler: Processed in 0.001406025 sec. 2025.11.06 00:58:11.945352 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:11.945447 [ 4 ] {b5582a2d-06b2-46ed-b7ac-0f6a89172f9e} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:58:11.945490 [ 4 ] {b5582a2d-06b2-46ed-b7ac-0f6a89172f9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:58:11.945810 [ 4 ] {b5582a2d-06b2-46ed-b7ac-0f6a89172f9e} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.945846 [ 4 ] {b5582a2d-06b2-46ed-b7ac-0f6a89172f9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.946139 [ 4 ] {b5582a2d-06b2-46ed-b7ac-0f6a89172f9e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.06 00:58:11.946359 [ 4 ] {b5582a2d-06b2-46ed-b7ac-0f6a89172f9e} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.946473 [ 60 ] {} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.11.06 00:58:11.946489 [ 4 ] {b5582a2d-06b2-46ed-b7ac-0f6a89172f9e} executeQuery: Read 1 rows, 69.00 B in 0.001059 sec., 944.2870632672332 rows/sec., 63.63 KiB/sec. 2025.11.06 00:58:11.946543 [ 60 ] {} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.946551 [ 4 ] {b5582a2d-06b2-46ed-b7ac-0f6a89172f9e} TCPHandler: Processed in 0.001249903 sec. 2025.11.06 00:58:11.946574 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.946673 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:11.946691 [ 190 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2025.11.06 00:58:11.946773 [ 4 ] {498a76aa-12a9-45d5-bcea-c1e3c3542074} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:11.946824 [ 190 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:11.946832 [ 4 ] {498a76aa-12a9-45d5-bcea-c1e3c3542074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:11.946866 [ 190 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part 2025.11.06 00:58:11.946935 [ 190 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2025.11.06 00:58:11.946981 [ 190 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2025.11.06 00:58:11.947023 [ 190 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2025.11.06 00:58:11.947059 [ 190 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2025.11.06 00:58:11.947096 [ 190 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2025.11.06 00:58:11.947660 [ 4 ] {498a76aa-12a9-45d5-bcea-c1e3c3542074} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.947702 [ 4 ] {498a76aa-12a9-45d5-bcea-c1e3c3542074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.947893 [ 189 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.001255922 sec., 11943.416868245002 rows/sec., 804.78 KiB/sec. 2025.11.06 00:58:11.948032 [ 186 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.11.06 00:58:11.948320 [ 186 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.948327 [ 4 ] {498a76aa-12a9-45d5-bcea-c1e3c3542074} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.06 00:58:11.948399 [ 186 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_15_3} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.11.06 00:58:11.948492 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.06 00:58:11.948585 [ 4 ] {498a76aa-12a9-45d5-bcea-c1e3c3542074} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.948734 [ 4 ] {498a76aa-12a9-45d5-bcea-c1e3c3542074} executeQuery: Read 16 rows, 29.36 KiB in 0.001977 sec., 8093.070308548306 rows/sec., 14.50 MiB/sec. 2025.11.06 00:58:11.948790 [ 4 ] {498a76aa-12a9-45d5-bcea-c1e3c3542074} TCPHandler: Processed in 0.002170748 sec. 2025.11.06 00:58:11.948905 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:11.949000 [ 4 ] {4c3ec87a-50cb-4440-8515-5352744bac4d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:11.949042 [ 4 ] {4c3ec87a-50cb-4440-8515-5352744bac4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:11.949381 [ 4 ] {4c3ec87a-50cb-4440-8515-5352744bac4d} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:11.949418 [ 4 ] {4c3ec87a-50cb-4440-8515-5352744bac4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.11.06 00:58:11.949725 [ 4 ] {4c3ec87a-50cb-4440-8515-5352744bac4d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.06 00:58:11.949927 [ 4 ] {4c3ec87a-50cb-4440-8515-5352744bac4d} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:11.950056 [ 4 ] {4c3ec87a-50cb-4440-8515-5352744bac4d} executeQuery: Read 104 rows, 6.53 KiB in 0.001073 sec., 96924.51071761418 rows/sec., 5.94 MiB/sec. 2025.11.06 00:58:11.950093 [ 4 ] {4c3ec87a-50cb-4440-8515-5352744bac4d} TCPHandler: Processed in 0.001238182 sec. 2025.11.06 00:58:16.585851 [ 55 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:58:16.585918 [ 55 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:58:16.674811 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10549 2025.11.06 00:58:16.675287 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:16.675327 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:16.675834 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:58:16.676071 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:16.676211 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10549 2025.11.06 00:58:16.921341 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:16.921541 [ 4 ] {9f816d10-173e-4b13-86f0-a03e943d7966} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:16.921620 [ 4 ] {9f816d10-173e-4b13-86f0-a03e943d7966} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:16.922327 [ 4 ] {9f816d10-173e-4b13-86f0-a03e943d7966} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:16.922372 [ 4 ] {9f816d10-173e-4b13-86f0-a03e943d7966} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:16.922754 [ 4 ] {9f816d10-173e-4b13-86f0-a03e943d7966} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.06 00:58:16.922998 [ 4 ] {9f816d10-173e-4b13-86f0-a03e943d7966} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:16.923136 [ 55 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.06 00:58:16.923164 [ 4 ] {9f816d10-173e-4b13-86f0-a03e943d7966} executeQuery: Read 108 rows, 9.25 KiB in 0.001674 sec., 64516.12903225807 rows/sec., 5.39 MiB/sec. 2025.11.06 00:58:16.923205 [ 55 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:16.923227 [ 4 ] {9f816d10-173e-4b13-86f0-a03e943d7966} TCPHandler: Processed in 0.002028876 sec. 2025.11.06 00:58:16.923232 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:16.923370 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:16.923377 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.11.06 00:58:16.923482 [ 4 ] {bedd116e-498f-4e74-b63e-3243b9745677} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:16.923531 [ 4 ] {bedd116e-498f-4e74-b63e-3243b9745677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:16.923541 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:16.923583 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2345 rows starting from the beginning of the part 2025.11.06 00:58:16.923669 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 108 rows starting from the beginning of the part 2025.11.06 00:58:16.923744 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:58:16.923797 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1251 rows starting from the beginning of the part 2025.11.06 00:58:16.923836 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:58:16.923874 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 108 rows starting from the beginning of the part 2025.11.06 00:58:16.923981 [ 4 ] {bedd116e-498f-4e74-b63e-3243b9745677} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:16.924028 [ 4 ] {bedd116e-498f-4e74-b63e-3243b9745677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:16.924359 [ 4 ] {bedd116e-498f-4e74-b63e-3243b9745677} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.06 00:58:16.924578 [ 4 ] {bedd116e-498f-4e74-b63e-3243b9745677} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:16.924726 [ 4 ] {bedd116e-498f-4e74-b63e-3243b9745677} executeQuery: Read 26 rows, 1.96 KiB in 0.001266 sec., 20537.124802527647 rows/sec., 1.51 MiB/sec. 2025.11.06 00:58:16.924767 [ 4 ] {bedd116e-498f-4e74-b63e-3243b9745677} TCPHandler: Processed in 0.001450925 sec. 2025.11.06 00:58:16.924883 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:16.924983 [ 4 ] {2ec5c848-f1f8-442b-86ec-10b87dd539f9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:16.925026 [ 4 ] {2ec5c848-f1f8-442b-86ec-10b87dd539f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:16.925471 [ 4 ] {2ec5c848-f1f8-442b-86ec-10b87dd539f9} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:16.925508 [ 4 ] {2ec5c848-f1f8-442b-86ec-10b87dd539f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:16.925830 [ 4 ] {2ec5c848-f1f8-442b-86ec-10b87dd539f9} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.06 00:58:16.925902 [ 186 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6100 rows, containing 5 columns (5 merged, 0 gathered) in 0.002586665 sec., 2358248.94217071 rows/sec., 199.53 MiB/sec. 2025.11.06 00:58:16.926043 [ 4 ] {2ec5c848-f1f8-442b-86ec-10b87dd539f9} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:16.926153 [ 55 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.06 00:58:16.926179 [ 4 ] {2ec5c848-f1f8-442b-86ec-10b87dd539f9} executeQuery: Read 90 rows, 7.20 KiB in 0.001216 sec., 74013.15789473684 rows/sec., 5.78 MiB/sec. 2025.11.06 00:58:16.926189 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.06 00:58:16.926189 [ 55 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:16.926226 [ 4 ] {2ec5c848-f1f8-442b-86ec-10b87dd539f9} TCPHandler: Processed in 0.001393945 sec. 2025.11.06 00:58:16.926251 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:16.926354 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:16.926364 [ 200 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.11.06 00:58:16.926455 [ 4 ] {f0781452-0733-4708-929e-30e57b21685c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:16.926460 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:16.926506 [ 200 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:16.926507 [ 4 ] {f0781452-0733-4708-929e-30e57b21685c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:16.926550 [ 200 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1213 rows starting from the beginning of the part 2025.11.06 00:58:16.926556 [ 190 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_31_6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.06 00:58:16.926626 [ 200 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2025.11.06 00:58:16.926637 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.11.06 00:58:16.926680 [ 200 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 695 rows starting from the beginning of the part 2025.11.06 00:58:16.926728 [ 200 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 552 rows starting from the beginning of the part 2025.11.06 00:58:16.926773 [ 200 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 695 rows starting from the beginning of the part 2025.11.06 00:58:16.926816 [ 200 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 90 rows starting from the beginning of the part 2025.11.06 00:58:16.926948 [ 4 ] {f0781452-0733-4708-929e-30e57b21685c} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:16.926992 [ 4 ] {f0781452-0733-4708-929e-30e57b21685c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:16.927343 [ 4 ] {f0781452-0733-4708-929e-30e57b21685c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.06 00:58:16.927559 [ 4 ] {f0781452-0733-4708-929e-30e57b21685c} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:16.927674 [ 55 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.06 00:58:16.927696 [ 4 ] {f0781452-0733-4708-929e-30e57b21685c} executeQuery: Read 160 rows, 11.41 KiB in 0.001259 sec., 127084.98808578237 rows/sec., 8.85 MiB/sec. 2025.11.06 00:58:16.927708 [ 55 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:16.927737 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:16.927741 [ 4 ] {f0781452-0733-4708-929e-30e57b21685c} TCPHandler: Processed in 0.001436846 sec. 2025.11.06 00:58:16.927816 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.11.06 00:58:16.927861 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:16.927918 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:16.927952 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9268 rows starting from the beginning of the part 2025.11.06 00:58:16.927960 [ 4 ] {938a967b-8332-4c63-8043-7159d13d1649} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:16.928009 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2025.11.06 00:58:16.928021 [ 4 ] {938a967b-8332-4c63-8043-7159d13d1649} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:16.928065 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 314 rows starting from the beginning of the part 2025.11.06 00:58:16.928109 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 847 rows starting from the beginning of the part 2025.11.06 00:58:16.928150 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 314 rows starting from the beginning of the part 2025.11.06 00:58:16.928190 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2025.11.06 00:58:16.928269 [ 199 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3335 rows, containing 5 columns (5 merged, 0 gathered) in 0.001961405 sec., 1700311.7663103745 rows/sec., 128.42 MiB/sec. 2025.11.06 00:58:16.928501 [ 196 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.06 00:58:16.928822 [ 196 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:16.928882 [ 4 ] {938a967b-8332-4c63-8043-7159d13d1649} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:16.928908 [ 196 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_31_6} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.06 00:58:16.928926 [ 4 ] {938a967b-8332-4c63-8043-7159d13d1649} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:16.928996 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.06 00:58:16.929508 [ 4 ] {938a967b-8332-4c63-8043-7159d13d1649} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.06 00:58:16.929760 [ 4 ] {938a967b-8332-4c63-8043-7159d13d1649} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:16.929910 [ 4 ] {938a967b-8332-4c63-8043-7159d13d1649} executeQuery: Read 26 rows, 47.71 KiB in 0.001966 sec., 13224.821973550357 rows/sec., 23.70 MiB/sec. 2025.11.06 00:58:16.929982 [ 4 ] {938a967b-8332-4c63-8043-7159d13d1649} TCPHandler: Processed in 0.002169759 sec. 2025.11.06 00:58:16.930099 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:16.930194 [ 4 ] {cd593bc6-27a7-4f1b-bb91-616d0c5e8241} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:16.930237 [ 4 ] {cd593bc6-27a7-4f1b-bb91-616d0c5e8241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:16.930587 [ 4 ] {cd593bc6-27a7-4f1b-bb91-616d0c5e8241} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:16.930624 [ 4 ] {cd593bc6-27a7-4f1b-bb91-616d0c5e8241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:16.930986 [ 4 ] {cd593bc6-27a7-4f1b-bb91-616d0c5e8241} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.06 00:58:16.931230 [ 4 ] {cd593bc6-27a7-4f1b-bb91-616d0c5e8241} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:16.931340 [ 55 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.06 00:58:16.931365 [ 4 ] {cd593bc6-27a7-4f1b-bb91-616d0c5e8241} executeQuery: Read 60 rows, 4.14 KiB in 0.001189 sec., 50462.57359125315 rows/sec., 3.40 MiB/sec. 2025.11.06 00:58:16.931376 [ 55 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:16.931407 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:16.931410 [ 4 ] {cd593bc6-27a7-4f1b-bb91-616d0c5e8241} TCPHandler: Processed in 0.001360384 sec. 2025.11.06 00:58:16.931484 [ 200 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.11.06 00:58:16.931588 [ 200 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:16.931616 [ 200 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2000 rows starting from the beginning of the part 2025.11.06 00:58:16.931687 [ 200 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2025.11.06 00:58:16.931724 [ 200 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 104 rows starting from the beginning of the part 2025.11.06 00:58:16.931761 [ 200 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2025.11.06 00:58:16.931795 [ 200 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part 2025.11.06 00:58:16.931830 [ 200 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2025.11.06 00:58:16.932411 [ 197 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 11063 rows, containing 5 columns (5 merged, 0 gathered) in 0.004630293 sec., 2389265.6469039866 rows/sec., 159.82 MiB/sec. 2025.11.06 00:58:16.932663 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.06 00:58:16.932938 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:16.932969 [ 197 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 4 columns (4 merged, 0 gathered) in 0.001521036 sec., 1569982.5645152384 rows/sec., 99.48 MiB/sec. 2025.11.06 00:58:16.933013 [ 186 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_31_6} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.06 00:58:16.933092 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. 2025.11.06 00:58:16.933231 [ 200 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.06 00:58:16.933493 [ 200 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:16.933566 [ 200 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_31_6} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.06 00:58:16.933634 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.11.06 00:58:17.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 253.10 MiB, peak 261.56 MiB, free memory in arenas 0.00 B, will set to 254.62 MiB (RSS), difference: 1.52 MiB 2025.11.06 00:58:17.229534 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.11.06 00:58:17.245970 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:17.246032 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:17.251632 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:58:17.252347 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:17.255206 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.11.06 00:58:21.689800 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 734 2025.11.06 00:58:21.692028 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.692069 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.693202 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:58:21.693460 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.693606 [ 48 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.06 00:58:21.693683 [ 48 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.693707 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 734 2025.11.06 00:58:21.693708 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.693873 [ 197 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.11.06 00:58:21.694819 [ 197 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:21.694999 [ 197 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 550 rows starting from the beginning of the part 2025.11.06 00:58:21.695395 [ 197 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part 2025.11.06 00:58:21.695751 [ 197 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part 2025.11.06 00:58:21.696082 [ 197 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2025.11.06 00:58:21.696401 [ 197 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 38 rows starting from the beginning of the part 2025.11.06 00:58:21.696729 [ 197 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part 2025.11.06 00:58:21.703076 [ 200 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 72 columns (72 merged, 0 gathered) in 0.009280484 sec., 79090.70259697663 rows/sec., 66.74 MiB/sec. 2025.11.06 00:58:21.703977 [ 197 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.06 00:58:21.704527 [ 197 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.704601 [ 197 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_16_3} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.06 00:58:21.704771 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2025.11.06 00:58:21.931570 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:21.931741 [ 4 ] {25a90d4c-4384-4906-89e2-fff433131e4c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:58:21.931804 [ 4 ] {25a90d4c-4384-4906-89e2-fff433131e4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:58:21.932550 [ 4 ] {25a90d4c-4384-4906-89e2-fff433131e4c} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.932596 [ 4 ] {25a90d4c-4384-4906-89e2-fff433131e4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.932974 [ 4 ] {25a90d4c-4384-4906-89e2-fff433131e4c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:58:21.933190 [ 4 ] {25a90d4c-4384-4906-89e2-fff433131e4c} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.933349 [ 4 ] {25a90d4c-4384-4906-89e2-fff433131e4c} executeQuery: Read 410 rows, 26.63 KiB in 0.001653 sec., 248033.87779794313 rows/sec., 15.73 MiB/sec. 2025.11.06 00:58:21.933400 [ 4 ] {25a90d4c-4384-4906-89e2-fff433131e4c} TCPHandler: Processed in 0.001954955 sec. 2025.11.06 00:58:21.933528 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:21.933632 [ 4 ] {5b189b06-78cc-4f15-82be-2c4bf35a4db1} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:21.933675 [ 4 ] {5b189b06-78cc-4f15-82be-2c4bf35a4db1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:21.934488 [ 4 ] {5b189b06-78cc-4f15-82be-2c4bf35a4db1} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.934526 [ 4 ] {5b189b06-78cc-4f15-82be-2c4bf35a4db1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.934981 [ 4 ] {5b189b06-78cc-4f15-82be-2c4bf35a4db1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.06 00:58:21.935200 [ 4 ] {5b189b06-78cc-4f15-82be-2c4bf35a4db1} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.935337 [ 4 ] {5b189b06-78cc-4f15-82be-2c4bf35a4db1} executeQuery: Read 1144 rows, 92.99 KiB in 0.001727 sec., 662420.3821656051 rows/sec., 52.58 MiB/sec. 2025.11.06 00:58:21.935379 [ 4 ] {5b189b06-78cc-4f15-82be-2c4bf35a4db1} TCPHandler: Processed in 0.001903314 sec. 2025.11.06 00:58:21.935499 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:21.935606 [ 4 ] {3c517800-1e1d-469c-be70-e45ed7bee442} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:21.935652 [ 4 ] {3c517800-1e1d-469c-be70-e45ed7bee442} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:21.936142 [ 4 ] {3c517800-1e1d-469c-be70-e45ed7bee442} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.936181 [ 4 ] {3c517800-1e1d-469c-be70-e45ed7bee442} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.936508 [ 4 ] {3c517800-1e1d-469c-be70-e45ed7bee442} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.06 00:58:21.936725 [ 4 ] {3c517800-1e1d-469c-be70-e45ed7bee442} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.936864 [ 4 ] {3c517800-1e1d-469c-be70-e45ed7bee442} executeQuery: Read 221 rows, 13.52 KiB in 0.00128 sec., 172656.25 rows/sec., 10.31 MiB/sec. 2025.11.06 00:58:21.936904 [ 4 ] {3c517800-1e1d-469c-be70-e45ed7bee442} TCPHandler: Processed in 0.001455666 sec. 2025.11.06 00:58:21.937022 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:21.937119 [ 4 ] {f6e47ee6-34d7-4bfd-8db4-af6a346b7a15} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:58:21.937159 [ 4 ] {f6e47ee6-34d7-4bfd-8db4-af6a346b7a15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:58:21.937624 [ 4 ] {f6e47ee6-34d7-4bfd-8db4-af6a346b7a15} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.937661 [ 4 ] {f6e47ee6-34d7-4bfd-8db4-af6a346b7a15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.937971 [ 4 ] {f6e47ee6-34d7-4bfd-8db4-af6a346b7a15} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:58:21.938186 [ 4 ] {f6e47ee6-34d7-4bfd-8db4-af6a346b7a15} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.938290 [ 48 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.06 00:58:21.938321 [ 4 ] {f6e47ee6-34d7-4bfd-8db4-af6a346b7a15} executeQuery: Read 212 rows, 14.00 KiB in 0.00122 sec., 173770.4918032787 rows/sec., 11.21 MiB/sec. 2025.11.06 00:58:21.938332 [ 48 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.938366 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.938368 [ 4 ] {f6e47ee6-34d7-4bfd-8db4-af6a346b7a15} TCPHandler: Processed in 0.001396955 sec. 2025.11.06 00:58:21.938495 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.11.06 00:58:21.938499 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:21.938640 [ 4 ] {abfcee4e-f9d3-4939-88e0-44a3a30315b3} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:58:21.938659 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:21.938683 [ 4 ] {abfcee4e-f9d3-4939-88e0-44a3a30315b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:58:21.938699 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 440 rows starting from the beginning of the part 2025.11.06 00:58:21.938772 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part 2025.11.06 00:58:21.938819 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part 2025.11.06 00:58:21.938861 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part 2025.11.06 00:58:21.938901 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part 2025.11.06 00:58:21.938942 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part 2025.11.06 00:58:21.939181 [ 4 ] {abfcee4e-f9d3-4939-88e0-44a3a30315b3} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.939233 [ 4 ] {abfcee4e-f9d3-4939-88e0-44a3a30315b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.939591 [ 4 ] {abfcee4e-f9d3-4939-88e0-44a3a30315b3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:58:21.939831 [ 4 ] {abfcee4e-f9d3-4939-88e0-44a3a30315b3} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.940016 [ 4 ] {abfcee4e-f9d3-4939-88e0-44a3a30315b3} executeQuery: Read 211 rows, 12.27 KiB in 0.001393 sec., 151471.6439339555 rows/sec., 8.60 MiB/sec. 2025.11.06 00:58:21.940033 [ 197 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1516 rows, containing 5 columns (5 merged, 0 gathered) in 0.001600968 sec., 946927.1090989951 rows/sec., 65.60 MiB/sec. 2025.11.06 00:58:21.940062 [ 4 ] {abfcee4e-f9d3-4939-88e0-44a3a30315b3} TCPHandler: Processed in 0.001612748 sec. 2025.11.06 00:58:21.940197 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:21.940224 [ 200 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.06 00:58:21.940296 [ 4 ] {ab9daedc-5efd-47c2-b4ce-9c276b292008} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:21.940342 [ 4 ] {ab9daedc-5efd-47c2-b4ce-9c276b292008} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:21.940528 [ 200 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.940608 [ 200 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_21_4} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.06 00:58:21.940717 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.11.06 00:58:21.941005 [ 4 ] {ab9daedc-5efd-47c2-b4ce-9c276b292008} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.941049 [ 4 ] {ab9daedc-5efd-47c2-b4ce-9c276b292008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.941399 [ 4 ] {ab9daedc-5efd-47c2-b4ce-9c276b292008} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.06 00:58:21.941611 [ 4 ] {ab9daedc-5efd-47c2-b4ce-9c276b292008} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.941747 [ 4 ] {ab9daedc-5efd-47c2-b4ce-9c276b292008} executeQuery: Read 695 rows, 49.75 KiB in 0.001469 sec., 473110.9598366235 rows/sec., 33.07 MiB/sec. 2025.11.06 00:58:21.941790 [ 4 ] {ab9daedc-5efd-47c2-b4ce-9c276b292008} TCPHandler: Processed in 0.001641959 sec. 2025.11.06 00:58:21.941913 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:21.942009 [ 4 ] {98221bd7-4041-4b74-9097-88d010e34ccc} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:58:21.942052 [ 4 ] {98221bd7-4041-4b74-9097-88d010e34ccc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:58:21.942390 [ 4 ] {98221bd7-4041-4b74-9097-88d010e34ccc} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.942427 [ 4 ] {98221bd7-4041-4b74-9097-88d010e34ccc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.942948 [ 4 ] {98221bd7-4041-4b74-9097-88d010e34ccc} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:58:21.943198 [ 4 ] {98221bd7-4041-4b74-9097-88d010e34ccc} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.943371 [ 48 ] {} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.06 00:58:21.943398 [ 4 ] {98221bd7-4041-4b74-9097-88d010e34ccc} executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec. 2025.11.06 00:58:21.943406 [ 48 ] {} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.943443 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.943447 [ 4 ] {98221bd7-4041-4b74-9097-88d010e34ccc} TCPHandler: Processed in 0.001586159 sec. 2025.11.06 00:58:21.943524 [ 197 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.11.06 00:58:21.943569 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:21.943613 [ 197 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:21.943641 [ 197 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part 2025.11.06 00:58:21.943666 [ 4 ] {3320658f-3f9e-4736-8228-6d2069722b18} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:21.943694 [ 197 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2025.11.06 00:58:21.943711 [ 4 ] {3320658f-3f9e-4736-8228-6d2069722b18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:21.943737 [ 197 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2025.11.06 00:58:21.943780 [ 197 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2025.11.06 00:58:21.943819 [ 197 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2025.11.06 00:58:21.943854 [ 197 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2025.11.06 00:58:21.944145 [ 4 ] {3320658f-3f9e-4736-8228-6d2069722b18} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.944181 [ 4 ] {3320658f-3f9e-4736-8228-6d2069722b18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.944528 [ 4 ] {3320658f-3f9e-4736-8228-6d2069722b18} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.06 00:58:21.944546 [ 194 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.001052669 sec., 91196.7579552547 rows/sec., 4.65 MiB/sec. 2025.11.06 00:58:21.944674 [ 197 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.06 00:58:21.944750 [ 4 ] {3320658f-3f9e-4736-8228-6d2069722b18} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.944884 [ 4 ] {3320658f-3f9e-4736-8228-6d2069722b18} executeQuery: Read 314 rows, 21.12 KiB in 0.001237 sec., 253839.935327405 rows/sec., 16.68 MiB/sec. 2025.11.06 00:58:21.944917 [ 197 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.944922 [ 4 ] {3320658f-3f9e-4736-8228-6d2069722b18} TCPHandler: Processed in 0.001401725 sec. 2025.11.06 00:58:21.944981 [ 197 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_16_3} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.06 00:58:21.945041 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:21.945043 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.11.06 00:58:21.945135 [ 4 ] {f5b3f6e7-3e3c-4901-b2e1-c008a708e73f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:58:21.945179 [ 4 ] {f5b3f6e7-3e3c-4901-b2e1-c008a708e73f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:58:21.945492 [ 4 ] {f5b3f6e7-3e3c-4901-b2e1-c008a708e73f} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.945526 [ 4 ] {f5b3f6e7-3e3c-4901-b2e1-c008a708e73f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.945829 [ 4 ] {f5b3f6e7-3e3c-4901-b2e1-c008a708e73f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.06 00:58:21.946039 [ 4 ] {f5b3f6e7-3e3c-4901-b2e1-c008a708e73f} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.946169 [ 4 ] {f5b3f6e7-3e3c-4901-b2e1-c008a708e73f} executeQuery: Read 1 rows, 69.00 B in 0.001052 sec., 950.5703422053232 rows/sec., 64.05 KiB/sec. 2025.11.06 00:58:21.946207 [ 4 ] {f5b3f6e7-3e3c-4901-b2e1-c008a708e73f} TCPHandler: Processed in 0.001215171 sec. 2025.11.06 00:58:21.946310 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:21.946402 [ 4 ] {c25bd31e-4e54-4e4a-b7de-f45a202622b5} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:21.946454 [ 4 ] {c25bd31e-4e54-4e4a-b7de-f45a202622b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:21.947195 [ 4 ] {c25bd31e-4e54-4e4a-b7de-f45a202622b5} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.947233 [ 4 ] {c25bd31e-4e54-4e4a-b7de-f45a202622b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.947770 [ 4 ] {c25bd31e-4e54-4e4a-b7de-f45a202622b5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.06 00:58:21.947994 [ 4 ] {c25bd31e-4e54-4e4a-b7de-f45a202622b5} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.948133 [ 4 ] {c25bd31e-4e54-4e4a-b7de-f45a202622b5} executeQuery: Read 16 rows, 29.36 KiB in 0.001749 sec., 9148.084619782734 rows/sec., 16.39 MiB/sec. 2025.11.06 00:58:21.948196 [ 4 ] {c25bd31e-4e54-4e4a-b7de-f45a202622b5} TCPHandler: Processed in 0.001933094 sec. 2025.11.06 00:58:21.948306 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:21.948400 [ 4 ] {c0bfcb05-992d-44a4-8a29-1eac798c2871} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:21.948441 [ 4 ] {c0bfcb05-992d-44a4-8a29-1eac798c2871} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:21.948763 [ 4 ] {c0bfcb05-992d-44a4-8a29-1eac798c2871} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:21.948801 [ 4 ] {c0bfcb05-992d-44a4-8a29-1eac798c2871} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:21.949110 [ 4 ] {c0bfcb05-992d-44a4-8a29-1eac798c2871} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.06 00:58:21.949315 [ 4 ] {c0bfcb05-992d-44a4-8a29-1eac798c2871} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:21.949441 [ 4 ] {c0bfcb05-992d-44a4-8a29-1eac798c2871} executeQuery: Read 104 rows, 6.53 KiB in 0.001059 sec., 98205.85457979226 rows/sec., 6.02 MiB/sec. 2025.11.06 00:58:21.949478 [ 4 ] {c0bfcb05-992d-44a4-8a29-1eac798c2871} TCPHandler: Processed in 0.001221791 sec. 2025.11.06 00:58:24.176417 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11061 2025.11.06 00:58:24.176988 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:24.177033 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:24.177529 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:58:24.177766 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:24.177904 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11061 2025.11.06 00:58:24.756203 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.11.06 00:58:24.772050 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:24.772098 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:24.778702 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:58:24.779447 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:24.782220 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.11.06 00:58:26.921573 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:26.921834 [ 4 ] {018825d5-d577-4aa1-87e1-2d21f220ab99} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:26.921933 [ 4 ] {018825d5-d577-4aa1-87e1-2d21f220ab99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:26.922626 [ 4 ] {018825d5-d577-4aa1-87e1-2d21f220ab99} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:26.922672 [ 4 ] {018825d5-d577-4aa1-87e1-2d21f220ab99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:26.923072 [ 4 ] {018825d5-d577-4aa1-87e1-2d21f220ab99} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.06 00:58:26.923297 [ 4 ] {018825d5-d577-4aa1-87e1-2d21f220ab99} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:26.923451 [ 4 ] {018825d5-d577-4aa1-87e1-2d21f220ab99} executeQuery: Read 108 rows, 9.25 KiB in 0.001695 sec., 63716.81415929204 rows/sec., 5.33 MiB/sec. 2025.11.06 00:58:26.923500 [ 4 ] {018825d5-d577-4aa1-87e1-2d21f220ab99} TCPHandler: Processed in 0.002101327 sec. 2025.11.06 00:58:26.923624 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:26.923726 [ 4 ] {d18b018d-f043-417c-baca-1cbc8a316e1f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:26.923768 [ 4 ] {d18b018d-f043-417c-baca-1cbc8a316e1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:26.924163 [ 4 ] {d18b018d-f043-417c-baca-1cbc8a316e1f} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:26.924200 [ 4 ] {d18b018d-f043-417c-baca-1cbc8a316e1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:26.924517 [ 4 ] {d18b018d-f043-417c-baca-1cbc8a316e1f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.06 00:58:26.924721 [ 4 ] {d18b018d-f043-417c-baca-1cbc8a316e1f} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:26.924830 [ 40 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.06 00:58:26.924850 [ 4 ] {d18b018d-f043-417c-baca-1cbc8a316e1f} executeQuery: Read 26 rows, 1.96 KiB in 0.001147 sec., 22667.829119442024 rows/sec., 1.66 MiB/sec. 2025.11.06 00:58:26.924897 [ 40 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:26.924905 [ 4 ] {d18b018d-f043-417c-baca-1cbc8a316e1f} TCPHandler: Processed in 0.001333584 sec. 2025.11.06 00:58:26.924931 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:26.925021 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:26.925046 [ 200 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.11.06 00:58:26.925120 [ 4 ] {db64befe-c78f-47e8-9950-cd7c7fd26604} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:26.925164 [ 4 ] {db64befe-c78f-47e8-9950-cd7c7fd26604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:26.925172 [ 200 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:26.925214 [ 200 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 265 rows starting from the beginning of the part 2025.11.06 00:58:26.925288 [ 200 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part 2025.11.06 00:58:26.925339 [ 200 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 221 rows starting from the beginning of the part 2025.11.06 00:58:26.925387 [ 200 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:26.925430 [ 200 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 221 rows starting from the beginning of the part 2025.11.06 00:58:26.925473 [ 200 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:26.925585 [ 4 ] {db64befe-c78f-47e8-9950-cd7c7fd26604} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:26.925625 [ 4 ] {db64befe-c78f-47e8-9950-cd7c7fd26604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:26.925965 [ 4 ] {db64befe-c78f-47e8-9950-cd7c7fd26604} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.06 00:58:26.926186 [ 4 ] {db64befe-c78f-47e8-9950-cd7c7fd26604} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:26.926321 [ 4 ] {db64befe-c78f-47e8-9950-cd7c7fd26604} executeQuery: Read 90 rows, 7.20 KiB in 0.001218 sec., 73891.62561576355 rows/sec., 5.77 MiB/sec. 2025.11.06 00:58:26.926368 [ 4 ] {db64befe-c78f-47e8-9950-cd7c7fd26604} TCPHandler: Processed in 0.001396724 sec. 2025.11.06 00:58:26.926463 [ 194 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 791 rows, containing 5 columns (5 merged, 0 gathered) in 0.001460816 sec., 541478.1875335429 rows/sec., 35.53 MiB/sec. 2025.11.06 00:58:26.926495 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:26.926598 [ 4 ] {984df07f-6c98-4673-9004-96b5baf007ac} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:26.926641 [ 4 ] {984df07f-6c98-4673-9004-96b5baf007ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:26.926670 [ 198 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.06 00:58:26.926972 [ 198 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:26.927065 [ 198 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_31_6} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.06 00:58:26.927087 [ 4 ] {984df07f-6c98-4673-9004-96b5baf007ac} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:26.927128 [ 4 ] {984df07f-6c98-4673-9004-96b5baf007ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:26.927161 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.11.06 00:58:26.927478 [ 4 ] {984df07f-6c98-4673-9004-96b5baf007ac} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.06 00:58:26.927694 [ 4 ] {984df07f-6c98-4673-9004-96b5baf007ac} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:26.927822 [ 4 ] {984df07f-6c98-4673-9004-96b5baf007ac} executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. 2025.11.06 00:58:26.927858 [ 4 ] {984df07f-6c98-4673-9004-96b5baf007ac} TCPHandler: Processed in 0.001425075 sec. 2025.11.06 00:58:26.927965 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:26.928058 [ 4 ] {ef7b11b2-59ac-418f-a3a4-dd04007cc4c6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:26.928111 [ 4 ] {ef7b11b2-59ac-418f-a3a4-dd04007cc4c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:26.928919 [ 4 ] {ef7b11b2-59ac-418f-a3a4-dd04007cc4c6} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:26.928955 [ 4 ] {ef7b11b2-59ac-418f-a3a4-dd04007cc4c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:26.929483 [ 4 ] {ef7b11b2-59ac-418f-a3a4-dd04007cc4c6} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.06 00:58:26.929704 [ 4 ] {ef7b11b2-59ac-418f-a3a4-dd04007cc4c6} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:26.929813 [ 40 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.06 00:58:26.929840 [ 4 ] {ef7b11b2-59ac-418f-a3a4-dd04007cc4c6} executeQuery: Read 26 rows, 47.71 KiB in 0.0018 sec., 14444.444444444445 rows/sec., 25.88 MiB/sec. 2025.11.06 00:58:26.929848 [ 40 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:26.929881 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:26.929900 [ 4 ] {ef7b11b2-59ac-418f-a3a4-dd04007cc4c6} TCPHandler: Processed in 0.001983715 sec. 2025.11.06 00:58:26.929946 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.11.06 00:58:26.930024 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:26.930122 [ 4 ] {f4b45423-ed5a-44a0-b736-5150fbbde761} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:26.930138 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:26.930163 [ 4 ] {f4b45423-ed5a-44a0-b736-5150fbbde761} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:26.930197 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 493 rows starting from the beginning of the part 2025.11.06 00:58:26.930309 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:26.930406 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part 2025.11.06 00:58:26.930501 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:26.930501 [ 4 ] {f4b45423-ed5a-44a0-b736-5150fbbde761} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:26.930549 [ 4 ] {f4b45423-ed5a-44a0-b736-5150fbbde761} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:26.930599 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part 2025.11.06 00:58:26.930699 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:26.930872 [ 4 ] {f4b45423-ed5a-44a0-b736-5150fbbde761} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.06 00:58:26.931127 [ 4 ] {f4b45423-ed5a-44a0-b736-5150fbbde761} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:26.931260 [ 4 ] {f4b45423-ed5a-44a0-b736-5150fbbde761} executeQuery: Read 60 rows, 4.14 KiB in 0.001156 sec., 51903.11418685121 rows/sec., 3.50 MiB/sec. 2025.11.06 00:58:26.931296 [ 4 ] {f4b45423-ed5a-44a0-b736-5150fbbde761} TCPHandler: Processed in 0.001321284 sec. 2025.11.06 00:58:26.954608 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 603 rows, containing 19 columns (19 merged, 0 gathered) in 0.024685357 sec., 24427.43688090069 rows/sec., 43.77 MiB/sec. 2025.11.06 00:58:26.955556 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.06 00:58:26.955899 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:26.955977 [ 198 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_31_6} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.06 00:58:26.956094 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. 2025.11.06 00:58:27.000164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 256.53 MiB, peak 263.88 MiB, free memory in arenas 0.00 B, will set to 258.42 MiB (RSS), difference: 1.89 MiB 2025.11.06 00:58:31.585959 [ 34 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:58:31.586065 [ 34 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:58:31.677972 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11509 2025.11.06 00:58:31.678529 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.678578 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.679129 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:58:31.679360 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.679496 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11509 2025.11.06 00:58:31.694861 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 768 2025.11.06 00:58:31.697147 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.697187 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.698353 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:58:31.698616 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.698867 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 768 2025.11.06 00:58:31.936180 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:31.936439 [ 4 ] {cc3d4e50-7781-4370-b347-ec38fb11489c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:58:31.936543 [ 4 ] {cc3d4e50-7781-4370-b347-ec38fb11489c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:58:31.937641 [ 4 ] {cc3d4e50-7781-4370-b347-ec38fb11489c} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.937716 [ 4 ] {cc3d4e50-7781-4370-b347-ec38fb11489c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.938322 [ 4 ] {cc3d4e50-7781-4370-b347-ec38fb11489c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:58:31.938646 [ 4 ] {cc3d4e50-7781-4370-b347-ec38fb11489c} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.938864 [ 4 ] {cc3d4e50-7781-4370-b347-ec38fb11489c} executeQuery: Read 410 rows, 26.63 KiB in 0.002497 sec., 164197.03644373248 rows/sec., 10.42 MiB/sec. 2025.11.06 00:58:31.938874 [ 34 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.11.06 00:58:31.938934 [ 4 ] {cc3d4e50-7781-4370-b347-ec38fb11489c} TCPHandler: Processed in 0.002958912 sec. 2025.11.06 00:58:31.938968 [ 34 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.939010 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.939122 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:31.939149 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.11.06 00:58:31.939265 [ 4 ] {fbd372f6-8614-49fe-9b63-c7fe75effcf0} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:31.939326 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:31.939336 [ 4 ] {fbd372f6-8614-49fe-9b63-c7fe75effcf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:31.939383 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 410 rows starting from the beginning of the part 2025.11.06 00:58:31.939492 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 410 rows starting from the beginning of the part 2025.11.06 00:58:31.939562 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 410 rows starting from the beginning of the part 2025.11.06 00:58:31.939628 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 410 rows starting from the beginning of the part 2025.11.06 00:58:31.939687 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 410 rows starting from the beginning of the part 2025.11.06 00:58:31.940649 [ 4 ] {fbd372f6-8614-49fe-9b63-c7fe75effcf0} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.940710 [ 4 ] {fbd372f6-8614-49fe-9b63-c7fe75effcf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.941221 [ 200 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.002119508 sec., 967205.5967705713 rows/sec., 65.04 MiB/sec. 2025.11.06 00:58:31.941328 [ 4 ] {fbd372f6-8614-49fe-9b63-c7fe75effcf0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.06 00:58:31.941457 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.11.06 00:58:31.941774 [ 4 ] {fbd372f6-8614-49fe-9b63-c7fe75effcf0} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.941894 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_17_4} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.941995 [ 4 ] {fbd372f6-8614-49fe-9b63-c7fe75effcf0} executeQuery: Read 1144 rows, 92.99 KiB in 0.00276 sec., 414492.7536231884 rows/sec., 32.90 MiB/sec. 2025.11.06 00:58:31.942006 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_17_4} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.11.06 00:58:31.942067 [ 4 ] {fbd372f6-8614-49fe-9b63-c7fe75effcf0} TCPHandler: Processed in 0.003017313 sec. 2025.11.06 00:58:31.942127 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.11.06 00:58:31.942239 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:31.942396 [ 4 ] {ba9f1d21-3424-432c-9be4-44f89dab43ae} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:31.942460 [ 4 ] {ba9f1d21-3424-432c-9be4-44f89dab43ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:31.943181 [ 4 ] {ba9f1d21-3424-432c-9be4-44f89dab43ae} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.943237 [ 4 ] {ba9f1d21-3424-432c-9be4-44f89dab43ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.943756 [ 4 ] {ba9f1d21-3424-432c-9be4-44f89dab43ae} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.06 00:58:31.944087 [ 4 ] {ba9f1d21-3424-432c-9be4-44f89dab43ae} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.944288 [ 4 ] {ba9f1d21-3424-432c-9be4-44f89dab43ae} executeQuery: Read 221 rows, 13.52 KiB in 0.001927 sec., 114686.04047742605 rows/sec., 6.85 MiB/sec. 2025.11.06 00:58:31.944349 [ 4 ] {ba9f1d21-3424-432c-9be4-44f89dab43ae} TCPHandler: Processed in 0.002186109 sec. 2025.11.06 00:58:31.944520 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:31.944666 [ 4 ] {77ed2b57-0e30-488f-a7df-72af18d2e501} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:58:31.944730 [ 4 ] {77ed2b57-0e30-488f-a7df-72af18d2e501} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:58:31.945411 [ 4 ] {77ed2b57-0e30-488f-a7df-72af18d2e501} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.945460 [ 4 ] {77ed2b57-0e30-488f-a7df-72af18d2e501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.945917 [ 4 ] {77ed2b57-0e30-488f-a7df-72af18d2e501} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:58:31.946232 [ 4 ] {77ed2b57-0e30-488f-a7df-72af18d2e501} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.946418 [ 4 ] {77ed2b57-0e30-488f-a7df-72af18d2e501} executeQuery: Read 212 rows, 14.00 KiB in 0.001781 sec., 119034.25042111173 rows/sec., 7.68 MiB/sec. 2025.11.06 00:58:31.946473 [ 4 ] {77ed2b57-0e30-488f-a7df-72af18d2e501} TCPHandler: Processed in 0.002025096 sec. 2025.11.06 00:58:31.946620 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:31.946760 [ 4 ] {874139a5-e3e5-4f47-bbbd-c9fe72620c67} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:58:31.946823 [ 4 ] {874139a5-e3e5-4f47-bbbd-c9fe72620c67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:58:31.947512 [ 4 ] {874139a5-e3e5-4f47-bbbd-c9fe72620c67} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.947557 [ 4 ] {874139a5-e3e5-4f47-bbbd-c9fe72620c67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.947932 [ 4 ] {874139a5-e3e5-4f47-bbbd-c9fe72620c67} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:58:31.948195 [ 4 ] {874139a5-e3e5-4f47-bbbd-c9fe72620c67} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.948338 [ 34 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.11.06 00:58:31.948369 [ 4 ] {874139a5-e3e5-4f47-bbbd-c9fe72620c67} executeQuery: Read 211 rows, 12.27 KiB in 0.001639 sec., 128737.03477730323 rows/sec., 7.31 MiB/sec. 2025.11.06 00:58:31.948391 [ 34 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.948431 [ 4 ] {874139a5-e3e5-4f47-bbbd-c9fe72620c67} TCPHandler: Processed in 0.001881673 sec. 2025.11.06 00:58:31.948435 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.948587 [ 200 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.11.06 00:58:31.948597 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:31.948757 [ 4 ] {aafd7904-75ad-41ff-b547-1f4723626a45} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:31.948766 [ 200 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:31.948828 [ 4 ] {aafd7904-75ad-41ff-b547-1f4723626a45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:31.948836 [ 200 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 211 rows starting from the beginning of the part 2025.11.06 00:58:31.948940 [ 200 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 211 rows starting from the beginning of the part 2025.11.06 00:58:31.949004 [ 200 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 211 rows starting from the beginning of the part 2025.11.06 00:58:31.949061 [ 200 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 211 rows starting from the beginning of the part 2025.11.06 00:58:31.949124 [ 200 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 211 rows starting from the beginning of the part 2025.11.06 00:58:31.949742 [ 4 ] {aafd7904-75ad-41ff-b547-1f4723626a45} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.949804 [ 4 ] {aafd7904-75ad-41ff-b547-1f4723626a45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.950304 [ 4 ] {aafd7904-75ad-41ff-b547-1f4723626a45} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.06 00:58:31.950404 [ 202 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001875223 sec., 562599.7548024955 rows/sec., 34.09 MiB/sec. 2025.11.06 00:58:31.950613 [ 193 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.11.06 00:58:31.950617 [ 4 ] {aafd7904-75ad-41ff-b547-1f4723626a45} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.950835 [ 4 ] {aafd7904-75ad-41ff-b547-1f4723626a45} executeQuery: Read 695 rows, 49.75 KiB in 0.002104 sec., 330323.1939163498 rows/sec., 23.09 MiB/sec. 2025.11.06 00:58:31.950895 [ 4 ] {aafd7904-75ad-41ff-b547-1f4723626a45} TCPHandler: Processed in 0.002364762 sec. 2025.11.06 00:58:31.950978 [ 193 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_17_4} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.951058 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:31.951069 [ 193 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_17_4} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.11.06 00:58:31.951186 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.06 00:58:31.951193 [ 4 ] {e4ae6efa-c6bc-4fe5-85e6-1be66ba121dd} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:58:31.951261 [ 4 ] {e4ae6efa-c6bc-4fe5-85e6-1be66ba121dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:58:31.951775 [ 4 ] {e4ae6efa-c6bc-4fe5-85e6-1be66ba121dd} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.951829 [ 4 ] {e4ae6efa-c6bc-4fe5-85e6-1be66ba121dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.952278 [ 4 ] {e4ae6efa-c6bc-4fe5-85e6-1be66ba121dd} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:58:31.952572 [ 4 ] {e4ae6efa-c6bc-4fe5-85e6-1be66ba121dd} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.952758 [ 4 ] {e4ae6efa-c6bc-4fe5-85e6-1be66ba121dd} executeQuery: Read 6 rows, 321.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 196.91 KiB/sec. 2025.11.06 00:58:31.952815 [ 4 ] {e4ae6efa-c6bc-4fe5-85e6-1be66ba121dd} TCPHandler: Processed in 0.001827492 sec. 2025.11.06 00:58:31.952978 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:31.953118 [ 4 ] {1ca35134-7128-4d47-a30c-31d4f2440e38} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:31.953182 [ 4 ] {1ca35134-7128-4d47-a30c-31d4f2440e38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:31.953815 [ 4 ] {1ca35134-7128-4d47-a30c-31d4f2440e38} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.953868 [ 4 ] {1ca35134-7128-4d47-a30c-31d4f2440e38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.954371 [ 4 ] {1ca35134-7128-4d47-a30c-31d4f2440e38} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.06 00:58:31.954682 [ 4 ] {1ca35134-7128-4d47-a30c-31d4f2440e38} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.954859 [ 4 ] {1ca35134-7128-4d47-a30c-31d4f2440e38} executeQuery: Read 314 rows, 21.12 KiB in 0.001771 sec., 177300.95990965556 rows/sec., 11.65 MiB/sec. 2025.11.06 00:58:31.954905 [ 4 ] {1ca35134-7128-4d47-a30c-31d4f2440e38} TCPHandler: Processed in 0.002000915 sec. 2025.11.06 00:58:31.955064 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:31.955197 [ 4 ] {4498b396-17cf-452f-b608-f0252eb5a6ce} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:58:31.955258 [ 4 ] {4498b396-17cf-452f-b608-f0252eb5a6ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:58:31.955738 [ 4 ] {4498b396-17cf-452f-b608-f0252eb5a6ce} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.955789 [ 4 ] {4498b396-17cf-452f-b608-f0252eb5a6ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.956206 [ 4 ] {4498b396-17cf-452f-b608-f0252eb5a6ce} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.06 00:58:31.956504 [ 4 ] {4498b396-17cf-452f-b608-f0252eb5a6ce} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.956695 [ 4 ] {4498b396-17cf-452f-b608-f0252eb5a6ce} executeQuery: Read 1 rows, 69.00 B in 0.001523 sec., 656.5988181221273 rows/sec., 44.24 KiB/sec. 2025.11.06 00:58:31.956756 [ 4 ] {4498b396-17cf-452f-b608-f0252eb5a6ce} TCPHandler: Processed in 0.001757101 sec. 2025.11.06 00:58:31.956915 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:31.957053 [ 4 ] {e593bba4-5643-48bb-9878-b8e09772449b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:31.957137 [ 4 ] {e593bba4-5643-48bb-9878-b8e09772449b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:31.958246 [ 4 ] {e593bba4-5643-48bb-9878-b8e09772449b} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.958300 [ 4 ] {e593bba4-5643-48bb-9878-b8e09772449b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.959057 [ 4 ] {e593bba4-5643-48bb-9878-b8e09772449b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.06 00:58:31.959390 [ 4 ] {e593bba4-5643-48bb-9878-b8e09772449b} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.959599 [ 4 ] {e593bba4-5643-48bb-9878-b8e09772449b} executeQuery: Read 16 rows, 29.36 KiB in 0.002572 sec., 6220.839813374805 rows/sec., 11.15 MiB/sec. 2025.11.06 00:58:31.959690 [ 4 ] {e593bba4-5643-48bb-9878-b8e09772449b} TCPHandler: Processed in 0.00284559 sec. 2025.11.06 00:58:31.959843 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:31.959991 [ 4 ] {6df021a5-4df9-4f75-b514-647dccad611b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:31.960056 [ 4 ] {6df021a5-4df9-4f75-b514-647dccad611b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:31.960573 [ 4 ] {6df021a5-4df9-4f75-b514-647dccad611b} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:31.960633 [ 4 ] {6df021a5-4df9-4f75-b514-647dccad611b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:31.961064 [ 4 ] {6df021a5-4df9-4f75-b514-647dccad611b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.06 00:58:31.961386 [ 4 ] {6df021a5-4df9-4f75-b514-647dccad611b} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:31.961555 [ 4 ] {6df021a5-4df9-4f75-b514-647dccad611b} executeQuery: Read 104 rows, 6.53 KiB in 0.001594 sec., 65244.66750313676 rows/sec., 4.00 MiB/sec. 2025.11.06 00:58:31.961605 [ 4 ] {6df021a5-4df9-4f75-b514-647dccad611b} TCPHandler: Processed in 0.001831573 sec. 2025.11.06 00:58:32.282276 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.11.06 00:58:32.300575 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:32.300645 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.11.06 00:58:32.306750 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:58:32.307465 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:32.310605 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.11.06 00:58:36.030182 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55942 2025.11.06 00:58:36.030313 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.030342 [ 286 ] {} TCP-Session: 0bbc610b-002e-4a39-8647-e5cd81ab4b2f Authenticating user 'default' from [fd00:1122:3344:101::e]:55942 2025.11.06 00:58:36.030365 [ 286 ] {} TCP-Session: 0bbc610b-002e-4a39-8647-e5cd81ab4b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.030377 [ 286 ] {} TCP-Session: 0bbc610b-002e-4a39-8647-e5cd81ab4b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.030692 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40458 2025.11.06 00:58:36.030714 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42887 2025.11.06 00:58:36.030752 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36753 2025.11.06 00:58:36.030774 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46126 2025.11.06 00:58:36.030835 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.030765 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45486 2025.11.06 00:58:36.030881 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.030885 [ 287 ] {} TCP-Session: 7c230df0-71e5-46b3-b3f7-3d58e9e6b555 Authenticating user 'default' from [fd00:1122:3344:101::e]:40458 2025.11.06 00:58:36.030931 [ 288 ] {} TCP-Session: 7c8657a8-31c1-45c2-bea7-c7cb4b1903fc Authenticating user 'default' from [fd00:1122:3344:101::e]:42887 2025.11.06 00:58:36.030950 [ 287 ] {} TCP-Session: 7c230df0-71e5-46b3-b3f7-3d58e9e6b555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.030737 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56547 2025.11.06 00:58:36.030997 [ 287 ] {} TCP-Session: 7c230df0-71e5-46b3-b3f7-3d58e9e6b555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031005 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.031003 [ 288 ] {} TCP-Session: 7c8657a8-31c1-45c2-bea7-c7cb4b1903fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031083 [ 292 ] {} TCP-Session: 35322c07-1667-4826-b173-a22f5a7f21d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:36753 2025.11.06 00:58:36.031097 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.031136 [ 292 ] {} TCP-Session: 35322c07-1667-4826-b173-a22f5a7f21d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031151 [ 293 ] {} TCP-Session: 88e03c47-012e-42e3-b79f-0030de03f307 Authenticating user 'default' from [fd00:1122:3344:101::e]:45486 2025.11.06 00:58:36.031170 [ 292 ] {} TCP-Session: 35322c07-1667-4826-b173-a22f5a7f21d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031185 [ 293 ] {} TCP-Session: 88e03c47-012e-42e3-b79f-0030de03f307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031105 [ 288 ] {} TCP-Session: 7c8657a8-31c1-45c2-bea7-c7cb4b1903fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031235 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.031213 [ 293 ] {} TCP-Session: 88e03c47-012e-42e3-b79f-0030de03f307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031286 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.031307 [ 294 ] {} TCP-Session: bc2d462a-9483-46d8-994e-6e1bb6ab0c95 Authenticating user 'default' from [fd00:1122:3344:101::e]:46126 2025.11.06 00:58:36.031340 [ 291 ] {} TCP-Session: e0181c56-afe0-48e6-981c-671dcb1a6c81 Authenticating user 'default' from [fd00:1122:3344:101::e]:56547 2025.11.06 00:58:36.031361 [ 294 ] {} TCP-Session: bc2d462a-9483-46d8-994e-6e1bb6ab0c95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031380 [ 291 ] {} TCP-Session: e0181c56-afe0-48e6-981c-671dcb1a6c81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031397 [ 294 ] {} TCP-Session: bc2d462a-9483-46d8-994e-6e1bb6ab0c95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031415 [ 291 ] {} TCP-Session: e0181c56-afe0-48e6-981c-671dcb1a6c81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.030720 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65506 2025.11.06 00:58:36.030719 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47183 2025.11.06 00:58:36.030865 [ 286 ] {} TCP-Session: 0bbc610b-002e-4a39-8647-e5cd81ab4b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:36.031668 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.031670 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.031712 [ 289 ] {} TCP-Session: 6f50fea7-36f7-43f3-9c15-f2dfdbabc66f Authenticating user 'default' from [fd00:1122:3344:101::e]:47183 2025.11.06 00:58:36.031729 [ 290 ] {} TCP-Session: 6dc10654-833b-4c05-9a55-fac0a880927a Authenticating user 'default' from [fd00:1122:3344:101::e]:65506 2025.11.06 00:58:36.031738 [ 289 ] {} TCP-Session: 6f50fea7-36f7-43f3-9c15-f2dfdbabc66f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031753 [ 290 ] {} TCP-Session: 6dc10654-833b-4c05-9a55-fac0a880927a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031760 [ 289 ] {} TCP-Session: 6f50fea7-36f7-43f3-9c15-f2dfdbabc66f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.031752 [ 286 ] {f3a93fbd-f9dc-47f1-a20a-1313303f1bac} executeQuery: (from [fd00:1122:3344:101::e]:55942) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:58:36.031773 [ 290 ] {} TCP-Session: 6dc10654-833b-4c05-9a55-fac0a880927a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.032155 [ 286 ] {f3a93fbd-f9dc-47f1-a20a-1313303f1bac} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:58:36.032235 [ 286 ] {f3a93fbd-f9dc-47f1-a20a-1313303f1bac} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:58:36.032619 [ 286 ] {f3a93fbd-f9dc-47f1-a20a-1313303f1bac} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:58:36.033802 [ 332 ] {f3a93fbd-f9dc-47f1-a20a-1313303f1bac} AggregatingTransform: Aggregating 2025.11.06 00:58:36.033847 [ 332 ] {f3a93fbd-f9dc-47f1-a20a-1313303f1bac} Aggregator: Aggregation method: without_key 2025.11.06 00:58:36.033882 [ 332 ] {f3a93fbd-f9dc-47f1-a20a-1313303f1bac} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001148071 sec. (871.026 rows/sec., 34.02 KiB/sec.) 2025.11.06 00:58:36.033902 [ 332 ] {f3a93fbd-f9dc-47f1-a20a-1313303f1bac} Aggregator: Merging aggregated data 2025.11.06 00:58:36.035696 [ 286 ] {f3a93fbd-f9dc-47f1-a20a-1313303f1bac} executeQuery: Read 1 rows, 40.00 B in 0.004023 sec., 248.5707183693761 rows/sec., 9.71 KiB/sec. 2025.11.06 00:58:36.035866 [ 286 ] {f3a93fbd-f9dc-47f1-a20a-1313303f1bac} TCPHandler: Processed in 0.005214862 sec. 2025.11.06 00:58:36.036005 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.036046 [ 286 ] {} TCP-Session: 0bbc610b-002e-4a39-8647-e5cd81ab4b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.036060 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.036093 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.036123 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.036148 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.036163 [ 288 ] {} TCP-Session: 7c8657a8-31c1-45c2-bea7-c7cb4b1903fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.036183 [ 292 ] {} TCP-Session: 35322c07-1667-4826-b173-a22f5a7f21d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.036205 [ 287 ] {} TCP-Session: 7c230df0-71e5-46b3-b3f7-3d58e9e6b555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.036213 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.036242 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.036262 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.036283 [ 291 ] {} TCP-Session: e0181c56-afe0-48e6-981c-671dcb1a6c81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.036311 [ 290 ] {} TCP-Session: 6dc10654-833b-4c05-9a55-fac0a880927a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.036326 [ 293 ] {} TCP-Session: 88e03c47-012e-42e3-b79f-0030de03f307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.036185 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.036124 [ 294 ] {} TCP-Session: bc2d462a-9483-46d8-994e-6e1bb6ab0c95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.036403 [ 289 ] {} TCP-Session: 6f50fea7-36f7-43f3-9c15-f2dfdbabc66f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.949884 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:36.950078 [ 4 ] {63644e6c-8d7a-458e-8f61-74ec5a0e06e3} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:36.950152 [ 4 ] {63644e6c-8d7a-458e-8f61-74ec5a0e06e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:36.951469 [ 4 ] {63644e6c-8d7a-458e-8f61-74ec5a0e06e3} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:36.951517 [ 4 ] {63644e6c-8d7a-458e-8f61-74ec5a0e06e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:36.951984 [ 4 ] {63644e6c-8d7a-458e-8f61-74ec5a0e06e3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.06 00:58:36.952205 [ 4 ] {63644e6c-8d7a-458e-8f61-74ec5a0e06e3} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:36.952358 [ 4 ] {63644e6c-8d7a-458e-8f61-74ec5a0e06e3} executeQuery: Read 1248 rows, 105.36 KiB in 0.002333 sec., 534933.5619374196 rows/sec., 44.10 MiB/sec. 2025.11.06 00:58:36.952401 [ 4 ] {63644e6c-8d7a-458e-8f61-74ec5a0e06e3} TCPHandler: Processed in 0.002660827 sec. 2025.11.06 00:58:36.952536 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:36.952636 [ 4 ] {64e88f1f-d1c0-49bb-ae6c-d019bcd18d3e} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:36.952678 [ 4 ] {64e88f1f-d1c0-49bb-ae6c-d019bcd18d3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:36.953106 [ 4 ] {64e88f1f-d1c0-49bb-ae6c-d019bcd18d3e} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:36.953150 [ 4 ] {64e88f1f-d1c0-49bb-ae6c-d019bcd18d3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:36.953454 [ 4 ] {64e88f1f-d1c0-49bb-ae6c-d019bcd18d3e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.06 00:58:36.953672 [ 4 ] {64e88f1f-d1c0-49bb-ae6c-d019bcd18d3e} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:36.953807 [ 4 ] {64e88f1f-d1c0-49bb-ae6c-d019bcd18d3e} executeQuery: Read 26 rows, 1.96 KiB in 0.001191 sec., 21830.3946263644 rows/sec., 1.60 MiB/sec. 2025.11.06 00:58:36.953845 [ 4 ] {64e88f1f-d1c0-49bb-ae6c-d019bcd18d3e} TCPHandler: Processed in 0.001360074 sec. 2025.11.06 00:58:36.953954 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:36.954050 [ 4 ] {96b765fc-7def-469f-b37f-9cd364bd20af} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:58:36.954092 [ 4 ] {96b765fc-7def-469f-b37f-9cd364bd20af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:58:36.954601 [ 4 ] {96b765fc-7def-469f-b37f-9cd364bd20af} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:36.954638 [ 4 ] {96b765fc-7def-469f-b37f-9cd364bd20af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:36.954956 [ 4 ] {96b765fc-7def-469f-b37f-9cd364bd20af} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:58:36.955163 [ 4 ] {96b765fc-7def-469f-b37f-9cd364bd20af} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:36.955291 [ 4 ] {96b765fc-7def-469f-b37f-9cd364bd20af} executeQuery: Read 228 rows, 15.81 KiB in 0.001259 sec., 181096.10802223987 rows/sec., 12.26 MiB/sec. 2025.11.06 00:58:36.955329 [ 4 ] {96b765fc-7def-469f-b37f-9cd364bd20af} TCPHandler: Processed in 0.001424125 sec. 2025.11.06 00:58:36.955435 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:36.955530 [ 4 ] {482ac446-9984-42e8-b285-6009d6262f31} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:36.955572 [ 4 ] {482ac446-9984-42e8-b285-6009d6262f31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:36.956163 [ 4 ] {482ac446-9984-42e8-b285-6009d6262f31} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:36.956200 [ 4 ] {482ac446-9984-42e8-b285-6009d6262f31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:36.956521 [ 4 ] {482ac446-9984-42e8-b285-6009d6262f31} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.06 00:58:36.956725 [ 4 ] {482ac446-9984-42e8-b285-6009d6262f31} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:36.956850 [ 4 ] {482ac446-9984-42e8-b285-6009d6262f31} executeQuery: Read 546 rows, 41.49 KiB in 0.001337 sec., 408376.9633507853 rows/sec., 30.30 MiB/sec. 2025.11.06 00:58:36.956888 [ 4 ] {482ac446-9984-42e8-b285-6009d6262f31} TCPHandler: Processed in 0.001502397 sec. 2025.11.06 00:58:36.956999 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:36.957094 [ 4 ] {cc98f6d2-4c5c-4843-808f-ca200bc8bb24} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:36.957138 [ 4 ] {cc98f6d2-4c5c-4843-808f-ca200bc8bb24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:36.957691 [ 4 ] {cc98f6d2-4c5c-4843-808f-ca200bc8bb24} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:36.957729 [ 4 ] {cc98f6d2-4c5c-4843-808f-ca200bc8bb24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:36.958099 [ 4 ] {cc98f6d2-4c5c-4843-808f-ca200bc8bb24} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.06 00:58:36.958307 [ 4 ] {cc98f6d2-4c5c-4843-808f-ca200bc8bb24} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:36.958438 [ 4 ] {cc98f6d2-4c5c-4843-808f-ca200bc8bb24} executeQuery: Read 844 rows, 58.17 KiB in 0.001362 sec., 619676.9456681351 rows/sec., 41.71 MiB/sec. 2025.11.06 00:58:36.958474 [ 4 ] {cc98f6d2-4c5c-4843-808f-ca200bc8bb24} TCPHandler: Processed in 0.001525777 sec. 2025.11.06 00:58:36.958585 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:36.958680 [ 4 ] {c44992d7-5f31-4b3e-abce-2f35f5c6c08f} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:36.958736 [ 4 ] {c44992d7-5f31-4b3e-abce-2f35f5c6c08f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:36.959521 [ 4 ] {c44992d7-5f31-4b3e-abce-2f35f5c6c08f} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:36.959556 [ 4 ] {c44992d7-5f31-4b3e-abce-2f35f5c6c08f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:36.960085 [ 4 ] {c44992d7-5f31-4b3e-abce-2f35f5c6c08f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.06 00:58:36.960307 [ 4 ] {c44992d7-5f31-4b3e-abce-2f35f5c6c08f} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:36.960443 [ 4 ] {c44992d7-5f31-4b3e-abce-2f35f5c6c08f} executeQuery: Read 26 rows, 47.71 KiB in 0.001782 sec., 14590.347923681258 rows/sec., 26.15 MiB/sec. 2025.11.06 00:58:36.960502 [ 4 ] {c44992d7-5f31-4b3e-abce-2f35f5c6c08f} TCPHandler: Processed in 0.001966905 sec. 2025.11.06 00:58:36.960619 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:36.960713 [ 4 ] {ed6838e7-d7d3-4ee8-aebc-db5579d07992} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:36.960753 [ 4 ] {ed6838e7-d7d3-4ee8-aebc-db5579d07992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:36.961070 [ 4 ] {ed6838e7-d7d3-4ee8-aebc-db5579d07992} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:36.961102 [ 4 ] {ed6838e7-d7d3-4ee8-aebc-db5579d07992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:36.961391 [ 4 ] {ed6838e7-d7d3-4ee8-aebc-db5579d07992} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.06 00:58:36.961584 [ 4 ] {ed6838e7-d7d3-4ee8-aebc-db5579d07992} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:36.961774 [ 4 ] {ed6838e7-d7d3-4ee8-aebc-db5579d07992} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.11.06 00:58:36.961810 [ 4 ] {ed6838e7-d7d3-4ee8-aebc-db5579d07992} TCPHandler: Processed in 0.001240412 sec. 2025.11.06 00:58:36.983345 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37860 2025.11.06 00:58:36.983414 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.983437 [ 286 ] {} TCP-Session: 7f6d4a40-40a8-4101-96af-d8e554837878 Authenticating user 'default' from [fd00:1122:3344:101::e]:37860 2025.11.06 00:58:36.983458 [ 286 ] {} TCP-Session: 7f6d4a40-40a8-4101-96af-d8e554837878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.983471 [ 286 ] {} TCP-Session: 7f6d4a40-40a8-4101-96af-d8e554837878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.983669 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56760 2025.11.06 00:58:36.983684 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54005 2025.11.06 00:58:36.983721 [ 286 ] {} TCP-Session: 7f6d4a40-40a8-4101-96af-d8e554837878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:36.983794 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.983817 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.983830 [ 287 ] {} TCP-Session: 1f7d3447-85b2-4a60-919f-48d6ebcab476 Authenticating user 'default' from [fd00:1122:3344:101::e]:56760 2025.11.06 00:58:36.983851 [ 288 ] {} TCP-Session: d0c4aeca-21a9-401f-80b9-9294333f2f2f Authenticating user 'default' from [fd00:1122:3344:101::e]:54005 2025.11.06 00:58:36.983864 [ 287 ] {} TCP-Session: 1f7d3447-85b2-4a60-919f-48d6ebcab476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.983864 [ 286 ] {16f628f9-65a1-4c41-960d-a9b7e60a9e99} executeQuery: (from [fd00:1122:3344:101::e]:37860) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:58:36.983889 [ 287 ] {} TCP-Session: 1f7d3447-85b2-4a60-919f-48d6ebcab476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.983880 [ 288 ] {} TCP-Session: d0c4aeca-21a9-401f-80b9-9294333f2f2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.983940 [ 288 ] {} TCP-Session: d0c4aeca-21a9-401f-80b9-9294333f2f2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.984115 [ 286 ] {16f628f9-65a1-4c41-960d-a9b7e60a9e99} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:58:36.984169 [ 286 ] {16f628f9-65a1-4c41-960d-a9b7e60a9e99} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:58:36.984424 [ 286 ] {16f628f9-65a1-4c41-960d-a9b7e60a9e99} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:58:36.985472 [ 306 ] {16f628f9-65a1-4c41-960d-a9b7e60a9e99} AggregatingTransform: Aggregating 2025.11.06 00:58:36.985539 [ 306 ] {16f628f9-65a1-4c41-960d-a9b7e60a9e99} Aggregator: Aggregation method: without_key 2025.11.06 00:58:36.985577 [ 306 ] {16f628f9-65a1-4c41-960d-a9b7e60a9e99} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001058329 sec. (944.886 rows/sec., 36.91 KiB/sec.) 2025.11.06 00:58:36.985596 [ 306 ] {16f628f9-65a1-4c41-960d-a9b7e60a9e99} Aggregator: Merging aggregated data 2025.11.06 00:58:36.986696 [ 286 ] {16f628f9-65a1-4c41-960d-a9b7e60a9e99} executeQuery: Read 1 rows, 40.00 B in 0.002866 sec., 348.91835310537334 rows/sec., 13.63 KiB/sec. 2025.11.06 00:58:36.986832 [ 286 ] {16f628f9-65a1-4c41-960d-a9b7e60a9e99} TCPHandler: Processed in 0.003165605 sec. 2025.11.06 00:58:36.986945 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.986973 [ 286 ] {} TCP-Session: 7f6d4a40-40a8-4101-96af-d8e554837878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.986999 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.987019 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:36.987037 [ 287 ] {} TCP-Session: 1f7d3447-85b2-4a60-919f-48d6ebcab476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.987067 [ 288 ] {} TCP-Session: d0c4aeca-21a9-401f-80b9-9294333f2f2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991398 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58297 2025.11.06 00:58:36.991420 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51571 2025.11.06 00:58:36.991432 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32934 2025.11.06 00:58:36.991445 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35320 2025.11.06 00:58:36.991451 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56985 2025.11.06 00:58:36.991503 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.991525 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.991555 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.991571 [ 290 ] {} TCP-Session: 7c26abff-bf19-47d0-a814-236cc9de5288 Authenticating user 'default' from [fd00:1122:3344:101::e]:58297 2025.11.06 00:58:36.991585 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.991608 [ 292 ] {} TCP-Session: 8bc7dae9-98c3-4708-b31b-e78fde7b4302 Authenticating user 'default' from [fd00:1122:3344:101::e]:35320 2025.11.06 00:58:36.991622 [ 290 ] {} TCP-Session: 7c26abff-bf19-47d0-a814-236cc9de5288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991636 [ 293 ] {} TCP-Session: f71f8b19-64fe-4c6e-a365-f6c754bd6ca7 Authenticating user 'default' from [fd00:1122:3344:101::e]:56985 2025.11.06 00:58:36.991649 [ 292 ] {} TCP-Session: 8bc7dae9-98c3-4708-b31b-e78fde7b4302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991656 [ 290 ] {} TCP-Session: 7c26abff-bf19-47d0-a814-236cc9de5288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991677 [ 293 ] {} TCP-Session: f71f8b19-64fe-4c6e-a365-f6c754bd6ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991686 [ 292 ] {} TCP-Session: 8bc7dae9-98c3-4708-b31b-e78fde7b4302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991593 [ 291 ] {} TCP-Session: 0e209df9-8572-4218-9a41-e6c209cc0779 Authenticating user 'default' from [fd00:1122:3344:101::e]:32934 2025.11.06 00:58:36.991737 [ 293 ] {} TCP-Session: f71f8b19-64fe-4c6e-a365-f6c754bd6ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991773 [ 291 ] {} TCP-Session: 0e209df9-8572-4218-9a41-e6c209cc0779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991406 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40811 2025.11.06 00:58:36.991797 [ 291 ] {} TCP-Session: 0e209df9-8572-4218-9a41-e6c209cc0779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991501 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.991859 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:36.991861 [ 288 ] {} TCP-Session: 18110e76-a866-4413-a2d8-1f853fc045f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:51571 2025.11.06 00:58:36.991887 [ 289 ] {} TCP-Session: 7627f21f-53fa-4ed7-9b27-ea472f56a26f Authenticating user 'default' from [fd00:1122:3344:101::e]:40811 2025.11.06 00:58:36.991894 [ 288 ] {} TCP-Session: 18110e76-a866-4413-a2d8-1f853fc045f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991910 [ 289 ] {} TCP-Session: 7627f21f-53fa-4ed7-9b27-ea472f56a26f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991918 [ 288 ] {} TCP-Session: 18110e76-a866-4413-a2d8-1f853fc045f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:36.991932 [ 289 ] {} TCP-Session: 7627f21f-53fa-4ed7-9b27-ea472f56a26f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.059175 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:32934). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.11.06 00:58:37.059374 [ 291 ] {} TCP-Session: 0e209df9-8572-4218-9a41-e6c209cc0779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.059402 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:56985). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.11.06 00:58:37.059494 [ 293 ] {} TCP-Session: f71f8b19-64fe-4c6e-a365-f6c754bd6ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.059524 [ 289 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:40811). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.11.06 00:58:37.059620 [ 289 ] {} TCP-Session: 7627f21f-53fa-4ed7-9b27-ea472f56a26f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.059649 [ 292 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:35320). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.11.06 00:58:37.059770 [ 292 ] {} TCP-Session: 8bc7dae9-98c3-4708-b31b-e78fde7b4302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.059778 [ 288 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:51571). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.11.06 00:58:37.059842 [ 288 ] {} TCP-Session: 18110e76-a866-4413-a2d8-1f853fc045f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.059871 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:58297). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.11.06 00:58:37.059953 [ 290 ] {} TCP-Session: 7c26abff-bf19-47d0-a814-236cc9de5288 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166054 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60898 2025.11.06 00:58:37.166162 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:37.166187 [ 290 ] {} TCP-Session: 14697530-50e5-458d-8694-e5751d19c3fe Authenticating user 'default' from [fd00:1122:3344:101::e]:60898 2025.11.06 00:58:37.166208 [ 290 ] {} TCP-Session: 14697530-50e5-458d-8694-e5751d19c3fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166222 [ 290 ] {} TCP-Session: 14697530-50e5-458d-8694-e5751d19c3fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166394 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63308 2025.11.06 00:58:37.166434 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40085 2025.11.06 00:58:37.166458 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65269 2025.11.06 00:58:37.166485 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44096 2025.11.06 00:58:37.166492 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:37.166500 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34818 2025.11.06 00:58:37.166550 [ 291 ] {} TCP-Session: dd6ef670-4eb1-4b26-9b25-542d64a365d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:63308 2025.11.06 00:58:37.166560 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:37.166571 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:37.166591 [ 291 ] {} TCP-Session: dd6ef670-4eb1-4b26-9b25-542d64a365d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166610 [ 292 ] {} TCP-Session: ded2b571-b7f2-432d-a45a-cd02936d4278 Authenticating user 'default' from [fd00:1122:3344:101::e]:40085 2025.11.06 00:58:37.166626 [ 291 ] {} TCP-Session: dd6ef670-4eb1-4b26-9b25-542d64a365d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166621 [ 293 ] {} TCP-Session: 2e6f2544-0523-482a-ad32-b5abee3ae31f Authenticating user 'default' from [fd00:1122:3344:101::e]:65269 2025.11.06 00:58:37.166652 [ 292 ] {} TCP-Session: ded2b571-b7f2-432d-a45a-cd02936d4278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166686 [ 293 ] {} TCP-Session: 2e6f2544-0523-482a-ad32-b5abee3ae31f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166699 [ 292 ] {} TCP-Session: ded2b571-b7f2-432d-a45a-cd02936d4278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166712 [ 293 ] {} TCP-Session: 2e6f2544-0523-482a-ad32-b5abee3ae31f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166616 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:37.166474 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34281 2025.11.06 00:58:37.166766 [ 289 ] {} TCP-Session: 9d346f7d-c082-41c1-b71a-e8f04fcdaf9e Authenticating user 'default' from [fd00:1122:3344:101::e]:34818 2025.11.06 00:58:37.166460 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59952 2025.11.06 00:58:37.166837 [ 289 ] {} TCP-Session: 9d346f7d-c082-41c1-b71a-e8f04fcdaf9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166831 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:37.166859 [ 289 ] {} TCP-Session: 9d346f7d-c082-41c1-b71a-e8f04fcdaf9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166887 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:37.166889 [ 286 ] {} TCP-Session: b9da25e2-3bce-4ae4-b83c-e43c83a0bad5 Authenticating user 'default' from [fd00:1122:3344:101::e]:34281 2025.11.06 00:58:37.166912 [ 294 ] {} TCP-Session: a11c1819-f54b-4b5c-95d8-09991f78d1cf Authenticating user 'default' from [fd00:1122:3344:101::e]:59952 2025.11.06 00:58:37.166928 [ 286 ] {} TCP-Session: b9da25e2-3bce-4ae4-b83c-e43c83a0bad5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166944 [ 294 ] {} TCP-Session: a11c1819-f54b-4b5c-95d8-09991f78d1cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166960 [ 286 ] {} TCP-Session: b9da25e2-3bce-4ae4-b83c-e43c83a0bad5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166577 [ 290 ] {} TCP-Session: 14697530-50e5-458d-8694-e5751d19c3fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:37.167005 [ 294 ] {} TCP-Session: a11c1819-f54b-4b5c-95d8-09991f78d1cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.166570 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:37.166495 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40729 2025.11.06 00:58:37.167061 [ 287 ] {} TCP-Session: 7b35d1f6-35c4-45a3-8805-e02282867adf Authenticating user 'default' from [fd00:1122:3344:101::e]:44096 2025.11.06 00:58:37.167093 [ 287 ] {} TCP-Session: 7b35d1f6-35c4-45a3-8805-e02282867adf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.167106 [ 287 ] {} TCP-Session: 7b35d1f6-35c4-45a3-8805-e02282867adf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.167124 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:58:37.167151 [ 288 ] {} TCP-Session: 406d90a7-11be-4e75-afd3-e9b00b506890 Authenticating user 'default' from [fd00:1122:3344:101::e]:40729 2025.11.06 00:58:37.167168 [ 288 ] {} TCP-Session: 406d90a7-11be-4e75-afd3-e9b00b506890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.167173 [ 290 ] {0489b5bf-bbf4-40a3-b24e-7b874c690b35} executeQuery: (from [fd00:1122:3344:101::e]:60898) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:58:37.167181 [ 288 ] {} TCP-Session: 406d90a7-11be-4e75-afd3-e9b00b506890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.167479 [ 290 ] {0489b5bf-bbf4-40a3-b24e-7b874c690b35} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:58:37.167539 [ 290 ] {0489b5bf-bbf4-40a3-b24e-7b874c690b35} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:58:37.167845 [ 290 ] {0489b5bf-bbf4-40a3-b24e-7b874c690b35} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:58:37.168917 [ 330 ] {0489b5bf-bbf4-40a3-b24e-7b874c690b35} AggregatingTransform: Aggregating 2025.11.06 00:58:37.168959 [ 330 ] {0489b5bf-bbf4-40a3-b24e-7b874c690b35} Aggregator: Aggregation method: without_key 2025.11.06 00:58:37.168998 [ 330 ] {0489b5bf-bbf4-40a3-b24e-7b874c690b35} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001051479 sec. (951.041 rows/sec., 37.15 KiB/sec.) 2025.11.06 00:58:37.169019 [ 330 ] {0489b5bf-bbf4-40a3-b24e-7b874c690b35} Aggregator: Merging aggregated data 2025.11.06 00:58:37.170531 [ 290 ] {0489b5bf-bbf4-40a3-b24e-7b874c690b35} executeQuery: Read 1 rows, 40.00 B in 0.003418 sec., 292.5687536571094 rows/sec., 11.43 KiB/sec. 2025.11.06 00:58:37.170673 [ 290 ] {0489b5bf-bbf4-40a3-b24e-7b874c690b35} TCPHandler: Processed in 0.004238515 sec. 2025.11.06 00:58:37.170795 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:37.170823 [ 290 ] {} TCP-Session: 14697530-50e5-458d-8694-e5751d19c3fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.170826 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:37.170848 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:37.170866 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:37.170888 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:37.170895 [ 291 ] {} TCP-Session: dd6ef670-4eb1-4b26-9b25-542d64a365d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.170915 [ 289 ] {} TCP-Session: 9d346f7d-c082-41c1-b71a-e8f04fcdaf9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.170922 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:37.170941 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:37.170967 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:37.170980 [ 293 ] {} TCP-Session: 2e6f2544-0523-482a-ad32-b5abee3ae31f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.170997 [ 286 ] {} TCP-Session: b9da25e2-3bce-4ae4-b83c-e43c83a0bad5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.171007 [ 287 ] {} TCP-Session: 7b35d1f6-35c4-45a3-8805-e02282867adf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.170904 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:58:37.170931 [ 288 ] {} TCP-Session: 406d90a7-11be-4e75-afd3-e9b00b506890 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.170874 [ 292 ] {} TCP-Session: ded2b571-b7f2-432d-a45a-cd02936d4278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:37.171078 [ 294 ] {} TCP-Session: a11c1819-f54b-4b5c-95d8-09991f78d1cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:58:39.179673 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12021 2025.11.06 00:58:39.180282 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:39.180337 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:39.180821 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:58:39.181052 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:39.181197 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12021 2025.11.06 00:58:39.810877 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.11.06 00:58:39.828104 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:39.828161 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:39.833705 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:58:39.834419 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:39.837294 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.11.06 00:58:41.699150 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 810 2025.11.06 00:58:41.701791 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.701857 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.703143 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:58:41.703445 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.703824 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 810 2025.11.06 00:58:41.932458 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:41.932653 [ 4 ] {7a0d0891-7760-48b5-8937-d7874db65642} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:58:41.932727 [ 4 ] {7a0d0891-7760-48b5-8937-d7874db65642} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:58:41.933534 [ 4 ] {7a0d0891-7760-48b5-8937-d7874db65642} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.933585 [ 4 ] {7a0d0891-7760-48b5-8937-d7874db65642} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.934000 [ 4 ] {7a0d0891-7760-48b5-8937-d7874db65642} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:58:41.934226 [ 4 ] {7a0d0891-7760-48b5-8937-d7874db65642} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.934390 [ 4 ] {7a0d0891-7760-48b5-8937-d7874db65642} executeQuery: Read 410 rows, 26.63 KiB in 0.001792 sec., 228794.64285714287 rows/sec., 14.51 MiB/sec. 2025.11.06 00:58:41.934442 [ 4 ] {7a0d0891-7760-48b5-8937-d7874db65642} TCPHandler: Processed in 0.002143718 sec. 2025.11.06 00:58:41.934571 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:41.934677 [ 4 ] {81afc8e5-251b-48c8-b856-6a97dcd8a1ee} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:41.934721 [ 4 ] {81afc8e5-251b-48c8-b856-6a97dcd8a1ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:41.935637 [ 4 ] {81afc8e5-251b-48c8-b856-6a97dcd8a1ee} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.935678 [ 4 ] {81afc8e5-251b-48c8-b856-6a97dcd8a1ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.936106 [ 4 ] {81afc8e5-251b-48c8-b856-6a97dcd8a1ee} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.06 00:58:41.936336 [ 4 ] {81afc8e5-251b-48c8-b856-6a97dcd8a1ee} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.936462 [ 100 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.06 00:58:41.936475 [ 4 ] {81afc8e5-251b-48c8-b856-6a97dcd8a1ee} executeQuery: Read 1144 rows, 92.99 KiB in 0.001822 sec., 627881.4489571899 rows/sec., 49.84 MiB/sec. 2025.11.06 00:58:41.936538 [ 100 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.936558 [ 4 ] {81afc8e5-251b-48c8-b856-6a97dcd8a1ee} TCPHandler: Processed in 0.002039446 sec. 2025.11.06 00:58:41.936565 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.936678 [ 200 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.11.06 00:58:41.936692 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:41.936812 [ 200 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:41.936824 [ 4 ] {1541acad-aa81-4bd9-8503-1067193aa365} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:41.936850 [ 200 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2345 rows starting from the beginning of the part 2025.11.06 00:58:41.936872 [ 4 ] {1541acad-aa81-4bd9-8503-1067193aa365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:41.936921 [ 200 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:58:41.936969 [ 200 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 108 rows starting from the beginning of the part 2025.11.06 00:58:41.937011 [ 200 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:58:41.937049 [ 200 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1248 rows starting from the beginning of the part 2025.11.06 00:58:41.937090 [ 200 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:58:41.937365 [ 4 ] {1541acad-aa81-4bd9-8503-1067193aa365} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.937408 [ 4 ] {1541acad-aa81-4bd9-8503-1067193aa365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.937742 [ 4 ] {1541acad-aa81-4bd9-8503-1067193aa365} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.06 00:58:41.937977 [ 4 ] {1541acad-aa81-4bd9-8503-1067193aa365} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.938121 [ 4 ] {1541acad-aa81-4bd9-8503-1067193aa365} executeQuery: Read 221 rows, 13.52 KiB in 0.001319 sec., 167551.17513267626 rows/sec., 10.01 MiB/sec. 2025.11.06 00:58:41.938162 [ 4 ] {1541acad-aa81-4bd9-8503-1067193aa365} TCPHandler: Processed in 0.001521277 sec. 2025.11.06 00:58:41.938263 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:41.938361 [ 4 ] {a7747154-1480-4c0c-8016-53e48a9a3a8c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:58:41.938402 [ 4 ] {a7747154-1480-4c0c-8016-53e48a9a3a8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:58:41.938867 [ 4 ] {a7747154-1480-4c0c-8016-53e48a9a3a8c} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.938905 [ 4 ] {a7747154-1480-4c0c-8016-53e48a9a3a8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.939226 [ 4 ] {a7747154-1480-4c0c-8016-53e48a9a3a8c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:58:41.939421 [ 202 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 7133 rows, containing 5 columns (5 merged, 0 gathered) in 0.002783759 sec., 2562362.618315738 rows/sec., 216.12 MiB/sec. 2025.11.06 00:58:41.939440 [ 4 ] {a7747154-1480-4c0c-8016-53e48a9a3a8c} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.939593 [ 4 ] {a7747154-1480-4c0c-8016-53e48a9a3a8c} executeQuery: Read 212 rows, 14.00 KiB in 0.001252 sec., 169329.0734824281 rows/sec., 10.92 MiB/sec. 2025.11.06 00:58:41.939633 [ 4 ] {a7747154-1480-4c0c-8016-53e48a9a3a8c} TCPHandler: Processed in 0.001419645 sec. 2025.11.06 00:58:41.939700 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.06 00:58:41.939744 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:41.939845 [ 4 ] {89c135ac-23f6-444a-8398-627895a1b37c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:58:41.939889 [ 4 ] {89c135ac-23f6-444a-8398-627895a1b37c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:58:41.939980 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.940056 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_36_7} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.06 00:58:41.940133 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. 2025.11.06 00:58:41.940352 [ 4 ] {89c135ac-23f6-444a-8398-627895a1b37c} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.940395 [ 4 ] {89c135ac-23f6-444a-8398-627895a1b37c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.940718 [ 4 ] {89c135ac-23f6-444a-8398-627895a1b37c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:58:41.940958 [ 4 ] {89c135ac-23f6-444a-8398-627895a1b37c} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.941093 [ 4 ] {89c135ac-23f6-444a-8398-627895a1b37c} executeQuery: Read 211 rows, 12.27 KiB in 0.001266 sec., 166666.66666666666 rows/sec., 9.46 MiB/sec. 2025.11.06 00:58:41.941133 [ 4 ] {89c135ac-23f6-444a-8398-627895a1b37c} TCPHandler: Processed in 0.001444696 sec. 2025.11.06 00:58:41.941250 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:41.941346 [ 4 ] {74e32315-9b50-4349-897f-2ec409d02659} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:41.941386 [ 4 ] {74e32315-9b50-4349-897f-2ec409d02659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:41.942027 [ 4 ] {74e32315-9b50-4349-897f-2ec409d02659} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.942064 [ 4 ] {74e32315-9b50-4349-897f-2ec409d02659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.942404 [ 4 ] {74e32315-9b50-4349-897f-2ec409d02659} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.06 00:58:41.942609 [ 4 ] {74e32315-9b50-4349-897f-2ec409d02659} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.942728 [ 71 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.06 00:58:41.942738 [ 4 ] {74e32315-9b50-4349-897f-2ec409d02659} executeQuery: Read 695 rows, 49.75 KiB in 0.00141 sec., 492907.8014184397 rows/sec., 34.46 MiB/sec. 2025.11.06 00:58:41.942804 [ 71 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.942821 [ 4 ] {74e32315-9b50-4349-897f-2ec409d02659} TCPHandler: Processed in 0.001619918 sec. 2025.11.06 00:58:41.942832 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.942922 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.11.06 00:58:41.942948 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:41.943033 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:41.943049 [ 4 ] {19fb3f83-80e7-43d3-8893-a8f95a088b3b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:58:41.943066 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1213 rows starting from the beginning of the part 2025.11.06 00:58:41.943098 [ 4 ] {19fb3f83-80e7-43d3-8893-a8f95a088b3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:58:41.943133 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 695 rows starting from the beginning of the part 2025.11.06 00:58:41.943186 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 90 rows starting from the beginning of the part 2025.11.06 00:58:41.943231 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 695 rows starting from the beginning of the part 2025.11.06 00:58:41.943273 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 546 rows starting from the beginning of the part 2025.11.06 00:58:41.943317 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 695 rows starting from the beginning of the part 2025.11.06 00:58:41.943436 [ 4 ] {19fb3f83-80e7-43d3-8893-a8f95a088b3b} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.943479 [ 4 ] {19fb3f83-80e7-43d3-8893-a8f95a088b3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.943816 [ 4 ] {19fb3f83-80e7-43d3-8893-a8f95a088b3b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:58:41.944040 [ 4 ] {19fb3f83-80e7-43d3-8893-a8f95a088b3b} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.944182 [ 4 ] {19fb3f83-80e7-43d3-8893-a8f95a088b3b} executeQuery: Read 6 rows, 321.00 B in 0.001151 sec., 5212.858384013902 rows/sec., 272.35 KiB/sec. 2025.11.06 00:58:41.944219 [ 4 ] {19fb3f83-80e7-43d3-8893-a8f95a088b3b} TCPHandler: Processed in 0.001322383 sec. 2025.11.06 00:58:41.944322 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:41.944417 [ 4 ] {f191bc52-31ee-434b-b16c-fc7ea9f568c5} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:41.944462 [ 4 ] {f191bc52-31ee-434b-b16c-fc7ea9f568c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:41.944617 [ 188 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3934 rows, containing 5 columns (5 merged, 0 gathered) in 0.00173038 sec., 2273489.0602064286 rows/sec., 170.63 MiB/sec. 2025.11.06 00:58:41.944861 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.06 00:58:41.944888 [ 4 ] {f191bc52-31ee-434b-b16c-fc7ea9f568c5} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.944929 [ 4 ] {f191bc52-31ee-434b-b16c-fc7ea9f568c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.945237 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.945314 [ 4 ] {f191bc52-31ee-434b-b16c-fc7ea9f568c5} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.06 00:58:41.945337 [ 202 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_36_7} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.06 00:58:41.945448 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.11.06 00:58:41.945556 [ 4 ] {f191bc52-31ee-434b-b16c-fc7ea9f568c5} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.945676 [ 71 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.06 00:58:41.945697 [ 4 ] {f191bc52-31ee-434b-b16c-fc7ea9f568c5} executeQuery: Read 314 rows, 21.12 KiB in 0.001298 sec., 241910.63174114024 rows/sec., 15.89 MiB/sec. 2025.11.06 00:58:41.945715 [ 71 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.945739 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.945743 [ 4 ] {f191bc52-31ee-434b-b16c-fc7ea9f568c5} TCPHandler: Processed in 0.001470696 sec. 2025.11.06 00:58:41.945834 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.11.06 00:58:41.945873 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:41.945962 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:41.945974 [ 4 ] {e6a7f5da-c149-49b3-9c15-90ad4fc6fe2c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:58:41.946003 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11063 rows starting from the beginning of the part 2025.11.06 00:58:41.946025 [ 4 ] {e6a7f5da-c149-49b3-9c15-90ad4fc6fe2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:58:41.946077 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 314 rows starting from the beginning of the part 2025.11.06 00:58:41.946126 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2025.11.06 00:58:41.946169 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 314 rows starting from the beginning of the part 2025.11.06 00:58:41.946209 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 844 rows starting from the beginning of the part 2025.11.06 00:58:41.946255 [ 187 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 314 rows starting from the beginning of the part 2025.11.06 00:58:41.946356 [ 4 ] {e6a7f5da-c149-49b3-9c15-90ad4fc6fe2c} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.946399 [ 4 ] {e6a7f5da-c149-49b3-9c15-90ad4fc6fe2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.946726 [ 4 ] {e6a7f5da-c149-49b3-9c15-90ad4fc6fe2c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.06 00:58:41.946942 [ 4 ] {e6a7f5da-c149-49b3-9c15-90ad4fc6fe2c} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.947086 [ 4 ] {e6a7f5da-c149-49b3-9c15-90ad4fc6fe2c} executeQuery: Read 1 rows, 69.00 B in 0.001129 sec., 885.7395925597874 rows/sec., 59.68 KiB/sec. 2025.11.06 00:58:41.947124 [ 4 ] {e6a7f5da-c149-49b3-9c15-90ad4fc6fe2c} TCPHandler: Processed in 0.001299773 sec. 2025.11.06 00:58:41.947238 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:41.947333 [ 4 ] {b5b9e230-f9f7-4ced-8633-7289a3cfa5eb} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:41.947389 [ 4 ] {b5b9e230-f9f7-4ced-8633-7289a3cfa5eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:41.948162 [ 4 ] {b5b9e230-f9f7-4ced-8633-7289a3cfa5eb} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.948199 [ 4 ] {b5b9e230-f9f7-4ced-8633-7289a3cfa5eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.948751 [ 4 ] {b5b9e230-f9f7-4ced-8633-7289a3cfa5eb} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.06 00:58:41.948971 [ 4 ] {b5b9e230-f9f7-4ced-8633-7289a3cfa5eb} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.949116 [ 4 ] {b5b9e230-f9f7-4ced-8633-7289a3cfa5eb} executeQuery: Read 16 rows, 29.36 KiB in 0.001802 sec., 8879.023307436182 rows/sec., 15.91 MiB/sec. 2025.11.06 00:58:41.949180 [ 4 ] {b5b9e230-f9f7-4ced-8633-7289a3cfa5eb} TCPHandler: Processed in 0.001991975 sec. 2025.11.06 00:58:41.949301 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:41.949395 [ 4 ] {45c5f516-af00-42a5-81de-140964a79dd4} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:41.949438 [ 4 ] {45c5f516-af00-42a5-81de-140964a79dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:41.949773 [ 4 ] {45c5f516-af00-42a5-81de-140964a79dd4} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.949809 [ 4 ] {45c5f516-af00-42a5-81de-140964a79dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.950118 [ 4 ] {45c5f516-af00-42a5-81de-140964a79dd4} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.06 00:58:41.950161 [ 202 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 13009 rows, containing 5 columns (5 merged, 0 gathered) in 0.004372797 sec., 2974983.7461011796 rows/sec., 198.92 MiB/sec. 2025.11.06 00:58:41.950347 [ 4 ] {45c5f516-af00-42a5-81de-140964a79dd4} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.950461 [ 71 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.06 00:58:41.950479 [ 4 ] {45c5f516-af00-42a5-81de-140964a79dd4} executeQuery: Read 104 rows, 6.53 KiB in 0.001102 sec., 94373.8656987296 rows/sec., 5.78 MiB/sec. 2025.11.06 00:58:41.950506 [ 71 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:41.950525 [ 4 ] {45c5f516-af00-42a5-81de-140964a79dd4} TCPHandler: Processed in 0.001274083 sec. 2025.11.06 00:58:41.950535 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:41.950597 [ 188 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.06 00:58:41.950626 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.11.06 00:58:41.950736 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:41.950769 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2388 rows starting from the beginning of the part 2025.11.06 00:58:41.950831 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 104 rows starting from the beginning of the part 2025.11.06 00:58:41.950878 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2025.11.06 00:58:41.950914 [ 188 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.950921 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 104 rows starting from the beginning of the part 2025.11.06 00:58:41.950979 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2025.11.06 00:58:41.951008 [ 188 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_36_7} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.06 00:58:41.951021 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 104 rows starting from the beginning of the part 2025.11.06 00:58:41.951104 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2025.11.06 00:58:41.952291 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2820 rows, containing 4 columns (4 merged, 0 gathered) in 0.00169804 sec., 1660738.2629384466 rows/sec., 105.13 MiB/sec. 2025.11.06 00:58:41.952630 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.06 00:58:41.953043 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:41.953151 [ 191 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_36_7} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.06 00:58:41.953277 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.11.06 00:58:46.586142 [ 123 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:58:46.586216 [ 123 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:58:46.682237 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12469 2025.11.06 00:58:46.682728 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:46.682772 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:46.683264 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.06 00:58:46.683496 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:46.683634 [ 123 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.06 00:58:46.683639 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12469 2025.11.06 00:58:46.683698 [ 123 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:46.683725 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:46.683850 [ 189 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.11.06 00:58:46.683994 [ 189 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:46.684032 [ 189 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10101 rows starting from the beginning of the part 2025.11.06 00:58:46.684095 [ 189 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2025.11.06 00:58:46.684138 [ 189 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2025.11.06 00:58:46.684179 [ 189 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2025.11.06 00:58:46.684221 [ 189 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2025.11.06 00:58:46.684264 [ 189 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2025.11.06 00:58:46.688421 [ 188 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12469 rows, containing 4 columns (4 merged, 0 gathered) in 0.004630662 sec., 2692703.5486502796 rows/sec., 38.52 MiB/sec. 2025.11.06 00:58:46.688804 [ 190 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.06 00:58:46.689120 [ 190 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:46.689205 [ 190 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_26_5} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.06 00:58:46.689307 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.11.06 00:58:46.921497 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:46.921675 [ 4 ] {92d80c2d-8557-4623-a1e6-7dd35855daf4} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:46.921747 [ 4 ] {92d80c2d-8557-4623-a1e6-7dd35855daf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:46.922485 [ 4 ] {92d80c2d-8557-4623-a1e6-7dd35855daf4} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:46.922537 [ 4 ] {92d80c2d-8557-4623-a1e6-7dd35855daf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:46.922916 [ 4 ] {92d80c2d-8557-4623-a1e6-7dd35855daf4} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.06 00:58:46.923144 [ 4 ] {92d80c2d-8557-4623-a1e6-7dd35855daf4} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:46.923294 [ 4 ] {92d80c2d-8557-4623-a1e6-7dd35855daf4} executeQuery: Read 108 rows, 9.25 KiB in 0.001669 sec., 64709.406830437394 rows/sec., 5.41 MiB/sec. 2025.11.06 00:58:46.923336 [ 4 ] {92d80c2d-8557-4623-a1e6-7dd35855daf4} TCPHandler: Processed in 0.001971515 sec. 2025.11.06 00:58:46.923467 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:46.923564 [ 4 ] {4178c063-41b9-4ed4-9ed6-cab7144a668e} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:46.923607 [ 4 ] {4178c063-41b9-4ed4-9ed6-cab7144a668e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:46.924019 [ 4 ] {4178c063-41b9-4ed4-9ed6-cab7144a668e} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:46.924058 [ 4 ] {4178c063-41b9-4ed4-9ed6-cab7144a668e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:46.924368 [ 4 ] {4178c063-41b9-4ed4-9ed6-cab7144a668e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.06 00:58:46.924575 [ 4 ] {4178c063-41b9-4ed4-9ed6-cab7144a668e} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:46.924707 [ 4 ] {4178c063-41b9-4ed4-9ed6-cab7144a668e} executeQuery: Read 26 rows, 1.96 KiB in 0.001161 sec., 22394.487510766583 rows/sec., 1.64 MiB/sec. 2025.11.06 00:58:46.924744 [ 4 ] {4178c063-41b9-4ed4-9ed6-cab7144a668e} TCPHandler: Processed in 0.001328303 sec. 2025.11.06 00:58:46.924856 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:46.924950 [ 4 ] {a005de67-4234-45ce-8f3a-8377adc0acf6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:46.924991 [ 4 ] {a005de67-4234-45ce-8f3a-8377adc0acf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:46.925425 [ 4 ] {a005de67-4234-45ce-8f3a-8377adc0acf6} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:46.925464 [ 4 ] {a005de67-4234-45ce-8f3a-8377adc0acf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:46.925784 [ 4 ] {a005de67-4234-45ce-8f3a-8377adc0acf6} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.06 00:58:46.925997 [ 4 ] {a005de67-4234-45ce-8f3a-8377adc0acf6} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:46.926127 [ 4 ] {a005de67-4234-45ce-8f3a-8377adc0acf6} executeQuery: Read 90 rows, 7.20 KiB in 0.001194 sec., 75376.88442211055 rows/sec., 5.89 MiB/sec. 2025.11.06 00:58:46.926165 [ 4 ] {a005de67-4234-45ce-8f3a-8377adc0acf6} TCPHandler: Processed in 0.001359484 sec. 2025.11.06 00:58:46.926280 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:46.926374 [ 4 ] {84c96ca3-e57c-4679-b912-ee743bdf36ce} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:46.926419 [ 4 ] {84c96ca3-e57c-4679-b912-ee743bdf36ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:46.926838 [ 4 ] {84c96ca3-e57c-4679-b912-ee743bdf36ce} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:46.926876 [ 4 ] {84c96ca3-e57c-4679-b912-ee743bdf36ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:46.927220 [ 4 ] {84c96ca3-e57c-4679-b912-ee743bdf36ce} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.06 00:58:46.927433 [ 4 ] {84c96ca3-e57c-4679-b912-ee743bdf36ce} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:46.927564 [ 4 ] {84c96ca3-e57c-4679-b912-ee743bdf36ce} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2025.11.06 00:58:46.927603 [ 4 ] {84c96ca3-e57c-4679-b912-ee743bdf36ce} TCPHandler: Processed in 0.001373364 sec. 2025.11.06 00:58:46.927704 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:46.927798 [ 4 ] {edb1e9e5-bd89-442d-a1d7-da1f31404843} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:46.927855 [ 4 ] {edb1e9e5-bd89-442d-a1d7-da1f31404843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:46.928670 [ 4 ] {edb1e9e5-bd89-442d-a1d7-da1f31404843} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:46.928708 [ 4 ] {edb1e9e5-bd89-442d-a1d7-da1f31404843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:46.929249 [ 4 ] {edb1e9e5-bd89-442d-a1d7-da1f31404843} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.06 00:58:46.929487 [ 4 ] {edb1e9e5-bd89-442d-a1d7-da1f31404843} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:46.929627 [ 4 ] {edb1e9e5-bd89-442d-a1d7-da1f31404843} executeQuery: Read 26 rows, 47.71 KiB in 0.001847 sec., 14076.881429344885 rows/sec., 25.23 MiB/sec. 2025.11.06 00:58:46.929683 [ 4 ] {edb1e9e5-bd89-442d-a1d7-da1f31404843} TCPHandler: Processed in 0.002028236 sec. 2025.11.06 00:58:46.929812 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:46.929908 [ 4 ] {781cb834-52e6-40b6-af27-d4991ca52895} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:46.929951 [ 4 ] {781cb834-52e6-40b6-af27-d4991ca52895} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:46.930309 [ 4 ] {781cb834-52e6-40b6-af27-d4991ca52895} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:46.930347 [ 4 ] {781cb834-52e6-40b6-af27-d4991ca52895} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:46.930663 [ 4 ] {781cb834-52e6-40b6-af27-d4991ca52895} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.06 00:58:46.930887 [ 4 ] {781cb834-52e6-40b6-af27-d4991ca52895} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:46.931023 [ 4 ] {781cb834-52e6-40b6-af27-d4991ca52895} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2025.11.06 00:58:46.931061 [ 4 ] {781cb834-52e6-40b6-af27-d4991ca52895} TCPHandler: Processed in 0.001300343 sec. 2025.11.06 00:58:47.338320 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.11.06 00:58:47.355744 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:47.355798 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:47.361832 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.06 00:58:47.362544 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:47.362832 [ 115 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.06 00:58:47.362874 [ 115 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:47.362897 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:47.363060 [ 196 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.11.06 00:58:47.365597 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.11.06 00:58:47.367310 [ 196 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:47.368834 [ 196 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2025.11.06 00:58:47.373473 [ 196 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2025.11.06 00:58:47.377961 [ 196 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2025.11.06 00:58:47.382193 [ 196 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2025.11.06 00:58:47.387114 [ 196 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2025.11.06 00:58:47.391366 [ 196 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2025.11.06 00:58:47.443515 [ 199 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.080544404 sec., 2433.4403169709967 rows/sec., 12.58 MiB/sec. 2025.11.06 00:58:47.446264 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.06 00:58:47.448278 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:47.448398 [ 186 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_26_5} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.06 00:58:47.451361 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2025.11.06 00:58:48.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 260.78 MiB, peak 271.34 MiB, free memory in arenas 0.00 B, will set to 266.60 MiB (RSS), difference: 5.82 MiB 2025.11.06 00:58:51.704974 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 844 2025.11.06 00:58:51.707295 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.707343 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.708527 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:58:51.708791 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.709057 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 844 2025.11.06 00:58:51.932549 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.932750 [ 4 ] {aafaff60-bc88-4308-a455-7ee3e3a47cce} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:58:51.932825 [ 4 ] {aafaff60-bc88-4308-a455-7ee3e3a47cce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:58:51.933785 [ 4 ] {aafaff60-bc88-4308-a455-7ee3e3a47cce} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.933838 [ 4 ] {aafaff60-bc88-4308-a455-7ee3e3a47cce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.934261 [ 4 ] {aafaff60-bc88-4308-a455-7ee3e3a47cce} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:58:51.934497 [ 4 ] {aafaff60-bc88-4308-a455-7ee3e3a47cce} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.934656 [ 4 ] {aafaff60-bc88-4308-a455-7ee3e3a47cce} executeQuery: Read 410 rows, 26.63 KiB in 0.00196 sec., 209183.67346938775 rows/sec., 13.27 MiB/sec. 2025.11.06 00:58:51.934707 [ 4 ] {aafaff60-bc88-4308-a455-7ee3e3a47cce} TCPHandler: Processed in 0.002297891 sec. 2025.11.06 00:58:51.934833 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.934932 [ 4 ] {e0b4f127-bc1a-4af9-a9a8-f29f85b5d9e1} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.06 00:58:51.934974 [ 4 ] {e0b4f127-bc1a-4af9-a9a8-f29f85b5d9e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.06 00:58:51.935377 [ 4 ] {e0b4f127-bc1a-4af9-a9a8-f29f85b5d9e1} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.935415 [ 4 ] {e0b4f127-bc1a-4af9-a9a8-f29f85b5d9e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.935702 [ 4 ] {e0b4f127-bc1a-4af9-a9a8-f29f85b5d9e1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.06 00:58:51.935898 [ 4 ] {e0b4f127-bc1a-4af9-a9a8-f29f85b5d9e1} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.936025 [ 4 ] {e0b4f127-bc1a-4af9-a9a8-f29f85b5d9e1} executeQuery: Read 12 rows, 1002.00 B in 0.001116 sec., 10752.68817204301 rows/sec., 876.81 KiB/sec. 2025.11.06 00:58:51.936064 [ 4 ] {e0b4f127-bc1a-4af9-a9a8-f29f85b5d9e1} TCPHandler: Processed in 0.001282243 sec. 2025.11.06 00:58:51.936179 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.936272 [ 4 ] {94f989a8-4a8b-4684-82d8-11a5a1d3dadc} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:51.936311 [ 4 ] {94f989a8-4a8b-4684-82d8-11a5a1d3dadc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:51.937273 [ 4 ] {94f989a8-4a8b-4684-82d8-11a5a1d3dadc} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.937309 [ 4 ] {94f989a8-4a8b-4684-82d8-11a5a1d3dadc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.937695 [ 4 ] {94f989a8-4a8b-4684-82d8-11a5a1d3dadc} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.06 00:58:51.937898 [ 4 ] {94f989a8-4a8b-4684-82d8-11a5a1d3dadc} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.938028 [ 4 ] {94f989a8-4a8b-4684-82d8-11a5a1d3dadc} executeQuery: Read 1150 rows, 93.42 KiB in 0.001774 sec., 648252.5366403608 rows/sec., 51.43 MiB/sec. 2025.11.06 00:58:51.938065 [ 4 ] {94f989a8-4a8b-4684-82d8-11a5a1d3dadc} TCPHandler: Processed in 0.001932904 sec. 2025.11.06 00:58:51.938175 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.938266 [ 4 ] {0295a067-59c6-414b-b4bd-a18affb16d57} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:51.938306 [ 4 ] {0295a067-59c6-414b-b4bd-a18affb16d57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:51.938790 [ 4 ] {0295a067-59c6-414b-b4bd-a18affb16d57} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.938826 [ 4 ] {0295a067-59c6-414b-b4bd-a18affb16d57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.939122 [ 4 ] {0295a067-59c6-414b-b4bd-a18affb16d57} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.06 00:58:51.939321 [ 4 ] {0295a067-59c6-414b-b4bd-a18affb16d57} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.939422 [ 150 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.06 00:58:51.939446 [ 4 ] {0295a067-59c6-414b-b4bd-a18affb16d57} executeQuery: Read 233 rows, 14.36 KiB in 0.001198 sec., 194490.81803005008 rows/sec., 11.70 MiB/sec. 2025.11.06 00:58:51.939463 [ 150 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.939487 [ 4 ] {0295a067-59c6-414b-b4bd-a18affb16d57} TCPHandler: Processed in 0.001359424 sec. 2025.11.06 00:58:51.939488 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.939590 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.939619 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.11.06 00:58:51.939684 [ 4 ] {670d558a-44b8-4bfb-9621-4a251a3adcd5} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:58:51.939728 [ 4 ] {670d558a-44b8-4bfb-9621-4a251a3adcd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:58:51.939777 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:51.939820 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 265 rows starting from the beginning of the part 2025.11.06 00:58:51.939895 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 221 rows starting from the beginning of the part 2025.11.06 00:58:51.939947 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:51.939997 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 221 rows starting from the beginning of the part 2025.11.06 00:58:51.940043 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:51.940095 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 233 rows starting from the beginning of the part 2025.11.06 00:58:51.940197 [ 4 ] {670d558a-44b8-4bfb-9621-4a251a3adcd5} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.940238 [ 4 ] {670d558a-44b8-4bfb-9621-4a251a3adcd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.940594 [ 4 ] {670d558a-44b8-4bfb-9621-4a251a3adcd5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:58:51.940823 [ 4 ] {670d558a-44b8-4bfb-9621-4a251a3adcd5} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.940959 [ 4 ] {670d558a-44b8-4bfb-9621-4a251a3adcd5} executeQuery: Read 212 rows, 14.00 KiB in 0.001292 sec., 164086.68730650155 rows/sec., 10.58 MiB/sec. 2025.11.06 00:58:51.940996 [ 4 ] {670d558a-44b8-4bfb-9621-4a251a3adcd5} TCPHandler: Processed in 0.001451825 sec. 2025.11.06 00:58:51.941096 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.941139 [ 195 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 992 rows, containing 5 columns (5 merged, 0 gathered) in 0.001575667 sec., 629574.6499736302 rows/sec., 40.85 MiB/sec. 2025.11.06 00:58:51.941186 [ 4 ] {1ba2f11e-e132-40d5-955b-9314a8406ded} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:58:51.941229 [ 4 ] {1ba2f11e-e132-40d5-955b-9314a8406ded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:58:51.941287 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.06 00:58:51.941532 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.941603 [ 199 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_36_7} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.06 00:58:51.941677 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.11.06 00:58:51.941698 [ 4 ] {1ba2f11e-e132-40d5-955b-9314a8406ded} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.941738 [ 4 ] {1ba2f11e-e132-40d5-955b-9314a8406ded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.942057 [ 4 ] {1ba2f11e-e132-40d5-955b-9314a8406ded} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:58:51.942261 [ 4 ] {1ba2f11e-e132-40d5-955b-9314a8406ded} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.942387 [ 4 ] {1ba2f11e-e132-40d5-955b-9314a8406ded} executeQuery: Read 211 rows, 12.27 KiB in 0.001219 sec., 173092.69893355208 rows/sec., 9.83 MiB/sec. 2025.11.06 00:58:51.942423 [ 4 ] {1ba2f11e-e132-40d5-955b-9314a8406ded} TCPHandler: Processed in 0.001373914 sec. 2025.11.06 00:58:51.942518 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.942608 [ 4 ] {806ed28d-6906-44c6-8670-f5b2db6cae29} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:51.942647 [ 4 ] {806ed28d-6906-44c6-8670-f5b2db6cae29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:51.943303 [ 4 ] {806ed28d-6906-44c6-8670-f5b2db6cae29} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.943338 [ 4 ] {806ed28d-6906-44c6-8670-f5b2db6cae29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.943665 [ 4 ] {806ed28d-6906-44c6-8670-f5b2db6cae29} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.06 00:58:51.943869 [ 4 ] {806ed28d-6906-44c6-8670-f5b2db6cae29} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.943998 [ 4 ] {806ed28d-6906-44c6-8670-f5b2db6cae29} executeQuery: Read 707 rows, 50.73 KiB in 0.001407 sec., 502487.56218905473 rows/sec., 35.21 MiB/sec. 2025.11.06 00:58:51.944035 [ 4 ] {806ed28d-6906-44c6-8670-f5b2db6cae29} TCPHandler: Processed in 0.001562568 sec. 2025.11.06 00:58:51.944141 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.944233 [ 4 ] {2f97acca-5080-40de-b78f-beb21cd78975} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:58:51.944273 [ 4 ] {2f97acca-5080-40de-b78f-beb21cd78975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:58:51.944595 [ 4 ] {2f97acca-5080-40de-b78f-beb21cd78975} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.944630 [ 4 ] {2f97acca-5080-40de-b78f-beb21cd78975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.944947 [ 4 ] {2f97acca-5080-40de-b78f-beb21cd78975} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:58:51.945146 [ 4 ] {2f97acca-5080-40de-b78f-beb21cd78975} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.945271 [ 4 ] {2f97acca-5080-40de-b78f-beb21cd78975} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2025.11.06 00:58:51.945306 [ 4 ] {2f97acca-5080-40de-b78f-beb21cd78975} TCPHandler: Processed in 0.001211781 sec. 2025.11.06 00:58:51.945400 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.945490 [ 4 ] {6f7c37ea-84a2-46bf-801f-0162cd7d789d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:51.945531 [ 4 ] {6f7c37ea-84a2-46bf-801f-0162cd7d789d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:51.945958 [ 4 ] {6f7c37ea-84a2-46bf-801f-0162cd7d789d} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.945993 [ 4 ] {6f7c37ea-84a2-46bf-801f-0162cd7d789d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.946315 [ 4 ] {6f7c37ea-84a2-46bf-801f-0162cd7d789d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.06 00:58:51.946517 [ 4 ] {6f7c37ea-84a2-46bf-801f-0162cd7d789d} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.946647 [ 4 ] {6f7c37ea-84a2-46bf-801f-0162cd7d789d} executeQuery: Read 320 rows, 21.54 KiB in 0.001174 sec., 272572.40204429306 rows/sec., 17.92 MiB/sec. 2025.11.06 00:58:51.946684 [ 4 ] {6f7c37ea-84a2-46bf-801f-0162cd7d789d} TCPHandler: Processed in 0.001329334 sec. 2025.11.06 00:58:51.946804 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.946928 [ 4 ] {29695a0c-ebc7-4a92-a37d-b8e9bfdfd118} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:58:51.946982 [ 4 ] {29695a0c-ebc7-4a92-a37d-b8e9bfdfd118} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:58:51.947364 [ 4 ] {29695a0c-ebc7-4a92-a37d-b8e9bfdfd118} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.947410 [ 4 ] {29695a0c-ebc7-4a92-a37d-b8e9bfdfd118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.947854 [ 4 ] {29695a0c-ebc7-4a92-a37d-b8e9bfdfd118} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.06 00:58:51.948071 [ 4 ] {29695a0c-ebc7-4a92-a37d-b8e9bfdfd118} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.948203 [ 4 ] {29695a0c-ebc7-4a92-a37d-b8e9bfdfd118} executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. 2025.11.06 00:58:51.948242 [ 4 ] {29695a0c-ebc7-4a92-a37d-b8e9bfdfd118} TCPHandler: Processed in 0.001499976 sec. 2025.11.06 00:58:51.948362 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.948483 [ 4 ] {02876f8b-9282-4266-b38d-b50ac879b570} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:51.948547 [ 4 ] {02876f8b-9282-4266-b38d-b50ac879b570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:51.949363 [ 4 ] {02876f8b-9282-4266-b38d-b50ac879b570} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.949399 [ 4 ] {02876f8b-9282-4266-b38d-b50ac879b570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.949939 [ 4 ] {02876f8b-9282-4266-b38d-b50ac879b570} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.06 00:58:51.950158 [ 4 ] {02876f8b-9282-4266-b38d-b50ac879b570} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.950267 [ 150 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.06 00:58:51.950294 [ 4 ] {02876f8b-9282-4266-b38d-b50ac879b570} executeQuery: Read 16 rows, 29.36 KiB in 0.001835 sec., 8719.346049046322 rows/sec., 15.62 MiB/sec. 2025.11.06 00:58:51.950303 [ 150 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.950336 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.950353 [ 4 ] {02876f8b-9282-4266-b38d-b50ac879b570} TCPHandler: Processed in 0.002049337 sec. 2025.11.06 00:58:51.950425 [ 197 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.11.06 00:58:51.950465 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:51.950556 [ 4 ] {8274b110-c957-4445-84ea-c56d6d126e4c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:51.950596 [ 4 ] {8274b110-c957-4445-84ea-c56d6d126e4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:51.950617 [ 197 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:58:51.950684 [ 197 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 603 rows starting from the beginning of the part 2025.11.06 00:58:51.950802 [ 197 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part 2025.11.06 00:58:51.950902 [ 197 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:51.950926 [ 4 ] {8274b110-c957-4445-84ea-c56d6d126e4c} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:51.950961 [ 4 ] {8274b110-c957-4445-84ea-c56d6d126e4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.11.06 00:58:51.950991 [ 197 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part 2025.11.06 00:58:51.951075 [ 197 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part 2025.11.06 00:58:51.951163 [ 197 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part 2025.11.06 00:58:51.951283 [ 4 ] {8274b110-c957-4445-84ea-c56d6d126e4c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.06 00:58:51.951488 [ 4 ] {8274b110-c957-4445-84ea-c56d6d126e4c} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.951616 [ 4 ] {8274b110-c957-4445-84ea-c56d6d126e4c} executeQuery: Read 104 rows, 6.53 KiB in 0.001078 sec., 96474.95361781077 rows/sec., 5.91 MiB/sec. 2025.11.06 00:58:51.951651 [ 4 ] {8274b110-c957-4445-84ea-c56d6d126e4c} TCPHandler: Processed in 0.001233452 sec. 2025.11.06 00:58:51.955703 [ 195 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 703 rows, containing 19 columns (19 merged, 0 gathered) in 0.005320164 sec., 132138.78369163058 rows/sec., 236.79 MiB/sec. 2025.11.06 00:58:51.956713 [ 197 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.06 00:58:51.957023 [ 197 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:51.957090 [ 197 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_36_7} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.06 00:58:51.957170 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. 2025.11.06 00:58:52.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 267.55 MiB, peak 275.04 MiB, free memory in arenas 0.00 B, will set to 269.30 MiB (RSS), difference: 1.76 MiB 2025.11.06 00:58:54.184719 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12981 2025.11.06 00:58:54.185247 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:54.185289 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:58:54.185772 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.06 00:58:54.186019 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:54.186159 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12981 2025.11.06 00:58:54.866610 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.11.06 00:58:54.883103 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:54.883168 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:58:54.888519 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.06 00:58:54.889260 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:54.892187 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.11.06 00:58:56.922421 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:56.922619 [ 4 ] {528e2449-ddf8-44b3-90ac-c1aedf415b1c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:58:56.922692 [ 4 ] {528e2449-ddf8-44b3-90ac-c1aedf415b1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:58:56.923330 [ 4 ] {528e2449-ddf8-44b3-90ac-c1aedf415b1c} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:56.923377 [ 4 ] {528e2449-ddf8-44b3-90ac-c1aedf415b1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:58:56.923768 [ 4 ] {528e2449-ddf8-44b3-90ac-c1aedf415b1c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.06 00:58:56.923992 [ 4 ] {528e2449-ddf8-44b3-90ac-c1aedf415b1c} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:56.924148 [ 4 ] {528e2449-ddf8-44b3-90ac-c1aedf415b1c} executeQuery: Read 108 rows, 9.25 KiB in 0.001585 sec., 68138.80126182965 rows/sec., 5.70 MiB/sec. 2025.11.06 00:58:56.924189 [ 4 ] {528e2449-ddf8-44b3-90ac-c1aedf415b1c} TCPHandler: Processed in 0.001912713 sec. 2025.11.06 00:58:56.924307 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:56.924403 [ 4 ] {cd706f3b-e6f7-40bc-ab2d-a6282ee316c9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:58:56.924445 [ 4 ] {cd706f3b-e6f7-40bc-ab2d-a6282ee316c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:58:56.924850 [ 4 ] {cd706f3b-e6f7-40bc-ab2d-a6282ee316c9} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:56.924887 [ 4 ] {cd706f3b-e6f7-40bc-ab2d-a6282ee316c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:58:56.925181 [ 4 ] {cd706f3b-e6f7-40bc-ab2d-a6282ee316c9} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.06 00:58:56.925387 [ 4 ] {cd706f3b-e6f7-40bc-ab2d-a6282ee316c9} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:56.925515 [ 4 ] {cd706f3b-e6f7-40bc-ab2d-a6282ee316c9} executeQuery: Read 26 rows, 1.96 KiB in 0.00113 sec., 23008.849557522124 rows/sec., 1.69 MiB/sec. 2025.11.06 00:58:56.925553 [ 4 ] {cd706f3b-e6f7-40bc-ab2d-a6282ee316c9} TCPHandler: Processed in 0.001296303 sec. 2025.11.06 00:58:56.925654 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:56.925747 [ 4 ] {2f4d7af3-eff6-48f5-923a-b1efd4e5efee} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:58:56.925787 [ 4 ] {2f4d7af3-eff6-48f5-923a-b1efd4e5efee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:58:56.926181 [ 4 ] {2f4d7af3-eff6-48f5-923a-b1efd4e5efee} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:56.926218 [ 4 ] {2f4d7af3-eff6-48f5-923a-b1efd4e5efee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:58:56.926514 [ 4 ] {2f4d7af3-eff6-48f5-923a-b1efd4e5efee} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.06 00:58:56.926730 [ 4 ] {2f4d7af3-eff6-48f5-923a-b1efd4e5efee} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:56.926858 [ 4 ] {2f4d7af3-eff6-48f5-923a-b1efd4e5efee} executeQuery: Read 90 rows, 7.20 KiB in 0.001129 sec., 79716.56333038087 rows/sec., 6.23 MiB/sec. 2025.11.06 00:58:56.926895 [ 4 ] {2f4d7af3-eff6-48f5-923a-b1efd4e5efee} TCPHandler: Processed in 0.001290853 sec. 2025.11.06 00:58:56.927006 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:56.927099 [ 4 ] {c1f0be1b-d05b-4842-a4c2-4805b1a433b8} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:56.927143 [ 4 ] {c1f0be1b-d05b-4842-a4c2-4805b1a433b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:58:56.927528 [ 4 ] {c1f0be1b-d05b-4842-a4c2-4805b1a433b8} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:56.927564 [ 4 ] {c1f0be1b-d05b-4842-a4c2-4805b1a433b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:58:56.927885 [ 4 ] {c1f0be1b-d05b-4842-a4c2-4805b1a433b8} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.06 00:58:56.928098 [ 4 ] {c1f0be1b-d05b-4842-a4c2-4805b1a433b8} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:56.928225 [ 4 ] {c1f0be1b-d05b-4842-a4c2-4805b1a433b8} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2025.11.06 00:58:56.928262 [ 4 ] {c1f0be1b-d05b-4842-a4c2-4805b1a433b8} TCPHandler: Processed in 0.001306843 sec. 2025.11.06 00:58:56.928365 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:56.928458 [ 4 ] {98ea096e-4801-446c-9e4b-facd004e1298} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:58:56.928512 [ 4 ] {98ea096e-4801-446c-9e4b-facd004e1298} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:58:56.929260 [ 4 ] {98ea096e-4801-446c-9e4b-facd004e1298} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:56.929297 [ 4 ] {98ea096e-4801-446c-9e4b-facd004e1298} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:58:56.929814 [ 4 ] {98ea096e-4801-446c-9e4b-facd004e1298} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.06 00:58:56.930031 [ 4 ] {98ea096e-4801-446c-9e4b-facd004e1298} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:56.930166 [ 4 ] {98ea096e-4801-446c-9e4b-facd004e1298} executeQuery: Read 26 rows, 47.71 KiB in 0.001726 sec., 15063.731170336036 rows/sec., 26.99 MiB/sec. 2025.11.06 00:58:56.930219 [ 4 ] {98ea096e-4801-446c-9e4b-facd004e1298} TCPHandler: Processed in 0.001903374 sec. 2025.11.06 00:58:56.930330 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:58:56.930425 [ 4 ] {920c0415-6c5d-4cc8-bcce-2affa93ef31a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:58:56.930466 [ 4 ] {920c0415-6c5d-4cc8-bcce-2affa93ef31a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:58:56.930792 [ 4 ] {920c0415-6c5d-4cc8-bcce-2affa93ef31a} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:58:56.930827 [ 4 ] {920c0415-6c5d-4cc8-bcce-2affa93ef31a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:58:56.931132 [ 4 ] {920c0415-6c5d-4cc8-bcce-2affa93ef31a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.06 00:58:56.931351 [ 4 ] {920c0415-6c5d-4cc8-bcce-2affa93ef31a} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:58:56.931478 [ 4 ] {920c0415-6c5d-4cc8-bcce-2affa93ef31a} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.11.06 00:58:56.931514 [ 4 ] {920c0415-6c5d-4cc8-bcce-2affa93ef31a} TCPHandler: Processed in 0.001233492 sec. 2025.11.06 00:59:01.586454 [ 137 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:59:01.586519 [ 137 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:59:01.686316 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13429 2025.11.06 00:59:01.686888 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.686946 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.687439 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.06 00:59:01.687680 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.687823 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13429 2025.11.06 00:59:01.709288 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 880 2025.11.06 00:59:01.711560 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.711604 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.712773 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:59:01.713032 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.713316 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 880 2025.11.06 00:59:01.931862 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:01.932040 [ 4 ] {f6e604cb-71dd-497d-ae68-af49350331f1} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:59:01.932106 [ 4 ] {f6e604cb-71dd-497d-ae68-af49350331f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:59:01.932922 [ 4 ] {f6e604cb-71dd-497d-ae68-af49350331f1} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.932969 [ 4 ] {f6e604cb-71dd-497d-ae68-af49350331f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.933388 [ 4 ] {f6e604cb-71dd-497d-ae68-af49350331f1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:59:01.933622 [ 4 ] {f6e604cb-71dd-497d-ae68-af49350331f1} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.933786 [ 4 ] {f6e604cb-71dd-497d-ae68-af49350331f1} executeQuery: Read 410 rows, 26.63 KiB in 0.001797 sec., 228158.04117974403 rows/sec., 14.47 MiB/sec. 2025.11.06 00:59:01.933841 [ 4 ] {f6e604cb-71dd-497d-ae68-af49350331f1} TCPHandler: Processed in 0.002108827 sec. 2025.11.06 00:59:01.933974 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:01.934078 [ 4 ] {f9968e91-5bdd-4e86-b6af-b144158de723} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:01.934122 [ 4 ] {f9968e91-5bdd-4e86-b6af-b144158de723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:01.935092 [ 4 ] {f9968e91-5bdd-4e86-b6af-b144158de723} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.935127 [ 4 ] {f9968e91-5bdd-4e86-b6af-b144158de723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.935511 [ 4 ] {f9968e91-5bdd-4e86-b6af-b144158de723} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.06 00:59:01.935732 [ 4 ] {f9968e91-5bdd-4e86-b6af-b144158de723} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.935864 [ 4 ] {f9968e91-5bdd-4e86-b6af-b144158de723} executeQuery: Read 1144 rows, 92.99 KiB in 0.00181 sec., 632044.1988950276 rows/sec., 50.17 MiB/sec. 2025.11.06 00:59:01.935904 [ 4 ] {f9968e91-5bdd-4e86-b6af-b144158de723} TCPHandler: Processed in 0.001983925 sec. 2025.11.06 00:59:01.936020 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:01.936117 [ 4 ] {d63f8fdb-5879-4050-809a-1ea341929e90} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:01.936158 [ 4 ] {d63f8fdb-5879-4050-809a-1ea341929e90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:01.936633 [ 4 ] {d63f8fdb-5879-4050-809a-1ea341929e90} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.936668 [ 4 ] {d63f8fdb-5879-4050-809a-1ea341929e90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.936984 [ 4 ] {d63f8fdb-5879-4050-809a-1ea341929e90} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.06 00:59:01.937203 [ 4 ] {d63f8fdb-5879-4050-809a-1ea341929e90} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.937335 [ 4 ] {d63f8fdb-5879-4050-809a-1ea341929e90} executeQuery: Read 221 rows, 13.52 KiB in 0.001238 sec., 178513.73182552506 rows/sec., 10.66 MiB/sec. 2025.11.06 00:59:01.937374 [ 4 ] {d63f8fdb-5879-4050-809a-1ea341929e90} TCPHandler: Processed in 0.001403975 sec. 2025.11.06 00:59:01.937474 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:01.937567 [ 4 ] {f0e27c71-c9b1-4941-95ff-81417b58f30b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:59:01.937607 [ 4 ] {f0e27c71-c9b1-4941-95ff-81417b58f30b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:59:01.938077 [ 4 ] {f0e27c71-c9b1-4941-95ff-81417b58f30b} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.938112 [ 4 ] {f0e27c71-c9b1-4941-95ff-81417b58f30b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.938418 [ 4 ] {f0e27c71-c9b1-4941-95ff-81417b58f30b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.06 00:59:01.938620 [ 4 ] {f0e27c71-c9b1-4941-95ff-81417b58f30b} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.938718 [ 137 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.06 00:59:01.938744 [ 4 ] {f0e27c71-c9b1-4941-95ff-81417b58f30b} executeQuery: Read 212 rows, 14.00 KiB in 0.001195 sec., 177405.85774058575 rows/sec., 11.44 MiB/sec. 2025.11.06 00:59:01.938758 [ 137 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.938783 [ 4 ] {f0e27c71-c9b1-4941-95ff-81417b58f30b} TCPHandler: Processed in 0.001358314 sec. 2025.11.06 00:59:01.938787 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.938910 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.11.06 00:59:01.938916 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:01.939074 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:01.939085 [ 4 ] {f70d49f7-49bc-4763-9444-e9f21f33cdc2} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:59:01.939118 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 440 rows starting from the beginning of the part 2025.11.06 00:59:01.939144 [ 4 ] {f70d49f7-49bc-4763-9444-e9f21f33cdc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:59:01.939195 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part 2025.11.06 00:59:01.939249 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part 2025.11.06 00:59:01.939296 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part 2025.11.06 00:59:01.939339 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part 2025.11.06 00:59:01.939381 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part 2025.11.06 00:59:01.939749 [ 4 ] {f70d49f7-49bc-4763-9444-e9f21f33cdc2} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.939799 [ 4 ] {f70d49f7-49bc-4763-9444-e9f21f33cdc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.940181 [ 4 ] {f70d49f7-49bc-4763-9444-e9f21f33cdc2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:59:01.940419 [ 4 ] {f70d49f7-49bc-4763-9444-e9f21f33cdc2} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.940544 [ 195 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1516 rows, containing 5 columns (5 merged, 0 gathered) in 0.00168812 sec., 898040.423666564 rows/sec., 62.21 MiB/sec. 2025.11.06 00:59:01.940555 [ 4 ] {f70d49f7-49bc-4763-9444-e9f21f33cdc2} executeQuery: Read 211 rows, 12.27 KiB in 0.001495 sec., 141137.1237458194 rows/sec., 8.01 MiB/sec. 2025.11.06 00:59:01.940638 [ 4 ] {f70d49f7-49bc-4763-9444-e9f21f33cdc2} TCPHandler: Processed in 0.001784641 sec. 2025.11.06 00:59:01.940726 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.06 00:59:01.940751 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:01.940852 [ 4 ] {c393399e-6c68-4665-afff-be15863003cd} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:01.940896 [ 4 ] {c393399e-6c68-4665-afff-be15863003cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:01.940998 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.941077 [ 194 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_26_5} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.06 00:59:01.941154 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.11.06 00:59:01.941578 [ 4 ] {c393399e-6c68-4665-afff-be15863003cd} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.941618 [ 4 ] {c393399e-6c68-4665-afff-be15863003cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.941962 [ 4 ] {c393399e-6c68-4665-afff-be15863003cd} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.06 00:59:01.942175 [ 4 ] {c393399e-6c68-4665-afff-be15863003cd} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.942305 [ 4 ] {c393399e-6c68-4665-afff-be15863003cd} executeQuery: Read 695 rows, 49.75 KiB in 0.001473 sec., 471826.2050237611 rows/sec., 32.98 MiB/sec. 2025.11.06 00:59:01.942344 [ 4 ] {c393399e-6c68-4665-afff-be15863003cd} TCPHandler: Processed in 0.001643689 sec. 2025.11.06 00:59:01.942455 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:01.942551 [ 4 ] {f41e0a6b-3ab2-4574-8ac3-1ceb56101441} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:59:01.942595 [ 4 ] {f41e0a6b-3ab2-4574-8ac3-1ceb56101441} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:59:01.942929 [ 4 ] {f41e0a6b-3ab2-4574-8ac3-1ceb56101441} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.942964 [ 4 ] {f41e0a6b-3ab2-4574-8ac3-1ceb56101441} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.943282 [ 4 ] {f41e0a6b-3ab2-4574-8ac3-1ceb56101441} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:59:01.943506 [ 4 ] {f41e0a6b-3ab2-4574-8ac3-1ceb56101441} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.943640 [ 4 ] {f41e0a6b-3ab2-4574-8ac3-1ceb56101441} executeQuery: Read 6 rows, 321.00 B in 0.001107 sec., 5420.054200542006 rows/sec., 283.18 KiB/sec. 2025.11.06 00:59:01.943676 [ 4 ] {f41e0a6b-3ab2-4574-8ac3-1ceb56101441} TCPHandler: Processed in 0.001271832 sec. 2025.11.06 00:59:01.943780 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:01.943874 [ 4 ] {9f296eb7-ce21-4e31-99b4-6036ba7cc5ed} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:01.943918 [ 4 ] {9f296eb7-ce21-4e31-99b4-6036ba7cc5ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:01.944357 [ 4 ] {9f296eb7-ce21-4e31-99b4-6036ba7cc5ed} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.944393 [ 4 ] {9f296eb7-ce21-4e31-99b4-6036ba7cc5ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.944735 [ 4 ] {9f296eb7-ce21-4e31-99b4-6036ba7cc5ed} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.06 00:59:01.944963 [ 4 ] {9f296eb7-ce21-4e31-99b4-6036ba7cc5ed} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.945096 [ 4 ] {9f296eb7-ce21-4e31-99b4-6036ba7cc5ed} executeQuery: Read 314 rows, 21.12 KiB in 0.001241 sec., 253021.75664786465 rows/sec., 16.62 MiB/sec. 2025.11.06 00:59:01.945135 [ 4 ] {9f296eb7-ce21-4e31-99b4-6036ba7cc5ed} TCPHandler: Processed in 0.001404655 sec. 2025.11.06 00:59:01.945242 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:01.945342 [ 4 ] {3d1e09d6-b3a7-4a3f-8de7-0a0e373f39db} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:59:01.945385 [ 4 ] {3d1e09d6-b3a7-4a3f-8de7-0a0e373f39db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:59:01.945721 [ 4 ] {3d1e09d6-b3a7-4a3f-8de7-0a0e373f39db} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.945761 [ 4 ] {3d1e09d6-b3a7-4a3f-8de7-0a0e373f39db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.946086 [ 4 ] {3d1e09d6-b3a7-4a3f-8de7-0a0e373f39db} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.06 00:59:01.946296 [ 4 ] {3d1e09d6-b3a7-4a3f-8de7-0a0e373f39db} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.946406 [ 136 ] {} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2025.11.06 00:59:01.946429 [ 4 ] {3d1e09d6-b3a7-4a3f-8de7-0a0e373f39db} executeQuery: Read 1 rows, 69.00 B in 0.001105 sec., 904.9773755656108 rows/sec., 60.98 KiB/sec. 2025.11.06 00:59:01.946464 [ 136 ] {} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.946479 [ 4 ] {3d1e09d6-b3a7-4a3f-8de7-0a0e373f39db} TCPHandler: Processed in 0.001287633 sec. 2025.11.06 00:59:01.946492 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.946586 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2025.11.06 00:59:01.946592 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:01.946683 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:01.946702 [ 4 ] {29d4f652-5e56-4551-ae6a-7fd1643484a1} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:01.946710 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part 2025.11.06 00:59:01.946760 [ 4 ] {29d4f652-5e56-4551-ae6a-7fd1643484a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:01.946772 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2025.11.06 00:59:01.946815 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2025.11.06 00:59:01.946852 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2025.11.06 00:59:01.946889 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2025.11.06 00:59:01.946924 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2025.11.06 00:59:01.947553 [ 4 ] {29d4f652-5e56-4551-ae6a-7fd1643484a1} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.947589 [ 4 ] {29d4f652-5e56-4551-ae6a-7fd1643484a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.947615 [ 194 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.001067279 sec., 18739.24250360028 rows/sec., 1.23 MiB/sec. 2025.11.06 00:59:01.947717 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.11.06 00:59:01.947975 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.948045 [ 193 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_20_4} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2025.11.06 00:59:01.948102 [ 4 ] {29d4f652-5e56-4551-ae6a-7fd1643484a1} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.06 00:59:01.948105 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.11.06 00:59:01.948334 [ 4 ] {29d4f652-5e56-4551-ae6a-7fd1643484a1} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.948480 [ 4 ] {29d4f652-5e56-4551-ae6a-7fd1643484a1} executeQuery: Read 16 rows, 29.36 KiB in 0.001796 sec., 8908.685968819598 rows/sec., 15.96 MiB/sec. 2025.11.06 00:59:01.948536 [ 4 ] {29d4f652-5e56-4551-ae6a-7fd1643484a1} TCPHandler: Processed in 0.001993595 sec. 2025.11.06 00:59:01.948646 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:01.948741 [ 4 ] {c9f64517-8b67-4469-b1b4-33c027bb0d44} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:01.948783 [ 4 ] {c9f64517-8b67-4469-b1b4-33c027bb0d44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:01.949122 [ 4 ] {c9f64517-8b67-4469-b1b4-33c027bb0d44} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:01.949160 [ 4 ] {c9f64517-8b67-4469-b1b4-33c027bb0d44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:01.949466 [ 4 ] {c9f64517-8b67-4469-b1b4-33c027bb0d44} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.06 00:59:01.949669 [ 4 ] {c9f64517-8b67-4469-b1b4-33c027bb0d44} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:01.949800 [ 4 ] {c9f64517-8b67-4469-b1b4-33c027bb0d44} executeQuery: Read 104 rows, 6.53 KiB in 0.001077 sec., 96564.53110492107 rows/sec., 5.92 MiB/sec. 2025.11.06 00:59:01.949837 [ 4 ] {c9f64517-8b67-4469-b1b4-33c027bb0d44} TCPHandler: Processed in 0.001240972 sec. 2025.11.06 00:59:02.392345 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.11.06 00:59:02.408461 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:02.408525 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:02.414513 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.06 00:59:02.415216 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:02.417935 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.11.06 00:59:06.948655 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:06.948849 [ 4 ] {49d42454-0553-44b6-aa7f-f9d516c672bf} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.06 00:59:06.948916 [ 4 ] {49d42454-0553-44b6-aa7f-f9d516c672bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.06 00:59:06.949579 [ 4 ] {49d42454-0553-44b6-aa7f-f9d516c672bf} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.949629 [ 4 ] {49d42454-0553-44b6-aa7f-f9d516c672bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.950014 [ 4 ] {49d42454-0553-44b6-aa7f-f9d516c672bf} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.06 00:59:06.950247 [ 4 ] {49d42454-0553-44b6-aa7f-f9d516c672bf} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.950404 [ 4 ] {49d42454-0553-44b6-aa7f-f9d516c672bf} executeQuery: Read 6 rows, 501.00 B in 0.001602 sec., 3745.3183520599255 rows/sec., 305.40 KiB/sec. 2025.11.06 00:59:06.950448 [ 4 ] {49d42454-0553-44b6-aa7f-f9d516c672bf} TCPHandler: Processed in 0.001927815 sec. 2025.11.06 00:59:06.950573 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:06.950672 [ 4 ] {be90dafe-a5ea-4652-8dfc-26630e8bd8b6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:06.950753 [ 4 ] {be90dafe-a5ea-4652-8dfc-26630e8bd8b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:06.951980 [ 4 ] {be90dafe-a5ea-4652-8dfc-26630e8bd8b6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.952019 [ 4 ] {be90dafe-a5ea-4652-8dfc-26630e8bd8b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.952412 [ 4 ] {be90dafe-a5ea-4652-8dfc-26630e8bd8b6} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.06 00:59:06.952642 [ 4 ] {be90dafe-a5ea-4652-8dfc-26630e8bd8b6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.952774 [ 4 ] {be90dafe-a5ea-4652-8dfc-26630e8bd8b6} executeQuery: Read 1251 rows, 105.58 KiB in 0.00212 sec., 590094.3396226416 rows/sec., 48.64 MiB/sec. 2025.11.06 00:59:06.952772 [ 132 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.06 00:59:06.952816 [ 4 ] {be90dafe-a5ea-4652-8dfc-26630e8bd8b6} TCPHandler: Processed in 0.00229259 sec. 2025.11.06 00:59:06.952855 [ 132 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.952887 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.952950 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:06.953000 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.11.06 00:59:06.953051 [ 4 ] {38bb0c35-afb9-4a73-8469-1404538aa479} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:06.953098 [ 4 ] {38bb0c35-afb9-4a73-8469-1404538aa479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:06.953123 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:06.953165 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2345 rows starting from the beginning of the part 2025.11.06 00:59:06.953242 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 108 rows starting from the beginning of the part 2025.11.06 00:59:06.953295 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1150 rows starting from the beginning of the part 2025.11.06 00:59:06.953345 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 108 rows starting from the beginning of the part 2025.11.06 00:59:06.953392 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:59:06.953442 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1251 rows starting from the beginning of the part 2025.11.06 00:59:06.953546 [ 4 ] {38bb0c35-afb9-4a73-8469-1404538aa479} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.953590 [ 4 ] {38bb0c35-afb9-4a73-8469-1404538aa479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.954039 [ 4 ] {38bb0c35-afb9-4a73-8469-1404538aa479} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.06 00:59:06.954265 [ 4 ] {38bb0c35-afb9-4a73-8469-1404538aa479} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.954402 [ 4 ] {38bb0c35-afb9-4a73-8469-1404538aa479} executeQuery: Read 32 rows, 2.37 KiB in 0.001369 sec., 23374.72607742878 rows/sec., 1.69 MiB/sec. 2025.11.06 00:59:06.954442 [ 4 ] {38bb0c35-afb9-4a73-8469-1404538aa479} TCPHandler: Processed in 0.001544577 sec. 2025.11.06 00:59:06.954553 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:06.954648 [ 4 ] {027335d7-bc47-4e75-a8dc-ae7bf429be4d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:59:06.954689 [ 4 ] {027335d7-bc47-4e75-a8dc-ae7bf429be4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:59:06.955201 [ 4 ] {027335d7-bc47-4e75-a8dc-ae7bf429be4d} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.955239 [ 4 ] {027335d7-bc47-4e75-a8dc-ae7bf429be4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.955563 [ 4 ] {027335d7-bc47-4e75-a8dc-ae7bf429be4d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.06 00:59:06.955734 [ 194 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6106 rows, containing 5 columns (5 merged, 0 gathered) in 0.002778719 sec., 2197415.427756459 rows/sec., 185.90 MiB/sec. 2025.11.06 00:59:06.955774 [ 4 ] {027335d7-bc47-4e75-a8dc-ae7bf429be4d} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.955914 [ 4 ] {027335d7-bc47-4e75-a8dc-ae7bf429be4d} executeQuery: Read 228 rows, 15.81 KiB in 0.001283 sec., 177708.49571317225 rows/sec., 12.03 MiB/sec. 2025.11.06 00:59:06.955953 [ 4 ] {027335d7-bc47-4e75-a8dc-ae7bf429be4d} TCPHandler: Processed in 0.001449976 sec. 2025.11.06 00:59:06.956034 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.06 00:59:06.956056 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:06.956156 [ 4 ] {ce358156-98f1-4d8c-9313-6fff0266c7bf} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:06.956199 [ 4 ] {ce358156-98f1-4d8c-9313-6fff0266c7bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:06.956296 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.956370 [ 192 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_41_8} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.06 00:59:06.956450 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.11.06 00:59:06.956882 [ 4 ] {ce358156-98f1-4d8c-9313-6fff0266c7bf} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.956924 [ 4 ] {ce358156-98f1-4d8c-9313-6fff0266c7bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.957282 [ 4 ] {ce358156-98f1-4d8c-9313-6fff0266c7bf} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.06 00:59:06.957497 [ 4 ] {ce358156-98f1-4d8c-9313-6fff0266c7bf} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.957632 [ 4 ] {ce358156-98f1-4d8c-9313-6fff0266c7bf} executeQuery: Read 552 rows, 41.98 KiB in 0.001492 sec., 369973.1903485255 rows/sec., 27.47 MiB/sec. 2025.11.06 00:59:06.957634 [ 131 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.06 00:59:06.957673 [ 4 ] {ce358156-98f1-4d8c-9313-6fff0266c7bf} TCPHandler: Processed in 0.00166553 sec. 2025.11.06 00:59:06.957708 [ 131 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.957735 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.957796 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:06.957827 [ 194 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.11.06 00:59:06.957898 [ 4 ] {2f4a309c-74af-460d-a293-aa99cfec1944} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:06.957938 [ 194 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:06.957948 [ 4 ] {2f4a309c-74af-460d-a293-aa99cfec1944} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:06.957979 [ 194 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1213 rows starting from the beginning of the part 2025.11.06 00:59:06.958051 [ 194 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 90 rows starting from the beginning of the part 2025.11.06 00:59:06.958097 [ 194 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 707 rows starting from the beginning of the part 2025.11.06 00:59:06.958137 [ 194 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part 2025.11.06 00:59:06.958176 [ 194 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 695 rows starting from the beginning of the part 2025.11.06 00:59:06.958212 [ 194 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 552 rows starting from the beginning of the part 2025.11.06 00:59:06.958614 [ 4 ] {2f4a309c-74af-460d-a293-aa99cfec1944} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.958657 [ 4 ] {2f4a309c-74af-460d-a293-aa99cfec1944} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.959060 [ 4 ] {2f4a309c-74af-460d-a293-aa99cfec1944} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.06 00:59:06.959285 [ 4 ] {2f4a309c-74af-460d-a293-aa99cfec1944} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.959392 [ 131 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.06 00:59:06.959419 [ 4 ] {2f4a309c-74af-460d-a293-aa99cfec1944} executeQuery: Read 847 rows, 58.38 KiB in 0.001538 sec., 550715.2145643693 rows/sec., 37.07 MiB/sec. 2025.11.06 00:59:06.959425 [ 131 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.959461 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.959466 [ 4 ] {2f4a309c-74af-460d-a293-aa99cfec1944} TCPHandler: Processed in 0.00171947 sec. 2025.11.06 00:59:06.959514 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3347 rows, containing 5 columns (5 merged, 0 gathered) in 0.001727891 sec., 1937043.4824881894 rows/sec., 146.36 MiB/sec. 2025.11.06 00:59:06.959527 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.11.06 00:59:06.959595 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:06.959636 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:06.959667 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 13009 rows starting from the beginning of the part 2025.11.06 00:59:06.959698 [ 4 ] {42150309-23a8-4c3a-9ae2-02d779e6367b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:06.959711 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2025.11.06 00:59:06.959758 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 320 rows starting from the beginning of the part 2025.11.06 00:59:06.959762 [ 4 ] {42150309-23a8-4c3a-9ae2-02d779e6367b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:06.959768 [ 187 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.06 00:59:06.959797 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2025.11.06 00:59:06.959839 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 314 rows starting from the beginning of the part 2025.11.06 00:59:06.959873 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 847 rows starting from the beginning of the part 2025.11.06 00:59:06.960178 [ 187 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.960270 [ 187 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_41_8} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.06 00:59:06.960406 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.06 00:59:06.960632 [ 4 ] {42150309-23a8-4c3a-9ae2-02d779e6367b} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.960674 [ 4 ] {42150309-23a8-4c3a-9ae2-02d779e6367b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.961238 [ 4 ] {42150309-23a8-4c3a-9ae2-02d779e6367b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.06 00:59:06.961474 [ 4 ] {42150309-23a8-4c3a-9ae2-02d779e6367b} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.961625 [ 4 ] {42150309-23a8-4c3a-9ae2-02d779e6367b} executeQuery: Read 26 rows, 47.71 KiB in 0.001946 sec., 13360.739979445016 rows/sec., 23.94 MiB/sec. 2025.11.06 00:59:06.961693 [ 4 ] {42150309-23a8-4c3a-9ae2-02d779e6367b} TCPHandler: Processed in 0.002151778 sec. 2025.11.06 00:59:06.961810 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:06.961907 [ 4 ] {80bbeb81-82c9-4ec4-9b99-5292e52d7adc} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:06.961950 [ 4 ] {80bbeb81-82c9-4ec4-9b99-5292e52d7adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:06.962304 [ 4 ] {80bbeb81-82c9-4ec4-9b99-5292e52d7adc} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.962341 [ 4 ] {80bbeb81-82c9-4ec4-9b99-5292e52d7adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.962735 [ 4 ] {80bbeb81-82c9-4ec4-9b99-5292e52d7adc} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.06 00:59:06.962960 [ 4 ] {80bbeb81-82c9-4ec4-9b99-5292e52d7adc} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.963071 [ 131 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.06 00:59:06.963093 [ 4 ] {80bbeb81-82c9-4ec4-9b99-5292e52d7adc} executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. 2025.11.06 00:59:06.963105 [ 131 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:06.963134 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:06.963138 [ 4 ] {80bbeb81-82c9-4ec4-9b99-5292e52d7adc} TCPHandler: Processed in 0.001376374 sec. 2025.11.06 00:59:06.963218 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.11.06 00:59:06.963323 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:06.963352 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2820 rows starting from the beginning of the part 2025.11.06 00:59:06.963402 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2025.11.06 00:59:06.963457 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 104 rows starting from the beginning of the part 2025.11.06 00:59:06.963510 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2025.11.06 00:59:06.963553 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 104 rows starting from the beginning of the part 2025.11.06 00:59:06.963588 [ 192 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 14810 rows, containing 5 columns (5 merged, 0 gathered) in 0.004089902 sec., 3621113.659936106 rows/sec., 242.26 MiB/sec. 2025.11.06 00:59:06.963599 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2025.11.06 00:59:06.964326 [ 200 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.06 00:59:06.964636 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3208 rows, containing 4 columns (4 merged, 0 gathered) in 0.001455205 sec., 2204500.3968513026 rows/sec., 139.77 MiB/sec. 2025.11.06 00:59:06.964680 [ 200 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.964774 [ 200 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_41_8} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.06 00:59:06.964870 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.70 MiB. 2025.11.06 00:59:06.964873 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.06 00:59:06.965145 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:06.965218 [ 194 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_41_8} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.06 00:59:06.965290 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.11.06 00:59:09.188738 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13941 2025.11.06 00:59:09.189265 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:09.189303 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:09.189816 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.06 00:59:09.190052 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:09.190194 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13941 2025.11.06 00:59:09.918849 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.11.06 00:59:09.936464 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:09.936533 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:09.942714 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.06 00:59:09.943454 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:09.946596 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.11.06 00:59:11.714385 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 918 2025.11.06 00:59:11.716709 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.716757 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.717909 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:59:11.718169 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.718326 [ 127 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.06 00:59:11.718398 [ 127 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.718423 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 918 2025.11.06 00:59:11.718424 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.718559 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.11.06 00:59:11.719152 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:11.719303 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 734 rows starting from the beginning of the part 2025.11.06 00:59:11.719675 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part 2025.11.06 00:59:11.720011 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part 2025.11.06 00:59:11.720348 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part 2025.11.06 00:59:11.720678 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part 2025.11.06 00:59:11.721108 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 38 rows starting from the beginning of the part 2025.11.06 00:59:11.727786 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 72 columns (72 merged, 0 gathered) in 0.009277604 sec., 98947.96113306841 rows/sec., 80.88 MiB/sec. 2025.11.06 00:59:11.728807 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.06 00:59:11.729299 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.729372 [ 191 ] {2b0c522c-3ade-4032-9d38-ea0321c4811f::all_1_21_4} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.06 00:59:11.729555 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2025.11.06 00:59:11.931681 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:11.931859 [ 4 ] {58036081-2400-4b50-a360-ad9f3647aa3c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:59:11.931928 [ 4 ] {58036081-2400-4b50-a360-ad9f3647aa3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:59:11.932794 [ 4 ] {58036081-2400-4b50-a360-ad9f3647aa3c} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.932846 [ 4 ] {58036081-2400-4b50-a360-ad9f3647aa3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.933250 [ 4 ] {58036081-2400-4b50-a360-ad9f3647aa3c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:59:11.933474 [ 4 ] {58036081-2400-4b50-a360-ad9f3647aa3c} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.933639 [ 4 ] {58036081-2400-4b50-a360-ad9f3647aa3c} executeQuery: Read 410 rows, 26.63 KiB in 0.001827 sec., 224411.60372194854 rows/sec., 14.24 MiB/sec. 2025.11.06 00:59:11.933647 [ 122 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.11.06 00:59:11.933688 [ 4 ] {58036081-2400-4b50-a360-ad9f3647aa3c} TCPHandler: Processed in 0.002142538 sec. 2025.11.06 00:59:11.933724 [ 122 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.933755 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.933839 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:11.933879 [ 200 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.11.06 00:59:11.933946 [ 4 ] {c8494e9f-7acb-48f3-a83b-d5e610a96a2b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:11.933995 [ 4 ] {c8494e9f-7acb-48f3-a83b-d5e610a96a2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:11.934021 [ 200 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:11.934064 [ 200 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 410 rows starting from the beginning of the part 2025.11.06 00:59:11.934132 [ 200 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 410 rows starting from the beginning of the part 2025.11.06 00:59:11.934180 [ 200 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 410 rows starting from the beginning of the part 2025.11.06 00:59:11.934224 [ 200 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 410 rows starting from the beginning of the part 2025.11.06 00:59:11.934268 [ 200 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 410 rows starting from the beginning of the part 2025.11.06 00:59:11.935211 [ 4 ] {c8494e9f-7acb-48f3-a83b-d5e610a96a2b} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.935253 [ 4 ] {c8494e9f-7acb-48f3-a83b-d5e610a96a2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.935364 [ 191 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001536868 sec., 1333881.6345971157 rows/sec., 89.70 MiB/sec. 2025.11.06 00:59:11.935527 [ 200 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.11.06 00:59:11.935695 [ 4 ] {c8494e9f-7acb-48f3-a83b-d5e610a96a2b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.06 00:59:11.935826 [ 200 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_21_5} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.935915 [ 200 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_21_5} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.11.06 00:59:11.935967 [ 4 ] {c8494e9f-7acb-48f3-a83b-d5e610a96a2b} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.935993 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.11.06 00:59:11.936118 [ 4 ] {c8494e9f-7acb-48f3-a83b-d5e610a96a2b} executeQuery: Read 1144 rows, 92.99 KiB in 0.002195 sec., 521184.5102505695 rows/sec., 41.37 MiB/sec. 2025.11.06 00:59:11.936161 [ 4 ] {c8494e9f-7acb-48f3-a83b-d5e610a96a2b} TCPHandler: Processed in 0.002376262 sec. 2025.11.06 00:59:11.936289 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:11.936386 [ 4 ] {13e992ae-e47a-4ee2-8103-56a7e00b85b5} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:11.936428 [ 4 ] {13e992ae-e47a-4ee2-8103-56a7e00b85b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:11.936927 [ 4 ] {13e992ae-e47a-4ee2-8103-56a7e00b85b5} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.936965 [ 4 ] {13e992ae-e47a-4ee2-8103-56a7e00b85b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.937283 [ 4 ] {13e992ae-e47a-4ee2-8103-56a7e00b85b5} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.06 00:59:11.937488 [ 4 ] {13e992ae-e47a-4ee2-8103-56a7e00b85b5} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.937624 [ 4 ] {13e992ae-e47a-4ee2-8103-56a7e00b85b5} executeQuery: Read 221 rows, 13.52 KiB in 0.001259 sec., 175536.13979348692 rows/sec., 10.49 MiB/sec. 2025.11.06 00:59:11.937661 [ 4 ] {13e992ae-e47a-4ee2-8103-56a7e00b85b5} TCPHandler: Processed in 0.001423885 sec. 2025.11.06 00:59:11.937775 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:11.937870 [ 4 ] {7e96ea53-848a-476b-a496-626ff85d6965} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:59:11.937911 [ 4 ] {7e96ea53-848a-476b-a496-626ff85d6965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:59:11.938423 [ 4 ] {7e96ea53-848a-476b-a496-626ff85d6965} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.938459 [ 4 ] {7e96ea53-848a-476b-a496-626ff85d6965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.938774 [ 4 ] {7e96ea53-848a-476b-a496-626ff85d6965} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.06 00:59:11.938974 [ 4 ] {7e96ea53-848a-476b-a496-626ff85d6965} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.939106 [ 4 ] {7e96ea53-848a-476b-a496-626ff85d6965} executeQuery: Read 212 rows, 14.00 KiB in 0.001255 sec., 168924.30278884462 rows/sec., 10.89 MiB/sec. 2025.11.06 00:59:11.939142 [ 4 ] {7e96ea53-848a-476b-a496-626ff85d6965} TCPHandler: Processed in 0.001415976 sec. 2025.11.06 00:59:11.939273 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:11.939372 [ 4 ] {92447102-2aa0-4d00-a5b8-cdc81d18a16d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:59:11.939413 [ 4 ] {92447102-2aa0-4d00-a5b8-cdc81d18a16d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:59:11.939886 [ 4 ] {92447102-2aa0-4d00-a5b8-cdc81d18a16d} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.939921 [ 4 ] {92447102-2aa0-4d00-a5b8-cdc81d18a16d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.940224 [ 4 ] {92447102-2aa0-4d00-a5b8-cdc81d18a16d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:59:11.940441 [ 4 ] {92447102-2aa0-4d00-a5b8-cdc81d18a16d} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.940541 [ 122 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.11.06 00:59:11.940569 [ 4 ] {92447102-2aa0-4d00-a5b8-cdc81d18a16d} executeQuery: Read 211 rows, 12.27 KiB in 0.001217 sec., 173377.1569433032 rows/sec., 9.85 MiB/sec. 2025.11.06 00:59:11.940583 [ 122 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.940610 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.940616 [ 4 ] {92447102-2aa0-4d00-a5b8-cdc81d18a16d} TCPHandler: Processed in 0.001391814 sec. 2025.11.06 00:59:11.940698 [ 190 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.11.06 00:59:11.940734 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:11.940811 [ 190 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:11.940830 [ 4 ] {629c8dba-1c72-499a-bd3d-b1521b1831ff} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:11.940848 [ 190 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 211 rows starting from the beginning of the part 2025.11.06 00:59:11.940873 [ 4 ] {629c8dba-1c72-499a-bd3d-b1521b1831ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:11.940922 [ 190 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 211 rows starting from the beginning of the part 2025.11.06 00:59:11.940970 [ 190 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 211 rows starting from the beginning of the part 2025.11.06 00:59:11.941009 [ 190 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 211 rows starting from the beginning of the part 2025.11.06 00:59:11.941046 [ 190 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 211 rows starting from the beginning of the part 2025.11.06 00:59:11.941544 [ 4 ] {629c8dba-1c72-499a-bd3d-b1521b1831ff} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.941584 [ 4 ] {629c8dba-1c72-499a-bd3d-b1521b1831ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.941923 [ 4 ] {629c8dba-1c72-499a-bd3d-b1521b1831ff} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.06 00:59:11.941931 [ 191 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001270923 sec., 830105.3643690452 rows/sec., 50.31 MiB/sec. 2025.11.06 00:59:11.942099 [ 188 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.11.06 00:59:11.942145 [ 4 ] {629c8dba-1c72-499a-bd3d-b1521b1831ff} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.942288 [ 4 ] {629c8dba-1c72-499a-bd3d-b1521b1831ff} executeQuery: Read 695 rows, 49.75 KiB in 0.001476 sec., 470867.2086720867 rows/sec., 32.92 MiB/sec. 2025.11.06 00:59:11.942326 [ 4 ] {629c8dba-1c72-499a-bd3d-b1521b1831ff} TCPHandler: Processed in 0.001641459 sec. 2025.11.06 00:59:11.942424 [ 188 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_21_5} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.942450 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:11.942513 [ 188 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_21_5} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.11.06 00:59:11.942546 [ 4 ] {1cdc1dde-0513-4d51-aa5b-105c1f6122ef} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:59:11.942593 [ 4 ] {1cdc1dde-0513-4d51-aa5b-105c1f6122ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:59:11.942603 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.11.06 00:59:11.942934 [ 4 ] {1cdc1dde-0513-4d51-aa5b-105c1f6122ef} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.942972 [ 4 ] {1cdc1dde-0513-4d51-aa5b-105c1f6122ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.943272 [ 4 ] {1cdc1dde-0513-4d51-aa5b-105c1f6122ef} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:59:11.943473 [ 4 ] {1cdc1dde-0513-4d51-aa5b-105c1f6122ef} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.943574 [ 122 ] {} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.06 00:59:11.943603 [ 4 ] {1cdc1dde-0513-4d51-aa5b-105c1f6122ef} executeQuery: Read 6 rows, 321.00 B in 0.001074 sec., 5586.592178770949 rows/sec., 291.88 KiB/sec. 2025.11.06 00:59:11.943607 [ 122 ] {} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.943648 [ 4 ] {1cdc1dde-0513-4d51-aa5b-105c1f6122ef} TCPHandler: Processed in 0.001246412 sec. 2025.11.06 00:59:11.943655 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.943725 [ 190 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.11.06 00:59:11.943759 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:11.943823 [ 190 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:11.943853 [ 190 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part 2025.11.06 00:59:11.943855 [ 4 ] {623c3165-ebaa-4b5f-8917-07088862b6d5} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:11.943901 [ 190 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2025.11.06 00:59:11.943909 [ 4 ] {623c3165-ebaa-4b5f-8917-07088862b6d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:11.943944 [ 190 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2025.11.06 00:59:11.943981 [ 190 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2025.11.06 00:59:11.944013 [ 190 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2025.11.06 00:59:11.944045 [ 190 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2025.11.06 00:59:11.944341 [ 4 ] {623c3165-ebaa-4b5f-8917-07088862b6d5} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.944381 [ 4 ] {623c3165-ebaa-4b5f-8917-07088862b6d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.944735 [ 4 ] {623c3165-ebaa-4b5f-8917-07088862b6d5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.06 00:59:11.944758 [ 189 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.001056269 sec., 119287.79505978116 rows/sec., 6.09 MiB/sec. 2025.11.06 00:59:11.944908 [ 186 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.06 00:59:11.944971 [ 4 ] {623c3165-ebaa-4b5f-8917-07088862b6d5} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.945116 [ 4 ] {623c3165-ebaa-4b5f-8917-07088862b6d5} executeQuery: Read 314 rows, 21.12 KiB in 0.001279 sec., 245504.30023455826 rows/sec., 16.13 MiB/sec. 2025.11.06 00:59:11.945153 [ 4 ] {623c3165-ebaa-4b5f-8917-07088862b6d5} TCPHandler: Processed in 0.001442146 sec. 2025.11.06 00:59:11.945206 [ 186 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.945268 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:11.945281 [ 186 ] {6070c994-b797-4158-896d-1fc14e1dfea5::all_1_21_4} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.06 00:59:11.945367 [ 4 ] {e22e5e24-99b1-42ae-9970-9ccfce09ae84} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:59:11.945374 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.11.06 00:59:11.945414 [ 4 ] {e22e5e24-99b1-42ae-9970-9ccfce09ae84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:59:11.945776 [ 4 ] {e22e5e24-99b1-42ae-9970-9ccfce09ae84} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.945811 [ 4 ] {e22e5e24-99b1-42ae-9970-9ccfce09ae84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.946126 [ 4 ] {e22e5e24-99b1-42ae-9970-9ccfce09ae84} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.06 00:59:11.946337 [ 4 ] {e22e5e24-99b1-42ae-9970-9ccfce09ae84} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.946468 [ 4 ] {e22e5e24-99b1-42ae-9970-9ccfce09ae84} executeQuery: Read 1 rows, 69.00 B in 0.001119 sec., 893.6550491510277 rows/sec., 60.22 KiB/sec. 2025.11.06 00:59:11.946504 [ 4 ] {e22e5e24-99b1-42ae-9970-9ccfce09ae84} TCPHandler: Processed in 0.001285153 sec. 2025.11.06 00:59:11.946633 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:11.946730 [ 4 ] {78fc9cf6-0a3b-4fc0-ba07-739178fc7ed7} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:11.946788 [ 4 ] {78fc9cf6-0a3b-4fc0-ba07-739178fc7ed7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:11.947608 [ 4 ] {78fc9cf6-0a3b-4fc0-ba07-739178fc7ed7} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.947650 [ 4 ] {78fc9cf6-0a3b-4fc0-ba07-739178fc7ed7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.948167 [ 4 ] {78fc9cf6-0a3b-4fc0-ba07-739178fc7ed7} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.06 00:59:11.948385 [ 4 ] {78fc9cf6-0a3b-4fc0-ba07-739178fc7ed7} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.948524 [ 4 ] {78fc9cf6-0a3b-4fc0-ba07-739178fc7ed7} executeQuery: Read 16 rows, 29.36 KiB in 0.001814 sec., 8820.286659316427 rows/sec., 15.81 MiB/sec. 2025.11.06 00:59:11.948587 [ 4 ] {78fc9cf6-0a3b-4fc0-ba07-739178fc7ed7} TCPHandler: Processed in 0.002002845 sec. 2025.11.06 00:59:11.948707 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:11.948802 [ 4 ] {1a5cc2c7-f216-421e-96ed-5d2feee620cd} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:11.948842 [ 4 ] {1a5cc2c7-f216-421e-96ed-5d2feee620cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:11.949168 [ 4 ] {1a5cc2c7-f216-421e-96ed-5d2feee620cd} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:11.949204 [ 4 ] {1a5cc2c7-f216-421e-96ed-5d2feee620cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:11.949510 [ 4 ] {1a5cc2c7-f216-421e-96ed-5d2feee620cd} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.06 00:59:11.949718 [ 4 ] {1a5cc2c7-f216-421e-96ed-5d2feee620cd} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:11.949842 [ 4 ] {1a5cc2c7-f216-421e-96ed-5d2feee620cd} executeQuery: Read 104 rows, 6.53 KiB in 0.001059 sec., 98205.85457979226 rows/sec., 6.02 MiB/sec. 2025.11.06 00:59:11.949878 [ 4 ] {1a5cc2c7-f216-421e-96ed-5d2feee620cd} TCPHandler: Processed in 0.001220071 sec. 2025.11.06 00:59:16.586555 [ 47 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:59:16.586618 [ 47 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:59:16.690345 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14389 2025.11.06 00:59:16.690903 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:16.690960 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:16.691508 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.06 00:59:16.691754 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:16.691897 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14389 2025.11.06 00:59:16.921556 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:16.921739 [ 4 ] {396a4368-c8cb-44fc-baf0-74986a0f1aa6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:16.921812 [ 4 ] {396a4368-c8cb-44fc-baf0-74986a0f1aa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:16.922509 [ 4 ] {396a4368-c8cb-44fc-baf0-74986a0f1aa6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:16.922559 [ 4 ] {396a4368-c8cb-44fc-baf0-74986a0f1aa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:16.922959 [ 4 ] {396a4368-c8cb-44fc-baf0-74986a0f1aa6} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.06 00:59:16.923197 [ 4 ] {396a4368-c8cb-44fc-baf0-74986a0f1aa6} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:16.923359 [ 4 ] {396a4368-c8cb-44fc-baf0-74986a0f1aa6} executeQuery: Read 108 rows, 9.25 KiB in 0.00167 sec., 64670.65868263473 rows/sec., 5.41 MiB/sec. 2025.11.06 00:59:16.923409 [ 4 ] {396a4368-c8cb-44fc-baf0-74986a0f1aa6} TCPHandler: Processed in 0.001989005 sec. 2025.11.06 00:59:16.923541 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:16.923645 [ 4 ] {ce9a2fa4-48ec-455e-a9ec-a4ab1be96b0e} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:16.923689 [ 4 ] {ce9a2fa4-48ec-455e-a9ec-a4ab1be96b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:16.924136 [ 4 ] {ce9a2fa4-48ec-455e-a9ec-a4ab1be96b0e} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:16.924175 [ 4 ] {ce9a2fa4-48ec-455e-a9ec-a4ab1be96b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:16.924489 [ 4 ] {ce9a2fa4-48ec-455e-a9ec-a4ab1be96b0e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.06 00:59:16.924704 [ 4 ] {ce9a2fa4-48ec-455e-a9ec-a4ab1be96b0e} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:16.924825 [ 47 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.06 00:59:16.924841 [ 4 ] {ce9a2fa4-48ec-455e-a9ec-a4ab1be96b0e} executeQuery: Read 26 rows, 1.96 KiB in 0.00122 sec., 21311.475409836068 rows/sec., 1.56 MiB/sec. 2025.11.06 00:59:16.924894 [ 47 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:16.924904 [ 4 ] {ce9a2fa4-48ec-455e-a9ec-a4ab1be96b0e} TCPHandler: Processed in 0.001415195 sec. 2025.11.06 00:59:16.924922 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:16.925025 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.11.06 00:59:16.925046 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:16.925143 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:16.925152 [ 4 ] {680d0396-2f7a-4e3e-8ccb-ecb1245240e0} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:16.925186 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 265 rows starting from the beginning of the part 2025.11.06 00:59:16.925206 [ 4 ] {680d0396-2f7a-4e3e-8ccb-ecb1245240e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:16.925262 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part 2025.11.06 00:59:16.925315 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 221 rows starting from the beginning of the part 2025.11.06 00:59:16.925357 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part 2025.11.06 00:59:16.925398 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 221 rows starting from the beginning of the part 2025.11.06 00:59:16.925440 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part 2025.11.06 00:59:16.925660 [ 4 ] {680d0396-2f7a-4e3e-8ccb-ecb1245240e0} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:16.925702 [ 4 ] {680d0396-2f7a-4e3e-8ccb-ecb1245240e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:16.926034 [ 4 ] {680d0396-2f7a-4e3e-8ccb-ecb1245240e0} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.06 00:59:16.926261 [ 4 ] {680d0396-2f7a-4e3e-8ccb-ecb1245240e0} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:16.926395 [ 4 ] {680d0396-2f7a-4e3e-8ccb-ecb1245240e0} executeQuery: Read 90 rows, 7.20 KiB in 0.001265 sec., 71146.24505928853 rows/sec., 5.56 MiB/sec. 2025.11.06 00:59:16.926436 [ 4 ] {680d0396-2f7a-4e3e-8ccb-ecb1245240e0} TCPHandler: Processed in 0.001441616 sec. 2025.11.06 00:59:16.926450 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 791 rows, containing 5 columns (5 merged, 0 gathered) in 0.001469016 sec., 538455.6737298981 rows/sec., 35.33 MiB/sec. 2025.11.06 00:59:16.926567 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:16.926610 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.06 00:59:16.926671 [ 4 ] {60882de0-25a0-41c7-9085-8193e84203ce} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:16.926721 [ 4 ] {60882de0-25a0-41c7-9085-8193e84203ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:16.926896 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:16.926989 [ 191 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_41_8} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.06 00:59:16.927080 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.11.06 00:59:16.927153 [ 4 ] {60882de0-25a0-41c7-9085-8193e84203ce} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:16.927196 [ 4 ] {60882de0-25a0-41c7-9085-8193e84203ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:16.927536 [ 4 ] {60882de0-25a0-41c7-9085-8193e84203ce} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.06 00:59:16.927762 [ 4 ] {60882de0-25a0-41c7-9085-8193e84203ce} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:16.927895 [ 4 ] {60882de0-25a0-41c7-9085-8193e84203ce} executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. 2025.11.06 00:59:16.927933 [ 4 ] {60882de0-25a0-41c7-9085-8193e84203ce} TCPHandler: Processed in 0.001416925 sec. 2025.11.06 00:59:16.928042 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:16.928137 [ 4 ] {4c3c0c79-19e6-4234-9062-b47f3dce5807} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:16.928193 [ 4 ] {4c3c0c79-19e6-4234-9062-b47f3dce5807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:16.929017 [ 4 ] {4c3c0c79-19e6-4234-9062-b47f3dce5807} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:16.929053 [ 4 ] {4c3c0c79-19e6-4234-9062-b47f3dce5807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:16.929596 [ 4 ] {4c3c0c79-19e6-4234-9062-b47f3dce5807} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.06 00:59:16.929816 [ 4 ] {4c3c0c79-19e6-4234-9062-b47f3dce5807} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:16.929938 [ 30 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.06 00:59:16.929958 [ 4 ] {4c3c0c79-19e6-4234-9062-b47f3dce5807} executeQuery: Read 26 rows, 47.71 KiB in 0.001839 sec., 14138.118542686243 rows/sec., 25.33 MiB/sec. 2025.11.06 00:59:16.930008 [ 30 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:16.930036 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:16.930045 [ 4 ] {4c3c0c79-19e6-4234-9062-b47f3dce5807} TCPHandler: Processed in 0.002051797 sec. 2025.11.06 00:59:16.930123 [ 189 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.11.06 00:59:16.930162 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:16.930258 [ 4 ] {6bcdfa4c-0e7c-4f6d-a258-da26b9583c77} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:16.930300 [ 4 ] {6bcdfa4c-0e7c-4f6d-a258-da26b9583c77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:16.930304 [ 189 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:16.930356 [ 189 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 703 rows starting from the beginning of the part 2025.11.06 00:59:16.930485 [ 189 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part 2025.11.06 00:59:16.930604 [ 189 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part 2025.11.06 00:59:16.930640 [ 4 ] {6bcdfa4c-0e7c-4f6d-a258-da26b9583c77} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:16.930680 [ 4 ] {6bcdfa4c-0e7c-4f6d-a258-da26b9583c77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:16.930720 [ 189 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part 2025.11.06 00:59:16.930835 [ 189 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 16 rows starting from the beginning of the part 2025.11.06 00:59:16.930946 [ 189 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part 2025.11.06 00:59:16.930987 [ 4 ] {6bcdfa4c-0e7c-4f6d-a258-da26b9583c77} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.06 00:59:16.931209 [ 4 ] {6bcdfa4c-0e7c-4f6d-a258-da26b9583c77} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:16.931341 [ 4 ] {6bcdfa4c-0e7c-4f6d-a258-da26b9583c77} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2025.11.06 00:59:16.931379 [ 4 ] {6bcdfa4c-0e7c-4f6d-a258-da26b9583c77} TCPHandler: Processed in 0.001265242 sec. 2025.11.06 00:59:16.945281 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 813 rows, containing 19 columns (19 merged, 0 gathered) in 0.015194859 sec., 53504.938742768194 rows/sec., 95.88 MiB/sec. 2025.11.06 00:59:16.946367 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.06 00:59:16.946714 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:16.946792 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_41_8} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.06 00:59:16.946947 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. 2025.11.06 00:59:17.001150 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 271.36 MiB, peak 278.96 MiB, free memory in arenas 0.00 B, will set to 273.48 MiB (RSS), difference: 2.12 MiB 2025.11.06 00:59:17.446722 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.11.06 00:59:17.463612 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:17.463671 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.11.06 00:59:17.469463 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.06 00:59:17.470164 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:17.473065 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.11.06 00:59:21.718713 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 952 2025.11.06 00:59:21.721375 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.721420 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.722583 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:59:21.722851 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.723104 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 952 2025.11.06 00:59:21.933235 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:21.933417 [ 4 ] {8a4e6189-3f4f-43b6-86eb-4d8a3a332b13} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:59:21.933489 [ 4 ] {8a4e6189-3f4f-43b6-86eb-4d8a3a332b13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:59:21.934346 [ 4 ] {8a4e6189-3f4f-43b6-86eb-4d8a3a332b13} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.934395 [ 4 ] {8a4e6189-3f4f-43b6-86eb-4d8a3a332b13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.934819 [ 4 ] {8a4e6189-3f4f-43b6-86eb-4d8a3a332b13} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:59:21.935053 [ 4 ] {8a4e6189-3f4f-43b6-86eb-4d8a3a332b13} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.935221 [ 4 ] {8a4e6189-3f4f-43b6-86eb-4d8a3a332b13} executeQuery: Read 410 rows, 26.63 KiB in 0.001853 sec., 221262.81705342687 rows/sec., 14.04 MiB/sec. 2025.11.06 00:59:21.935283 [ 4 ] {8a4e6189-3f4f-43b6-86eb-4d8a3a332b13} TCPHandler: Processed in 0.002185728 sec. 2025.11.06 00:59:21.935429 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:21.935541 [ 4 ] {4c30eab1-1905-4b83-bc21-6f9175f039a5} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:21.935586 [ 4 ] {4c30eab1-1905-4b83-bc21-6f9175f039a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:21.936948 [ 4 ] {4c30eab1-1905-4b83-bc21-6f9175f039a5} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.936990 [ 4 ] {4c30eab1-1905-4b83-bc21-6f9175f039a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.937469 [ 4 ] {4c30eab1-1905-4b83-bc21-6f9175f039a5} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.06 00:59:21.937711 [ 4 ] {4c30eab1-1905-4b83-bc21-6f9175f039a5} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.937852 [ 4 ] {4c30eab1-1905-4b83-bc21-6f9175f039a5} executeQuery: Read 1144 rows, 92.99 KiB in 0.002338 sec., 489307.10008554324 rows/sec., 38.84 MiB/sec. 2025.11.06 00:59:21.937896 [ 4 ] {4c30eab1-1905-4b83-bc21-6f9175f039a5} TCPHandler: Processed in 0.002522505 sec. 2025.11.06 00:59:21.938023 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:21.938126 [ 4 ] {d1d689be-fd16-40c2-aa92-df5fddb8dba0} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:21.938169 [ 4 ] {d1d689be-fd16-40c2-aa92-df5fddb8dba0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:21.938710 [ 4 ] {d1d689be-fd16-40c2-aa92-df5fddb8dba0} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.938750 [ 4 ] {d1d689be-fd16-40c2-aa92-df5fddb8dba0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.939073 [ 4 ] {d1d689be-fd16-40c2-aa92-df5fddb8dba0} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.06 00:59:21.939282 [ 4 ] {d1d689be-fd16-40c2-aa92-df5fddb8dba0} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.939419 [ 4 ] {d1d689be-fd16-40c2-aa92-df5fddb8dba0} executeQuery: Read 221 rows, 13.52 KiB in 0.001317 sec., 167805.61883067578 rows/sec., 10.02 MiB/sec. 2025.11.06 00:59:21.939459 [ 4 ] {d1d689be-fd16-40c2-aa92-df5fddb8dba0} TCPHandler: Processed in 0.001489076 sec. 2025.11.06 00:59:21.939582 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:21.939682 [ 4 ] {599fbe74-5485-4769-b0bf-fa1caae410a3} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:59:21.939726 [ 4 ] {599fbe74-5485-4769-b0bf-fa1caae410a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:59:21.940263 [ 4 ] {599fbe74-5485-4769-b0bf-fa1caae410a3} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.940302 [ 4 ] {599fbe74-5485-4769-b0bf-fa1caae410a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.940635 [ 4 ] {599fbe74-5485-4769-b0bf-fa1caae410a3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.06 00:59:21.940853 [ 4 ] {599fbe74-5485-4769-b0bf-fa1caae410a3} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.940987 [ 4 ] {599fbe74-5485-4769-b0bf-fa1caae410a3} executeQuery: Read 212 rows, 14.00 KiB in 0.001325 sec., 160000 rows/sec., 10.32 MiB/sec. 2025.11.06 00:59:21.941026 [ 4 ] {599fbe74-5485-4769-b0bf-fa1caae410a3} TCPHandler: Processed in 0.001500336 sec. 2025.11.06 00:59:21.941139 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:21.941235 [ 4 ] {8b3d2fb5-8f67-41b5-9726-f9bff8bc217c} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:59:21.941277 [ 4 ] {8b3d2fb5-8f67-41b5-9726-f9bff8bc217c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:59:21.941774 [ 4 ] {8b3d2fb5-8f67-41b5-9726-f9bff8bc217c} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.941812 [ 4 ] {8b3d2fb5-8f67-41b5-9726-f9bff8bc217c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.942125 [ 4 ] {8b3d2fb5-8f67-41b5-9726-f9bff8bc217c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:59:21.942335 [ 4 ] {8b3d2fb5-8f67-41b5-9726-f9bff8bc217c} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.942476 [ 4 ] {8b3d2fb5-8f67-41b5-9726-f9bff8bc217c} executeQuery: Read 211 rows, 12.27 KiB in 0.00126 sec., 167460.31746031746 rows/sec., 9.51 MiB/sec. 2025.11.06 00:59:21.942514 [ 4 ] {8b3d2fb5-8f67-41b5-9726-f9bff8bc217c} TCPHandler: Processed in 0.001425745 sec. 2025.11.06 00:59:21.942624 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:21.942728 [ 4 ] {a9d31563-3823-4e3c-8608-52ff4c6ef925} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:21.942769 [ 4 ] {a9d31563-3823-4e3c-8608-52ff4c6ef925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:21.943521 [ 4 ] {a9d31563-3823-4e3c-8608-52ff4c6ef925} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.943559 [ 4 ] {a9d31563-3823-4e3c-8608-52ff4c6ef925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.943896 [ 4 ] {a9d31563-3823-4e3c-8608-52ff4c6ef925} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.06 00:59:21.944109 [ 4 ] {a9d31563-3823-4e3c-8608-52ff4c6ef925} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.944266 [ 4 ] {a9d31563-3823-4e3c-8608-52ff4c6ef925} executeQuery: Read 695 rows, 49.75 KiB in 0.001556 sec., 446658.0976863753 rows/sec., 31.22 MiB/sec. 2025.11.06 00:59:21.944306 [ 4 ] {a9d31563-3823-4e3c-8608-52ff4c6ef925} TCPHandler: Processed in 0.00173246 sec. 2025.11.06 00:59:21.944426 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:21.944523 [ 4 ] {08fc6ee3-0ec9-42e7-8f1c-52d71346fc11} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:59:21.944566 [ 4 ] {08fc6ee3-0ec9-42e7-8f1c-52d71346fc11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:59:21.944916 [ 4 ] {08fc6ee3-0ec9-42e7-8f1c-52d71346fc11} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.944953 [ 4 ] {08fc6ee3-0ec9-42e7-8f1c-52d71346fc11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.945270 [ 4 ] {08fc6ee3-0ec9-42e7-8f1c-52d71346fc11} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:59:21.945480 [ 4 ] {08fc6ee3-0ec9-42e7-8f1c-52d71346fc11} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.945611 [ 4 ] {08fc6ee3-0ec9-42e7-8f1c-52d71346fc11} executeQuery: Read 6 rows, 321.00 B in 0.001106 sec., 5424.9547920434 rows/sec., 283.43 KiB/sec. 2025.11.06 00:59:21.945648 [ 4 ] {08fc6ee3-0ec9-42e7-8f1c-52d71346fc11} TCPHandler: Processed in 0.001271223 sec. 2025.11.06 00:59:21.945762 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:21.945858 [ 4 ] {03c55f4b-ea5c-435e-a960-46c0232eb4da} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:21.945902 [ 4 ] {03c55f4b-ea5c-435e-a960-46c0232eb4da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:21.946379 [ 4 ] {03c55f4b-ea5c-435e-a960-46c0232eb4da} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.946416 [ 4 ] {03c55f4b-ea5c-435e-a960-46c0232eb4da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.946745 [ 4 ] {03c55f4b-ea5c-435e-a960-46c0232eb4da} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.06 00:59:21.946961 [ 4 ] {03c55f4b-ea5c-435e-a960-46c0232eb4da} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.947096 [ 4 ] {03c55f4b-ea5c-435e-a960-46c0232eb4da} executeQuery: Read 314 rows, 21.12 KiB in 0.001257 sec., 249801.1137629276 rows/sec., 16.41 MiB/sec. 2025.11.06 00:59:21.947135 [ 4 ] {03c55f4b-ea5c-435e-a960-46c0232eb4da} TCPHandler: Processed in 0.001421745 sec. 2025.11.06 00:59:21.947239 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:21.947334 [ 4 ] {5e9fc0fc-c830-40e5-9209-d07f27551b01} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:59:21.947377 [ 4 ] {5e9fc0fc-c830-40e5-9209-d07f27551b01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:59:21.947689 [ 4 ] {5e9fc0fc-c830-40e5-9209-d07f27551b01} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.947724 [ 4 ] {5e9fc0fc-c830-40e5-9209-d07f27551b01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.948032 [ 4 ] {5e9fc0fc-c830-40e5-9209-d07f27551b01} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.06 00:59:21.948234 [ 4 ] {5e9fc0fc-c830-40e5-9209-d07f27551b01} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.948365 [ 4 ] {5e9fc0fc-c830-40e5-9209-d07f27551b01} executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. 2025.11.06 00:59:21.948401 [ 4 ] {5e9fc0fc-c830-40e5-9209-d07f27551b01} TCPHandler: Processed in 0.001211182 sec. 2025.11.06 00:59:21.948508 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:21.948602 [ 4 ] {0661af46-8efc-4fbb-a9fb-407ad1af78b2} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:21.948656 [ 4 ] {0661af46-8efc-4fbb-a9fb-407ad1af78b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:21.949454 [ 4 ] {0661af46-8efc-4fbb-a9fb-407ad1af78b2} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.949492 [ 4 ] {0661af46-8efc-4fbb-a9fb-407ad1af78b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.950017 [ 4 ] {0661af46-8efc-4fbb-a9fb-407ad1af78b2} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.06 00:59:21.950239 [ 4 ] {0661af46-8efc-4fbb-a9fb-407ad1af78b2} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.950385 [ 4 ] {0661af46-8efc-4fbb-a9fb-407ad1af78b2} executeQuery: Read 16 rows, 29.36 KiB in 0.001801 sec., 8883.953359244864 rows/sec., 15.92 MiB/sec. 2025.11.06 00:59:21.950460 [ 4 ] {0661af46-8efc-4fbb-a9fb-407ad1af78b2} TCPHandler: Processed in 0.002001026 sec. 2025.11.06 00:59:21.950568 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:21.950663 [ 4 ] {9a3e3f3d-a1d6-42e4-94a5-727742a1dd38} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:21.950705 [ 4 ] {9a3e3f3d-a1d6-42e4-94a5-727742a1dd38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:21.951052 [ 4 ] {9a3e3f3d-a1d6-42e4-94a5-727742a1dd38} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:21.951087 [ 4 ] {9a3e3f3d-a1d6-42e4-94a5-727742a1dd38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:21.951391 [ 4 ] {9a3e3f3d-a1d6-42e4-94a5-727742a1dd38} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.06 00:59:21.951601 [ 4 ] {9a3e3f3d-a1d6-42e4-94a5-727742a1dd38} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:21.951732 [ 4 ] {9a3e3f3d-a1d6-42e4-94a5-727742a1dd38} executeQuery: Read 104 rows, 6.53 KiB in 0.001088 sec., 95588.23529411765 rows/sec., 5.86 MiB/sec. 2025.11.06 00:59:21.951769 [ 4 ] {9a3e3f3d-a1d6-42e4-94a5-727742a1dd38} TCPHandler: Processed in 0.001250292 sec. 2025.11.06 00:59:24.192936 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14901 2025.11.06 00:59:24.193472 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:24.193517 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:24.194001 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.06 00:59:24.194243 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:24.194385 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14901 2025.11.06 00:59:24.194381 [ 61 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.06 00:59:24.194461 [ 61 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:24.194481 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:24.194578 [ 197 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.11.06 00:59:24.194684 [ 197 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:24.194719 [ 197 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12469 rows starting from the beginning of the part 2025.11.06 00:59:24.194779 [ 197 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2025.11.06 00:59:24.194820 [ 197 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2025.11.06 00:59:24.194858 [ 197 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2025.11.06 00:59:24.194895 [ 197 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2025.11.06 00:59:24.194931 [ 197 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2025.11.06 00:59:24.196982 [ 199 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14901 rows, containing 4 columns (4 merged, 0 gathered) in 0.002443194 sec., 6098983.54367275 rows/sec., 87.25 MiB/sec. 2025.11.06 00:59:24.197226 [ 197 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.06 00:59:24.197467 [ 197 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:24.197538 [ 197 ] {da7d37b1-2830-4e77-92eb-98e857af18b3::all_1_31_6} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.06 00:59:24.197606 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.11.06 00:59:24.973153 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.11.06 00:59:24.991434 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:24.991503 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:24.997262 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.06 00:59:24.997989 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:24.998313 [ 53 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.06 00:59:24.998376 [ 53 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:24.998395 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:24.998487 [ 195 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.11.06 00:59:25.001358 [ 195 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:25.001614 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.11.06 00:59:25.002119 [ 195 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2025.11.06 00:59:25.005565 [ 195 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2025.11.06 00:59:25.009122 [ 195 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2025.11.06 00:59:25.013134 [ 195 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2025.11.06 00:59:25.017282 [ 195 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2025.11.06 00:59:25.021297 [ 195 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2025.11.06 00:59:25.075686 [ 197 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.077234705 sec., 3029.7260797461454 rows/sec., 15.67 MiB/sec. 2025.11.06 00:59:25.077593 [ 199 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.06 00:59:25.079425 [ 199 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:25.079524 [ 199 ] {99846bd9-424b-4993-a016-b840f1ac03ee::all_1_31_6} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.06 00:59:25.080838 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.11.06 00:59:26.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 274.07 MiB, peak 284.63 MiB, free memory in arenas 0.00 B, will set to 278.46 MiB (RSS), difference: 4.38 MiB 2025.11.06 00:59:26.921380 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:26.921563 [ 4 ] {19b2a5ec-60a8-4684-87b5-82bdb373ce3a} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:26.921630 [ 4 ] {19b2a5ec-60a8-4684-87b5-82bdb373ce3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:26.922296 [ 4 ] {19b2a5ec-60a8-4684-87b5-82bdb373ce3a} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:26.922344 [ 4 ] {19b2a5ec-60a8-4684-87b5-82bdb373ce3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:26.922750 [ 4 ] {19b2a5ec-60a8-4684-87b5-82bdb373ce3a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.06 00:59:26.922990 [ 4 ] {19b2a5ec-60a8-4684-87b5-82bdb373ce3a} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:26.923153 [ 4 ] {19b2a5ec-60a8-4684-87b5-82bdb373ce3a} executeQuery: Read 108 rows, 9.25 KiB in 0.001641 sec., 65813.52833638026 rows/sec., 5.50 MiB/sec. 2025.11.06 00:59:26.923197 [ 4 ] {19b2a5ec-60a8-4684-87b5-82bdb373ce3a} TCPHandler: Processed in 0.001966204 sec. 2025.11.06 00:59:26.923319 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:26.923415 [ 4 ] {f10c39db-10d6-4be3-b53b-90571305f371} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:26.923456 [ 4 ] {f10c39db-10d6-4be3-b53b-90571305f371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:26.923860 [ 4 ] {f10c39db-10d6-4be3-b53b-90571305f371} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:26.923897 [ 4 ] {f10c39db-10d6-4be3-b53b-90571305f371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:26.924197 [ 4 ] {f10c39db-10d6-4be3-b53b-90571305f371} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.06 00:59:26.924398 [ 4 ] {f10c39db-10d6-4be3-b53b-90571305f371} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:26.924527 [ 4 ] {f10c39db-10d6-4be3-b53b-90571305f371} executeQuery: Read 26 rows, 1.96 KiB in 0.001132 sec., 22968.197879858657 rows/sec., 1.69 MiB/sec. 2025.11.06 00:59:26.924566 [ 4 ] {f10c39db-10d6-4be3-b53b-90571305f371} TCPHandler: Processed in 0.001297903 sec. 2025.11.06 00:59:26.924668 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:26.924759 [ 4 ] {04826f7d-b535-4438-b977-e75c8f7b220e} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:26.924798 [ 4 ] {04826f7d-b535-4438-b977-e75c8f7b220e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:26.925179 [ 4 ] {04826f7d-b535-4438-b977-e75c8f7b220e} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:26.925214 [ 4 ] {04826f7d-b535-4438-b977-e75c8f7b220e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:26.925515 [ 4 ] {04826f7d-b535-4438-b977-e75c8f7b220e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.06 00:59:26.925784 [ 4 ] {04826f7d-b535-4438-b977-e75c8f7b220e} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:26.925919 [ 4 ] {04826f7d-b535-4438-b977-e75c8f7b220e} executeQuery: Read 90 rows, 7.20 KiB in 0.001174 sec., 76660.98807495742 rows/sec., 5.99 MiB/sec. 2025.11.06 00:59:26.925958 [ 4 ] {04826f7d-b535-4438-b977-e75c8f7b220e} TCPHandler: Processed in 0.001339854 sec. 2025.11.06 00:59:26.926075 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:26.926170 [ 4 ] {60234714-dc3a-4edf-b9d8-c1a4748ebb04} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:26.926215 [ 4 ] {60234714-dc3a-4edf-b9d8-c1a4748ebb04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:26.926620 [ 4 ] {60234714-dc3a-4edf-b9d8-c1a4748ebb04} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:26.926662 [ 4 ] {60234714-dc3a-4edf-b9d8-c1a4748ebb04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:26.927001 [ 4 ] {60234714-dc3a-4edf-b9d8-c1a4748ebb04} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.06 00:59:26.927224 [ 4 ] {60234714-dc3a-4edf-b9d8-c1a4748ebb04} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:26.927362 [ 4 ] {60234714-dc3a-4edf-b9d8-c1a4748ebb04} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2025.11.06 00:59:26.927402 [ 4 ] {60234714-dc3a-4edf-b9d8-c1a4748ebb04} TCPHandler: Processed in 0.001376995 sec. 2025.11.06 00:59:26.927515 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:26.927611 [ 4 ] {8a30e89a-77bc-4775-854c-c73cc466aea2} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:26.927666 [ 4 ] {8a30e89a-77bc-4775-854c-c73cc466aea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:26.928453 [ 4 ] {8a30e89a-77bc-4775-854c-c73cc466aea2} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:26.928490 [ 4 ] {8a30e89a-77bc-4775-854c-c73cc466aea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:26.929089 [ 4 ] {8a30e89a-77bc-4775-854c-c73cc466aea2} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.06 00:59:26.929315 [ 4 ] {8a30e89a-77bc-4775-854c-c73cc466aea2} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:26.929484 [ 4 ] {8a30e89a-77bc-4775-854c-c73cc466aea2} executeQuery: Read 26 rows, 47.71 KiB in 0.00189 sec., 13756.613756613757 rows/sec., 24.65 MiB/sec. 2025.11.06 00:59:26.929543 [ 4 ] {8a30e89a-77bc-4775-854c-c73cc466aea2} TCPHandler: Processed in 0.002077866 sec. 2025.11.06 00:59:26.929671 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:26.929771 [ 4 ] {7a684746-d9c3-4126-8a89-fe974534f289} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:26.929814 [ 4 ] {7a684746-d9c3-4126-8a89-fe974534f289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:26.930161 [ 4 ] {7a684746-d9c3-4126-8a89-fe974534f289} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:26.930198 [ 4 ] {7a684746-d9c3-4126-8a89-fe974534f289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:26.930522 [ 4 ] {7a684746-d9c3-4126-8a89-fe974534f289} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.06 00:59:26.930739 [ 4 ] {7a684746-d9c3-4126-8a89-fe974534f289} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:26.930883 [ 4 ] {7a684746-d9c3-4126-8a89-fe974534f289} executeQuery: Read 60 rows, 4.14 KiB in 0.001132 sec., 53003.5335689046 rows/sec., 3.57 MiB/sec. 2025.11.06 00:59:26.930922 [ 4 ] {7a684746-d9c3-4126-8a89-fe974534f289} TCPHandler: Processed in 0.001301373 sec. 2025.11.06 00:59:31.586654 [ 113 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:59:31.586722 [ 113 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:59:31.694548 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15349 2025.11.06 00:59:31.695155 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.695207 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.696019 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.06 00:59:31.696268 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.696398 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15349 2025.11.06 00:59:31.723329 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 986 2025.11.06 00:59:31.725667 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.725713 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.726949 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:59:31.727233 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.727607 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 986 2025.11.06 00:59:31.933223 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:31.933400 [ 4 ] {6f32077a-9f2f-437a-8bfc-7002b1f189ce} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:59:31.933469 [ 4 ] {6f32077a-9f2f-437a-8bfc-7002b1f189ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:59:31.934291 [ 4 ] {6f32077a-9f2f-437a-8bfc-7002b1f189ce} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.934340 [ 4 ] {6f32077a-9f2f-437a-8bfc-7002b1f189ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.934756 [ 4 ] {6f32077a-9f2f-437a-8bfc-7002b1f189ce} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:59:31.934991 [ 4 ] {6f32077a-9f2f-437a-8bfc-7002b1f189ce} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.935154 [ 4 ] {6f32077a-9f2f-437a-8bfc-7002b1f189ce} executeQuery: Read 410 rows, 26.63 KiB in 0.001801 sec., 227651.30483064963 rows/sec., 14.44 MiB/sec. 2025.11.06 00:59:31.935208 [ 4 ] {6f32077a-9f2f-437a-8bfc-7002b1f189ce} TCPHandler: Processed in 0.002117918 sec. 2025.11.06 00:59:31.935370 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:31.935473 [ 4 ] {bdf3168d-6b6c-4393-af98-af7d61d4bd20} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:31.935516 [ 4 ] {bdf3168d-6b6c-4393-af98-af7d61d4bd20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:31.936486 [ 4 ] {bdf3168d-6b6c-4393-af98-af7d61d4bd20} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.936525 [ 4 ] {bdf3168d-6b6c-4393-af98-af7d61d4bd20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.936911 [ 4 ] {bdf3168d-6b6c-4393-af98-af7d61d4bd20} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.06 00:59:31.937124 [ 4 ] {bdf3168d-6b6c-4393-af98-af7d61d4bd20} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.937253 [ 110 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.06 00:59:31.937262 [ 4 ] {bdf3168d-6b6c-4393-af98-af7d61d4bd20} executeQuery: Read 1144 rows, 92.99 KiB in 0.001813 sec., 630998.3452840596 rows/sec., 50.09 MiB/sec. 2025.11.06 00:59:31.937331 [ 110 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.937347 [ 4 ] {bdf3168d-6b6c-4393-af98-af7d61d4bd20} TCPHandler: Processed in 0.002029356 sec. 2025.11.06 00:59:31.937362 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.937462 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.11.06 00:59:31.937480 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:31.937554 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:31.937578 [ 4 ] {9a4cee13-3df8-44f3-a725-900eac10d6b3} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:31.937582 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2345 rows starting from the beginning of the part 2025.11.06 00:59:31.937619 [ 4 ] {9a4cee13-3df8-44f3-a725-900eac10d6b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:31.937646 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:59:31.937690 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 108 rows starting from the beginning of the part 2025.11.06 00:59:31.937731 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:59:31.937770 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 108 rows starting from the beginning of the part 2025.11.06 00:59:31.937810 [ 193 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:59:31.938116 [ 4 ] {9a4cee13-3df8-44f3-a725-900eac10d6b3} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.938151 [ 4 ] {9a4cee13-3df8-44f3-a725-900eac10d6b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.938592 [ 4 ] {9a4cee13-3df8-44f3-a725-900eac10d6b3} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.06 00:59:31.938820 [ 4 ] {9a4cee13-3df8-44f3-a725-900eac10d6b3} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.938958 [ 4 ] {9a4cee13-3df8-44f3-a725-900eac10d6b3} executeQuery: Read 221 rows, 13.52 KiB in 0.001402 sec., 157631.95435092723 rows/sec., 9.42 MiB/sec. 2025.11.06 00:59:31.938996 [ 4 ] {9a4cee13-3df8-44f3-a725-900eac10d6b3} TCPHandler: Processed in 0.001566738 sec. 2025.11.06 00:59:31.939112 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:31.939206 [ 4 ] {2334a1c9-a291-4514-8ce5-7ddfcc78d2b8} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:59:31.939244 [ 4 ] {2334a1c9-a291-4514-8ce5-7ddfcc78d2b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:59:31.939734 [ 4 ] {2334a1c9-a291-4514-8ce5-7ddfcc78d2b8} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.939770 [ 4 ] {2334a1c9-a291-4514-8ce5-7ddfcc78d2b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.939930 [ 199 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 5993 rows, containing 5 columns (5 merged, 0 gathered) in 0.002502164 sec., 2395126.7782607377 rows/sec., 201.19 MiB/sec. 2025.11.06 00:59:31.940085 [ 4 ] {2334a1c9-a291-4514-8ce5-7ddfcc78d2b8} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.06 00:59:31.940303 [ 199 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.06 00:59:31.940313 [ 4 ] {2334a1c9-a291-4514-8ce5-7ddfcc78d2b8} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.940462 [ 4 ] {2334a1c9-a291-4514-8ce5-7ddfcc78d2b8} executeQuery: Read 212 rows, 14.00 KiB in 0.001276 sec., 166144.20062695924 rows/sec., 10.71 MiB/sec. 2025.11.06 00:59:31.940501 [ 4 ] {2334a1c9-a291-4514-8ce5-7ddfcc78d2b8} TCPHandler: Processed in 0.001437936 sec. 2025.11.06 00:59:31.940615 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:31.940669 [ 199 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.940710 [ 4 ] {b6c894f2-21d4-4865-acba-85b41616c621} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:59:31.940774 [ 199 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_46_9} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.06 00:59:31.940787 [ 4 ] {b6c894f2-21d4-4865-acba-85b41616c621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:59:31.940907 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.11.06 00:59:31.941275 [ 4 ] {b6c894f2-21d4-4865-acba-85b41616c621} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.941316 [ 4 ] {b6c894f2-21d4-4865-acba-85b41616c621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.941625 [ 4 ] {b6c894f2-21d4-4865-acba-85b41616c621} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:59:31.941844 [ 4 ] {b6c894f2-21d4-4865-acba-85b41616c621} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.941977 [ 4 ] {b6c894f2-21d4-4865-acba-85b41616c621} executeQuery: Read 211 rows, 12.27 KiB in 0.001286 sec., 164074.65007776048 rows/sec., 9.32 MiB/sec. 2025.11.06 00:59:31.942039 [ 4 ] {b6c894f2-21d4-4865-acba-85b41616c621} TCPHandler: Processed in 0.001471756 sec. 2025.11.06 00:59:31.942145 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:31.942237 [ 4 ] {37400fe6-b10b-4c2a-b9d3-a0201ce76750} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:31.942277 [ 4 ] {37400fe6-b10b-4c2a-b9d3-a0201ce76750} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:31.943116 [ 4 ] {37400fe6-b10b-4c2a-b9d3-a0201ce76750} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.943158 [ 4 ] {37400fe6-b10b-4c2a-b9d3-a0201ce76750} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.943654 [ 4 ] {37400fe6-b10b-4c2a-b9d3-a0201ce76750} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.06 00:59:31.943949 [ 4 ] {37400fe6-b10b-4c2a-b9d3-a0201ce76750} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.944085 [ 110 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.06 00:59:31.944120 [ 4 ] {37400fe6-b10b-4c2a-b9d3-a0201ce76750} executeQuery: Read 695 rows, 49.75 KiB in 0.001899 sec., 365982.09583991574 rows/sec., 25.58 MiB/sec. 2025.11.06 00:59:31.944132 [ 110 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.944167 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.944178 [ 4 ] {37400fe6-b10b-4c2a-b9d3-a0201ce76750} TCPHandler: Processed in 0.002082397 sec. 2025.11.06 00:59:31.944261 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.11.06 00:59:31.944326 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:31.944359 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:31.944392 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1213 rows starting from the beginning of the part 2025.11.06 00:59:31.944442 [ 4 ] {3342cf4d-38d1-4243-9357-6fbc958807ee} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:59:31.944453 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 695 rows starting from the beginning of the part 2025.11.06 00:59:31.944497 [ 4 ] {3342cf4d-38d1-4243-9357-6fbc958807ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:59:31.944516 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 90 rows starting from the beginning of the part 2025.11.06 00:59:31.944569 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 695 rows starting from the beginning of the part 2025.11.06 00:59:31.944621 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 90 rows starting from the beginning of the part 2025.11.06 00:59:31.944673 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 695 rows starting from the beginning of the part 2025.11.06 00:59:31.944901 [ 4 ] {3342cf4d-38d1-4243-9357-6fbc958807ee} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.944936 [ 4 ] {3342cf4d-38d1-4243-9357-6fbc958807ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.945275 [ 4 ] {3342cf4d-38d1-4243-9357-6fbc958807ee} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:59:31.945490 [ 4 ] {3342cf4d-38d1-4243-9357-6fbc958807ee} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.945622 [ 4 ] {3342cf4d-38d1-4243-9357-6fbc958807ee} executeQuery: Read 6 rows, 321.00 B in 0.001212 sec., 4950.495049504951 rows/sec., 258.64 KiB/sec. 2025.11.06 00:59:31.945659 [ 4 ] {3342cf4d-38d1-4243-9357-6fbc958807ee} TCPHandler: Processed in 0.001395715 sec. 2025.11.06 00:59:31.945773 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:31.945868 [ 4 ] {c235bb5c-b05a-4796-9b25-ceb94481cce4} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:31.945911 [ 4 ] {c235bb5c-b05a-4796-9b25-ceb94481cce4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:31.946365 [ 4 ] {c235bb5c-b05a-4796-9b25-ceb94481cce4} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.946401 [ 199 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3478 rows, containing 5 columns (5 merged, 0 gathered) in 0.002178469 sec., 1596534.0796678767 rows/sec., 119.36 MiB/sec. 2025.11.06 00:59:31.946409 [ 4 ] {c235bb5c-b05a-4796-9b25-ceb94481cce4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.946622 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.06 00:59:31.946807 [ 4 ] {c235bb5c-b05a-4796-9b25-ceb94481cce4} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.06 00:59:31.946932 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.947017 [ 193 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_46_9} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.06 00:59:31.947024 [ 4 ] {c235bb5c-b05a-4796-9b25-ceb94481cce4} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.947094 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.06 00:59:31.947143 [ 110 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.06 00:59:31.947160 [ 4 ] {c235bb5c-b05a-4796-9b25-ceb94481cce4} executeQuery: Read 314 rows, 21.12 KiB in 0.001311 sec., 239511.82303585048 rows/sec., 15.73 MiB/sec. 2025.11.06 00:59:31.947182 [ 110 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.947207 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.947212 [ 4 ] {c235bb5c-b05a-4796-9b25-ceb94481cce4} TCPHandler: Processed in 0.001488256 sec. 2025.11.06 00:59:31.947291 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.11.06 00:59:31.947335 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:31.947387 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:31.947420 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14810 rows starting from the beginning of the part 2025.11.06 00:59:31.947429 [ 4 ] {3ca1230f-4fc2-4966-a09a-71a9d8012ed9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:59:31.947474 [ 4 ] {3ca1230f-4fc2-4966-a09a-71a9d8012ed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:59:31.947482 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 314 rows starting from the beginning of the part 2025.11.06 00:59:31.947535 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2025.11.06 00:59:31.947584 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 314 rows starting from the beginning of the part 2025.11.06 00:59:31.947630 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2025.11.06 00:59:31.947678 [ 193 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 314 rows starting from the beginning of the part 2025.11.06 00:59:31.947789 [ 4 ] {3ca1230f-4fc2-4966-a09a-71a9d8012ed9} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.947824 [ 4 ] {3ca1230f-4fc2-4966-a09a-71a9d8012ed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.948132 [ 4 ] {3ca1230f-4fc2-4966-a09a-71a9d8012ed9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.06 00:59:31.948355 [ 4 ] {3ca1230f-4fc2-4966-a09a-71a9d8012ed9} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.948488 [ 4 ] {3ca1230f-4fc2-4966-a09a-71a9d8012ed9} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2025.11.06 00:59:31.948525 [ 4 ] {3ca1230f-4fc2-4966-a09a-71a9d8012ed9} TCPHandler: Processed in 0.001239242 sec. 2025.11.06 00:59:31.948636 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:31.948730 [ 4 ] {409a0cb5-ece4-4cfe-9e28-f9a3371a81c9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:31.948784 [ 4 ] {409a0cb5-ece4-4cfe-9e28-f9a3371a81c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:31.949634 [ 4 ] {409a0cb5-ece4-4cfe-9e28-f9a3371a81c9} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.949671 [ 4 ] {409a0cb5-ece4-4cfe-9e28-f9a3371a81c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.950475 [ 4 ] {409a0cb5-ece4-4cfe-9e28-f9a3371a81c9} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.06 00:59:31.950814 [ 4 ] {409a0cb5-ece4-4cfe-9e28-f9a3371a81c9} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.951013 [ 4 ] {409a0cb5-ece4-4cfe-9e28-f9a3371a81c9} executeQuery: Read 16 rows, 29.36 KiB in 0.002299 sec., 6959.547629404089 rows/sec., 12.47 MiB/sec. 2025.11.06 00:59:31.951117 [ 4 ] {409a0cb5-ece4-4cfe-9e28-f9a3371a81c9} TCPHandler: Processed in 0.002528525 sec. 2025.11.06 00:59:31.951258 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:31.951371 [ 4 ] {55afa62a-b7ae-4518-b3e4-506526ddba4d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:31.951420 [ 4 ] {55afa62a-b7ae-4518-b3e4-506526ddba4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:31.951866 [ 4 ] {55afa62a-b7ae-4518-b3e4-506526ddba4d} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.951906 [ 4 ] {55afa62a-b7ae-4518-b3e4-506526ddba4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.952430 [ 4 ] {55afa62a-b7ae-4518-b3e4-506526ddba4d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.06 00:59:31.952729 [ 4 ] {55afa62a-b7ae-4518-b3e4-506526ddba4d} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.952870 [ 111 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.06 00:59:31.952901 [ 4 ] {55afa62a-b7ae-4518-b3e4-506526ddba4d} executeQuery: Read 104 rows, 6.53 KiB in 0.001554 sec., 66924.06692406692 rows/sec., 4.10 MiB/sec. 2025.11.06 00:59:31.952913 [ 111 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:31.952947 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:31.952957 [ 4 ] {55afa62a-b7ae-4518-b3e4-506526ddba4d} TCPHandler: Processed in 0.001758331 sec. 2025.11.06 00:59:31.953031 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.11.06 00:59:31.953125 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 16072 rows, containing 5 columns (5 merged, 0 gathered) in 0.005869484 sec., 2738230.4815891823 rows/sec., 183.15 MiB/sec. 2025.11.06 00:59:31.953142 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:31.953185 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3208 rows starting from the beginning of the part 2025.11.06 00:59:31.953247 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 104 rows starting from the beginning of the part 2025.11.06 00:59:31.953291 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2025.11.06 00:59:31.953329 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 104 rows starting from the beginning of the part 2025.11.06 00:59:31.953367 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2025.11.06 00:59:31.953405 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 104 rows starting from the beginning of the part 2025.11.06 00:59:31.953767 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.06 00:59:31.954088 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.954175 [ 194 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_46_9} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.06 00:59:31.954272 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. 2025.11.06 00:59:31.954843 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3640 rows, containing 4 columns (4 merged, 0 gathered) in 0.001848763 sec., 1968884.0592331197 rows/sec., 124.73 MiB/sec. 2025.11.06 00:59:31.955231 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.06 00:59:31.955513 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:31.955590 [ 202 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_46_9} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.06 00:59:31.955670 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.06 00:59:32.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 279.37 MiB, peak 286.73 MiB, free memory in arenas 0.00 B, will set to 281.48 MiB (RSS), difference: 2.11 MiB 2025.11.06 00:59:32.001311 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000877496 sec. 2025.11.06 00:59:32.501691 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.11.06 00:59:32.517469 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:32.517524 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:32.523279 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.06 00:59:32.523987 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:32.526692 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.11.06 00:59:35.846565 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44499 2025.11.06 00:59:35.846685 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:35.846713 [ 290 ] {} TCP-Session: dd16a01a-99a7-4064-860f-22fca2f7d7c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:44499 2025.11.06 00:59:35.846736 [ 290 ] {} TCP-Session: dd16a01a-99a7-4064-860f-22fca2f7d7c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.846749 [ 290 ] {} TCP-Session: dd16a01a-99a7-4064-860f-22fca2f7d7c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.846988 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59095 2025.11.06 00:59:35.847048 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54451 2025.11.06 00:59:35.847087 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61204 2025.11.06 00:59:35.847106 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:35.847098 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34274 2025.11.06 00:59:35.847138 [ 291 ] {} TCP-Session: 28487d81-2912-4bae-9226-de0277434d13 Authenticating user 'default' from [fd00:1122:3344:101::e]:59095 2025.11.06 00:59:35.847120 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35552 2025.11.06 00:59:35.847184 [ 291 ] {} TCP-Session: 28487d81-2912-4bae-9226-de0277434d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.847169 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:35.847211 [ 291 ] {} TCP-Session: 28487d81-2912-4bae-9226-de0277434d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.847117 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34739 2025.11.06 00:59:35.847233 [ 286 ] {} TCP-Session: 6153e046-626c-4ed4-8a0f-a91237f939a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:61204 2025.11.06 00:59:35.847057 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57462 2025.11.06 00:59:35.847279 [ 286 ] {} TCP-Session: 6153e046-626c-4ed4-8a0f-a91237f939a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.847052 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51032 2025.11.06 00:59:35.847338 [ 286 ] {} TCP-Session: 6153e046-626c-4ed4-8a0f-a91237f939a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.847088 [ 290 ] {} TCP-Session: dd16a01a-99a7-4064-860f-22fca2f7d7c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:35.847408 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:35.847448 [ 292 ] {} TCP-Session: c1db749a-9cdd-465a-afc3-709f9153faa6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54451 2025.11.06 00:59:35.847471 [ 292 ] {} TCP-Session: c1db749a-9cdd-465a-afc3-709f9153faa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.847485 [ 292 ] {} TCP-Session: c1db749a-9cdd-465a-afc3-709f9153faa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.847560 [ 290 ] {7c8ad711-5124-4dda-bb6f-658748acdd8c} executeQuery: (from [fd00:1122:3344:101::e]:44499) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:59:35.847667 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:35.847702 [ 288 ] {} TCP-Session: 1f6d767f-61a3-4117-9ad4-bf3b87df3837 Authenticating user 'default' from [fd00:1122:3344:101::e]:34739 2025.11.06 00:59:35.847720 [ 288 ] {} TCP-Session: 1f6d767f-61a3-4117-9ad4-bf3b87df3837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.847736 [ 288 ] {} TCP-Session: 1f6d767f-61a3-4117-9ad4-bf3b87df3837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.847786 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:35.847821 [ 294 ] {} TCP-Session: 5eff68a3-0492-4c18-bdf4-ea3a758ff9f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:57462 2025.11.06 00:59:35.847839 [ 294 ] {} TCP-Session: 5eff68a3-0492-4c18-bdf4-ea3a758ff9f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.847852 [ 294 ] {} TCP-Session: 5eff68a3-0492-4c18-bdf4-ea3a758ff9f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.847884 [ 290 ] {7c8ad711-5124-4dda-bb6f-658748acdd8c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:59:35.847963 [ 290 ] {7c8ad711-5124-4dda-bb6f-658748acdd8c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:59:35.848153 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:35.848193 [ 293 ] {} TCP-Session: b6854abb-aa30-4a72-ba7b-ec690b8502ce Authenticating user 'default' from [fd00:1122:3344:101::e]:51032 2025.11.06 00:59:35.848220 [ 293 ] {} TCP-Session: b6854abb-aa30-4a72-ba7b-ec690b8502ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.848234 [ 293 ] {} TCP-Session: b6854abb-aa30-4a72-ba7b-ec690b8502ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.848263 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:35.848296 [ 289 ] {} TCP-Session: 672c88a7-fc34-4f4f-89df-d88e9004af09 Authenticating user 'default' from [fd00:1122:3344:101::e]:35552 2025.11.06 00:59:35.848312 [ 289 ] {} TCP-Session: 672c88a7-fc34-4f4f-89df-d88e9004af09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.848324 [ 289 ] {} TCP-Session: 672c88a7-fc34-4f4f-89df-d88e9004af09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.848389 [ 290 ] {7c8ad711-5124-4dda-bb6f-658748acdd8c} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:59:35.848464 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:35.848500 [ 287 ] {} TCP-Session: f06d5df0-da2a-471b-837a-b93844fa58b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:34274 2025.11.06 00:59:35.848517 [ 287 ] {} TCP-Session: f06d5df0-da2a-471b-837a-b93844fa58b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.848530 [ 287 ] {} TCP-Session: f06d5df0-da2a-471b-837a-b93844fa58b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.849602 [ 299 ] {7c8ad711-5124-4dda-bb6f-658748acdd8c} AggregatingTransform: Aggregating 2025.11.06 00:59:35.849652 [ 299 ] {7c8ad711-5124-4dda-bb6f-658748acdd8c} Aggregator: Aggregation method: without_key 2025.11.06 00:59:35.849688 [ 299 ] {7c8ad711-5124-4dda-bb6f-658748acdd8c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.0011571 sec. (864.230 rows/sec., 33.76 KiB/sec.) 2025.11.06 00:59:35.849707 [ 299 ] {7c8ad711-5124-4dda-bb6f-658748acdd8c} Aggregator: Merging aggregated data 2025.11.06 00:59:35.851206 [ 290 ] {7c8ad711-5124-4dda-bb6f-658748acdd8c} executeQuery: Read 1 rows, 40.00 B in 0.003707 sec., 269.75991367682764 rows/sec., 10.54 KiB/sec. 2025.11.06 00:59:35.851359 [ 290 ] {7c8ad711-5124-4dda-bb6f-658748acdd8c} TCPHandler: Processed in 0.004381727 sec. 2025.11.06 00:59:35.851491 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:35.851520 [ 290 ] {} TCP-Session: dd16a01a-99a7-4064-860f-22fca2f7d7c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.851522 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:35.851545 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:35.851567 [ 289 ] {} TCP-Session: 672c88a7-fc34-4f4f-89df-d88e9004af09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.851576 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:35.851590 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:35.851609 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:35.851628 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:35.851650 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:35.851660 [ 294 ] {} TCP-Session: 5eff68a3-0492-4c18-bdf4-ea3a758ff9f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.851704 [ 286 ] {} TCP-Session: 6153e046-626c-4ed4-8a0f-a91237f939a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.851717 [ 288 ] {} TCP-Session: 1f6d767f-61a3-4117-9ad4-bf3b87df3837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.851631 [ 287 ] {} TCP-Session: f06d5df0-da2a-471b-837a-b93844fa58b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.851593 [ 292 ] {} TCP-Session: c1db749a-9cdd-465a-afc3-709f9153faa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.851583 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:35.851644 [ 293 ] {} TCP-Session: b6854abb-aa30-4a72-ba7b-ec690b8502ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:35.851846 [ 291 ] {} TCP-Session: 28487d81-2912-4bae-9226-de0277434d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.922581 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49588 2025.11.06 00:59:36.922688 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.922714 [ 290 ] {} TCP-Session: 6db85e8e-4f8f-410c-8c2a-a31dd39a8f12 Authenticating user 'default' from [fd00:1122:3344:101::e]:49588 2025.11.06 00:59:36.922736 [ 290 ] {} TCP-Session: 6db85e8e-4f8f-410c-8c2a-a31dd39a8f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.922748 [ 290 ] {} TCP-Session: 6db85e8e-4f8f-410c-8c2a-a31dd39a8f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.922957 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40231 2025.11.06 00:59:36.922965 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46852 2025.11.06 00:59:36.923003 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58952 2025.11.06 00:59:36.923017 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48440 2025.11.06 00:59:36.923034 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57447 2025.11.06 00:59:36.923099 [ 290 ] {} TCP-Session: 6db85e8e-4f8f-410c-8c2a-a31dd39a8f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:36.923101 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.923076 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.923154 [ 286 ] {} TCP-Session: b39a40f8-2661-4050-af35-5248875b701d Authenticating user 'default' from [fd00:1122:3344:101::e]:58952 2025.11.06 00:59:36.923156 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.923174 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.923183 [ 286 ] {} TCP-Session: b39a40f8-2661-4050-af35-5248875b701d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923199 [ 287 ] {} TCP-Session: 73dec7f9-ee96-44b9-80cf-d366264509d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:48440 2025.11.06 00:59:36.923223 [ 286 ] {} TCP-Session: b39a40f8-2661-4050-af35-5248875b701d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923220 [ 294 ] {} TCP-Session: 62239b61-3116-4351-9c81-e6a8f89e89c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:57447 2025.11.06 00:59:36.923270 [ 290 ] {4349d2c8-1792-4b1a-a5fb-2b2d6c333344} executeQuery: (from [fd00:1122:3344:101::e]:49588) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:59:36.923262 [ 287 ] {} TCP-Session: 73dec7f9-ee96-44b9-80cf-d366264509d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923291 [ 294 ] {} TCP-Session: 62239b61-3116-4351-9c81-e6a8f89e89c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923321 [ 287 ] {} TCP-Session: 73dec7f9-ee96-44b9-80cf-d366264509d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923338 [ 294 ] {} TCP-Session: 62239b61-3116-4351-9c81-e6a8f89e89c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923177 [ 291 ] {} TCP-Session: 1a7d039c-7c91-47a8-9c0b-efbccebe50e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40231 2025.11.06 00:59:36.923032 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58818 2025.11.06 00:59:36.923394 [ 291 ] {} TCP-Session: 1a7d039c-7c91-47a8-9c0b-efbccebe50e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923026 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50429 2025.11.06 00:59:36.923429 [ 291 ] {} TCP-Session: 1a7d039c-7c91-47a8-9c0b-efbccebe50e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.922993 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62151 2025.11.06 00:59:36.923464 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.923501 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.923520 [ 289 ] {} TCP-Session: 97bd354e-81de-4026-be57-123cdbefadd6 Authenticating user 'default' from [fd00:1122:3344:101::e]:58818 2025.11.06 00:59:36.923103 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.923548 [ 290 ] {4349d2c8-1792-4b1a-a5fb-2b2d6c333344} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:59:36.923553 [ 289 ] {} TCP-Session: 97bd354e-81de-4026-be57-123cdbefadd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923547 [ 288 ] {} TCP-Session: cbdf459b-4461-42d0-824b-7e3ee69d0bdf Authenticating user 'default' from [fd00:1122:3344:101::e]:50429 2025.11.06 00:59:36.923614 [ 292 ] {} TCP-Session: a339edfe-81b8-490a-bee1-ef5d2e951388 Authenticating user 'default' from [fd00:1122:3344:101::e]:46852 2025.11.06 00:59:36.923633 [ 290 ] {4349d2c8-1792-4b1a-a5fb-2b2d6c333344} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:59:36.923658 [ 288 ] {} TCP-Session: cbdf459b-4461-42d0-824b-7e3ee69d0bdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923663 [ 292 ] {} TCP-Session: a339edfe-81b8-490a-bee1-ef5d2e951388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923686 [ 288 ] {} TCP-Session: cbdf459b-4461-42d0-824b-7e3ee69d0bdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923697 [ 292 ] {} TCP-Session: a339edfe-81b8-490a-bee1-ef5d2e951388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923615 [ 289 ] {} TCP-Session: 97bd354e-81de-4026-be57-123cdbefadd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923544 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.923772 [ 293 ] {} TCP-Session: f1ebacad-c1b0-4a23-9d87-74f120eb3d58 Authenticating user 'default' from [fd00:1122:3344:101::e]:62151 2025.11.06 00:59:36.923790 [ 293 ] {} TCP-Session: f1ebacad-c1b0-4a23-9d87-74f120eb3d58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923802 [ 293 ] {} TCP-Session: f1ebacad-c1b0-4a23-9d87-74f120eb3d58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.923947 [ 290 ] {4349d2c8-1792-4b1a-a5fb-2b2d6c333344} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:59:36.924910 [ 304 ] {4349d2c8-1792-4b1a-a5fb-2b2d6c333344} AggregatingTransform: Aggregating 2025.11.06 00:59:36.924951 [ 304 ] {4349d2c8-1792-4b1a-a5fb-2b2d6c333344} Aggregator: Aggregation method: without_key 2025.11.06 00:59:36.924989 [ 304 ] {4349d2c8-1792-4b1a-a5fb-2b2d6c333344} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000936516 sec. (1067.787 rows/sec., 41.71 KiB/sec.) 2025.11.06 00:59:36.925008 [ 304 ] {4349d2c8-1792-4b1a-a5fb-2b2d6c333344} Aggregator: Merging aggregated data 2025.11.06 00:59:36.926570 [ 290 ] {4349d2c8-1792-4b1a-a5fb-2b2d6c333344} executeQuery: Read 1 rows, 40.00 B in 0.003354 sec., 298.1514609421586 rows/sec., 11.65 KiB/sec. 2025.11.06 00:59:36.926779 [ 290 ] {4349d2c8-1792-4b1a-a5fb-2b2d6c333344} TCPHandler: Processed in 0.003794587 sec. 2025.11.06 00:59:36.926908 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.926939 [ 290 ] {} TCP-Session: 6db85e8e-4f8f-410c-8c2a-a31dd39a8f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.926940 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.926963 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.926979 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.926995 [ 291 ] {} TCP-Session: 1a7d039c-7c91-47a8-9c0b-efbccebe50e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.927018 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.927031 [ 293 ] {} TCP-Session: f1ebacad-c1b0-4a23-9d87-74f120eb3d58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.927037 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.927068 [ 287 ] {} TCP-Session: 73dec7f9-ee96-44b9-80cf-d366264509d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.927077 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.927091 [ 294 ] {} TCP-Session: 62239b61-3116-4351-9c81-e6a8f89e89c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.927058 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.927125 [ 289 ] {} TCP-Session: 97bd354e-81de-4026-be57-123cdbefadd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.927016 [ 292 ] {} TCP-Session: a339edfe-81b8-490a-bee1-ef5d2e951388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.927164 [ 286 ] {} TCP-Session: b39a40f8-2661-4050-af35-5248875b701d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.927000 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.927236 [ 288 ] {} TCP-Session: cbdf459b-4461-42d0-824b-7e3ee69d0bdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.949484 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50054 2025.11.06 00:59:36.949550 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.949573 [ 290 ] {} TCP-Session: 38fd68ae-7738-4e77-a1b5-e866c9194c9d Authenticating user 'default' from [fd00:1122:3344:101::e]:50054 2025.11.06 00:59:36.949594 [ 290 ] {} TCP-Session: 38fd68ae-7738-4e77-a1b5-e866c9194c9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.949608 [ 290 ] {} TCP-Session: 38fd68ae-7738-4e77-a1b5-e866c9194c9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.949784 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36986 2025.11.06 00:59:36.949801 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39369 2025.11.06 00:59:36.949827 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40614 2025.11.06 00:59:36.949851 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44486 2025.11.06 00:59:36.949861 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.949839 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40566 2025.11.06 00:59:36.949905 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.949909 [ 291 ] {} TCP-Session: 867b3494-c2d9-48cf-a85e-15538021ae91 Authenticating user 'default' from [fd00:1122:3344:101::e]:36986 2025.11.06 00:59:36.949944 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.949962 [ 291 ] {} TCP-Session: 867b3494-c2d9-48cf-a85e-15538021ae91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.949978 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.949992 [ 291 ] {} TCP-Session: 867b3494-c2d9-48cf-a85e-15538021ae91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.949990 [ 288 ] {} TCP-Session: 912dc960-aae5-4c6d-9841-657c3af7244a Authenticating user 'default' from [fd00:1122:3344:101::e]:44486 2025.11.06 00:59:36.950016 [ 287 ] {} TCP-Session: d6715ee6-829c-412d-b910-ebdd6b68d027 Authenticating user 'default' from [fd00:1122:3344:101::e]:40566 2025.11.06 00:59:36.950040 [ 288 ] {} TCP-Session: 912dc960-aae5-4c6d-9841-657c3af7244a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.950058 [ 287 ] {} TCP-Session: d6715ee6-829c-412d-b910-ebdd6b68d027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.950067 [ 288 ] {} TCP-Session: 912dc960-aae5-4c6d-9841-657c3af7244a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.950083 [ 287 ] {} TCP-Session: d6715ee6-829c-412d-b910-ebdd6b68d027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.949950 [ 286 ] {} TCP-Session: 3ea6ff5c-18a6-4465-afe4-a82bc6b35d99 Authenticating user 'default' from [fd00:1122:3344:101::e]:40614 2025.11.06 00:59:36.949900 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.950134 [ 286 ] {} TCP-Session: 3ea6ff5c-18a6-4465-afe4-a82bc6b35d99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.950159 [ 292 ] {} TCP-Session: bc2029f3-5e8d-469a-a3d6-3e1084cb4c01 Authenticating user 'default' from [fd00:1122:3344:101::e]:39369 2025.11.06 00:59:36.950167 [ 286 ] {} TCP-Session: 3ea6ff5c-18a6-4465-afe4-a82bc6b35d99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.950186 [ 292 ] {} TCP-Session: bc2029f3-5e8d-469a-a3d6-3e1084cb4c01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.949807 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51574 2025.11.06 00:59:36.950213 [ 292 ] {} TCP-Session: bc2029f3-5e8d-469a-a3d6-3e1084cb4c01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.949811 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55285 2025.11.06 00:59:36.949856 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54637 2025.11.06 00:59:36.950273 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.949827 [ 290 ] {} TCP-Session: 38fd68ae-7738-4e77-a1b5-e866c9194c9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:36.950322 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.950333 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.06 00:59:36.950351 [ 294 ] {} TCP-Session: 88053363-e79a-43dd-88bb-be40f319fbe7 Authenticating user 'default' from [fd00:1122:3344:101::e]:55285 2025.11.06 00:59:36.950364 [ 289 ] {} TCP-Session: 8cf02e31-379d-4274-81e6-666eaa109c6a Authenticating user 'default' from [fd00:1122:3344:101::e]:54637 2025.11.06 00:59:36.950375 [ 294 ] {} TCP-Session: 88053363-e79a-43dd-88bb-be40f319fbe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.950384 [ 289 ] {} TCP-Session: 8cf02e31-379d-4274-81e6-666eaa109c6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.950395 [ 294 ] {} TCP-Session: 88053363-e79a-43dd-88bb-be40f319fbe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.950401 [ 289 ] {} TCP-Session: 8cf02e31-379d-4274-81e6-666eaa109c6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.950324 [ 293 ] {} TCP-Session: df35daec-cceb-4896-9f9a-7fdb76121309 Authenticating user 'default' from [fd00:1122:3344:101::e]:51574 2025.11.06 00:59:36.950443 [ 293 ] {} TCP-Session: df35daec-cceb-4896-9f9a-7fdb76121309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.950448 [ 290 ] {4bef53e7-2b4d-449b-bfab-117fc820aaf3} executeQuery: (from [fd00:1122:3344:101::e]:50054) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.06 00:59:36.950457 [ 293 ] {} TCP-Session: df35daec-cceb-4896-9f9a-7fdb76121309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.950643 [ 290 ] {4bef53e7-2b4d-449b-bfab-117fc820aaf3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.06 00:59:36.950692 [ 290 ] {4bef53e7-2b4d-449b-bfab-117fc820aaf3} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.06 00:59:36.950931 [ 290 ] {4bef53e7-2b4d-449b-bfab-117fc820aaf3} oximeter.version (75869ad9-9fbb-4e8a-88e6-8a002d0d387e) (SelectExecutor): Key condition: unknown 2025.11.06 00:59:36.951700 [ 326 ] {4bef53e7-2b4d-449b-bfab-117fc820aaf3} AggregatingTransform: Aggregating 2025.11.06 00:59:36.951744 [ 326 ] {4bef53e7-2b4d-449b-bfab-117fc820aaf3} Aggregator: Aggregation method: without_key 2025.11.06 00:59:36.951774 [ 326 ] {4bef53e7-2b4d-449b-bfab-117fc820aaf3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000758974 sec. (1317.568 rows/sec., 51.47 KiB/sec.) 2025.11.06 00:59:36.951793 [ 326 ] {4bef53e7-2b4d-449b-bfab-117fc820aaf3} Aggregator: Merging aggregated data 2025.11.06 00:59:36.953271 [ 290 ] {4bef53e7-2b4d-449b-bfab-117fc820aaf3} executeQuery: Read 1 rows, 40.00 B in 0.002866 sec., 348.91835310537334 rows/sec., 13.63 KiB/sec. 2025.11.06 00:59:36.953378 [ 290 ] {4bef53e7-2b4d-449b-bfab-117fc820aaf3} TCPHandler: Processed in 0.003615894 sec. 2025.11.06 00:59:36.953499 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.953527 [ 290 ] {} TCP-Session: 38fd68ae-7738-4e77-a1b5-e866c9194c9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.953527 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.953545 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.953571 [ 289 ] {} TCP-Session: 8cf02e31-379d-4274-81e6-666eaa109c6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.953576 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.953594 [ 291 ] {} TCP-Session: 867b3494-c2d9-48cf-a85e-15538021ae91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.953597 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.953621 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.953640 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.953653 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.953666 [ 293 ] {} TCP-Session: df35daec-cceb-4896-9f9a-7fdb76121309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.953685 [ 286 ] {} TCP-Session: 3ea6ff5c-18a6-4465-afe4-a82bc6b35d99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.953706 [ 288 ] {} TCP-Session: 912dc960-aae5-4c6d-9841-657c3af7244a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.953655 [ 287 ] {} TCP-Session: d6715ee6-829c-412d-b910-ebdd6b68d027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.953559 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.06 00:59:36.953626 [ 294 ] {} TCP-Session: 88053363-e79a-43dd-88bb-be40f319fbe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.953793 [ 292 ] {} TCP-Session: bc2029f3-5e8d-469a-a3d6-3e1084cb4c01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.06 00:59:36.955884 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:36.956035 [ 4 ] {d2e26e1f-e5a9-43c0-802b-1d6f9a5109e1} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:36.956099 [ 4 ] {d2e26e1f-e5a9-43c0-802b-1d6f9a5109e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:36.957688 [ 4 ] {d2e26e1f-e5a9-43c0-802b-1d6f9a5109e1} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:36.957735 [ 4 ] {d2e26e1f-e5a9-43c0-802b-1d6f9a5109e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:36.958216 [ 4 ] {d2e26e1f-e5a9-43c0-802b-1d6f9a5109e1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.06 00:59:36.958439 [ 4 ] {d2e26e1f-e5a9-43c0-802b-1d6f9a5109e1} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:36.958589 [ 4 ] {d2e26e1f-e5a9-43c0-802b-1d6f9a5109e1} executeQuery: Read 1248 rows, 105.36 KiB in 0.002602 sec., 479631.053036126 rows/sec., 39.54 MiB/sec. 2025.11.06 00:59:36.958633 [ 4 ] {d2e26e1f-e5a9-43c0-802b-1d6f9a5109e1} TCPHandler: Processed in 0.002864051 sec. 2025.11.06 00:59:36.958763 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:36.958858 [ 4 ] {fd48d3f3-5b02-4237-a395-057c9e3c3b45} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:36.958900 [ 4 ] {fd48d3f3-5b02-4237-a395-057c9e3c3b45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:36.959323 [ 4 ] {fd48d3f3-5b02-4237-a395-057c9e3c3b45} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:36.959360 [ 4 ] {fd48d3f3-5b02-4237-a395-057c9e3c3b45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:36.959659 [ 4 ] {fd48d3f3-5b02-4237-a395-057c9e3c3b45} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.06 00:59:36.959865 [ 4 ] {fd48d3f3-5b02-4237-a395-057c9e3c3b45} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:36.960002 [ 4 ] {fd48d3f3-5b02-4237-a395-057c9e3c3b45} executeQuery: Read 26 rows, 1.96 KiB in 0.001163 sec., 22355.97592433362 rows/sec., 1.64 MiB/sec. 2025.11.06 00:59:36.960039 [ 4 ] {fd48d3f3-5b02-4237-a395-057c9e3c3b45} TCPHandler: Processed in 0.001325473 sec. 2025.11.06 00:59:36.960138 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:36.960230 [ 4 ] {aa58a8b9-3a83-4309-bf8e-0ae3fa0bbff9} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:59:36.960270 [ 4 ] {aa58a8b9-3a83-4309-bf8e-0ae3fa0bbff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:59:36.960797 [ 4 ] {aa58a8b9-3a83-4309-bf8e-0ae3fa0bbff9} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:36.960834 [ 4 ] {aa58a8b9-3a83-4309-bf8e-0ae3fa0bbff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:36.961135 [ 4 ] {aa58a8b9-3a83-4309-bf8e-0ae3fa0bbff9} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.06 00:59:36.961343 [ 4 ] {aa58a8b9-3a83-4309-bf8e-0ae3fa0bbff9} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:36.961470 [ 106 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.06 00:59:36.961497 [ 4 ] {aa58a8b9-3a83-4309-bf8e-0ae3fa0bbff9} executeQuery: Read 228 rows, 15.81 KiB in 0.001284 sec., 177570.09345794393 rows/sec., 12.02 MiB/sec. 2025.11.06 00:59:36.961527 [ 106 ] {} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:36.961550 [ 4 ] {aa58a8b9-3a83-4309-bf8e-0ae3fa0bbff9} TCPHandler: Processed in 0.001460116 sec. 2025.11.06 00:59:36.961562 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:36.961699 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:36.961699 [ 190 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.11.06 00:59:36.961810 [ 4 ] {bcc49572-f71b-4b1f-a4a4-aefbd30d0854} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:36.961863 [ 4 ] {bcc49572-f71b-4b1f-a4a4-aefbd30d0854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:36.961883 [ 190 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:36.961933 [ 190 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 440 rows starting from the beginning of the part 2025.11.06 00:59:36.962046 [ 190 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 228 rows starting from the beginning of the part 2025.11.06 00:59:36.962118 [ 190 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part 2025.11.06 00:59:36.962182 [ 190 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part 2025.11.06 00:59:36.962241 [ 190 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part 2025.11.06 00:59:36.962297 [ 190 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 228 rows starting from the beginning of the part 2025.11.06 00:59:36.962832 [ 4 ] {bcc49572-f71b-4b1f-a4a4-aefbd30d0854} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:36.962883 [ 4 ] {bcc49572-f71b-4b1f-a4a4-aefbd30d0854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:36.963700 [ 4 ] {bcc49572-f71b-4b1f-a4a4-aefbd30d0854} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.06 00:59:36.963921 [ 202 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1532 rows, containing 5 columns (5 merged, 0 gathered) in 0.00227824 sec., 672448.9079289276 rows/sec., 46.90 MiB/sec. 2025.11.06 00:59:36.964066 [ 4 ] {bcc49572-f71b-4b1f-a4a4-aefbd30d0854} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:36.964162 [ 202 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.06 00:59:36.964259 [ 4 ] {bcc49572-f71b-4b1f-a4a4-aefbd30d0854} executeQuery: Read 546 rows, 41.49 KiB in 0.00247 sec., 221052.63157894736 rows/sec., 16.40 MiB/sec. 2025.11.06 00:59:36.964316 [ 4 ] {bcc49572-f71b-4b1f-a4a4-aefbd30d0854} TCPHandler: Processed in 0.002676428 sec. 2025.11.06 00:59:36.964466 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:36.964519 [ 202 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:36.964577 [ 4 ] {6665d796-33b3-4485-be05-9f409cac1597} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:36.964622 [ 202 ] {a91d9587-d614-43c5-b161-50410e357997::all_1_31_6} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.06 00:59:36.964643 [ 4 ] {6665d796-33b3-4485-be05-9f409cac1597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:36.964728 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.11.06 00:59:36.965551 [ 4 ] {6665d796-33b3-4485-be05-9f409cac1597} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:36.965603 [ 4 ] {6665d796-33b3-4485-be05-9f409cac1597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:36.966156 [ 4 ] {6665d796-33b3-4485-be05-9f409cac1597} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.06 00:59:36.966478 [ 4 ] {6665d796-33b3-4485-be05-9f409cac1597} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:36.966662 [ 4 ] {6665d796-33b3-4485-be05-9f409cac1597} executeQuery: Read 844 rows, 58.17 KiB in 0.002108 sec., 400379.5066413662 rows/sec., 26.95 MiB/sec. 2025.11.06 00:59:36.966716 [ 4 ] {6665d796-33b3-4485-be05-9f409cac1597} TCPHandler: Processed in 0.002305811 sec. 2025.11.06 00:59:36.966859 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:36.966979 [ 4 ] {aec3c196-6169-4a9b-9721-51ae354a4d53} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:36.967055 [ 4 ] {aec3c196-6169-4a9b-9721-51ae354a4d53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:36.968246 [ 4 ] {aec3c196-6169-4a9b-9721-51ae354a4d53} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:36.968292 [ 4 ] {aec3c196-6169-4a9b-9721-51ae354a4d53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:36.969016 [ 4 ] {aec3c196-6169-4a9b-9721-51ae354a4d53} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.06 00:59:36.969247 [ 4 ] {aec3c196-6169-4a9b-9721-51ae354a4d53} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:36.969419 [ 4 ] {aec3c196-6169-4a9b-9721-51ae354a4d53} executeQuery: Read 26 rows, 47.71 KiB in 0.002464 sec., 10551.948051948051 rows/sec., 18.91 MiB/sec. 2025.11.06 00:59:36.969499 [ 4 ] {aec3c196-6169-4a9b-9721-51ae354a4d53} TCPHandler: Processed in 0.002701697 sec. 2025.11.06 00:59:36.969619 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:36.969715 [ 4 ] {3287d8b2-da53-48f9-b291-88d83e7258ef} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:36.969757 [ 4 ] {3287d8b2-da53-48f9-b291-88d83e7258ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:36.970099 [ 4 ] {3287d8b2-da53-48f9-b291-88d83e7258ef} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:36.970133 [ 4 ] {3287d8b2-da53-48f9-b291-88d83e7258ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.11.06 00:59:36.970494 [ 4 ] {3287d8b2-da53-48f9-b291-88d83e7258ef} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.06 00:59:36.970783 [ 4 ] {3287d8b2-da53-48f9-b291-88d83e7258ef} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:36.970922 [ 4 ] {3287d8b2-da53-48f9-b291-88d83e7258ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001226 sec., 48939.64110929853 rows/sec., 3.30 MiB/sec. 2025.11.06 00:59:36.970959 [ 4 ] {3287d8b2-da53-48f9-b291-88d83e7258ef} TCPHandler: Processed in 0.001390604 sec. 2025.11.06 00:59:37.001228 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 283.04 MiB, peak 292.30 MiB, free memory in arenas 0.00 B, will set to 282.03 MiB (RSS), difference: -1.01 MiB 2025.11.06 00:59:39.197428 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15861 2025.11.06 00:59:39.197987 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:39.198063 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:39.198662 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.06 00:59:39.198909 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:39.199049 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15861 2025.11.06 00:59:40.027713 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.11.06 00:59:40.043990 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:40.044055 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:40.051260 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.06 00:59:40.052050 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:40.055836 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.11.06 00:59:41.728722 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1028 2025.11.06 00:59:41.731395 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.731454 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.732805 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:59:41.733099 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.733464 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1028 2025.11.06 00:59:41.932485 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:41.932666 [ 4 ] {0c95f1b4-b24f-4042-9a3a-f8ae21a93783} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:59:41.932732 [ 4 ] {0c95f1b4-b24f-4042-9a3a-f8ae21a93783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:59:41.933544 [ 4 ] {0c95f1b4-b24f-4042-9a3a-f8ae21a93783} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.933593 [ 4 ] {0c95f1b4-b24f-4042-9a3a-f8ae21a93783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.934032 [ 4 ] {0c95f1b4-b24f-4042-9a3a-f8ae21a93783} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:59:41.934267 [ 4 ] {0c95f1b4-b24f-4042-9a3a-f8ae21a93783} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.934425 [ 4 ] {0c95f1b4-b24f-4042-9a3a-f8ae21a93783} executeQuery: Read 410 rows, 26.63 KiB in 0.001809 sec., 226644.55500276395 rows/sec., 14.38 MiB/sec. 2025.11.06 00:59:41.934468 [ 4 ] {0c95f1b4-b24f-4042-9a3a-f8ae21a93783} TCPHandler: Processed in 0.002118748 sec. 2025.11.06 00:59:41.934612 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:41.934737 [ 4 ] {57c6bd1f-f6af-423e-94fa-3162a513b31b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:41.934788 [ 4 ] {57c6bd1f-f6af-423e-94fa-3162a513b31b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:41.935819 [ 4 ] {57c6bd1f-f6af-423e-94fa-3162a513b31b} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.935857 [ 4 ] {57c6bd1f-f6af-423e-94fa-3162a513b31b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.936279 [ 4 ] {57c6bd1f-f6af-423e-94fa-3162a513b31b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.06 00:59:41.936490 [ 4 ] {57c6bd1f-f6af-423e-94fa-3162a513b31b} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.936620 [ 4 ] {57c6bd1f-f6af-423e-94fa-3162a513b31b} executeQuery: Read 1144 rows, 92.99 KiB in 0.001908 sec., 599580.71278826 rows/sec., 47.59 MiB/sec. 2025.11.06 00:59:41.936659 [ 4 ] {57c6bd1f-f6af-423e-94fa-3162a513b31b} TCPHandler: Processed in 0.002109248 sec. 2025.11.06 00:59:41.936774 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:41.936868 [ 4 ] {2de93462-3603-4086-9292-2e5e6f1fa9f2} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:41.936907 [ 4 ] {2de93462-3603-4086-9292-2e5e6f1fa9f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:41.937385 [ 4 ] {2de93462-3603-4086-9292-2e5e6f1fa9f2} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.937421 [ 4 ] {2de93462-3603-4086-9292-2e5e6f1fa9f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.937734 [ 4 ] {2de93462-3603-4086-9292-2e5e6f1fa9f2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.06 00:59:41.937935 [ 4 ] {2de93462-3603-4086-9292-2e5e6f1fa9f2} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.938046 [ 99 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.06 00:59:41.938063 [ 4 ] {2de93462-3603-4086-9292-2e5e6f1fa9f2} executeQuery: Read 221 rows, 13.52 KiB in 0.001214 sec., 182042.83360790773 rows/sec., 10.87 MiB/sec. 2025.11.06 00:59:41.938113 [ 99 ] {} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.938122 [ 4 ] {2de93462-3603-4086-9292-2e5e6f1fa9f2} TCPHandler: Processed in 0.001396624 sec. 2025.11.06 00:59:41.938142 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.938246 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:41.938291 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.11.06 00:59:41.938343 [ 4 ] {aa83baab-44f9-4c77-ad88-ee258c831c96} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:59:41.938387 [ 4 ] {aa83baab-44f9-4c77-ad88-ee258c831c96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:59:41.938439 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:41.938483 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 265 rows starting from the beginning of the part 2025.11.06 00:59:41.938555 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 221 rows starting from the beginning of the part 2025.11.06 00:59:41.938608 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part 2025.11.06 00:59:41.938657 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 221 rows starting from the beginning of the part 2025.11.06 00:59:41.938707 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part 2025.11.06 00:59:41.938755 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 221 rows starting from the beginning of the part 2025.11.06 00:59:41.938901 [ 4 ] {aa83baab-44f9-4c77-ad88-ee258c831c96} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.938943 [ 4 ] {aa83baab-44f9-4c77-ad88-ee258c831c96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.939268 [ 4 ] {aa83baab-44f9-4c77-ad88-ee258c831c96} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.06 00:59:41.939486 [ 4 ] {aa83baab-44f9-4c77-ad88-ee258c831c96} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.939619 [ 4 ] {aa83baab-44f9-4c77-ad88-ee258c831c96} executeQuery: Read 212 rows, 14.00 KiB in 0.001294 sec., 163833.07573415764 rows/sec., 10.57 MiB/sec. 2025.11.06 00:59:41.939657 [ 4 ] {aa83baab-44f9-4c77-ad88-ee258c831c96} TCPHandler: Processed in 0.001460905 sec. 2025.11.06 00:59:41.939732 [ 202 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 980 rows, containing 5 columns (5 merged, 0 gathered) in 0.001496197 sec., 654993.9613566931 rows/sec., 42.44 MiB/sec. 2025.11.06 00:59:41.939782 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:41.939880 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.06 00:59:41.939902 [ 4 ] {e36b75fb-0356-4d89-b3e7-96e47c9ac9bf} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:59:41.939956 [ 4 ] {e36b75fb-0356-4d89-b3e7-96e47c9ac9bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:59:41.940135 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.940212 [ 186 ] {ff5700c8-c244-46fe-b67a-7ce2f9ba747d::all_1_46_9} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.06 00:59:41.940295 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.11.06 00:59:41.940465 [ 4 ] {e36b75fb-0356-4d89-b3e7-96e47c9ac9bf} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.940507 [ 4 ] {e36b75fb-0356-4d89-b3e7-96e47c9ac9bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.940840 [ 4 ] {e36b75fb-0356-4d89-b3e7-96e47c9ac9bf} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:59:41.941054 [ 4 ] {e36b75fb-0356-4d89-b3e7-96e47c9ac9bf} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.941198 [ 4 ] {e36b75fb-0356-4d89-b3e7-96e47c9ac9bf} executeQuery: Read 211 rows, 12.27 KiB in 0.00132 sec., 159848.48484848486 rows/sec., 9.08 MiB/sec. 2025.11.06 00:59:41.941237 [ 4 ] {e36b75fb-0356-4d89-b3e7-96e47c9ac9bf} TCPHandler: Processed in 0.001517306 sec. 2025.11.06 00:59:41.941344 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:41.941437 [ 4 ] {0898cd3c-6632-4ec2-a812-f92739bef2c6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:41.941477 [ 4 ] {0898cd3c-6632-4ec2-a812-f92739bef2c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:41.942147 [ 4 ] {0898cd3c-6632-4ec2-a812-f92739bef2c6} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.942186 [ 4 ] {0898cd3c-6632-4ec2-a812-f92739bef2c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.942523 [ 4 ] {0898cd3c-6632-4ec2-a812-f92739bef2c6} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.06 00:59:41.942737 [ 4 ] {0898cd3c-6632-4ec2-a812-f92739bef2c6} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.942867 [ 4 ] {0898cd3c-6632-4ec2-a812-f92739bef2c6} executeQuery: Read 695 rows, 49.75 KiB in 0.001448 sec., 479972.3756906077 rows/sec., 33.55 MiB/sec. 2025.11.06 00:59:41.942906 [ 4 ] {0898cd3c-6632-4ec2-a812-f92739bef2c6} TCPHandler: Processed in 0.001610729 sec. 2025.11.06 00:59:41.943017 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:41.943111 [ 4 ] {5632a73f-e457-4c76-af36-a4b8a6f65c14} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:59:41.943153 [ 4 ] {5632a73f-e457-4c76-af36-a4b8a6f65c14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:59:41.943474 [ 4 ] {5632a73f-e457-4c76-af36-a4b8a6f65c14} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.943509 [ 4 ] {5632a73f-e457-4c76-af36-a4b8a6f65c14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.943813 [ 4 ] {5632a73f-e457-4c76-af36-a4b8a6f65c14} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:59:41.944039 [ 4 ] {5632a73f-e457-4c76-af36-a4b8a6f65c14} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.944169 [ 4 ] {5632a73f-e457-4c76-af36-a4b8a6f65c14} executeQuery: Read 6 rows, 321.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 291.34 KiB/sec. 2025.11.06 00:59:41.944206 [ 4 ] {5632a73f-e457-4c76-af36-a4b8a6f65c14} TCPHandler: Processed in 0.001239552 sec. 2025.11.06 00:59:41.944326 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:41.944446 [ 4 ] {27cacbfa-d503-4c93-b2e7-2935de31691e} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:41.944498 [ 4 ] {27cacbfa-d503-4c93-b2e7-2935de31691e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:41.945063 [ 4 ] {27cacbfa-d503-4c93-b2e7-2935de31691e} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.945098 [ 4 ] {27cacbfa-d503-4c93-b2e7-2935de31691e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.945430 [ 4 ] {27cacbfa-d503-4c93-b2e7-2935de31691e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.06 00:59:41.945658 [ 4 ] {27cacbfa-d503-4c93-b2e7-2935de31691e} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.945787 [ 4 ] {27cacbfa-d503-4c93-b2e7-2935de31691e} executeQuery: Read 314 rows, 21.12 KiB in 0.001366 sec., 229868.22840409956 rows/sec., 15.10 MiB/sec. 2025.11.06 00:59:41.945823 [ 4 ] {27cacbfa-d503-4c93-b2e7-2935de31691e} TCPHandler: Processed in 0.001558138 sec. 2025.11.06 00:59:41.945934 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:41.946027 [ 4 ] {2925de77-98fe-4153-93dc-98b8ae643e2d} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:59:41.946070 [ 4 ] {2925de77-98fe-4153-93dc-98b8ae643e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:59:41.946381 [ 4 ] {2925de77-98fe-4153-93dc-98b8ae643e2d} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.946416 [ 4 ] {2925de77-98fe-4153-93dc-98b8ae643e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.946701 [ 4 ] {2925de77-98fe-4153-93dc-98b8ae643e2d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.06 00:59:41.946901 [ 4 ] {2925de77-98fe-4153-93dc-98b8ae643e2d} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.947030 [ 4 ] {2925de77-98fe-4153-93dc-98b8ae643e2d} executeQuery: Read 1 rows, 69.00 B in 0.00102 sec., 980.3921568627451 rows/sec., 66.06 KiB/sec. 2025.11.06 00:59:41.947065 [ 4 ] {2925de77-98fe-4153-93dc-98b8ae643e2d} TCPHandler: Processed in 0.00117974 sec. 2025.11.06 00:59:41.947162 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:41.947253 [ 4 ] {b07598ff-5c87-4ae5-bd0c-102bc1fb9025} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:41.947306 [ 4 ] {b07598ff-5c87-4ae5-bd0c-102bc1fb9025} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:41.948090 [ 4 ] {b07598ff-5c87-4ae5-bd0c-102bc1fb9025} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.948130 [ 4 ] {b07598ff-5c87-4ae5-bd0c-102bc1fb9025} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.948649 [ 4 ] {b07598ff-5c87-4ae5-bd0c-102bc1fb9025} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.06 00:59:41.948868 [ 4 ] {b07598ff-5c87-4ae5-bd0c-102bc1fb9025} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.948979 [ 99 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.06 00:59:41.949007 [ 4 ] {b07598ff-5c87-4ae5-bd0c-102bc1fb9025} executeQuery: Read 16 rows, 29.36 KiB in 0.001772 sec., 9029.345372460497 rows/sec., 16.18 MiB/sec. 2025.11.06 00:59:41.949024 [ 99 ] {} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.949049 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.949072 [ 4 ] {b07598ff-5c87-4ae5-bd0c-102bc1fb9025} TCPHandler: Processed in 0.001957995 sec. 2025.11.06 00:59:41.949160 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.11.06 00:59:41.949193 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:41.949295 [ 4 ] {1af33dcc-5fb5-4cbe-8907-4e56094bbdf0} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:41.949338 [ 4 ] {1af33dcc-5fb5-4cbe-8907-4e56094bbdf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:41.949440 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:41.949514 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 813 rows starting from the beginning of the part 2025.11.06 00:59:41.949663 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 16 rows starting from the beginning of the part 2025.11.06 00:59:41.949672 [ 4 ] {1af33dcc-5fb5-4cbe-8907-4e56094bbdf0} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:41.949716 [ 4 ] {1af33dcc-5fb5-4cbe-8907-4e56094bbdf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:41.949789 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part 2025.11.06 00:59:41.949908 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part 2025.11.06 00:59:41.950018 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part 2025.11.06 00:59:41.950044 [ 4 ] {1af33dcc-5fb5-4cbe-8907-4e56094bbdf0} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.06 00:59:41.950123 [ 200 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part 2025.11.06 00:59:41.950299 [ 4 ] {1af33dcc-5fb5-4cbe-8907-4e56094bbdf0} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.950430 [ 4 ] {1af33dcc-5fb5-4cbe-8907-4e56094bbdf0} executeQuery: Read 104 rows, 6.53 KiB in 0.001153 sec., 90199.47961838682 rows/sec., 5.53 MiB/sec. 2025.11.06 00:59:41.950466 [ 4 ] {1af33dcc-5fb5-4cbe-8907-4e56094bbdf0} TCPHandler: Processed in 0.001322724 sec. 2025.11.06 00:59:41.955984 [ 196 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 913 rows, containing 19 columns (19 merged, 0 gathered) in 0.006875671 sec., 132787.03998489748 rows/sec., 237.95 MiB/sec. 2025.11.06 00:59:41.957128 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.06 00:59:41.957518 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:41.957600 [ 191 ] {5a9b9538-2ba3-4a83-9219-889d7dbee284::all_1_46_9} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.06 00:59:41.957778 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB. 2025.11.06 00:59:42.000241 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 283.08 MiB, peak 292.30 MiB, free memory in arenas 0.00 B, will set to 285.41 MiB (RSS), difference: 2.33 MiB 2025.11.06 00:59:46.586779 [ 93 ] {} DNSResolver: Updating DNS cache 2025.11.06 00:59:46.586843 [ 93 ] {} DNSResolver: Updated DNS cache 2025.11.06 00:59:46.699241 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16309 2025.11.06 00:59:46.699897 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:46.699959 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:46.700642 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.06 00:59:46.700899 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:46.701033 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16309 2025.11.06 00:59:46.923078 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:46.923257 [ 4 ] {8b0788ac-b96a-4bdc-93f5-ca4944d08bc2} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:46.923325 [ 4 ] {8b0788ac-b96a-4bdc-93f5-ca4944d08bc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:46.924017 [ 4 ] {8b0788ac-b96a-4bdc-93f5-ca4944d08bc2} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:46.924067 [ 4 ] {8b0788ac-b96a-4bdc-93f5-ca4944d08bc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:46.924485 [ 4 ] {8b0788ac-b96a-4bdc-93f5-ca4944d08bc2} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.06 00:59:46.924737 [ 4 ] {8b0788ac-b96a-4bdc-93f5-ca4944d08bc2} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:46.924906 [ 4 ] {8b0788ac-b96a-4bdc-93f5-ca4944d08bc2} executeQuery: Read 108 rows, 9.25 KiB in 0.001696 sec., 63679.24528301887 rows/sec., 5.32 MiB/sec. 2025.11.06 00:59:46.924956 [ 4 ] {8b0788ac-b96a-4bdc-93f5-ca4944d08bc2} TCPHandler: Processed in 0.002015296 sec. 2025.11.06 00:59:46.925088 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:46.925203 [ 4 ] {3bfc8823-8fc5-4074-95ad-d3ea8419c97e} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:46.925264 [ 4 ] {3bfc8823-8fc5-4074-95ad-d3ea8419c97e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:46.925793 [ 4 ] {3bfc8823-8fc5-4074-95ad-d3ea8419c97e} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:46.925840 [ 4 ] {3bfc8823-8fc5-4074-95ad-d3ea8419c97e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:46.926251 [ 4 ] {3bfc8823-8fc5-4074-95ad-d3ea8419c97e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.06 00:59:46.926482 [ 4 ] {3bfc8823-8fc5-4074-95ad-d3ea8419c97e} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:46.926619 [ 4 ] {3bfc8823-8fc5-4074-95ad-d3ea8419c97e} executeQuery: Read 26 rows, 1.96 KiB in 0.001449 sec., 17943.409247757074 rows/sec., 1.32 MiB/sec. 2025.11.06 00:59:46.926660 [ 4 ] {3bfc8823-8fc5-4074-95ad-d3ea8419c97e} TCPHandler: Processed in 0.001624869 sec. 2025.11.06 00:59:46.926771 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:46.926870 [ 4 ] {d8f9eb45-7925-42ce-b93d-9c6ddc587c30} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:46.926912 [ 4 ] {d8f9eb45-7925-42ce-b93d-9c6ddc587c30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:46.927352 [ 4 ] {d8f9eb45-7925-42ce-b93d-9c6ddc587c30} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:46.927388 [ 4 ] {d8f9eb45-7925-42ce-b93d-9c6ddc587c30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:46.927707 [ 4 ] {d8f9eb45-7925-42ce-b93d-9c6ddc587c30} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.06 00:59:46.927935 [ 4 ] {d8f9eb45-7925-42ce-b93d-9c6ddc587c30} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:46.928064 [ 4 ] {d8f9eb45-7925-42ce-b93d-9c6ddc587c30} executeQuery: Read 90 rows, 7.20 KiB in 0.001216 sec., 74013.15789473684 rows/sec., 5.78 MiB/sec. 2025.11.06 00:59:46.928102 [ 4 ] {d8f9eb45-7925-42ce-b93d-9c6ddc587c30} TCPHandler: Processed in 0.001384584 sec. 2025.11.06 00:59:46.928217 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:46.928312 [ 4 ] {83af3563-f694-4fbe-8237-3d5f53032d1b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:46.928356 [ 4 ] {83af3563-f694-4fbe-8237-3d5f53032d1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:46.928775 [ 4 ] {83af3563-f694-4fbe-8237-3d5f53032d1b} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:46.928809 [ 4 ] {83af3563-f694-4fbe-8237-3d5f53032d1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:46.929142 [ 4 ] {83af3563-f694-4fbe-8237-3d5f53032d1b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.06 00:59:46.929356 [ 4 ] {83af3563-f694-4fbe-8237-3d5f53032d1b} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:46.929491 [ 4 ] {83af3563-f694-4fbe-8237-3d5f53032d1b} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.11.06 00:59:46.929530 [ 4 ] {83af3563-f694-4fbe-8237-3d5f53032d1b} TCPHandler: Processed in 0.001363364 sec. 2025.11.06 00:59:46.929641 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:46.929737 [ 4 ] {35a9c809-ca4e-4b6c-9b5e-bce06dc71d5b} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:46.929792 [ 4 ] {35a9c809-ca4e-4b6c-9b5e-bce06dc71d5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:46.930557 [ 4 ] {35a9c809-ca4e-4b6c-9b5e-bce06dc71d5b} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:46.930592 [ 4 ] {35a9c809-ca4e-4b6c-9b5e-bce06dc71d5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:46.931191 [ 4 ] {35a9c809-ca4e-4b6c-9b5e-bce06dc71d5b} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.06 00:59:46.931417 [ 4 ] {35a9c809-ca4e-4b6c-9b5e-bce06dc71d5b} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:46.931565 [ 4 ] {35a9c809-ca4e-4b6c-9b5e-bce06dc71d5b} executeQuery: Read 26 rows, 47.71 KiB in 0.001846 sec., 14084.507042253521 rows/sec., 25.24 MiB/sec. 2025.11.06 00:59:46.931633 [ 4 ] {35a9c809-ca4e-4b6c-9b5e-bce06dc71d5b} TCPHandler: Processed in 0.002040206 sec. 2025.11.06 00:59:46.931755 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:46.931851 [ 4 ] {376da8e6-d348-4a14-b53f-2cdcb82317d7} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:46.931893 [ 4 ] {376da8e6-d348-4a14-b53f-2cdcb82317d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:46.932232 [ 4 ] {376da8e6-d348-4a14-b53f-2cdcb82317d7} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:46.932269 [ 4 ] {376da8e6-d348-4a14-b53f-2cdcb82317d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:46.932577 [ 4 ] {376da8e6-d348-4a14-b53f-2cdcb82317d7} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.06 00:59:46.932787 [ 4 ] {376da8e6-d348-4a14-b53f-2cdcb82317d7} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:46.932923 [ 4 ] {376da8e6-d348-4a14-b53f-2cdcb82317d7} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.11.06 00:59:46.932959 [ 4 ] {376da8e6-d348-4a14-b53f-2cdcb82317d7} TCPHandler: Processed in 0.001253292 sec. 2025.11.06 00:59:47.556037 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.11.06 00:59:47.572955 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:47.573025 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:47.579400 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.06 00:59:47.580105 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:47.583383 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.11.06 00:59:51.734641 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1062 2025.11.06 00:59:51.736986 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.737048 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.738278 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:59:51.738560 [ 242 ] {} system.query_log (2b0c522c-3ade-4032-9d38-ea0321c4811f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.738952 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1062 2025.11.06 00:59:51.933120 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.933301 [ 4 ] {9d83c078-7b35-4d30-a620-e3a5e4836597} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.06 00:59:51.933369 [ 4 ] {9d83c078-7b35-4d30-a620-e3a5e4836597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.06 00:59:51.934140 [ 4 ] {9d83c078-7b35-4d30-a620-e3a5e4836597} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.934189 [ 4 ] {9d83c078-7b35-4d30-a620-e3a5e4836597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.934622 [ 4 ] {9d83c078-7b35-4d30-a620-e3a5e4836597} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:59:51.934858 [ 4 ] {9d83c078-7b35-4d30-a620-e3a5e4836597} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.935024 [ 4 ] {9d83c078-7b35-4d30-a620-e3a5e4836597} executeQuery: Read 410 rows, 26.63 KiB in 0.00177 sec., 231638.41807909604 rows/sec., 14.69 MiB/sec. 2025.11.06 00:59:51.935032 [ 88 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.11.06 00:59:51.935080 [ 4 ] {9d83c078-7b35-4d30-a620-e3a5e4836597} TCPHandler: Processed in 0.002095047 sec. 2025.11.06 00:59:51.935103 [ 88 ] {} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.935132 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.935210 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.935255 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.11.06 00:59:51.935317 [ 4 ] {dd038f83-721d-4546-8461-93853eff5a21} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.06 00:59:51.935367 [ 4 ] {dd038f83-721d-4546-8461-93853eff5a21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.06 00:59:51.935397 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:51.935437 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 410 rows starting from the beginning of the part 2025.11.06 00:59:51.935513 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 410 rows starting from the beginning of the part 2025.11.06 00:59:51.935588 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 410 rows starting from the beginning of the part 2025.11.06 00:59:51.935654 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 410 rows starting from the beginning of the part 2025.11.06 00:59:51.935700 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 410 rows starting from the beginning of the part 2025.11.06 00:59:51.935783 [ 4 ] {dd038f83-721d-4546-8461-93853eff5a21} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.935827 [ 4 ] {dd038f83-721d-4546-8461-93853eff5a21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.936144 [ 4 ] {dd038f83-721d-4546-8461-93853eff5a21} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.06 00:59:51.936367 [ 4 ] {dd038f83-721d-4546-8461-93853eff5a21} oximeter.fields_ipaddr (1e9a6b6c-e3b8-4beb-9bb1-159d493a8b1d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.936503 [ 4 ] {dd038f83-721d-4546-8461-93853eff5a21} executeQuery: Read 12 rows, 1002.00 B in 0.001209 sec., 9925.558312655086 rows/sec., 809.36 KiB/sec. 2025.11.06 00:59:51.936541 [ 4 ] {dd038f83-721d-4546-8461-93853eff5a21} TCPHandler: Processed in 0.001384974 sec. 2025.11.06 00:59:51.936655 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.936750 [ 4 ] {490bffa1-4b7c-4c2a-8e0a-a9b259c56077} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:51.936776 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001578298 sec., 1298867.5142463592 rows/sec., 87.35 MiB/sec. 2025.11.06 00:59:51.936797 [ 4 ] {490bffa1-4b7c-4c2a-8e0a-a9b259c56077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:51.936910 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.11.06 00:59:51.937170 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_25_6} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.937241 [ 202 ] {09deef5d-b638-4de3-8592-f2355aced8d4::all_1_25_6} oximeter.fields_i16 (09deef5d-b638-4de3-8592-f2355aced8d4) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.11.06 00:59:51.937314 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.11.06 00:59:51.937635 [ 4 ] {490bffa1-4b7c-4c2a-8e0a-a9b259c56077} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.937677 [ 4 ] {490bffa1-4b7c-4c2a-8e0a-a9b259c56077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.938057 [ 4 ] {490bffa1-4b7c-4c2a-8e0a-a9b259c56077} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.06 00:59:51.938272 [ 4 ] {490bffa1-4b7c-4c2a-8e0a-a9b259c56077} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.938411 [ 4 ] {490bffa1-4b7c-4c2a-8e0a-a9b259c56077} executeQuery: Read 1150 rows, 93.42 KiB in 0.00168 sec., 684523.8095238095 rows/sec., 54.31 MiB/sec. 2025.11.06 00:59:51.938450 [ 4 ] {490bffa1-4b7c-4c2a-8e0a-a9b259c56077} TCPHandler: Processed in 0.001844803 sec. 2025.11.06 00:59:51.938565 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.938659 [ 4 ] {40f15651-522a-482c-925a-01651d90ee56} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:51.938700 [ 4 ] {40f15651-522a-482c-925a-01651d90ee56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:51.939173 [ 4 ] {40f15651-522a-482c-925a-01651d90ee56} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.939209 [ 4 ] {40f15651-522a-482c-925a-01651d90ee56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.939521 [ 4 ] {40f15651-522a-482c-925a-01651d90ee56} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.06 00:59:51.939720 [ 4 ] {40f15651-522a-482c-925a-01651d90ee56} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.939850 [ 4 ] {40f15651-522a-482c-925a-01651d90ee56} executeQuery: Read 233 rows, 14.36 KiB in 0.001209 sec., 192721.25723738628 rows/sec., 11.60 MiB/sec. 2025.11.06 00:59:51.939887 [ 4 ] {40f15651-522a-482c-925a-01651d90ee56} TCPHandler: Processed in 0.001370624 sec. 2025.11.06 00:59:51.939998 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.940093 [ 4 ] {7b5dfa8b-df99-49ba-857b-7d18b73ce970} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.06 00:59:51.940132 [ 4 ] {7b5dfa8b-df99-49ba-857b-7d18b73ce970} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.06 00:59:51.940622 [ 4 ] {7b5dfa8b-df99-49ba-857b-7d18b73ce970} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.940659 [ 4 ] {7b5dfa8b-df99-49ba-857b-7d18b73ce970} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.940967 [ 4 ] {7b5dfa8b-df99-49ba-857b-7d18b73ce970} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.06 00:59:51.941173 [ 4 ] {7b5dfa8b-df99-49ba-857b-7d18b73ce970} oximeter.fields_u32 (a91d9587-d614-43c5-b161-50410e357997): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.941306 [ 4 ] {7b5dfa8b-df99-49ba-857b-7d18b73ce970} executeQuery: Read 212 rows, 14.00 KiB in 0.001232 sec., 172077.92207792206 rows/sec., 11.10 MiB/sec. 2025.11.06 00:59:51.941344 [ 4 ] {7b5dfa8b-df99-49ba-857b-7d18b73ce970} TCPHandler: Processed in 0.001395844 sec. 2025.11.06 00:59:51.941470 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.941565 [ 4 ] {685a196b-f399-41e5-a134-e692787c1e75} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.06 00:59:51.941606 [ 4 ] {685a196b-f399-41e5-a134-e692787c1e75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.06 00:59:51.942069 [ 4 ] {685a196b-f399-41e5-a134-e692787c1e75} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.942103 [ 4 ] {685a196b-f399-41e5-a134-e692787c1e75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.942403 [ 4 ] {685a196b-f399-41e5-a134-e692787c1e75} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:59:51.942616 [ 4 ] {685a196b-f399-41e5-a134-e692787c1e75} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.942721 [ 88 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.11.06 00:59:51.942741 [ 4 ] {685a196b-f399-41e5-a134-e692787c1e75} executeQuery: Read 211 rows, 12.27 KiB in 0.001194 sec., 176716.91792294808 rows/sec., 10.04 MiB/sec. 2025.11.06 00:59:51.942767 [ 88 ] {} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.942786 [ 4 ] {685a196b-f399-41e5-a134-e692787c1e75} TCPHandler: Processed in 0.001364795 sec. 2025.11.06 00:59:51.942791 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.942896 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.942896 [ 196 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.11.06 00:59:51.942996 [ 4 ] {373434e9-0631-4981-9792-994bc31751dc} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:51.943025 [ 196 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:51.943040 [ 4 ] {373434e9-0631-4981-9792-994bc31751dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:51.943063 [ 196 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 211 rows starting from the beginning of the part 2025.11.06 00:59:51.943133 [ 196 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 211 rows starting from the beginning of the part 2025.11.06 00:59:51.943180 [ 196 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 211 rows starting from the beginning of the part 2025.11.06 00:59:51.943218 [ 196 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 211 rows starting from the beginning of the part 2025.11.06 00:59:51.943259 [ 196 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 211 rows starting from the beginning of the part 2025.11.06 00:59:51.943648 [ 4 ] {373434e9-0631-4981-9792-994bc31751dc} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.943689 [ 4 ] {373434e9-0631-4981-9792-994bc31751dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.944042 [ 4 ] {373434e9-0631-4981-9792-994bc31751dc} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.06 00:59:51.944171 [ 189 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001316943 sec., 801097.6936739099 rows/sec., 48.55 MiB/sec. 2025.11.06 00:59:51.944264 [ 4 ] {373434e9-0631-4981-9792-994bc31751dc} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.944306 [ 196 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.11.06 00:59:51.944402 [ 4 ] {373434e9-0631-4981-9792-994bc31751dc} executeQuery: Read 707 rows, 50.73 KiB in 0.001423 sec., 496837.6669009136 rows/sec., 34.81 MiB/sec. 2025.11.06 00:59:51.944445 [ 4 ] {373434e9-0631-4981-9792-994bc31751dc} TCPHandler: Processed in 0.001596288 sec. 2025.11.06 00:59:51.944559 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.944564 [ 196 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_25_6} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.944713 [ 4 ] {4b62eda1-5a5f-4916-87e6-578c17dc9965} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.06 00:59:51.944716 [ 196 ] {293fca7c-f50c-45fd-acf6-4ddc74c2f53f::all_1_25_6} oximeter.fields_u8 (293fca7c-f50c-45fd-acf6-4ddc74c2f53f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.11.06 00:59:51.944761 [ 4 ] {4b62eda1-5a5f-4916-87e6-578c17dc9965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.06 00:59:51.944822 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.06 00:59:51.945085 [ 4 ] {4b62eda1-5a5f-4916-87e6-578c17dc9965} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.945126 [ 4 ] {4b62eda1-5a5f-4916-87e6-578c17dc9965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.945435 [ 4 ] {4b62eda1-5a5f-4916-87e6-578c17dc9965} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:59:51.945713 [ 4 ] {4b62eda1-5a5f-4916-87e6-578c17dc9965} oximeter.measurements_bool (6070c994-b797-4158-896d-1fc14e1dfea5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.945852 [ 4 ] {4b62eda1-5a5f-4916-87e6-578c17dc9965} executeQuery: Read 6 rows, 321.00 B in 0.001157 sec., 5185.825410544511 rows/sec., 270.94 KiB/sec. 2025.11.06 00:59:51.945888 [ 4 ] {4b62eda1-5a5f-4916-87e6-578c17dc9965} TCPHandler: Processed in 0.001379574 sec. 2025.11.06 00:59:51.945991 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.946083 [ 4 ] {ad4a7b22-ce28-484e-80a3-37627e6083f5} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:51.946125 [ 4 ] {ad4a7b22-ce28-484e-80a3-37627e6083f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:51.946534 [ 4 ] {ad4a7b22-ce28-484e-80a3-37627e6083f5} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.946569 [ 4 ] {ad4a7b22-ce28-484e-80a3-37627e6083f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.946907 [ 4 ] {ad4a7b22-ce28-484e-80a3-37627e6083f5} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.06 00:59:51.947117 [ 4 ] {ad4a7b22-ce28-484e-80a3-37627e6083f5} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.947246 [ 4 ] {ad4a7b22-ce28-484e-80a3-37627e6083f5} executeQuery: Read 320 rows, 21.54 KiB in 0.001183 sec., 270498.73203719355 rows/sec., 17.78 MiB/sec. 2025.11.06 00:59:51.947283 [ 4 ] {ad4a7b22-ce28-484e-80a3-37627e6083f5} TCPHandler: Processed in 0.001341623 sec. 2025.11.06 00:59:51.947383 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.947476 [ 4 ] {a800da0d-7132-4a46-bfe6-83056becd5a6} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.06 00:59:51.947519 [ 4 ] {a800da0d-7132-4a46-bfe6-83056becd5a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.06 00:59:51.947825 [ 4 ] {a800da0d-7132-4a46-bfe6-83056becd5a6} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.947861 [ 4 ] {a800da0d-7132-4a46-bfe6-83056becd5a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.948157 [ 4 ] {a800da0d-7132-4a46-bfe6-83056becd5a6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.06 00:59:51.948376 [ 4 ] {a800da0d-7132-4a46-bfe6-83056becd5a6} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.948512 [ 4 ] {a800da0d-7132-4a46-bfe6-83056becd5a6} executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. 2025.11.06 00:59:51.948520 [ 87 ] {} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2025.11.06 00:59:51.948550 [ 4 ] {a800da0d-7132-4a46-bfe6-83056becd5a6} TCPHandler: Processed in 0.001214482 sec. 2025.11.06 00:59:51.948599 [ 87 ] {} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.948639 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.948693 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.948729 [ 197 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2025.11.06 00:59:51.948790 [ 4 ] {0f083c54-cc72-4e61-82bd-44207b949643} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:51.948819 [ 197 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:51.948844 [ 4 ] {0f083c54-cc72-4e61-82bd-44207b949643} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:51.948849 [ 197 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part 2025.11.06 00:59:51.948909 [ 197 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2025.11.06 00:59:51.948951 [ 197 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2025.11.06 00:59:51.948990 [ 197 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2025.11.06 00:59:51.949028 [ 197 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2025.11.06 00:59:51.949065 [ 197 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2025.11.06 00:59:51.949673 [ 4 ] {0f083c54-cc72-4e61-82bd-44207b949643} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.949709 [ 4 ] {0f083c54-cc72-4e61-82bd-44207b949643} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.949873 [ 196 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.001182851 sec., 21135.375461490923 rows/sec., 1.39 MiB/sec. 2025.11.06 00:59:51.949995 [ 197 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2025.11.06 00:59:51.950251 [ 197 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.950266 [ 4 ] {0f083c54-cc72-4e61-82bd-44207b949643} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.06 00:59:51.950318 [ 197 ] {065e2cf2-e244-41fc-9505-43875b21e3af::all_1_25_5} oximeter.measurements_f64 (065e2cf2-e244-41fc-9505-43875b21e3af) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2025.11.06 00:59:51.950378 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.06 00:59:51.950503 [ 4 ] {0f083c54-cc72-4e61-82bd-44207b949643} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.950658 [ 4 ] {0f083c54-cc72-4e61-82bd-44207b949643} executeQuery: Read 16 rows, 29.36 KiB in 0.001885 sec., 8488.063660477454 rows/sec., 15.21 MiB/sec. 2025.11.06 00:59:51.950731 [ 4 ] {0f083c54-cc72-4e61-82bd-44207b949643} TCPHandler: Processed in 0.002086267 sec. 2025.11.06 00:59:51.950846 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:51.950939 [ 4 ] {33d0e8c2-63a0-460a-bb9d-940b7c095d99} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:51.950981 [ 4 ] {33d0e8c2-63a0-460a-bb9d-940b7c095d99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:51.951309 [ 4 ] {33d0e8c2-63a0-460a-bb9d-940b7c095d99} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:51.951345 [ 4 ] {33d0e8c2-63a0-460a-bb9d-940b7c095d99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.11.06 00:59:51.951656 [ 4 ] {33d0e8c2-63a0-460a-bb9d-940b7c095d99} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.06 00:59:51.951869 [ 4 ] {33d0e8c2-63a0-460a-bb9d-940b7c095d99} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:51.951996 [ 4 ] {33d0e8c2-63a0-460a-bb9d-940b7c095d99} executeQuery: Read 104 rows, 6.53 KiB in 0.001075 sec., 96744.18604651163 rows/sec., 5.93 MiB/sec. 2025.11.06 00:59:51.952032 [ 4 ] {33d0e8c2-63a0-460a-bb9d-940b7c095d99} TCPHandler: Processed in 0.001241492 sec. 2025.11.06 00:59:54.201954 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16821 2025.11.06 00:59:54.202479 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:54.202516 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:54.202972 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.06 00:59:54.203196 [ 244 ] {} system.asynchronous_metric_log (da7d37b1-2830-4e77-92eb-98e857af18b3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:54.203317 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16821 2025.11.06 00:59:55.084254 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.11.06 00:59:55.101171 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:55.101228 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:55.107597 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.06 00:59:55.108349 [ 243 ] {} system.metric_log (99846bd9-424b-4993-a016-b840f1ac03ee): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:55.111170 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.11.06 00:59:56.921079 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:56.921356 [ 4 ] {83212701-50c7-45f9-9e18-fa1a7235dddb} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.06 00:59:56.921457 [ 4 ] {83212701-50c7-45f9-9e18-fa1a7235dddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.06 00:59:56.922129 [ 4 ] {83212701-50c7-45f9-9e18-fa1a7235dddb} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:56.922171 [ 4 ] {83212701-50c7-45f9-9e18-fa1a7235dddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:56.922581 [ 4 ] {83212701-50c7-45f9-9e18-fa1a7235dddb} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.06 00:59:56.922832 [ 4 ] {83212701-50c7-45f9-9e18-fa1a7235dddb} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:56.922967 [ 82 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.06 00:59:56.922980 [ 4 ] {83212701-50c7-45f9-9e18-fa1a7235dddb} executeQuery: Read 108 rows, 9.25 KiB in 0.001699 sec., 63566.80400235433 rows/sec., 5.32 MiB/sec. 2025.11.06 00:59:56.923041 [ 82 ] {} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:56.923050 [ 4 ] {83212701-50c7-45f9-9e18-fa1a7235dddb} TCPHandler: Processed in 0.002155698 sec. 2025.11.06 00:59:56.923070 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:56.923184 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:56.923200 [ 195 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.11.06 00:59:56.923282 [ 4 ] {bd1ef903-c597-43e2-89ce-0f397f4010aa} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.06 00:59:56.923328 [ 4 ] {bd1ef903-c597-43e2-89ce-0f397f4010aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.06 00:59:56.923362 [ 195 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:56.923402 [ 195 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2345 rows starting from the beginning of the part 2025.11.06 00:59:56.923471 [ 195 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1248 rows starting from the beginning of the part 2025.11.06 00:59:56.923517 [ 195 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1144 rows starting from the beginning of the part 2025.11.06 00:59:56.923562 [ 195 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 108 rows starting from the beginning of the part 2025.11.06 00:59:56.923606 [ 195 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1150 rows starting from the beginning of the part 2025.11.06 00:59:56.923646 [ 195 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 108 rows starting from the beginning of the part 2025.11.06 00:59:56.923732 [ 4 ] {bd1ef903-c597-43e2-89ce-0f397f4010aa} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:56.923772 [ 4 ] {bd1ef903-c597-43e2-89ce-0f397f4010aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:56.924107 [ 4 ] {bd1ef903-c597-43e2-89ce-0f397f4010aa} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.06 00:59:56.924317 [ 4 ] {bd1ef903-c597-43e2-89ce-0f397f4010aa} oximeter.fields_u16 (ff5700c8-c244-46fe-b67a-7ce2f9ba747d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:56.924448 [ 4 ] {bd1ef903-c597-43e2-89ce-0f397f4010aa} executeQuery: Read 26 rows, 1.96 KiB in 0.001184 sec., 21959.45945945946 rows/sec., 1.61 MiB/sec. 2025.11.06 00:59:56.924486 [ 4 ] {bd1ef903-c597-43e2-89ce-0f397f4010aa} TCPHandler: Processed in 0.001354964 sec. 2025.11.06 00:59:56.924601 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:56.924696 [ 4 ] {3f2a2ae9-3b00-428b-97ee-947268158575} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.06 00:59:56.924736 [ 4 ] {3f2a2ae9-3b00-428b-97ee-947268158575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.06 00:59:56.925140 [ 4 ] {3f2a2ae9-3b00-428b-97ee-947268158575} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:56.925174 [ 4 ] {3f2a2ae9-3b00-428b-97ee-947268158575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:56.925476 [ 4 ] {3f2a2ae9-3b00-428b-97ee-947268158575} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.06 00:59:56.925684 [ 4 ] {3f2a2ae9-3b00-428b-97ee-947268158575} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:56.925802 [ 81 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.06 00:59:56.925809 [ 4 ] {3f2a2ae9-3b00-428b-97ee-947268158575} executeQuery: Read 90 rows, 7.20 KiB in 0.001132 sec., 79505.3003533569 rows/sec., 6.21 MiB/sec. 2025.11.06 00:59:56.925839 [ 81 ] {} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:56.925854 [ 197 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 6103 rows, containing 5 columns (5 merged, 0 gathered) in 0.002719188 sec., 2244420.0253899326 rows/sec., 189.89 MiB/sec. 2025.11.06 00:59:56.925858 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:56.925857 [ 4 ] {3f2a2ae9-3b00-428b-97ee-947268158575} TCPHandler: Processed in 0.001311524 sec. 2025.11.06 00:59:56.925946 [ 195 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.11.06 00:59:56.926022 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:56.926044 [ 195 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:56.926074 [ 195 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1213 rows starting from the beginning of the part 2025.11.06 00:59:56.926121 [ 195 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 546 rows starting from the beginning of the part 2025.11.06 00:59:56.926129 [ 4 ] {b7c3b117-2cc1-41ea-abda-59bb6632fb54} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:56.926161 [ 195 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 695 rows starting from the beginning of the part 2025.11.06 00:59:56.926178 [ 4 ] {b7c3b117-2cc1-41ea-abda-59bb6632fb54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.06 00:59:56.926201 [ 195 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 90 rows starting from the beginning of the part 2025.11.06 00:59:56.926212 [ 196 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.06 00:59:56.926240 [ 195 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 707 rows starting from the beginning of the part 2025.11.06 00:59:56.926288 [ 195 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 90 rows starting from the beginning of the part 2025.11.06 00:59:56.926596 [ 196 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:56.926607 [ 4 ] {b7c3b117-2cc1-41ea-abda-59bb6632fb54} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:56.926651 [ 4 ] {b7c3b117-2cc1-41ea-abda-59bb6632fb54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:56.926700 [ 196 ] {316e61a8-187c-47ee-810b-d94734059305::all_1_51_10} oximeter.fields_string (316e61a8-187c-47ee-810b-d94734059305) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.06 00:59:56.926824 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.11.06 00:59:56.927006 [ 4 ] {b7c3b117-2cc1-41ea-abda-59bb6632fb54} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.06 00:59:56.927220 [ 4 ] {b7c3b117-2cc1-41ea-abda-59bb6632fb54} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:56.927350 [ 4 ] {b7c3b117-2cc1-41ea-abda-59bb6632fb54} executeQuery: Read 160 rows, 11.41 KiB in 0.001239 sec., 129136.40032284099 rows/sec., 8.99 MiB/sec. 2025.11.06 00:59:56.927364 [ 80 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.06 00:59:56.927387 [ 4 ] {b7c3b117-2cc1-41ea-abda-59bb6632fb54} TCPHandler: Processed in 0.001415225 sec. 2025.11.06 00:59:56.927415 [ 80 ] {} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:56.927440 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:56.927495 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:56.927503 [ 195 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.11.06 00:59:56.927499 [ 192 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3341 rows, containing 5 columns (5 merged, 0 gathered) in 0.001583668 sec., 2109659.347792593 rows/sec., 159.37 MiB/sec. 2025.11.06 00:59:56.927599 [ 4 ] {0f496ba2-d18e-4f2a-8c23-410be734e777} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.06 00:59:56.927611 [ 195 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:56.927647 [ 195 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 16072 rows starting from the beginning of the part 2025.11.06 00:59:56.927662 [ 4 ] {0f496ba2-d18e-4f2a-8c23-410be734e777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.11.06 00:59:56.927695 [ 195 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 844 rows starting from the beginning of the part 2025.11.06 00:59:56.927736 [ 187 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.06 00:59:56.927740 [ 195 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 314 rows starting from the beginning of the part 2025.11.06 00:59:56.927785 [ 195 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2025.11.06 00:59:56.927825 [ 195 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 320 rows starting from the beginning of the part 2025.11.06 00:59:56.927862 [ 195 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2025.11.06 00:59:56.928034 [ 187 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:56.928113 [ 187 ] {e1e75ff0-9972-45ce-ab9f-4e3c10ba54da::all_1_51_10} oximeter.fields_uuid (e1e75ff0-9972-45ce-ab9f-4e3c10ba54da) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.06 00:59:56.928206 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.06 00:59:56.928466 [ 4 ] {0f496ba2-d18e-4f2a-8c23-410be734e777} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:56.928510 [ 4 ] {0f496ba2-d18e-4f2a-8c23-410be734e777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:56.929135 [ 4 ] {0f496ba2-d18e-4f2a-8c23-410be734e777} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.06 00:59:56.929372 [ 4 ] {0f496ba2-d18e-4f2a-8c23-410be734e777} oximeter.measurements_histogramu64 (5a9b9538-2ba3-4a83-9219-889d7dbee284): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:56.929513 [ 4 ] {0f496ba2-d18e-4f2a-8c23-410be734e777} executeQuery: Read 26 rows, 47.71 KiB in 0.001932 sec., 13457.556935817805 rows/sec., 24.12 MiB/sec. 2025.11.06 00:59:56.929568 [ 4 ] {0f496ba2-d18e-4f2a-8c23-410be734e777} TCPHandler: Processed in 0.002121097 sec. 2025.11.06 00:59:56.929681 [ 4 ] {} TCP-Session: 3f394cb3-f150-4829-85c6-b14a2bc62cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.06 00:59:56.929780 [ 4 ] {682ce6af-8d55-4290-af6d-ab43a6c36a29} executeQuery: (from [fd00:1122:3344:101::d]:46022) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.06 00:59:56.929822 [ 4 ] {682ce6af-8d55-4290-af6d-ab43a6c36a29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.06 00:59:56.930157 [ 4 ] {682ce6af-8d55-4290-af6d-ab43a6c36a29} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:56.930192 [ 4 ] {682ce6af-8d55-4290-af6d-ab43a6c36a29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:56.930505 [ 4 ] {682ce6af-8d55-4290-af6d-ab43a6c36a29} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.06 00:59:56.930707 [ 4 ] {682ce6af-8d55-4290-af6d-ab43a6c36a29} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:56.930834 [ 4 ] {682ce6af-8d55-4290-af6d-ab43a6c36a29} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.11.06 00:59:56.930836 [ 80 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.06 00:59:56.930871 [ 4 ] {682ce6af-8d55-4290-af6d-ab43a6c36a29} TCPHandler: Processed in 0.001239152 sec. 2025.11.06 00:59:56.930894 [ 80 ] {} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.06 00:59:56.930919 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.11.06 00:59:56.931016 [ 187 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.11.06 00:59:56.931134 [ 187 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.06 00:59:56.931162 [ 187 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3640 rows starting from the beginning of the part 2025.11.06 00:59:56.931218 [ 187 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2025.11.06 00:59:56.931264 [ 187 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 104 rows starting from the beginning of the part 2025.11.06 00:59:56.931307 [ 187 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2025.11.06 00:59:56.931349 [ 187 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 104 rows starting from the beginning of the part 2025.11.06 00:59:56.931391 [ 187 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2025.11.06 00:59:56.932033 [ 199 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 17870 rows, containing 5 columns (5 merged, 0 gathered) in 0.004552651 sec., 3925185.5677054976 rows/sec., 262.65 MiB/sec. 2025.11.06 00:59:56.932275 [ 199 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.06 00:59:56.932533 [ 199 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:56.932605 [ 199 ] {ad77372c-428c-45ba-a11c-d26e3bdd76fd::all_1_51_10} oximeter.measurements_cumulativeu64 (ad77372c-428c-45ba-a11c-d26e3bdd76fd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.06 00:59:56.932637 [ 192 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 4028 rows, containing 4 columns (4 merged, 0 gathered) in 0.001661789 sec., 2423893.767499965 rows/sec., 153.73 MiB/sec. 2025.11.06 00:59:56.932669 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. 2025.11.06 00:59:56.933036 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.06 00:59:56.933256 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.06 00:59:56.933324 [ 199 ] {0a138287-228c-403c-925c-6dac4d152831::all_1_51_10} oximeter.measurements_u64 (0a138287-228c-403c-925c-6dac4d152831) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.06 00:59:56.933389 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.