[ Dec 24 02:31:21 Enabled. ] [ Dec 24 02:31:21 Rereading configuration. ] [ Dec 24 02:31:21 Rereading configuration. ] [ Dec 24 02:31:22 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 [ Dec 24 02:31:22 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.12.24 02:31:24.294144 [ 1 ] {} Application: Will watch for the process with pid 25781 2025.12.24 02:31:24.294549 [ 1 ] {} Application: Forked a child process to watch 2025.12.24 02:31:24.506113 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25781 2025.12.24 02:31:24.506912 [ 1 ] {} Application: starting up 2025.12.24 02:31:24.507056 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.24 02:31:24.604510 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.24 02:31:24.624942 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.24 02:31:24.624994 [ 1 ] {} Application: Initializing DateLUT. 2025.12.24 02:31:24.625011 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.24 02:31:24.625059 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.24 02:31:24.625416 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.24 02:31:24.627630 [ 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.12.24 02:31:24.628449 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.24 02:31:24.629284 [ 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.12.24 02:31:24.629308 [ 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.12.24 02:31:24.629322 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.24 02:31:24.630043 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 02:31:24.631057 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.24 02:31:24.637082 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 02:31:24.637805 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 02:31:24.639120 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.24 02:31:24.639190 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.24 02:31:24.640245 [ 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.12.24 02:31:24.640630 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.24 02:31:24.644047 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.24 02:31:24.644319 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.24 02:31:24.647487 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.24 02:31:24.647865 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.24 02:31:24.648211 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.24 02:31:24.648538 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.24 02:31:24.649829 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.24 02:31:24.649853 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.24 02:31:24.649934 [ 151 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:31:24.650016 [ 151 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:31:24.661625 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.24 02:31:24.661650 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151333 sec 2025.12.24 02:31:24.661674 [ 1 ] {} ReferentialDeps: No tables 2025.12.24 02:31:24.661688 [ 1 ] {} LoadingDeps: No tables 2025.12.24 02:31:24.662373 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.24 02:31:24.662959 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.24 02:31:24.671429 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.24 02:31:24.671472 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.24 02:31:24.671498 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.24 02:31:24.671510 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.24 02:31:24.671543 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.24 02:31:24.671561 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.24 02:31:24.673665 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.24 02:31:24.673711 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.24 02:31:24.673729 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.24 02:31:24.673865 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.24 02:31:24.673906 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.24 02:31:24.673918 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.24 02:31:24.673940 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.24 02:31:24.673952 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.24 02:31:24.673981 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.24 02:31:24.674001 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.24 02:31:24.694063 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.24 02:31:24.702003 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.24 02:31:24.702046 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2351e-05 sec 2025.12.24 02:31:24.702061 [ 1 ] {} ReferentialDeps: No tables 2025.12.24 02:31:24.702073 [ 1 ] {} LoadingDeps: No tables 2025.12.24 02:31:24.702099 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.24 02:31:24.702307 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.24 02:31:24.702356 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.24 02:31:24.702371 [ 1 ] {} Application: Loaded metadata. 2025.12.24 02:31:24.702384 [ 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.12.24 02:31:24.702397 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.24 02:31:24.722475 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.24 02:31:24.722697 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.64 MiB (RSS), difference: 91.87 MiB 2025.12.24 02:31:24.724269 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3571e-05 sec. 2025.12.24 02:31:24.724782 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.24 02:31:24.725424 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.24 02:31:24.725442 [ 1 ] {} Application: Ready for connections. 2025.12.24 02:31:26.001621 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39788 2025.12.24 02:31:26.002471 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:26.002545 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Authenticating user 'default' from [fd00:1122:3344:101::d]:39788 2025.12.24 02:31:26.002574 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.002598 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.002695 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 02:31:26.002726 [ 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.12.24 02:31:26.002752 [ 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.12.24 02:31:26.003296 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62324 2025.12.24 02:31:26.004163 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39554 2025.12.24 02:31:26.004192 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57067 2025.12.24 02:31:26.004205 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:26.004299 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Authenticating user 'default' from [fd00:1122:3344:101::d]:62324 2025.12.24 02:31:26.004326 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.004341 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.004373 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61302 2025.12.24 02:31:26.004538 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49547 2025.12.24 02:31:26.004754 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37392 2025.12.24 02:31:26.004764 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58478 2025.12.24 02:31:26.005069 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40664 2025.12.24 02:31:26.005221 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:26.005260 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:26.005280 [ 5 ] {} TCP-Session: 0aebf4ec-3b60-452f-9a2c-e36d4b5f7a89 Authenticating user 'default' from [fd00:1122:3344:101::d]:57067 2025.12.24 02:31:26.005326 [ 5 ] {} TCP-Session: 0aebf4ec-3b60-452f-9a2c-e36d4b5f7a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005339 [ 5 ] {} TCP-Session: 0aebf4ec-3b60-452f-9a2c-e36d4b5f7a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005390 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:26.005397 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:26.005521 [ 258 ] {} TCP-Session: 0fa89e0e-ab6b-4fa2-9cb0-559d839be283 Authenticating user 'default' from [fd00:1122:3344:101::d]:40664 2025.12.24 02:31:26.005527 [ 256 ] {} TCP-Session: 2ca67437-353b-4c24-9ba8-edd290829572 Authenticating user 'default' from [fd00:1122:3344:101::d]:37392 2025.12.24 02:31:26.005532 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:26.005589 [ 256 ] {} TCP-Session: 2ca67437-353b-4c24-9ba8-edd290829572 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005600 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:26.005620 [ 256 ] {} TCP-Session: 2ca67437-353b-4c24-9ba8-edd290829572 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005622 [ 253 ] {} TCP-Session: 4fb36ead-86a5-44e6-bf9e-fb8ce1141202 Authenticating user 'default' from [fd00:1122:3344:101::d]:39554 2025.12.24 02:31:26.005620 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:26.005668 [ 253 ] {} TCP-Session: 4fb36ead-86a5-44e6-bf9e-fb8ce1141202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005666 [ 259 ] {} TCP-Session: 37385e97-9ace-4ffc-8831-05a97e182242 Authenticating user 'default' from [fd00:1122:3344:101::d]:58478 2025.12.24 02:31:26.005691 [ 257 ] {} TCP-Session: b2f01221-968b-4514-9756-bb9ff4d61f1f Authenticating user 'default' from [fd00:1122:3344:101::d]:49547 2025.12.24 02:31:26.005701 [ 253 ] {} TCP-Session: 4fb36ead-86a5-44e6-bf9e-fb8ce1141202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005558 [ 258 ] {} TCP-Session: 0fa89e0e-ab6b-4fa2-9cb0-559d839be283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005741 [ 257 ] {} TCP-Session: b2f01221-968b-4514-9756-bb9ff4d61f1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005759 [ 258 ] {} TCP-Session: 0fa89e0e-ab6b-4fa2-9cb0-559d839be283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005772 [ 257 ] {} TCP-Session: b2f01221-968b-4514-9756-bb9ff4d61f1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005721 [ 259 ] {} TCP-Session: 37385e97-9ace-4ffc-8831-05a97e182242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005527 [ 255 ] {} TCP-Session: 21a1ae0e-c6ea-4e6c-82e2-b2116040c5de Authenticating user 'default' from [fd00:1122:3344:101::d]:61302 2025.12.24 02:31:26.005825 [ 259 ] {} TCP-Session: 37385e97-9ace-4ffc-8831-05a97e182242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005886 [ 255 ] {} TCP-Session: 21a1ae0e-c6ea-4e6c-82e2-b2116040c5de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.005910 [ 255 ] {} TCP-Session: 21a1ae0e-c6ea-4e6c-82e2-b2116040c5de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:26.008049 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.010789 [ 3 ] {00598316-fab9-4c05-a649-310a9ae3dd72} executeQuery: (from [fd00:1122:3344:101::d]:39788) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:31:26.114594 [ 3 ] {00598316-fab9-4c05-a649-310a9ae3dd72} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39788) (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.12.24 02:31:26.115526 [ 3 ] {00598316-fab9-4c05-a649-310a9ae3dd72} 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.12.24 02:31:26.115616 [ 3 ] {00598316-fab9-4c05-a649-310a9ae3dd72} TCPHandler: Processed in 0.109957592 sec. 2025.12.24 02:31:26.116072 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.116315 [ 4 ] {19e1163b-8d64-4c20-9a8f-e622118527a6} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:31:26.116709 [ 4 ] {19e1163b-8d64-4c20-9a8f-e622118527a6} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62324) (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.12.24 02:31:26.116850 [ 4 ] {19e1163b-8d64-4c20-9a8f-e622118527a6} 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.12.24 02:31:26.116928 [ 4 ] {19e1163b-8d64-4c20-9a8f-e622118527a6} TCPHandler: Processed in 0.001025127 sec. 2025.12.24 02:31:26.117221 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.117452 [ 3 ] {3b8b8ce4-0316-4d2e-9dfc-11f22d7783a0} executeQuery: (from [fd00:1122:3344:101::d]:39788) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.24 02:31:26.118076 [ 3 ] {3b8b8ce4-0316-4d2e-9dfc-11f22d7783a0} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.24 02:31:26.119665 [ 3 ] {3b8b8ce4-0316-4d2e-9dfc-11f22d7783a0} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.24 02:31:26.119688 [ 3 ] {3b8b8ce4-0316-4d2e-9dfc-11f22d7783a0} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.258e-05 sec 2025.12.24 02:31:26.119704 [ 3 ] {3b8b8ce4-0316-4d2e-9dfc-11f22d7783a0} ReferentialDeps: No tables 2025.12.24 02:31:26.119726 [ 3 ] {3b8b8ce4-0316-4d2e-9dfc-11f22d7783a0} LoadingDeps: No tables 2025.12.24 02:31:26.119756 [ 3 ] {3b8b8ce4-0316-4d2e-9dfc-11f22d7783a0} DatabaseAtomic (oximeter): Starting up tables. 2025.12.24 02:31:26.120404 [ 3 ] {3b8b8ce4-0316-4d2e-9dfc-11f22d7783a0} TCPHandler: Processed in 0.003301453 sec. 2025.12.24 02:31:26.120562 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.120734 [ 3 ] {a1c78096-ddab-4e2b-9420-55f8a9eb4f5e} executeQuery: (from [fd00:1122:3344:101::d]:39788) /* 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.12.24 02:31:26.120790 [ 3 ] {a1c78096-ddab-4e2b-9420-55f8a9eb4f5e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.24 02:31:26.125767 [ 3 ] {a1c78096-ddab-4e2b-9420-55f8a9eb4f5e} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.24 02:31:26.130950 [ 3 ] {a1c78096-ddab-4e2b-9420-55f8a9eb4f5e} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3): Loading data parts 2025.12.24 02:31:26.132044 [ 3 ] {a1c78096-ddab-4e2b-9420-55f8a9eb4f5e} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3): There are no data parts 2025.12.24 02:31:26.134956 [ 3 ] {a1c78096-ddab-4e2b-9420-55f8a9eb4f5e} TCPHandler: Processed in 0.01444652 sec. 2025.12.24 02:31:26.135129 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.135312 [ 3 ] {4e6ba1e8-0180-4b73-b61b-f4ba1d4935ef} executeQuery: (from [fd00:1122:3344:101::d]:39788) /* 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.12.24 02:31:26.135393 [ 3 ] {4e6ba1e8-0180-4b73-b61b-f4ba1d4935ef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.24 02:31:26.143837 [ 3 ] {4e6ba1e8-0180-4b73-b61b-f4ba1d4935ef} oximeter.measurements_bool (93583bad-0cdd-4106-b2cd-1e0e91c3f467): Loading data parts 2025.12.24 02:31:26.144076 [ 3 ] {4e6ba1e8-0180-4b73-b61b-f4ba1d4935ef} oximeter.measurements_bool (93583bad-0cdd-4106-b2cd-1e0e91c3f467): There are no data parts 2025.12.24 02:31:26.145926 [ 3 ] {4e6ba1e8-0180-4b73-b61b-f4ba1d4935ef} TCPHandler: Processed in 0.010849183 sec. 2025.12.24 02:31:26.146103 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.146279 [ 3 ] {da0d510b-6864-48ab-82a9-830b45829bfa} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.146338 [ 3 ] {da0d510b-6864-48ab-82a9-830b45829bfa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.24 02:31:26.148063 [ 3 ] {da0d510b-6864-48ab-82a9-830b45829bfa} oximeter.measurements_i8 (d2ec9f11-faaf-406c-970f-d76e64e107ae): Loading data parts 2025.12.24 02:31:26.148218 [ 3 ] {da0d510b-6864-48ab-82a9-830b45829bfa} oximeter.measurements_i8 (d2ec9f11-faaf-406c-970f-d76e64e107ae): There are no data parts 2025.12.24 02:31:26.149349 [ 3 ] {da0d510b-6864-48ab-82a9-830b45829bfa} TCPHandler: Processed in 0.003294953 sec. 2025.12.24 02:31:26.149512 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.149668 [ 3 ] {0e1bb98c-3774-468f-ae08-5b1a2e353c3f} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.149723 [ 3 ] {0e1bb98c-3774-468f-ae08-5b1a2e353c3f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.24 02:31:26.151308 [ 3 ] {0e1bb98c-3774-468f-ae08-5b1a2e353c3f} oximeter.measurements_u8 (4b40c8e3-f580-46bd-9ece-bba4e545ce14): Loading data parts 2025.12.24 02:31:26.151486 [ 3 ] {0e1bb98c-3774-468f-ae08-5b1a2e353c3f} oximeter.measurements_u8 (4b40c8e3-f580-46bd-9ece-bba4e545ce14): There are no data parts 2025.12.24 02:31:26.152520 [ 3 ] {0e1bb98c-3774-468f-ae08-5b1a2e353c3f} TCPHandler: Processed in 0.003055939 sec. 2025.12.24 02:31:26.152655 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.152828 [ 3 ] {0e0cbc98-ad1c-46da-a7ff-06b67b1291dc} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.152871 [ 3 ] {0e0cbc98-ad1c-46da-a7ff-06b67b1291dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.24 02:31:26.154627 [ 3 ] {0e0cbc98-ad1c-46da-a7ff-06b67b1291dc} oximeter.measurements_i16 (6289b643-be68-4ea3-a7a9-cf94db527246): Loading data parts 2025.12.24 02:31:26.154777 [ 3 ] {0e0cbc98-ad1c-46da-a7ff-06b67b1291dc} oximeter.measurements_i16 (6289b643-be68-4ea3-a7a9-cf94db527246): There are no data parts 2025.12.24 02:31:26.155995 [ 3 ] {0e0cbc98-ad1c-46da-a7ff-06b67b1291dc} TCPHandler: Processed in 0.003387454 sec. 2025.12.24 02:31:26.156163 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.156315 [ 3 ] {33f94001-7446-4e41-a3bf-beacc6ab55ea} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.156375 [ 3 ] {33f94001-7446-4e41-a3bf-beacc6ab55ea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.24 02:31:26.157961 [ 3 ] {33f94001-7446-4e41-a3bf-beacc6ab55ea} oximeter.measurements_u16 (121c0e9e-03f9-4083-96e0-fbacd56cc588): Loading data parts 2025.12.24 02:31:26.158115 [ 3 ] {33f94001-7446-4e41-a3bf-beacc6ab55ea} oximeter.measurements_u16 (121c0e9e-03f9-4083-96e0-fbacd56cc588): There are no data parts 2025.12.24 02:31:26.159245 [ 3 ] {33f94001-7446-4e41-a3bf-beacc6ab55ea} TCPHandler: Processed in 0.00312923 sec. 2025.12.24 02:31:26.159391 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.159558 [ 3 ] {a327c21d-c6ef-444a-8215-9cd62504af30} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.159599 [ 3 ] {a327c21d-c6ef-444a-8215-9cd62504af30} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.24 02:31:26.161123 [ 3 ] {a327c21d-c6ef-444a-8215-9cd62504af30} oximeter.measurements_i32 (23843d7f-b03f-4801-8d82-16b73b76d227): Loading data parts 2025.12.24 02:31:26.161263 [ 3 ] {a327c21d-c6ef-444a-8215-9cd62504af30} oximeter.measurements_i32 (23843d7f-b03f-4801-8d82-16b73b76d227): There are no data parts 2025.12.24 02:31:26.162698 [ 3 ] {a327c21d-c6ef-444a-8215-9cd62504af30} TCPHandler: Processed in 0.003358674 sec. 2025.12.24 02:31:26.162891 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.163074 [ 3 ] {d3046a7c-920a-41c4-8563-ad90d43fe0ac} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.163140 [ 3 ] {d3046a7c-920a-41c4-8563-ad90d43fe0ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.24 02:31:26.164921 [ 3 ] {d3046a7c-920a-41c4-8563-ad90d43fe0ac} oximeter.measurements_u32 (f66d1d6a-1391-4dac-afae-c47326526231): Loading data parts 2025.12.24 02:31:26.165065 [ 3 ] {d3046a7c-920a-41c4-8563-ad90d43fe0ac} oximeter.measurements_u32 (f66d1d6a-1391-4dac-afae-c47326526231): There are no data parts 2025.12.24 02:31:26.166102 [ 3 ] {d3046a7c-920a-41c4-8563-ad90d43fe0ac} TCPHandler: Processed in 0.003322133 sec. 2025.12.24 02:31:26.166233 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.166456 [ 3 ] {6580a47e-26b6-4b59-8cdf-7b5daea17e87} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.166505 [ 3 ] {6580a47e-26b6-4b59-8cdf-7b5daea17e87} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.24 02:31:26.168123 [ 3 ] {6580a47e-26b6-4b59-8cdf-7b5daea17e87} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Loading data parts 2025.12.24 02:31:26.168264 [ 3 ] {6580a47e-26b6-4b59-8cdf-7b5daea17e87} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): There are no data parts 2025.12.24 02:31:26.169347 [ 3 ] {6580a47e-26b6-4b59-8cdf-7b5daea17e87} TCPHandler: Processed in 0.003101779 sec. 2025.12.24 02:31:26.169489 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.169651 [ 3 ] {d6b86bac-b093-4de0-9d91-692fdc8f6dbf} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.169705 [ 3 ] {d6b86bac-b093-4de0-9d91-692fdc8f6dbf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.24 02:31:26.171357 [ 3 ] {d6b86bac-b093-4de0-9d91-692fdc8f6dbf} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Loading data parts 2025.12.24 02:31:26.171491 [ 3 ] {d6b86bac-b093-4de0-9d91-692fdc8f6dbf} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): There are no data parts 2025.12.24 02:31:26.172578 [ 3 ] {d6b86bac-b093-4de0-9d91-692fdc8f6dbf} TCPHandler: Processed in 0.00313521 sec. 2025.12.24 02:31:26.172705 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.172852 [ 3 ] {82f2fc36-6fb3-498c-8f76-f0da739075e8} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.172906 [ 3 ] {82f2fc36-6fb3-498c-8f76-f0da739075e8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.24 02:31:26.174519 [ 3 ] {82f2fc36-6fb3-498c-8f76-f0da739075e8} oximeter.measurements_f32 (9ffca1a8-d62f-49a1-a52c-2c6fcf916e97): Loading data parts 2025.12.24 02:31:26.174652 [ 3 ] {82f2fc36-6fb3-498c-8f76-f0da739075e8} oximeter.measurements_f32 (9ffca1a8-d62f-49a1-a52c-2c6fcf916e97): There are no data parts 2025.12.24 02:31:26.175691 [ 3 ] {82f2fc36-6fb3-498c-8f76-f0da739075e8} TCPHandler: Processed in 0.003032479 sec. 2025.12.24 02:31:26.175830 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.175996 [ 3 ] {9e69da19-1996-43ce-b3bb-ef1f4cb3d621} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.176048 [ 3 ] {9e69da19-1996-43ce-b3bb-ef1f4cb3d621} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.24 02:31:26.177767 [ 3 ] {9e69da19-1996-43ce-b3bb-ef1f4cb3d621} oximeter.measurements_f64 (0d484346-0b97-4121-aa35-36d52ea2ff8f): Loading data parts 2025.12.24 02:31:26.177905 [ 3 ] {9e69da19-1996-43ce-b3bb-ef1f4cb3d621} oximeter.measurements_f64 (0d484346-0b97-4121-aa35-36d52ea2ff8f): There are no data parts 2025.12.24 02:31:26.179018 [ 3 ] {9e69da19-1996-43ce-b3bb-ef1f4cb3d621} TCPHandler: Processed in 0.003234792 sec. 2025.12.24 02:31:26.179154 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.179302 [ 3 ] {4252efbf-d9f5-4fe5-9708-f5b5301ff540} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.179360 [ 3 ] {4252efbf-d9f5-4fe5-9708-f5b5301ff540} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.24 02:31:26.180989 [ 3 ] {4252efbf-d9f5-4fe5-9708-f5b5301ff540} oximeter.measurements_string (eee43b11-90e8-47d8-9939-2cac4b5aa4e3): Loading data parts 2025.12.24 02:31:26.181241 [ 3 ] {4252efbf-d9f5-4fe5-9708-f5b5301ff540} oximeter.measurements_string (eee43b11-90e8-47d8-9939-2cac4b5aa4e3): There are no data parts 2025.12.24 02:31:26.182381 [ 3 ] {4252efbf-d9f5-4fe5-9708-f5b5301ff540} TCPHandler: Processed in 0.003277012 sec. 2025.12.24 02:31:26.182516 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.182690 [ 3 ] {ca899902-4cd0-433a-a3ca-6fd9047ad04f} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.182762 [ 3 ] {ca899902-4cd0-433a-a3ca-6fd9047ad04f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.24 02:31:26.184417 [ 3 ] {ca899902-4cd0-433a-a3ca-6fd9047ad04f} oximeter.measurements_bytes (1b4c3425-6d66-4b17-a91d-aaa008198ce0): Loading data parts 2025.12.24 02:31:26.184564 [ 3 ] {ca899902-4cd0-433a-a3ca-6fd9047ad04f} oximeter.measurements_bytes (1b4c3425-6d66-4b17-a91d-aaa008198ce0): There are no data parts 2025.12.24 02:31:26.185636 [ 3 ] {ca899902-4cd0-433a-a3ca-6fd9047ad04f} TCPHandler: Processed in 0.00316892 sec. 2025.12.24 02:31:26.185782 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.185952 [ 3 ] {597798b5-db85-46a8-911e-e62886fee091} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.186015 [ 3 ] {597798b5-db85-46a8-911e-e62886fee091} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.24 02:31:26.187623 [ 3 ] {597798b5-db85-46a8-911e-e62886fee091} oximeter.measurements_cumulativei64 (97f95d11-a4a5-4fdd-81a2-cbf8de490d0a): Loading data parts 2025.12.24 02:31:26.187788 [ 3 ] {597798b5-db85-46a8-911e-e62886fee091} oximeter.measurements_cumulativei64 (97f95d11-a4a5-4fdd-81a2-cbf8de490d0a): There are no data parts 2025.12.24 02:31:26.188831 [ 3 ] {597798b5-db85-46a8-911e-e62886fee091} TCPHandler: Processed in 0.003096949 sec. 2025.12.24 02:31:26.188973 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.189146 [ 3 ] {751212ea-a7b5-4ec9-a0e1-ddfae9dd22a1} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.189196 [ 3 ] {751212ea-a7b5-4ec9-a0e1-ddfae9dd22a1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.24 02:31:26.190733 [ 3 ] {751212ea-a7b5-4ec9-a0e1-ddfae9dd22a1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Loading data parts 2025.12.24 02:31:26.190892 [ 3 ] {751212ea-a7b5-4ec9-a0e1-ddfae9dd22a1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): There are no data parts 2025.12.24 02:31:26.191968 [ 3 ] {751212ea-a7b5-4ec9-a0e1-ddfae9dd22a1} TCPHandler: Processed in 0.003042788 sec. 2025.12.24 02:31:26.192121 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.192277 [ 3 ] {2e7fe4e6-1e21-42ed-8b9a-f6a5685da4f7} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.192333 [ 3 ] {2e7fe4e6-1e21-42ed-8b9a-f6a5685da4f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.24 02:31:26.193812 [ 3 ] {2e7fe4e6-1e21-42ed-8b9a-f6a5685da4f7} oximeter.measurements_cumulativef32 (931cf53b-6cf5-4cda-9dae-188737153781): Loading data parts 2025.12.24 02:31:26.193973 [ 3 ] {2e7fe4e6-1e21-42ed-8b9a-f6a5685da4f7} oximeter.measurements_cumulativef32 (931cf53b-6cf5-4cda-9dae-188737153781): There are no data parts 2025.12.24 02:31:26.195076 [ 3 ] {2e7fe4e6-1e21-42ed-8b9a-f6a5685da4f7} TCPHandler: Processed in 0.003003537 sec. 2025.12.24 02:31:26.195212 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.195388 [ 3 ] {bb1f84c6-7690-49e8-97ee-09588ea4bd07} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.195446 [ 3 ] {bb1f84c6-7690-49e8-97ee-09588ea4bd07} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.24 02:31:26.196999 [ 3 ] {bb1f84c6-7690-49e8-97ee-09588ea4bd07} oximeter.measurements_cumulativef64 (1583aa74-d119-4859-a269-e783bc110ed1): Loading data parts 2025.12.24 02:31:26.197140 [ 3 ] {bb1f84c6-7690-49e8-97ee-09588ea4bd07} oximeter.measurements_cumulativef64 (1583aa74-d119-4859-a269-e783bc110ed1): There are no data parts 2025.12.24 02:31:26.198218 [ 3 ] {bb1f84c6-7690-49e8-97ee-09588ea4bd07} TCPHandler: Processed in 0.003058228 sec. 2025.12.24 02:31:26.198362 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.198583 [ 3 ] {f7a70bce-0337-4f75-be31-830325c854cc} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.198659 [ 3 ] {f7a70bce-0337-4f75-be31-830325c854cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.24 02:31:26.200447 [ 3 ] {f7a70bce-0337-4f75-be31-830325c854cc} oximeter.measurements_histogrami8 (5c4cbc0c-d55c-4cdd-a30d-dda9548f50dc): Loading data parts 2025.12.24 02:31:26.200615 [ 3 ] {f7a70bce-0337-4f75-be31-830325c854cc} oximeter.measurements_histogrami8 (5c4cbc0c-d55c-4cdd-a30d-dda9548f50dc): There are no data parts 2025.12.24 02:31:26.201713 [ 3 ] {f7a70bce-0337-4f75-be31-830325c854cc} TCPHandler: Processed in 0.003399684 sec. 2025.12.24 02:31:26.201846 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.202076 [ 3 ] {44bfccaf-f03a-4f1b-963b-fd006dd2132e} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.202143 [ 3 ] {44bfccaf-f03a-4f1b-963b-fd006dd2132e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.24 02:31:26.203855 [ 3 ] {44bfccaf-f03a-4f1b-963b-fd006dd2132e} oximeter.measurements_histogramu8 (9a90335a-c173-493c-a63f-f2819d91704c): Loading data parts 2025.12.24 02:31:26.203991 [ 3 ] {44bfccaf-f03a-4f1b-963b-fd006dd2132e} oximeter.measurements_histogramu8 (9a90335a-c173-493c-a63f-f2819d91704c): There are no data parts 2025.12.24 02:31:26.205116 [ 3 ] {44bfccaf-f03a-4f1b-963b-fd006dd2132e} TCPHandler: Processed in 0.003319292 sec. 2025.12.24 02:31:26.205248 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.205459 [ 3 ] {cd8e6644-c44a-4d46-80ab-06c0e9026a51} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.205533 [ 3 ] {cd8e6644-c44a-4d46-80ab-06c0e9026a51} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.24 02:31:26.207249 [ 3 ] {cd8e6644-c44a-4d46-80ab-06c0e9026a51} oximeter.measurements_histogrami16 (0196d541-b193-47b8-98aa-8844624d5a39): Loading data parts 2025.12.24 02:31:26.207405 [ 3 ] {cd8e6644-c44a-4d46-80ab-06c0e9026a51} oximeter.measurements_histogrami16 (0196d541-b193-47b8-98aa-8844624d5a39): There are no data parts 2025.12.24 02:31:26.208550 [ 3 ] {cd8e6644-c44a-4d46-80ab-06c0e9026a51} TCPHandler: Processed in 0.003349623 sec. 2025.12.24 02:31:26.208689 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.208917 [ 3 ] {78e4cdc2-a73f-43a2-abaa-5ea90123c497} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.208988 [ 3 ] {78e4cdc2-a73f-43a2-abaa-5ea90123c497} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.24 02:31:26.211107 [ 3 ] {78e4cdc2-a73f-43a2-abaa-5ea90123c497} oximeter.measurements_histogramu16 (c0a0b893-fd3f-417a-86c0-1c8836c1849b): Loading data parts 2025.12.24 02:31:26.211264 [ 3 ] {78e4cdc2-a73f-43a2-abaa-5ea90123c497} oximeter.measurements_histogramu16 (c0a0b893-fd3f-417a-86c0-1c8836c1849b): There are no data parts 2025.12.24 02:31:26.212410 [ 3 ] {78e4cdc2-a73f-43a2-abaa-5ea90123c497} TCPHandler: Processed in 0.0037682 sec. 2025.12.24 02:31:26.212547 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.212753 [ 3 ] {21dd19e4-662b-4633-ab99-eebf88cd7dd9} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.212822 [ 3 ] {21dd19e4-662b-4633-ab99-eebf88cd7dd9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.24 02:31:26.214566 [ 3 ] {21dd19e4-662b-4633-ab99-eebf88cd7dd9} oximeter.measurements_histogrami32 (13a7f334-e843-4e0b-aa5b-7875fe85600c): Loading data parts 2025.12.24 02:31:26.214726 [ 3 ] {21dd19e4-662b-4633-ab99-eebf88cd7dd9} oximeter.measurements_histogrami32 (13a7f334-e843-4e0b-aa5b-7875fe85600c): There are no data parts 2025.12.24 02:31:26.215827 [ 3 ] {21dd19e4-662b-4633-ab99-eebf88cd7dd9} TCPHandler: Processed in 0.003327203 sec. 2025.12.24 02:31:26.215962 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.216193 [ 3 ] {7624cdc7-db7e-4c7d-97fd-81a503e30267} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.216261 [ 3 ] {7624cdc7-db7e-4c7d-97fd-81a503e30267} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.24 02:31:26.217984 [ 3 ] {7624cdc7-db7e-4c7d-97fd-81a503e30267} oximeter.measurements_histogramu32 (1c0e3fd9-de86-4dbc-8399-7a783bc281ca): Loading data parts 2025.12.24 02:31:26.218120 [ 3 ] {7624cdc7-db7e-4c7d-97fd-81a503e30267} oximeter.measurements_histogramu32 (1c0e3fd9-de86-4dbc-8399-7a783bc281ca): There are no data parts 2025.12.24 02:31:26.219238 [ 3 ] {7624cdc7-db7e-4c7d-97fd-81a503e30267} TCPHandler: Processed in 0.003325433 sec. 2025.12.24 02:31:26.219388 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.219595 [ 3 ] {c59fff4c-fd84-4a75-a21d-ade1ea0de582} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.219664 [ 3 ] {c59fff4c-fd84-4a75-a21d-ade1ea0de582} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.24 02:31:26.221577 [ 3 ] {c59fff4c-fd84-4a75-a21d-ade1ea0de582} oximeter.measurements_histogrami64 (419749b4-daea-441c-b2a8-5309e18fc7ba): Loading data parts 2025.12.24 02:31:26.221722 [ 3 ] {c59fff4c-fd84-4a75-a21d-ade1ea0de582} oximeter.measurements_histogrami64 (419749b4-daea-441c-b2a8-5309e18fc7ba): There are no data parts 2025.12.24 02:31:26.222892 [ 3 ] {c59fff4c-fd84-4a75-a21d-ade1ea0de582} TCPHandler: Processed in 0.003551986 sec. 2025.12.24 02:31:26.223023 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.223255 [ 3 ] {6caf31a0-6dd3-4bbe-a2dd-7fcb94838818} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.223325 [ 3 ] {6caf31a0-6dd3-4bbe-a2dd-7fcb94838818} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.24 02:31:26.225226 [ 3 ] {6caf31a0-6dd3-4bbe-a2dd-7fcb94838818} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Loading data parts 2025.12.24 02:31:26.225364 [ 3 ] {6caf31a0-6dd3-4bbe-a2dd-7fcb94838818} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): There are no data parts 2025.12.24 02:31:26.226459 [ 3 ] {6caf31a0-6dd3-4bbe-a2dd-7fcb94838818} TCPHandler: Processed in 0.003483075 sec. 2025.12.24 02:31:26.226617 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.226824 [ 3 ] {2ab13818-06ac-498e-a4fd-f2cf2caef809} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.226896 [ 3 ] {2ab13818-06ac-498e-a4fd-f2cf2caef809} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.24 02:31:26.228688 [ 3 ] {2ab13818-06ac-498e-a4fd-f2cf2caef809} oximeter.measurements_histogramf32 (431400ed-e7c3-4dcf-b1c4-7bc60aea6327): Loading data parts 2025.12.24 02:31:26.228848 [ 3 ] {2ab13818-06ac-498e-a4fd-f2cf2caef809} oximeter.measurements_histogramf32 (431400ed-e7c3-4dcf-b1c4-7bc60aea6327): There are no data parts 2025.12.24 02:31:26.229941 [ 3 ] {2ab13818-06ac-498e-a4fd-f2cf2caef809} TCPHandler: Processed in 0.003371914 sec. 2025.12.24 02:31:26.230078 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.230306 [ 3 ] {a2dab352-3bfe-4875-9f4f-cbd60ca27261} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.230378 [ 3 ] {a2dab352-3bfe-4875-9f4f-cbd60ca27261} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.24 02:31:26.232142 [ 3 ] {a2dab352-3bfe-4875-9f4f-cbd60ca27261} oximeter.measurements_histogramf64 (fafe5f4a-17f4-429b-85e9-f1d15b2f09f5): Loading data parts 2025.12.24 02:31:26.232277 [ 3 ] {a2dab352-3bfe-4875-9f4f-cbd60ca27261} oximeter.measurements_histogramf64 (fafe5f4a-17f4-429b-85e9-f1d15b2f09f5): There are no data parts 2025.12.24 02:31:26.233383 [ 3 ] {a2dab352-3bfe-4875-9f4f-cbd60ca27261} TCPHandler: Processed in 0.003357203 sec. 2025.12.24 02:31:26.233546 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.233727 [ 3 ] {b98a8b69-b44e-4213-b398-d62958aa36c2} executeQuery: (from [fd00:1122:3344:101::d]:39788) /* 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.12.24 02:31:26.233792 [ 3 ] {b98a8b69-b44e-4213-b398-d62958aa36c2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.24 02:31:26.235613 [ 3 ] {b98a8b69-b44e-4213-b398-d62958aa36c2} oximeter.fields_bool (bce5b687-90f9-4807-9f47-d586a8b4170a): Loading data parts 2025.12.24 02:31:26.235919 [ 3 ] {b98a8b69-b44e-4213-b398-d62958aa36c2} oximeter.fields_bool (bce5b687-90f9-4807-9f47-d586a8b4170a): There are no data parts 2025.12.24 02:31:26.236992 [ 3 ] {b98a8b69-b44e-4213-b398-d62958aa36c2} TCPHandler: Processed in 0.003494376 sec. 2025.12.24 02:31:26.237131 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.237287 [ 3 ] {bbc60088-889a-49c8-8748-1851c668419a} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.237351 [ 3 ] {bbc60088-889a-49c8-8748-1851c668419a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.24 02:31:26.238929 [ 3 ] {bbc60088-889a-49c8-8748-1851c668419a} oximeter.fields_i8 (5e8ebdef-f3cb-4ab1-9297-9adc4d2f48b3): Loading data parts 2025.12.24 02:31:26.239072 [ 3 ] {bbc60088-889a-49c8-8748-1851c668419a} oximeter.fields_i8 (5e8ebdef-f3cb-4ab1-9297-9adc4d2f48b3): There are no data parts 2025.12.24 02:31:26.240291 [ 3 ] {bbc60088-889a-49c8-8748-1851c668419a} TCPHandler: Processed in 0.003208102 sec. 2025.12.24 02:31:26.240433 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.240612 [ 3 ] {1054c622-61ef-490b-be5f-7351e8085030} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.240675 [ 3 ] {1054c622-61ef-490b-be5f-7351e8085030} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.24 02:31:26.242200 [ 3 ] {1054c622-61ef-490b-be5f-7351e8085030} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Loading data parts 2025.12.24 02:31:26.242345 [ 3 ] {1054c622-61ef-490b-be5f-7351e8085030} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): There are no data parts 2025.12.24 02:31:26.243434 [ 3 ] {1054c622-61ef-490b-be5f-7351e8085030} TCPHandler: Processed in 0.003048789 sec. 2025.12.24 02:31:26.243566 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.243717 [ 3 ] {db9c334d-6a44-423c-ac93-7c8c11cf1bcb} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.243781 [ 3 ] {db9c334d-6a44-423c-ac93-7c8c11cf1bcb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.24 02:31:26.245310 [ 3 ] {db9c334d-6a44-423c-ac93-7c8c11cf1bcb} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Loading data parts 2025.12.24 02:31:26.245450 [ 3 ] {db9c334d-6a44-423c-ac93-7c8c11cf1bcb} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): There are no data parts 2025.12.24 02:31:26.246521 [ 3 ] {db9c334d-6a44-423c-ac93-7c8c11cf1bcb} TCPHandler: Processed in 0.003002378 sec. 2025.12.24 02:31:26.246657 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.246832 [ 3 ] {76b4222f-5070-4c93-8566-bfb71d3ece13} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.246892 [ 3 ] {76b4222f-5070-4c93-8566-bfb71d3ece13} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.24 02:31:26.248417 [ 3 ] {76b4222f-5070-4c93-8566-bfb71d3ece13} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Loading data parts 2025.12.24 02:31:26.248564 [ 3 ] {76b4222f-5070-4c93-8566-bfb71d3ece13} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): There are no data parts 2025.12.24 02:31:26.249791 [ 3 ] {76b4222f-5070-4c93-8566-bfb71d3ece13} TCPHandler: Processed in 0.003182001 sec. 2025.12.24 02:31:26.249928 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.250082 [ 3 ] {4c010800-5937-489a-8bb7-5d0cd823e7d5} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.250148 [ 3 ] {4c010800-5937-489a-8bb7-5d0cd823e7d5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.24 02:31:26.251726 [ 3 ] {4c010800-5937-489a-8bb7-5d0cd823e7d5} oximeter.fields_i32 (c209ae03-3eef-4e8c-8652-b2fa08e71cfd): Loading data parts 2025.12.24 02:31:26.251863 [ 3 ] {4c010800-5937-489a-8bb7-5d0cd823e7d5} oximeter.fields_i32 (c209ae03-3eef-4e8c-8652-b2fa08e71cfd): There are no data parts 2025.12.24 02:31:26.252991 [ 3 ] {4c010800-5937-489a-8bb7-5d0cd823e7d5} TCPHandler: Processed in 0.00311283 sec. 2025.12.24 02:31:26.253121 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.253298 [ 3 ] {0e9bbaf2-ee2d-46a8-8af4-7fa48bcc9638} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.253360 [ 3 ] {0e9bbaf2-ee2d-46a8-8af4-7fa48bcc9638} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.24 02:31:26.254899 [ 3 ] {0e9bbaf2-ee2d-46a8-8af4-7fa48bcc9638} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Loading data parts 2025.12.24 02:31:26.255025 [ 3 ] {0e9bbaf2-ee2d-46a8-8af4-7fa48bcc9638} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): There are no data parts 2025.12.24 02:31:26.256170 [ 3 ] {0e9bbaf2-ee2d-46a8-8af4-7fa48bcc9638} TCPHandler: Processed in 0.00315096 sec. 2025.12.24 02:31:26.256299 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.256517 [ 3 ] {c4fe1f52-6a69-4d68-b202-79b9ff44284d} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.256582 [ 3 ] {c4fe1f52-6a69-4d68-b202-79b9ff44284d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.24 02:31:26.258090 [ 3 ] {c4fe1f52-6a69-4d68-b202-79b9ff44284d} oximeter.fields_i64 (7dc05304-d9f4-437b-9459-4a85e24a83ef): Loading data parts 2025.12.24 02:31:26.258243 [ 3 ] {c4fe1f52-6a69-4d68-b202-79b9ff44284d} oximeter.fields_i64 (7dc05304-d9f4-437b-9459-4a85e24a83ef): There are no data parts 2025.12.24 02:31:26.259545 [ 3 ] {c4fe1f52-6a69-4d68-b202-79b9ff44284d} TCPHandler: Processed in 0.003237721 sec. 2025.12.24 02:31:26.259679 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.259856 [ 3 ] {181669aa-473e-4157-9666-bd4c95cb6869} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.259918 [ 3 ] {181669aa-473e-4157-9666-bd4c95cb6869} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.24 02:31:26.261484 [ 3 ] {181669aa-473e-4157-9666-bd4c95cb6869} oximeter.fields_u64 (13b9d910-58c5-4c1d-ad74-86f3992c914d): Loading data parts 2025.12.24 02:31:26.261628 [ 3 ] {181669aa-473e-4157-9666-bd4c95cb6869} oximeter.fields_u64 (13b9d910-58c5-4c1d-ad74-86f3992c914d): There are no data parts 2025.12.24 02:31:26.262811 [ 3 ] {181669aa-473e-4157-9666-bd4c95cb6869} TCPHandler: Processed in 0.00318047 sec. 2025.12.24 02:31:26.262945 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.263100 [ 3 ] {31a4edbb-bb90-4cf9-8f46-22e6bbee546e} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.263166 [ 3 ] {31a4edbb-bb90-4cf9-8f46-22e6bbee546e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.24 02:31:26.264718 [ 3 ] {31a4edbb-bb90-4cf9-8f46-22e6bbee546e} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Loading data parts 2025.12.24 02:31:26.264851 [ 3 ] {31a4edbb-bb90-4cf9-8f46-22e6bbee546e} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): There are no data parts 2025.12.24 02:31:26.266011 [ 3 ] {31a4edbb-bb90-4cf9-8f46-22e6bbee546e} TCPHandler: Processed in 0.003114229 sec. 2025.12.24 02:31:26.266148 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.266328 [ 3 ] {6a3e7694-e8b5-4bbb-8c5b-4de043fdc96d} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.266395 [ 3 ] {6a3e7694-e8b5-4bbb-8c5b-4de043fdc96d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.24 02:31:26.267927 [ 3 ] {6a3e7694-e8b5-4bbb-8c5b-4de043fdc96d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Loading data parts 2025.12.24 02:31:26.268068 [ 3 ] {6a3e7694-e8b5-4bbb-8c5b-4de043fdc96d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): There are no data parts 2025.12.24 02:31:26.269184 [ 3 ] {6a3e7694-e8b5-4bbb-8c5b-4de043fdc96d} TCPHandler: Processed in 0.003085099 sec. 2025.12.24 02:31:26.269360 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.269521 [ 3 ] {a8af07e5-36e5-48a6-8ae1-80c205e8e5fe} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:26.269593 [ 3 ] {a8af07e5-36e5-48a6-8ae1-80c205e8e5fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.24 02:31:26.272350 [ 3 ] {a8af07e5-36e5-48a6-8ae1-80c205e8e5fe} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Loading data parts 2025.12.24 02:31:26.272513 [ 3 ] {a8af07e5-36e5-48a6-8ae1-80c205e8e5fe} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): There are no data parts 2025.12.24 02:31:26.274294 [ 3 ] {a8af07e5-36e5-48a6-8ae1-80c205e8e5fe} TCPHandler: Processed in 0.004982239 sec. 2025.12.24 02:31:26.274491 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.274773 [ 3 ] {1afd517a-8c8f-465f-b1fc-8a1e5b2d88fa} executeQuery: (from [fd00:1122:3344:101::d]:39788) /* 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.12.24 02:31:26.274862 [ 3 ] {1afd517a-8c8f-465f-b1fc-8a1e5b2d88fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.24 02:31:26.276973 [ 3 ] {1afd517a-8c8f-465f-b1fc-8a1e5b2d88fa} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1): Loading data parts 2025.12.24 02:31:26.277151 [ 3 ] {1afd517a-8c8f-465f-b1fc-8a1e5b2d88fa} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1): There are no data parts 2025.12.24 02:31:26.278509 [ 3 ] {1afd517a-8c8f-465f-b1fc-8a1e5b2d88fa} TCPHandler: Processed in 0.004069675 sec. 2025.12.24 02:31:26.278760 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:26.279124 [ 4 ] {01a6bfd7-973d-4828-9cb3-f89faac7ebd6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.24 02:31:26.280499 [ 4 ] {01a6bfd7-973d-4828-9cb3-f89faac7ebd6} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.24 02:31:26.294263 [ 260 ] {01a6bfd7-973d-4828-9cb3-f89faac7ebd6} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:26.294343 [ 260 ] {01a6bfd7-973d-4828-9cb3-f89faac7ebd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 02:31:26.298527 [ 260 ] {01a6bfd7-973d-4828-9cb3-f89faac7ebd6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:26.298911 [ 260 ] {01a6bfd7-973d-4828-9cb3-f89faac7ebd6} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:26.299175 [ 4 ] {01a6bfd7-973d-4828-9cb3-f89faac7ebd6} executeQuery: Read 1 rows, 16.00 B in 0.020218 sec., 49.46087644673064 rows/sec., 791.37 B/sec. 2025.12.24 02:31:26.299396 [ 4 ] {01a6bfd7-973d-4828-9cb3-f89faac7ebd6} TCPHandler: Processed in 0.020760971 sec. 2025.12.24 02:31:27.000237 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.54 MiB, peak 124.54 MiB, free memory in arenas 0.00 B, will set to 138.05 MiB (RSS), difference: 13.51 MiB 2025.12.24 02:31:27.080368 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61517 2025.12.24 02:31:27.081015 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.081055 [ 262 ] {} TCP-Session: 6ea3aa2c-d317-4058-98f7-9bbb9ecb027a Authenticating user 'default' from [fd00:1122:3344:101::b]:61517 2025.12.24 02:31:27.081183 [ 262 ] {} TCP-Session: 6ea3aa2c-d317-4058-98f7-9bbb9ecb027a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.081197 [ 262 ] {} TCP-Session: 6ea3aa2c-d317-4058-98f7-9bbb9ecb027a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.081263 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 02:31:27.081388 [ 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.12.24 02:31:27.081406 [ 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.12.24 02:31:27.081955 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64983 2025.12.24 02:31:27.082042 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58151 2025.12.24 02:31:27.082179 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.082222 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37124 2025.12.24 02:31:27.082272 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36590 2025.12.24 02:31:27.082315 [ 263 ] {} TCP-Session: 839c90a4-bfa3-418c-b119-6b0763eda4ed Authenticating user 'default' from [fd00:1122:3344:101::b]:64983 2025.12.24 02:31:27.082360 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43218 2025.12.24 02:31:27.082469 [ 263 ] {} TCP-Session: 839c90a4-bfa3-418c-b119-6b0763eda4ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.082487 [ 263 ] {} TCP-Session: 839c90a4-bfa3-418c-b119-6b0763eda4ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.082567 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.082585 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60140 2025.12.24 02:31:27.082591 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.082615 [ 264 ] {} TCP-Session: 7aa8e8fd-ce9f-41e9-8316-563b7a53c054 Authenticating user 'default' from [fd00:1122:3344:101::b]:58151 2025.12.24 02:31:27.082655 [ 266 ] {} TCP-Session: 6cb3f2b9-5531-4325-b26a-6e0b0b7ddb4f Authenticating user 'default' from [fd00:1122:3344:101::b]:36590 2025.12.24 02:31:27.082702 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49979 2025.12.24 02:31:27.082691 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.082791 [ 266 ] {} TCP-Session: 6cb3f2b9-5531-4325-b26a-6e0b0b7ddb4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.082772 [ 264 ] {} TCP-Session: 7aa8e8fd-ce9f-41e9-8316-563b7a53c054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.082753 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.082973 [ 266 ] {} TCP-Session: 6cb3f2b9-5531-4325-b26a-6e0b0b7ddb4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.082960 [ 264 ] {} TCP-Session: 7aa8e8fd-ce9f-41e9-8316-563b7a53c054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.083011 [ 268 ] {} TCP-Session: eec8380f-1c0b-45e4-a633-c6940b751ea2 Authenticating user 'default' from [fd00:1122:3344:101::b]:60140 2025.12.24 02:31:27.082954 [ 267 ] {} TCP-Session: 765bce3c-04fe-48f0-8cc4-b04dd856fbc1 Authenticating user 'default' from [fd00:1122:3344:101::b]:43218 2025.12.24 02:31:27.083087 [ 268 ] {} TCP-Session: eec8380f-1c0b-45e4-a633-c6940b751ea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.082926 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.082571 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.083184 [ 269 ] {} TCP-Session: c069a2b0-36fd-4278-83da-c325c9335f1a Authenticating user 'default' from [fd00:1122:3344:101::b]:49979 2025.12.24 02:31:27.083159 [ 267 ] {} TCP-Session: 765bce3c-04fe-48f0-8cc4-b04dd856fbc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.083187 [ 268 ] {} TCP-Session: eec8380f-1c0b-45e4-a633-c6940b751ea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.083322 [ 269 ] {} TCP-Session: c069a2b0-36fd-4278-83da-c325c9335f1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.083300 [ 267 ] {} TCP-Session: 765bce3c-04fe-48f0-8cc4-b04dd856fbc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.083292 [ 265 ] {} TCP-Session: d52830d3-732d-4af6-a528-cf48aa80f3e7 Authenticating user 'default' from [fd00:1122:3344:101::b]:37124 2025.12.24 02:31:27.083456 [ 269 ] {} TCP-Session: c069a2b0-36fd-4278-83da-c325c9335f1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.083519 [ 265 ] {} TCP-Session: d52830d3-732d-4af6-a528-cf48aa80f3e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.083535 [ 265 ] {} TCP-Session: d52830d3-732d-4af6-a528-cf48aa80f3e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.138868 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51192 2025.12.24 02:31:27.141088 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.141156 [ 270 ] {} TCP-Session: 3f768294-8805-4dd2-9443-50a73940a172 Authenticating user 'default' from [fd00:1122:3344:101::a]:51192 2025.12.24 02:31:27.141341 [ 270 ] {} TCP-Session: 3f768294-8805-4dd2-9443-50a73940a172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.141358 [ 270 ] {} TCP-Session: 3f768294-8805-4dd2-9443-50a73940a172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.141422 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 02:31:27.141505 [ 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.12.24 02:31:27.141569 [ 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.12.24 02:31:27.142146 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35739 2025.12.24 02:31:27.142259 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53485 2025.12.24 02:31:27.142346 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35714 2025.12.24 02:31:27.142430 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.142495 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.142526 [ 271 ] {} TCP-Session: 6c088d04-cc58-4373-84eb-1417c7bf5ec8 Authenticating user 'default' from [fd00:1122:3344:101::a]:35739 2025.12.24 02:31:27.142542 [ 272 ] {} TCP-Session: 3e04efa4-c00b-4fc7-b705-552e37487cfc Authenticating user 'default' from [fd00:1122:3344:101::a]:53485 2025.12.24 02:31:27.142526 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52276 2025.12.24 02:31:27.142681 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.142708 [ 271 ] {} TCP-Session: 6c088d04-cc58-4373-84eb-1417c7bf5ec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.142750 [ 273 ] {} TCP-Session: dbc8270c-a09f-4475-a09e-f05d1ef474b7 Authenticating user 'default' from [fd00:1122:3344:101::a]:35714 2025.12.24 02:31:27.142736 [ 272 ] {} TCP-Session: 3e04efa4-c00b-4fc7-b705-552e37487cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.142710 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43452 2025.12.24 02:31:27.142923 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65244 2025.12.24 02:31:27.142854 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53640 2025.12.24 02:31:27.142843 [ 273 ] {} TCP-Session: dbc8270c-a09f-4475-a09e-f05d1ef474b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.142823 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.143016 [ 273 ] {} TCP-Session: dbc8270c-a09f-4475-a09e-f05d1ef474b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.142824 [ 272 ] {} TCP-Session: 3e04efa4-c00b-4fc7-b705-552e37487cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.142808 [ 271 ] {} TCP-Session: 6c088d04-cc58-4373-84eb-1417c7bf5ec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.143195 [ 274 ] {} TCP-Session: b54d4fb0-7d60-4fc5-9396-6e3567ea37d6 Authenticating user 'default' from [fd00:1122:3344:101::a]:52276 2025.12.24 02:31:27.143243 [ 274 ] {} TCP-Session: b54d4fb0-7d60-4fc5-9396-6e3567ea37d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.143260 [ 274 ] {} TCP-Session: b54d4fb0-7d60-4fc5-9396-6e3567ea37d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.143393 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.143588 [ 277 ] {} TCP-Session: eed01cc7-30ba-4e74-aa86-30550cb418e2 Authenticating user 'default' from [fd00:1122:3344:101::a]:65244 2025.12.24 02:31:27.143602 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.143604 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.143611 [ 277 ] {} TCP-Session: eed01cc7-30ba-4e74-aa86-30550cb418e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.143830 [ 277 ] {} TCP-Session: eed01cc7-30ba-4e74-aa86-30550cb418e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.143855 [ 275 ] {} TCP-Session: 962f88b1-b9e6-45fe-b2f5-b7dbce313748 Authenticating user 'default' from [fd00:1122:3344:101::a]:43452 2025.12.24 02:31:27.143830 [ 276 ] {} TCP-Session: ca39ab89-cfae-48d3-a916-7e3f169e116b Authenticating user 'default' from [fd00:1122:3344:101::a]:53640 2025.12.24 02:31:27.143985 [ 275 ] {} TCP-Session: 962f88b1-b9e6-45fe-b2f5-b7dbce313748 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.144003 [ 276 ] {} TCP-Session: ca39ab89-cfae-48d3-a916-7e3f169e116b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.144092 [ 275 ] {} TCP-Session: 962f88b1-b9e6-45fe-b2f5-b7dbce313748 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.144187 [ 276 ] {} TCP-Session: ca39ab89-cfae-48d3-a916-7e3f169e116b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.857894 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39111 2025.12.24 02:31:27.858603 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.858652 [ 278 ] {} TCP-Session: c8461950-7a75-452f-ba8e-ea8990e41a4a Authenticating user 'default' from [fd00:1122:3344:101::c]:39111 2025.12.24 02:31:27.858692 [ 278 ] {} TCP-Session: c8461950-7a75-452f-ba8e-ea8990e41a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.858831 [ 278 ] {} TCP-Session: c8461950-7a75-452f-ba8e-ea8990e41a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.858911 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 02:31:27.858959 [ 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.12.24 02:31:27.859169 [ 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.12.24 02:31:27.859845 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50902 2025.12.24 02:31:27.859921 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57436 2025.12.24 02:31:27.860104 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65461 2025.12.24 02:31:27.860131 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.860254 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62787 2025.12.24 02:31:27.860355 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.860382 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46522 2025.12.24 02:31:27.860198 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.860467 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64178 2025.12.24 02:31:27.860454 [ 281 ] {} TCP-Session: 81ad3c37-25e1-4eb3-a28c-d8acb89ff35e Authenticating user 'default' from [fd00:1122:3344:101::c]:65461 2025.12.24 02:31:27.860425 [ 279 ] {} TCP-Session: f22c826a-aa55-4d89-bed3-1b58a8e462a8 Authenticating user 'default' from [fd00:1122:3344:101::c]:50902 2025.12.24 02:31:27.860672 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38256 2025.12.24 02:31:27.860675 [ 281 ] {} TCP-Session: 81ad3c37-25e1-4eb3-a28c-d8acb89ff35e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.860656 [ 280 ] {} TCP-Session: e60d39d6-5b90-4834-9aca-2cfbf1891a29 Authenticating user 'default' from [fd00:1122:3344:101::c]:57436 2025.12.24 02:31:27.860763 [ 281 ] {} TCP-Session: 81ad3c37-25e1-4eb3-a28c-d8acb89ff35e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.860762 [ 279 ] {} TCP-Session: f22c826a-aa55-4d89-bed3-1b58a8e462a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.860833 [ 280 ] {} TCP-Session: e60d39d6-5b90-4834-9aca-2cfbf1891a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.860839 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.860936 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.860734 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.860761 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:31:27.861129 [ 279 ] {} TCP-Session: f22c826a-aa55-4d89-bed3-1b58a8e462a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.861114 [ 280 ] {} TCP-Session: e60d39d6-5b90-4834-9aca-2cfbf1891a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.861112 [ 284 ] {} TCP-Session: 5086f150-bbb5-4a67-aafb-ba4ee8c73273 Authenticating user 'default' from [fd00:1122:3344:101::c]:64178 2025.12.24 02:31:27.861032 [ 282 ] {} TCP-Session: 7c8ff185-f659-4d04-8447-32d56d0420b3 Authenticating user 'default' from [fd00:1122:3344:101::c]:62787 2025.12.24 02:31:27.861361 [ 283 ] {} TCP-Session: a60ba7d6-9a68-445e-84fb-faa658452f7f Authenticating user 'default' from [fd00:1122:3344:101::c]:46522 2025.12.24 02:31:27.861349 [ 284 ] {} TCP-Session: 5086f150-bbb5-4a67-aafb-ba4ee8c73273 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.861012 [ 285 ] {} TCP-Session: 27626d15-9ba6-46e9-8f07-13f75dc3d192 Authenticating user 'default' from [fd00:1122:3344:101::c]:38256 2025.12.24 02:31:27.861464 [ 284 ] {} TCP-Session: 5086f150-bbb5-4a67-aafb-ba4ee8c73273 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.861545 [ 283 ] {} TCP-Session: a60ba7d6-9a68-445e-84fb-faa658452f7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.861644 [ 285 ] {} TCP-Session: 27626d15-9ba6-46e9-8f07-13f75dc3d192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.861646 [ 283 ] {} TCP-Session: a60ba7d6-9a68-445e-84fb-faa658452f7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.861838 [ 282 ] {} TCP-Session: 7c8ff185-f659-4d04-8447-32d56d0420b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.861865 [ 285 ] {} TCP-Session: 27626d15-9ba6-46e9-8f07-13f75dc3d192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:27.862000 [ 282 ] {} TCP-Session: 7c8ff185-f659-4d04-8447-32d56d0420b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:31:28.001217 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 138.19 MiB, peak 138.19 MiB, free memory in arenas 0.00 B, will set to 139.71 MiB (RSS), difference: 1.52 MiB 2025.12.24 02:31:32.174294 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.24 02:31:32.174422 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.24 02:31:32.174596 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.12.24 02:31:32.174712 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.24 02:31:32.178353 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Loading data parts 2025.12.24 02:31:32.178553 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): There are no data parts 2025.12.24 02:31:32.186611 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:32.186758 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 02:31:32.194580 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:32.195245 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:32.195580 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.12.24 02:31:32.198218 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Loading data parts 2025.12.24 02:31:32.198405 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): There are no data parts 2025.12.24 02:31:32.223235 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:32.223448 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 02:31:32.229877 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:32.231114 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:32.234400 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.24 02:31:33.000164 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.79 MiB, peak 148.79 MiB, free memory in arenas 0.00 B, will set to 153.82 MiB (RSS), difference: 9.03 MiB 2025.12.24 02:31:34.674240 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.24 02:31:34.674345 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.24 02:31:34.680536 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Loading data parts 2025.12.24 02:31:34.680725 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): There are no data parts 2025.12.24 02:31:34.690771 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:34.690910 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 02:31:34.692650 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:34.693209 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:34.693480 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.24 02:31:35.000160 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.02 MiB, peak 158.02 MiB, free memory in arenas 0.00 B, will set to 154.86 MiB (RSS), difference: -3.16 MiB 2025.12.24 02:31:39.650253 [ 105 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:31:39.650310 [ 105 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:31:39.695700 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.12.24 02:31:39.700560 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:39.700608 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 02:31:39.701415 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:31:39.702024 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:39.702241 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.12.24 02:31:39.734515 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.24 02:31:39.752841 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:39.753033 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 02:31:39.759692 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:31:39.760861 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:39.764510 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.24 02:31:40.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.64 MiB, peak 159.64 MiB, free memory in arenas 0.00 B, will set to 157.73 MiB (RSS), difference: 2.10 MiB 2025.12.24 02:31:45.000172 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.78 MiB, peak 159.64 MiB, free memory in arenas 0.00 B, will set to 157.80 MiB (RSS), difference: 4.02 MiB 2025.12.24 02:31:46.314691 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.314914 [ 3 ] {bda793b3-dbb1-450d-8241-712babd0b4a4} executeQuery: (from [fd00:1122:3344:101::d]:39788) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.24 02:31:46.321239 [ 3 ] {bda793b3-dbb1-450d-8241-712babd0b4a4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.325385 [ 3 ] {bda793b3-dbb1-450d-8241-712babd0b4a4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.335807 [ 3 ] {bda793b3-dbb1-450d-8241-712babd0b4a4} TCPHandler: Processed in 0.021269509 sec. 2025.12.24 02:31:46.348706 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.348915 [ 3 ] {263c014e-35d8-4a24-b52b-b369a45bd133} executeQuery: (from [fd00:1122:3344:101::d]:39788) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.24 02:31:46.353140 [ 3 ] {263c014e-35d8-4a24-b52b-b369a45bd133} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.353248 [ 3 ] {263c014e-35d8-4a24-b52b-b369a45bd133} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.355719 [ 3 ] {263c014e-35d8-4a24-b52b-b369a45bd133} TCPHandler: Processed in 0.007071433 sec. 2025.12.24 02:31:46.355970 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.356121 [ 3 ] {dc5fd264-6096-4ea2-a719-8b7d509324f1} executeQuery: (from [fd00:1122:3344:101::d]:39788) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.24 02:31:46.358427 [ 3 ] {dc5fd264-6096-4ea2-a719-8b7d509324f1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.358476 [ 3 ] {dc5fd264-6096-4ea2-a719-8b7d509324f1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.358862 [ 3 ] {dc5fd264-6096-4ea2-a719-8b7d509324f1} TCPHandler: Processed in 0.002943847 sec. 2025.12.24 02:31:46.359097 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.359219 [ 3 ] {787a375b-c38d-4587-9e0f-1dd5a223f1ce} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.359471 [ 3 ] {787a375b-c38d-4587-9e0f-1dd5a223f1ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.359516 [ 3 ] {787a375b-c38d-4587-9e0f-1dd5a223f1ce} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.359847 [ 3 ] {787a375b-c38d-4587-9e0f-1dd5a223f1ce} TCPHandler: Processed in 0.000800633 sec. 2025.12.24 02:31:46.360078 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.360194 [ 3 ] {01bdb125-a247-4aff-8e17-0e5da847b3f4} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.360441 [ 3 ] {01bdb125-a247-4aff-8e17-0e5da847b3f4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.360485 [ 3 ] {01bdb125-a247-4aff-8e17-0e5da847b3f4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.360851 [ 3 ] {01bdb125-a247-4aff-8e17-0e5da847b3f4} TCPHandler: Processed in 0.000821364 sec. 2025.12.24 02:31:46.361057 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.361172 [ 3 ] {5a7aef1f-c739-47e4-90d3-bcb4ec3d9db5} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.361416 [ 3 ] {5a7aef1f-c739-47e4-90d3-bcb4ec3d9db5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.361459 [ 3 ] {5a7aef1f-c739-47e4-90d3-bcb4ec3d9db5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.361806 [ 3 ] {5a7aef1f-c739-47e4-90d3-bcb4ec3d9db5} TCPHandler: Processed in 0.000797533 sec. 2025.12.24 02:31:46.362014 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.362129 [ 3 ] {df4b696a-6d54-432d-b39e-d34d71019c95} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.362374 [ 3 ] {df4b696a-6d54-432d-b39e-d34d71019c95} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.362418 [ 3 ] {df4b696a-6d54-432d-b39e-d34d71019c95} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.362745 [ 3 ] {df4b696a-6d54-432d-b39e-d34d71019c95} TCPHandler: Processed in 0.000778483 sec. 2025.12.24 02:31:46.362954 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.363068 [ 3 ] {66a798bf-5d76-4b17-9978-052c614054d2} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.363315 [ 3 ] {66a798bf-5d76-4b17-9978-052c614054d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.363361 [ 3 ] {66a798bf-5d76-4b17-9978-052c614054d2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.363698 [ 3 ] {66a798bf-5d76-4b17-9978-052c614054d2} TCPHandler: Processed in 0.000792483 sec. 2025.12.24 02:31:46.363941 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.364057 [ 3 ] {a544ab4d-7cae-4e86-9fe1-baf9fafc6284} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.364302 [ 3 ] {a544ab4d-7cae-4e86-9fe1-baf9fafc6284} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.364345 [ 3 ] {a544ab4d-7cae-4e86-9fe1-baf9fafc6284} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.364683 [ 3 ] {a544ab4d-7cae-4e86-9fe1-baf9fafc6284} TCPHandler: Processed in 0.000790292 sec. 2025.12.24 02:31:46.364899 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.365017 [ 3 ] {e4139633-f240-41ca-8371-00ab9344bfb8} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.365269 [ 3 ] {e4139633-f240-41ca-8371-00ab9344bfb8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.365313 [ 3 ] {e4139633-f240-41ca-8371-00ab9344bfb8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.365655 [ 3 ] {e4139633-f240-41ca-8371-00ab9344bfb8} TCPHandler: Processed in 0.000804153 sec. 2025.12.24 02:31:46.365858 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.365975 [ 3 ] {6c8d3774-8a5a-49e3-b27b-ca5780bcc2c1} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.366227 [ 3 ] {6c8d3774-8a5a-49e3-b27b-ca5780bcc2c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.366269 [ 3 ] {6c8d3774-8a5a-49e3-b27b-ca5780bcc2c1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.366597 [ 3 ] {6c8d3774-8a5a-49e3-b27b-ca5780bcc2c1} TCPHandler: Processed in 0.000787763 sec. 2025.12.24 02:31:46.366815 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.366932 [ 3 ] {4cabe316-a5ef-4565-929f-77199e96443c} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.367181 [ 3 ] {4cabe316-a5ef-4565-929f-77199e96443c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.367224 [ 3 ] {4cabe316-a5ef-4565-929f-77199e96443c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.367554 [ 3 ] {4cabe316-a5ef-4565-929f-77199e96443c} TCPHandler: Processed in 0.000787332 sec. 2025.12.24 02:31:46.367775 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.367890 [ 3 ] {3a9c9d71-68ad-4a40-ba53-17e2db3b7d02} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.368138 [ 3 ] {3a9c9d71-68ad-4a40-ba53-17e2db3b7d02} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.368181 [ 3 ] {3a9c9d71-68ad-4a40-ba53-17e2db3b7d02} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.368516 [ 3 ] {3a9c9d71-68ad-4a40-ba53-17e2db3b7d02} TCPHandler: Processed in 0.000789073 sec. 2025.12.24 02:31:46.368734 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.368849 [ 3 ] {dc2acb1a-9100-4e05-a47e-ec2568a6a756} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.369105 [ 3 ] {dc2acb1a-9100-4e05-a47e-ec2568a6a756} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.369149 [ 3 ] {dc2acb1a-9100-4e05-a47e-ec2568a6a756} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.369473 [ 3 ] {dc2acb1a-9100-4e05-a47e-ec2568a6a756} TCPHandler: Processed in 0.000786663 sec. 2025.12.24 02:31:46.369674 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.369790 [ 3 ] {3b6044b3-85dd-4773-8f15-41266902006f} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.370037 [ 3 ] {3b6044b3-85dd-4773-8f15-41266902006f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.370079 [ 3 ] {3b6044b3-85dd-4773-8f15-41266902006f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.370408 [ 3 ] {3b6044b3-85dd-4773-8f15-41266902006f} TCPHandler: Processed in 0.000781493 sec. 2025.12.24 02:31:46.370640 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.370758 [ 3 ] {9629ca33-cdf8-431e-9e43-407a035dc6aa} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.371016 [ 3 ] {9629ca33-cdf8-431e-9e43-407a035dc6aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.371058 [ 3 ] {9629ca33-cdf8-431e-9e43-407a035dc6aa} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.371382 [ 3 ] {9629ca33-cdf8-431e-9e43-407a035dc6aa} TCPHandler: Processed in 0.000789512 sec. 2025.12.24 02:31:46.373363 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.373484 [ 3 ] {c2e8fceb-3022-4b1a-8b8a-165afeebdb0c} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.373752 [ 3 ] {c2e8fceb-3022-4b1a-8b8a-165afeebdb0c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.373794 [ 3 ] {c2e8fceb-3022-4b1a-8b8a-165afeebdb0c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.374136 [ 3 ] {c2e8fceb-3022-4b1a-8b8a-165afeebdb0c} TCPHandler: Processed in 0.000822483 sec. 2025.12.24 02:31:46.374351 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.374474 [ 3 ] {443bcfa8-1a56-436d-82ea-f47b182b70c7} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.374748 [ 3 ] {443bcfa8-1a56-436d-82ea-f47b182b70c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.374790 [ 3 ] {443bcfa8-1a56-436d-82ea-f47b182b70c7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.375158 [ 3 ] {443bcfa8-1a56-436d-82ea-f47b182b70c7} TCPHandler: Processed in 0.000856383 sec. 2025.12.24 02:31:46.375378 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.375508 [ 3 ] {0d14cadf-418d-47e2-a5e7-8e99cb54ac7c} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.375795 [ 3 ] {0d14cadf-418d-47e2-a5e7-8e99cb54ac7c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.375840 [ 3 ] {0d14cadf-418d-47e2-a5e7-8e99cb54ac7c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.376192 [ 3 ] {0d14cadf-418d-47e2-a5e7-8e99cb54ac7c} TCPHandler: Processed in 0.000862854 sec. 2025.12.24 02:31:46.376406 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.376539 [ 3 ] {e8437eba-7bc5-45d4-a371-162ac424e893} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.376821 [ 3 ] {e8437eba-7bc5-45d4-a371-162ac424e893} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.376864 [ 3 ] {e8437eba-7bc5-45d4-a371-162ac424e893} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.377209 [ 3 ] {e8437eba-7bc5-45d4-a371-162ac424e893} TCPHandler: Processed in 0.000851763 sec. 2025.12.24 02:31:46.377427 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.377549 [ 3 ] {9219a320-464b-4b74-ad6c-3b3c4f0d44a8} executeQuery: (from [fd00:1122:3344:101::d]:39788) 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.12.24 02:31:46.377825 [ 3 ] {9219a320-464b-4b74-ad6c-3b3c4f0d44a8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.377867 [ 3 ] {9219a320-464b-4b74-ad6c-3b3c4f0d44a8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.378196 [ 3 ] {9219a320-464b-4b74-ad6c-3b3c4f0d44a8} TCPHandler: Processed in 0.000817893 sec. 2025.12.24 02:31:46.378489 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.378611 [ 3 ] {de7fbca6-0900-484c-bdaf-0e9ff94f92f2} executeQuery: (from [fd00:1122:3344:101::d]:39788) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:31:46.378882 [ 3 ] {de7fbca6-0900-484c-bdaf-0e9ff94f92f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.378926 [ 3 ] {de7fbca6-0900-484c-bdaf-0e9ff94f92f2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.379246 [ 3 ] {de7fbca6-0900-484c-bdaf-0e9ff94f92f2} TCPHandler: Processed in 0.000806792 sec. 2025.12.24 02:31:46.379491 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.379613 [ 3 ] {457cf52a-8130-4546-9e7f-d3692af20292} executeQuery: (from [fd00:1122:3344:101::d]:39788) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:31:46.379886 [ 3 ] {457cf52a-8130-4546-9e7f-d3692af20292} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.379927 [ 3 ] {457cf52a-8130-4546-9e7f-d3692af20292} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.380245 [ 3 ] {457cf52a-8130-4546-9e7f-d3692af20292} TCPHandler: Processed in 0.000801912 sec. 2025.12.24 02:31:46.380486 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.380609 [ 3 ] {e0008f9b-92aa-420c-866e-e940cda16a9e} executeQuery: (from [fd00:1122:3344:101::d]:39788) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:31:46.380889 [ 3 ] {e0008f9b-92aa-420c-866e-e940cda16a9e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.380930 [ 3 ] {e0008f9b-92aa-420c-866e-e940cda16a9e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.381259 [ 3 ] {e0008f9b-92aa-420c-866e-e940cda16a9e} TCPHandler: Processed in 0.000821213 sec. 2025.12.24 02:31:46.381507 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.381630 [ 3 ] {8780f80a-09be-44c5-9d6f-3ae57daa639f} executeQuery: (from [fd00:1122:3344:101::d]:39788) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:31:46.381913 [ 3 ] {8780f80a-09be-44c5-9d6f-3ae57daa639f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.381958 [ 3 ] {8780f80a-09be-44c5-9d6f-3ae57daa639f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.382289 [ 3 ] {8780f80a-09be-44c5-9d6f-3ae57daa639f} TCPHandler: Processed in 0.000829643 sec. 2025.12.24 02:31:46.382575 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.382699 [ 3 ] {04531018-ad2c-4ff9-9108-547702961927} executeQuery: (from [fd00:1122:3344:101::d]:39788) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:31:46.382978 [ 3 ] {04531018-ad2c-4ff9-9108-547702961927} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.383021 [ 3 ] {04531018-ad2c-4ff9-9108-547702961927} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:31:46.383350 [ 3 ] {04531018-ad2c-4ff9-9108-547702961927} TCPHandler: Processed in 0.000823633 sec. 2025.12.24 02:31:46.393219 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.393338 [ 3 ] {dc45ca36-2cf7-4d6d-8164-039399d41229} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 02:31:46.393382 [ 3 ] {dc45ca36-2cf7-4d6d-8164-039399d41229} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:31:46.396566 [ 3 ] {dc45ca36-2cf7-4d6d-8164-039399d41229} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:46.396616 [ 3 ] {dc45ca36-2cf7-4d6d-8164-039399d41229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:46.399144 [ 3 ] {dc45ca36-2cf7-4d6d-8164-039399d41229} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:46.399543 [ 3 ] {dc45ca36-2cf7-4d6d-8164-039399d41229} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:46.399694 [ 3 ] {dc45ca36-2cf7-4d6d-8164-039399d41229} executeQuery: Read 26 rows, 5.74 KiB in 0.006387 sec., 4070.76874902145 rows/sec., 897.97 KiB/sec. 2025.12.24 02:31:46.399734 [ 3 ] {dc45ca36-2cf7-4d6d-8164-039399d41229} TCPHandler: Processed in 0.006568305 sec. 2025.12.24 02:31:46.399882 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.399981 [ 3 ] {eddfebc2-b287-4a64-9a81-e6fb2cbde936} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:31:46.400022 [ 3 ] {eddfebc2-b287-4a64-9a81-e6fb2cbde936} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:31:46.406700 [ 3 ] {eddfebc2-b287-4a64-9a81-e6fb2cbde936} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:46.406735 [ 3 ] {eddfebc2-b287-4a64-9a81-e6fb2cbde936} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:46.409154 [ 3 ] {eddfebc2-b287-4a64-9a81-e6fb2cbde936} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:46.409653 [ 3 ] {eddfebc2-b287-4a64-9a81-e6fb2cbde936} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:46.409794 [ 3 ] {eddfebc2-b287-4a64-9a81-e6fb2cbde936} executeQuery: Read 24 rows, 2.04 KiB in 0.009834 sec., 2440.5125076266013 rows/sec., 207.35 KiB/sec. 2025.12.24 02:31:46.409833 [ 3 ] {eddfebc2-b287-4a64-9a81-e6fb2cbde936} TCPHandler: Processed in 0.00999989 sec. 2025.12.24 02:31:46.409972 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.410074 [ 3 ] {982d69db-3fc4-4f6e-a2d8-f88ca13fc989} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:31:46.410115 [ 3 ] {982d69db-3fc4-4f6e-a2d8-f88ca13fc989} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:31:46.410532 [ 3 ] {982d69db-3fc4-4f6e-a2d8-f88ca13fc989} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:46.410570 [ 3 ] {982d69db-3fc4-4f6e-a2d8-f88ca13fc989} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:46.411022 [ 3 ] {982d69db-3fc4-4f6e-a2d8-f88ca13fc989} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:46.411621 [ 3 ] {982d69db-3fc4-4f6e-a2d8-f88ca13fc989} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:46.411757 [ 3 ] {982d69db-3fc4-4f6e-a2d8-f88ca13fc989} executeQuery: Read 10 rows, 835.00 B in 0.001705 sec., 5865.102639296188 rows/sec., 478.26 KiB/sec. 2025.12.24 02:31:46.411795 [ 3 ] {982d69db-3fc4-4f6e-a2d8-f88ca13fc989} TCPHandler: Processed in 0.00187498 sec. 2025.12.24 02:31:46.411920 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.412018 [ 3 ] {f803f52e-8299-45b1-a63a-4d512cf513e9} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:31:46.412058 [ 3 ] {f803f52e-8299-45b1-a63a-4d512cf513e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:31:46.412598 [ 3 ] {f803f52e-8299-45b1-a63a-4d512cf513e9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:46.412637 [ 3 ] {f803f52e-8299-45b1-a63a-4d512cf513e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:46.413116 [ 3 ] {f803f52e-8299-45b1-a63a-4d512cf513e9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:46.413610 [ 3 ] {f803f52e-8299-45b1-a63a-4d512cf513e9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:46.413740 [ 3 ] {f803f52e-8299-45b1-a63a-4d512cf513e9} executeQuery: Read 201 rows, 18.24 KiB in 0.001741 sec., 115450.8902929351 rows/sec., 10.23 MiB/sec. 2025.12.24 02:31:46.413780 [ 3 ] {f803f52e-8299-45b1-a63a-4d512cf513e9} TCPHandler: Processed in 0.00191847 sec. 2025.12.24 02:31:46.413906 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.414001 [ 3 ] {6c29af35-ded7-4a20-aaaf-436a6ee9e8b3} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:31:46.414041 [ 3 ] {6c29af35-ded7-4a20-aaaf-436a6ee9e8b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:31:46.414447 [ 3 ] {6c29af35-ded7-4a20-aaaf-436a6ee9e8b3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:46.414485 [ 3 ] {6c29af35-ded7-4a20-aaaf-436a6ee9e8b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:46.414933 [ 3 ] {6c29af35-ded7-4a20-aaaf-436a6ee9e8b3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:46.415414 [ 3 ] {6c29af35-ded7-4a20-aaaf-436a6ee9e8b3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:46.415544 [ 3 ] {6c29af35-ded7-4a20-aaaf-436a6ee9e8b3} executeQuery: Read 32 rows, 2.41 KiB in 0.001561 sec., 20499.679692504804 rows/sec., 1.51 MiB/sec. 2025.12.24 02:31:46.415581 [ 3 ] {6c29af35-ded7-4a20-aaaf-436a6ee9e8b3} TCPHandler: Processed in 0.001726027 sec. 2025.12.24 02:31:46.415695 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.415789 [ 3 ] {ca5b9ca7-d420-4ae8-aa30-1a00f6544840} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:31:46.415831 [ 3 ] {ca5b9ca7-d420-4ae8-aa30-1a00f6544840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:31:46.416269 [ 3 ] {ca5b9ca7-d420-4ae8-aa30-1a00f6544840} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:46.416303 [ 3 ] {ca5b9ca7-d420-4ae8-aa30-1a00f6544840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:46.416765 [ 3 ] {ca5b9ca7-d420-4ae8-aa30-1a00f6544840} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:46.417301 [ 3 ] {ca5b9ca7-d420-4ae8-aa30-1a00f6544840} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:46.417433 [ 3 ] {ca5b9ca7-d420-4ae8-aa30-1a00f6544840} executeQuery: Read 24 rows, 2.04 KiB in 0.001662 sec., 14440.43321299639 rows/sec., 1.20 MiB/sec. 2025.12.24 02:31:46.417471 [ 3 ] {ca5b9ca7-d420-4ae8-aa30-1a00f6544840} TCPHandler: Processed in 0.001825199 sec. 2025.12.24 02:31:46.417586 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.417681 [ 3 ] {53c39ff9-9aa4-46eb-ac8a-8378b68bd502} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:31:46.417720 [ 3 ] {53c39ff9-9aa4-46eb-ac8a-8378b68bd502} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:31:46.418136 [ 3 ] {53c39ff9-9aa4-46eb-ac8a-8378b68bd502} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:46.418174 [ 3 ] {53c39ff9-9aa4-46eb-ac8a-8378b68bd502} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:46.418633 [ 3 ] {53c39ff9-9aa4-46eb-ac8a-8378b68bd502} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:46.419139 [ 3 ] {53c39ff9-9aa4-46eb-ac8a-8378b68bd502} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:46.419268 [ 3 ] {53c39ff9-9aa4-46eb-ac8a-8378b68bd502} executeQuery: Read 12 rows, 960.00 B in 0.001605 sec., 7476.6355140186915 rows/sec., 584.11 KiB/sec. 2025.12.24 02:31:46.419307 [ 3 ] {53c39ff9-9aa4-46eb-ac8a-8378b68bd502} TCPHandler: Processed in 0.001771348 sec. 2025.12.24 02:31:46.419424 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.419519 [ 3 ] {e8159d6d-39bc-46ce-ac42-240ca5641e75} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:31:46.419560 [ 3 ] {e8159d6d-39bc-46ce-ac42-240ca5641e75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:31:46.419995 [ 3 ] {e8159d6d-39bc-46ce-ac42-240ca5641e75} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:46.420032 [ 3 ] {e8159d6d-39bc-46ce-ac42-240ca5641e75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:46.420583 [ 3 ] {e8159d6d-39bc-46ce-ac42-240ca5641e75} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:46.421070 [ 3 ] {e8159d6d-39bc-46ce-ac42-240ca5641e75} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:46.421202 [ 3 ] {e8159d6d-39bc-46ce-ac42-240ca5641e75} executeQuery: Read 120 rows, 9.99 KiB in 0.001701 sec., 70546.73721340387 rows/sec., 5.73 MiB/sec. 2025.12.24 02:31:46.421241 [ 3 ] {e8159d6d-39bc-46ce-ac42-240ca5641e75} TCPHandler: Processed in 0.001867579 sec. 2025.12.24 02:31:46.421368 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.421462 [ 3 ] {b8b96867-8cf9-48a7-a336-ebce0ea553af} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:31:46.421506 [ 3 ] {b8b96867-8cf9-48a7-a336-ebce0ea553af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:31:46.423918 [ 3 ] {b8b96867-8cf9-48a7-a336-ebce0ea553af} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:46.423950 [ 3 ] {b8b96867-8cf9-48a7-a336-ebce0ea553af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:46.428471 [ 3 ] {b8b96867-8cf9-48a7-a336-ebce0ea553af} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:46.428961 [ 3 ] {b8b96867-8cf9-48a7-a336-ebce0ea553af} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:46.429097 [ 3 ] {b8b96867-8cf9-48a7-a336-ebce0ea553af} executeQuery: Read 247 rows, 18.94 KiB in 0.007651 sec., 32283.361652071624 rows/sec., 2.42 MiB/sec. 2025.12.24 02:31:46.429134 [ 3 ] {b8b96867-8cf9-48a7-a336-ebce0ea553af} TCPHandler: Processed in 0.007817084 sec. 2025.12.24 02:31:46.429257 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.429365 [ 3 ] {4f3df2d3-86e5-4984-bdcf-796999eff1ee} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:31:46.429422 [ 3 ] {4f3df2d3-86e5-4984-bdcf-796999eff1ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:31:46.430197 [ 3 ] {4f3df2d3-86e5-4984-bdcf-796999eff1ee} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:46.430233 [ 3 ] {4f3df2d3-86e5-4984-bdcf-796999eff1ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:46.431461 [ 3 ] {4f3df2d3-86e5-4984-bdcf-796999eff1ee} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:46.431883 [ 3 ] {4f3df2d3-86e5-4984-bdcf-796999eff1ee} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:46.432025 [ 3 ] {4f3df2d3-86e5-4984-bdcf-796999eff1ee} executeQuery: Read 10 rows, 18.35 KiB in 0.002685 sec., 3724.3947858472998 rows/sec., 6.67 MiB/sec. 2025.12.24 02:31:46.432083 [ 3 ] {4f3df2d3-86e5-4984-bdcf-796999eff1ee} TCPHandler: Processed in 0.002876076 sec. 2025.12.24 02:31:46.432212 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:46.432309 [ 3 ] {beef9a78-9d61-48e9-8966-090a7e3c9961} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:31:46.432350 [ 3 ] {beef9a78-9d61-48e9-8966-090a7e3c9961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:31:46.432686 [ 3 ] {beef9a78-9d61-48e9-8966-090a7e3c9961} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:46.432722 [ 3 ] {beef9a78-9d61-48e9-8966-090a7e3c9961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:46.433137 [ 3 ] {beef9a78-9d61-48e9-8966-090a7e3c9961} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:31:46.433545 [ 3 ] {beef9a78-9d61-48e9-8966-090a7e3c9961} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:46.433674 [ 3 ] {beef9a78-9d61-48e9-8966-090a7e3c9961} executeQuery: Read 48 rows, 3.31 KiB in 0.001385 sec., 34657.03971119133 rows/sec., 2.34 MiB/sec. 2025.12.24 02:31:46.433710 [ 3 ] {beef9a78-9d61-48e9-8966-090a7e3c9961} TCPHandler: Processed in 0.001547835 sec. 2025.12.24 02:31:47.202407 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.12.24 02:31:47.202939 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:47.202989 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:47.203700 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:31:47.204167 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:47.204309 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.12.24 02:31:47.264675 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.24 02:31:47.283171 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:47.283236 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:47.289824 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:31:47.291091 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:47.294734 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.24 02:31:48.000143 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.72 MiB, peak 163.72 MiB, free memory in arenas 0.00 B, will set to 161.10 MiB (RSS), difference: 1.38 MiB 2025.12.24 02:31:51.320772 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:51.321074 [ 3 ] {69f49b2a-d71c-4a3a-97fe-3a43e7e9a1af} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:31:51.321180 [ 3 ] {69f49b2a-d71c-4a3a-97fe-3a43e7e9a1af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:31:51.322095 [ 3 ] {69f49b2a-d71c-4a3a-97fe-3a43e7e9a1af} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:51.322141 [ 3 ] {69f49b2a-d71c-4a3a-97fe-3a43e7e9a1af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:51.322648 [ 3 ] {69f49b2a-d71c-4a3a-97fe-3a43e7e9a1af} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:31:51.323117 [ 3 ] {69f49b2a-d71c-4a3a-97fe-3a43e7e9a1af} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:51.323278 [ 3 ] {69f49b2a-d71c-4a3a-97fe-3a43e7e9a1af} executeQuery: Read 56 rows, 4.41 KiB in 0.002281 sec., 24550.635686102585 rows/sec., 1.89 MiB/sec. 2025.12.24 02:31:51.323325 [ 3 ] {69f49b2a-d71c-4a3a-97fe-3a43e7e9a1af} TCPHandler: Processed in 0.002737173 sec. 2025.12.24 02:31:51.323461 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:51.323560 [ 3 ] {99efb7e6-950e-4d2b-90c5-d8452a1727cb} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:31:51.323603 [ 3 ] {99efb7e6-950e-4d2b-90c5-d8452a1727cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:31:51.324061 [ 3 ] {99efb7e6-950e-4d2b-90c5-d8452a1727cb} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:51.324098 [ 3 ] {99efb7e6-950e-4d2b-90c5-d8452a1727cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:51.324498 [ 3 ] {99efb7e6-950e-4d2b-90c5-d8452a1727cb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:31:51.324906 [ 3 ] {99efb7e6-950e-4d2b-90c5-d8452a1727cb} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:51.325037 [ 3 ] {99efb7e6-950e-4d2b-90c5-d8452a1727cb} executeQuery: Read 64 rows, 5.12 KiB in 0.001501 sec., 42638.241172551636 rows/sec., 3.33 MiB/sec. 2025.12.24 02:31:51.325074 [ 3 ] {99efb7e6-950e-4d2b-90c5-d8452a1727cb} TCPHandler: Processed in 0.001670936 sec. 2025.12.24 02:31:51.325203 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:51.325295 [ 3 ] {067e7365-8c7c-47b5-b8c1-46797fc40a3b} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:31:51.325339 [ 3 ] {067e7365-8c7c-47b5-b8c1-46797fc40a3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:31:51.325775 [ 3 ] {067e7365-8c7c-47b5-b8c1-46797fc40a3b} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:51.325811 [ 3 ] {067e7365-8c7c-47b5-b8c1-46797fc40a3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:51.326240 [ 3 ] {067e7365-8c7c-47b5-b8c1-46797fc40a3b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:31:51.326654 [ 3 ] {067e7365-8c7c-47b5-b8c1-46797fc40a3b} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:51.326785 [ 3 ] {067e7365-8c7c-47b5-b8c1-46797fc40a3b} executeQuery: Read 160 rows, 11.41 KiB in 0.00151 sec., 105960.26490066225 rows/sec., 7.38 MiB/sec. 2025.12.24 02:31:51.326821 [ 3 ] {067e7365-8c7c-47b5-b8c1-46797fc40a3b} TCPHandler: Processed in 0.001672676 sec. 2025.12.24 02:31:51.326933 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:51.327025 [ 3 ] {303e9123-4d9f-417a-8107-9dd359c5d54e} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:31:51.327066 [ 3 ] {303e9123-4d9f-417a-8107-9dd359c5d54e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:31:51.327395 [ 3 ] {303e9123-4d9f-417a-8107-9dd359c5d54e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:51.327430 [ 3 ] {303e9123-4d9f-417a-8107-9dd359c5d54e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:51.327820 [ 3 ] {303e9123-4d9f-417a-8107-9dd359c5d54e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:31:51.328255 [ 3 ] {303e9123-4d9f-417a-8107-9dd359c5d54e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:51.328380 [ 3 ] {303e9123-4d9f-417a-8107-9dd359c5d54e} executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. 2025.12.24 02:31:51.328414 [ 3 ] {303e9123-4d9f-417a-8107-9dd359c5d54e} TCPHandler: Processed in 0.001527785 sec. 2025.12.24 02:31:54.650546 [ 81 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:31:54.650605 [ 81 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:31:54.694097 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 170 2025.12.24 02:31:54.697901 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:54.697948 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:54.699477 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:31:54.700144 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:54.700420 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 170 2025.12.24 02:31:54.704474 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.12.24 02:31:54.704953 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:54.705003 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:54.705724 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:31:54.706379 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:54.706530 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.12.24 02:31:54.794906 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.12.24 02:31:54.812870 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:54.812941 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:54.819656 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:31:54.820956 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:54.824464 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.12.24 02:31:56.321025 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:56.321224 [ 3 ] {31550249-4226-4f7b-a4ec-960040c7e08b} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:31:56.321291 [ 3 ] {31550249-4226-4f7b-a4ec-960040c7e08b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:31:56.321983 [ 3 ] {31550249-4226-4f7b-a4ec-960040c7e08b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:56.322034 [ 3 ] {31550249-4226-4f7b-a4ec-960040c7e08b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:56.322538 [ 3 ] {31550249-4226-4f7b-a4ec-960040c7e08b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:31:56.322968 [ 3 ] {31550249-4226-4f7b-a4ec-960040c7e08b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:56.323114 [ 3 ] {31550249-4226-4f7b-a4ec-960040c7e08b} executeQuery: Read 76 rows, 6.41 KiB in 0.001944 sec., 39094.65020576132 rows/sec., 3.22 MiB/sec. 2025.12.24 02:31:56.323155 [ 3 ] {31550249-4226-4f7b-a4ec-960040c7e08b} TCPHandler: Processed in 0.002275476 sec. 2025.12.24 02:31:56.323280 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:56.323375 [ 3 ] {f95a3924-df5d-472f-a5d7-1057bdf9a1c0} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:31:56.323416 [ 3 ] {f95a3924-df5d-472f-a5d7-1057bdf9a1c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:31:56.323814 [ 3 ] {f95a3924-df5d-472f-a5d7-1057bdf9a1c0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:56.323848 [ 3 ] {f95a3924-df5d-472f-a5d7-1057bdf9a1c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:56.324300 [ 3 ] {f95a3924-df5d-472f-a5d7-1057bdf9a1c0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:31:56.324714 [ 3 ] {f95a3924-df5d-472f-a5d7-1057bdf9a1c0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:56.324843 [ 3 ] {f95a3924-df5d-472f-a5d7-1057bdf9a1c0} executeQuery: Read 10 rows, 770.00 B in 0.001487 sec., 6724.949562878278 rows/sec., 505.68 KiB/sec. 2025.12.24 02:31:56.324881 [ 3 ] {f95a3924-df5d-472f-a5d7-1057bdf9a1c0} TCPHandler: Processed in 0.001649346 sec. 2025.12.24 02:31:56.324992 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:56.325085 [ 3 ] {7be84c11-d608-4586-bb26-b594b74136ac} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:31:56.325126 [ 3 ] {7be84c11-d608-4586-bb26-b594b74136ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:31:56.325535 [ 3 ] {7be84c11-d608-4586-bb26-b594b74136ac} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:56.325569 [ 3 ] {7be84c11-d608-4586-bb26-b594b74136ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:56.325990 [ 3 ] {7be84c11-d608-4586-bb26-b594b74136ac} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:31:56.326452 [ 3 ] {7be84c11-d608-4586-bb26-b594b74136ac} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:56.326578 [ 3 ] {7be84c11-d608-4586-bb26-b594b74136ac} executeQuery: Read 74 rows, 5.92 KiB in 0.001512 sec., 48941.79894179894 rows/sec., 3.82 MiB/sec. 2025.12.24 02:31:56.326614 [ 3 ] {7be84c11-d608-4586-bb26-b594b74136ac} TCPHandler: Processed in 0.001672087 sec. 2025.12.24 02:31:56.326726 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:56.326821 [ 3 ] {9c0ddc0b-1fb6-4123-be77-160bcc1596aa} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:31:56.326864 [ 3 ] {9c0ddc0b-1fb6-4123-be77-160bcc1596aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:31:56.327257 [ 3 ] {9c0ddc0b-1fb6-4123-be77-160bcc1596aa} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:56.327292 [ 3 ] {9c0ddc0b-1fb6-4123-be77-160bcc1596aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:56.327715 [ 3 ] {9c0ddc0b-1fb6-4123-be77-160bcc1596aa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:31:56.328125 [ 3 ] {9c0ddc0b-1fb6-4123-be77-160bcc1596aa} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:56.328253 [ 3 ] {9c0ddc0b-1fb6-4123-be77-160bcc1596aa} executeQuery: Read 160 rows, 11.41 KiB in 0.00145 sec., 110344.8275862069 rows/sec., 7.69 MiB/sec. 2025.12.24 02:31:56.328289 [ 3 ] {9c0ddc0b-1fb6-4123-be77-160bcc1596aa} TCPHandler: Processed in 0.001612266 sec. 2025.12.24 02:31:56.328391 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:56.328484 [ 3 ] {1b448423-eba9-4dac-a001-e269260e0d44} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:31:56.328536 [ 3 ] {1b448423-eba9-4dac-a001-e269260e0d44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:31:56.329253 [ 3 ] {1b448423-eba9-4dac-a001-e269260e0d44} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:56.329287 [ 3 ] {1b448423-eba9-4dac-a001-e269260e0d44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:56.329887 [ 3 ] {1b448423-eba9-4dac-a001-e269260e0d44} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:31:56.330308 [ 3 ] {1b448423-eba9-4dac-a001-e269260e0d44} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:56.330443 [ 3 ] {1b448423-eba9-4dac-a001-e269260e0d44} executeQuery: Read 10 rows, 18.35 KiB in 0.001977 sec., 5058.168942842691 rows/sec., 9.06 MiB/sec. 2025.12.24 02:31:56.330490 [ 3 ] {1b448423-eba9-4dac-a001-e269260e0d44} TCPHandler: Processed in 0.002148095 sec. 2025.12.24 02:31:56.330591 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:31:56.330686 [ 3 ] {9c407c66-d038-494f-9b76-5ea22d55abb4} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:31:56.330728 [ 3 ] {9c407c66-d038-494f-9b76-5ea22d55abb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:31:56.331052 [ 3 ] {9c407c66-d038-494f-9b76-5ea22d55abb4} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:31:56.331086 [ 3 ] {9c407c66-d038-494f-9b76-5ea22d55abb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 02:31:56.331478 [ 3 ] {9c407c66-d038-494f-9b76-5ea22d55abb4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:31:56.331899 [ 3 ] {9c407c66-d038-494f-9b76-5ea22d55abb4} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:31:56.332030 [ 3 ] {9c407c66-d038-494f-9b76-5ea22d55abb4} executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. 2025.12.24 02:31:56.332063 [ 3 ] {9c407c66-d038-494f-9b76-5ea22d55abb4} TCPHandler: Processed in 0.001519674 sec. 2025.12.24 02:32:01.319711 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:01.319929 [ 3 ] {f8beef07-cc1f-42c5-9a8e-cb3f0c8e69c7} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:01.320002 [ 3 ] {f8beef07-cc1f-42c5-9a8e-cb3f0c8e69c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:01.320660 [ 3 ] {f8beef07-cc1f-42c5-9a8e-cb3f0c8e69c7} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:01.320708 [ 3 ] {f8beef07-cc1f-42c5-9a8e-cb3f0c8e69c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:01.321093 [ 3 ] {f8beef07-cc1f-42c5-9a8e-cb3f0c8e69c7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:32:01.321305 [ 3 ] {f8beef07-cc1f-42c5-9a8e-cb3f0c8e69c7} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:01.321452 [ 3 ] {f8beef07-cc1f-42c5-9a8e-cb3f0c8e69c7} executeQuery: Read 56 rows, 4.41 KiB in 0.001578 sec., 35487.95944233207 rows/sec., 2.73 MiB/sec. 2025.12.24 02:32:01.321491 [ 3 ] {f8beef07-cc1f-42c5-9a8e-cb3f0c8e69c7} TCPHandler: Processed in 0.001917971 sec. 2025.12.24 02:32:01.321607 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:01.321700 [ 3 ] {15969a72-90b2-4f4b-9a79-d489259b6972} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:01.321740 [ 3 ] {15969a72-90b2-4f4b-9a79-d489259b6972} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:01.322155 [ 3 ] {15969a72-90b2-4f4b-9a79-d489259b6972} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:01.322191 [ 3 ] {15969a72-90b2-4f4b-9a79-d489259b6972} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:01.322475 [ 3 ] {15969a72-90b2-4f4b-9a79-d489259b6972} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:32:01.322675 [ 3 ] {15969a72-90b2-4f4b-9a79-d489259b6972} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:01.322795 [ 3 ] {15969a72-90b2-4f4b-9a79-d489259b6972} executeQuery: Read 64 rows, 5.12 KiB in 0.001113 sec., 57502.246181491464 rows/sec., 4.49 MiB/sec. 2025.12.24 02:32:01.322830 [ 3 ] {15969a72-90b2-4f4b-9a79-d489259b6972} TCPHandler: Processed in 0.00127063 sec. 2025.12.24 02:32:01.322941 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:01.323033 [ 3 ] {047ebfd7-c51e-4f10-a865-dfe5bc9e9c68} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:01.323076 [ 3 ] {047ebfd7-c51e-4f10-a865-dfe5bc9e9c68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:01.323497 [ 3 ] {047ebfd7-c51e-4f10-a865-dfe5bc9e9c68} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:01.323532 [ 3 ] {047ebfd7-c51e-4f10-a865-dfe5bc9e9c68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:01.323843 [ 3 ] {047ebfd7-c51e-4f10-a865-dfe5bc9e9c68} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:32:01.324042 [ 3 ] {047ebfd7-c51e-4f10-a865-dfe5bc9e9c68} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:01.324162 [ 3 ] {047ebfd7-c51e-4f10-a865-dfe5bc9e9c68} executeQuery: Read 160 rows, 11.41 KiB in 0.001148 sec., 139372.82229965157 rows/sec., 9.71 MiB/sec. 2025.12.24 02:32:01.324197 [ 3 ] {047ebfd7-c51e-4f10-a865-dfe5bc9e9c68} TCPHandler: Processed in 0.001302591 sec. 2025.12.24 02:32:01.324321 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:01.324446 [ 3 ] {1bd63cd8-a0cd-40c4-8a2d-c10a6cdecd00} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:01.324496 [ 3 ] {1bd63cd8-a0cd-40c4-8a2d-c10a6cdecd00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:01.324892 [ 3 ] {1bd63cd8-a0cd-40c4-8a2d-c10a6cdecd00} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:01.324937 [ 3 ] {1bd63cd8-a0cd-40c4-8a2d-c10a6cdecd00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:01.325285 [ 3 ] {1bd63cd8-a0cd-40c4-8a2d-c10a6cdecd00} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:32:01.325494 [ 3 ] {1bd63cd8-a0cd-40c4-8a2d-c10a6cdecd00} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:01.325620 [ 3 ] {1bd63cd8-a0cd-40c4-8a2d-c10a6cdecd00} executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. 2025.12.24 02:32:01.325656 [ 3 ] {1bd63cd8-a0cd-40c4-8a2d-c10a6cdecd00} TCPHandler: Processed in 0.001397512 sec. 2025.12.24 02:32:02.206667 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.12.24 02:32:02.207139 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:02.207177 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:02.207620 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:32:02.207842 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:02.207971 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.12.24 02:32:02.324622 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.12.24 02:32:02.342243 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:02.342299 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:02.348820 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:32:02.349628 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:02.352933 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.12.24 02:32:03.000266 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 163.11 MiB, peak 167.11 MiB, free memory in arenas 0.00 B, will set to 164.20 MiB (RSS), difference: 1.09 MiB 2025.12.24 02:32:04.700827 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 190 2025.12.24 02:32:04.703041 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:04.703087 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:04.704180 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:32:04.704432 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:04.704658 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 190 2025.12.24 02:32:06.321023 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:06.321302 [ 3 ] {9039bd40-8ffd-410b-9576-4c4d4aae0987} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:06.321388 [ 3 ] {9039bd40-8ffd-410b-9576-4c4d4aae0987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:06.322032 [ 3 ] {9039bd40-8ffd-410b-9576-4c4d4aae0987} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:06.322072 [ 3 ] {9039bd40-8ffd-410b-9576-4c4d4aae0987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:06.322454 [ 3 ] {9039bd40-8ffd-410b-9576-4c4d4aae0987} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:32:06.322674 [ 3 ] {9039bd40-8ffd-410b-9576-4c4d4aae0987} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:06.322825 [ 3 ] {9039bd40-8ffd-410b-9576-4c4d4aae0987} executeQuery: Read 76 rows, 6.41 KiB in 0.0016 sec., 47500 rows/sec., 3.91 MiB/sec. 2025.12.24 02:32:06.322870 [ 3 ] {9039bd40-8ffd-410b-9576-4c4d4aae0987} TCPHandler: Processed in 0.002023523 sec. 2025.12.24 02:32:06.322990 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:06.323090 [ 3 ] {24aad935-96ed-4b6e-be08-9c586a68de99} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:32:06.323132 [ 3 ] {24aad935-96ed-4b6e-be08-9c586a68de99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:32:06.323531 [ 3 ] {24aad935-96ed-4b6e-be08-9c586a68de99} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:06.323565 [ 3 ] {24aad935-96ed-4b6e-be08-9c586a68de99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:06.323858 [ 3 ] {24aad935-96ed-4b6e-be08-9c586a68de99} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:32:06.324060 [ 3 ] {24aad935-96ed-4b6e-be08-9c586a68de99} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:06.324182 [ 3 ] {24aad935-96ed-4b6e-be08-9c586a68de99} executeQuery: Read 10 rows, 770.00 B in 0.001115 sec., 8968.609865470851 rows/sec., 674.40 KiB/sec. 2025.12.24 02:32:06.324217 [ 3 ] {24aad935-96ed-4b6e-be08-9c586a68de99} TCPHandler: Processed in 0.00127659 sec. 2025.12.24 02:32:06.324325 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:06.324416 [ 3 ] {4a6f3f8b-fa1b-4ac0-b67f-398cf2ff75b0} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:06.324456 [ 3 ] {4a6f3f8b-fa1b-4ac0-b67f-398cf2ff75b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:06.324876 [ 3 ] {4a6f3f8b-fa1b-4ac0-b67f-398cf2ff75b0} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:06.324910 [ 3 ] {4a6f3f8b-fa1b-4ac0-b67f-398cf2ff75b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:06.325211 [ 3 ] {4a6f3f8b-fa1b-4ac0-b67f-398cf2ff75b0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:32:06.325407 [ 3 ] {4a6f3f8b-fa1b-4ac0-b67f-398cf2ff75b0} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:06.325528 [ 3 ] {4a6f3f8b-fa1b-4ac0-b67f-398cf2ff75b0} executeQuery: Read 74 rows, 5.92 KiB in 0.001131 sec., 65428.8240495137 rows/sec., 5.11 MiB/sec. 2025.12.24 02:32:06.325565 [ 3 ] {4a6f3f8b-fa1b-4ac0-b67f-398cf2ff75b0} TCPHandler: Processed in 0.001288391 sec. 2025.12.24 02:32:06.325675 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:06.325766 [ 3 ] {104872b0-a8da-45f7-9c13-b66e777f1164} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:06.325808 [ 3 ] {104872b0-a8da-45f7-9c13-b66e777f1164} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:06.326206 [ 3 ] {104872b0-a8da-45f7-9c13-b66e777f1164} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:06.326240 [ 3 ] {104872b0-a8da-45f7-9c13-b66e777f1164} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:06.326553 [ 3 ] {104872b0-a8da-45f7-9c13-b66e777f1164} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:32:06.326750 [ 3 ] {104872b0-a8da-45f7-9c13-b66e777f1164} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:06.326877 [ 3 ] {104872b0-a8da-45f7-9c13-b66e777f1164} executeQuery: Read 160 rows, 11.41 KiB in 0.00113 sec., 141592.9203539823 rows/sec., 9.86 MiB/sec. 2025.12.24 02:32:06.326913 [ 3 ] {104872b0-a8da-45f7-9c13-b66e777f1164} TCPHandler: Processed in 0.00128403 sec. 2025.12.24 02:32:06.327019 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:06.327111 [ 3 ] {381eac41-3048-43e1-a423-4dc2a6c49604} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:06.327162 [ 3 ] {381eac41-3048-43e1-a423-4dc2a6c49604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:32:06.327876 [ 3 ] {381eac41-3048-43e1-a423-4dc2a6c49604} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:06.327911 [ 3 ] {381eac41-3048-43e1-a423-4dc2a6c49604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:06.328402 [ 3 ] {381eac41-3048-43e1-a423-4dc2a6c49604} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:32:06.328610 [ 3 ] {381eac41-3048-43e1-a423-4dc2a6c49604} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:06.328737 [ 3 ] {381eac41-3048-43e1-a423-4dc2a6c49604} executeQuery: Read 10 rows, 18.35 KiB in 0.001644 sec., 6082.725060827251 rows/sec., 10.90 MiB/sec. 2025.12.24 02:32:06.328786 [ 3 ] {381eac41-3048-43e1-a423-4dc2a6c49604} TCPHandler: Processed in 0.001813699 sec. 2025.12.24 02:32:06.328912 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:06.329037 [ 3 ] {ff401086-4b48-49de-86b2-42d89e41108d} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:06.329086 [ 3 ] {ff401086-4b48-49de-86b2-42d89e41108d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:06.329473 [ 3 ] {ff401086-4b48-49de-86b2-42d89e41108d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:06.329507 [ 3 ] {ff401086-4b48-49de-86b2-42d89e41108d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:06.329827 [ 3 ] {ff401086-4b48-49de-86b2-42d89e41108d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:32:06.330032 [ 3 ] {ff401086-4b48-49de-86b2-42d89e41108d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:06.330160 [ 3 ] {ff401086-4b48-49de-86b2-42d89e41108d} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2025.12.24 02:32:06.330198 [ 3 ] {ff401086-4b48-49de-86b2-42d89e41108d} TCPHandler: Processed in 0.001347412 sec. 2025.12.24 02:32:09.650647 [ 15 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:32:09.650734 [ 15 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:32:09.708126 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2025.12.24 02:32:09.708622 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:09.708660 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:09.709202 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:32:09.709436 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:09.709573 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.12.24 02:32:09.709603 [ 15 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 02:32:09.709721 [ 15 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:09.709759 [ 15 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:09.713727 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:32:09.715764 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:09.717836 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:32:09.723952 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:32:09.724021 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:32:09.726297 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2025.12.24 02:32:09.726426 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2025.12.24 02:32:09.728406 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part 2025.12.24 02:32:09.759616 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.049703041 sec., 56455.29817783181 rows/sec., 826.98 KiB/sec. 2025.12.24 02:32:09.760517 [ 201 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 02:32:09.760864 [ 201 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_6_1} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:09.760944 [ 201 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_6_1} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 02:32:09.761066 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.12.24 02:32:09.853097 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.12.24 02:32:09.870815 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:09.870881 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:09.876748 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:32:09.877524 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:09.877843 [ 15 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 02:32:09.877881 [ 15 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:09.877901 [ 15 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:09.878020 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:09.881619 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.12.24 02:32:09.882547 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:09.884205 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:09.889317 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:09.893913 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:09.898211 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:09.905524 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:09.909872 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:09.976486 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.098514809 sec., 466.93487473543195 rows/sec., 2.41 MiB/sec. 2025.12.24 02:32:09.979002 [ 198 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 02:32:09.981171 [ 198 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_6_1} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:09.981279 [ 198 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_6_1} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 02:32:09.983075 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.12.24 02:32:10.000205 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 165.46 MiB, peak 175.00 MiB, free memory in arenas 0.00 B, will set to 175.81 MiB (RSS), difference: 10.35 MiB 2025.12.24 02:32:11.320751 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:11.320934 [ 3 ] {88506cd8-7f31-4ba2-8e2a-7b111356d1f2} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:11.320998 [ 3 ] {88506cd8-7f31-4ba2-8e2a-7b111356d1f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:11.321664 [ 3 ] {88506cd8-7f31-4ba2-8e2a-7b111356d1f2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:11.321709 [ 3 ] {88506cd8-7f31-4ba2-8e2a-7b111356d1f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:11.322094 [ 3 ] {88506cd8-7f31-4ba2-8e2a-7b111356d1f2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:32:11.322311 [ 3 ] {88506cd8-7f31-4ba2-8e2a-7b111356d1f2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:11.322448 [ 58 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 02:32:11.322455 [ 3 ] {88506cd8-7f31-4ba2-8e2a-7b111356d1f2} executeQuery: Read 56 rows, 4.41 KiB in 0.001577 sec., 35510.46290424857 rows/sec., 2.73 MiB/sec. 2025.12.24 02:32:11.322532 [ 58 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:11.322549 [ 3 ] {88506cd8-7f31-4ba2-8e2a-7b111356d1f2} TCPHandler: Processed in 0.00192598 sec. 2025.12.24 02:32:11.322565 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:11.322669 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:11.322684 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:32:11.322770 [ 3 ] {daf98d31-9d20-4a42-8ad5-4021e0bc7967} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:11.322786 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:11.322810 [ 3 ] {daf98d31-9d20-4a42-8ad5-4021e0bc7967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:11.322822 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 201 rows starting from the beginning of the part 2025.12.24 02:32:11.322908 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.12.24 02:32:11.322956 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 76 rows starting from the beginning of the part 2025.12.24 02:32:11.322999 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2025.12.24 02:32:11.323041 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 76 rows starting from the beginning of the part 2025.12.24 02:32:11.323084 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.12.24 02:32:11.323232 [ 3 ] {daf98d31-9d20-4a42-8ad5-4021e0bc7967} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:11.323267 [ 3 ] {daf98d31-9d20-4a42-8ad5-4021e0bc7967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:11.323673 [ 3 ] {daf98d31-9d20-4a42-8ad5-4021e0bc7967} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:32:11.323889 [ 3 ] {daf98d31-9d20-4a42-8ad5-4021e0bc7967} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:11.323988 [ 58 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 02:32:11.324011 [ 3 ] {daf98d31-9d20-4a42-8ad5-4021e0bc7967} executeQuery: Read 64 rows, 5.12 KiB in 0.001261 sec., 50753.37034099921 rows/sec., 3.96 MiB/sec. 2025.12.24 02:32:11.324018 [ 58 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:11.324050 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:11.324055 [ 3 ] {daf98d31-9d20-4a42-8ad5-4021e0bc7967} TCPHandler: Processed in 0.001432742 sec. 2025.12.24 02:32:11.324131 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 521 rows, containing 5 columns (5 merged, 0 gathered) in 0.001479963 sec., 352035.8279227251 rows/sec., 30.56 MiB/sec. 2025.12.24 02:32:11.324157 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:32:11.324179 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:11.324287 [ 3 ] {398911a4-500e-4a86-98cb-9dcda4bd8e22} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:11.324307 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:11.324309 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 02:32:11.324330 [ 3 ] {398911a4-500e-4a86-98cb-9dcda4bd8e22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:11.324359 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 120 rows starting from the beginning of the part 2025.12.24 02:32:11.324472 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2025.12.24 02:32:11.324526 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part 2025.12.24 02:32:11.324574 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2025.12.24 02:32:11.324619 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 74 rows starting from the beginning of the part 2025.12.24 02:32:11.324649 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_6_1} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:11.324668 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.12.24 02:32:11.324718 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_6_1} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 02:32:11.324746 [ 3 ] {398911a4-500e-4a86-98cb-9dcda4bd8e22} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:11.324781 [ 3 ] {398911a4-500e-4a86-98cb-9dcda4bd8e22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:11.324782 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 02:32:11.325175 [ 3 ] {398911a4-500e-4a86-98cb-9dcda4bd8e22} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:32:11.325417 [ 3 ] {398911a4-500e-4a86-98cb-9dcda4bd8e22} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:11.325534 [ 58 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 02:32:11.325547 [ 3 ] {398911a4-500e-4a86-98cb-9dcda4bd8e22} executeQuery: Read 160 rows, 11.41 KiB in 0.001279 sec., 125097.73260359657 rows/sec., 8.71 MiB/sec. 2025.12.24 02:32:11.325572 [ 58 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:11.325594 [ 3 ] {398911a4-500e-4a86-98cb-9dcda4bd8e22} TCPHandler: Processed in 0.001462054 sec. 2025.12.24 02:32:11.325599 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:11.325655 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 5 columns (5 merged, 0 gathered) in 0.001548985 sec., 296968.6601225964 rows/sec., 24.56 MiB/sec. 2025.12.24 02:32:11.325702 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:11.325721 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:32:11.325783 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 02:32:11.325800 [ 3 ] {22211ed6-5b89-4f0c-b26d-c29513bb7967} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:11.325844 [ 3 ] {22211ed6-5b89-4f0c-b26d-c29513bb7967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:11.325881 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:11.325930 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 247 rows starting from the beginning of the part 2025.12.24 02:32:11.326017 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2025.12.24 02:32:11.326031 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_6_1} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:11.326067 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2025.12.24 02:32:11.326104 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_6_1} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 02:32:11.326115 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2025.12.24 02:32:11.326177 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.12.24 02:32:11.326180 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2025.12.24 02:32:11.326181 [ 3 ] {22211ed6-5b89-4f0c-b26d-c29513bb7967} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:11.326239 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.12.24 02:32:11.326241 [ 3 ] {22211ed6-5b89-4f0c-b26d-c29513bb7967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:11.326610 [ 3 ] {22211ed6-5b89-4f0c-b26d-c29513bb7967} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:32:11.326840 [ 3 ] {22211ed6-5b89-4f0c-b26d-c29513bb7967} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:11.326941 [ 58 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 02:32:11.326969 [ 58 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:11.326973 [ 3 ] {22211ed6-5b89-4f0c-b26d-c29513bb7967} executeQuery: Read 60 rows, 4.14 KiB in 0.001192 sec., 50335.57046979866 rows/sec., 3.39 MiB/sec. 2025.12.24 02:32:11.326989 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:11.327019 [ 3 ] {22211ed6-5b89-4f0c-b26d-c29513bb7967} TCPHandler: Processed in 0.001364162 sec. 2025.12.24 02:32:11.327105 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:32:11.327239 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:11.327273 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part 2025.12.24 02:32:11.327364 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2025.12.24 02:32:11.327411 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2025.12.24 02:32:11.327464 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1047 rows, containing 5 columns (5 merged, 0 gathered) in 0.001792999 sec., 583937.8605342223 rows/sec., 41.39 MiB/sec. 2025.12.24 02:32:11.327476 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2025.12.24 02:32:11.327531 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.12.24 02:32:11.327582 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.12.24 02:32:11.327654 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 02:32:11.327893 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_6_1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:11.327958 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_6_1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 02:32:11.328022 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.12.24 02:32:11.328404 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.001340562 sec., 259592.61861816165 rows/sec., 17.49 MiB/sec. 2025.12.24 02:32:11.328519 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 02:32:11.328729 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_6_1} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:11.328783 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_6_1} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 02:32:11.328833 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.12.24 02:32:14.704882 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 210 2025.12.24 02:32:14.706858 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:14.706901 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:14.708055 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:32:14.708315 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:14.708548 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 210 2025.12.24 02:32:16.322706 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:16.322893 [ 3 ] {315fc7dd-a2e7-4872-ad23-4d978eb41e31} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:32:16.322964 [ 3 ] {315fc7dd-a2e7-4872-ad23-4d978eb41e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:32:16.323635 [ 3 ] {315fc7dd-a2e7-4872-ad23-4d978eb41e31} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:16.323690 [ 3 ] {315fc7dd-a2e7-4872-ad23-4d978eb41e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:16.324083 [ 3 ] {315fc7dd-a2e7-4872-ad23-4d978eb41e31} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:32:16.324312 [ 3 ] {315fc7dd-a2e7-4872-ad23-4d978eb41e31} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:16.324469 [ 3 ] {315fc7dd-a2e7-4872-ad23-4d978eb41e31} executeQuery: Read 24 rows, 2.04 KiB in 0.001627 sec., 14751.075599262447 rows/sec., 1.22 MiB/sec. 2025.12.24 02:32:16.324522 [ 3 ] {315fc7dd-a2e7-4872-ad23-4d978eb41e31} TCPHandler: Processed in 0.001960552 sec. 2025.12.24 02:32:16.324648 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:16.324752 [ 3 ] {ca8039e1-5450-49c6-af4b-d4c35e774266} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:16.324797 [ 3 ] {ca8039e1-5450-49c6-af4b-d4c35e774266} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:16.325292 [ 3 ] {ca8039e1-5450-49c6-af4b-d4c35e774266} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:16.325328 [ 3 ] {ca8039e1-5450-49c6-af4b-d4c35e774266} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:16.325652 [ 3 ] {ca8039e1-5450-49c6-af4b-d4c35e774266} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:32:16.325866 [ 3 ] {ca8039e1-5450-49c6-af4b-d4c35e774266} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:16.326062 [ 3 ] {ca8039e1-5450-49c6-af4b-d4c35e774266} executeQuery: Read 196 rows, 17.87 KiB in 0.001332 sec., 147147.14714714713 rows/sec., 13.10 MiB/sec. 2025.12.24 02:32:16.326100 [ 3 ] {ca8039e1-5450-49c6-af4b-d4c35e774266} TCPHandler: Processed in 0.001504164 sec. 2025.12.24 02:32:16.326223 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:16.326349 [ 3 ] {9d381870-e7e7-44c2-aea2-bb6beaacc5ad} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:32:16.326390 [ 3 ] {9d381870-e7e7-44c2-aea2-bb6beaacc5ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:32:16.326801 [ 3 ] {9d381870-e7e7-44c2-aea2-bb6beaacc5ad} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:16.326838 [ 3 ] {9d381870-e7e7-44c2-aea2-bb6beaacc5ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:16.327131 [ 3 ] {9d381870-e7e7-44c2-aea2-bb6beaacc5ad} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:32:16.327339 [ 3 ] {9d381870-e7e7-44c2-aea2-bb6beaacc5ad} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:16.327467 [ 3 ] {9d381870-e7e7-44c2-aea2-bb6beaacc5ad} executeQuery: Read 22 rows, 1.71 KiB in 0.001139 sec., 19315.188762071994 rows/sec., 1.47 MiB/sec. 2025.12.24 02:32:16.327530 [ 3 ] {9d381870-e7e7-44c2-aea2-bb6beaacc5ad} TCPHandler: Processed in 0.001357241 sec. 2025.12.24 02:32:16.327640 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:16.327741 [ 3 ] {6473d6cb-c4ea-470e-8ae1-928a58efd922} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:32:16.327783 [ 3 ] {6473d6cb-c4ea-470e-8ae1-928a58efd922} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:32:16.328221 [ 3 ] {6473d6cb-c4ea-470e-8ae1-928a58efd922} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:16.328259 [ 3 ] {6473d6cb-c4ea-470e-8ae1-928a58efd922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:16.328577 [ 3 ] {6473d6cb-c4ea-470e-8ae1-928a58efd922} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:32:16.328791 [ 3 ] {6473d6cb-c4ea-470e-8ae1-928a58efd922} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:16.328922 [ 3 ] {6473d6cb-c4ea-470e-8ae1-928a58efd922} executeQuery: Read 24 rows, 2.04 KiB in 0.001202 sec., 19966.722129783695 rows/sec., 1.66 MiB/sec. 2025.12.24 02:32:16.328961 [ 3 ] {6473d6cb-c4ea-470e-8ae1-928a58efd922} TCPHandler: Processed in 0.001372282 sec. 2025.12.24 02:32:16.329085 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:16.329181 [ 3 ] {6ff53623-075c-4c0c-b5c4-e3f98ce922df} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:32:16.329223 [ 3 ] {6ff53623-075c-4c0c-b5c4-e3f98ce922df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:32:16.329628 [ 3 ] {6ff53623-075c-4c0c-b5c4-e3f98ce922df} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:16.329669 [ 3 ] {6ff53623-075c-4c0c-b5c4-e3f98ce922df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:16.329989 [ 3 ] {6ff53623-075c-4c0c-b5c4-e3f98ce922df} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:32:16.330204 [ 3 ] {6ff53623-075c-4c0c-b5c4-e3f98ce922df} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:16.330332 [ 3 ] {6ff53623-075c-4c0c-b5c4-e3f98ce922df} executeQuery: Read 12 rows, 960.00 B in 0.00117 sec., 10256.410256410256 rows/sec., 801.28 KiB/sec. 2025.12.24 02:32:16.330370 [ 3 ] {6ff53623-075c-4c0c-b5c4-e3f98ce922df} TCPHandler: Processed in 0.001337382 sec. 2025.12.24 02:32:16.330484 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:16.330580 [ 3 ] {851fd124-7373-4868-9dce-46580b1f2ec8} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:16.330619 [ 3 ] {851fd124-7373-4868-9dce-46580b1f2ec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:16.331079 [ 3 ] {851fd124-7373-4868-9dce-46580b1f2ec8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:16.331116 [ 3 ] {851fd124-7373-4868-9dce-46580b1f2ec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:16.331423 [ 3 ] {851fd124-7373-4868-9dce-46580b1f2ec8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:32:16.331633 [ 3 ] {851fd124-7373-4868-9dce-46580b1f2ec8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:16.331760 [ 3 ] {851fd124-7373-4868-9dce-46580b1f2ec8} executeQuery: Read 110 rows, 9.17 KiB in 0.0012 sec., 91666.66666666667 rows/sec., 7.47 MiB/sec. 2025.12.24 02:32:16.331797 [ 3 ] {851fd124-7373-4868-9dce-46580b1f2ec8} TCPHandler: Processed in 0.001362831 sec. 2025.12.24 02:32:16.331911 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:16.332006 [ 3 ] {8d8b28f2-98a3-463b-b48a-d2705eea3893} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:16.332049 [ 3 ] {8d8b28f2-98a3-463b-b48a-d2705eea3893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:16.332455 [ 3 ] {8d8b28f2-98a3-463b-b48a-d2705eea3893} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:16.332491 [ 3 ] {8d8b28f2-98a3-463b-b48a-d2705eea3893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:16.332839 [ 3 ] {8d8b28f2-98a3-463b-b48a-d2705eea3893} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:32:16.333053 [ 3 ] {8d8b28f2-98a3-463b-b48a-d2705eea3893} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:16.333182 [ 3 ] {8d8b28f2-98a3-463b-b48a-d2705eea3893} executeQuery: Read 196 rows, 14.40 KiB in 0.001195 sec., 164016.73640167364 rows/sec., 11.77 MiB/sec. 2025.12.24 02:32:16.333219 [ 3 ] {8d8b28f2-98a3-463b-b48a-d2705eea3893} TCPHandler: Processed in 0.001357622 sec. 2025.12.24 02:32:16.333330 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:16.333425 [ 3 ] {da992930-882d-439b-8858-9e88a97385c5} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:16.333479 [ 3 ] {da992930-882d-439b-8858-9e88a97385c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:32:16.334231 [ 3 ] {da992930-882d-439b-8858-9e88a97385c5} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:16.334269 [ 3 ] {da992930-882d-439b-8858-9e88a97385c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:16.334787 [ 3 ] {da992930-882d-439b-8858-9e88a97385c5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:32:16.335017 [ 3 ] {da992930-882d-439b-8858-9e88a97385c5} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:16.335159 [ 3 ] {da992930-882d-439b-8858-9e88a97385c5} executeQuery: Read 10 rows, 18.35 KiB in 0.001752 sec., 5707.762557077625 rows/sec., 10.23 MiB/sec. 2025.12.24 02:32:16.335219 [ 3 ] {da992930-882d-439b-8858-9e88a97385c5} TCPHandler: Processed in 0.001938251 sec. 2025.12.24 02:32:16.335343 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:16.335442 [ 3 ] {6d374242-b86c-4091-9f22-4fdb927f8c4f} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:16.335485 [ 3 ] {6d374242-b86c-4091-9f22-4fdb927f8c4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:16.335839 [ 3 ] {6d374242-b86c-4091-9f22-4fdb927f8c4f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:16.335878 [ 3 ] {6d374242-b86c-4091-9f22-4fdb927f8c4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:16.336205 [ 3 ] {6d374242-b86c-4091-9f22-4fdb927f8c4f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:32:16.336415 [ 3 ] {6d374242-b86c-4091-9f22-4fdb927f8c4f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:16.336546 [ 3 ] {6d374242-b86c-4091-9f22-4fdb927f8c4f} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2025.12.24 02:32:16.336581 [ 3 ] {6d374242-b86c-4091-9f22-4fdb927f8c4f} TCPHandler: Processed in 0.001289261 sec. 2025.12.24 02:32:17.209747 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 2025.12.24 02:32:17.210492 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:17.210559 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:17.211294 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:32:17.211536 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:17.211673 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 2025.12.24 02:32:17.381810 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.12.24 02:32:17.399844 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:17.399919 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:17.405474 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:32:17.406190 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:17.409230 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.12.24 02:32:21.321134 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:21.321345 [ 3 ] {da30f1a3-7f0a-41f2-9284-88eb90ca6fe4} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:21.321416 [ 3 ] {da30f1a3-7f0a-41f2-9284-88eb90ca6fe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:21.322081 [ 3 ] {da30f1a3-7f0a-41f2-9284-88eb90ca6fe4} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:21.322136 [ 3 ] {da30f1a3-7f0a-41f2-9284-88eb90ca6fe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:21.322547 [ 3 ] {da30f1a3-7f0a-41f2-9284-88eb90ca6fe4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:32:21.322808 [ 3 ] {da30f1a3-7f0a-41f2-9284-88eb90ca6fe4} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:21.322985 [ 3 ] {da30f1a3-7f0a-41f2-9284-88eb90ca6fe4} executeQuery: Read 56 rows, 4.41 KiB in 0.001692 sec., 33096.92671394799 rows/sec., 2.54 MiB/sec. 2025.12.24 02:32:21.323035 [ 3 ] {da30f1a3-7f0a-41f2-9284-88eb90ca6fe4} TCPHandler: Processed in 0.002051683 sec. 2025.12.24 02:32:21.323165 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:21.323270 [ 3 ] {ca02eae8-ceab-46e9-8b3b-4a30022af1ef} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:21.323316 [ 3 ] {ca02eae8-ceab-46e9-8b3b-4a30022af1ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:21.323776 [ 3 ] {ca02eae8-ceab-46e9-8b3b-4a30022af1ef} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:21.323821 [ 3 ] {ca02eae8-ceab-46e9-8b3b-4a30022af1ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:21.324176 [ 3 ] {ca02eae8-ceab-46e9-8b3b-4a30022af1ef} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:32:21.324402 [ 3 ] {ca02eae8-ceab-46e9-8b3b-4a30022af1ef} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:21.324536 [ 3 ] {ca02eae8-ceab-46e9-8b3b-4a30022af1ef} executeQuery: Read 64 rows, 5.12 KiB in 0.00129 sec., 49612.4031007752 rows/sec., 3.87 MiB/sec. 2025.12.24 02:32:21.324575 [ 3 ] {ca02eae8-ceab-46e9-8b3b-4a30022af1ef} TCPHandler: Processed in 0.001462593 sec. 2025.12.24 02:32:21.324701 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:21.324802 [ 3 ] {65f7f6a8-6b4b-42a5-82c4-11c559f1b2b5} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:21.324853 [ 3 ] {65f7f6a8-6b4b-42a5-82c4-11c559f1b2b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:21.325336 [ 3 ] {65f7f6a8-6b4b-42a5-82c4-11c559f1b2b5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:21.325377 [ 3 ] {65f7f6a8-6b4b-42a5-82c4-11c559f1b2b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:21.325729 [ 3 ] {65f7f6a8-6b4b-42a5-82c4-11c559f1b2b5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:32:21.325954 [ 3 ] {65f7f6a8-6b4b-42a5-82c4-11c559f1b2b5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:21.326093 [ 3 ] {65f7f6a8-6b4b-42a5-82c4-11c559f1b2b5} executeQuery: Read 160 rows, 11.41 KiB in 0.001309 sec., 122230.71046600457 rows/sec., 8.51 MiB/sec. 2025.12.24 02:32:21.326130 [ 3 ] {65f7f6a8-6b4b-42a5-82c4-11c559f1b2b5} TCPHandler: Processed in 0.001480274 sec. 2025.12.24 02:32:21.326240 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:21.326335 [ 3 ] {e14a59fe-9b16-48fc-81ef-5b9d8ffd5280} executeQuery: (from [fd00:1122:3344:101::d]:39788) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:21.326378 [ 3 ] {e14a59fe-9b16-48fc-81ef-5b9d8ffd5280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:21.326724 [ 3 ] {e14a59fe-9b16-48fc-81ef-5b9d8ffd5280} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:21.326761 [ 3 ] {e14a59fe-9b16-48fc-81ef-5b9d8ffd5280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:21.327083 [ 3 ] {e14a59fe-9b16-48fc-81ef-5b9d8ffd5280} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:32:21.327309 [ 3 ] {e14a59fe-9b16-48fc-81ef-5b9d8ffd5280} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:21.327440 [ 3 ] {e14a59fe-9b16-48fc-81ef-5b9d8ffd5280} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2025.12.24 02:32:21.327475 [ 3 ] {e14a59fe-9b16-48fc-81ef-5b9d8ffd5280} TCPHandler: Processed in 0.00128558 sec. 2025.12.24 02:32:22.745704 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58349 2025.12.24 02:32:22.748384 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:22.748430 [ 290 ] {} TCP-Session: 2bc80477-901d-413e-805d-64cfe68a8b76 Authenticating user 'default' from [fd00:1122:3344:101::e]:58349 2025.12.24 02:32:22.748452 [ 290 ] {} TCP-Session: 2bc80477-901d-413e-805d-64cfe68a8b76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.748465 [ 290 ] {} TCP-Session: 2bc80477-901d-413e-805d-64cfe68a8b76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.748513 [ 290 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 02:32:22.748536 [ 290 ] {} 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.12.24 02:32:22.748552 [ 290 ] {} 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.12.24 02:32:22.749012 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46454 2025.12.24 02:32:22.749103 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49932 2025.12.24 02:32:22.749160 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:22.749201 [ 291 ] {} TCP-Session: 8439bd09-43f9-4b1f-a3e2-a8e60964f361 Authenticating user 'default' from [fd00:1122:3344:101::e]:46454 2025.12.24 02:32:22.749229 [ 291 ] {} TCP-Session: 8439bd09-43f9-4b1f-a3e2-a8e60964f361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.749243 [ 291 ] {} TCP-Session: 8439bd09-43f9-4b1f-a3e2-a8e60964f361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.749244 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:22.749286 [ 292 ] {} TCP-Session: f685ecb0-5bf9-4cb2-a23a-fbaa405aae6f Authenticating user 'default' from [fd00:1122:3344:101::e]:49932 2025.12.24 02:32:22.749290 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64201 2025.12.24 02:32:22.749309 [ 292 ] {} TCP-Session: f685ecb0-5bf9-4cb2-a23a-fbaa405aae6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.749304 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55673 2025.12.24 02:32:22.749331 [ 292 ] {} TCP-Session: f685ecb0-5bf9-4cb2-a23a-fbaa405aae6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.749392 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35375 2025.12.24 02:32:22.749525 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:22.749565 [ 294 ] {} TCP-Session: 1865ec32-21a0-49f3-b4c4-43c782fc79a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:64201 2025.12.24 02:32:22.749571 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36257 2025.12.24 02:32:22.749583 [ 294 ] {} TCP-Session: 1865ec32-21a0-49f3-b4c4-43c782fc79a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.749613 [ 294 ] {} TCP-Session: 1865ec32-21a0-49f3-b4c4-43c782fc79a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.749755 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:22.749807 [ 295 ] {} TCP-Session: ecc7268e-0eca-42fb-a2af-da757e55c4e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35375 2025.12.24 02:32:22.749832 [ 295 ] {} TCP-Session: ecc7268e-0eca-42fb-a2af-da757e55c4e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.749831 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:22.749846 [ 295 ] {} TCP-Session: ecc7268e-0eca-42fb-a2af-da757e55c4e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.749890 [ 293 ] {} TCP-Session: 12e6001b-f102-4e3e-b728-47aec984c833 Authenticating user 'default' from [fd00:1122:3344:101::e]:55673 2025.12.24 02:32:22.749916 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64203 2025.12.24 02:32:22.749919 [ 293 ] {} TCP-Session: 12e6001b-f102-4e3e-b728-47aec984c833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.749918 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:22.749965 [ 293 ] {} TCP-Session: 12e6001b-f102-4e3e-b728-47aec984c833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.749997 [ 296 ] {} TCP-Session: 7319bb16-1165-4246-a3ff-20bd824e8d2f Authenticating user 'default' from [fd00:1122:3344:101::e]:36257 2025.12.24 02:32:22.750006 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41084 2025.12.24 02:32:22.750025 [ 296 ] {} TCP-Session: 7319bb16-1165-4246-a3ff-20bd824e8d2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.750048 [ 296 ] {} TCP-Session: 7319bb16-1165-4246-a3ff-20bd824e8d2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.750133 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:22.750169 [ 297 ] {} TCP-Session: c13db91f-c83d-4acf-b488-3235057564c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:64203 2025.12.24 02:32:22.750187 [ 297 ] {} TCP-Session: c13db91f-c83d-4acf-b488-3235057564c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.750200 [ 297 ] {} TCP-Session: c13db91f-c83d-4acf-b488-3235057564c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.750252 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:22.750285 [ 298 ] {} TCP-Session: 7bad2849-f736-4b06-8300-9eae1d5d5cab Authenticating user 'default' from [fd00:1122:3344:101::e]:41084 2025.12.24 02:32:22.750302 [ 298 ] {} TCP-Session: 7bad2849-f736-4b06-8300-9eae1d5d5cab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.750314 [ 298 ] {} TCP-Session: 7bad2849-f736-4b06-8300-9eae1d5d5cab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.751548 [ 290 ] {} TCP-Session: 2bc80477-901d-413e-805d-64cfe68a8b76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:22.751720 [ 290 ] {0feb0fbf-ee7b-473a-9fe4-9a9b0259772f} executeQuery: (from [fd00:1122:3344:101::e]:58349) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:32:22.752031 [ 290 ] {0feb0fbf-ee7b-473a-9fe4-9a9b0259772f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:32:22.755942 [ 290 ] {0feb0fbf-ee7b-473a-9fe4-9a9b0259772f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:22.760491 [ 290 ] {0feb0fbf-ee7b-473a-9fe4-9a9b0259772f} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:32:22.778189 [ 308 ] {0feb0fbf-ee7b-473a-9fe4-9a9b0259772f} AggregatingTransform: Aggregating 2025.12.24 02:32:22.780219 [ 308 ] {0feb0fbf-ee7b-473a-9fe4-9a9b0259772f} Aggregator: Aggregation method: without_key 2025.12.24 02:32:22.780908 [ 308 ] {0feb0fbf-ee7b-473a-9fe4-9a9b0259772f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006050977 sec. (165.263 rows/sec., 6.46 KiB/sec.) 2025.12.24 02:32:22.780932 [ 308 ] {0feb0fbf-ee7b-473a-9fe4-9a9b0259772f} Aggregator: Merging aggregated data 2025.12.24 02:32:22.780994 [ 308 ] {0feb0fbf-ee7b-473a-9fe4-9a9b0259772f} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.12.24 02:32:22.784291 [ 290 ] {0feb0fbf-ee7b-473a-9fe4-9a9b0259772f} executeQuery: Read 1 rows, 40.00 B in 0.032627 sec., 30.64946210194011 rows/sec., 1.20 KiB/sec. 2025.12.24 02:32:22.784437 [ 290 ] {0feb0fbf-ee7b-473a-9fe4-9a9b0259772f} TCPHandler: Processed in 0.033023316 sec. 2025.12.24 02:32:22.786019 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:22.786067 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:22.786094 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:22.786072 [ 290 ] {} TCP-Session: 2bc80477-901d-413e-805d-64cfe68a8b76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.786130 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:22.786155 [ 292 ] {} TCP-Session: f685ecb0-5bf9-4cb2-a23a-fbaa405aae6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.786177 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:22.786205 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:22.786215 [ 297 ] {} TCP-Session: c13db91f-c83d-4acf-b488-3235057564c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.786252 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:22.786269 [ 293 ] {} TCP-Session: 12e6001b-f102-4e3e-b728-47aec984c833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.786258 [ 295 ] {} TCP-Session: ecc7268e-0eca-42fb-a2af-da757e55c4e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.786305 [ 296 ] {} TCP-Session: 7319bb16-1165-4246-a3ff-20bd824e8d2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.786210 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:22.786148 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:22.786391 [ 294 ] {} TCP-Session: 1865ec32-21a0-49f3-b4c4-43c782fc79a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.786141 [ 291 ] {} TCP-Session: 8439bd09-43f9-4b1f-a3e2-a8e60964f361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:22.786414 [ 298 ] {} TCP-Session: 7bad2849-f736-4b06-8300-9eae1d5d5cab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:23.000221 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 177.48 MiB, peak 187.59 MiB, free memory in arenas 0.00 B, will set to 179.95 MiB (RSS), difference: 2.47 MiB 2025.12.24 02:32:24.650801 [ 59 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:32:24.650872 [ 59 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:32:24.708843 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 238 2025.12.24 02:32:24.711018 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:24.711067 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:24.711886 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 433 entries to flush up to offset 3727 2025.12.24 02:32:24.712293 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:32:24.712431 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:24.712491 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:24.712582 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:24.712834 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 238 2025.12.24 02:32:24.713086 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:32:24.713335 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:24.713467 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3727 2025.12.24 02:32:24.909447 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.12.24 02:32:24.927169 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:24.927256 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:24.933613 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:32:24.934380 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:24.938379 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.12.24 02:32:25.000276 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 180.50 MiB, peak 187.59 MiB, free memory in arenas 0.00 B, will set to 182.55 MiB (RSS), difference: 2.05 MiB 2025.12.24 02:32:26.005997 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:26.006069 [ 3 ] {} TCP-Session: 5ee9850e-9c54-447f-9ec0-36d604176301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:26.320662 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:26.320862 [ 4 ] {d6e4c8a9-7e71-4ca5-9232-48d173a7873b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:26.320936 [ 4 ] {d6e4c8a9-7e71-4ca5-9232-48d173a7873b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:26.321643 [ 4 ] {d6e4c8a9-7e71-4ca5-9232-48d173a7873b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:26.321695 [ 4 ] {d6e4c8a9-7e71-4ca5-9232-48d173a7873b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:26.322113 [ 4 ] {d6e4c8a9-7e71-4ca5-9232-48d173a7873b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:32:26.322354 [ 4 ] {d6e4c8a9-7e71-4ca5-9232-48d173a7873b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:26.322512 [ 4 ] {d6e4c8a9-7e71-4ca5-9232-48d173a7873b} executeQuery: Read 76 rows, 6.41 KiB in 0.001701 sec., 44679.60023515579 rows/sec., 3.68 MiB/sec. 2025.12.24 02:32:26.322558 [ 4 ] {d6e4c8a9-7e71-4ca5-9232-48d173a7873b} TCPHandler: Processed in 0.002026882 sec. 2025.12.24 02:32:26.322684 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:26.322790 [ 4 ] {5a1ee5e0-8438-47c6-932c-0278d3c308d9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:32:26.322834 [ 4 ] {5a1ee5e0-8438-47c6-932c-0278d3c308d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:32:26.323248 [ 4 ] {5a1ee5e0-8438-47c6-932c-0278d3c308d9} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:26.323287 [ 4 ] {5a1ee5e0-8438-47c6-932c-0278d3c308d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:26.323601 [ 4 ] {5a1ee5e0-8438-47c6-932c-0278d3c308d9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:32:26.323839 [ 4 ] {5a1ee5e0-8438-47c6-932c-0278d3c308d9} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:26.323980 [ 4 ] {5a1ee5e0-8438-47c6-932c-0278d3c308d9} executeQuery: Read 10 rows, 770.00 B in 0.001216 sec., 8223.684210526315 rows/sec., 618.38 KiB/sec. 2025.12.24 02:32:26.324020 [ 4 ] {5a1ee5e0-8438-47c6-932c-0278d3c308d9} TCPHandler: Processed in 0.001387893 sec. 2025.12.24 02:32:26.324141 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:26.324239 [ 4 ] {97df8679-f3ab-48fa-9767-591a0fbd094b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:26.324284 [ 4 ] {97df8679-f3ab-48fa-9767-591a0fbd094b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:26.324742 [ 4 ] {97df8679-f3ab-48fa-9767-591a0fbd094b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:26.324784 [ 4 ] {97df8679-f3ab-48fa-9767-591a0fbd094b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:26.325114 [ 4 ] {97df8679-f3ab-48fa-9767-591a0fbd094b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:32:26.325332 [ 4 ] {97df8679-f3ab-48fa-9767-591a0fbd094b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:26.325467 [ 4 ] {97df8679-f3ab-48fa-9767-591a0fbd094b} executeQuery: Read 74 rows, 5.92 KiB in 0.001248 sec., 59294.8717948718 rows/sec., 4.63 MiB/sec. 2025.12.24 02:32:26.325506 [ 4 ] {97df8679-f3ab-48fa-9767-591a0fbd094b} TCPHandler: Processed in 0.001416032 sec. 2025.12.24 02:32:26.325630 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:26.325728 [ 4 ] {5842e8a2-a35e-4baf-85c5-c459e3c66d6d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:26.325773 [ 4 ] {5842e8a2-a35e-4baf-85c5-c459e3c66d6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:26.326210 [ 4 ] {5842e8a2-a35e-4baf-85c5-c459e3c66d6d} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:26.326249 [ 4 ] {5842e8a2-a35e-4baf-85c5-c459e3c66d6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:26.326601 [ 4 ] {5842e8a2-a35e-4baf-85c5-c459e3c66d6d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:32:26.326819 [ 4 ] {5842e8a2-a35e-4baf-85c5-c459e3c66d6d} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:26.326954 [ 4 ] {5842e8a2-a35e-4baf-85c5-c459e3c66d6d} executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. 2025.12.24 02:32:26.326992 [ 4 ] {5842e8a2-a35e-4baf-85c5-c459e3c66d6d} TCPHandler: Processed in 0.001411663 sec. 2025.12.24 02:32:26.327108 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:26.327205 [ 4 ] {7c35424d-4867-4735-8766-da74dd3cd67e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:26.327261 [ 4 ] {7c35424d-4867-4735-8766-da74dd3cd67e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:32:26.328060 [ 4 ] {7c35424d-4867-4735-8766-da74dd3cd67e} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:26.328099 [ 4 ] {7c35424d-4867-4735-8766-da74dd3cd67e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:26.328621 [ 4 ] {7c35424d-4867-4735-8766-da74dd3cd67e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:32:26.328852 [ 4 ] {7c35424d-4867-4735-8766-da74dd3cd67e} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:26.328997 [ 4 ] {7c35424d-4867-4735-8766-da74dd3cd67e} executeQuery: Read 10 rows, 18.35 KiB in 0.001812 sec., 5518.763796909492 rows/sec., 9.89 MiB/sec. 2025.12.24 02:32:26.329062 [ 4 ] {7c35424d-4867-4735-8766-da74dd3cd67e} TCPHandler: Processed in 0.002003032 sec. 2025.12.24 02:32:26.329184 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:26.329291 [ 4 ] {07faf187-251d-4567-920f-5890def1b425} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:26.329338 [ 4 ] {07faf187-251d-4567-920f-5890def1b425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:26.329712 [ 4 ] {07faf187-251d-4567-920f-5890def1b425} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:26.329748 [ 4 ] {07faf187-251d-4567-920f-5890def1b425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:26.330075 [ 4 ] {07faf187-251d-4567-920f-5890def1b425} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:32:26.330299 [ 4 ] {07faf187-251d-4567-920f-5890def1b425} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:26.330432 [ 4 ] {07faf187-251d-4567-920f-5890def1b425} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2025.12.24 02:32:26.330469 [ 4 ] {07faf187-251d-4567-920f-5890def1b425} TCPHandler: Processed in 0.001334301 sec. 2025.12.24 02:32:27.000201 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 180.95 MiB, peak 187.59 MiB, free memory in arenas 0.00 B, will set to 182.61 MiB (RSS), difference: 1.66 MiB 2025.12.24 02:32:28.460410 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.460635 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:32:28.460976 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 02:32:28.464980 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 02:32:28.465261 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:32:28.465350 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:28.465562 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.12.24 02:32:28.467558 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 02:32:28.469577 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (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.12.24 02:32:28.469605 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 02:32:28.469702 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:32:28.469732 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 02:32:28.483219 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} executeQuery: Read 26 rows, 1.13 KiB in 0.022674 sec., 1146.6878362882596 rows/sec., 49.62 KiB/sec. 2025.12.24 02:32:28.483314 [ 4 ] {dc3f8ca7-80fe-4571-b6f4-3a70c129e598} TCPHandler: Processed in 0.023028697 sec. 2025.12.24 02:32:28.483672 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.483845 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:32:28.484118 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 02:32:28.484162 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 02:32:28.484375 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:32:28.484431 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:28.484545 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.12.24 02:32:28.484575 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 02:32:28.484597 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (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.12.24 02:32:28.484612 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 02:32:28.484649 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:32:28.484668 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 02:32:28.485099 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} executeQuery: Read 26 rows, 1.13 KiB in 0.001331 sec., 19534.184823441024 rows/sec., 845.23 KiB/sec. 2025.12.24 02:32:28.485160 [ 4 ] {e52769af-3702-4132-a13f-b296e89d0c20} TCPHandler: Processed in 0.001555875 sec. 2025.12.24 02:32:28.485372 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.485505 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:32:28.485717 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 02:32:28.485753 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 02:32:28.485940 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:32:28.485994 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:28.486104 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.12.24 02:32:28.486133 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 02:32:28.486153 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (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.12.24 02:32:28.486169 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 02:32:28.486203 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:32:28.486220 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 02:32:28.486607 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} executeQuery: Read 26 rows, 1.13 KiB in 0.001155 sec., 22510.822510822512 rows/sec., 974.03 KiB/sec. 2025.12.24 02:32:28.486666 [ 4 ] {4635d3f7-70b5-47c0-aad2-c306a5f5485a} TCPHandler: Processed in 0.001344212 sec. 2025.12.24 02:32:28.487018 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.487154 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:32:28.487361 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 02:32:28.487396 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 02:32:28.487588 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:32:28.487642 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:28.487743 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.12.24 02:32:28.487772 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 02:32:28.487792 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (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.12.24 02:32:28.487807 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 02:32:28.487841 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:32:28.487860 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 02:32:28.488245 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} executeQuery: Read 26 rows, 1.13 KiB in 0.001144 sec., 22727.272727272728 rows/sec., 983.39 KiB/sec. 2025.12.24 02:32:28.488307 [ 4 ] {2c7a2bc4-fa05-44c7-9ec8-9ea6c3960180} TCPHandler: Processed in 0.001339662 sec. 2025.12.24 02:32:28.488508 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.488639 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:32:28.488851 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 02:32:28.488887 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 02:32:28.489077 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:32:28.489131 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:28.489230 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.12.24 02:32:28.489260 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 02:32:28.489280 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (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.12.24 02:32:28.489295 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 02:32:28.489330 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:32:28.489350 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 02:32:28.489755 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} executeQuery: Read 26 rows, 1.13 KiB in 0.001168 sec., 22260.27397260274 rows/sec., 963.18 KiB/sec. 2025.12.24 02:32:28.489813 [ 4 ] {3559f9da-45a5-43fc-a978-981cd657798a} TCPHandler: Processed in 0.001354892 sec. 2025.12.24 02:32:28.490016 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.490147 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:32:28.490354 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 02:32:28.490391 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 02:32:28.490581 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:32:28.490635 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:28.490736 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.12.24 02:32:28.490765 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 02:32:28.490784 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (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.12.24 02:32:28.490799 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 02:32:28.490834 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:32:28.490853 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 02:32:28.491229 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} executeQuery: Read 26 rows, 1.13 KiB in 0.001134 sec., 22927.68959435626 rows/sec., 992.06 KiB/sec. 2025.12.24 02:32:28.491288 [ 4 ] {34334a55-ad0c-4ead-be41-b440d16de088} TCPHandler: Processed in 0.001322071 sec. 2025.12.24 02:32:28.491519 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.491651 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:32:28.491868 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 02:32:28.491904 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 02:32:28.492093 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:32:28.492148 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:28.492246 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.12.24 02:32:28.492275 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 02:32:28.492294 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (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.12.24 02:32:28.492310 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 02:32:28.492344 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:32:28.492364 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 02:32:28.492733 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} executeQuery: Read 26 rows, 1.13 KiB in 0.001135 sec., 22907.48898678414 rows/sec., 991.19 KiB/sec. 2025.12.24 02:32:28.492793 [ 4 ] {ddc504d7-4496-4d28-8a14-18292b942b96} TCPHandler: Processed in 0.001323081 sec. 2025.12.24 02:32:28.492994 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.493125 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:32:28.493340 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 02:32:28.493377 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 02:32:28.493573 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:32:28.493627 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:28.493727 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.12.24 02:32:28.493756 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 02:32:28.493775 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (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.12.24 02:32:28.493789 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 02:32:28.493823 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:32:28.493841 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 02:32:28.494225 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} executeQuery: Read 26 rows, 1.13 KiB in 0.001153 sec., 22549.869904596704 rows/sec., 975.72 KiB/sec. 2025.12.24 02:32:28.494283 [ 4 ] {57a380b0-c3c7-4e78-b8ba-c5dee3b7188f} TCPHandler: Processed in 0.001339151 sec. 2025.12.24 02:32:28.494501 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.494634 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:32:28.494846 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 02:32:28.494882 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 02:32:28.495083 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:32:28.495136 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:28.495235 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.12.24 02:32:28.495264 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 02:32:28.495283 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (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.12.24 02:32:28.495298 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 02:32:28.495332 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:32:28.495351 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 02:32:28.495728 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} executeQuery: Read 26 rows, 1.13 KiB in 0.001148 sec., 22648.083623693383 rows/sec., 979.97 KiB/sec. 2025.12.24 02:32:28.495796 [ 4 ] {9fab2430-1741-433f-953e-aa1b7e225c80} TCPHandler: Processed in 0.001343801 sec. 2025.12.24 02:32:28.496046 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.496179 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:32:28.496390 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 02:32:28.496427 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 02:32:28.496624 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:32:28.496678 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:28.496779 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.12.24 02:32:28.496809 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 02:32:28.496828 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (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.12.24 02:32:28.496843 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 02:32:28.496877 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:32:28.496897 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 02:32:28.497259 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} executeQuery: Read 26 rows, 1.13 KiB in 0.001135 sec., 22907.48898678414 rows/sec., 991.19 KiB/sec. 2025.12.24 02:32:28.497317 [ 4 ] {82dcc941-69ee-4232-b4b3-6a2cd721fe17} TCPHandler: Processed in 0.001320981 sec. 2025.12.24 02:32:28.576716 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.576850 [ 4 ] {ba3820fa-3e4c-4832-abef-14806f5e5b65} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 02:32:28.576903 [ 4 ] {ba3820fa-3e4c-4832-abef-14806f5e5b65} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:32:28.577506 [ 4 ] {ba3820fa-3e4c-4832-abef-14806f5e5b65} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.577554 [ 4 ] {ba3820fa-3e4c-4832-abef-14806f5e5b65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.578001 [ 4 ] {ba3820fa-3e4c-4832-abef-14806f5e5b65} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:32:28.578231 [ 4 ] {ba3820fa-3e4c-4832-abef-14806f5e5b65} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.578391 [ 4 ] {ba3820fa-3e4c-4832-abef-14806f5e5b65} executeQuery: Read 10 rows, 1.71 KiB in 0.001575 sec., 6349.206349206349 rows/sec., 1.06 MiB/sec. 2025.12.24 02:32:28.578445 [ 4 ] {ba3820fa-3e4c-4832-abef-14806f5e5b65} TCPHandler: Processed in 0.001806208 sec. 2025.12.24 02:32:28.578575 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.578674 [ 4 ] {6cfe2aa9-a6f4-4f92-9ecd-7744cd092170} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:32:28.578718 [ 4 ] {6cfe2aa9-a6f4-4f92-9ecd-7744cd092170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:32:28.579123 [ 4 ] {6cfe2aa9-a6f4-4f92-9ecd-7744cd092170} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.579160 [ 4 ] {6cfe2aa9-a6f4-4f92-9ecd-7744cd092170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.579520 [ 4 ] {6cfe2aa9-a6f4-4f92-9ecd-7744cd092170} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:32:28.579740 [ 4 ] {6cfe2aa9-a6f4-4f92-9ecd-7744cd092170} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.579878 [ 4 ] {6cfe2aa9-a6f4-4f92-9ecd-7744cd092170} executeQuery: Read 4 rows, 334.00 B in 0.001225 sec., 3265.3061224489797 rows/sec., 266.26 KiB/sec. 2025.12.24 02:32:28.579927 [ 4 ] {6cfe2aa9-a6f4-4f92-9ecd-7744cd092170} TCPHandler: Processed in 0.001402912 sec. 2025.12.24 02:32:28.580047 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.580145 [ 4 ] {59773609-8826-4305-ba3b-7f6a328b4621} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:28.580185 [ 4 ] {59773609-8826-4305-ba3b-7f6a328b4621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:28.581367 [ 4 ] {59773609-8826-4305-ba3b-7f6a328b4621} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.581407 [ 4 ] {59773609-8826-4305-ba3b-7f6a328b4621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.581849 [ 4 ] {59773609-8826-4305-ba3b-7f6a328b4621} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:32:28.582093 [ 4 ] {59773609-8826-4305-ba3b-7f6a328b4621} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.582236 [ 4 ] {59773609-8826-4305-ba3b-7f6a328b4621} executeQuery: Read 1217 rows, 102.90 KiB in 0.002109 sec., 577050.7349454717 rows/sec., 47.65 MiB/sec. 2025.12.24 02:32:28.582275 [ 4 ] {59773609-8826-4305-ba3b-7f6a328b4621} TCPHandler: Processed in 0.002277866 sec. 2025.12.24 02:32:28.582390 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.582486 [ 4 ] {b0787b40-945b-44ac-9d76-51be782a96ad} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:32:28.582529 [ 4 ] {b0787b40-945b-44ac-9d76-51be782a96ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:32:28.582929 [ 4 ] {b0787b40-945b-44ac-9d76-51be782a96ad} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.582969 [ 4 ] {b0787b40-945b-44ac-9d76-51be782a96ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.583292 [ 4 ] {b0787b40-945b-44ac-9d76-51be782a96ad} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:32:28.583518 [ 4 ] {b0787b40-945b-44ac-9d76-51be782a96ad} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.583628 [ 51 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 02:32:28.583656 [ 4 ] {b0787b40-945b-44ac-9d76-51be782a96ad} executeQuery: Read 13 rows, 979.00 B in 0.001189 sec., 10933.557611438184 rows/sec., 804.08 KiB/sec. 2025.12.24 02:32:28.583698 [ 51 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.583707 [ 4 ] {b0787b40-945b-44ac-9d76-51be782a96ad} TCPHandler: Processed in 0.001367491 sec. 2025.12.24 02:32:28.583727 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.583831 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:32:28.583847 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.583925 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:28.583957 [ 4 ] {2339e706-7109-4e45-a732-5fdb1a216291} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:32:28.583960 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part 2025.12.24 02:32:28.584002 [ 4 ] {2339e706-7109-4e45-a732-5fdb1a216291} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:32:28.584039 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.12.24 02:32:28.584087 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.12.24 02:32:28.584137 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2025.12.24 02:32:28.584184 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2025.12.24 02:32:28.584232 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part 2025.12.24 02:32:28.584580 [ 4 ] {2339e706-7109-4e45-a732-5fdb1a216291} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.584617 [ 4 ] {2339e706-7109-4e45-a732-5fdb1a216291} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.584933 [ 4 ] {2339e706-7109-4e45-a732-5fdb1a216291} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:32:28.584950 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 97 rows, containing 5 columns (5 merged, 0 gathered) in 0.001158758 sec., 83710.3174260717 rows/sec., 6.50 MiB/sec. 2025.12.24 02:32:28.585199 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 02:32:28.585215 [ 4 ] {2339e706-7109-4e45-a732-5fdb1a216291} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.585375 [ 4 ] {2339e706-7109-4e45-a732-5fdb1a216291} executeQuery: Read 229 rows, 15.88 KiB in 0.001443 sec., 158697.15869715868 rows/sec., 10.74 MiB/sec. 2025.12.24 02:32:28.585416 [ 4 ] {2339e706-7109-4e45-a732-5fdb1a216291} TCPHandler: Processed in 0.001620296 sec. 2025.12.24 02:32:28.585535 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.585542 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_6_1} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.585633 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_6_1} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 02:32:28.585633 [ 4 ] {642331d3-1335-4763-bcdd-1e9e5e47d6a8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:28.585688 [ 4 ] {642331d3-1335-4763-bcdd-1e9e5e47d6a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:28.585727 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:32:28.586298 [ 4 ] {642331d3-1335-4763-bcdd-1e9e5e47d6a8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.586340 [ 4 ] {642331d3-1335-4763-bcdd-1e9e5e47d6a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.586708 [ 4 ] {642331d3-1335-4763-bcdd-1e9e5e47d6a8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:32:28.586966 [ 4 ] {642331d3-1335-4763-bcdd-1e9e5e47d6a8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.587113 [ 4 ] {642331d3-1335-4763-bcdd-1e9e5e47d6a8} executeQuery: Read 539 rows, 40.93 KiB in 0.001499 sec., 359573.0486991328 rows/sec., 26.67 MiB/sec. 2025.12.24 02:32:28.587151 [ 4 ] {642331d3-1335-4763-bcdd-1e9e5e47d6a8} TCPHandler: Processed in 0.001666166 sec. 2025.12.24 02:32:28.587268 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.587364 [ 4 ] {8c467df6-7806-4d72-9fa7-b5ecef0ae10f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:28.587410 [ 4 ] {8c467df6-7806-4d72-9fa7-b5ecef0ae10f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:28.588402 [ 4 ] {8c467df6-7806-4d72-9fa7-b5ecef0ae10f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.588448 [ 4 ] {8c467df6-7806-4d72-9fa7-b5ecef0ae10f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.589001 [ 4 ] {8c467df6-7806-4d72-9fa7-b5ecef0ae10f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:32:28.589259 [ 4 ] {8c467df6-7806-4d72-9fa7-b5ecef0ae10f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.589420 [ 4 ] {8c467df6-7806-4d72-9fa7-b5ecef0ae10f} executeQuery: Read 2118 rows, 144.98 KiB in 0.002073 sec., 1021707.6700434153 rows/sec., 68.30 MiB/sec. 2025.12.24 02:32:28.589465 [ 4 ] {8c467df6-7806-4d72-9fa7-b5ecef0ae10f} TCPHandler: Processed in 0.002246976 sec. 2025.12.24 02:32:28.589581 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.589677 [ 4 ] {f0674af1-b8a3-4aff-ad03-e2d99647b7ad} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 02:32:28.589721 [ 4 ] {f0674af1-b8a3-4aff-ad03-e2d99647b7ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 02:32:28.590053 [ 4 ] {f0674af1-b8a3-4aff-ad03-e2d99647b7ad} oximeter.measurements_f64 (0d484346-0b97-4121-aa35-36d52ea2ff8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.590091 [ 4 ] {f0674af1-b8a3-4aff-ad03-e2d99647b7ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.590411 [ 4 ] {f0674af1-b8a3-4aff-ad03-e2d99647b7ad} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:32:28.590612 [ 4 ] {f0674af1-b8a3-4aff-ad03-e2d99647b7ad} oximeter.measurements_f64 (0d484346-0b97-4121-aa35-36d52ea2ff8f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.590741 [ 4 ] {f0674af1-b8a3-4aff-ad03-e2d99647b7ad} executeQuery: Read 1 rows, 65.00 B in 0.001083 sec., 923.3610341643583 rows/sec., 58.61 KiB/sec. 2025.12.24 02:32:28.590777 [ 4 ] {f0674af1-b8a3-4aff-ad03-e2d99647b7ad} TCPHandler: Processed in 0.00124712 sec. 2025.12.24 02:32:28.590882 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.590985 [ 4 ] {cef13823-942d-4c38-b1cf-e8c64167cb00} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:28.591041 [ 4 ] {cef13823-942d-4c38-b1cf-e8c64167cb00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:32:28.591792 [ 4 ] {cef13823-942d-4c38-b1cf-e8c64167cb00} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.591829 [ 4 ] {cef13823-942d-4c38-b1cf-e8c64167cb00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.592328 [ 4 ] {cef13823-942d-4c38-b1cf-e8c64167cb00} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:32:28.592555 [ 4 ] {cef13823-942d-4c38-b1cf-e8c64167cb00} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.592664 [ 51 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 02:32:28.592695 [ 4 ] {cef13823-942d-4c38-b1cf-e8c64167cb00} executeQuery: Read 9 rows, 16.51 KiB in 0.001735 sec., 5187.319884726225 rows/sec., 9.30 MiB/sec. 2025.12.24 02:32:28.592708 [ 51 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.592737 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.592761 [ 4 ] {cef13823-942d-4c38-b1cf-e8c64167cb00} TCPHandler: Processed in 0.001932071 sec. 2025.12.24 02:32:28.592837 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::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.12.24 02:32:28.592883 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.592982 [ 4 ] {a9b68422-9918-4177-b8d9-dc8c06862ea5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 02:32:28.593009 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:28.593026 [ 4 ] {a9b68422-9918-4177-b8d9-dc8c06862ea5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 02:32:28.593083 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.12.24 02:32:28.593187 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.12.24 02:32:28.593309 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.12.24 02:32:28.593415 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2025.12.24 02:32:28.593428 [ 4 ] {a9b68422-9918-4177-b8d9-dc8c06862ea5} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.593465 [ 4 ] {a9b68422-9918-4177-b8d9-dc8c06862ea5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.593512 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2025.12.24 02:32:28.593601 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part 2025.12.24 02:32:28.593798 [ 4 ] {a9b68422-9918-4177-b8d9-dc8c06862ea5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 02:32:28.594035 [ 4 ] {a9b68422-9918-4177-b8d9-dc8c06862ea5} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.594164 [ 4 ] {a9b68422-9918-4177-b8d9-dc8c06862ea5} executeQuery: Read 6 rows, 434.00 B in 0.001201 sec., 4995.836802664447 rows/sec., 352.90 KiB/sec. 2025.12.24 02:32:28.594201 [ 4 ] {a9b68422-9918-4177-b8d9-dc8c06862ea5} TCPHandler: Processed in 0.001368052 sec. 2025.12.24 02:32:28.594318 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:28.594413 [ 4 ] {a2d0574d-86af-42fb-bda1-e86f3ec50c25} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:28.594456 [ 4 ] {a2d0574d-86af-42fb-bda1-e86f3ec50c25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:28.594838 [ 4 ] {a2d0574d-86af-42fb-bda1-e86f3ec50c25} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:28.594879 [ 4 ] {a2d0574d-86af-42fb-bda1-e86f3ec50c25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:28.595279 [ 4 ] {a2d0574d-86af-42fb-bda1-e86f3ec50c25} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:32:28.595577 [ 4 ] {a2d0574d-86af-42fb-bda1-e86f3ec50c25} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.595712 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 59 rows, containing 19 columns (19 merged, 0 gathered) in 0.002899446 sec., 20348.714892431173 rows/sec., 36.46 MiB/sec. 2025.12.24 02:32:28.595734 [ 4 ] {a2d0574d-86af-42fb-bda1-e86f3ec50c25} executeQuery: Read 24 rows, 1.66 KiB in 0.001339 sec., 17923.82374906647 rows/sec., 1.21 MiB/sec. 2025.12.24 02:32:28.595803 [ 4 ] {a2d0574d-86af-42fb-bda1-e86f3ec50c25} TCPHandler: Processed in 0.001534514 sec. 2025.12.24 02:32:28.595989 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 02:32:28.596291 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_6_1} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:28.596352 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_6_1} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 02:32:28.596431 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2025.12.24 02:32:31.318773 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:31.318991 [ 4 ] {5366a266-5386-4997-a9ce-7e7308fa894c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:31.319072 [ 4 ] {5366a266-5386-4997-a9ce-7e7308fa894c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:31.319904 [ 4 ] {5366a266-5386-4997-a9ce-7e7308fa894c} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:31.319988 [ 4 ] {5366a266-5386-4997-a9ce-7e7308fa894c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:31.320501 [ 4 ] {5366a266-5386-4997-a9ce-7e7308fa894c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:32:31.320782 [ 4 ] {5366a266-5386-4997-a9ce-7e7308fa894c} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:31.320961 [ 4 ] {5366a266-5386-4997-a9ce-7e7308fa894c} executeQuery: Read 56 rows, 4.41 KiB in 0.002031 sec., 27572.6243229936 rows/sec., 2.12 MiB/sec. 2025.12.24 02:32:31.320969 [ 39 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 02:32:31.321015 [ 4 ] {5366a266-5386-4997-a9ce-7e7308fa894c} TCPHandler: Processed in 0.002433549 sec. 2025.12.24 02:32:31.321050 [ 39 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:31.321081 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:31.321191 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:31.321213 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:32:31.321305 [ 4 ] {d21fcb16-cc11-4f4e-bafe-08613c417b88} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:31.321349 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:31.321381 [ 4 ] {d21fcb16-cc11-4f4e-bafe-08613c417b88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:31.321390 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 201 rows starting from the beginning of the part 2025.12.24 02:32:31.321521 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 196 rows starting from the beginning of the part 2025.12.24 02:32:31.321593 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2025.12.24 02:32:31.321676 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 76 rows starting from the beginning of the part 2025.12.24 02:32:31.321734 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1217 rows starting from the beginning of the part 2025.12.24 02:32:31.321797 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2025.12.24 02:32:31.322024 [ 4 ] {d21fcb16-cc11-4f4e-bafe-08613c417b88} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:31.322074 [ 4 ] {d21fcb16-cc11-4f4e-bafe-08613c417b88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:31.322489 [ 4 ] {d21fcb16-cc11-4f4e-bafe-08613c417b88} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:32:31.322813 [ 4 ] {d21fcb16-cc11-4f4e-bafe-08613c417b88} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:31.322943 [ 39 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 02:32:31.322985 [ 4 ] {d21fcb16-cc11-4f4e-bafe-08613c417b88} executeQuery: Read 64 rows, 5.12 KiB in 0.001705 sec., 37536.6568914956 rows/sec., 2.93 MiB/sec. 2025.12.24 02:32:31.322993 [ 39 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:31.323041 [ 4 ] {d21fcb16-cc11-4f4e-bafe-08613c417b88} TCPHandler: Processed in 0.00191055 sec. 2025.12.24 02:32:31.323047 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:31.323185 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:32:31.323204 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:31.323319 [ 4 ] {7ea4c1fd-71f3-4a8f-995b-9f781b7dc120} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:31.323334 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:31.323339 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1802 rows, containing 5 columns (5 merged, 0 gathered) in 0.002181365 sec., 826088.2520806926 rows/sec., 72.20 MiB/sec. 2025.12.24 02:32:31.323382 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 120 rows starting from the beginning of the part 2025.12.24 02:32:31.323368 [ 4 ] {7ea4c1fd-71f3-4a8f-995b-9f781b7dc120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:31.323485 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 110 rows starting from the beginning of the part 2025.12.24 02:32:31.323554 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2025.12.24 02:32:31.323635 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 74 rows starting from the beginning of the part 2025.12.24 02:32:31.323703 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 539 rows starting from the beginning of the part 2025.12.24 02:32:31.323750 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 02:32:31.323825 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2025.12.24 02:32:31.324126 [ 4 ] {7ea4c1fd-71f3-4a8f-995b-9f781b7dc120} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:31.324176 [ 4 ] {7ea4c1fd-71f3-4a8f-995b-9f781b7dc120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:31.324180 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_11_2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:31.324326 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_11_2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 02:32:31.324472 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.12.24 02:32:31.324709 [ 4 ] {7ea4c1fd-71f3-4a8f-995b-9f781b7dc120} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:32:31.325064 [ 4 ] {7ea4c1fd-71f3-4a8f-995b-9f781b7dc120} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:31.325074 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 971 rows, containing 5 columns (5 merged, 0 gathered) in 0.001940111 sec., 500486.8278155219 rows/sec., 40.29 MiB/sec. 2025.12.24 02:32:31.325234 [ 39 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 02:32:31.325267 [ 4 ] {7ea4c1fd-71f3-4a8f-995b-9f781b7dc120} executeQuery: Read 96 rows, 6.85 KiB in 0.001969 sec., 48755.71356018284 rows/sec., 3.40 MiB/sec. 2025.12.24 02:32:31.325305 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 02:32:31.325273 [ 39 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:31.325361 [ 4 ] {7ea4c1fd-71f3-4a8f-995b-9f781b7dc120} TCPHandler: Processed in 0.002213745 sec. 2025.12.24 02:32:31.325371 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:31.325470 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:32:31.325556 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:31.325590 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:31.325634 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1047 rows starting from the beginning of the part 2025.12.24 02:32:31.325689 [ 4 ] {f56b4390-c9d6-42a8-ac70-9dc2c0c28440} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:31.325707 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 196 rows starting from the beginning of the part 2025.12.24 02:32:31.325723 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_11_2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:31.325760 [ 4 ] {f56b4390-c9d6-42a8-ac70-9dc2c0c28440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:31.325793 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2025.12.24 02:32:31.325855 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_11_2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 02:32:31.325865 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:32:31.325947 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2118 rows starting from the beginning of the part 2025.12.24 02:32:31.325978 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.12.24 02:32:31.326013 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 96 rows starting from the beginning of the part 2025.12.24 02:32:31.326273 [ 4 ] {f56b4390-c9d6-42a8-ac70-9dc2c0c28440} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:31.326326 [ 4 ] {f56b4390-c9d6-42a8-ac70-9dc2c0c28440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:31.326843 [ 4 ] {f56b4390-c9d6-42a8-ac70-9dc2c0c28440} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:32:31.327195 [ 4 ] {f56b4390-c9d6-42a8-ac70-9dc2c0c28440} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:31.327364 [ 39 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 02:32:31.327411 [ 39 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:31.327430 [ 4 ] {f56b4390-c9d6-42a8-ac70-9dc2c0c28440} executeQuery: Read 36 rows, 2.48 KiB in 0.001767 sec., 20373.51443123939 rows/sec., 1.37 MiB/sec. 2025.12.24 02:32:31.327439 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:31.327495 [ 4 ] {f56b4390-c9d6-42a8-ac70-9dc2c0c28440} TCPHandler: Processed in 0.002003402 sec. 2025.12.24 02:32:31.327610 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:32:31.327757 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:31.327793 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part 2025.12.24 02:32:31.327889 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:32:31.327958 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2025.12.24 02:32:31.328027 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:32:31.328026 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3777 rows, containing 5 columns (5 merged, 0 gathered) in 0.002591122 sec., 1457669.689038185 rows/sec., 99.89 MiB/sec. 2025.12.24 02:32:31.328086 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.12.24 02:32:31.328150 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part 2025.12.24 02:32:31.328508 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 02:32:31.328958 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_11_2} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:31.329073 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_11_2} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 02:32:31.329175 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.12.24 02:32:31.329315 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.001766968 sec., 332773.4288340253 rows/sec., 22.43 MiB/sec. 2025.12.24 02:32:31.329555 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 02:32:31.329978 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_11_2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:31.330093 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_11_2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 02:32:31.330210 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 02:32:31.732699 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54444 2025.12.24 02:32:31.732813 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:31.732840 [ 3 ] {} TCP-Session: 62694170-ad19-4c22-90cf-ac9066ded848 Authenticating user 'default' from [fd00:1122:3344:101::e]:54444 2025.12.24 02:32:31.732862 [ 3 ] {} TCP-Session: 62694170-ad19-4c22-90cf-ac9066ded848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.732875 [ 3 ] {} TCP-Session: 62694170-ad19-4c22-90cf-ac9066ded848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733129 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57549 2025.12.24 02:32:31.733147 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36762 2025.12.24 02:32:31.733192 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64785 2025.12.24 02:32:31.733216 [ 3 ] {} TCP-Session: 62694170-ad19-4c22-90cf-ac9066ded848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:31.733191 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46244 2025.12.24 02:32:31.733278 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:31.733203 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36869 2025.12.24 02:32:31.733325 [ 290 ] {} TCP-Session: aa7290a0-3546-46d1-bdf6-126f6a4b7782 Authenticating user 'default' from [fd00:1122:3344:101::e]:57549 2025.12.24 02:32:31.733335 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:31.733351 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:31.733377 [ 294 ] {} TCP-Session: f9670e14-b29d-471c-94f8-366599f70030 Authenticating user 'default' from [fd00:1122:3344:101::e]:64785 2025.12.24 02:32:31.733374 [ 290 ] {} TCP-Session: aa7290a0-3546-46d1-bdf6-126f6a4b7782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733403 [ 295 ] {} TCP-Session: b3bcb84b-b034-4f3e-b7b9-9e8c23bca09e Authenticating user 'default' from [fd00:1122:3344:101::e]:46244 2025.12.24 02:32:31.733415 [ 290 ] {} TCP-Session: aa7290a0-3546-46d1-bdf6-126f6a4b7782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733423 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:31.733433 [ 3 ] {ab21cb42-00b7-49df-b125-9a8f4cc99d09} executeQuery: (from [fd00:1122:3344:101::e]:54444) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:32:31.733468 [ 296 ] {} TCP-Session: 32fcd5c1-923f-4ea8-9fe8-e8773abd13e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:36869 2025.12.24 02:32:31.733440 [ 295 ] {} TCP-Session: b3bcb84b-b034-4f3e-b7b9-9e8c23bca09e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733516 [ 296 ] {} TCP-Session: 32fcd5c1-923f-4ea8-9fe8-e8773abd13e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733530 [ 295 ] {} TCP-Session: b3bcb84b-b034-4f3e-b7b9-9e8c23bca09e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733543 [ 296 ] {} TCP-Session: 32fcd5c1-923f-4ea8-9fe8-e8773abd13e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733408 [ 294 ] {} TCP-Session: f9670e14-b29d-471c-94f8-366599f70030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733340 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:31.733588 [ 294 ] {} TCP-Session: f9670e14-b29d-471c-94f8-366599f70030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733169 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58323 2025.12.24 02:32:31.733616 [ 291 ] {} TCP-Session: 8b80cd36-160f-4984-8103-9366d010aac8 Authenticating user 'default' from [fd00:1122:3344:101::e]:36762 2025.12.24 02:32:31.733159 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36813 2025.12.24 02:32:31.733668 [ 291 ] {} TCP-Session: 8b80cd36-160f-4984-8103-9366d010aac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733214 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62741 2025.12.24 02:32:31.733702 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:31.733705 [ 291 ] {} TCP-Session: 8b80cd36-160f-4984-8103-9366d010aac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733743 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:31.733748 [ 3 ] {ab21cb42-00b7-49df-b125-9a8f4cc99d09} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:32:31.733788 [ 292 ] {} TCP-Session: 00e1b8a0-6002-4340-9b35-4b6fd1a70eaa Authenticating user 'default' from [fd00:1122:3344:101::e]:36813 2025.12.24 02:32:31.733748 [ 293 ] {} TCP-Session: e9a4449e-217f-4828-bd91-43cd5c47a8a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:58323 2025.12.24 02:32:31.733818 [ 292 ] {} TCP-Session: 00e1b8a0-6002-4340-9b35-4b6fd1a70eaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733839 [ 3 ] {ab21cb42-00b7-49df-b125-9a8f4cc99d09} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:31.733851 [ 293 ] {} TCP-Session: e9a4449e-217f-4828-bd91-43cd5c47a8a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733852 [ 292 ] {} TCP-Session: 00e1b8a0-6002-4340-9b35-4b6fd1a70eaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733877 [ 293 ] {} TCP-Session: e9a4449e-217f-4828-bd91-43cd5c47a8a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733877 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:31.733914 [ 297 ] {} TCP-Session: b4d25a57-a01f-4901-ba98-a851d1e4c404 Authenticating user 'default' from [fd00:1122:3344:101::e]:62741 2025.12.24 02:32:31.733930 [ 297 ] {} TCP-Session: b4d25a57-a01f-4901-ba98-a851d1e4c404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.733942 [ 297 ] {} TCP-Session: b4d25a57-a01f-4901-ba98-a851d1e4c404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.734145 [ 3 ] {ab21cb42-00b7-49df-b125-9a8f4cc99d09} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:32:31.735364 [ 331 ] {ab21cb42-00b7-49df-b125-9a8f4cc99d09} AggregatingTransform: Aggregating 2025.12.24 02:32:31.735418 [ 331 ] {ab21cb42-00b7-49df-b125-9a8f4cc99d09} Aggregator: Aggregation method: without_key 2025.12.24 02:32:31.735469 [ 331 ] {ab21cb42-00b7-49df-b125-9a8f4cc99d09} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001224039 sec. (816.967 rows/sec., 31.91 KiB/sec.) 2025.12.24 02:32:31.735492 [ 331 ] {ab21cb42-00b7-49df-b125-9a8f4cc99d09} Aggregator: Merging aggregated data 2025.12.24 02:32:31.736612 [ 3 ] {ab21cb42-00b7-49df-b125-9a8f4cc99d09} executeQuery: Read 1 rows, 40.00 B in 0.003245 sec., 308.1664098613251 rows/sec., 12.04 KiB/sec. 2025.12.24 02:32:31.736776 [ 3 ] {ab21cb42-00b7-49df-b125-9a8f4cc99d09} TCPHandler: Processed in 0.003698789 sec. 2025.12.24 02:32:31.736870 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:31.736900 [ 3 ] {} TCP-Session: 62694170-ad19-4c22-90cf-ac9066ded848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.736918 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:31.736940 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:31.736968 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:31.736989 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:31.737009 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:31.737030 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:31.737045 [ 291 ] {} TCP-Session: 8b80cd36-160f-4984-8103-9366d010aac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.737059 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:31.737083 [ 294 ] {} TCP-Session: f9670e14-b29d-471c-94f8-366599f70030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.737081 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:31.737117 [ 296 ] {} TCP-Session: 32fcd5c1-923f-4ea8-9fe8-e8773abd13e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.737147 [ 297 ] {} TCP-Session: b4d25a57-a01f-4901-ba98-a851d1e4c404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.737066 [ 292 ] {} TCP-Session: 00e1b8a0-6002-4340-9b35-4b6fd1a70eaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.737027 [ 295 ] {} TCP-Session: b3bcb84b-b034-4f3e-b7b9-9e8c23bca09e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.737002 [ 293 ] {} TCP-Session: e9a4449e-217f-4828-bd91-43cd5c47a8a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:31.736996 [ 290 ] {} TCP-Session: aa7290a0-3546-46d1-bdf6-126f6a4b7782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.085956 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62652 2025.12.24 02:32:32.086073 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.086103 [ 3 ] {} TCP-Session: c62e5029-9976-4e9d-9588-7c3cd2277a85 Authenticating user 'default' from [fd00:1122:3344:101::e]:62652 2025.12.24 02:32:32.086128 [ 3 ] {} TCP-Session: c62e5029-9976-4e9d-9588-7c3cd2277a85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086144 [ 3 ] {} TCP-Session: c62e5029-9976-4e9d-9588-7c3cd2277a85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086397 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39606 2025.12.24 02:32:32.086447 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46784 2025.12.24 02:32:32.086479 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45530 2025.12.24 02:32:32.086502 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42301 2025.12.24 02:32:32.086519 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.086523 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43243 2025.12.24 02:32:32.086569 [ 290 ] {} TCP-Session: 8412a892-7ff7-4d1e-9d59-2128f825b2eb Authenticating user 'default' from [fd00:1122:3344:101::e]:39606 2025.12.24 02:32:32.086564 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.086577 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.086605 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.086612 [ 294 ] {} TCP-Session: f752807d-2c2d-4d27-8daf-8de6ab323e42 Authenticating user 'default' from [fd00:1122:3344:101::e]:45530 2025.12.24 02:32:32.086633 [ 291 ] {} TCP-Session: f3300913-7b5b-4bc6-a50c-76445e47b81b Authenticating user 'default' from [fd00:1122:3344:101::e]:46784 2025.12.24 02:32:32.086646 [ 296 ] {} TCP-Session: 3a33f8d3-874a-4648-9e39-c2614ca624ba Authenticating user 'default' from [fd00:1122:3344:101::e]:42301 2025.12.24 02:32:32.086654 [ 294 ] {} TCP-Session: f752807d-2c2d-4d27-8daf-8de6ab323e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086673 [ 291 ] {} TCP-Session: f3300913-7b5b-4bc6-a50c-76445e47b81b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086686 [ 296 ] {} TCP-Session: 3a33f8d3-874a-4648-9e39-c2614ca624ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086690 [ 294 ] {} TCP-Session: f752807d-2c2d-4d27-8daf-8de6ab323e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086704 [ 291 ] {} TCP-Session: f3300913-7b5b-4bc6-a50c-76445e47b81b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086718 [ 296 ] {} TCP-Session: 3a33f8d3-874a-4648-9e39-c2614ca624ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086637 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.086604 [ 290 ] {} TCP-Session: 8412a892-7ff7-4d1e-9d59-2128f825b2eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086802 [ 297 ] {} TCP-Session: ad9c16c4-9c53-4d73-b0dc-fd2f7cab4a1c Authenticating user 'default' from [fd00:1122:3344:101::e]:43243 2025.12.24 02:32:32.086812 [ 290 ] {} TCP-Session: 8412a892-7ff7-4d1e-9d59-2128f825b2eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086503 [ 3 ] {} TCP-Session: c62e5029-9976-4e9d-9588-7c3cd2277a85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:32.086834 [ 297 ] {} TCP-Session: ad9c16c4-9c53-4d73-b0dc-fd2f7cab4a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086466 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57603 2025.12.24 02:32:32.086872 [ 297 ] {} TCP-Session: ad9c16c4-9c53-4d73-b0dc-fd2f7cab4a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.086455 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45181 2025.12.24 02:32:32.086497 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43339 2025.12.24 02:32:32.086949 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.086992 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.086998 [ 293 ] {} TCP-Session: b88bd43b-8e18-47e6-800b-a8e0bcb2a58c Authenticating user 'default' from [fd00:1122:3344:101::e]:57603 2025.12.24 02:32:32.087027 [ 292 ] {} TCP-Session: b052c3ef-66f6-4573-8247-9df35df02f6e Authenticating user 'default' from [fd00:1122:3344:101::e]:45181 2025.12.24 02:32:32.087048 [ 293 ] {} TCP-Session: b88bd43b-8e18-47e6-800b-a8e0bcb2a58c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.087066 [ 292 ] {} TCP-Session: b052c3ef-66f6-4573-8247-9df35df02f6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.087084 [ 293 ] {} TCP-Session: b88bd43b-8e18-47e6-800b-a8e0bcb2a58c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.087097 [ 292 ] {} TCP-Session: b052c3ef-66f6-4573-8247-9df35df02f6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.087110 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.087008 [ 3 ] {95d6e478-8ad5-4bc8-9447-9000df635074} executeQuery: (from [fd00:1122:3344:101::e]:62652) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:32:32.087152 [ 295 ] {} TCP-Session: 80aa0969-57cb-4f7c-a43d-eade636be92c Authenticating user 'default' from [fd00:1122:3344:101::e]:43339 2025.12.24 02:32:32.087181 [ 295 ] {} TCP-Session: 80aa0969-57cb-4f7c-a43d-eade636be92c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.087196 [ 295 ] {} TCP-Session: 80aa0969-57cb-4f7c-a43d-eade636be92c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.087409 [ 3 ] {95d6e478-8ad5-4bc8-9447-9000df635074} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:32:32.087468 [ 3 ] {95d6e478-8ad5-4bc8-9447-9000df635074} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:32.087763 [ 3 ] {95d6e478-8ad5-4bc8-9447-9000df635074} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:32:32.088805 [ 343 ] {95d6e478-8ad5-4bc8-9447-9000df635074} AggregatingTransform: Aggregating 2025.12.24 02:32:32.088861 [ 343 ] {95d6e478-8ad5-4bc8-9447-9000df635074} Aggregator: Aggregation method: without_key 2025.12.24 02:32:32.088901 [ 343 ] {95d6e478-8ad5-4bc8-9447-9000df635074} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001041326 sec. (960.314 rows/sec., 37.51 KiB/sec.) 2025.12.24 02:32:32.088921 [ 343 ] {95d6e478-8ad5-4bc8-9447-9000df635074} Aggregator: Merging aggregated data 2025.12.24 02:32:32.090216 [ 3 ] {95d6e478-8ad5-4bc8-9447-9000df635074} executeQuery: Read 1 rows, 40.00 B in 0.003264 sec., 306.37254901960785 rows/sec., 11.97 KiB/sec. 2025.12.24 02:32:32.090362 [ 3 ] {95d6e478-8ad5-4bc8-9447-9000df635074} TCPHandler: Processed in 0.003977923 sec. 2025.12.24 02:32:32.090483 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.090511 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.090515 [ 3 ] {} TCP-Session: c62e5029-9976-4e9d-9588-7c3cd2277a85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.090532 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.090551 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.090568 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.090587 [ 290 ] {} TCP-Session: 8412a892-7ff7-4d1e-9d59-2128f825b2eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.090601 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.090622 [ 292 ] {} TCP-Session: b052c3ef-66f6-4573-8247-9df35df02f6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.090635 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.090648 [ 294 ] {} TCP-Session: f752807d-2c2d-4d27-8daf-8de6ab323e42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.090610 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.090675 [ 296 ] {} TCP-Session: 3a33f8d3-874a-4648-9e39-c2614ca624ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.090605 [ 291 ] {} TCP-Session: f3300913-7b5b-4bc6-a50c-76445e47b81b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.090712 [ 293 ] {} TCP-Session: b88bd43b-8e18-47e6-800b-a8e0bcb2a58c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.090556 [ 297 ] {} TCP-Session: ad9c16c4-9c53-4d73-b0dc-fd2f7cab4a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.090594 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.090804 [ 295 ] {} TCP-Session: 80aa0969-57cb-4f7c-a43d-eade636be92c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.213619 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4239 2025.12.24 02:32:32.214171 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:32.214235 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:32.214749 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:32:32.215001 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:32.215162 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4239 2025.12.24 02:32:32.392829 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51933 2025.12.24 02:32:32.392935 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.392959 [ 3 ] {} TCP-Session: 73f9021d-233e-48f3-845a-058c748954ad Authenticating user 'default' from [fd00:1122:3344:101::e]:51933 2025.12.24 02:32:32.392981 [ 3 ] {} TCP-Session: 73f9021d-233e-48f3-845a-058c748954ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.392994 [ 3 ] {} TCP-Session: 73f9021d-233e-48f3-845a-058c748954ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393239 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55523 2025.12.24 02:32:32.393269 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60293 2025.12.24 02:32:32.393289 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36276 2025.12.24 02:32:32.393331 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49461 2025.12.24 02:32:32.393344 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51220 2025.12.24 02:32:32.393363 [ 3 ] {} TCP-Session: 73f9021d-233e-48f3-845a-058c748954ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:32.393385 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.393410 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.393417 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.393445 [ 290 ] {} TCP-Session: b7e16b60-0a61-4ff3-8165-259fcc806fdf Authenticating user 'default' from [fd00:1122:3344:101::e]:55523 2025.12.24 02:32:32.393457 [ 294 ] {} TCP-Session: c9513ed5-ca9c-4e8e-bac1-8705b69825a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:36276 2025.12.24 02:32:32.393477 [ 296 ] {} TCP-Session: 1021d099-3442-4ab2-891d-87138b437d12 Authenticating user 'default' from [fd00:1122:3344:101::e]:49461 2025.12.24 02:32:32.393492 [ 290 ] {} TCP-Session: b7e16b60-0a61-4ff3-8165-259fcc806fdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393498 [ 294 ] {} TCP-Session: c9513ed5-ca9c-4e8e-bac1-8705b69825a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393518 [ 296 ] {} TCP-Session: 1021d099-3442-4ab2-891d-87138b437d12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393523 [ 290 ] {} TCP-Session: b7e16b60-0a61-4ff3-8165-259fcc806fdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393535 [ 294 ] {} TCP-Session: c9513ed5-ca9c-4e8e-bac1-8705b69825a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393546 [ 296 ] {} TCP-Session: 1021d099-3442-4ab2-891d-87138b437d12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393555 [ 3 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} executeQuery: (from [fd00:1122:3344:101::e]:51933) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:32:32.393436 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.393402 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.393631 [ 297 ] {} TCP-Session: 26350f1b-57ff-486f-b934-5fa575ea968a Authenticating user 'default' from [fd00:1122:3344:101::e]:51220 2025.12.24 02:32:32.393305 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46413 2025.12.24 02:32:32.393678 [ 292 ] {} TCP-Session: b83189cf-c764-4e50-ae05-f6ba481994ef Authenticating user 'default' from [fd00:1122:3344:101::e]:60293 2025.12.24 02:32:32.393677 [ 297 ] {} TCP-Session: 26350f1b-57ff-486f-b934-5fa575ea968a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393746 [ 292 ] {} TCP-Session: b83189cf-c764-4e50-ae05-f6ba481994ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393762 [ 297 ] {} TCP-Session: 26350f1b-57ff-486f-b934-5fa575ea968a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393779 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.393793 [ 292 ] {} TCP-Session: b83189cf-c764-4e50-ae05-f6ba481994ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393276 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62623 2025.12.24 02:32:32.393829 [ 295 ] {} TCP-Session: 37e37f90-fb7b-4b2e-971d-165c84ffde91 Authenticating user 'default' from [fd00:1122:3344:101::e]:46413 2025.12.24 02:32:32.393846 [ 3 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:32:32.393879 [ 295 ] {} TCP-Session: 37e37f90-fb7b-4b2e-971d-165c84ffde91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393268 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52795 2025.12.24 02:32:32.393905 [ 295 ] {} TCP-Session: 37e37f90-fb7b-4b2e-971d-165c84ffde91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393904 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.393924 [ 3 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:32:32.393948 [ 293 ] {} TCP-Session: c2e1efef-ea1c-4dcc-86ae-35b5619f297a Authenticating user 'default' from [fd00:1122:3344:101::e]:62623 2025.12.24 02:32:32.393962 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:32:32.393965 [ 293 ] {} TCP-Session: c2e1efef-ea1c-4dcc-86ae-35b5619f297a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.393992 [ 291 ] {} TCP-Session: af7b7b53-384a-4480-a866-02b0a441aadc Authenticating user 'default' from [fd00:1122:3344:101::e]:52795 2025.12.24 02:32:32.393997 [ 293 ] {} TCP-Session: c2e1efef-ea1c-4dcc-86ae-35b5619f297a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.394018 [ 291 ] {} TCP-Session: af7b7b53-384a-4480-a866-02b0a441aadc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.394037 [ 291 ] {} TCP-Session: af7b7b53-384a-4480-a866-02b0a441aadc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.394258 [ 3 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:32:32.394354 [ 3 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} Aggregator: Compile expression max()(UInt64) 0 2025.12.24 02:32:32.438517 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.12.24 02:32:32.466640 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:32.466706 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 02:32:32.502741 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:32:32.503930 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:32.509352 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.12.24 02:32:32.772106 [ 312 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} AggregatingTransform: Aggregating 2025.12.24 02:32:32.772184 [ 312 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} Aggregator: Aggregation method: without_key 2025.12.24 02:32:32.772224 [ 312 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000955816 sec. (1046.226 rows/sec., 40.87 KiB/sec.) 2025.12.24 02:32:32.772244 [ 312 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} Aggregator: Merging aggregated data 2025.12.24 02:32:32.773614 [ 3 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} executeQuery: Read 1 rows, 40.00 B in 0.38011 sec., 2.6308173949646156 rows/sec., 105.23 B/sec. 2025.12.24 02:32:32.773768 [ 3 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.12.24 02:32:32.773788 [ 3 ] {1224625b-9b57-4c86-938d-6a5d89e431d8} TCPHandler: Processed in 0.380574522 sec. 2025.12.24 02:32:32.773932 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.773963 [ 3 ] {} TCP-Session: 73f9021d-233e-48f3-845a-058c748954ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.773972 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.774003 [ 297 ] {} TCP-Session: 26350f1b-57ff-486f-b934-5fa575ea968a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.774008 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.774044 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.774078 [ 290 ] {} TCP-Session: b7e16b60-0a61-4ff3-8165-259fcc806fdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.774075 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.774121 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.774091 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.774170 [ 295 ] {} TCP-Session: 37e37f90-fb7b-4b2e-971d-165c84ffde91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.774177 [ 296 ] {} TCP-Session: 1021d099-3442-4ab2-891d-87138b437d12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.774210 [ 293 ] {} TCP-Session: c2e1efef-ea1c-4dcc-86ae-35b5619f297a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.774051 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.774043 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:32:32.774286 [ 294 ] {} TCP-Session: c9513ed5-ca9c-4e8e-bac1-8705b69825a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.774123 [ 292 ] {} TCP-Session: b83189cf-c764-4e50-ae05-f6ba481994ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:32.774326 [ 291 ] {} TCP-Session: af7b7b53-384a-4480-a866-02b0a441aadc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:32:33.000198 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 186.41 MiB, peak 197.52 MiB, free memory in arenas 0.00 B, will set to 207.52 MiB (RSS), difference: 21.11 MiB 2025.12.24 02:32:34.713057 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 306 2025.12.24 02:32:34.716079 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:34.716140 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:34.717472 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:32:34.717746 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:34.717894 [ 45 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 02:32:34.717957 [ 45 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:34.717978 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:34.718087 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 306 2025.12.24 02:32:34.718104 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:32:34.718790 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:34.718974 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:32:34.719386 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 82 rows starting from the beginning of the part 2025.12.24 02:32:34.719749 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part 2025.12.24 02:32:34.720098 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:32:34.720471 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part 2025.12.24 02:32:34.720817 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 68 rows starting from the beginning of the part 2025.12.24 02:32:34.727120 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 72 columns (72 merged, 0 gathered) in 0.009072935 sec., 33726.6827107215 rows/sec., 33.82 MiB/sec. 2025.12.24 02:32:34.727907 [ 188 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 02:32:34.728472 [ 188 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_6_1} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:34.728548 [ 188 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_6_1} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 02:32:34.728694 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. 2025.12.24 02:32:36.321313 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:36.321527 [ 4 ] {5b95edd2-632b-420b-bb63-9094ba3b9939} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:36.321593 [ 4 ] {5b95edd2-632b-420b-bb63-9094ba3b9939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:36.322239 [ 4 ] {5b95edd2-632b-420b-bb63-9094ba3b9939} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:36.322284 [ 4 ] {5b95edd2-632b-420b-bb63-9094ba3b9939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:36.322680 [ 4 ] {5b95edd2-632b-420b-bb63-9094ba3b9939} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:32:36.322910 [ 4 ] {5b95edd2-632b-420b-bb63-9094ba3b9939} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:36.323070 [ 4 ] {5b95edd2-632b-420b-bb63-9094ba3b9939} executeQuery: Read 76 rows, 6.41 KiB in 0.001594 sec., 47678.79548306148 rows/sec., 3.93 MiB/sec. 2025.12.24 02:32:36.323118 [ 4 ] {5b95edd2-632b-420b-bb63-9094ba3b9939} TCPHandler: Processed in 0.00193653 sec. 2025.12.24 02:32:36.323244 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:36.323348 [ 4 ] {edb4bc99-7670-453f-bb5e-c57a5af8cc8c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:32:36.323393 [ 4 ] {edb4bc99-7670-453f-bb5e-c57a5af8cc8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:32:36.323804 [ 4 ] {edb4bc99-7670-453f-bb5e-c57a5af8cc8c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:36.323841 [ 4 ] {edb4bc99-7670-453f-bb5e-c57a5af8cc8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:36.324148 [ 4 ] {edb4bc99-7670-453f-bb5e-c57a5af8cc8c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:32:36.324364 [ 4 ] {edb4bc99-7670-453f-bb5e-c57a5af8cc8c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:36.324497 [ 4 ] {edb4bc99-7670-453f-bb5e-c57a5af8cc8c} executeQuery: Read 10 rows, 770.00 B in 0.001173 sec., 8525.149190110827 rows/sec., 641.05 KiB/sec. 2025.12.24 02:32:36.324536 [ 4 ] {edb4bc99-7670-453f-bb5e-c57a5af8cc8c} TCPHandler: Processed in 0.001345651 sec. 2025.12.24 02:32:36.324640 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:36.324735 [ 4 ] {406b3d23-72e1-4e02-b470-530ff5b84529} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:36.324778 [ 4 ] {406b3d23-72e1-4e02-b470-530ff5b84529} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:36.325202 [ 4 ] {406b3d23-72e1-4e02-b470-530ff5b84529} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:36.325238 [ 4 ] {406b3d23-72e1-4e02-b470-530ff5b84529} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:36.325549 [ 4 ] {406b3d23-72e1-4e02-b470-530ff5b84529} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:32:36.325764 [ 4 ] {406b3d23-72e1-4e02-b470-530ff5b84529} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:36.325894 [ 4 ] {406b3d23-72e1-4e02-b470-530ff5b84529} executeQuery: Read 74 rows, 5.92 KiB in 0.001177 sec., 62871.70773152081 rows/sec., 4.91 MiB/sec. 2025.12.24 02:32:36.325932 [ 4 ] {406b3d23-72e1-4e02-b470-530ff5b84529} TCPHandler: Processed in 0.001343341 sec. 2025.12.24 02:32:36.326054 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:36.326150 [ 4 ] {3c74d450-977a-4a5c-a790-14c7aff23750} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:36.326193 [ 4 ] {3c74d450-977a-4a5c-a790-14c7aff23750} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:36.326619 [ 4 ] {3c74d450-977a-4a5c-a790-14c7aff23750} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:36.326655 [ 4 ] {3c74d450-977a-4a5c-a790-14c7aff23750} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:36.326979 [ 4 ] {3c74d450-977a-4a5c-a790-14c7aff23750} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:32:36.327184 [ 4 ] {3c74d450-977a-4a5c-a790-14c7aff23750} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:36.327314 [ 4 ] {3c74d450-977a-4a5c-a790-14c7aff23750} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2025.12.24 02:32:36.327350 [ 4 ] {3c74d450-977a-4a5c-a790-14c7aff23750} TCPHandler: Processed in 0.001346691 sec. 2025.12.24 02:32:36.327475 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:36.327588 [ 4 ] {625f232f-3464-41a4-b2d6-dc4c491fb11e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:36.327645 [ 4 ] {625f232f-3464-41a4-b2d6-dc4c491fb11e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:32:36.328429 [ 4 ] {625f232f-3464-41a4-b2d6-dc4c491fb11e} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:36.328467 [ 4 ] {625f232f-3464-41a4-b2d6-dc4c491fb11e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:36.328989 [ 4 ] {625f232f-3464-41a4-b2d6-dc4c491fb11e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:32:36.329216 [ 4 ] {625f232f-3464-41a4-b2d6-dc4c491fb11e} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:36.329360 [ 4 ] {625f232f-3464-41a4-b2d6-dc4c491fb11e} executeQuery: Read 10 rows, 18.35 KiB in 0.001792 sec., 5580.357142857143 rows/sec., 10.00 MiB/sec. 2025.12.24 02:32:36.329418 [ 4 ] {625f232f-3464-41a4-b2d6-dc4c491fb11e} TCPHandler: Processed in 0.002004922 sec. 2025.12.24 02:32:36.329524 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:36.329619 [ 4 ] {fda76aa1-46fb-4e49-9ba6-7f1342462965} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:36.329662 [ 4 ] {fda76aa1-46fb-4e49-9ba6-7f1342462965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:36.330011 [ 4 ] {fda76aa1-46fb-4e49-9ba6-7f1342462965} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:36.330048 [ 4 ] {fda76aa1-46fb-4e49-9ba6-7f1342462965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:36.330364 [ 4 ] {fda76aa1-46fb-4e49-9ba6-7f1342462965} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:32:36.330585 [ 4 ] {fda76aa1-46fb-4e49-9ba6-7f1342462965} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:36.330718 [ 4 ] {fda76aa1-46fb-4e49-9ba6-7f1342462965} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2025.12.24 02:32:36.330754 [ 4 ] {fda76aa1-46fb-4e49-9ba6-7f1342462965} TCPHandler: Processed in 0.00127865 sec. 2025.12.24 02:32:39.650917 [ 35 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:32:39.650967 [ 35 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:32:39.715316 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4687 2025.12.24 02:32:39.715988 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:39.716061 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:39.716573 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:32:39.716811 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:39.716955 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4687 2025.12.24 02:32:40.009495 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.12.24 02:32:40.026065 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:40.026122 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:40.032389 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:32:40.033092 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:40.036278 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.12.24 02:32:41.322686 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:41.322951 [ 4 ] {11b51c62-4a92-4e4d-9201-ffa45db6d785} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:41.323022 [ 4 ] {11b51c62-4a92-4e4d-9201-ffa45db6d785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:41.323833 [ 4 ] {11b51c62-4a92-4e4d-9201-ffa45db6d785} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:41.323880 [ 4 ] {11b51c62-4a92-4e4d-9201-ffa45db6d785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:41.324262 [ 4 ] {11b51c62-4a92-4e4d-9201-ffa45db6d785} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:32:41.324484 [ 4 ] {11b51c62-4a92-4e4d-9201-ffa45db6d785} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:41.324639 [ 4 ] {11b51c62-4a92-4e4d-9201-ffa45db6d785} executeQuery: Read 108 rows, 9.29 KiB in 0.001746 sec., 61855.67010309279 rows/sec., 5.19 MiB/sec. 2025.12.24 02:32:41.324680 [ 4 ] {11b51c62-4a92-4e4d-9201-ffa45db6d785} TCPHandler: Processed in 0.002160254 sec. 2025.12.24 02:32:41.324805 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:41.324900 [ 4 ] {d742362c-c75f-4953-a1e2-4bbef9c90146} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:32:41.324941 [ 4 ] {d742362c-c75f-4953-a1e2-4bbef9c90146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:32:41.325383 [ 4 ] {d742362c-c75f-4953-a1e2-4bbef9c90146} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:41.325419 [ 4 ] {d742362c-c75f-4953-a1e2-4bbef9c90146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:41.325709 [ 4 ] {d742362c-c75f-4953-a1e2-4bbef9c90146} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:32:41.325917 [ 4 ] {d742362c-c75f-4953-a1e2-4bbef9c90146} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:41.326047 [ 4 ] {d742362c-c75f-4953-a1e2-4bbef9c90146} executeQuery: Read 26 rows, 1.96 KiB in 0.001166 sec., 22298.456260720413 rows/sec., 1.64 MiB/sec. 2025.12.24 02:32:41.326085 [ 4 ] {d742362c-c75f-4953-a1e2-4bbef9c90146} TCPHandler: Processed in 0.001328651 sec. 2025.12.24 02:32:41.326260 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:41.326354 [ 4 ] {2cb24ca3-4993-482d-9782-1cbfd9a3470c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:41.326393 [ 4 ] {2cb24ca3-4993-482d-9782-1cbfd9a3470c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:41.326833 [ 4 ] {2cb24ca3-4993-482d-9782-1cbfd9a3470c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:41.326869 [ 4 ] {2cb24ca3-4993-482d-9782-1cbfd9a3470c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:41.327162 [ 4 ] {2cb24ca3-4993-482d-9782-1cbfd9a3470c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:32:41.327386 [ 4 ] {2cb24ca3-4993-482d-9782-1cbfd9a3470c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:41.327514 [ 4 ] {2cb24ca3-4993-482d-9782-1cbfd9a3470c} executeQuery: Read 98 rows, 7.86 KiB in 0.001177 sec., 83262.5318606627 rows/sec., 6.52 MiB/sec. 2025.12.24 02:32:41.327551 [ 4 ] {2cb24ca3-4993-482d-9782-1cbfd9a3470c} TCPHandler: Processed in 0.001340081 sec. 2025.12.24 02:32:41.327671 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:41.327769 [ 4 ] {650676fb-cbf6-490d-a119-c4e04aad8407} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:41.327812 [ 4 ] {650676fb-cbf6-490d-a119-c4e04aad8407} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:41.328222 [ 4 ] {650676fb-cbf6-490d-a119-c4e04aad8407} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:41.328258 [ 4 ] {650676fb-cbf6-490d-a119-c4e04aad8407} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:41.328580 [ 4 ] {650676fb-cbf6-490d-a119-c4e04aad8407} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:32:41.328784 [ 4 ] {650676fb-cbf6-490d-a119-c4e04aad8407} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:41.328912 [ 4 ] {650676fb-cbf6-490d-a119-c4e04aad8407} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2025.12.24 02:32:41.328948 [ 4 ] {650676fb-cbf6-490d-a119-c4e04aad8407} TCPHandler: Processed in 0.001325441 sec. 2025.12.24 02:32:41.329055 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:41.329148 [ 4 ] {7469296e-0e5e-4a94-b7dd-c2a3e191e85f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:41.329201 [ 4 ] {7469296e-0e5e-4a94-b7dd-c2a3e191e85f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:32:41.329968 [ 4 ] {7469296e-0e5e-4a94-b7dd-c2a3e191e85f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:41.330005 [ 4 ] {7469296e-0e5e-4a94-b7dd-c2a3e191e85f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:41.330532 [ 4 ] {7469296e-0e5e-4a94-b7dd-c2a3e191e85f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:32:41.330751 [ 4 ] {7469296e-0e5e-4a94-b7dd-c2a3e191e85f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:41.330888 [ 4 ] {7469296e-0e5e-4a94-b7dd-c2a3e191e85f} executeQuery: Read 26 rows, 47.71 KiB in 0.001757 sec., 14797.951052931132 rows/sec., 26.52 MiB/sec. 2025.12.24 02:32:41.330938 [ 4 ] {7469296e-0e5e-4a94-b7dd-c2a3e191e85f} TCPHandler: Processed in 0.001930951 sec. 2025.12.24 02:32:41.331062 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:41.331167 [ 4 ] {3be712e2-3a47-4653-9e38-640753a8e095} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 02:32:41.331216 [ 4 ] {3be712e2-3a47-4653-9e38-640753a8e095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 02:32:41.331545 [ 4 ] {3be712e2-3a47-4653-9e38-640753a8e095} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:41.331580 [ 4 ] {3be712e2-3a47-4653-9e38-640753a8e095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:41.331869 [ 4 ] {3be712e2-3a47-4653-9e38-640753a8e095} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:32:41.332078 [ 4 ] {3be712e2-3a47-4653-9e38-640753a8e095} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:41.332203 [ 4 ] {3be712e2-3a47-4653-9e38-640753a8e095} executeQuery: Read 15 rows, 1.14 KiB in 0.001059 sec., 14164.305949008498 rows/sec., 1.06 MiB/sec. 2025.12.24 02:32:41.332239 [ 4 ] {3be712e2-3a47-4653-9e38-640753a8e095} TCPHandler: Processed in 0.00123808 sec. 2025.12.24 02:32:41.332348 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:41.332445 [ 4 ] {54a1d006-d2e6-4ead-8df5-7ed9aa765c00} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:41.332484 [ 4 ] {54a1d006-d2e6-4ead-8df5-7ed9aa765c00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:41.332817 [ 4 ] {54a1d006-d2e6-4ead-8df5-7ed9aa765c00} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:41.332852 [ 4 ] {54a1d006-d2e6-4ead-8df5-7ed9aa765c00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:41.333142 [ 4 ] {54a1d006-d2e6-4ead-8df5-7ed9aa765c00} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:32:41.333349 [ 4 ] {54a1d006-d2e6-4ead-8df5-7ed9aa765c00} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:41.333475 [ 4 ] {54a1d006-d2e6-4ead-8df5-7ed9aa765c00} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.12.24 02:32:41.333511 [ 4 ] {54a1d006-d2e6-4ead-8df5-7ed9aa765c00} TCPHandler: Processed in 0.001210579 sec. 2025.12.24 02:32:44.718449 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 332 2025.12.24 02:32:44.720472 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:44.720511 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.12.24 02:32:44.721619 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:32:44.721873 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:44.722103 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 332 2025.12.24 02:32:46.323485 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:46.323700 [ 4 ] {d17bb5d4-1fec-4212-af22-f513e6aa10fa} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:32:46.323774 [ 4 ] {d17bb5d4-1fec-4212-af22-f513e6aa10fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:32:46.324415 [ 4 ] {d17bb5d4-1fec-4212-af22-f513e6aa10fa} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:46.324462 [ 4 ] {d17bb5d4-1fec-4212-af22-f513e6aa10fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:46.324853 [ 4 ] {d17bb5d4-1fec-4212-af22-f513e6aa10fa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:32:46.325077 [ 4 ] {d17bb5d4-1fec-4212-af22-f513e6aa10fa} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:46.325235 [ 4 ] {d17bb5d4-1fec-4212-af22-f513e6aa10fa} executeQuery: Read 24 rows, 2.04 KiB in 0.001587 sec., 15122.873345935726 rows/sec., 1.25 MiB/sec. 2025.12.24 02:32:46.325284 [ 4 ] {d17bb5d4-1fec-4212-af22-f513e6aa10fa} TCPHandler: Processed in 0.001931671 sec. 2025.12.24 02:32:46.325403 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:46.325506 [ 4 ] {4119e8fe-55c9-4783-bfbf-44fe37d80c00} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:32:46.325551 [ 4 ] {4119e8fe-55c9-4783-bfbf-44fe37d80c00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:32:46.325969 [ 4 ] {4119e8fe-55c9-4783-bfbf-44fe37d80c00} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:46.326008 [ 4 ] {4119e8fe-55c9-4783-bfbf-44fe37d80c00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:46.326317 [ 4 ] {4119e8fe-55c9-4783-bfbf-44fe37d80c00} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:32:46.326527 [ 4 ] {4119e8fe-55c9-4783-bfbf-44fe37d80c00} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:46.326660 [ 4 ] {4119e8fe-55c9-4783-bfbf-44fe37d80c00} executeQuery: Read 14 rows, 1.14 KiB in 0.001179 sec., 11874.469889737065 rows/sec., 968.28 KiB/sec. 2025.12.24 02:32:46.326698 [ 4 ] {4119e8fe-55c9-4783-bfbf-44fe37d80c00} TCPHandler: Processed in 0.001347811 sec. 2025.12.24 02:32:46.326801 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:46.326896 [ 4 ] {e5980761-30fb-453a-954a-9c70c08de301} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:46.326937 [ 4 ] {e5980761-30fb-453a-954a-9c70c08de301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:46.327452 [ 4 ] {e5980761-30fb-453a-954a-9c70c08de301} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:46.327489 [ 4 ] {e5980761-30fb-453a-954a-9c70c08de301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:46.327833 [ 4 ] {e5980761-30fb-453a-954a-9c70c08de301} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:32:46.328040 [ 4 ] {e5980761-30fb-453a-954a-9c70c08de301} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:46.328175 [ 4 ] {e5980761-30fb-453a-954a-9c70c08de301} executeQuery: Read 211 rows, 19.17 KiB in 0.001299 sec., 162432.64049268668 rows/sec., 14.41 MiB/sec. 2025.12.24 02:32:46.328213 [ 4 ] {e5980761-30fb-453a-954a-9c70c08de301} TCPHandler: Processed in 0.001460264 sec. 2025.12.24 02:32:46.328323 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:46.328418 [ 4 ] {0427c519-10c2-4755-880c-41080c18aad1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:32:46.328459 [ 4 ] {0427c519-10c2-4755-880c-41080c18aad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:32:46.328865 [ 4 ] {0427c519-10c2-4755-880c-41080c18aad1} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:46.328901 [ 4 ] {0427c519-10c2-4755-880c-41080c18aad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:46.329198 [ 4 ] {0427c519-10c2-4755-880c-41080c18aad1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:32:46.329412 [ 4 ] {0427c519-10c2-4755-880c-41080c18aad1} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:46.329543 [ 4 ] {0427c519-10c2-4755-880c-41080c18aad1} executeQuery: Read 40 rows, 2.99 KiB in 0.001145 sec., 34934.49781659389 rows/sec., 2.55 MiB/sec. 2025.12.24 02:32:46.329581 [ 4 ] {0427c519-10c2-4755-880c-41080c18aad1} TCPHandler: Processed in 0.00130685 sec. 2025.12.24 02:32:46.329681 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:46.329774 [ 4 ] {5dcb2512-a955-402c-8411-e3d0f271dea8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:32:46.329814 [ 4 ] {5dcb2512-a955-402c-8411-e3d0f271dea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:32:46.330211 [ 4 ] {5dcb2512-a955-402c-8411-e3d0f271dea8} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:46.330247 [ 4 ] {5dcb2512-a955-402c-8411-e3d0f271dea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:46.330546 [ 4 ] {5dcb2512-a955-402c-8411-e3d0f271dea8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:32:46.330747 [ 4 ] {5dcb2512-a955-402c-8411-e3d0f271dea8} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:46.330877 [ 4 ] {5dcb2512-a955-402c-8411-e3d0f271dea8} executeQuery: Read 24 rows, 2.04 KiB in 0.001122 sec., 21390.374331550804 rows/sec., 1.77 MiB/sec. 2025.12.24 02:32:46.330915 [ 4 ] {5dcb2512-a955-402c-8411-e3d0f271dea8} TCPHandler: Processed in 0.001281281 sec. 2025.12.24 02:32:46.331022 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:46.331125 [ 4 ] {54d1bf5b-04dc-4492-a204-e6782c118633} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:32:46.331166 [ 4 ] {54d1bf5b-04dc-4492-a204-e6782c118633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:32:46.331578 [ 4 ] {54d1bf5b-04dc-4492-a204-e6782c118633} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:46.331615 [ 4 ] {54d1bf5b-04dc-4492-a204-e6782c118633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:46.331921 [ 4 ] {54d1bf5b-04dc-4492-a204-e6782c118633} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:32:46.332126 [ 4 ] {54d1bf5b-04dc-4492-a204-e6782c118633} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:46.332257 [ 4 ] {54d1bf5b-04dc-4492-a204-e6782c118633} executeQuery: Read 12 rows, 960.00 B in 0.001149 sec., 10443.864229765013 rows/sec., 815.93 KiB/sec. 2025.12.24 02:32:46.332297 [ 4 ] {54d1bf5b-04dc-4492-a204-e6782c118633} TCPHandler: Processed in 0.001326312 sec. 2025.12.24 02:32:46.332405 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:46.332501 [ 4 ] {32d1ee2d-b0be-4703-9973-a7f6516116a2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:46.332541 [ 4 ] {32d1ee2d-b0be-4703-9973-a7f6516116a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:46.333007 [ 4 ] {32d1ee2d-b0be-4703-9973-a7f6516116a2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:46.333043 [ 4 ] {32d1ee2d-b0be-4703-9973-a7f6516116a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:46.333347 [ 4 ] {32d1ee2d-b0be-4703-9973-a7f6516116a2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:32:46.333559 [ 4 ] {32d1ee2d-b0be-4703-9973-a7f6516116a2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:46.333692 [ 4 ] {32d1ee2d-b0be-4703-9973-a7f6516116a2} executeQuery: Read 134 rows, 11.12 KiB in 0.001208 sec., 110927.15231788078 rows/sec., 8.99 MiB/sec. 2025.12.24 02:32:46.333730 [ 4 ] {32d1ee2d-b0be-4703-9973-a7f6516116a2} TCPHandler: Processed in 0.001375942 sec. 2025.12.24 02:32:46.333838 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:46.333932 [ 4 ] {a5004a9f-50e2-4995-a6f2-cc4976ac48d4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:46.333974 [ 4 ] {a5004a9f-50e2-4995-a6f2-cc4976ac48d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:46.334380 [ 4 ] {a5004a9f-50e2-4995-a6f2-cc4976ac48d4} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:46.334419 [ 4 ] {a5004a9f-50e2-4995-a6f2-cc4976ac48d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:46.334757 [ 4 ] {a5004a9f-50e2-4995-a6f2-cc4976ac48d4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:32:46.334963 [ 4 ] {a5004a9f-50e2-4995-a6f2-cc4976ac48d4} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:46.335094 [ 4 ] {a5004a9f-50e2-4995-a6f2-cc4976ac48d4} executeQuery: Read 203 rows, 14.89 KiB in 0.00118 sec., 172033.89830508473 rows/sec., 12.32 MiB/sec. 2025.12.24 02:32:46.335132 [ 4 ] {a5004a9f-50e2-4995-a6f2-cc4976ac48d4} TCPHandler: Processed in 0.001343962 sec. 2025.12.24 02:32:46.335242 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:46.335335 [ 4 ] {007109bb-5c15-4b55-b551-926089cf87da} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:46.335388 [ 4 ] {007109bb-5c15-4b55-b551-926089cf87da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:32:46.336148 [ 4 ] {007109bb-5c15-4b55-b551-926089cf87da} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:46.336185 [ 4 ] {007109bb-5c15-4b55-b551-926089cf87da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:46.336689 [ 4 ] {007109bb-5c15-4b55-b551-926089cf87da} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:32:46.336901 [ 4 ] {007109bb-5c15-4b55-b551-926089cf87da} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:46.337042 [ 4 ] {007109bb-5c15-4b55-b551-926089cf87da} executeQuery: Read 14 rows, 25.69 KiB in 0.001724 sec., 8120.649651972158 rows/sec., 14.55 MiB/sec. 2025.12.24 02:32:46.337100 [ 4 ] {007109bb-5c15-4b55-b551-926089cf87da} TCPHandler: Processed in 0.00190658 sec. 2025.12.24 02:32:46.337212 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:46.337306 [ 4 ] {2e9d3978-2c32-4c2d-a13b-8efb1b7f642e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 02:32:46.337346 [ 4 ] {2e9d3978-2c32-4c2d-a13b-8efb1b7f642e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 02:32:46.337670 [ 4 ] {2e9d3978-2c32-4c2d-a13b-8efb1b7f642e} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:46.337707 [ 4 ] {2e9d3978-2c32-4c2d-a13b-8efb1b7f642e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:46.338000 [ 4 ] {2e9d3978-2c32-4c2d-a13b-8efb1b7f642e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:32:46.338201 [ 4 ] {2e9d3978-2c32-4c2d-a13b-8efb1b7f642e} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:46.338327 [ 4 ] {2e9d3978-2c32-4c2d-a13b-8efb1b7f642e} executeQuery: Read 6 rows, 434.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 407.92 KiB/sec. 2025.12.24 02:32:46.338363 [ 4 ] {2e9d3978-2c32-4c2d-a13b-8efb1b7f642e} TCPHandler: Processed in 0.001200309 sec. 2025.12.24 02:32:46.338472 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:46.338565 [ 4 ] {595be862-ba19-4e87-a424-e351dd9e1316} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:46.338606 [ 4 ] {595be862-ba19-4e87-a424-e351dd9e1316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:46.338936 [ 4 ] {595be862-ba19-4e87-a424-e351dd9e1316} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:46.338972 [ 4 ] {595be862-ba19-4e87-a424-e351dd9e1316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:46.339268 [ 4 ] {595be862-ba19-4e87-a424-e351dd9e1316} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:32:46.339482 [ 4 ] {595be862-ba19-4e87-a424-e351dd9e1316} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:46.339614 [ 4 ] {595be862-ba19-4e87-a424-e351dd9e1316} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.12.24 02:32:46.339651 [ 4 ] {595be862-ba19-4e87-a424-e351dd9e1316} TCPHandler: Processed in 0.00122757 sec. 2025.12.24 02:32:47.217116 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5199 2025.12.24 02:32:47.217696 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:47.217764 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:47.218308 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:32:47.218570 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:47.218725 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5199 2025.12.24 02:32:47.218721 [ 49 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 02:32:47.218804 [ 49 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:47.218827 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:47.218928 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:32:47.219012 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:47.219042 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2025.12.24 02:32:47.219095 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part 2025.12.24 02:32:47.219138 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 433 rows starting from the beginning of the part 2025.12.24 02:32:47.219176 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:32:47.219218 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:32:47.219254 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:32:47.220638 [ 191 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5199 rows, containing 4 columns (4 merged, 0 gathered) in 0.001747548 sec., 2975025.578696551 rows/sec., 42.56 MiB/sec. 2025.12.24 02:32:47.221530 [ 190 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 02:32:47.221904 [ 190 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_11_2} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:47.221994 [ 190 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_11_2} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 02:32:47.222103 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.12.24 02:32:47.536448 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.12.24 02:32:47.553797 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:47.553855 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:47.560129 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:32:47.560887 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:47.561187 [ 43 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 02:32:47.561232 [ 43 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:47.561256 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:47.561385 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:47.564059 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.12.24 02:32:47.565410 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:47.566912 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:47.571789 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:47.576275 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:47.580737 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:47.585321 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:47.589563 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:32:47.641897 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.080572653 sec., 1030.12618934119 rows/sec., 5.33 MiB/sec. 2025.12.24 02:32:47.643477 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 02:32:47.645072 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_11_2} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:47.645162 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_11_2} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 02:32:47.646677 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.12.24 02:32:48.000282 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 210.60 MiB, peak 220.48 MiB, free memory in arenas 0.00 B, will set to 218.27 MiB (RSS), difference: 7.67 MiB 2025.12.24 02:32:51.322831 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:51.323015 [ 4 ] {ed493d57-531a-4e6e-9bbe-244425889e5c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:51.323076 [ 4 ] {ed493d57-531a-4e6e-9bbe-244425889e5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:51.323783 [ 4 ] {ed493d57-531a-4e6e-9bbe-244425889e5c} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:51.323823 [ 4 ] {ed493d57-531a-4e6e-9bbe-244425889e5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:51.324219 [ 4 ] {ed493d57-531a-4e6e-9bbe-244425889e5c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:32:51.324441 [ 4 ] {ed493d57-531a-4e6e-9bbe-244425889e5c} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:51.324613 [ 4 ] {ed493d57-531a-4e6e-9bbe-244425889e5c} executeQuery: Read 108 rows, 9.29 KiB in 0.001642 sec., 65773.44701583435 rows/sec., 5.52 MiB/sec. 2025.12.24 02:32:51.324661 [ 4 ] {ed493d57-531a-4e6e-9bbe-244425889e5c} TCPHandler: Processed in 0.001947711 sec. 2025.12.24 02:32:51.324801 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:51.324903 [ 4 ] {9fdaa7ec-a6db-4126-9b4a-724addb8bf85} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:32:51.324947 [ 4 ] {9fdaa7ec-a6db-4126-9b4a-724addb8bf85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:32:51.325381 [ 4 ] {9fdaa7ec-a6db-4126-9b4a-724addb8bf85} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:51.325416 [ 4 ] {9fdaa7ec-a6db-4126-9b4a-724addb8bf85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:51.325731 [ 4 ] {9fdaa7ec-a6db-4126-9b4a-724addb8bf85} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:32:51.325933 [ 4 ] {9fdaa7ec-a6db-4126-9b4a-724addb8bf85} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:51.326073 [ 4 ] {9fdaa7ec-a6db-4126-9b4a-724addb8bf85} executeQuery: Read 26 rows, 1.96 KiB in 0.001192 sec., 21812.080536912752 rows/sec., 1.60 MiB/sec. 2025.12.24 02:32:51.326112 [ 4 ] {9fdaa7ec-a6db-4126-9b4a-724addb8bf85} TCPHandler: Processed in 0.001363051 sec. 2025.12.24 02:32:51.326224 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:51.326318 [ 4 ] {8125aadd-fe54-4f3e-bbfe-36e70c2e1ae6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:51.326359 [ 4 ] {8125aadd-fe54-4f3e-bbfe-36e70c2e1ae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:51.326787 [ 4 ] {8125aadd-fe54-4f3e-bbfe-36e70c2e1ae6} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:51.326822 [ 4 ] {8125aadd-fe54-4f3e-bbfe-36e70c2e1ae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:51.327132 [ 4 ] {8125aadd-fe54-4f3e-bbfe-36e70c2e1ae6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:32:51.327364 [ 4 ] {8125aadd-fe54-4f3e-bbfe-36e70c2e1ae6} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:51.327501 [ 4 ] {8125aadd-fe54-4f3e-bbfe-36e70c2e1ae6} executeQuery: Read 90 rows, 7.20 KiB in 0.001201 sec., 74937.55203996669 rows/sec., 5.85 MiB/sec. 2025.12.24 02:32:51.327541 [ 4 ] {8125aadd-fe54-4f3e-bbfe-36e70c2e1ae6} TCPHandler: Processed in 0.001366292 sec. 2025.12.24 02:32:51.327654 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:51.327748 [ 4 ] {a536fb4f-0b7e-4757-8673-3a3e7485e284} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:51.327790 [ 4 ] {a536fb4f-0b7e-4757-8673-3a3e7485e284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:51.328197 [ 4 ] {a536fb4f-0b7e-4757-8673-3a3e7485e284} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:51.328231 [ 4 ] {a536fb4f-0b7e-4757-8673-3a3e7485e284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:51.328575 [ 4 ] {a536fb4f-0b7e-4757-8673-3a3e7485e284} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:32:51.328773 [ 4 ] {a536fb4f-0b7e-4757-8673-3a3e7485e284} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:51.328911 [ 4 ] {a536fb4f-0b7e-4757-8673-3a3e7485e284} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2025.12.24 02:32:51.328948 [ 4 ] {a536fb4f-0b7e-4757-8673-3a3e7485e284} TCPHandler: Processed in 0.001343222 sec. 2025.12.24 02:32:51.329056 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:51.329149 [ 4 ] {330e16bf-1e1c-4255-b804-7463c8d45961} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:51.329202 [ 4 ] {330e16bf-1e1c-4255-b804-7463c8d45961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:32:51.329995 [ 4 ] {330e16bf-1e1c-4255-b804-7463c8d45961} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:51.330030 [ 4 ] {330e16bf-1e1c-4255-b804-7463c8d45961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:51.330576 [ 4 ] {330e16bf-1e1c-4255-b804-7463c8d45961} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:32:51.330791 [ 4 ] {330e16bf-1e1c-4255-b804-7463c8d45961} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:51.330934 [ 4 ] {330e16bf-1e1c-4255-b804-7463c8d45961} executeQuery: Read 26 rows, 47.71 KiB in 0.001801 sec., 14436.424208772904 rows/sec., 25.87 MiB/sec. 2025.12.24 02:32:51.330991 [ 4 ] {330e16bf-1e1c-4255-b804-7463c8d45961} TCPHandler: Processed in 0.001984021 sec. 2025.12.24 02:32:51.331105 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:51.331198 [ 4 ] {879f59b1-14fc-4c55-9ed0-de27c70845cf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:51.331238 [ 4 ] {879f59b1-14fc-4c55-9ed0-de27c70845cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:51.331576 [ 4 ] {879f59b1-14fc-4c55-9ed0-de27c70845cf} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:51.331611 [ 4 ] {879f59b1-14fc-4c55-9ed0-de27c70845cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:51.331903 [ 4 ] {879f59b1-14fc-4c55-9ed0-de27c70845cf} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:32:51.332117 [ 4 ] {879f59b1-14fc-4c55-9ed0-de27c70845cf} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:51.332244 [ 4 ] {879f59b1-14fc-4c55-9ed0-de27c70845cf} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.12.24 02:32:51.332280 [ 4 ] {879f59b1-14fc-4c55-9ed0-de27c70845cf} TCPHandler: Processed in 0.00122463 sec. 2025.12.24 02:32:54.651005 [ 125 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:32:54.651055 [ 125 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:32:54.718897 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5647 2025.12.24 02:32:54.719419 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:54.719464 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:54.719965 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:32:54.720185 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:54.720311 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5647 2025.12.24 02:32:54.722368 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 366 2025.12.24 02:32:54.725243 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:54.725304 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:54.726536 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:32:54.726816 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:54.727155 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 366 2025.12.24 02:32:55.064207 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.12.24 02:32:55.079719 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:55.079774 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:55.085749 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:32:55.086525 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:55.089213 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.12.24 02:32:56.321000 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:56.321175 [ 4 ] {dca2035f-49ee-410a-8989-ad498b4662f9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:32:56.321266 [ 4 ] {dca2035f-49ee-410a-8989-ad498b4662f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:32:56.321941 [ 4 ] {dca2035f-49ee-410a-8989-ad498b4662f9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.321989 [ 4 ] {dca2035f-49ee-410a-8989-ad498b4662f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.322363 [ 4 ] {dca2035f-49ee-410a-8989-ad498b4662f9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:32:56.322591 [ 4 ] {dca2035f-49ee-410a-8989-ad498b4662f9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.322753 [ 4 ] {dca2035f-49ee-410a-8989-ad498b4662f9} executeQuery: Read 84 rows, 7.20 KiB in 0.001623 sec., 51756.007393715336 rows/sec., 4.33 MiB/sec. 2025.12.24 02:32:56.322752 [ 135 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 02:32:56.322803 [ 4 ] {dca2035f-49ee-410a-8989-ad498b4662f9} TCPHandler: Processed in 0.00192435 sec. 2025.12.24 02:32:56.322837 [ 135 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.322939 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:56.322979 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.323059 [ 4 ] {e9539183-2f73-404e-8345-0c73716655eb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:32:56.323110 [ 4 ] {e9539183-2f73-404e-8345-0c73716655eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:32:56.323112 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:32:56.323252 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:56.323292 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1362 rows starting from the beginning of the part 2025.12.24 02:32:56.323370 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 76 rows starting from the beginning of the part 2025.12.24 02:32:56.323421 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:32:56.323470 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 211 rows starting from the beginning of the part 2025.12.24 02:32:56.323515 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:32:56.323541 [ 4 ] {e9539183-2f73-404e-8345-0c73716655eb} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.323562 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 84 rows starting from the beginning of the part 2025.12.24 02:32:56.323586 [ 4 ] {e9539183-2f73-404e-8345-0c73716655eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.323905 [ 4 ] {e9539183-2f73-404e-8345-0c73716655eb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:32:56.324107 [ 4 ] {e9539183-2f73-404e-8345-0c73716655eb} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.324211 [ 135 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 02:32:56.324241 [ 135 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.324243 [ 4 ] {e9539183-2f73-404e-8345-0c73716655eb} executeQuery: Read 14 rows, 1.05 KiB in 0.001252 sec., 11182.108626198082 rows/sec., 840.84 KiB/sec. 2025.12.24 02:32:56.324258 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.324292 [ 4 ] {e9539183-2f73-404e-8345-0c73716655eb} TCPHandler: Processed in 0.001455333 sec. 2025.12.24 02:32:56.324357 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:32:56.324396 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:56.324452 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:56.324555 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 45 rows starting from the beginning of the part 2025.12.24 02:32:56.324560 [ 4 ] {2a4c93e0-ade6-4159-a86e-307077993f46} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:32:56.324612 [ 4 ] {2a4c93e0-ade6-4159-a86e-307077993f46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:32:56.324641 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2025.12.24 02:32:56.324698 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part 2025.12.24 02:32:56.324742 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2025.12.24 02:32:56.324786 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part 2025.12.24 02:32:56.324829 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part 2025.12.24 02:32:56.324997 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.001934851 sec., 1007312.7078002389 rows/sec., 88.68 MiB/sec. 2025.12.24 02:32:56.325060 [ 4 ] {2a4c93e0-ade6-4159-a86e-307077993f46} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.325107 [ 4 ] {2a4c93e0-ade6-4159-a86e-307077993f46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.325345 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 02:32:56.325593 [ 4 ] {2a4c93e0-ade6-4159-a86e-307077993f46} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:32:56.325626 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 161 rows, containing 5 columns (5 merged, 0 gathered) in 0.00125385 sec., 128404.51409658253 rows/sec., 9.89 MiB/sec. 2025.12.24 02:32:56.325725 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_16_3} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.325818 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 02:32:56.325825 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_16_3} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 02:32:56.325871 [ 4 ] {2a4c93e0-ade6-4159-a86e-307077993f46} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.325965 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.12.24 02:32:56.325995 [ 135 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 02:32:56.326026 [ 135 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.326029 [ 4 ] {2a4c93e0-ade6-4159-a86e-307077993f46} executeQuery: Read 78 rows, 6.24 KiB in 0.001491 sec., 52313.88329979879 rows/sec., 4.08 MiB/sec. 2025.12.24 02:32:56.326048 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.326084 [ 4 ] {2a4c93e0-ade6-4159-a86e-307077993f46} TCPHandler: Processed in 0.001678116 sec. 2025.12.24 02:32:56.326123 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:32:56.326198 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_11_2} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.326206 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:56.326217 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:56.326264 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 595 rows starting from the beginning of the part 2025.12.24 02:32:56.326299 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_11_2} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 02:32:56.326313 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 74 rows starting from the beginning of the part 2025.12.24 02:32:56.326318 [ 4 ] {1827ef18-adf4-4c06-90b4-aa704b139a02} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:56.326360 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 98 rows starting from the beginning of the part 2025.12.24 02:32:56.326378 [ 4 ] {1827ef18-adf4-4c06-90b4-aa704b139a02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:32:56.326400 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 134 rows starting from the beginning of the part 2025.12.24 02:32:56.326424 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 02:32:56.326444 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:32:56.326485 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 78 rows starting from the beginning of the part 2025.12.24 02:32:56.326818 [ 4 ] {1827ef18-adf4-4c06-90b4-aa704b139a02} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.326860 [ 4 ] {1827ef18-adf4-4c06-90b4-aa704b139a02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.327247 [ 4 ] {1827ef18-adf4-4c06-90b4-aa704b139a02} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:32:56.327343 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1069 rows, containing 5 columns (5 merged, 0 gathered) in 0.00124399 sec., 859331.666653269 rows/sec., 69.33 MiB/sec. 2025.12.24 02:32:56.327472 [ 4 ] {1827ef18-adf4-4c06-90b4-aa704b139a02} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.327514 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 02:32:56.327590 [ 135 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 02:32:56.327616 [ 135 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.327628 [ 4 ] {1827ef18-adf4-4c06-90b4-aa704b139a02} executeQuery: Read 160 rows, 11.41 KiB in 0.001328 sec., 120481.92771084337 rows/sec., 8.39 MiB/sec. 2025.12.24 02:32:56.327632 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.327675 [ 4 ] {1827ef18-adf4-4c06-90b4-aa704b139a02} TCPHandler: Processed in 0.001518584 sec. 2025.12.24 02:32:56.327724 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:32:56.327786 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_16_3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.327794 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:56.327826 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:56.327859 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3777 rows starting from the beginning of the part 2025.12.24 02:32:56.327862 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_16_3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 02:32:56.327899 [ 4 ] {b06e5794-4293-4460-a286-7b935732d6fe} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:32:56.327908 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2025.12.24 02:32:56.327936 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.12.24 02:32:56.327960 [ 4 ] {b06e5794-4293-4460-a286-7b935732d6fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:32:56.327963 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:32:56.328017 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 203 rows starting from the beginning of the part 2025.12.24 02:32:56.328054 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:32:56.328091 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2025.12.24 02:32:56.328801 [ 4 ] {b06e5794-4293-4460-a286-7b935732d6fe} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.328843 [ 4 ] {b06e5794-4293-4460-a286-7b935732d6fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.329399 [ 4 ] {b06e5794-4293-4460-a286-7b935732d6fe} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:32:56.329639 [ 4 ] {b06e5794-4293-4460-a286-7b935732d6fe} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.329749 [ 135 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 02:32:56.329782 [ 135 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.329790 [ 4 ] {b06e5794-4293-4460-a286-7b935732d6fe} executeQuery: Read 14 rows, 25.69 KiB in 0.001908 sec., 7337.526205450734 rows/sec., 13.15 MiB/sec. 2025.12.24 02:32:56.329803 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.329881 [ 4 ] {b06e5794-4293-4460-a286-7b935732d6fe} TCPHandler: Processed in 0.002134654 sec. 2025.12.24 02:32:56.329907 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::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.12.24 02:32:56.329924 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4620 rows, containing 5 columns (5 merged, 0 gathered) in 0.002229716 sec., 2072012.7585755314 rows/sec., 142.60 MiB/sec. 2025.12.24 02:32:56.330017 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:32:56.330116 [ 4 ] {ac8f52dc-74c4-4fce-a840-88773e33fd7a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:32:56.330118 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:56.330162 [ 4 ] {ac8f52dc-74c4-4fce-a840-88773e33fd7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:32:56.330196 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 59 rows starting from the beginning of the part 2025.12.24 02:32:56.330353 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2025.12.24 02:32:56.330441 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 02:32:56.330466 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part 2025.12.24 02:32:56.330556 [ 4 ] {ac8f52dc-74c4-4fce-a840-88773e33fd7a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.330573 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part 2025.12.24 02:32:56.330611 [ 4 ] {ac8f52dc-74c4-4fce-a840-88773e33fd7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.330690 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part 2025.12.24 02:32:56.330796 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part 2025.12.24 02:32:56.330797 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_16_3} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.330897 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_16_3} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 02:32:56.330968 [ 4 ] {ac8f52dc-74c4-4fce-a840-88773e33fd7a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:32:56.330989 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.12.24 02:32:56.331227 [ 4 ] {ac8f52dc-74c4-4fce-a840-88773e33fd7a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.331348 [ 135 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 02:32:56.331373 [ 4 ] {ac8f52dc-74c4-4fce-a840-88773e33fd7a} executeQuery: Read 60 rows, 4.14 KiB in 0.001274 sec., 47095.76138147567 rows/sec., 3.17 MiB/sec. 2025.12.24 02:32:56.331382 [ 135 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:32:56.331422 [ 4 ] {ac8f52dc-74c4-4fce-a840-88773e33fd7a} TCPHandler: Processed in 0.001456093 sec. 2025.12.24 02:32:56.331424 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:32:56.331516 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:32:56.331602 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:32:56.331627 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 588 rows starting from the beginning of the part 2025.12.24 02:32:56.331670 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2025.12.24 02:32:56.331709 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:32:56.331744 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2025.12.24 02:32:56.331778 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:32:56.331819 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.12.24 02:32:56.332636 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 888 rows, containing 4 columns (4 merged, 0 gathered) in 0.001147579 sec., 773802.9364427199 rows/sec., 52.15 MiB/sec. 2025.12.24 02:32:56.332837 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 02:32:56.333106 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_16_3} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.333169 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_16_3} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 02:32:56.333230 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.12.24 02:32:56.338122 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 149 rows, containing 19 columns (19 merged, 0 gathered) in 0.008253901 sec., 18052.070166579415 rows/sec., 32.35 MiB/sec. 2025.12.24 02:32:56.338443 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 02:32:56.338779 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_11_2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:32:56.338855 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_11_2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 02:32:56.338965 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2025.12.24 02:33:01.350066 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:01.350265 [ 4 ] {232203e9-434f-46e5-9b98-9b3d870e8223} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:01.350332 [ 4 ] {232203e9-434f-46e5-9b98-9b3d870e8223} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:01.351694 [ 4 ] {232203e9-434f-46e5-9b98-9b3d870e8223} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:01.351746 [ 4 ] {232203e9-434f-46e5-9b98-9b3d870e8223} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:01.352302 [ 4 ] {232203e9-434f-46e5-9b98-9b3d870e8223} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:33:01.352556 [ 4 ] {232203e9-434f-46e5-9b98-9b3d870e8223} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:01.352735 [ 4 ] {232203e9-434f-46e5-9b98-9b3d870e8223} executeQuery: Read 1248 rows, 105.85 KiB in 0.002518 sec., 495631.45353455126 rows/sec., 41.05 MiB/sec. 2025.12.24 02:33:01.352792 [ 4 ] {232203e9-434f-46e5-9b98-9b3d870e8223} TCPHandler: Processed in 0.002902857 sec. 2025.12.24 02:33:01.352929 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:01.353034 [ 4 ] {4731526d-479b-4a2a-ab17-55917741ea6d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:01.353080 [ 4 ] {4731526d-479b-4a2a-ab17-55917741ea6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:01.353520 [ 4 ] {4731526d-479b-4a2a-ab17-55917741ea6d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:01.353560 [ 4 ] {4731526d-479b-4a2a-ab17-55917741ea6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:01.353883 [ 4 ] {4731526d-479b-4a2a-ab17-55917741ea6d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:33:01.354093 [ 4 ] {4731526d-479b-4a2a-ab17-55917741ea6d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:01.354237 [ 4 ] {4731526d-479b-4a2a-ab17-55917741ea6d} executeQuery: Read 26 rows, 1.96 KiB in 0.001228 sec., 21172.638436482084 rows/sec., 1.55 MiB/sec. 2025.12.24 02:33:01.354277 [ 4 ] {4731526d-479b-4a2a-ab17-55917741ea6d} TCPHandler: Processed in 0.001400072 sec. 2025.12.24 02:33:01.354392 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:01.354489 [ 4 ] {b0150527-c69b-45d7-bfe7-a2deb1867ef4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:33:01.354528 [ 4 ] {b0150527-c69b-45d7-bfe7-a2deb1867ef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:33:01.355017 [ 4 ] {b0150527-c69b-45d7-bfe7-a2deb1867ef4} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:01.355053 [ 4 ] {b0150527-c69b-45d7-bfe7-a2deb1867ef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:01.355369 [ 4 ] {b0150527-c69b-45d7-bfe7-a2deb1867ef4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:33:01.355572 [ 4 ] {b0150527-c69b-45d7-bfe7-a2deb1867ef4} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:01.355710 [ 4 ] {b0150527-c69b-45d7-bfe7-a2deb1867ef4} executeQuery: Read 228 rows, 15.81 KiB in 0.001241 sec., 183722.80419016923 rows/sec., 12.44 MiB/sec. 2025.12.24 02:33:01.355749 [ 4 ] {b0150527-c69b-45d7-bfe7-a2deb1867ef4} TCPHandler: Processed in 0.001408723 sec. 2025.12.24 02:33:01.355858 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:01.355951 [ 4 ] {23d6ccb1-baa0-428b-a0aa-f8079999aed3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:01.355990 [ 4 ] {23d6ccb1-baa0-428b-a0aa-f8079999aed3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:01.356587 [ 4 ] {23d6ccb1-baa0-428b-a0aa-f8079999aed3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:01.356622 [ 4 ] {23d6ccb1-baa0-428b-a0aa-f8079999aed3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:01.356946 [ 4 ] {23d6ccb1-baa0-428b-a0aa-f8079999aed3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:33:01.357170 [ 4 ] {23d6ccb1-baa0-428b-a0aa-f8079999aed3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:01.357303 [ 4 ] {23d6ccb1-baa0-428b-a0aa-f8079999aed3} executeQuery: Read 546 rows, 41.49 KiB in 0.00137 sec., 398540.14598540147 rows/sec., 29.57 MiB/sec. 2025.12.24 02:33:01.357343 [ 4 ] {23d6ccb1-baa0-428b-a0aa-f8079999aed3} TCPHandler: Processed in 0.001533544 sec. 2025.12.24 02:33:01.357455 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:01.357549 [ 4 ] {d9e72bf8-a87d-4972-ae70-81d204f1e126} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:01.357596 [ 4 ] {d9e72bf8-a87d-4972-ae70-81d204f1e126} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:01.358180 [ 4 ] {d9e72bf8-a87d-4972-ae70-81d204f1e126} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:01.358216 [ 4 ] {d9e72bf8-a87d-4972-ae70-81d204f1e126} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:01.358595 [ 4 ] {d9e72bf8-a87d-4972-ae70-81d204f1e126} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:33:01.358797 [ 4 ] {d9e72bf8-a87d-4972-ae70-81d204f1e126} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:01.358928 [ 4 ] {d9e72bf8-a87d-4972-ae70-81d204f1e126} executeQuery: Read 844 rows, 58.17 KiB in 0.001397 sec., 604151.753758053 rows/sec., 40.66 MiB/sec. 2025.12.24 02:33:01.358967 [ 4 ] {d9e72bf8-a87d-4972-ae70-81d204f1e126} TCPHandler: Processed in 0.001561335 sec. 2025.12.24 02:33:01.359077 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:01.359170 [ 4 ] {e2d34108-d9c8-4b70-915b-4eaea15315fa} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:01.359223 [ 4 ] {e2d34108-d9c8-4b70-915b-4eaea15315fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:01.359992 [ 4 ] {e2d34108-d9c8-4b70-915b-4eaea15315fa} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:01.360028 [ 4 ] {e2d34108-d9c8-4b70-915b-4eaea15315fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:01.360554 [ 4 ] {e2d34108-d9c8-4b70-915b-4eaea15315fa} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:33:01.360771 [ 4 ] {e2d34108-d9c8-4b70-915b-4eaea15315fa} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:01.360914 [ 4 ] {e2d34108-d9c8-4b70-915b-4eaea15315fa} executeQuery: Read 26 rows, 47.71 KiB in 0.00176 sec., 14772.727272727272 rows/sec., 26.47 MiB/sec. 2025.12.24 02:33:01.360974 [ 4 ] {e2d34108-d9c8-4b70-915b-4eaea15315fa} TCPHandler: Processed in 0.001945001 sec. 2025.12.24 02:33:01.361084 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:01.361177 [ 4 ] {a925e005-7adb-4b34-b9f5-51595bdcf39d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:01.361218 [ 4 ] {a925e005-7adb-4b34-b9f5-51595bdcf39d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:01.361569 [ 4 ] {a925e005-7adb-4b34-b9f5-51595bdcf39d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:01.361606 [ 4 ] {a925e005-7adb-4b34-b9f5-51595bdcf39d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:01.361903 [ 4 ] {a925e005-7adb-4b34-b9f5-51595bdcf39d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:33:01.362124 [ 4 ] {a925e005-7adb-4b34-b9f5-51595bdcf39d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:01.362253 [ 4 ] {a925e005-7adb-4b34-b9f5-51595bdcf39d} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.12.24 02:33:01.362290 [ 4 ] {a925e005-7adb-4b34-b9f5-51595bdcf39d} TCPHandler: Processed in 0.00125381 sec. 2025.12.24 02:33:02.220440 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6159 2025.12.24 02:33:02.221000 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:02.221041 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:02.221562 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:33:02.221793 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:02.221920 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6159 2025.12.24 02:33:02.589362 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.12.24 02:33:02.606188 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:02.606239 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:02.611717 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:33:02.612440 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:02.615275 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.12.24 02:33:04.727383 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 392 2025.12.24 02:33:04.729614 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:04.729661 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:04.730820 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:33:04.731085 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:04.731331 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 392 2025.12.24 02:33:06.321662 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:06.321846 [ 4 ] {271b3c89-fef7-4cf6-ac47-09be53168ee6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:06.321907 [ 4 ] {271b3c89-fef7-4cf6-ac47-09be53168ee6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:06.322531 [ 4 ] {271b3c89-fef7-4cf6-ac47-09be53168ee6} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:06.322571 [ 4 ] {271b3c89-fef7-4cf6-ac47-09be53168ee6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:06.322997 [ 4 ] {271b3c89-fef7-4cf6-ac47-09be53168ee6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:33:06.323237 [ 4 ] {271b3c89-fef7-4cf6-ac47-09be53168ee6} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:06.323407 [ 4 ] {271b3c89-fef7-4cf6-ac47-09be53168ee6} executeQuery: Read 84 rows, 7.20 KiB in 0.001605 sec., 52336.44859813084 rows/sec., 4.38 MiB/sec. 2025.12.24 02:33:06.323457 [ 4 ] {271b3c89-fef7-4cf6-ac47-09be53168ee6} TCPHandler: Processed in 0.00191918 sec. 2025.12.24 02:33:06.323580 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:06.323685 [ 4 ] {253b1489-39eb-44ae-9145-5aafa0b8ee05} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:06.323729 [ 4 ] {253b1489-39eb-44ae-9145-5aafa0b8ee05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:06.324133 [ 4 ] {253b1489-39eb-44ae-9145-5aafa0b8ee05} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:06.324168 [ 4 ] {253b1489-39eb-44ae-9145-5aafa0b8ee05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:06.324473 [ 4 ] {253b1489-39eb-44ae-9145-5aafa0b8ee05} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:33:06.324684 [ 4 ] {253b1489-39eb-44ae-9145-5aafa0b8ee05} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:06.324817 [ 4 ] {253b1489-39eb-44ae-9145-5aafa0b8ee05} executeQuery: Read 14 rows, 1.05 KiB in 0.001155 sec., 12121.212121212122 rows/sec., 911.46 KiB/sec. 2025.12.24 02:33:06.324855 [ 4 ] {253b1489-39eb-44ae-9145-5aafa0b8ee05} TCPHandler: Processed in 0.001326441 sec. 2025.12.24 02:33:06.324957 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:06.325053 [ 4 ] {6a828b18-70f2-4de2-81df-3fbe5e0094a7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:06.325094 [ 4 ] {6a828b18-70f2-4de2-81df-3fbe5e0094a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:06.325514 [ 4 ] {6a828b18-70f2-4de2-81df-3fbe5e0094a7} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:06.325549 [ 4 ] {6a828b18-70f2-4de2-81df-3fbe5e0094a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:06.325848 [ 4 ] {6a828b18-70f2-4de2-81df-3fbe5e0094a7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:33:06.326074 [ 4 ] {6a828b18-70f2-4de2-81df-3fbe5e0094a7} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:06.326211 [ 4 ] {6a828b18-70f2-4de2-81df-3fbe5e0094a7} executeQuery: Read 78 rows, 6.24 KiB in 0.001177 sec., 66270.17841971113 rows/sec., 5.17 MiB/sec. 2025.12.24 02:33:06.326250 [ 4 ] {6a828b18-70f2-4de2-81df-3fbe5e0094a7} TCPHandler: Processed in 0.001341551 sec. 2025.12.24 02:33:06.326355 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:06.326449 [ 4 ] {79062c86-1879-4e30-9a44-55084710ee32} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:06.326491 [ 4 ] {79062c86-1879-4e30-9a44-55084710ee32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:06.326887 [ 4 ] {79062c86-1879-4e30-9a44-55084710ee32} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:06.326921 [ 4 ] {79062c86-1879-4e30-9a44-55084710ee32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:06.327249 [ 4 ] {79062c86-1879-4e30-9a44-55084710ee32} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:33:06.327451 [ 4 ] {79062c86-1879-4e30-9a44-55084710ee32} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:06.327587 [ 4 ] {79062c86-1879-4e30-9a44-55084710ee32} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2025.12.24 02:33:06.327627 [ 4 ] {79062c86-1879-4e30-9a44-55084710ee32} TCPHandler: Processed in 0.001320171 sec. 2025.12.24 02:33:06.327732 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:06.327826 [ 4 ] {48235374-f117-40fa-bad2-655df7fc0c40} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:06.327880 [ 4 ] {48235374-f117-40fa-bad2-655df7fc0c40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:06.328628 [ 4 ] {48235374-f117-40fa-bad2-655df7fc0c40} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:06.328661 [ 4 ] {48235374-f117-40fa-bad2-655df7fc0c40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:06.329171 [ 4 ] {48235374-f117-40fa-bad2-655df7fc0c40} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:33:06.329388 [ 4 ] {48235374-f117-40fa-bad2-655df7fc0c40} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:06.329525 [ 4 ] {48235374-f117-40fa-bad2-655df7fc0c40} executeQuery: Read 14 rows, 25.69 KiB in 0.001716 sec., 8158.508158508158 rows/sec., 14.62 MiB/sec. 2025.12.24 02:33:06.329585 [ 4 ] {48235374-f117-40fa-bad2-655df7fc0c40} TCPHandler: Processed in 0.00190035 sec. 2025.12.24 02:33:06.329697 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:06.329791 [ 4 ] {d220c1e8-23f6-42f9-95b7-c748f937bf8c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:06.329833 [ 4 ] {d220c1e8-23f6-42f9-95b7-c748f937bf8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:06.330169 [ 4 ] {d220c1e8-23f6-42f9-95b7-c748f937bf8c} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:06.330203 [ 4 ] {d220c1e8-23f6-42f9-95b7-c748f937bf8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:06.330504 [ 4 ] {d220c1e8-23f6-42f9-95b7-c748f937bf8c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:33:06.330722 [ 4 ] {d220c1e8-23f6-42f9-95b7-c748f937bf8c} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:06.330860 [ 4 ] {d220c1e8-23f6-42f9-95b7-c748f937bf8c} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.12.24 02:33:06.330895 [ 4 ] {d220c1e8-23f6-42f9-95b7-c748f937bf8c} TCPHandler: Processed in 0.0012489 sec. 2025.12.24 02:33:09.651293 [ 146 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:33:09.651347 [ 146 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:33:09.722064 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6607 2025.12.24 02:33:09.722598 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:09.722646 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:09.723142 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:33:09.723377 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:09.723517 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6607 2025.12.24 02:33:10.115408 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.12.24 02:33:10.132711 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:10.132772 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:10.138477 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:33:10.139182 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:10.142039 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.12.24 02:33:11.321929 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:11.322151 [ 4 ] {c416883a-3b06-4ff7-bffe-4b0541c4caed} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:11.322230 [ 4 ] {c416883a-3b06-4ff7-bffe-4b0541c4caed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:11.323078 [ 4 ] {c416883a-3b06-4ff7-bffe-4b0541c4caed} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:11.323118 [ 4 ] {c416883a-3b06-4ff7-bffe-4b0541c4caed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:11.323507 [ 4 ] {c416883a-3b06-4ff7-bffe-4b0541c4caed} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:33:11.323738 [ 4 ] {c416883a-3b06-4ff7-bffe-4b0541c4caed} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:11.323908 [ 4 ] {c416883a-3b06-4ff7-bffe-4b0541c4caed} executeQuery: Read 108 rows, 9.29 KiB in 0.001815 sec., 59504.13223140496 rows/sec., 5.00 MiB/sec. 2025.12.24 02:33:11.323959 [ 4 ] {c416883a-3b06-4ff7-bffe-4b0541c4caed} TCPHandler: Processed in 0.002164144 sec. 2025.12.24 02:33:11.324104 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:11.324206 [ 4 ] {d02c9c23-1b16-49fe-b1f0-52ee79c69d51} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:11.324252 [ 4 ] {d02c9c23-1b16-49fe-b1f0-52ee79c69d51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:11.324687 [ 4 ] {d02c9c23-1b16-49fe-b1f0-52ee79c69d51} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:11.324723 [ 4 ] {d02c9c23-1b16-49fe-b1f0-52ee79c69d51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:11.325034 [ 4 ] {d02c9c23-1b16-49fe-b1f0-52ee79c69d51} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:33:11.325245 [ 4 ] {d02c9c23-1b16-49fe-b1f0-52ee79c69d51} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:11.325382 [ 4 ] {d02c9c23-1b16-49fe-b1f0-52ee79c69d51} executeQuery: Read 26 rows, 1.96 KiB in 0.001197 sec., 21720.969089390142 rows/sec., 1.60 MiB/sec. 2025.12.24 02:33:11.325420 [ 4 ] {d02c9c23-1b16-49fe-b1f0-52ee79c69d51} TCPHandler: Processed in 0.001379922 sec. 2025.12.24 02:33:11.325546 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:11.325648 [ 4 ] {e97f9f8e-2d4e-4fd8-ad37-7f3f770e65eb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:11.325692 [ 4 ] {e97f9f8e-2d4e-4fd8-ad37-7f3f770e65eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:11.326129 [ 4 ] {e97f9f8e-2d4e-4fd8-ad37-7f3f770e65eb} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:11.326163 [ 4 ] {e97f9f8e-2d4e-4fd8-ad37-7f3f770e65eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:11.326465 [ 4 ] {e97f9f8e-2d4e-4fd8-ad37-7f3f770e65eb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:33:11.326672 [ 4 ] {e97f9f8e-2d4e-4fd8-ad37-7f3f770e65eb} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:11.326804 [ 4 ] {e97f9f8e-2d4e-4fd8-ad37-7f3f770e65eb} executeQuery: Read 90 rows, 7.20 KiB in 0.001176 sec., 76530.61224489796 rows/sec., 5.98 MiB/sec. 2025.12.24 02:33:11.326842 [ 4 ] {e97f9f8e-2d4e-4fd8-ad37-7f3f770e65eb} TCPHandler: Processed in 0.001354021 sec. 2025.12.24 02:33:11.326957 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:11.327051 [ 4 ] {221a98f7-ef33-4784-a5d9-0f930a52bec6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:11.327094 [ 4 ] {221a98f7-ef33-4784-a5d9-0f930a52bec6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:11.327501 [ 4 ] {221a98f7-ef33-4784-a5d9-0f930a52bec6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:11.327535 [ 4 ] {221a98f7-ef33-4784-a5d9-0f930a52bec6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:11.327868 [ 4 ] {221a98f7-ef33-4784-a5d9-0f930a52bec6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:33:11.328071 [ 4 ] {221a98f7-ef33-4784-a5d9-0f930a52bec6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:11.328203 [ 4 ] {221a98f7-ef33-4784-a5d9-0f930a52bec6} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2025.12.24 02:33:11.328240 [ 4 ] {221a98f7-ef33-4784-a5d9-0f930a52bec6} TCPHandler: Processed in 0.001331771 sec. 2025.12.24 02:33:11.328352 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:11.328446 [ 4 ] {004c920c-1faf-4a06-8875-d42268d90ffa} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:11.328498 [ 4 ] {004c920c-1faf-4a06-8875-d42268d90ffa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:11.329305 [ 4 ] {004c920c-1faf-4a06-8875-d42268d90ffa} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:11.329338 [ 4 ] {004c920c-1faf-4a06-8875-d42268d90ffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:11.329854 [ 4 ] {004c920c-1faf-4a06-8875-d42268d90ffa} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:33:11.330064 [ 4 ] {004c920c-1faf-4a06-8875-d42268d90ffa} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:11.330203 [ 4 ] {004c920c-1faf-4a06-8875-d42268d90ffa} executeQuery: Read 26 rows, 47.71 KiB in 0.001774 sec., 14656.144306651635 rows/sec., 26.26 MiB/sec. 2025.12.24 02:33:11.330263 [ 4 ] {004c920c-1faf-4a06-8875-d42268d90ffa} TCPHandler: Processed in 0.001959962 sec. 2025.12.24 02:33:11.330377 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:11.330471 [ 4 ] {d6a471d6-4421-4f21-816a-706e8ec63934} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:11.330512 [ 4 ] {d6a471d6-4421-4f21-816a-706e8ec63934} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:11.330852 [ 4 ] {d6a471d6-4421-4f21-816a-706e8ec63934} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:11.330886 [ 4 ] {d6a471d6-4421-4f21-816a-706e8ec63934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:11.331180 [ 4 ] {d6a471d6-4421-4f21-816a-706e8ec63934} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:33:11.331385 [ 4 ] {d6a471d6-4421-4f21-816a-706e8ec63934} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:11.331512 [ 4 ] {d6a471d6-4421-4f21-816a-706e8ec63934} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.12.24 02:33:11.331548 [ 4 ] {d6a471d6-4421-4f21-816a-706e8ec63934} TCPHandler: Processed in 0.001219349 sec. 2025.12.24 02:33:13.221345 [ 139 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 02:33:13.221435 [ 139 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:13.221479 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:13.221629 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::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.12.24 02:33:13.221805 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:13.221859 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.12.24 02:33:13.221962 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.12.24 02:33:13.222034 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 229 rows starting from the beginning of the part 2025.12.24 02:33:13.222073 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.12.24 02:33:13.222112 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part 2025.12.24 02:33:13.222914 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 529 rows, containing 5 columns (5 merged, 0 gathered) in 0.001343751 sec., 393674.12563786 rows/sec., 28.97 MiB/sec. 2025.12.24 02:33:13.223129 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 02:33:13.223435 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_5_1} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:13.223517 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_5_1} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 02:33:13.223610 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.12.24 02:33:14.731580 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 416 2025.12.24 02:33:14.733766 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:14.733822 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:14.735024 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:33:14.735308 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:14.735680 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 416 2025.12.24 02:33:16.323334 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:16.323518 [ 4 ] {6d3650bf-ae42-4905-8336-601c06ad84a5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:33:16.323579 [ 4 ] {6d3650bf-ae42-4905-8336-601c06ad84a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:33:16.324198 [ 4 ] {6d3650bf-ae42-4905-8336-601c06ad84a5} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:16.324239 [ 4 ] {6d3650bf-ae42-4905-8336-601c06ad84a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:16.324619 [ 4 ] {6d3650bf-ae42-4905-8336-601c06ad84a5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:33:16.324857 [ 4 ] {6d3650bf-ae42-4905-8336-601c06ad84a5} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:16.325020 [ 4 ] {6d3650bf-ae42-4905-8336-601c06ad84a5} executeQuery: Read 24 rows, 2.04 KiB in 0.001544 sec., 15544.041450777202 rows/sec., 1.29 MiB/sec. 2025.12.24 02:33:16.325067 [ 4 ] {6d3650bf-ae42-4905-8336-601c06ad84a5} TCPHandler: Processed in 0.00185578 sec. 2025.12.24 02:33:16.325188 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:16.325288 [ 4 ] {0007acc9-c926-444a-a0b3-81d2dba9ad20} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:16.325333 [ 4 ] {0007acc9-c926-444a-a0b3-81d2dba9ad20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:16.325860 [ 4 ] {0007acc9-c926-444a-a0b3-81d2dba9ad20} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:16.325897 [ 4 ] {0007acc9-c926-444a-a0b3-81d2dba9ad20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:16.326218 [ 4 ] {0007acc9-c926-444a-a0b3-81d2dba9ad20} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:33:16.326428 [ 4 ] {0007acc9-c926-444a-a0b3-81d2dba9ad20} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:16.326560 [ 4 ] {0007acc9-c926-444a-a0b3-81d2dba9ad20} executeQuery: Read 204 rows, 18.66 KiB in 0.001294 sec., 157650.69551777435 rows/sec., 14.08 MiB/sec. 2025.12.24 02:33:16.326600 [ 4 ] {0007acc9-c926-444a-a0b3-81d2dba9ad20} TCPHandler: Processed in 0.001464543 sec. 2025.12.24 02:33:16.326711 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:16.326806 [ 4 ] {88f4c65f-17f4-484e-8eb2-4c75f92966f1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:16.326847 [ 4 ] {88f4c65f-17f4-484e-8eb2-4c75f92966f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:16.327250 [ 4 ] {88f4c65f-17f4-484e-8eb2-4c75f92966f1} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:16.327284 [ 4 ] {88f4c65f-17f4-484e-8eb2-4c75f92966f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:16.327569 [ 4 ] {88f4c65f-17f4-484e-8eb2-4c75f92966f1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:33:16.327772 [ 4 ] {88f4c65f-17f4-484e-8eb2-4c75f92966f1} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:16.327902 [ 4 ] {88f4c65f-17f4-484e-8eb2-4c75f92966f1} executeQuery: Read 26 rows, 2.01 KiB in 0.001113 sec., 23360.287511230905 rows/sec., 1.77 MiB/sec. 2025.12.24 02:33:16.327940 [ 4 ] {88f4c65f-17f4-484e-8eb2-4c75f92966f1} TCPHandler: Processed in 0.001279291 sec. 2025.12.24 02:33:16.328047 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:16.328141 [ 4 ] {3b5fc64f-51f4-42a4-b745-1a01da94b2ac} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:33:16.328179 [ 4 ] {3b5fc64f-51f4-42a4-b745-1a01da94b2ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:33:16.328572 [ 4 ] {3b5fc64f-51f4-42a4-b745-1a01da94b2ac} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:16.328606 [ 4 ] {3b5fc64f-51f4-42a4-b745-1a01da94b2ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:16.328905 [ 4 ] {3b5fc64f-51f4-42a4-b745-1a01da94b2ac} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:33:16.329124 [ 4 ] {3b5fc64f-51f4-42a4-b745-1a01da94b2ac} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:16.329255 [ 4 ] {3b5fc64f-51f4-42a4-b745-1a01da94b2ac} executeQuery: Read 24 rows, 2.04 KiB in 0.001131 sec., 21220.15915119363 rows/sec., 1.76 MiB/sec. 2025.12.24 02:33:16.329294 [ 4 ] {3b5fc64f-51f4-42a4-b745-1a01da94b2ac} TCPHandler: Processed in 0.001295341 sec. 2025.12.24 02:33:16.329415 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:16.329508 [ 4 ] {a7455ffb-0ba7-44ba-a0bc-673c322d5974} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:33:16.329547 [ 4 ] {a7455ffb-0ba7-44ba-a0bc-673c322d5974} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:33:16.329946 [ 4 ] {a7455ffb-0ba7-44ba-a0bc-673c322d5974} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:16.329981 [ 4 ] {a7455ffb-0ba7-44ba-a0bc-673c322d5974} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:16.330268 [ 4 ] {a7455ffb-0ba7-44ba-a0bc-673c322d5974} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:33:16.330467 [ 4 ] {a7455ffb-0ba7-44ba-a0bc-673c322d5974} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:16.330597 [ 4 ] {a7455ffb-0ba7-44ba-a0bc-673c322d5974} executeQuery: Read 12 rows, 960.00 B in 0.001105 sec., 10859.728506787329 rows/sec., 848.42 KiB/sec. 2025.12.24 02:33:16.330636 [ 4 ] {a7455ffb-0ba7-44ba-a0bc-673c322d5974} TCPHandler: Processed in 0.001269 sec. 2025.12.24 02:33:16.330745 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:16.330841 [ 4 ] {bb5484a7-26c5-4a57-aff6-5794277b764c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:16.330881 [ 4 ] {bb5484a7-26c5-4a57-aff6-5794277b764c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:16.331323 [ 4 ] {bb5484a7-26c5-4a57-aff6-5794277b764c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:16.331360 [ 4 ] {bb5484a7-26c5-4a57-aff6-5794277b764c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:16.331653 [ 4 ] {bb5484a7-26c5-4a57-aff6-5794277b764c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:33:16.331861 [ 4 ] {bb5484a7-26c5-4a57-aff6-5794277b764c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:16.331991 [ 4 ] {bb5484a7-26c5-4a57-aff6-5794277b764c} executeQuery: Read 114 rows, 9.49 KiB in 0.001167 sec., 97686.37532133676 rows/sec., 7.94 MiB/sec. 2025.12.24 02:33:16.332034 [ 4 ] {bb5484a7-26c5-4a57-aff6-5794277b764c} TCPHandler: Processed in 0.001337901 sec. 2025.12.24 02:33:16.332143 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:16.332236 [ 4 ] {ae8794d5-133e-4ae7-bcbf-612db73a5dc8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:16.332278 [ 4 ] {ae8794d5-133e-4ae7-bcbf-612db73a5dc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:16.332683 [ 4 ] {ae8794d5-133e-4ae7-bcbf-612db73a5dc8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:16.332719 [ 4 ] {ae8794d5-133e-4ae7-bcbf-612db73a5dc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:16.333050 [ 4 ] {ae8794d5-133e-4ae7-bcbf-612db73a5dc8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:33:16.333259 [ 4 ] {ae8794d5-133e-4ae7-bcbf-612db73a5dc8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:16.333390 [ 4 ] {ae8794d5-133e-4ae7-bcbf-612db73a5dc8} executeQuery: Read 196 rows, 14.40 KiB in 0.001171 sec., 167378.30913748933 rows/sec., 12.01 MiB/sec. 2025.12.24 02:33:16.333428 [ 4 ] {ae8794d5-133e-4ae7-bcbf-612db73a5dc8} TCPHandler: Processed in 0.001334561 sec. 2025.12.24 02:33:16.333539 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:16.333633 [ 4 ] {b7d6c763-79fb-4195-9f50-e8f8fe5283fb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:16.333686 [ 4 ] {b7d6c763-79fb-4195-9f50-e8f8fe5283fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:16.334441 [ 4 ] {b7d6c763-79fb-4195-9f50-e8f8fe5283fb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:16.334477 [ 4 ] {b7d6c763-79fb-4195-9f50-e8f8fe5283fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:16.334978 [ 4 ] {b7d6c763-79fb-4195-9f50-e8f8fe5283fb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:33:16.335190 [ 4 ] {b7d6c763-79fb-4195-9f50-e8f8fe5283fb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:16.335330 [ 4 ] {b7d6c763-79fb-4195-9f50-e8f8fe5283fb} executeQuery: Read 14 rows, 25.69 KiB in 0.001714 sec., 8168.028004667444 rows/sec., 14.64 MiB/sec. 2025.12.24 02:33:16.335391 [ 4 ] {b7d6c763-79fb-4195-9f50-e8f8fe5283fb} TCPHandler: Processed in 0.00190031 sec. 2025.12.24 02:33:16.335502 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:16.335595 [ 4 ] {74e4ee53-e786-4cea-83f1-6771181cece2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:16.335636 [ 4 ] {74e4ee53-e786-4cea-83f1-6771181cece2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:16.336017 [ 4 ] {74e4ee53-e786-4cea-83f1-6771181cece2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:16.336062 [ 4 ] {74e4ee53-e786-4cea-83f1-6771181cece2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:16.336442 [ 4 ] {74e4ee53-e786-4cea-83f1-6771181cece2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:33:16.336685 [ 4 ] {74e4ee53-e786-4cea-83f1-6771181cece2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:16.336837 [ 4 ] {74e4ee53-e786-4cea-83f1-6771181cece2} executeQuery: Read 60 rows, 4.14 KiB in 0.001259 sec., 47656.87053216839 rows/sec., 3.21 MiB/sec. 2025.12.24 02:33:16.336881 [ 4 ] {74e4ee53-e786-4cea-83f1-6771181cece2} TCPHandler: Processed in 0.001427213 sec. 2025.12.24 02:33:17.223696 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7119 2025.12.24 02:33:17.224251 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:17.224299 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:17.224787 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:33:17.225035 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:17.225178 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7119 2025.12.24 02:33:17.642205 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.12.24 02:33:17.659870 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:17.659939 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:17.666712 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:33:17.667429 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:17.670702 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.12.24 02:33:18.000226 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 222.18 MiB, peak 226.88 MiB, free memory in arenas 0.00 B, will set to 223.29 MiB (RSS), difference: 1.11 MiB 2025.12.24 02:33:21.322422 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:21.322686 [ 4 ] {8319a624-13a5-4a59-8917-ddc1f96f24bd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:21.322777 [ 4 ] {8319a624-13a5-4a59-8917-ddc1f96f24bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:21.323643 [ 4 ] {8319a624-13a5-4a59-8917-ddc1f96f24bd} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.323680 [ 4 ] {8319a624-13a5-4a59-8917-ddc1f96f24bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:21.324190 [ 4 ] {8319a624-13a5-4a59-8917-ddc1f96f24bd} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:33:21.324426 [ 4 ] {8319a624-13a5-4a59-8917-ddc1f96f24bd} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.324546 [ 128 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 02:33:21.324576 [ 4 ] {8319a624-13a5-4a59-8917-ddc1f96f24bd} executeQuery: Read 108 rows, 9.29 KiB in 0.001958 sec., 55158.32482124617 rows/sec., 4.63 MiB/sec. 2025.12.24 02:33:21.324588 [ 128 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.324614 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:21.324617 [ 4 ] {8319a624-13a5-4a59-8917-ddc1f96f24bd} TCPHandler: Processed in 0.002360658 sec. 2025.12.24 02:33:21.324700 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:33:21.324739 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:21.324786 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:21.324813 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1406 rows starting from the beginning of the part 2025.12.24 02:33:21.324833 [ 4 ] {a1a4e31a-4168-4310-a54e-b3d32d950ddf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:21.324873 [ 4 ] {a1a4e31a-4168-4310-a54e-b3d32d950ddf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:21.324877 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:33:21.324923 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 84 rows starting from the beginning of the part 2025.12.24 02:33:21.324961 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:33:21.325002 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 204 rows starting from the beginning of the part 2025.12.24 02:33:21.325036 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:33:21.325285 [ 4 ] {a1a4e31a-4168-4310-a54e-b3d32d950ddf} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.325320 [ 4 ] {a1a4e31a-4168-4310-a54e-b3d32d950ddf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:21.325610 [ 4 ] {a1a4e31a-4168-4310-a54e-b3d32d950ddf} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:33:21.325811 [ 4 ] {a1a4e31a-4168-4310-a54e-b3d32d950ddf} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.325902 [ 128 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 02:33:21.325926 [ 128 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.325940 [ 4 ] {a1a4e31a-4168-4310-a54e-b3d32d950ddf} executeQuery: Read 26 rows, 1.96 KiB in 0.001126 sec., 23090.58614564831 rows/sec., 1.70 MiB/sec. 2025.12.24 02:33:21.325944 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:21.325976 [ 4 ] {a1a4e31a-4168-4310-a54e-b3d32d950ddf} TCPHandler: Processed in 0.001285461 sec. 2025.12.24 02:33:21.326074 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:33:21.326083 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:21.326221 [ 4 ] {76a0dd5d-afd3-47a9-a6fe-b8ea0ee22f46} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:21.326234 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:21.326261 [ 4 ] {76a0dd5d-afd3-47a9-a6fe-b8ea0ee22f46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:21.326274 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 70 rows starting from the beginning of the part 2025.12.24 02:33:21.326348 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part 2025.12.24 02:33:21.326394 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2025.12.24 02:33:21.326437 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part 2025.12.24 02:33:21.326476 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:33:21.326516 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part 2025.12.24 02:33:21.326517 [ 197 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3158 rows, containing 5 columns (5 merged, 0 gathered) in 0.00184494 sec., 1711708.7818574046 rows/sec., 150.04 MiB/sec. 2025.12.24 02:33:21.326681 [ 4 ] {76a0dd5d-afd3-47a9-a6fe-b8ea0ee22f46} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.326723 [ 4 ] {76a0dd5d-afd3-47a9-a6fe-b8ea0ee22f46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:21.326731 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 02:33:21.326988 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_21_4} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.327049 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_21_4} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 02:33:21.327113 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 02:33:21.327191 [ 4 ] {76a0dd5d-afd3-47a9-a6fe-b8ea0ee22f46} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:33:21.327406 [ 4 ] {76a0dd5d-afd3-47a9-a6fe-b8ea0ee22f46} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.327421 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.001414473 sec., 132911.69219914413 rows/sec., 10.28 MiB/sec. 2025.12.24 02:33:21.327498 [ 128 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 02:33:21.327524 [ 128 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.327534 [ 4 ] {76a0dd5d-afd3-47a9-a6fe-b8ea0ee22f46} executeQuery: Read 90 rows, 7.20 KiB in 0.001332 sec., 67567.56756756756 rows/sec., 5.28 MiB/sec. 2025.12.24 02:33:21.327544 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:21.327572 [ 4 ] {76a0dd5d-afd3-47a9-a6fe-b8ea0ee22f46} TCPHandler: Processed in 0.001536945 sec. 2025.12.24 02:33:21.327604 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 02:33:21.327639 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:33:21.327685 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:21.327746 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:21.327782 [ 4 ] {457c84a2-4bd5-43ab-9a7a-0b8c87a9e2c9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:21.327785 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 632 rows starting from the beginning of the part 2025.12.24 02:33:21.327834 [ 4 ] {457c84a2-4bd5-43ab-9a7a-0b8c87a9e2c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:21.327888 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 546 rows starting from the beginning of the part 2025.12.24 02:33:21.327920 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_16_3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.327942 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 78 rows starting from the beginning of the part 2025.12.24 02:33:21.327994 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:33:21.327998 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_16_3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 02:33:21.328043 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 114 rows starting from the beginning of the part 2025.12.24 02:33:21.328090 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 02:33:21.328091 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:33:21.328247 [ 4 ] {457c84a2-4bd5-43ab-9a7a-0b8c87a9e2c9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.328287 [ 4 ] {457c84a2-4bd5-43ab-9a7a-0b8c87a9e2c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:21.328664 [ 4 ] {457c84a2-4bd5-43ab-9a7a-0b8c87a9e2c9} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:33:21.328891 [ 4 ] {457c84a2-4bd5-43ab-9a7a-0b8c87a9e2c9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.328983 [ 128 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 02:33:21.329006 [ 128 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.329022 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:21.329021 [ 4 ] {457c84a2-4bd5-43ab-9a7a-0b8c87a9e2c9} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2025.12.24 02:33:21.329067 [ 4 ] {457c84a2-4bd5-43ab-9a7a-0b8c87a9e2c9} TCPHandler: Processed in 0.001430653 sec. 2025.12.24 02:33:21.329082 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:33:21.329161 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:21.329177 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:21.329187 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4620 rows starting from the beginning of the part 2025.12.24 02:33:21.329180 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 5 columns (5 merged, 0 gathered) in 0.001587866 sec., 976152.8995519773 rows/sec., 77.77 MiB/sec. 2025.12.24 02:33:21.329240 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 844 rows starting from the beginning of the part 2025.12.24 02:33:21.329270 [ 4 ] {22a2ba11-f1ab-4aee-a3f4-00202dc9191f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:21.329283 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.12.24 02:33:21.329324 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:33:21.329336 [ 4 ] {22a2ba11-f1ab-4aee-a3f4-00202dc9191f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:21.329358 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 196 rows starting from the beginning of the part 2025.12.24 02:33:21.329392 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:33:21.329393 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 02:33:21.329683 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_21_4} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.329763 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_21_4} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 02:33:21.329846 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:33:21.330129 [ 4 ] {22a2ba11-f1ab-4aee-a3f4-00202dc9191f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.330165 [ 4 ] {22a2ba11-f1ab-4aee-a3f4-00202dc9191f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:21.330685 [ 4 ] {22a2ba11-f1ab-4aee-a3f4-00202dc9191f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:33:21.330902 [ 4 ] {22a2ba11-f1ab-4aee-a3f4-00202dc9191f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.330995 [ 128 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 02:33:21.331016 [ 128 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.331033 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:21.331035 [ 4 ] {22a2ba11-f1ab-4aee-a3f4-00202dc9191f} executeQuery: Read 26 rows, 47.71 KiB in 0.001782 sec., 14590.347923681258 rows/sec., 26.15 MiB/sec. 2025.12.24 02:33:21.331090 [ 4 ] {22a2ba11-f1ab-4aee-a3f4-00202dc9191f} TCPHandler: Processed in 0.001960201 sec. 2025.12.24 02:33:21.331140 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::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.12.24 02:33:21.331200 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:21.331299 [ 4 ] {82d551ac-e07f-495e-9028-edc53f0e8c05} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:21.331340 [ 4 ] {82d551ac-e07f-495e-9028-edc53f0e8c05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:21.331506 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:21.331536 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6140 rows, containing 5 columns (5 merged, 0 gathered) in 0.002478339 sec., 2477465.7542813956 rows/sec., 170.38 MiB/sec. 2025.12.24 02:33:21.331618 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 149 rows starting from the beginning of the part 2025.12.24 02:33:21.331690 [ 4 ] {82d551ac-e07f-495e-9028-edc53f0e8c05} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.331731 [ 4 ] {82d551ac-e07f-495e-9028-edc53f0e8c05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:21.331891 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part 2025.12.24 02:33:21.332038 [ 4 ] {82d551ac-e07f-495e-9028-edc53f0e8c05} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:33:21.332090 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2025.12.24 02:33:21.332143 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 02:33:21.332258 [ 4 ] {82d551ac-e07f-495e-9028-edc53f0e8c05} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.332274 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part 2025.12.24 02:33:21.332349 [ 128 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 02:33:21.332376 [ 128 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:21.332385 [ 4 ] {82d551ac-e07f-495e-9028-edc53f0e8c05} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.12.24 02:33:21.332394 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:21.332394 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part 2025.12.24 02:33:21.332421 [ 4 ] {82d551ac-e07f-495e-9028-edc53f0e8c05} TCPHandler: Processed in 0.00126888 sec. 2025.12.24 02:33:21.332428 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_21_4} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.332459 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:33:21.332492 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_21_4} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 02:33:21.332522 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part 2025.12.24 02:33:21.332536 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:21.332550 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2025.12.24 02:33:21.332570 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 888 rows starting from the beginning of the part 2025.12.24 02:33:21.332613 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:33:21.332648 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.12.24 02:33:21.332680 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:33:21.332709 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2025.12.24 02:33:21.332738 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:33:21.333535 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1188 rows, containing 4 columns (4 merged, 0 gathered) in 0.001098168 sec., 1081801.6915444632 rows/sec., 72.91 MiB/sec. 2025.12.24 02:33:21.333702 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 02:33:21.333944 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_21_4} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.334002 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_21_4} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 02:33:21.334054 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.12.24 02:33:21.335327 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 255 rows, containing 19 columns (19 merged, 0 gathered) in 0.004247737 sec., 60031.96525585271 rows/sec., 107.57 MiB/sec. 2025.12.24 02:33:21.335706 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 02:33:21.336004 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_16_3} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:21.336062 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_16_3} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 02:33:21.336154 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2025.12.24 02:33:24.651444 [ 124 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:33:24.651524 [ 124 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:33:24.725323 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7567 2025.12.24 02:33:24.725778 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:24.725810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:24.726269 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:33:24.726508 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:24.726639 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7567 2025.12.24 02:33:24.726652 [ 124 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 02:33:24.726695 [ 124 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:24.726717 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:24.726811 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:33:24.726919 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:24.726954 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5199 rows starting from the beginning of the part 2025.12.24 02:33:24.727016 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:33:24.727062 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:33:24.727111 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:33:24.727155 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:33:24.727199 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:33:24.728531 [ 188 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7567 rows, containing 4 columns (4 merged, 0 gathered) in 0.001761179 sec., 4296553.61550416 rows/sec., 61.46 MiB/sec. 2025.12.24 02:33:24.729210 [ 194 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 02:33:24.729564 [ 194 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_16_3} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:24.729639 [ 194 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_16_3} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 02:33:24.729744 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2025.12.24 02:33:24.735940 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 446 2025.12.24 02:33:24.738225 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:24.738263 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:24.739362 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:33:24.739612 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:24.739762 [ 124 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 02:33:24.739806 [ 124 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:24.739829 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.12.24 02:33:24.739842 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 446 2025.12.24 02:33:24.739898 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:33:24.740410 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:24.740552 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 306 rows starting from the beginning of the part 2025.12.24 02:33:24.740918 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:33:24.741261 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 34 rows starting from the beginning of the part 2025.12.24 02:33:24.741591 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:33:24.741916 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.12.24 02:33:24.742242 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part 2025.12.24 02:33:24.747888 [ 190 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 446 rows, containing 72 columns (72 merged, 0 gathered) in 0.008013348 sec., 55657.13606846976 rows/sec., 50.65 MiB/sec. 2025.12.24 02:33:24.748541 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 02:33:24.749040 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_11_2} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:24.749110 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_11_2} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 02:33:24.749275 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. 2025.12.24 02:33:25.001279 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000804993 sec. 2025.12.24 02:33:25.170835 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.12.24 02:33:25.188574 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:25.188628 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:25.194714 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:33:25.195392 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:25.195702 [ 124 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 02:33:25.195770 [ 124 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:25.195794 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:25.195919 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:33:25.198716 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.12.24 02:33:25.200053 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:25.201608 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:33:25.206016 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:33:25.210459 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:33:25.214825 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:33:25.219275 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:33:25.223612 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:33:25.277111 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.081244794 sec., 1489.3261960883303 rows/sec., 7.70 MiB/sec. 2025.12.24 02:33:25.278940 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 02:33:25.280532 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_16_3} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:25.280612 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_16_3} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 02:33:25.281843 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.12.24 02:33:26.000257 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 226.12 MiB, peak 236.09 MiB, free memory in arenas 0.00 B, will set to 234.16 MiB (RSS), difference: 8.03 MiB 2025.12.24 02:33:26.321921 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:26.322098 [ 4 ] {299dddfe-fb6c-44f9-a776-1e4934386d1d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:26.322164 [ 4 ] {299dddfe-fb6c-44f9-a776-1e4934386d1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:26.322828 [ 4 ] {299dddfe-fb6c-44f9-a776-1e4934386d1d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:26.322875 [ 4 ] {299dddfe-fb6c-44f9-a776-1e4934386d1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:26.323266 [ 4 ] {299dddfe-fb6c-44f9-a776-1e4934386d1d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:33:26.323504 [ 4 ] {299dddfe-fb6c-44f9-a776-1e4934386d1d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:26.323660 [ 4 ] {299dddfe-fb6c-44f9-a776-1e4934386d1d} executeQuery: Read 84 rows, 7.20 KiB in 0.001609 sec., 52206.33934120572 rows/sec., 4.37 MiB/sec. 2025.12.24 02:33:26.323708 [ 4 ] {299dddfe-fb6c-44f9-a776-1e4934386d1d} TCPHandler: Processed in 0.00191281 sec. 2025.12.24 02:33:26.323843 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:26.323946 [ 4 ] {f2f5ba79-06ac-4336-b9c2-359c40f33c7c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:26.323990 [ 4 ] {f2f5ba79-06ac-4336-b9c2-359c40f33c7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:26.324405 [ 4 ] {f2f5ba79-06ac-4336-b9c2-359c40f33c7c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:26.324441 [ 4 ] {f2f5ba79-06ac-4336-b9c2-359c40f33c7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:26.324742 [ 4 ] {f2f5ba79-06ac-4336-b9c2-359c40f33c7c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:33:26.324946 [ 4 ] {f2f5ba79-06ac-4336-b9c2-359c40f33c7c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:26.325080 [ 4 ] {f2f5ba79-06ac-4336-b9c2-359c40f33c7c} executeQuery: Read 14 rows, 1.05 KiB in 0.001158 sec., 12089.810017271158 rows/sec., 909.10 KiB/sec. 2025.12.24 02:33:26.325116 [ 4 ] {f2f5ba79-06ac-4336-b9c2-359c40f33c7c} TCPHandler: Processed in 0.001327351 sec. 2025.12.24 02:33:26.325218 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:26.325313 [ 4 ] {049cea67-df0f-43c5-8905-a6d5c60c63e6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:26.325353 [ 4 ] {049cea67-df0f-43c5-8905-a6d5c60c63e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:26.325769 [ 4 ] {049cea67-df0f-43c5-8905-a6d5c60c63e6} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:26.325806 [ 4 ] {049cea67-df0f-43c5-8905-a6d5c60c63e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:26.326107 [ 4 ] {049cea67-df0f-43c5-8905-a6d5c60c63e6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:33:26.326308 [ 4 ] {049cea67-df0f-43c5-8905-a6d5c60c63e6} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:26.326434 [ 4 ] {049cea67-df0f-43c5-8905-a6d5c60c63e6} executeQuery: Read 78 rows, 6.24 KiB in 0.001141 sec., 68361.08676599474 rows/sec., 5.34 MiB/sec. 2025.12.24 02:33:26.326470 [ 4 ] {049cea67-df0f-43c5-8905-a6d5c60c63e6} TCPHandler: Processed in 0.00130193 sec. 2025.12.24 02:33:26.326581 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:26.326675 [ 4 ] {bce1622e-16b8-4a1c-a385-e575dfafd6a5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:26.326718 [ 4 ] {bce1622e-16b8-4a1c-a385-e575dfafd6a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:26.327117 [ 4 ] {bce1622e-16b8-4a1c-a385-e575dfafd6a5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:26.327153 [ 4 ] {bce1622e-16b8-4a1c-a385-e575dfafd6a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:26.327487 [ 4 ] {bce1622e-16b8-4a1c-a385-e575dfafd6a5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:33:26.327697 [ 4 ] {bce1622e-16b8-4a1c-a385-e575dfafd6a5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:26.327827 [ 4 ] {bce1622e-16b8-4a1c-a385-e575dfafd6a5} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.12.24 02:33:26.327862 [ 4 ] {bce1622e-16b8-4a1c-a385-e575dfafd6a5} TCPHandler: Processed in 0.001331742 sec. 2025.12.24 02:33:26.327979 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:26.328072 [ 4 ] {f1dadbbe-9621-485b-a07f-18ff009d723e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:26.328125 [ 4 ] {f1dadbbe-9621-485b-a07f-18ff009d723e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:26.328892 [ 4 ] {f1dadbbe-9621-485b-a07f-18ff009d723e} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:26.328928 [ 4 ] {f1dadbbe-9621-485b-a07f-18ff009d723e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:26.329451 [ 4 ] {f1dadbbe-9621-485b-a07f-18ff009d723e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:33:26.329667 [ 4 ] {f1dadbbe-9621-485b-a07f-18ff009d723e} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:26.329805 [ 4 ] {f1dadbbe-9621-485b-a07f-18ff009d723e} executeQuery: Read 14 rows, 25.69 KiB in 0.001751 sec., 7995.431182181611 rows/sec., 14.33 MiB/sec. 2025.12.24 02:33:26.329862 [ 4 ] {f1dadbbe-9621-485b-a07f-18ff009d723e} TCPHandler: Processed in 0.00193361 sec. 2025.12.24 02:33:26.329979 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:26.330074 [ 4 ] {552a99e3-bea9-4939-9d84-670c1d577a05} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:26.330115 [ 4 ] {552a99e3-bea9-4939-9d84-670c1d577a05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:26.330450 [ 4 ] {552a99e3-bea9-4939-9d84-670c1d577a05} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:26.330485 [ 4 ] {552a99e3-bea9-4939-9d84-670c1d577a05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:26.330785 [ 4 ] {552a99e3-bea9-4939-9d84-670c1d577a05} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:33:26.330985 [ 4 ] {552a99e3-bea9-4939-9d84-670c1d577a05} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:26.331109 [ 4 ] {552a99e3-bea9-4939-9d84-670c1d577a05} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2025.12.24 02:33:26.331145 [ 4 ] {552a99e3-bea9-4939-9d84-670c1d577a05} TCPHandler: Processed in 0.001215759 sec. 2025.12.24 02:33:31.373448 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:31.373698 [ 4 ] {f5f428a3-6879-4267-bb9f-9e763193d570} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:33:31.373809 [ 4 ] {f5f428a3-6879-4267-bb9f-9e763193d570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:33:31.374482 [ 4 ] {f5f428a3-6879-4267-bb9f-9e763193d570} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:31.374531 [ 4 ] {f5f428a3-6879-4267-bb9f-9e763193d570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:31.374999 [ 4 ] {f5f428a3-6879-4267-bb9f-9e763193d570} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:33:31.375391 [ 4 ] {f5f428a3-6879-4267-bb9f-9e763193d570} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:31.375621 [ 4 ] {f5f428a3-6879-4267-bb9f-9e763193d570} executeQuery: Read 4 rows, 334.00 B in 0.001983 sec., 2017.145738779627 rows/sec., 164.48 KiB/sec. 2025.12.24 02:33:31.375696 [ 4 ] {f5f428a3-6879-4267-bb9f-9e763193d570} TCPHandler: Processed in 0.002434728 sec. 2025.12.24 02:33:31.375859 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:31.375989 [ 4 ] {535b7f1a-73bc-4740-b0a3-c04dccd12d79} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:31.376048 [ 4 ] {535b7f1a-73bc-4740-b0a3-c04dccd12d79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:31.377474 [ 4 ] {535b7f1a-73bc-4740-b0a3-c04dccd12d79} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:31.377522 [ 4 ] {535b7f1a-73bc-4740-b0a3-c04dccd12d79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:31.378135 [ 4 ] {535b7f1a-73bc-4740-b0a3-c04dccd12d79} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:33:31.378458 [ 4 ] {535b7f1a-73bc-4740-b0a3-c04dccd12d79} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:31.378634 [ 4 ] {535b7f1a-73bc-4740-b0a3-c04dccd12d79} executeQuery: Read 1250 rows, 105.99 KiB in 0.002679 sec., 466592.0119447555 rows/sec., 38.64 MiB/sec. 2025.12.24 02:33:31.378688 [ 4 ] {535b7f1a-73bc-4740-b0a3-c04dccd12d79} TCPHandler: Processed in 0.002893976 sec. 2025.12.24 02:33:31.378841 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:31.378965 [ 4 ] {0c63bb6e-4fdc-4d91-8e33-849c88270dcb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:31.379020 [ 4 ] {0c63bb6e-4fdc-4d91-8e33-849c88270dcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:31.379552 [ 4 ] {0c63bb6e-4fdc-4d91-8e33-849c88270dcb} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:31.379598 [ 4 ] {0c63bb6e-4fdc-4d91-8e33-849c88270dcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:31.380026 [ 4 ] {0c63bb6e-4fdc-4d91-8e33-849c88270dcb} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:33:31.380338 [ 4 ] {0c63bb6e-4fdc-4d91-8e33-849c88270dcb} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:31.380524 [ 4 ] {0c63bb6e-4fdc-4d91-8e33-849c88270dcb} executeQuery: Read 30 rows, 2.23 KiB in 0.001584 sec., 18939.39393939394 rows/sec., 1.38 MiB/sec. 2025.12.24 02:33:31.380576 [ 4 ] {0c63bb6e-4fdc-4d91-8e33-849c88270dcb} TCPHandler: Processed in 0.001797518 sec. 2025.12.24 02:33:31.380708 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:31.380828 [ 4 ] {b7276761-ae11-4170-a7ff-ce7e4ff96e18} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:33:31.380880 [ 4 ] {b7276761-ae11-4170-a7ff-ce7e4ff96e18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:33:31.381474 [ 4 ] {b7276761-ae11-4170-a7ff-ce7e4ff96e18} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:31.381517 [ 4 ] {b7276761-ae11-4170-a7ff-ce7e4ff96e18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:31.381855 [ 4 ] {b7276761-ae11-4170-a7ff-ce7e4ff96e18} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:33:31.382110 [ 4 ] {b7276761-ae11-4170-a7ff-ce7e4ff96e18} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:31.382248 [ 4 ] {b7276761-ae11-4170-a7ff-ce7e4ff96e18} executeQuery: Read 228 rows, 15.81 KiB in 0.001445 sec., 157785.46712802767 rows/sec., 10.68 MiB/sec. 2025.12.24 02:33:31.382287 [ 4 ] {b7276761-ae11-4170-a7ff-ce7e4ff96e18} TCPHandler: Processed in 0.001639556 sec. 2025.12.24 02:33:31.382417 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:31.382526 [ 4 ] {dbfa5c9f-7a8a-4f45-9d28-3869f12f7030} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:31.382584 [ 4 ] {dbfa5c9f-7a8a-4f45-9d28-3869f12f7030} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:31.383285 [ 4 ] {dbfa5c9f-7a8a-4f45-9d28-3869f12f7030} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:31.383317 [ 4 ] {dbfa5c9f-7a8a-4f45-9d28-3869f12f7030} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:31.383738 [ 4 ] {dbfa5c9f-7a8a-4f45-9d28-3869f12f7030} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:33:31.384069 [ 4 ] {dbfa5c9f-7a8a-4f45-9d28-3869f12f7030} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:31.384233 [ 4 ] {dbfa5c9f-7a8a-4f45-9d28-3869f12f7030} executeQuery: Read 550 rows, 41.81 KiB in 0.001731 sec., 317735.413056037 rows/sec., 23.59 MiB/sec. 2025.12.24 02:33:31.384287 [ 4 ] {dbfa5c9f-7a8a-4f45-9d28-3869f12f7030} TCPHandler: Processed in 0.00192043 sec. 2025.12.24 02:33:31.384426 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:31.384530 [ 4 ] {d27721e9-0cce-4c43-9c84-ce94c8384fb8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:31.384581 [ 4 ] {d27721e9-0cce-4c43-9c84-ce94c8384fb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:31.385329 [ 4 ] {d27721e9-0cce-4c43-9c84-ce94c8384fb8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:31.385372 [ 4 ] {d27721e9-0cce-4c43-9c84-ce94c8384fb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:31.385833 [ 4 ] {d27721e9-0cce-4c43-9c84-ce94c8384fb8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:33:31.386150 [ 4 ] {d27721e9-0cce-4c43-9c84-ce94c8384fb8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:31.386314 [ 4 ] {d27721e9-0cce-4c43-9c84-ce94c8384fb8} executeQuery: Read 846 rows, 58.31 KiB in 0.001807 sec., 468179.3027116768 rows/sec., 31.51 MiB/sec. 2025.12.24 02:33:31.386360 [ 4 ] {d27721e9-0cce-4c43-9c84-ce94c8384fb8} TCPHandler: Processed in 0.001989451 sec. 2025.12.24 02:33:31.386505 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:31.386608 [ 4 ] {3d721304-0d06-40ba-9009-0136aea20bf2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:31.386673 [ 4 ] {3d721304-0d06-40ba-9009-0136aea20bf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:31.387715 [ 4 ] {3d721304-0d06-40ba-9009-0136aea20bf2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:31.387759 [ 4 ] {3d721304-0d06-40ba-9009-0136aea20bf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:31.388490 [ 4 ] {3d721304-0d06-40ba-9009-0136aea20bf2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:33:31.388795 [ 4 ] {3d721304-0d06-40ba-9009-0136aea20bf2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:31.388982 [ 4 ] {3d721304-0d06-40ba-9009-0136aea20bf2} executeQuery: Read 26 rows, 47.71 KiB in 0.002394 sec., 10860.484544695071 rows/sec., 19.46 MiB/sec. 2025.12.24 02:33:31.389059 [ 4 ] {3d721304-0d06-40ba-9009-0136aea20bf2} TCPHandler: Processed in 0.002610421 sec. 2025.12.24 02:33:31.389210 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:31.389329 [ 4 ] {be348c78-f79e-4e5b-aad0-c0a0c86a5de3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:31.389377 [ 4 ] {be348c78-f79e-4e5b-aad0-c0a0c86a5de3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:31.389758 [ 4 ] {be348c78-f79e-4e5b-aad0-c0a0c86a5de3} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:31.389797 [ 4 ] {be348c78-f79e-4e5b-aad0-c0a0c86a5de3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:31.390125 [ 4 ] {be348c78-f79e-4e5b-aad0-c0a0c86a5de3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:33:31.390363 [ 4 ] {be348c78-f79e-4e5b-aad0-c0a0c86a5de3} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:31.390503 [ 4 ] {be348c78-f79e-4e5b-aad0-c0a0c86a5de3} executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. 2025.12.24 02:33:31.390547 [ 4 ] {be348c78-f79e-4e5b-aad0-c0a0c86a5de3} TCPHandler: Processed in 0.001399232 sec. 2025.12.24 02:33:31.664058 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37332 2025.12.24 02:33:31.664170 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.664197 [ 292 ] {} TCP-Session: 7fae9dce-9209-438e-ae82-103c729d34ba Authenticating user 'default' from [fd00:1122:3344:101::e]:37332 2025.12.24 02:33:31.664218 [ 292 ] {} TCP-Session: 7fae9dce-9209-438e-ae82-103c729d34ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.664231 [ 292 ] {} TCP-Session: 7fae9dce-9209-438e-ae82-103c729d34ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.664471 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54670 2025.12.24 02:33:31.664484 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52792 2025.12.24 02:33:31.664524 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60773 2025.12.24 02:33:31.664544 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39561 2025.12.24 02:33:31.664564 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35412 2025.12.24 02:33:31.664555 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50528 2025.12.24 02:33:31.664621 [ 292 ] {} TCP-Session: 7fae9dce-9209-438e-ae82-103c729d34ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:31.664546 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51653 2025.12.24 02:33:31.664675 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.664536 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32995 2025.12.24 02:33:31.664733 [ 293 ] {} TCP-Session: fb81e705-4060-4d3b-9e80-a4dfc840856a Authenticating user 'default' from [fd00:1122:3344:101::e]:54670 2025.12.24 02:33:31.664761 [ 293 ] {} TCP-Session: fb81e705-4060-4d3b-9e80-a4dfc840856a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.664774 [ 293 ] {} TCP-Session: fb81e705-4060-4d3b-9e80-a4dfc840856a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.664821 [ 292 ] {11beb565-47eb-4436-94a1-1edaa5ec8fc4} executeQuery: (from [fd00:1122:3344:101::e]:37332) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:33:31.664863 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.664903 [ 3 ] {} TCP-Session: 9083c812-e3c3-4895-91de-7a995c0bd487 Authenticating user 'default' from [fd00:1122:3344:101::e]:50528 2025.12.24 02:33:31.664926 [ 3 ] {} TCP-Session: 9083c812-e3c3-4895-91de-7a995c0bd487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.664943 [ 3 ] {} TCP-Session: 9083c812-e3c3-4895-91de-7a995c0bd487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665016 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.665056 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.665072 [ 298 ] {} TCP-Session: 669173d5-ffb4-4c58-9116-aae5ca75331b Authenticating user 'default' from [fd00:1122:3344:101::e]:39561 2025.12.24 02:33:31.665091 [ 297 ] {} TCP-Session: dbf9f974-a2e9-400d-aef8-248aad0bd26e Authenticating user 'default' from [fd00:1122:3344:101::e]:32995 2025.12.24 02:33:31.665097 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.665105 [ 298 ] {} TCP-Session: 669173d5-ffb4-4c58-9116-aae5ca75331b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665116 [ 297 ] {} TCP-Session: dbf9f974-a2e9-400d-aef8-248aad0bd26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665136 [ 290 ] {} TCP-Session: f4dd1b3a-142b-4e2f-a313-9d08bb32b99a Authenticating user 'default' from [fd00:1122:3344:101::e]:35412 2025.12.24 02:33:31.665139 [ 298 ] {} TCP-Session: 669173d5-ffb4-4c58-9116-aae5ca75331b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665151 [ 297 ] {} TCP-Session: dbf9f974-a2e9-400d-aef8-248aad0bd26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665166 [ 290 ] {} TCP-Session: f4dd1b3a-142b-4e2f-a313-9d08bb32b99a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665200 [ 290 ] {} TCP-Session: f4dd1b3a-142b-4e2f-a313-9d08bb32b99a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665265 [ 292 ] {11beb565-47eb-4436-94a1-1edaa5ec8fc4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:33:31.665309 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.665339 [ 296 ] {} TCP-Session: f7ec118e-882a-4ed7-9884-3b6ad643a3fc Authenticating user 'default' from [fd00:1122:3344:101::e]:60773 2025.12.24 02:33:31.665349 [ 292 ] {11beb565-47eb-4436-94a1-1edaa5ec8fc4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:33:31.665357 [ 296 ] {} TCP-Session: f7ec118e-882a-4ed7-9884-3b6ad643a3fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665357 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.665381 [ 296 ] {} TCP-Session: f7ec118e-882a-4ed7-9884-3b6ad643a3fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665408 [ 294 ] {} TCP-Session: 99b5b82b-e18a-49dd-a6bc-85dcc1ff7186 Authenticating user 'default' from [fd00:1122:3344:101::e]:52792 2025.12.24 02:33:31.665430 [ 294 ] {} TCP-Session: 99b5b82b-e18a-49dd-a6bc-85dcc1ff7186 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665444 [ 294 ] {} TCP-Session: 99b5b82b-e18a-49dd-a6bc-85dcc1ff7186 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665472 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.665520 [ 295 ] {} TCP-Session: 7dbfcde2-4404-42b2-9562-c48c937f0738 Authenticating user 'default' from [fd00:1122:3344:101::e]:51653 2025.12.24 02:33:31.665542 [ 295 ] {} TCP-Session: 7dbfcde2-4404-42b2-9562-c48c937f0738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665555 [ 295 ] {} TCP-Session: 7dbfcde2-4404-42b2-9562-c48c937f0738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.665776 [ 292 ] {11beb565-47eb-4436-94a1-1edaa5ec8fc4} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:33:31.666894 [ 342 ] {11beb565-47eb-4436-94a1-1edaa5ec8fc4} AggregatingTransform: Aggregating 2025.12.24 02:33:31.666951 [ 342 ] {11beb565-47eb-4436-94a1-1edaa5ec8fc4} Aggregator: Aggregation method: without_key 2025.12.24 02:33:31.666995 [ 342 ] {11beb565-47eb-4436-94a1-1edaa5ec8fc4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001085877 sec. (920.915 rows/sec., 35.97 KiB/sec.) 2025.12.24 02:33:31.667018 [ 342 ] {11beb565-47eb-4436-94a1-1edaa5ec8fc4} Aggregator: Merging aggregated data 2025.12.24 02:33:31.668249 [ 292 ] {11beb565-47eb-4436-94a1-1edaa5ec8fc4} executeQuery: Read 1 rows, 40.00 B in 0.003487 sec., 286.77946659019216 rows/sec., 11.20 KiB/sec. 2025.12.24 02:33:31.668398 [ 292 ] {11beb565-47eb-4436-94a1-1edaa5ec8fc4} TCPHandler: Processed in 0.003918272 sec. 2025.12.24 02:33:31.668506 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.668537 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.668556 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.668539 [ 292 ] {} TCP-Session: 7fae9dce-9209-438e-ae82-103c729d34ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.668582 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.668602 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.668631 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.668632 [ 296 ] {} TCP-Session: f7ec118e-882a-4ed7-9884-3b6ad643a3fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.668663 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.668679 [ 290 ] {} TCP-Session: f4dd1b3a-142b-4e2f-a313-9d08bb32b99a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.668680 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.668701 [ 298 ] {} TCP-Session: 669173d5-ffb4-4c58-9116-aae5ca75331b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.668660 [ 294 ] {} TCP-Session: 99b5b82b-e18a-49dd-a6bc-85dcc1ff7186 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.668730 [ 3 ] {} TCP-Session: 9083c812-e3c3-4895-91de-7a995c0bd487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.668646 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.668597 [ 297 ] {} TCP-Session: dbf9f974-a2e9-400d-aef8-248aad0bd26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.668585 [ 293 ] {} TCP-Session: fb81e705-4060-4d3b-9e80-a4dfc840856a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.668824 [ 295 ] {} TCP-Session: 7dbfcde2-4404-42b2-9562-c48c937f0738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.770901 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47276 2025.12.24 02:33:31.771004 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.771029 [ 292 ] {} TCP-Session: ee2470a2-72c9-42a6-9186-86cf8ff9c02a Authenticating user 'default' from [fd00:1122:3344:101::e]:47276 2025.12.24 02:33:31.771050 [ 292 ] {} TCP-Session: ee2470a2-72c9-42a6-9186-86cf8ff9c02a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771063 [ 292 ] {} TCP-Session: ee2470a2-72c9-42a6-9186-86cf8ff9c02a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771285 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44794 2025.12.24 02:33:31.771311 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36043 2025.12.24 02:33:31.771325 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40707 2025.12.24 02:33:31.771373 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43902 2025.12.24 02:33:31.771398 [ 292 ] {} TCP-Session: ee2470a2-72c9-42a6-9186-86cf8ff9c02a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:31.771424 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.771424 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.771362 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38810 2025.12.24 02:33:31.771478 [ 293 ] {} TCP-Session: 6fdd761d-47e9-484f-ae65-c9392882da04 Authenticating user 'default' from [fd00:1122:3344:101::e]:44794 2025.12.24 02:33:31.771483 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.771486 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.771517 [ 293 ] {} TCP-Session: 6fdd761d-47e9-484f-ae65-c9392882da04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771537 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.771533 [ 290 ] {} TCP-Session: 03c765d3-318f-4365-b538-c61b6e8028c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:43902 2025.12.24 02:33:31.771553 [ 298 ] {} TCP-Session: 56741096-24ce-48cd-853a-4a133cbc801c Authenticating user 'default' from [fd00:1122:3344:101::e]:40707 2025.12.24 02:33:31.771567 [ 3 ] {} TCP-Session: b425ebf8-19d9-4a29-84ad-e14ba7cab2bb Authenticating user 'default' from [fd00:1122:3344:101::e]:38810 2025.12.24 02:33:31.771586 [ 290 ] {} TCP-Session: 03c765d3-318f-4365-b538-c61b6e8028c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771603 [ 298 ] {} TCP-Session: 56741096-24ce-48cd-853a-4a133cbc801c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771623 [ 290 ] {} TCP-Session: 03c765d3-318f-4365-b538-c61b6e8028c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771639 [ 298 ] {} TCP-Session: 56741096-24ce-48cd-853a-4a133cbc801c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771587 [ 292 ] {206c6093-f9fb-40f8-9daa-430edd3fe2e8} executeQuery: (from [fd00:1122:3344:101::e]:47276) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:33:31.771555 [ 293 ] {} TCP-Session: 6fdd761d-47e9-484f-ae65-c9392882da04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771468 [ 297 ] {} TCP-Session: 67cff894-0e1e-4085-939f-e19f6e569c96 Authenticating user 'default' from [fd00:1122:3344:101::e]:36043 2025.12.24 02:33:31.771312 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45707 2025.12.24 02:33:31.771735 [ 297 ] {} TCP-Session: 67cff894-0e1e-4085-939f-e19f6e569c96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771298 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60600 2025.12.24 02:33:31.771794 [ 297 ] {} TCP-Session: 67cff894-0e1e-4085-939f-e19f6e569c96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771297 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33935 2025.12.24 02:33:31.771847 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.771612 [ 3 ] {} TCP-Session: b425ebf8-19d9-4a29-84ad-e14ba7cab2bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771876 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.771889 [ 295 ] {} TCP-Session: 1d51bd62-6349-4a24-ac61-a98e33b50a23 Authenticating user 'default' from [fd00:1122:3344:101::e]:45707 2025.12.24 02:33:31.771911 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.771919 [ 294 ] {} TCP-Session: bb9abef3-9d14-49c0-b73a-76293f8a2c90 Authenticating user 'default' from [fd00:1122:3344:101::e]:60600 2025.12.24 02:33:31.771935 [ 292 ] {206c6093-f9fb-40f8-9daa-430edd3fe2e8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:33:31.771951 [ 296 ] {} TCP-Session: eb1f26ce-9ab2-4259-b6b5-eb37b3af49b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:33935 2025.12.24 02:33:31.771958 [ 294 ] {} TCP-Session: bb9abef3-9d14-49c0-b73a-76293f8a2c90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771989 [ 296 ] {} TCP-Session: eb1f26ce-9ab2-4259-b6b5-eb37b3af49b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.772002 [ 294 ] {} TCP-Session: bb9abef3-9d14-49c0-b73a-76293f8a2c90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.772009 [ 292 ] {206c6093-f9fb-40f8-9daa-430edd3fe2e8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:33:31.772014 [ 296 ] {} TCP-Session: eb1f26ce-9ab2-4259-b6b5-eb37b3af49b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771937 [ 295 ] {} TCP-Session: 1d51bd62-6349-4a24-ac61-a98e33b50a23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.771899 [ 3 ] {} TCP-Session: b425ebf8-19d9-4a29-84ad-e14ba7cab2bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.772066 [ 295 ] {} TCP-Session: 1d51bd62-6349-4a24-ac61-a98e33b50a23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.772313 [ 292 ] {206c6093-f9fb-40f8-9daa-430edd3fe2e8} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:33:31.773318 [ 309 ] {206c6093-f9fb-40f8-9daa-430edd3fe2e8} AggregatingTransform: Aggregating 2025.12.24 02:33:31.773375 [ 309 ] {206c6093-f9fb-40f8-9daa-430edd3fe2e8} Aggregator: Aggregation method: without_key 2025.12.24 02:33:31.773416 [ 309 ] {206c6093-f9fb-40f8-9daa-430edd3fe2e8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000997996 sec. (1002.008 rows/sec., 39.14 KiB/sec.) 2025.12.24 02:33:31.773440 [ 309 ] {206c6093-f9fb-40f8-9daa-430edd3fe2e8} Aggregator: Merging aggregated data 2025.12.24 02:33:31.775083 [ 292 ] {206c6093-f9fb-40f8-9daa-430edd3fe2e8} executeQuery: Read 1 rows, 40.00 B in 0.003554 sec., 281.37310073157005 rows/sec., 10.99 KiB/sec. 2025.12.24 02:33:31.775236 [ 292 ] {206c6093-f9fb-40f8-9daa-430edd3fe2e8} TCPHandler: Processed in 0.003950543 sec. 2025.12.24 02:33:31.775348 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.775376 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.775383 [ 292 ] {} TCP-Session: ee2470a2-72c9-42a6-9186-86cf8ff9c02a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.775401 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.775423 [ 293 ] {} TCP-Session: 6fdd761d-47e9-484f-ae65-c9392882da04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.775420 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.775447 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.775471 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.775490 [ 297 ] {} TCP-Session: 67cff894-0e1e-4085-939f-e19f6e569c96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.775498 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.775519 [ 294 ] {} TCP-Session: bb9abef3-9d14-49c0-b73a-76293f8a2c90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.775552 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.775564 [ 3 ] {} TCP-Session: b425ebf8-19d9-4a29-84ad-e14ba7cab2bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.775515 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.775596 [ 290 ] {} TCP-Session: 03c765d3-318f-4365-b538-c61b6e8028c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.775457 [ 295 ] {} TCP-Session: 1d51bd62-6349-4a24-ac61-a98e33b50a23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.775646 [ 296 ] {} TCP-Session: eb1f26ce-9ab2-4259-b6b5-eb37b3af49b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.775525 [ 298 ] {} TCP-Session: 56741096-24ce-48cd-853a-4a133cbc801c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.826585 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58812 2025.12.24 02:33:31.826684 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.826710 [ 292 ] {} TCP-Session: 425baebf-3522-463e-a55a-4a9cd559934e Authenticating user 'default' from [fd00:1122:3344:101::e]:58812 2025.12.24 02:33:31.826733 [ 292 ] {} TCP-Session: 425baebf-3522-463e-a55a-4a9cd559934e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.826746 [ 292 ] {} TCP-Session: 425baebf-3522-463e-a55a-4a9cd559934e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.826972 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49391 2025.12.24 02:33:31.826994 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40051 2025.12.24 02:33:31.827036 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45777 2025.12.24 02:33:31.827041 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45553 2025.12.24 02:33:31.827065 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52924 2025.12.24 02:33:31.827091 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.827112 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55211 2025.12.24 02:33:31.827115 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.827135 [ 293 ] {} TCP-Session: f623107a-3d4e-4504-ac00-666cc7293bbe Authenticating user 'default' from [fd00:1122:3344:101::e]:49391 2025.12.24 02:33:31.827166 [ 296 ] {} TCP-Session: e0add65c-d189-482c-bc56-a4a2ae44ee7f Authenticating user 'default' from [fd00:1122:3344:101::e]:45777 2025.12.24 02:33:31.827169 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.827188 [ 293 ] {} TCP-Session: f623107a-3d4e-4504-ac00-666cc7293bbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827186 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.827212 [ 293 ] {} TCP-Session: f623107a-3d4e-4504-ac00-666cc7293bbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827211 [ 297 ] {} TCP-Session: 7cfb1e88-9330-4884-86dd-8ed302f2f3cf Authenticating user 'default' from [fd00:1122:3344:101::e]:52924 2025.12.24 02:33:31.827229 [ 3 ] {} TCP-Session: bd1a2e8c-846c-435c-92e9-6df467acdef6 Authenticating user 'default' from [fd00:1122:3344:101::e]:55211 2025.12.24 02:33:31.827246 [ 297 ] {} TCP-Session: 7cfb1e88-9330-4884-86dd-8ed302f2f3cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827197 [ 296 ] {} TCP-Session: e0add65c-d189-482c-bc56-a4a2ae44ee7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827258 [ 3 ] {} TCP-Session: bd1a2e8c-846c-435c-92e9-6df467acdef6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827294 [ 296 ] {} TCP-Session: e0add65c-d189-482c-bc56-a4a2ae44ee7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827308 [ 3 ] {} TCP-Session: bd1a2e8c-846c-435c-92e9-6df467acdef6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827168 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.827119 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60623 2025.12.24 02:33:31.827115 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.827400 [ 295 ] {} TCP-Session: 1c1f5431-853e-4f49-a592-fa813237e1c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:45553 2025.12.24 02:33:31.827267 [ 297 ] {} TCP-Session: 7cfb1e88-9330-4884-86dd-8ed302f2f3cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827434 [ 294 ] {} TCP-Session: c6921c22-d998-4674-a04c-88b6f5c6864d Authenticating user 'default' from [fd00:1122:3344:101::e]:40051 2025.12.24 02:33:31.827450 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.827480 [ 294 ] {} TCP-Session: c6921c22-d998-4674-a04c-88b6f5c6864d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827490 [ 290 ] {} TCP-Session: 10f507be-132a-473b-afdb-924a4e71861f Authenticating user 'default' from [fd00:1122:3344:101::e]:60623 2025.12.24 02:33:31.827497 [ 294 ] {} TCP-Session: c6921c22-d998-4674-a04c-88b6f5c6864d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827509 [ 290 ] {} TCP-Session: 10f507be-132a-473b-afdb-924a4e71861f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827449 [ 295 ] {} TCP-Session: 1c1f5431-853e-4f49-a592-fa813237e1c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827525 [ 290 ] {} TCP-Session: 10f507be-132a-473b-afdb-924a4e71861f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827553 [ 295 ] {} TCP-Session: 1c1f5431-853e-4f49-a592-fa813237e1c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827108 [ 292 ] {} TCP-Session: 425baebf-3522-463e-a55a-4a9cd559934e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:31.827096 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42971 2025.12.24 02:33:31.827670 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:33:31.827691 [ 298 ] {} TCP-Session: c31b86e3-7f02-4f8e-8d15-efe830e9e676 Authenticating user 'default' from [fd00:1122:3344:101::e]:42971 2025.12.24 02:33:31.827706 [ 298 ] {} TCP-Session: c31b86e3-7f02-4f8e-8d15-efe830e9e676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827719 [ 298 ] {} TCP-Session: c31b86e3-7f02-4f8e-8d15-efe830e9e676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.827750 [ 292 ] {a8f5bb68-7488-46d5-b45a-3d99843a02dc} executeQuery: (from [fd00:1122:3344:101::e]:58812) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:33:31.828013 [ 292 ] {a8f5bb68-7488-46d5-b45a-3d99843a02dc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:33:31.828067 [ 292 ] {a8f5bb68-7488-46d5-b45a-3d99843a02dc} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:33:31.828338 [ 292 ] {a8f5bb68-7488-46d5-b45a-3d99843a02dc} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:33:31.829310 [ 313 ] {a8f5bb68-7488-46d5-b45a-3d99843a02dc} AggregatingTransform: Aggregating 2025.12.24 02:33:31.829360 [ 313 ] {a8f5bb68-7488-46d5-b45a-3d99843a02dc} Aggregator: Aggregation method: without_key 2025.12.24 02:33:31.829407 [ 313 ] {a8f5bb68-7488-46d5-b45a-3d99843a02dc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000969546 sec. (1031.411 rows/sec., 40.29 KiB/sec.) 2025.12.24 02:33:31.829426 [ 313 ] {a8f5bb68-7488-46d5-b45a-3d99843a02dc} Aggregator: Merging aggregated data 2025.12.24 02:33:31.830795 [ 292 ] {a8f5bb68-7488-46d5-b45a-3d99843a02dc} executeQuery: Read 1 rows, 40.00 B in 0.003096 sec., 322.99741602067184 rows/sec., 12.62 KiB/sec. 2025.12.24 02:33:31.830943 [ 292 ] {a8f5bb68-7488-46d5-b45a-3d99843a02dc} TCPHandler: Processed in 0.003959923 sec. 2025.12.24 02:33:31.831078 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.831106 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.831108 [ 292 ] {} TCP-Session: 425baebf-3522-463e-a55a-4a9cd559934e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.831133 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.831151 [ 293 ] {} TCP-Session: f623107a-3d4e-4504-ac00-666cc7293bbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.831163 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.831182 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.831203 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.831221 [ 290 ] {} TCP-Session: 10f507be-132a-473b-afdb-924a4e71861f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.831229 [ 294 ] {} TCP-Session: c6921c22-d998-4674-a04c-88b6f5c6864d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.831240 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.831256 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.831282 [ 298 ] {} TCP-Session: c31b86e3-7f02-4f8e-8d15-efe830e9e676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.831255 [ 295 ] {} TCP-Session: 1c1f5431-853e-4f49-a592-fa813237e1c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.831309 [ 3 ] {} TCP-Session: bd1a2e8c-846c-435c-92e9-6df467acdef6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.831216 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 02:33:31.831179 [ 296 ] {} TCP-Session: e0add65c-d189-482c-bc56-a4a2ae44ee7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:31.831366 [ 297 ] {} TCP-Session: 7cfb1e88-9330-4884-86dd-8ed302f2f3cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:33:32.000327 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 235.46 MiB, peak 243.54 MiB, free memory in arenas 0.00 B, will set to 234.30 MiB (RSS), difference: -1.16 MiB 2025.12.24 02:33:32.226787 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8079 2025.12.24 02:33:32.227350 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:32.227397 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:32.227934 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:33:32.228176 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:32.228319 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8079 2025.12.24 02:33:32.699061 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2025.12.24 02:33:32.714948 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:32.715019 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:32.720857 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:33:32.721614 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:32.724882 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2025.12.24 02:33:34.740101 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 480 2025.12.24 02:33:34.742599 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:34.742647 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:34.743820 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:33:34.744079 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:34.744335 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 480 2025.12.24 02:33:36.321900 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:36.322102 [ 4 ] {170cdbbc-232c-428c-8614-127cd248309e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:36.322171 [ 4 ] {170cdbbc-232c-428c-8614-127cd248309e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:36.322854 [ 4 ] {170cdbbc-232c-428c-8614-127cd248309e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:36.322897 [ 4 ] {170cdbbc-232c-428c-8614-127cd248309e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:36.323274 [ 4 ] {170cdbbc-232c-428c-8614-127cd248309e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:33:36.323497 [ 4 ] {170cdbbc-232c-428c-8614-127cd248309e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:36.323650 [ 4 ] {170cdbbc-232c-428c-8614-127cd248309e} executeQuery: Read 84 rows, 7.20 KiB in 0.0016 sec., 52500 rows/sec., 4.39 MiB/sec. 2025.12.24 02:33:36.323695 [ 4 ] {170cdbbc-232c-428c-8614-127cd248309e} TCPHandler: Processed in 0.00192028 sec. 2025.12.24 02:33:36.323814 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:36.323913 [ 4 ] {01cc96c6-fc4b-4a80-80e2-cdca01f2e512} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:36.323956 [ 4 ] {01cc96c6-fc4b-4a80-80e2-cdca01f2e512} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:36.324356 [ 4 ] {01cc96c6-fc4b-4a80-80e2-cdca01f2e512} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:36.324392 [ 4 ] {01cc96c6-fc4b-4a80-80e2-cdca01f2e512} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:36.324684 [ 4 ] {01cc96c6-fc4b-4a80-80e2-cdca01f2e512} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:33:36.324894 [ 4 ] {01cc96c6-fc4b-4a80-80e2-cdca01f2e512} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:36.325027 [ 4 ] {01cc96c6-fc4b-4a80-80e2-cdca01f2e512} executeQuery: Read 14 rows, 1.05 KiB in 0.001137 sec., 12313.104661389621 rows/sec., 925.89 KiB/sec. 2025.12.24 02:33:36.325064 [ 4 ] {01cc96c6-fc4b-4a80-80e2-cdca01f2e512} TCPHandler: Processed in 0.001299771 sec. 2025.12.24 02:33:36.325162 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:36.325253 [ 4 ] {7cb815ed-121f-42e2-b608-b9c59c20a0bc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:36.325292 [ 4 ] {7cb815ed-121f-42e2-b608-b9c59c20a0bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:36.325693 [ 4 ] {7cb815ed-121f-42e2-b608-b9c59c20a0bc} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:36.325728 [ 4 ] {7cb815ed-121f-42e2-b608-b9c59c20a0bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:36.326021 [ 4 ] {7cb815ed-121f-42e2-b608-b9c59c20a0bc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:33:36.326215 [ 4 ] {7cb815ed-121f-42e2-b608-b9c59c20a0bc} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:36.326342 [ 4 ] {7cb815ed-121f-42e2-b608-b9c59c20a0bc} executeQuery: Read 78 rows, 6.24 KiB in 0.001108 sec., 70397.1119133574 rows/sec., 5.50 MiB/sec. 2025.12.24 02:33:36.326379 [ 4 ] {7cb815ed-121f-42e2-b608-b9c59c20a0bc} TCPHandler: Processed in 0.00126368 sec. 2025.12.24 02:33:36.326487 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:36.326578 [ 4 ] {c858f77e-a65c-4395-909b-55ca5055c711} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:36.326620 [ 4 ] {c858f77e-a65c-4395-909b-55ca5055c711} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:36.327029 [ 4 ] {c858f77e-a65c-4395-909b-55ca5055c711} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:36.327064 [ 4 ] {c858f77e-a65c-4395-909b-55ca5055c711} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:36.327386 [ 4 ] {c858f77e-a65c-4395-909b-55ca5055c711} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:33:36.327585 [ 4 ] {c858f77e-a65c-4395-909b-55ca5055c711} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:36.327713 [ 4 ] {c858f77e-a65c-4395-909b-55ca5055c711} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2025.12.24 02:33:36.327749 [ 4 ] {c858f77e-a65c-4395-909b-55ca5055c711} TCPHandler: Processed in 0.001308521 sec. 2025.12.24 02:33:36.327855 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:36.327945 [ 4 ] {584e492a-c43b-433c-b09b-f6ecec5bc139} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:36.327998 [ 4 ] {584e492a-c43b-433c-b09b-f6ecec5bc139} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:36.328726 [ 4 ] {584e492a-c43b-433c-b09b-f6ecec5bc139} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:36.328762 [ 4 ] {584e492a-c43b-433c-b09b-f6ecec5bc139} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:36.329266 [ 4 ] {584e492a-c43b-433c-b09b-f6ecec5bc139} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:33:36.329480 [ 4 ] {584e492a-c43b-433c-b09b-f6ecec5bc139} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:36.329614 [ 4 ] {584e492a-c43b-433c-b09b-f6ecec5bc139} executeQuery: Read 14 rows, 25.69 KiB in 0.001687 sec., 8298.755186721992 rows/sec., 14.87 MiB/sec. 2025.12.24 02:33:36.329671 [ 4 ] {584e492a-c43b-433c-b09b-f6ecec5bc139} TCPHandler: Processed in 0.001863229 sec. 2025.12.24 02:33:36.329780 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:36.329873 [ 4 ] {98adbc87-a5cd-4e2a-a349-efe3c1926e39} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:36.329913 [ 4 ] {98adbc87-a5cd-4e2a-a349-efe3c1926e39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:36.330232 [ 4 ] {98adbc87-a5cd-4e2a-a349-efe3c1926e39} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:36.330267 [ 4 ] {98adbc87-a5cd-4e2a-a349-efe3c1926e39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:36.330554 [ 4 ] {98adbc87-a5cd-4e2a-a349-efe3c1926e39} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:33:36.330752 [ 4 ] {98adbc87-a5cd-4e2a-a349-efe3c1926e39} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:36.330877 [ 4 ] {98adbc87-a5cd-4e2a-a349-efe3c1926e39} executeQuery: Read 60 rows, 4.14 KiB in 0.001023 sec., 58651.026392961874 rows/sec., 3.95 MiB/sec. 2025.12.24 02:33:36.330911 [ 4 ] {98adbc87-a5cd-4e2a-a349-efe3c1926e39} TCPHandler: Processed in 0.001177959 sec. 2025.12.24 02:33:39.651580 [ 108 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:33:39.651638 [ 108 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:33:39.728469 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8527 2025.12.24 02:33:39.728982 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:39.729021 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:39.729478 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:33:39.729708 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:39.729837 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8527 2025.12.24 02:33:40.225017 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2025.12.24 02:33:40.241002 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:40.241053 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:40.247176 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:33:40.247872 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:40.250605 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.12.24 02:33:41.322492 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:41.322747 [ 4 ] {59b5bc4d-63c7-4eeb-8109-6ec252100c30} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:41.322846 [ 4 ] {59b5bc4d-63c7-4eeb-8109-6ec252100c30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:41.323603 [ 4 ] {59b5bc4d-63c7-4eeb-8109-6ec252100c30} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:41.323652 [ 4 ] {59b5bc4d-63c7-4eeb-8109-6ec252100c30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:41.324059 [ 4 ] {59b5bc4d-63c7-4eeb-8109-6ec252100c30} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:33:41.324299 [ 4 ] {59b5bc4d-63c7-4eeb-8109-6ec252100c30} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:41.324463 [ 4 ] {59b5bc4d-63c7-4eeb-8109-6ec252100c30} executeQuery: Read 108 rows, 9.29 KiB in 0.001785 sec., 60504.201680672275 rows/sec., 5.08 MiB/sec. 2025.12.24 02:33:41.324514 [ 4 ] {59b5bc4d-63c7-4eeb-8109-6ec252100c30} TCPHandler: Processed in 0.002185024 sec. 2025.12.24 02:33:41.324639 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:41.324743 [ 4 ] {cc8c2444-9323-40ed-ae27-f453d93c115f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:41.324788 [ 4 ] {cc8c2444-9323-40ed-ae27-f453d93c115f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:41.325209 [ 4 ] {cc8c2444-9323-40ed-ae27-f453d93c115f} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:41.325248 [ 4 ] {cc8c2444-9323-40ed-ae27-f453d93c115f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:41.325564 [ 4 ] {cc8c2444-9323-40ed-ae27-f453d93c115f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:33:41.325776 [ 4 ] {cc8c2444-9323-40ed-ae27-f453d93c115f} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:41.325913 [ 4 ] {cc8c2444-9323-40ed-ae27-f453d93c115f} executeQuery: Read 26 rows, 1.96 KiB in 0.001195 sec., 21757.322175732217 rows/sec., 1.60 MiB/sec. 2025.12.24 02:33:41.325953 [ 4 ] {cc8c2444-9323-40ed-ae27-f453d93c115f} TCPHandler: Processed in 0.001366701 sec. 2025.12.24 02:33:41.326057 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:41.326151 [ 4 ] {05107b38-f899-4952-b12c-49336450eecb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:41.326192 [ 4 ] {05107b38-f899-4952-b12c-49336450eecb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:41.326616 [ 4 ] {05107b38-f899-4952-b12c-49336450eecb} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:41.326653 [ 4 ] {05107b38-f899-4952-b12c-49336450eecb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:41.326971 [ 4 ] {05107b38-f899-4952-b12c-49336450eecb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:33:41.327195 [ 4 ] {05107b38-f899-4952-b12c-49336450eecb} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:41.327338 [ 4 ] {05107b38-f899-4952-b12c-49336450eecb} executeQuery: Read 90 rows, 7.20 KiB in 0.001206 sec., 74626.86567164179 rows/sec., 5.83 MiB/sec. 2025.12.24 02:33:41.327378 [ 4 ] {05107b38-f899-4952-b12c-49336450eecb} TCPHandler: Processed in 0.001370722 sec. 2025.12.24 02:33:41.327488 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:41.327584 [ 4 ] {f60fdbd3-7209-4807-9e55-17ebf1dda29e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:41.327630 [ 4 ] {f60fdbd3-7209-4807-9e55-17ebf1dda29e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:41.328034 [ 4 ] {f60fdbd3-7209-4807-9e55-17ebf1dda29e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:41.328073 [ 4 ] {f60fdbd3-7209-4807-9e55-17ebf1dda29e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:41.328416 [ 4 ] {f60fdbd3-7209-4807-9e55-17ebf1dda29e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:33:41.328638 [ 4 ] {f60fdbd3-7209-4807-9e55-17ebf1dda29e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:41.328780 [ 4 ] {f60fdbd3-7209-4807-9e55-17ebf1dda29e} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2025.12.24 02:33:41.328819 [ 4 ] {f60fdbd3-7209-4807-9e55-17ebf1dda29e} TCPHandler: Processed in 0.001379542 sec. 2025.12.24 02:33:41.328941 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:41.329062 [ 4 ] {de1b973c-d2a3-4174-9004-a7f3daa7df08} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:41.329129 [ 4 ] {de1b973c-d2a3-4174-9004-a7f3daa7df08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:41.330055 [ 4 ] {de1b973c-d2a3-4174-9004-a7f3daa7df08} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:41.330094 [ 4 ] {de1b973c-d2a3-4174-9004-a7f3daa7df08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:41.330632 [ 4 ] {de1b973c-d2a3-4174-9004-a7f3daa7df08} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:33:41.330864 [ 4 ] {de1b973c-d2a3-4174-9004-a7f3daa7df08} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:41.331010 [ 4 ] {de1b973c-d2a3-4174-9004-a7f3daa7df08} executeQuery: Read 26 rows, 47.71 KiB in 0.001972 sec., 13184.584178498988 rows/sec., 23.63 MiB/sec. 2025.12.24 02:33:41.331076 [ 4 ] {de1b973c-d2a3-4174-9004-a7f3daa7df08} TCPHandler: Processed in 0.002195805 sec. 2025.12.24 02:33:41.331189 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:41.331284 [ 4 ] {17057cab-1ab1-40cd-89a2-c2a739b2309a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:41.331327 [ 4 ] {17057cab-1ab1-40cd-89a2-c2a739b2309a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:41.331661 [ 4 ] {17057cab-1ab1-40cd-89a2-c2a739b2309a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:41.331697 [ 4 ] {17057cab-1ab1-40cd-89a2-c2a739b2309a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:41.332006 [ 4 ] {17057cab-1ab1-40cd-89a2-c2a739b2309a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:33:41.332220 [ 4 ] {17057cab-1ab1-40cd-89a2-c2a739b2309a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:41.332353 [ 4 ] {17057cab-1ab1-40cd-89a2-c2a739b2309a} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.12.24 02:33:41.332390 [ 4 ] {17057cab-1ab1-40cd-89a2-c2a739b2309a} TCPHandler: Processed in 0.00125011 sec. 2025.12.24 02:33:44.744647 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 504 2025.12.24 02:33:44.747205 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:44.747258 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:44.748444 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:33:44.748713 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:44.749060 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 504 2025.12.24 02:33:46.323475 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:46.323685 [ 4 ] {2654c354-92d4-4e78-8286-a099a3785408} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:33:46.323756 [ 4 ] {2654c354-92d4-4e78-8286-a099a3785408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:33:46.324417 [ 4 ] {2654c354-92d4-4e78-8286-a099a3785408} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.324464 [ 4 ] {2654c354-92d4-4e78-8286-a099a3785408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.324850 [ 4 ] {2654c354-92d4-4e78-8286-a099a3785408} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:33:46.325069 [ 4 ] {2654c354-92d4-4e78-8286-a099a3785408} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.325199 [ 101 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 02:33:46.325227 [ 4 ] {2654c354-92d4-4e78-8286-a099a3785408} executeQuery: Read 24 rows, 2.04 KiB in 0.001594 sec., 15056.4617314931 rows/sec., 1.25 MiB/sec. 2025.12.24 02:33:46.325270 [ 101 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.325288 [ 4 ] {2654c354-92d4-4e78-8286-a099a3785408} TCPHandler: Processed in 0.001941251 sec. 2025.12.24 02:33:46.325300 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.325412 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:46.325441 [ 186 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::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.12.24 02:33:46.325516 [ 4 ] {44dd1a92-f64e-4dac-b500-4a3699630b29} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:33:46.325564 [ 4 ] {44dd1a92-f64e-4dac-b500-4a3699630b29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:33:46.325610 [ 186 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:46.325653 [ 186 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.12.24 02:33:46.325728 [ 186 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.12.24 02:33:46.325780 [ 186 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.12.24 02:33:46.325831 [ 186 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.12.24 02:33:46.325876 [ 186 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.12.24 02:33:46.325969 [ 4 ] {44dd1a92-f64e-4dac-b500-4a3699630b29} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.326011 [ 4 ] {44dd1a92-f64e-4dac-b500-4a3699630b29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.326355 [ 4 ] {44dd1a92-f64e-4dac-b500-4a3699630b29} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:33:46.326611 [ 4 ] {44dd1a92-f64e-4dac-b500-4a3699630b29} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.326748 [ 4 ] {44dd1a92-f64e-4dac-b500-4a3699630b29} executeQuery: Read 14 rows, 1.14 KiB in 0.001255 sec., 11155.378486055777 rows/sec., 909.64 KiB/sec. 2025.12.24 02:33:46.326778 [ 200 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001399402 sec., 85750.91360452537 rows/sec., 7.44 MiB/sec. 2025.12.24 02:33:46.326787 [ 4 ] {44dd1a92-f64e-4dac-b500-4a3699630b29} TCPHandler: Processed in 0.001426123 sec. 2025.12.24 02:33:46.326908 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:46.326914 [ 186 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 02:33:46.327006 [ 4 ] {bb9f5d11-0bba-4a84-8681-5cba48eded8f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:46.327051 [ 4 ] {bb9f5d11-0bba-4a84-8681-5cba48eded8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:46.327196 [ 186 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_5_1} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.327271 [ 186 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_5_1} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 02:33:46.327350 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:33:46.327561 [ 4 ] {bb9f5d11-0bba-4a84-8681-5cba48eded8f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.327601 [ 4 ] {bb9f5d11-0bba-4a84-8681-5cba48eded8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.327932 [ 4 ] {bb9f5d11-0bba-4a84-8681-5cba48eded8f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:33:46.328137 [ 4 ] {bb9f5d11-0bba-4a84-8681-5cba48eded8f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.328239 [ 101 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 02:33:46.328267 [ 4 ] {bb9f5d11-0bba-4a84-8681-5cba48eded8f} executeQuery: Read 211 rows, 19.17 KiB in 0.00128 sec., 164843.75 rows/sec., 14.63 MiB/sec. 2025.12.24 02:33:46.328275 [ 101 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.328308 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.328311 [ 4 ] {bb9f5d11-0bba-4a84-8681-5cba48eded8f} TCPHandler: Processed in 0.001450493 sec. 2025.12.24 02:33:46.328417 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:33:46.328441 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:46.328526 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:46.328538 [ 4 ] {80e02fc7-ebc0-4fe2-b9f9-b2856e30f0cc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:46.328562 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1406 rows starting from the beginning of the part 2025.12.24 02:33:46.328583 [ 4 ] {80e02fc7-ebc0-4fe2-b9f9-b2856e30f0cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:46.328629 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 84 rows starting from the beginning of the part 2025.12.24 02:33:46.328680 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1250 rows starting from the beginning of the part 2025.12.24 02:33:46.328721 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 84 rows starting from the beginning of the part 2025.12.24 02:33:46.328762 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:33:46.328811 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 211 rows starting from the beginning of the part 2025.12.24 02:33:46.328997 [ 4 ] {80e02fc7-ebc0-4fe2-b9f9-b2856e30f0cc} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.329037 [ 4 ] {80e02fc7-ebc0-4fe2-b9f9-b2856e30f0cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.329348 [ 4 ] {80e02fc7-ebc0-4fe2-b9f9-b2856e30f0cc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:33:46.329565 [ 4 ] {80e02fc7-ebc0-4fe2-b9f9-b2856e30f0cc} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.329664 [ 101 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 02:33:46.329691 [ 101 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.329698 [ 4 ] {80e02fc7-ebc0-4fe2-b9f9-b2856e30f0cc} executeQuery: Read 40 rows, 2.99 KiB in 0.001179 sec., 33927.05682782019 rows/sec., 2.48 MiB/sec. 2025.12.24 02:33:46.329707 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.329742 [ 4 ] {80e02fc7-ebc0-4fe2-b9f9-b2856e30f0cc} TCPHandler: Processed in 0.001348921 sec. 2025.12.24 02:33:46.329794 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:33:46.329855 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:46.329878 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:46.329906 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 70 rows starting from the beginning of the part 2025.12.24 02:33:46.329952 [ 4 ] {f1924cc7-62b2-4d56-bfc4-6fbc0aa3d989} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:33:46.329953 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part 2025.12.24 02:33:46.329999 [ 4 ] {f1924cc7-62b2-4d56-bfc4-6fbc0aa3d989} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:33:46.330013 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part 2025.12.24 02:33:46.330053 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2025.12.24 02:33:46.330086 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part 2025.12.24 02:33:46.330122 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2025.12.24 02:33:46.330232 [ 200 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3143 rows, containing 5 columns (5 merged, 0 gathered) in 0.00186986 sec., 1680874.5039735595 rows/sec., 147.26 MiB/sec. 2025.12.24 02:33:46.330401 [ 4 ] {f1924cc7-62b2-4d56-bfc4-6fbc0aa3d989} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.330437 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 02:33:46.330439 [ 4 ] {f1924cc7-62b2-4d56-bfc4-6fbc0aa3d989} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.330746 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_26_5} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.330817 [ 4 ] {f1924cc7-62b2-4d56-bfc4-6fbc0aa3d989} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:33:46.330825 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_26_5} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 02:33:46.330874 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.001107208 sec., 175215.49699785406 rows/sec., 13.47 MiB/sec. 2025.12.24 02:33:46.330917 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 02:33:46.331075 [ 4 ] {f1924cc7-62b2-4d56-bfc4-6fbc0aa3d989} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.331133 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 02:33:46.331219 [ 4 ] {f1924cc7-62b2-4d56-bfc4-6fbc0aa3d989} executeQuery: Read 24 rows, 2.04 KiB in 0.001284 sec., 18691.58878504673 rows/sec., 1.55 MiB/sec. 2025.12.24 02:33:46.331261 [ 4 ] {f1924cc7-62b2-4d56-bfc4-6fbc0aa3d989} TCPHandler: Processed in 0.001454153 sec. 2025.12.24 02:33:46.331367 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:46.331459 [ 4 ] {c45beba7-5ad6-46be-9d4d-9702d574daec} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:33:46.331499 [ 4 ] {c45beba7-5ad6-46be-9d4d-9702d574daec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:33:46.331558 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_21_4} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.331660 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_21_4} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 02:33:46.331763 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:33:46.331885 [ 4 ] {c45beba7-5ad6-46be-9d4d-9702d574daec} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.331925 [ 4 ] {c45beba7-5ad6-46be-9d4d-9702d574daec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.332222 [ 4 ] {c45beba7-5ad6-46be-9d4d-9702d574daec} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:33:46.332421 [ 4 ] {c45beba7-5ad6-46be-9d4d-9702d574daec} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.332512 [ 101 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 02:33:46.332541 [ 101 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.332550 [ 4 ] {c45beba7-5ad6-46be-9d4d-9702d574daec} executeQuery: Read 12 rows, 960.00 B in 0.001108 sec., 10830.324909747293 rows/sec., 846.12 KiB/sec. 2025.12.24 02:33:46.332557 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.332593 [ 4 ] {c45beba7-5ad6-46be-9d4d-9702d574daec} TCPHandler: Processed in 0.001272791 sec. 2025.12.24 02:33:46.332647 [ 189 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::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.12.24 02:33:46.332697 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:46.332747 [ 189 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:46.332782 [ 189 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.12.24 02:33:46.332792 [ 4 ] {a6afb17b-4c0a-4e0b-bcb7-288b1d9e2972} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:46.332835 [ 4 ] {a6afb17b-4c0a-4e0b-bcb7-288b1d9e2972} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:46.332841 [ 189 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2025.12.24 02:33:46.332901 [ 189 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::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.12.24 02:33:46.332945 [ 189 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.12.24 02:33:46.332985 [ 189 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::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.12.24 02:33:46.333289 [ 4 ] {a6afb17b-4c0a-4e0b-bcb7-288b1d9e2972} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.333329 [ 4 ] {a6afb17b-4c0a-4e0b-bcb7-288b1d9e2972} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.333652 [ 201 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001037916 sec., 57808.14632397997 rows/sec., 4.63 MiB/sec. 2025.12.24 02:33:46.333661 [ 4 ] {a6afb17b-4c0a-4e0b-bcb7-288b1d9e2972} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:33:46.333791 [ 189 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 02:33:46.333918 [ 4 ] {a6afb17b-4c0a-4e0b-bcb7-288b1d9e2972} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.334044 [ 101 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 02:33:46.334071 [ 101 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.334082 [ 4 ] {a6afb17b-4c0a-4e0b-bcb7-288b1d9e2972} executeQuery: Read 128 rows, 10.64 KiB in 0.001308 sec., 97859.32721712539 rows/sec., 7.94 MiB/sec. 2025.12.24 02:33:46.334085 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.334088 [ 189 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_5_1} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.334128 [ 4 ] {a6afb17b-4c0a-4e0b-bcb7-288b1d9e2972} TCPHandler: Processed in 0.001478064 sec. 2025.12.24 02:33:46.334184 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:33:46.334199 [ 189 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_5_1} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 02:33:46.334249 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:46.334278 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.12.24 02:33:46.334286 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:46.334321 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 632 rows starting from the beginning of the part 2025.12.24 02:33:46.334345 [ 4 ] {698bd966-b187-4457-8533-66db32854cbb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:46.334365 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 78 rows starting from the beginning of the part 2025.12.24 02:33:46.334392 [ 4 ] {698bd966-b187-4457-8533-66db32854cbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:46.334408 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 550 rows starting from the beginning of the part 2025.12.24 02:33:46.334451 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 78 rows starting from the beginning of the part 2025.12.24 02:33:46.334485 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:33:46.334521 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 128 rows starting from the beginning of the part 2025.12.24 02:33:46.334815 [ 4 ] {698bd966-b187-4457-8533-66db32854cbb} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.334856 [ 4 ] {698bd966-b187-4457-8533-66db32854cbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.335216 [ 4 ] {698bd966-b187-4457-8533-66db32854cbb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:33:46.335424 [ 4 ] {698bd966-b187-4457-8533-66db32854cbb} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.335482 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1556 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334441 sec., 1166031.319481341 rows/sec., 92.92 MiB/sec. 2025.12.24 02:33:46.335525 [ 101 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 02:33:46.335547 [ 101 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.335556 [ 4 ] {698bd966-b187-4457-8533-66db32854cbb} executeQuery: Read 203 rows, 14.89 KiB in 0.001229 sec., 165174.93897477625 rows/sec., 11.83 MiB/sec. 2025.12.24 02:33:46.335562 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.335599 [ 4 ] {698bd966-b187-4457-8533-66db32854cbb} TCPHandler: Processed in 0.001397912 sec. 2025.12.24 02:33:46.335641 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 02:33:46.335669 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:33:46.335715 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:46.335797 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:46.335814 [ 4 ] {d7aadee2-96b7-44dc-9a65-e8ae1db28143} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:46.335845 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6140 rows starting from the beginning of the part 2025.12.24 02:33:46.335875 [ 4 ] {d7aadee2-96b7-44dc-9a65-e8ae1db28143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:46.335892 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_26_5} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.335930 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2025.12.24 02:33:46.335966 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_26_5} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 02:33:46.335991 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 846 rows starting from the beginning of the part 2025.12.24 02:33:46.336037 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:33:46.336049 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2025.12.24 02:33:46.336105 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:33:46.336161 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 203 rows starting from the beginning of the part 2025.12.24 02:33:46.336679 [ 4 ] {d7aadee2-96b7-44dc-9a65-e8ae1db28143} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.336719 [ 4 ] {d7aadee2-96b7-44dc-9a65-e8ae1db28143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.337314 [ 4 ] {d7aadee2-96b7-44dc-9a65-e8ae1db28143} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:33:46.337547 [ 4 ] {d7aadee2-96b7-44dc-9a65-e8ae1db28143} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.337657 [ 101 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 02:33:46.337690 [ 101 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.337696 [ 4 ] {d7aadee2-96b7-44dc-9a65-e8ae1db28143} executeQuery: Read 14 rows, 25.69 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 13.20 MiB/sec. 2025.12.24 02:33:46.337710 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.337767 [ 4 ] {d7aadee2-96b7-44dc-9a65-e8ae1db28143} TCPHandler: Processed in 0.002099693 sec. 2025.12.24 02:33:46.337798 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::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.12.24 02:33:46.337883 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:46.337979 [ 4 ] {33f81284-322e-4b26-a598-d1ae5e7fd073} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:46.338001 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:46.338019 [ 4 ] {33f81284-322e-4b26-a598-d1ae5e7fd073} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:46.338055 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 255 rows starting from the beginning of the part 2025.12.24 02:33:46.338172 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part 2025.12.24 02:33:46.338278 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part 2025.12.24 02:33:46.338380 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2025.12.24 02:33:46.338402 [ 4 ] {33f81284-322e-4b26-a598-d1ae5e7fd073} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.338440 [ 4 ] {33f81284-322e-4b26-a598-d1ae5e7fd073} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.338476 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part 2025.12.24 02:33:46.338578 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part 2025.12.24 02:33:46.338783 [ 4 ] {33f81284-322e-4b26-a598-d1ae5e7fd073} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:33:46.338893 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 7669 rows, containing 5 columns (5 merged, 0 gathered) in 0.003265232 sec., 2348684.565139629 rows/sec., 161.45 MiB/sec. 2025.12.24 02:33:46.339035 [ 4 ] {33f81284-322e-4b26-a598-d1ae5e7fd073} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.339142 [ 101 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 02:33:46.339170 [ 4 ] {33f81284-322e-4b26-a598-d1ae5e7fd073} executeQuery: Read 60 rows, 4.14 KiB in 0.001209 sec., 49627.79156327544 rows/sec., 3.34 MiB/sec. 2025.12.24 02:33:46.339172 [ 101 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:46.339207 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:46.339211 [ 4 ] {33f81284-322e-4b26-a598-d1ae5e7fd073} TCPHandler: Processed in 0.001375972 sec. 2025.12.24 02:33:46.339285 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:33:46.339388 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:46.339415 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1188 rows starting from the beginning of the part 2025.12.24 02:33:46.339431 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 02:33:46.339462 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2025.12.24 02:33:46.339503 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:33:46.339538 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2025.12.24 02:33:46.339573 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:33:46.339617 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2025.12.24 02:33:46.339775 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_26_5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.339858 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_26_5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 02:33:46.339929 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2025.12.24 02:33:46.340578 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1488 rows, containing 4 columns (4 merged, 0 gathered) in 0.001319881 sec., 1127374.3617795848 rows/sec., 75.98 MiB/sec. 2025.12.24 02:33:46.340848 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 02:33:46.341109 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_26_5} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.341177 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_26_5} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 02:33:46.341248 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:33:46.341908 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 349 rows, containing 19 columns (19 merged, 0 gathered) in 0.004186247 sec., 83368.22934719332 rows/sec., 149.39 MiB/sec. 2025.12.24 02:33:46.342642 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 02:33:46.342990 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_21_4} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:46.343065 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_21_4} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 02:33:46.343154 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. 2025.12.24 02:33:47.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 236.81 MiB, peak 246.42 MiB, free memory in arenas 0.00 B, will set to 238.32 MiB (RSS), difference: 1.52 MiB 2025.12.24 02:33:47.230037 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9039 2025.12.24 02:33:47.230871 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:47.230950 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:47.231610 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:33:47.231866 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:47.232018 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9039 2025.12.24 02:33:47.750793 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.12.24 02:33:47.767658 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:47.767707 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:47.774155 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:33:47.774896 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:47.777732 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.12.24 02:33:51.322349 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:51.322557 [ 4 ] {33fbe0dc-e621-44d0-a6e7-847294ef800d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:51.322629 [ 4 ] {33fbe0dc-e621-44d0-a6e7-847294ef800d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:51.323348 [ 4 ] {33fbe0dc-e621-44d0-a6e7-847294ef800d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:51.323402 [ 4 ] {33fbe0dc-e621-44d0-a6e7-847294ef800d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:51.323802 [ 4 ] {33fbe0dc-e621-44d0-a6e7-847294ef800d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:33:51.324019 [ 4 ] {33fbe0dc-e621-44d0-a6e7-847294ef800d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:51.324214 [ 4 ] {33fbe0dc-e621-44d0-a6e7-847294ef800d} executeQuery: Read 108 rows, 9.29 KiB in 0.001707 sec., 63268.8927943761 rows/sec., 5.31 MiB/sec. 2025.12.24 02:33:51.324267 [ 4 ] {33fbe0dc-e621-44d0-a6e7-847294ef800d} TCPHandler: Processed in 0.002050833 sec. 2025.12.24 02:33:51.324389 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:51.324493 [ 4 ] {57047b3a-50d5-41f1-9789-6237710fa1b3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:51.324537 [ 4 ] {57047b3a-50d5-41f1-9789-6237710fa1b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:51.324948 [ 4 ] {57047b3a-50d5-41f1-9789-6237710fa1b3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:51.324984 [ 4 ] {57047b3a-50d5-41f1-9789-6237710fa1b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:51.325307 [ 4 ] {57047b3a-50d5-41f1-9789-6237710fa1b3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:33:51.325537 [ 4 ] {57047b3a-50d5-41f1-9789-6237710fa1b3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:51.325678 [ 4 ] {57047b3a-50d5-41f1-9789-6237710fa1b3} executeQuery: Read 26 rows, 1.96 KiB in 0.001208 sec., 21523.178807947017 rows/sec., 1.58 MiB/sec. 2025.12.24 02:33:51.325716 [ 4 ] {57047b3a-50d5-41f1-9789-6237710fa1b3} TCPHandler: Processed in 0.001379442 sec. 2025.12.24 02:33:51.325817 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:51.325913 [ 4 ] {348ee5be-f3ce-46ef-a4d3-2fe67ab5e85d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:51.325954 [ 4 ] {348ee5be-f3ce-46ef-a4d3-2fe67ab5e85d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:51.326363 [ 4 ] {348ee5be-f3ce-46ef-a4d3-2fe67ab5e85d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:51.326398 [ 4 ] {348ee5be-f3ce-46ef-a4d3-2fe67ab5e85d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:51.326692 [ 4 ] {348ee5be-f3ce-46ef-a4d3-2fe67ab5e85d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:33:51.326896 [ 4 ] {348ee5be-f3ce-46ef-a4d3-2fe67ab5e85d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:51.327040 [ 4 ] {348ee5be-f3ce-46ef-a4d3-2fe67ab5e85d} executeQuery: Read 90 rows, 7.20 KiB in 0.001146 sec., 78534.03141361255 rows/sec., 6.13 MiB/sec. 2025.12.24 02:33:51.327076 [ 4 ] {348ee5be-f3ce-46ef-a4d3-2fe67ab5e85d} TCPHandler: Processed in 0.00130861 sec. 2025.12.24 02:33:51.327198 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:51.327295 [ 4 ] {23da6692-16f9-4b47-b502-fdeb77647826} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:51.327337 [ 4 ] {23da6692-16f9-4b47-b502-fdeb77647826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:51.327732 [ 4 ] {23da6692-16f9-4b47-b502-fdeb77647826} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:51.327766 [ 4 ] {23da6692-16f9-4b47-b502-fdeb77647826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:51.328107 [ 4 ] {23da6692-16f9-4b47-b502-fdeb77647826} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:33:51.328308 [ 4 ] {23da6692-16f9-4b47-b502-fdeb77647826} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:51.328442 [ 4 ] {23da6692-16f9-4b47-b502-fdeb77647826} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.12.24 02:33:51.328479 [ 4 ] {23da6692-16f9-4b47-b502-fdeb77647826} TCPHandler: Processed in 0.001340802 sec. 2025.12.24 02:33:51.328581 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:51.328675 [ 4 ] {3a59a8b4-ff11-4d9f-a811-a1cdb2835e0f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:51.328729 [ 4 ] {3a59a8b4-ff11-4d9f-a811-a1cdb2835e0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:51.329517 [ 4 ] {3a59a8b4-ff11-4d9f-a811-a1cdb2835e0f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:51.329553 [ 4 ] {3a59a8b4-ff11-4d9f-a811-a1cdb2835e0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:51.330100 [ 4 ] {3a59a8b4-ff11-4d9f-a811-a1cdb2835e0f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:33:51.330331 [ 4 ] {3a59a8b4-ff11-4d9f-a811-a1cdb2835e0f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:51.330477 [ 4 ] {3a59a8b4-ff11-4d9f-a811-a1cdb2835e0f} executeQuery: Read 26 rows, 47.71 KiB in 0.001819 sec., 14293.567894447498 rows/sec., 25.61 MiB/sec. 2025.12.24 02:33:51.330536 [ 4 ] {3a59a8b4-ff11-4d9f-a811-a1cdb2835e0f} TCPHandler: Processed in 0.002003372 sec. 2025.12.24 02:33:51.330649 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:51.330744 [ 4 ] {a5a90e58-c934-4d4d-a6d1-8d1c856395ef} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:51.330786 [ 4 ] {a5a90e58-c934-4d4d-a6d1-8d1c856395ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:51.331106 [ 4 ] {a5a90e58-c934-4d4d-a6d1-8d1c856395ef} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:51.331141 [ 4 ] {a5a90e58-c934-4d4d-a6d1-8d1c856395ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:51.331440 [ 4 ] {a5a90e58-c934-4d4d-a6d1-8d1c856395ef} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:33:51.331651 [ 4 ] {a5a90e58-c934-4d4d-a6d1-8d1c856395ef} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:51.331773 [ 4 ] {a5a90e58-c934-4d4d-a6d1-8d1c856395ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.12.24 02:33:51.331808 [ 4 ] {a5a90e58-c934-4d4d-a6d1-8d1c856395ef} TCPHandler: Processed in 0.00120968 sec. 2025.12.24 02:33:54.651685 [ 92 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:33:54.651742 [ 92 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:33:54.732191 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9487 2025.12.24 02:33:54.732695 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:54.732732 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:54.733230 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:33:54.733470 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:54.733602 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9487 2025.12.24 02:33:54.749349 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 536 2025.12.24 02:33:54.751886 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:54.751941 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:54.753179 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:33:54.753454 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:54.753820 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 536 2025.12.24 02:33:55.277907 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.12.24 02:33:55.295117 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:55.295174 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:55.300994 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:33:55.301687 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:55.304604 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.12.24 02:33:56.323048 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:56.323301 [ 4 ] {8eb357ee-f704-4902-ba7a-6be97067602f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:33:56.323397 [ 4 ] {8eb357ee-f704-4902-ba7a-6be97067602f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:33:56.324214 [ 4 ] {8eb357ee-f704-4902-ba7a-6be97067602f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:56.324261 [ 4 ] {8eb357ee-f704-4902-ba7a-6be97067602f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:56.324641 [ 4 ] {8eb357ee-f704-4902-ba7a-6be97067602f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 02:33:56.324866 [ 4 ] {8eb357ee-f704-4902-ba7a-6be97067602f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:56.325032 [ 4 ] {8eb357ee-f704-4902-ba7a-6be97067602f} executeQuery: Read 84 rows, 7.20 KiB in 0.001798 sec., 46718.57619577309 rows/sec., 3.91 MiB/sec. 2025.12.24 02:33:56.325080 [ 4 ] {8eb357ee-f704-4902-ba7a-6be97067602f} TCPHandler: Processed in 0.002188324 sec. 2025.12.24 02:33:56.325206 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:56.325308 [ 4 ] {60c0ba79-fc56-4746-832f-80db1ad50a02} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:33:56.325352 [ 4 ] {60c0ba79-fc56-4746-832f-80db1ad50a02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:33:56.325805 [ 4 ] {60c0ba79-fc56-4746-832f-80db1ad50a02} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:56.325842 [ 4 ] {60c0ba79-fc56-4746-832f-80db1ad50a02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:56.326141 [ 4 ] {60c0ba79-fc56-4746-832f-80db1ad50a02} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:33:56.326362 [ 4 ] {60c0ba79-fc56-4746-832f-80db1ad50a02} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:56.326499 [ 4 ] {60c0ba79-fc56-4746-832f-80db1ad50a02} executeQuery: Read 14 rows, 1.05 KiB in 0.001216 sec., 11513.157894736842 rows/sec., 865.74 KiB/sec. 2025.12.24 02:33:56.326537 [ 4 ] {60c0ba79-fc56-4746-832f-80db1ad50a02} TCPHandler: Processed in 0.001380692 sec. 2025.12.24 02:33:56.326653 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:56.326746 [ 4 ] {c2870fab-3f9c-4c58-b40b-1138e20f80f1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:33:56.326786 [ 4 ] {c2870fab-3f9c-4c58-b40b-1138e20f80f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:33:56.327209 [ 4 ] {c2870fab-3f9c-4c58-b40b-1138e20f80f1} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:56.327245 [ 4 ] {c2870fab-3f9c-4c58-b40b-1138e20f80f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:56.327544 [ 4 ] {c2870fab-3f9c-4c58-b40b-1138e20f80f1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 02:33:56.327739 [ 4 ] {c2870fab-3f9c-4c58-b40b-1138e20f80f1} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:56.327867 [ 4 ] {c2870fab-3f9c-4c58-b40b-1138e20f80f1} executeQuery: Read 78 rows, 6.24 KiB in 0.00114 sec., 68421.05263157895 rows/sec., 5.34 MiB/sec. 2025.12.24 02:33:56.327903 [ 4 ] {c2870fab-3f9c-4c58-b40b-1138e20f80f1} TCPHandler: Processed in 0.00129941 sec. 2025.12.24 02:33:56.328018 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:56.328110 [ 4 ] {a7e404d2-cee0-403e-b9ee-b635b328f351} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:56.328153 [ 4 ] {a7e404d2-cee0-403e-b9ee-b635b328f351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:33:56.328595 [ 4 ] {a7e404d2-cee0-403e-b9ee-b635b328f351} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:56.328636 [ 4 ] {a7e404d2-cee0-403e-b9ee-b635b328f351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:56.329043 [ 4 ] {a7e404d2-cee0-403e-b9ee-b635b328f351} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 02:33:56.329294 [ 4 ] {a7e404d2-cee0-403e-b9ee-b635b328f351} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:56.329451 [ 4 ] {a7e404d2-cee0-403e-b9ee-b635b328f351} executeQuery: Read 160 rows, 11.41 KiB in 0.001358 sec., 117820.32400589102 rows/sec., 8.21 MiB/sec. 2025.12.24 02:33:56.329495 [ 4 ] {a7e404d2-cee0-403e-b9ee-b635b328f351} TCPHandler: Processed in 0.001522934 sec. 2025.12.24 02:33:56.329616 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:56.329714 [ 4 ] {2697733f-a08d-43f1-8250-f339482949a2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:33:56.329767 [ 4 ] {2697733f-a08d-43f1-8250-f339482949a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:33:56.330567 [ 4 ] {2697733f-a08d-43f1-8250-f339482949a2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:56.330604 [ 4 ] {2697733f-a08d-43f1-8250-f339482949a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:56.331118 [ 4 ] {2697733f-a08d-43f1-8250-f339482949a2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:33:56.331335 [ 4 ] {2697733f-a08d-43f1-8250-f339482949a2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:56.331469 [ 4 ] {2697733f-a08d-43f1-8250-f339482949a2} executeQuery: Read 14 rows, 25.69 KiB in 0.001774 sec., 7891.770011273958 rows/sec., 14.14 MiB/sec. 2025.12.24 02:33:56.331521 [ 4 ] {2697733f-a08d-43f1-8250-f339482949a2} TCPHandler: Processed in 0.001962561 sec. 2025.12.24 02:33:56.331633 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:33:56.331726 [ 4 ] {25ab2d80-919c-43cf-b7ff-c76422b5feb6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:33:56.331767 [ 4 ] {25ab2d80-919c-43cf-b7ff-c76422b5feb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:33:56.332095 [ 4 ] {25ab2d80-919c-43cf-b7ff-c76422b5feb6} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:56.332130 [ 4 ] {25ab2d80-919c-43cf-b7ff-c76422b5feb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:56.332426 [ 4 ] {25ab2d80-919c-43cf-b7ff-c76422b5feb6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 02:33:56.332628 [ 4 ] {25ab2d80-919c-43cf-b7ff-c76422b5feb6} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:56.332753 [ 4 ] {25ab2d80-919c-43cf-b7ff-c76422b5feb6} executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. 2025.12.24 02:33:56.332788 [ 4 ] {25ab2d80-919c-43cf-b7ff-c76422b5feb6} TCPHandler: Processed in 0.001203279 sec. 2025.12.24 02:33:58.284535 [ 90 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 02:33:58.284605 [ 90 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:33:58.284629 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:33:58.284732 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::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.12.24 02:33:58.284866 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:33:58.284902 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.12.24 02:33:58.284972 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.12.24 02:33:58.285022 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2025.12.24 02:33:58.285067 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2025.12.24 02:33:58.285108 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part 2025.12.24 02:33:58.286010 [ 193 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.001294691 sec., 35529.713267490086 rows/sec., 2.96 MiB/sec. 2025.12.24 02:33:58.286155 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 02:33:58.286420 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_5_1} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:33:58.286486 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_5_1} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 02:33:58.286553 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:34:01.351198 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:01.351404 [ 4 ] {6402f61b-b941-46aa-a571-7234a654e622} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:01.351480 [ 4 ] {6402f61b-b941-46aa-a571-7234a654e622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:01.352637 [ 4 ] {6402f61b-b941-46aa-a571-7234a654e622} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:01.352688 [ 4 ] {6402f61b-b941-46aa-a571-7234a654e622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:01.353141 [ 4 ] {6402f61b-b941-46aa-a571-7234a654e622} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 02:34:01.353367 [ 4 ] {6402f61b-b941-46aa-a571-7234a654e622} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:01.353530 [ 4 ] {6402f61b-b941-46aa-a571-7234a654e622} executeQuery: Read 1248 rows, 105.85 KiB in 0.002177 sec., 573265.9623334864 rows/sec., 47.48 MiB/sec. 2025.12.24 02:34:01.353580 [ 4 ] {6402f61b-b941-46aa-a571-7234a654e622} TCPHandler: Processed in 0.00251477 sec. 2025.12.24 02:34:01.353704 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:01.353804 [ 4 ] {f1331862-8405-48e1-b62f-bc42cd9112ae} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:01.353849 [ 4 ] {f1331862-8405-48e1-b62f-bc42cd9112ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:01.354257 [ 4 ] {f1331862-8405-48e1-b62f-bc42cd9112ae} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:01.354295 [ 4 ] {f1331862-8405-48e1-b62f-bc42cd9112ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:01.354654 [ 4 ] {f1331862-8405-48e1-b62f-bc42cd9112ae} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:34:01.354869 [ 4 ] {f1331862-8405-48e1-b62f-bc42cd9112ae} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:01.355008 [ 4 ] {f1331862-8405-48e1-b62f-bc42cd9112ae} executeQuery: Read 26 rows, 1.96 KiB in 0.001227 sec., 21189.894050529747 rows/sec., 1.56 MiB/sec. 2025.12.24 02:34:01.355046 [ 4 ] {f1331862-8405-48e1-b62f-bc42cd9112ae} TCPHandler: Processed in 0.001395112 sec. 2025.12.24 02:34:01.355160 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:01.355255 [ 4 ] {d8fe0d26-506f-4f34-89a0-5a82af4ea43c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:34:01.355296 [ 4 ] {d8fe0d26-506f-4f34-89a0-5a82af4ea43c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:34:01.355753 [ 4 ] {d8fe0d26-506f-4f34-89a0-5a82af4ea43c} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:01.355789 [ 4 ] {d8fe0d26-506f-4f34-89a0-5a82af4ea43c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:01.356102 [ 4 ] {d8fe0d26-506f-4f34-89a0-5a82af4ea43c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:34:01.356310 [ 4 ] {d8fe0d26-506f-4f34-89a0-5a82af4ea43c} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:01.356441 [ 4 ] {d8fe0d26-506f-4f34-89a0-5a82af4ea43c} executeQuery: Read 228 rows, 15.81 KiB in 0.001206 sec., 189054.7263681592 rows/sec., 12.80 MiB/sec. 2025.12.24 02:34:01.356480 [ 4 ] {d8fe0d26-506f-4f34-89a0-5a82af4ea43c} TCPHandler: Processed in 0.001369912 sec. 2025.12.24 02:34:01.356583 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:01.356676 [ 4 ] {9b346a40-2a85-444b-9ed3-0524bbc5442a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:01.356717 [ 4 ] {9b346a40-2a85-444b-9ed3-0524bbc5442a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:01.357270 [ 4 ] {9b346a40-2a85-444b-9ed3-0524bbc5442a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:01.357307 [ 4 ] {9b346a40-2a85-444b-9ed3-0524bbc5442a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:01.357630 [ 4 ] {9b346a40-2a85-444b-9ed3-0524bbc5442a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 02:34:01.357837 [ 4 ] {9b346a40-2a85-444b-9ed3-0524bbc5442a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:01.357971 [ 4 ] {9b346a40-2a85-444b-9ed3-0524bbc5442a} executeQuery: Read 546 rows, 41.49 KiB in 0.001312 sec., 416158.53658536583 rows/sec., 30.88 MiB/sec. 2025.12.24 02:34:01.358008 [ 4 ] {9b346a40-2a85-444b-9ed3-0524bbc5442a} TCPHandler: Processed in 0.001474323 sec. 2025.12.24 02:34:01.358118 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:01.358212 [ 4 ] {6b036100-7886-4a2a-85a3-b8646beb4692} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:01.358256 [ 4 ] {6b036100-7886-4a2a-85a3-b8646beb4692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:01.358782 [ 4 ] {6b036100-7886-4a2a-85a3-b8646beb4692} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:01.358818 [ 4 ] {6b036100-7886-4a2a-85a3-b8646beb4692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:01.359198 [ 4 ] {6b036100-7886-4a2a-85a3-b8646beb4692} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 02:34:01.359413 [ 4 ] {6b036100-7886-4a2a-85a3-b8646beb4692} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:01.359545 [ 4 ] {6b036100-7886-4a2a-85a3-b8646beb4692} executeQuery: Read 844 rows, 58.17 KiB in 0.001351 sec., 624722.4278312362 rows/sec., 42.05 MiB/sec. 2025.12.24 02:34:01.359581 [ 4 ] {6b036100-7886-4a2a-85a3-b8646beb4692} TCPHandler: Processed in 0.001512604 sec. 2025.12.24 02:34:01.359691 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:01.359785 [ 4 ] {83089dac-0859-407d-8650-c941e9a07577} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:01.359841 [ 4 ] {83089dac-0859-407d-8650-c941e9a07577} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:01.360613 [ 4 ] {83089dac-0859-407d-8650-c941e9a07577} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:01.360650 [ 4 ] {83089dac-0859-407d-8650-c941e9a07577} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:01.361168 [ 4 ] {83089dac-0859-407d-8650-c941e9a07577} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:34:01.361388 [ 4 ] {83089dac-0859-407d-8650-c941e9a07577} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:01.361528 [ 4 ] {83089dac-0859-407d-8650-c941e9a07577} executeQuery: Read 26 rows, 47.71 KiB in 0.001761 sec., 14764.338444065872 rows/sec., 26.46 MiB/sec. 2025.12.24 02:34:01.361588 [ 4 ] {83089dac-0859-407d-8650-c941e9a07577} TCPHandler: Processed in 0.001946142 sec. 2025.12.24 02:34:01.361699 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:01.361794 [ 4 ] {fdcd8b7e-bc55-480c-b9f6-37f53a1c3138} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:01.361836 [ 4 ] {fdcd8b7e-bc55-480c-b9f6-37f53a1c3138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:01.362182 [ 4 ] {fdcd8b7e-bc55-480c-b9f6-37f53a1c3138} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:01.362217 [ 4 ] {fdcd8b7e-bc55-480c-b9f6-37f53a1c3138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:01.362514 [ 4 ] {fdcd8b7e-bc55-480c-b9f6-37f53a1c3138} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 02:34:01.362724 [ 4 ] {fdcd8b7e-bc55-480c-b9f6-37f53a1c3138} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:01.362854 [ 4 ] {fdcd8b7e-bc55-480c-b9f6-37f53a1c3138} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.12.24 02:34:01.362892 [ 4 ] {fdcd8b7e-bc55-480c-b9f6-37f53a1c3138} TCPHandler: Processed in 0.00124176 sec. 2025.12.24 02:34:02.233776 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9999 2025.12.24 02:34:02.234532 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:02.234595 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:02.235346 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:34:02.235582 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:02.235706 [ 84 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 02:34:02.235726 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9999 2025.12.24 02:34:02.235747 [ 84 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:02.235766 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:02.235933 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:02.236173 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:02.236238 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7567 rows starting from the beginning of the part 2025.12.24 02:34:02.236348 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:02.236421 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:02.236489 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:02.236553 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:02.236615 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:02.238768 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9999 rows, containing 4 columns (4 merged, 0 gathered) in 0.002919417 sec., 3424998.895327389 rows/sec., 49.00 MiB/sec. 2025.12.24 02:34:02.239102 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 02:34:02.239432 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_21_4} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:02.239527 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_21_4} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 02:34:02.239637 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. 2025.12.24 02:34:02.804775 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.12.24 02:34:02.822284 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:02.822336 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:02.828750 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:34:02.829456 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:02.829774 [ 84 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 02:34:02.829825 [ 84 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:02.829843 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:02.829973 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:02.832594 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.12.24 02:34:02.834482 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:02.836119 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:02.841193 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2025.12.24 02:34:02.845941 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2025.12.24 02:34:02.850331 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:02.855086 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:02.859186 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:02.910936 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.08103606 sec., 1962.0894697990007 rows/sec., 10.15 MiB/sec. 2025.12.24 02:34:02.912593 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 02:34:02.914224 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_21_4} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:02.914311 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_21_4} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 02:34:02.915810 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.12.24 02:34:03.000191 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 241.09 MiB, peak 251.63 MiB, free memory in arenas 0.00 B, will set to 247.09 MiB (RSS), difference: 6.00 MiB 2025.12.24 02:34:04.754058 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 562 2025.12.24 02:34:04.756452 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:04.756570 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:04.757940 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:34:04.758233 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:04.758612 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 562 2025.12.24 02:34:06.323531 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:06.323721 [ 4 ] {871a6780-0a90-4788-b570-5f2f7c03f73e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:06.323793 [ 4 ] {871a6780-0a90-4788-b570-5f2f7c03f73e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:06.324478 [ 4 ] {871a6780-0a90-4788-b570-5f2f7c03f73e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:06.324521 [ 4 ] {871a6780-0a90-4788-b570-5f2f7c03f73e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:06.324926 [ 4 ] {871a6780-0a90-4788-b570-5f2f7c03f73e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 02:34:06.325159 [ 4 ] {871a6780-0a90-4788-b570-5f2f7c03f73e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:06.325319 [ 4 ] {871a6780-0a90-4788-b570-5f2f7c03f73e} executeQuery: Read 84 rows, 7.20 KiB in 0.001648 sec., 50970.87378640777 rows/sec., 4.26 MiB/sec. 2025.12.24 02:34:06.325368 [ 4 ] {871a6780-0a90-4788-b570-5f2f7c03f73e} TCPHandler: Processed in 0.001964971 sec. 2025.12.24 02:34:06.325491 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:06.325593 [ 4 ] {9004677b-d9f3-41d6-b10d-0a23b3279e56} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:06.325639 [ 4 ] {9004677b-d9f3-41d6-b10d-0a23b3279e56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:06.326053 [ 4 ] {9004677b-d9f3-41d6-b10d-0a23b3279e56} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:06.326090 [ 4 ] {9004677b-d9f3-41d6-b10d-0a23b3279e56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:06.326399 [ 4 ] {9004677b-d9f3-41d6-b10d-0a23b3279e56} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:34:06.326607 [ 4 ] {9004677b-d9f3-41d6-b10d-0a23b3279e56} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:06.326755 [ 4 ] {9004677b-d9f3-41d6-b10d-0a23b3279e56} executeQuery: Read 14 rows, 1.05 KiB in 0.001184 sec., 11824.324324324325 rows/sec., 889.13 KiB/sec. 2025.12.24 02:34:06.326794 [ 4 ] {9004677b-d9f3-41d6-b10d-0a23b3279e56} TCPHandler: Processed in 0.001354142 sec. 2025.12.24 02:34:06.326897 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:06.326992 [ 4 ] {ef0f9b9b-70d2-4b28-bf0b-1ba31385be40} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:06.327034 [ 4 ] {ef0f9b9b-70d2-4b28-bf0b-1ba31385be40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:06.327453 [ 4 ] {ef0f9b9b-70d2-4b28-bf0b-1ba31385be40} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:06.327488 [ 4 ] {ef0f9b9b-70d2-4b28-bf0b-1ba31385be40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:06.327796 [ 4 ] {ef0f9b9b-70d2-4b28-bf0b-1ba31385be40} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 02:34:06.328005 [ 4 ] {ef0f9b9b-70d2-4b28-bf0b-1ba31385be40} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:06.328133 [ 4 ] {ef0f9b9b-70d2-4b28-bf0b-1ba31385be40} executeQuery: Read 78 rows, 6.24 KiB in 0.00116 sec., 67241.37931034483 rows/sec., 5.25 MiB/sec. 2025.12.24 02:34:06.328171 [ 4 ] {ef0f9b9b-70d2-4b28-bf0b-1ba31385be40} TCPHandler: Processed in 0.001323261 sec. 2025.12.24 02:34:06.328280 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:06.328374 [ 4 ] {589350dc-28bc-4ecb-972b-bc6d1bf52301} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:06.328419 [ 4 ] {589350dc-28bc-4ecb-972b-bc6d1bf52301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:06.328825 [ 4 ] {589350dc-28bc-4ecb-972b-bc6d1bf52301} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:06.328861 [ 4 ] {589350dc-28bc-4ecb-972b-bc6d1bf52301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:06.329194 [ 4 ] {589350dc-28bc-4ecb-972b-bc6d1bf52301} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 02:34:06.329428 [ 4 ] {589350dc-28bc-4ecb-972b-bc6d1bf52301} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:06.329557 [ 4 ] {589350dc-28bc-4ecb-972b-bc6d1bf52301} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2025.12.24 02:34:06.329594 [ 4 ] {589350dc-28bc-4ecb-972b-bc6d1bf52301} TCPHandler: Processed in 0.001364142 sec. 2025.12.24 02:34:06.329708 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:06.329825 [ 4 ] {870065b8-e5eb-4640-81de-02ad5317fe1d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:06.329889 [ 4 ] {870065b8-e5eb-4640-81de-02ad5317fe1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:06.330770 [ 4 ] {870065b8-e5eb-4640-81de-02ad5317fe1d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:06.330813 [ 4 ] {870065b8-e5eb-4640-81de-02ad5317fe1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:06.331371 [ 4 ] {870065b8-e5eb-4640-81de-02ad5317fe1d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:34:06.331588 [ 4 ] {870065b8-e5eb-4640-81de-02ad5317fe1d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:06.331730 [ 4 ] {870065b8-e5eb-4640-81de-02ad5317fe1d} executeQuery: Read 14 rows, 25.69 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 13.00 MiB/sec. 2025.12.24 02:34:06.331788 [ 4 ] {870065b8-e5eb-4640-81de-02ad5317fe1d} TCPHandler: Processed in 0.002137155 sec. 2025.12.24 02:34:06.331893 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:06.331986 [ 4 ] {9417bf43-e3b4-4e0c-bcdf-11734a754296} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:06.332027 [ 4 ] {9417bf43-e3b4-4e0c-bcdf-11734a754296} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:06.332386 [ 4 ] {9417bf43-e3b4-4e0c-bcdf-11734a754296} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:06.332421 [ 4 ] {9417bf43-e3b4-4e0c-bcdf-11734a754296} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:06.332738 [ 4 ] {9417bf43-e3b4-4e0c-bcdf-11734a754296} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 02:34:06.332945 [ 4 ] {9417bf43-e3b4-4e0c-bcdf-11734a754296} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:06.333070 [ 4 ] {9417bf43-e3b4-4e0c-bcdf-11734a754296} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.12.24 02:34:06.333105 [ 4 ] {9417bf43-e3b4-4e0c-bcdf-11734a754296} TCPHandler: Processed in 0.00125879 sec. 2025.12.24 02:34:09.651784 [ 79 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:34:09.651840 [ 79 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:34:09.736769 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10447 2025.12.24 02:34:09.737245 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:09.737290 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:09.737914 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:34:09.738176 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:09.738327 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10447 2025.12.24 02:34:10.333631 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.12.24 02:34:10.350700 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:10.350770 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:10.356332 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:34:10.357080 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:10.360302 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.12.24 02:34:11.322350 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:11.322546 [ 4 ] {b710f888-c487-4821-9545-0bb117a623ca} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:11.322621 [ 4 ] {b710f888-c487-4821-9545-0bb117a623ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:11.323354 [ 4 ] {b710f888-c487-4821-9545-0bb117a623ca} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.323409 [ 4 ] {b710f888-c487-4821-9545-0bb117a623ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.323812 [ 4 ] {b710f888-c487-4821-9545-0bb117a623ca} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 02:34:11.324049 [ 4 ] {b710f888-c487-4821-9545-0bb117a623ca} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.324188 [ 77 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 02:34:11.324212 [ 4 ] {b710f888-c487-4821-9545-0bb117a623ca} executeQuery: Read 108 rows, 9.29 KiB in 0.001718 sec., 62863.79511059372 rows/sec., 5.28 MiB/sec. 2025.12.24 02:34:11.324256 [ 77 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.324275 [ 4 ] {b710f888-c487-4821-9545-0bb117a623ca} TCPHandler: Processed in 0.002057142 sec. 2025.12.24 02:34:11.324281 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.324409 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:11.324476 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:34:11.324516 [ 4 ] {2fe4098a-b4dd-4140-8786-7de278f6616d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:11.324600 [ 4 ] {2fe4098a-b4dd-4140-8786-7de278f6616d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:11.324705 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:11.324764 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1406 rows starting from the beginning of the part 2025.12.24 02:34:11.324868 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:34:11.324946 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 84 rows starting from the beginning of the part 2025.12.24 02:34:11.325017 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:34:11.325029 [ 4 ] {2fe4098a-b4dd-4140-8786-7de278f6616d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.325080 [ 4 ] {2fe4098a-b4dd-4140-8786-7de278f6616d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.325094 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 84 rows starting from the beginning of the part 2025.12.24 02:34:11.325156 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:34:11.325424 [ 4 ] {2fe4098a-b4dd-4140-8786-7de278f6616d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:34:11.325660 [ 4 ] {2fe4098a-b4dd-4140-8786-7de278f6616d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.325767 [ 77 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 02:34:11.325797 [ 77 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.325802 [ 4 ] {2fe4098a-b4dd-4140-8786-7de278f6616d} executeQuery: Read 26 rows, 1.96 KiB in 0.001308 sec., 19877.675840978594 rows/sec., 1.46 MiB/sec. 2025.12.24 02:34:11.325817 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.325850 [ 4 ] {2fe4098a-b4dd-4140-8786-7de278f6616d} TCPHandler: Processed in 0.001496263 sec. 2025.12.24 02:34:11.325946 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:34:11.325966 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:11.326082 [ 4 ] {7f192b1d-4328-49cb-91f4-ee0f41db91ef} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:11.326093 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:11.326127 [ 4 ] {7f192b1d-4328-49cb-91f4-ee0f41db91ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:11.326136 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 70 rows starting from the beginning of the part 2025.12.24 02:34:11.326241 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part 2025.12.24 02:34:11.326289 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part 2025.12.24 02:34:11.326331 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part 2025.12.24 02:34:11.326374 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part 2025.12.24 02:34:11.326420 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part 2025.12.24 02:34:11.326575 [ 4 ] {7f192b1d-4328-49cb-91f4-ee0f41db91ef} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.326621 [ 4 ] {7f192b1d-4328-49cb-91f4-ee0f41db91ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.326619 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3038 rows, containing 5 columns (5 merged, 0 gathered) in 0.002228986 sec., 1362951.5842629788 rows/sec., 118.96 MiB/sec. 2025.12.24 02:34:11.326934 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 02:34:11.327115 [ 4 ] {7f192b1d-4328-49cb-91f4-ee0f41db91ef} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 02:34:11.327239 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_31_6} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.327327 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.001440673 sec., 122165.12699273188 rows/sec., 9.41 MiB/sec. 2025.12.24 02:34:11.327333 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_31_6} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 02:34:11.327400 [ 4 ] {7f192b1d-4328-49cb-91f4-ee0f41db91ef} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.327427 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 02:34:11.327471 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 02:34:11.327520 [ 77 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 02:34:11.327551 [ 4 ] {7f192b1d-4328-49cb-91f4-ee0f41db91ef} executeQuery: Read 90 rows, 7.20 KiB in 0.001488 sec., 60483.87096774194 rows/sec., 4.72 MiB/sec. 2025.12.24 02:34:11.327553 [ 77 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.327593 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.327598 [ 4 ] {7f192b1d-4328-49cb-91f4-ee0f41db91ef} TCPHandler: Processed in 0.001681586 sec. 2025.12.24 02:34:11.327683 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:34:11.327741 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:11.327764 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_26_5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.327780 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:11.327813 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 632 rows starting from the beginning of the part 2025.12.24 02:34:11.327842 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_26_5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 02:34:11.327842 [ 4 ] {73f90402-a943-40ed-9a3c-d611c71cadf5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:11.327865 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:34:11.327904 [ 4 ] {73f90402-a943-40ed-9a3c-d611c71cadf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:11.327915 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 78 rows starting from the beginning of the part 2025.12.24 02:34:11.327929 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 02:34:11.327963 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 546 rows starting from the beginning of the part 2025.12.24 02:34:11.327998 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 78 rows starting from the beginning of the part 2025.12.24 02:34:11.328034 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:34:11.328365 [ 4 ] {73f90402-a943-40ed-9a3c-d611c71cadf5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.328408 [ 4 ] {73f90402-a943-40ed-9a3c-d611c71cadf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.328772 [ 4 ] {73f90402-a943-40ed-9a3c-d611c71cadf5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 02:34:11.328995 [ 4 ] {73f90402-a943-40ed-9a3c-d611c71cadf5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.329028 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1514 rows, containing 5 columns (5 merged, 0 gathered) in 0.001386422 sec., 1092019.6015354632 rows/sec., 86.67 MiB/sec. 2025.12.24 02:34:11.329101 [ 77 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 02:34:11.329131 [ 77 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.329132 [ 4 ] {73f90402-a943-40ed-9a3c-d611c71cadf5} executeQuery: Read 160 rows, 11.41 KiB in 0.001308 sec., 122324.15902140674 rows/sec., 8.52 MiB/sec. 2025.12.24 02:34:11.329150 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.329184 [ 4 ] {73f90402-a943-40ed-9a3c-d611c71cadf5} TCPHandler: Processed in 0.001493334 sec. 2025.12.24 02:34:11.329199 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 02:34:11.329241 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:34:11.329312 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:11.329340 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:11.329371 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7669 rows starting from the beginning of the part 2025.12.24 02:34:11.329415 [ 4 ] {4de93b04-eb6b-4772-9100-a38050a16c23} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:11.329417 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:34:11.329451 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_31_6} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.329477 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2025.12.24 02:34:11.329481 [ 4 ] {4de93b04-eb6b-4772-9100-a38050a16c23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:11.329516 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 844 rows starting from the beginning of the part 2025.12.24 02:34:11.329519 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_31_6} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 02:34:11.329556 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2025.12.24 02:34:11.329593 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:34:11.329594 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 02:34:11.330328 [ 4 ] {4de93b04-eb6b-4772-9100-a38050a16c23} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.330370 [ 4 ] {4de93b04-eb6b-4772-9100-a38050a16c23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.330932 [ 4 ] {4de93b04-eb6b-4772-9100-a38050a16c23} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:34:11.331172 [ 4 ] {4de93b04-eb6b-4772-9100-a38050a16c23} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.331295 [ 76 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 02:34:11.331316 [ 4 ] {4de93b04-eb6b-4772-9100-a38050a16c23} executeQuery: Read 26 rows, 47.71 KiB in 0.001918 sec., 13555.787278415015 rows/sec., 24.29 MiB/sec. 2025.12.24 02:34:11.331335 [ 76 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.331358 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.331378 [ 4 ] {4de93b04-eb6b-4772-9100-a38050a16c23} TCPHandler: Processed in 0.002115084 sec. 2025.12.24 02:34:11.331435 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::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.12.24 02:34:11.331502 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:11.331597 [ 4 ] {5f61ef96-1cda-4104-b350-5351953c0593} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:11.331603 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:11.331641 [ 4 ] {5f61ef96-1cda-4104-b350-5351953c0593} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:11.331657 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 349 rows starting from the beginning of the part 2025.12.24 02:34:11.331764 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part 2025.12.24 02:34:11.331864 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part 2025.12.24 02:34:11.331962 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part 2025.12.24 02:34:11.331995 [ 4 ] {5f61ef96-1cda-4104-b350-5351953c0593} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.332032 [ 4 ] {5f61ef96-1cda-4104-b350-5351953c0593} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.332051 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part 2025.12.24 02:34:11.332139 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part 2025.12.24 02:34:11.332350 [ 4 ] {5f61ef96-1cda-4104-b350-5351953c0593} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 02:34:11.332581 [ 4 ] {5f61ef96-1cda-4104-b350-5351953c0593} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.332679 [ 76 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 02:34:11.332702 [ 76 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:11.332714 [ 4 ] {5f61ef96-1cda-4104-b350-5351953c0593} executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. 2025.12.24 02:34:11.332717 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:11.332730 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9153 rows, containing 5 columns (5 merged, 0 gathered) in 0.003525596 sec., 2596156.791646008 rows/sec., 178.28 MiB/sec. 2025.12.24 02:34:11.332750 [ 4 ] {5f61ef96-1cda-4104-b350-5351953c0593} TCPHandler: Processed in 0.00129806 sec. 2025.12.24 02:34:11.332806 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:34:11.332913 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:11.332938 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 02:34:11.332945 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1488 rows starting from the beginning of the part 2025.12.24 02:34:11.333030 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:34:11.333075 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2025.12.24 02:34:11.333117 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:34:11.333157 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2025.12.24 02:34:11.333199 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:34:11.333231 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_31_6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.333304 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_31_6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 02:34:11.333370 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2025.12.24 02:34:11.334157 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1788 rows, containing 4 columns (4 merged, 0 gathered) in 0.001389012 sec., 1287245.898523555 rows/sec., 86.75 MiB/sec. 2025.12.24 02:34:11.334326 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 02:34:11.334556 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_31_6} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.334621 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_31_6} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 02:34:11.334675 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.12.24 02:34:11.335835 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 455 rows, containing 19 columns (19 merged, 0 gathered) in 0.004435931 sec., 102571.47823083813 rows/sec., 183.80 MiB/sec. 2025.12.24 02:34:11.336636 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 02:34:11.337008 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_26_5} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:11.337081 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_26_5} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 02:34:11.337192 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2025.12.24 02:34:12.000205 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 248.18 MiB, peak 255.91 MiB, free memory in arenas 0.00 B, will set to 250.03 MiB (RSS), difference: 1.85 MiB 2025.12.24 02:34:14.604487 [ 74 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.24 02:34:14.604601 [ 74 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:14.604640 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:14.604798 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::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.12.24 02:34:14.605008 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:14.605074 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 253 rows starting from the beginning of the part 2025.12.24 02:34:14.605186 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.12.24 02:34:14.605291 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part 2025.12.24 02:34:14.605353 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.12.24 02:34:14.605392 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part 2025.12.24 02:34:14.606285 [ 200 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001555274 sec., 486730.9554457929 rows/sec., 35.52 MiB/sec. 2025.12.24 02:34:14.606491 [ 188 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.24 02:34:14.606800 [ 188 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_9_2} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:14.606877 [ 188 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_9_2} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.24 02:34:14.606983 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 02:34:14.758858 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 586 2025.12.24 02:34:14.761203 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:14.761244 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:14.762385 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:34:14.762649 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:14.762785 [ 74 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 02:34:14.762819 [ 74 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:14.762840 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:14.762903 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 586 2025.12.24 02:34:14.762917 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:34:14.763358 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:14.763498 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 446 rows starting from the beginning of the part 2025.12.24 02:34:14.763844 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part 2025.12.24 02:34:14.764168 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.12.24 02:34:14.764527 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part 2025.12.24 02:34:14.764921 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:34:14.765327 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.12.24 02:34:14.771732 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 72 columns (72 merged, 0 gathered) in 0.008843711 sec., 66261.77630634922 rows/sec., 57.19 MiB/sec. 2025.12.24 02:34:14.772771 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 02:34:14.773451 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_16_3} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:14.773546 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_16_3} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 02:34:14.773820 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. 2025.12.24 02:34:16.324167 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:16.324400 [ 4 ] {7e8d06b2-bea9-4916-9b72-eed47e20ed56} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:34:16.324463 [ 4 ] {7e8d06b2-bea9-4916-9b72-eed47e20ed56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:34:16.325064 [ 4 ] {7e8d06b2-bea9-4916-9b72-eed47e20ed56} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:16.325110 [ 4 ] {7e8d06b2-bea9-4916-9b72-eed47e20ed56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:16.325490 [ 4 ] {7e8d06b2-bea9-4916-9b72-eed47e20ed56} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:34:16.325715 [ 4 ] {7e8d06b2-bea9-4916-9b72-eed47e20ed56} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:16.325871 [ 4 ] {7e8d06b2-bea9-4916-9b72-eed47e20ed56} executeQuery: Read 24 rows, 2.04 KiB in 0.001523 sec., 15758.371634931056 rows/sec., 1.31 MiB/sec. 2025.12.24 02:34:16.325919 [ 4 ] {7e8d06b2-bea9-4916-9b72-eed47e20ed56} TCPHandler: Processed in 0.001914481 sec. 2025.12.24 02:34:16.326041 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:16.326141 [ 4 ] {3925a0bc-66d5-4074-8cc6-fd91240bb291} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:16.326185 [ 4 ] {3925a0bc-66d5-4074-8cc6-fd91240bb291} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:16.326684 [ 4 ] {3925a0bc-66d5-4074-8cc6-fd91240bb291} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:16.326721 [ 4 ] {3925a0bc-66d5-4074-8cc6-fd91240bb291} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:16.327047 [ 4 ] {3925a0bc-66d5-4074-8cc6-fd91240bb291} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 02:34:16.327263 [ 4 ] {3925a0bc-66d5-4074-8cc6-fd91240bb291} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:16.327393 [ 4 ] {3925a0bc-66d5-4074-8cc6-fd91240bb291} executeQuery: Read 204 rows, 18.66 KiB in 0.001275 sec., 160000 rows/sec., 14.29 MiB/sec. 2025.12.24 02:34:16.327431 [ 4 ] {3925a0bc-66d5-4074-8cc6-fd91240bb291} TCPHandler: Processed in 0.001441953 sec. 2025.12.24 02:34:16.327540 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:16.327635 [ 4 ] {f93da89d-cc4c-450d-8253-72e1eef252d5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:16.327676 [ 4 ] {f93da89d-cc4c-450d-8253-72e1eef252d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:16.328056 [ 4 ] {f93da89d-cc4c-450d-8253-72e1eef252d5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:16.328092 [ 4 ] {f93da89d-cc4c-450d-8253-72e1eef252d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:16.328386 [ 4 ] {f93da89d-cc4c-450d-8253-72e1eef252d5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:34:16.328592 [ 4 ] {f93da89d-cc4c-450d-8253-72e1eef252d5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:16.328720 [ 4 ] {f93da89d-cc4c-450d-8253-72e1eef252d5} executeQuery: Read 26 rows, 2.01 KiB in 0.001104 sec., 23550.72463768116 rows/sec., 1.78 MiB/sec. 2025.12.24 02:34:16.328756 [ 4 ] {f93da89d-cc4c-450d-8253-72e1eef252d5} TCPHandler: Processed in 0.00126494 sec. 2025.12.24 02:34:16.328864 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:16.328956 [ 4 ] {f6826d61-e887-4707-9623-5f082593d681} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:34:16.328996 [ 4 ] {f6826d61-e887-4707-9623-5f082593d681} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:34:16.329368 [ 4 ] {f6826d61-e887-4707-9623-5f082593d681} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:16.329403 [ 4 ] {f6826d61-e887-4707-9623-5f082593d681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:16.329707 [ 4 ] {f6826d61-e887-4707-9623-5f082593d681} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:34:16.329912 [ 4 ] {f6826d61-e887-4707-9623-5f082593d681} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:16.330039 [ 4 ] {f6826d61-e887-4707-9623-5f082593d681} executeQuery: Read 24 rows, 2.04 KiB in 0.0011 sec., 21818.181818181816 rows/sec., 1.81 MiB/sec. 2025.12.24 02:34:16.330077 [ 4 ] {f6826d61-e887-4707-9623-5f082593d681} TCPHandler: Processed in 0.00126108 sec. 2025.12.24 02:34:16.330195 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:16.330316 [ 4 ] {245fa1f5-fa99-479e-b188-34b08b961b8b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:34:16.330364 [ 4 ] {245fa1f5-fa99-479e-b188-34b08b961b8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:34:16.330833 [ 4 ] {245fa1f5-fa99-479e-b188-34b08b961b8b} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:16.330876 [ 4 ] {245fa1f5-fa99-479e-b188-34b08b961b8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:16.331238 [ 4 ] {245fa1f5-fa99-479e-b188-34b08b961b8b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:34:16.331457 [ 4 ] {245fa1f5-fa99-479e-b188-34b08b961b8b} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:16.331585 [ 4 ] {245fa1f5-fa99-479e-b188-34b08b961b8b} executeQuery: Read 12 rows, 960.00 B in 0.001294 sec., 9273.570324574961 rows/sec., 724.50 KiB/sec. 2025.12.24 02:34:16.331623 [ 4 ] {245fa1f5-fa99-479e-b188-34b08b961b8b} TCPHandler: Processed in 0.001489524 sec. 2025.12.24 02:34:16.331725 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:16.331819 [ 4 ] {594f0a79-4daf-4c20-8866-5e3270fd5fb2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:16.331858 [ 4 ] {594f0a79-4daf-4c20-8866-5e3270fd5fb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:16.332281 [ 4 ] {594f0a79-4daf-4c20-8866-5e3270fd5fb2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:16.332317 [ 4 ] {594f0a79-4daf-4c20-8866-5e3270fd5fb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:16.332622 [ 4 ] {594f0a79-4daf-4c20-8866-5e3270fd5fb2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 02:34:16.332833 [ 4 ] {594f0a79-4daf-4c20-8866-5e3270fd5fb2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:16.332959 [ 4 ] {594f0a79-4daf-4c20-8866-5e3270fd5fb2} executeQuery: Read 114 rows, 9.49 KiB in 0.001159 sec., 98360.65573770492 rows/sec., 8.00 MiB/sec. 2025.12.24 02:34:16.332998 [ 4 ] {594f0a79-4daf-4c20-8866-5e3270fd5fb2} TCPHandler: Processed in 0.001322921 sec. 2025.12.24 02:34:16.333105 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:16.333199 [ 4 ] {ce7e1045-c7fe-420e-a1de-09b889463aa1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:16.333241 [ 4 ] {ce7e1045-c7fe-420e-a1de-09b889463aa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:16.333636 [ 4 ] {ce7e1045-c7fe-420e-a1de-09b889463aa1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:16.333673 [ 4 ] {ce7e1045-c7fe-420e-a1de-09b889463aa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:16.333995 [ 4 ] {ce7e1045-c7fe-420e-a1de-09b889463aa1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 02:34:16.334205 [ 4 ] {ce7e1045-c7fe-420e-a1de-09b889463aa1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:16.334330 [ 4 ] {ce7e1045-c7fe-420e-a1de-09b889463aa1} executeQuery: Read 196 rows, 14.40 KiB in 0.00115 sec., 170434.78260869565 rows/sec., 12.23 MiB/sec. 2025.12.24 02:34:16.334367 [ 4 ] {ce7e1045-c7fe-420e-a1de-09b889463aa1} TCPHandler: Processed in 0.00131235 sec. 2025.12.24 02:34:16.334474 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:16.334568 [ 4 ] {587518da-d606-4674-89d2-1bbec09157e9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:16.334620 [ 4 ] {587518da-d606-4674-89d2-1bbec09157e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:16.335349 [ 4 ] {587518da-d606-4674-89d2-1bbec09157e9} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:16.335385 [ 4 ] {587518da-d606-4674-89d2-1bbec09157e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:16.335879 [ 4 ] {587518da-d606-4674-89d2-1bbec09157e9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:34:16.336088 [ 4 ] {587518da-d606-4674-89d2-1bbec09157e9} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:16.336223 [ 4 ] {587518da-d606-4674-89d2-1bbec09157e9} executeQuery: Read 14 rows, 25.69 KiB in 0.001673 sec., 8368.200836820084 rows/sec., 15.00 MiB/sec. 2025.12.24 02:34:16.336275 [ 4 ] {587518da-d606-4674-89d2-1bbec09157e9} TCPHandler: Processed in 0.0018504 sec. 2025.12.24 02:34:16.336385 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:16.336479 [ 4 ] {6fc5a75b-4255-40af-9d8b-04acc5958dc3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:16.336520 [ 4 ] {6fc5a75b-4255-40af-9d8b-04acc5958dc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:16.336839 [ 4 ] {6fc5a75b-4255-40af-9d8b-04acc5958dc3} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:16.336877 [ 4 ] {6fc5a75b-4255-40af-9d8b-04acc5958dc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:16.337176 [ 4 ] {6fc5a75b-4255-40af-9d8b-04acc5958dc3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 02:34:16.337380 [ 4 ] {6fc5a75b-4255-40af-9d8b-04acc5958dc3} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:16.337503 [ 4 ] {6fc5a75b-4255-40af-9d8b-04acc5958dc3} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2025.12.24 02:34:16.337538 [ 4 ] {6fc5a75b-4255-40af-9d8b-04acc5958dc3} TCPHandler: Processed in 0.001203219 sec. 2025.12.24 02:34:17.238517 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10959 2025.12.24 02:34:17.239015 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:17.239066 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:17.239543 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:34:17.239772 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:17.239918 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10959 2025.12.24 02:34:17.860489 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.12.24 02:34:17.876209 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:17.876267 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:17.882409 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:34:17.883122 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:17.885836 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.12.24 02:34:21.323075 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:21.323285 [ 4 ] {cf4365d0-1d7b-415d-90e1-3b2a37233e8f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:21.323356 [ 4 ] {cf4365d0-1d7b-415d-90e1-3b2a37233e8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:21.324017 [ 4 ] {cf4365d0-1d7b-415d-90e1-3b2a37233e8f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:21.324059 [ 4 ] {cf4365d0-1d7b-415d-90e1-3b2a37233e8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:21.324452 [ 4 ] {cf4365d0-1d7b-415d-90e1-3b2a37233e8f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 02:34:21.324686 [ 4 ] {cf4365d0-1d7b-415d-90e1-3b2a37233e8f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:21.324833 [ 4 ] {cf4365d0-1d7b-415d-90e1-3b2a37233e8f} executeQuery: Read 108 rows, 9.29 KiB in 0.001601 sec., 67457.8388507183 rows/sec., 5.66 MiB/sec. 2025.12.24 02:34:21.324875 [ 4 ] {cf4365d0-1d7b-415d-90e1-3b2a37233e8f} TCPHandler: Processed in 0.00192949 sec. 2025.12.24 02:34:21.324995 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:21.325096 [ 4 ] {40201e04-4033-4517-aa76-3b7cfeaedd1c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:21.325137 [ 4 ] {40201e04-4033-4517-aa76-3b7cfeaedd1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:21.325529 [ 4 ] {40201e04-4033-4517-aa76-3b7cfeaedd1c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:21.325565 [ 4 ] {40201e04-4033-4517-aa76-3b7cfeaedd1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:21.325874 [ 4 ] {40201e04-4033-4517-aa76-3b7cfeaedd1c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 02:34:21.326089 [ 4 ] {40201e04-4033-4517-aa76-3b7cfeaedd1c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:21.326221 [ 4 ] {40201e04-4033-4517-aa76-3b7cfeaedd1c} executeQuery: Read 26 rows, 1.96 KiB in 0.001148 sec., 22648.083623693383 rows/sec., 1.66 MiB/sec. 2025.12.24 02:34:21.326260 [ 4 ] {40201e04-4033-4517-aa76-3b7cfeaedd1c} TCPHandler: Processed in 0.001315641 sec. 2025.12.24 02:34:21.326364 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:21.326459 [ 4 ] {2cd147b3-5ea6-4374-85d2-fee163dbd88b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:21.326499 [ 4 ] {2cd147b3-5ea6-4374-85d2-fee163dbd88b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:21.326921 [ 4 ] {2cd147b3-5ea6-4374-85d2-fee163dbd88b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:21.326958 [ 4 ] {2cd147b3-5ea6-4374-85d2-fee163dbd88b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:21.327263 [ 4 ] {2cd147b3-5ea6-4374-85d2-fee163dbd88b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 02:34:21.327468 [ 4 ] {2cd147b3-5ea6-4374-85d2-fee163dbd88b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:21.327595 [ 4 ] {2cd147b3-5ea6-4374-85d2-fee163dbd88b} executeQuery: Read 90 rows, 7.20 KiB in 0.001156 sec., 77854.67128027682 rows/sec., 6.08 MiB/sec. 2025.12.24 02:34:21.327632 [ 4 ] {2cd147b3-5ea6-4374-85d2-fee163dbd88b} TCPHandler: Processed in 0.001318161 sec. 2025.12.24 02:34:21.327743 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:21.327837 [ 4 ] {8d9fdb6d-7258-4672-a4c9-847aee648a97} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:21.327881 [ 4 ] {8d9fdb6d-7258-4672-a4c9-847aee648a97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:21.328266 [ 4 ] {8d9fdb6d-7258-4672-a4c9-847aee648a97} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:21.328301 [ 4 ] {8d9fdb6d-7258-4672-a4c9-847aee648a97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:21.328648 [ 4 ] {8d9fdb6d-7258-4672-a4c9-847aee648a97} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 02:34:21.328860 [ 4 ] {8d9fdb6d-7258-4672-a4c9-847aee648a97} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:21.328986 [ 4 ] {8d9fdb6d-7258-4672-a4c9-847aee648a97} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.12.24 02:34:21.329023 [ 4 ] {8d9fdb6d-7258-4672-a4c9-847aee648a97} TCPHandler: Processed in 0.001329461 sec. 2025.12.24 02:34:21.329132 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:21.329226 [ 4 ] {38d576c0-457d-409f-a1c1-6aa9754a34ff} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:21.329280 [ 4 ] {38d576c0-457d-409f-a1c1-6aa9754a34ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:21.330059 [ 4 ] {38d576c0-457d-409f-a1c1-6aa9754a34ff} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:21.330094 [ 4 ] {38d576c0-457d-409f-a1c1-6aa9754a34ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:21.330632 [ 4 ] {38d576c0-457d-409f-a1c1-6aa9754a34ff} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 02:34:21.330853 [ 4 ] {38d576c0-457d-409f-a1c1-6aa9754a34ff} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:21.330992 [ 4 ] {38d576c0-457d-409f-a1c1-6aa9754a34ff} executeQuery: Read 26 rows, 47.71 KiB in 0.001785 sec., 14565.826330532214 rows/sec., 26.10 MiB/sec. 2025.12.24 02:34:21.331052 [ 4 ] {38d576c0-457d-409f-a1c1-6aa9754a34ff} TCPHandler: Processed in 0.001970142 sec. 2025.12.24 02:34:21.331162 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:21.331257 [ 4 ] {262bdfa5-5d27-4925-a67f-7d3a3aaf24bf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:21.331298 [ 4 ] {262bdfa5-5d27-4925-a67f-7d3a3aaf24bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:21.331620 [ 4 ] {262bdfa5-5d27-4925-a67f-7d3a3aaf24bf} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:21.331652 [ 4 ] {262bdfa5-5d27-4925-a67f-7d3a3aaf24bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:21.331932 [ 4 ] {262bdfa5-5d27-4925-a67f-7d3a3aaf24bf} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 02:34:21.332123 [ 4 ] {262bdfa5-5d27-4925-a67f-7d3a3aaf24bf} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:21.332240 [ 4 ] {262bdfa5-5d27-4925-a67f-7d3a3aaf24bf} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2025.12.24 02:34:21.332274 [ 4 ] {262bdfa5-5d27-4925-a67f-7d3a3aaf24bf} TCPHandler: Processed in 0.001210869 sec. 2025.12.24 02:34:24.651879 [ 15 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:34:24.651937 [ 15 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:34:24.740099 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11407 2025.12.24 02:34:24.740566 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:24.740609 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:24.741086 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:34:24.741318 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:24.741462 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11407 2025.12.24 02:34:24.763201 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 616 2025.12.24 02:34:24.765582 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:24.765650 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:24.766904 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:34:24.767202 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:24.767478 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 616 2025.12.24 02:34:25.386006 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.12.24 02:34:25.404902 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:25.404981 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:25.411809 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:34:25.412549 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:25.415824 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.12.24 02:34:26.321922 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:26.322095 [ 4 ] {bf7248fc-b035-43d2-a82f-5b0cd134b922} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:26.322159 [ 4 ] {bf7248fc-b035-43d2-a82f-5b0cd134b922} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:26.322787 [ 4 ] {bf7248fc-b035-43d2-a82f-5b0cd134b922} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:26.322833 [ 4 ] {bf7248fc-b035-43d2-a82f-5b0cd134b922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:26.323235 [ 4 ] {bf7248fc-b035-43d2-a82f-5b0cd134b922} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 02:34:26.323457 [ 4 ] {bf7248fc-b035-43d2-a82f-5b0cd134b922} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:26.323612 [ 4 ] {bf7248fc-b035-43d2-a82f-5b0cd134b922} executeQuery: Read 84 rows, 7.20 KiB in 0.001565 sec., 53674.1214057508 rows/sec., 4.49 MiB/sec. 2025.12.24 02:34:26.323661 [ 4 ] {bf7248fc-b035-43d2-a82f-5b0cd134b922} TCPHandler: Processed in 0.001862159 sec. 2025.12.24 02:34:26.323783 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:26.323886 [ 4 ] {8f06abc0-f163-4527-99cb-79f3afc5fa3f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:26.323930 [ 4 ] {8f06abc0-f163-4527-99cb-79f3afc5fa3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:26.324332 [ 4 ] {8f06abc0-f163-4527-99cb-79f3afc5fa3f} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:26.324371 [ 4 ] {8f06abc0-f163-4527-99cb-79f3afc5fa3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:26.324698 [ 4 ] {8f06abc0-f163-4527-99cb-79f3afc5fa3f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 02:34:26.324930 [ 4 ] {8f06abc0-f163-4527-99cb-79f3afc5fa3f} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:26.325065 [ 4 ] {8f06abc0-f163-4527-99cb-79f3afc5fa3f} executeQuery: Read 14 rows, 1.05 KiB in 0.001203 sec., 11637.572734829591 rows/sec., 875.09 KiB/sec. 2025.12.24 02:34:26.325103 [ 4 ] {8f06abc0-f163-4527-99cb-79f3afc5fa3f} TCPHandler: Processed in 0.001373072 sec. 2025.12.24 02:34:26.325205 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:26.325299 [ 4 ] {737257c7-148f-4a90-92dd-1e313e9c6dde} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:26.325341 [ 4 ] {737257c7-148f-4a90-92dd-1e313e9c6dde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:26.325754 [ 4 ] {737257c7-148f-4a90-92dd-1e313e9c6dde} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:26.325790 [ 4 ] {737257c7-148f-4a90-92dd-1e313e9c6dde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:26.326120 [ 4 ] {737257c7-148f-4a90-92dd-1e313e9c6dde} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 02:34:26.326324 [ 4 ] {737257c7-148f-4a90-92dd-1e313e9c6dde} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:26.326451 [ 4 ] {737257c7-148f-4a90-92dd-1e313e9c6dde} executeQuery: Read 78 rows, 6.24 KiB in 0.001171 sec., 66609.73526900086 rows/sec., 5.20 MiB/sec. 2025.12.24 02:34:26.326488 [ 4 ] {737257c7-148f-4a90-92dd-1e313e9c6dde} TCPHandler: Processed in 0.001333372 sec. 2025.12.24 02:34:26.326602 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:26.326696 [ 4 ] {9821c094-9684-4303-b81b-0d5ac8d3981a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:26.326739 [ 4 ] {9821c094-9684-4303-b81b-0d5ac8d3981a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:26.327136 [ 4 ] {9821c094-9684-4303-b81b-0d5ac8d3981a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:26.327171 [ 4 ] {9821c094-9684-4303-b81b-0d5ac8d3981a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:26.327502 [ 4 ] {9821c094-9684-4303-b81b-0d5ac8d3981a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 02:34:26.327705 [ 4 ] {9821c094-9684-4303-b81b-0d5ac8d3981a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:26.327834 [ 4 ] {9821c094-9684-4303-b81b-0d5ac8d3981a} executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. 2025.12.24 02:34:26.327871 [ 4 ] {9821c094-9684-4303-b81b-0d5ac8d3981a} TCPHandler: Processed in 0.001320262 sec. 2025.12.24 02:34:26.327971 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:26.328063 [ 4 ] {a5aa4b52-4011-45b4-94f4-05e5ffbd295c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:26.328117 [ 4 ] {a5aa4b52-4011-45b4-94f4-05e5ffbd295c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:26.328882 [ 4 ] {a5aa4b52-4011-45b4-94f4-05e5ffbd295c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:26.328918 [ 4 ] {a5aa4b52-4011-45b4-94f4-05e5ffbd295c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:26.329462 [ 4 ] {a5aa4b52-4011-45b4-94f4-05e5ffbd295c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 02:34:26.329685 [ 4 ] {a5aa4b52-4011-45b4-94f4-05e5ffbd295c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:26.329819 [ 4 ] {a5aa4b52-4011-45b4-94f4-05e5ffbd295c} executeQuery: Read 14 rows, 25.69 KiB in 0.001774 sec., 7891.770011273958 rows/sec., 14.14 MiB/sec. 2025.12.24 02:34:26.329879 [ 4 ] {a5aa4b52-4011-45b4-94f4-05e5ffbd295c} TCPHandler: Processed in 0.001957452 sec. 2025.12.24 02:34:26.329993 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:26.330087 [ 4 ] {60fbfc17-6d24-4dd4-8ac5-5e43490482ad} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:26.330129 [ 4 ] {60fbfc17-6d24-4dd4-8ac5-5e43490482ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:26.330458 [ 4 ] {60fbfc17-6d24-4dd4-8ac5-5e43490482ad} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:26.330494 [ 4 ] {60fbfc17-6d24-4dd4-8ac5-5e43490482ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:26.330809 [ 4 ] {60fbfc17-6d24-4dd4-8ac5-5e43490482ad} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 02:34:26.331013 [ 4 ] {60fbfc17-6d24-4dd4-8ac5-5e43490482ad} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:26.331140 [ 4 ] {60fbfc17-6d24-4dd4-8ac5-5e43490482ad} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.12.24 02:34:26.331176 [ 4 ] {60fbfc17-6d24-4dd4-8ac5-5e43490482ad} TCPHandler: Processed in 0.001233779 sec. 2025.12.24 02:34:31.354924 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:31.355155 [ 4 ] {8207aa3c-1cfb-4179-8002-9ee4cffb1ab3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:34:31.355241 [ 4 ] {8207aa3c-1cfb-4179-8002-9ee4cffb1ab3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:34:31.356026 [ 4 ] {8207aa3c-1cfb-4179-8002-9ee4cffb1ab3} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:31.356076 [ 4 ] {8207aa3c-1cfb-4179-8002-9ee4cffb1ab3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:31.356586 [ 4 ] {8207aa3c-1cfb-4179-8002-9ee4cffb1ab3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:34:31.356911 [ 4 ] {8207aa3c-1cfb-4179-8002-9ee4cffb1ab3} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:31.357111 [ 4 ] {8207aa3c-1cfb-4179-8002-9ee4cffb1ab3} executeQuery: Read 4 rows, 334.00 B in 0.002017 sec., 1983.1432821021317 rows/sec., 161.71 KiB/sec. 2025.12.24 02:34:31.357175 [ 4 ] {8207aa3c-1cfb-4179-8002-9ee4cffb1ab3} TCPHandler: Processed in 0.002424908 sec. 2025.12.24 02:34:31.357332 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:31.357457 [ 4 ] {8c814415-6422-4e42-9e48-f3766b42fe61} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:31.357512 [ 4 ] {8c814415-6422-4e42-9e48-f3766b42fe61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:31.358983 [ 4 ] {8c814415-6422-4e42-9e48-f3766b42fe61} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:31.359027 [ 4 ] {8c814415-6422-4e42-9e48-f3766b42fe61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:31.359602 [ 4 ] {8c814415-6422-4e42-9e48-f3766b42fe61} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 02:34:31.359929 [ 4 ] {8c814415-6422-4e42-9e48-f3766b42fe61} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:31.360107 [ 4 ] {8c814415-6422-4e42-9e48-f3766b42fe61} executeQuery: Read 1250 rows, 105.99 KiB in 0.00268 sec., 466417.9104477612 rows/sec., 38.62 MiB/sec. 2025.12.24 02:34:31.360165 [ 4 ] {8c814415-6422-4e42-9e48-f3766b42fe61} TCPHandler: Processed in 0.002897376 sec. 2025.12.24 02:34:31.360323 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:31.360442 [ 4 ] {79762765-ad19-4436-b189-08e66dbbc791} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:31.360499 [ 4 ] {79762765-ad19-4436-b189-08e66dbbc791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:31.361031 [ 4 ] {79762765-ad19-4436-b189-08e66dbbc791} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:31.361073 [ 4 ] {79762765-ad19-4436-b189-08e66dbbc791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:31.361492 [ 4 ] {79762765-ad19-4436-b189-08e66dbbc791} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 02:34:31.361727 [ 4 ] {79762765-ad19-4436-b189-08e66dbbc791} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:31.361859 [ 4 ] {79762765-ad19-4436-b189-08e66dbbc791} executeQuery: Read 30 rows, 2.23 KiB in 0.001445 sec., 20761.245674740483 rows/sec., 1.51 MiB/sec. 2025.12.24 02:34:31.361896 [ 4 ] {79762765-ad19-4436-b189-08e66dbbc791} TCPHandler: Processed in 0.001641415 sec. 2025.12.24 02:34:31.362011 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:31.362106 [ 4 ] {5caa94c6-44ac-4d59-8488-9371b17c06fc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:34:31.362158 [ 4 ] {5caa94c6-44ac-4d59-8488-9371b17c06fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:34:31.362652 [ 4 ] {5caa94c6-44ac-4d59-8488-9371b17c06fc} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:31.362687 [ 4 ] {5caa94c6-44ac-4d59-8488-9371b17c06fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:31.363023 [ 4 ] {5caa94c6-44ac-4d59-8488-9371b17c06fc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:34:31.363234 [ 4 ] {5caa94c6-44ac-4d59-8488-9371b17c06fc} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:31.363364 [ 4 ] {5caa94c6-44ac-4d59-8488-9371b17c06fc} executeQuery: Read 228 rows, 15.81 KiB in 0.001277 sec., 178543.46123727487 rows/sec., 12.09 MiB/sec. 2025.12.24 02:34:31.363400 [ 4 ] {5caa94c6-44ac-4d59-8488-9371b17c06fc} TCPHandler: Processed in 0.001439022 sec. 2025.12.24 02:34:31.363513 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:31.363606 [ 4 ] {270c4399-4b87-42b3-bd19-3293b24d0c76} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:31.363646 [ 4 ] {270c4399-4b87-42b3-bd19-3293b24d0c76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:31.364235 [ 4 ] {270c4399-4b87-42b3-bd19-3293b24d0c76} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:31.364269 [ 4 ] {270c4399-4b87-42b3-bd19-3293b24d0c76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:31.364644 [ 4 ] {270c4399-4b87-42b3-bd19-3293b24d0c76} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 02:34:31.364883 [ 4 ] {270c4399-4b87-42b3-bd19-3293b24d0c76} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:31.365021 [ 4 ] {270c4399-4b87-42b3-bd19-3293b24d0c76} executeQuery: Read 550 rows, 41.81 KiB in 0.001433 sec., 383810.18841591064 rows/sec., 28.49 MiB/sec. 2025.12.24 02:34:31.365062 [ 4 ] {270c4399-4b87-42b3-bd19-3293b24d0c76} TCPHandler: Processed in 0.001598375 sec. 2025.12.24 02:34:31.365183 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:31.365304 [ 4 ] {51b69b80-a364-45e1-a2e9-e2f3a47a4139} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:31.365358 [ 4 ] {51b69b80-a364-45e1-a2e9-e2f3a47a4139} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:31.366009 [ 4 ] {51b69b80-a364-45e1-a2e9-e2f3a47a4139} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:31.366051 [ 4 ] {51b69b80-a364-45e1-a2e9-e2f3a47a4139} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:31.366547 [ 4 ] {51b69b80-a364-45e1-a2e9-e2f3a47a4139} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 02:34:31.366831 [ 4 ] {51b69b80-a364-45e1-a2e9-e2f3a47a4139} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:31.366992 [ 4 ] {51b69b80-a364-45e1-a2e9-e2f3a47a4139} executeQuery: Read 846 rows, 58.31 KiB in 0.001712 sec., 494158.8785046729 rows/sec., 33.26 MiB/sec. 2025.12.24 02:34:31.367038 [ 4 ] {51b69b80-a364-45e1-a2e9-e2f3a47a4139} TCPHandler: Processed in 0.001907471 sec. 2025.12.24 02:34:31.367187 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:31.367294 [ 4 ] {77109c0b-ae90-420a-8265-34ccb8d84eb0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:31.367362 [ 4 ] {77109c0b-ae90-420a-8265-34ccb8d84eb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:31.368467 [ 4 ] {77109c0b-ae90-420a-8265-34ccb8d84eb0} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:31.368508 [ 4 ] {77109c0b-ae90-420a-8265-34ccb8d84eb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:31.369159 [ 4 ] {77109c0b-ae90-420a-8265-34ccb8d84eb0} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 02:34:31.369421 [ 4 ] {77109c0b-ae90-420a-8265-34ccb8d84eb0} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:31.369571 [ 4 ] {77109c0b-ae90-420a-8265-34ccb8d84eb0} executeQuery: Read 26 rows, 47.71 KiB in 0.002299 sec., 11309.264897781644 rows/sec., 20.27 MiB/sec. 2025.12.24 02:34:31.369674 [ 4 ] {77109c0b-ae90-420a-8265-34ccb8d84eb0} TCPHandler: Processed in 0.00254479 sec. 2025.12.24 02:34:31.369858 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:31.369990 [ 4 ] {63eba677-36cc-4634-a5df-ffa56670e92b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:31.370043 [ 4 ] {63eba677-36cc-4634-a5df-ffa56670e92b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:31.370491 [ 4 ] {63eba677-36cc-4634-a5df-ffa56670e92b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:31.370533 [ 4 ] {63eba677-36cc-4634-a5df-ffa56670e92b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:31.370919 [ 4 ] {63eba677-36cc-4634-a5df-ffa56670e92b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 02:34:31.371147 [ 4 ] {63eba677-36cc-4634-a5df-ffa56670e92b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:31.371296 [ 4 ] {63eba677-36cc-4634-a5df-ffa56670e92b} executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. 2025.12.24 02:34:31.371336 [ 4 ] {63eba677-36cc-4634-a5df-ffa56670e92b} TCPHandler: Processed in 0.001558855 sec. 2025.12.24 02:34:31.620198 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62980 2025.12.24 02:34:31.620302 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.620328 [ 290 ] {} TCP-Session: aeaac391-2a72-4312-99d4-f6fe87e8a011 Authenticating user 'default' from [fd00:1122:3344:101::e]:62980 2025.12.24 02:34:31.620349 [ 290 ] {} TCP-Session: aeaac391-2a72-4312-99d4-f6fe87e8a011 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.620361 [ 290 ] {} TCP-Session: aeaac391-2a72-4312-99d4-f6fe87e8a011 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.620597 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55545 2025.12.24 02:34:31.620603 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48268 2025.12.24 02:34:31.620663 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56009 2025.12.24 02:34:31.620684 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34577 2025.12.24 02:34:31.620707 [ 290 ] {} TCP-Session: aeaac391-2a72-4312-99d4-f6fe87e8a011 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:31.620743 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.620762 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.620676 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40931 2025.12.24 02:34:31.620801 [ 296 ] {} TCP-Session: 91692ae6-dfee-41a4-ac95-35e912029e7e Authenticating user 'default' from [fd00:1122:3344:101::e]:56009 2025.12.24 02:34:31.620788 [ 291 ] {} TCP-Session: f7bb9579-ab59-474d-9a0f-ee1e308132a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:55545 2025.12.24 02:34:31.620655 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63722 2025.12.24 02:34:31.620870 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.620875 [ 291 ] {} TCP-Session: f7bb9579-ab59-474d-9a0f-ee1e308132a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.620858 [ 296 ] {} TCP-Session: 91692ae6-dfee-41a4-ac95-35e912029e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.620918 [ 298 ] {} TCP-Session: ae64c68d-fd58-441c-b25c-5acee111e65e Authenticating user 'default' from [fd00:1122:3344:101::e]:34577 2025.12.24 02:34:31.620930 [ 290 ] {b0b799d8-9e87-4f92-802a-4d6a90609e44} executeQuery: (from [fd00:1122:3344:101::e]:62980) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:34:31.620951 [ 298 ] {} TCP-Session: ae64c68d-fd58-441c-b25c-5acee111e65e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.620937 [ 296 ] {} TCP-Session: 91692ae6-dfee-41a4-ac95-35e912029e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.620972 [ 298 ] {} TCP-Session: ae64c68d-fd58-441c-b25c-5acee111e65e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.620921 [ 291 ] {} TCP-Session: f7bb9579-ab59-474d-9a0f-ee1e308132a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.621005 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.621011 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.621048 [ 293 ] {} TCP-Session: 62ff8b84-d729-4a6d-9384-b3b461d7a59b Authenticating user 'default' from [fd00:1122:3344:101::e]:63722 2025.12.24 02:34:31.620654 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61548 2025.12.24 02:34:31.621070 [ 297 ] {} TCP-Session: 809d3be8-64c0-4b80-9a50-95fead22cc42 Authenticating user 'default' from [fd00:1122:3344:101::e]:40931 2025.12.24 02:34:31.621075 [ 293 ] {} TCP-Session: 62ff8b84-d729-4a6d-9384-b3b461d7a59b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.621123 [ 297 ] {} TCP-Session: 809d3be8-64c0-4b80-9a50-95fead22cc42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.621132 [ 293 ] {} TCP-Session: 62ff8b84-d729-4a6d-9384-b3b461d7a59b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.621145 [ 297 ] {} TCP-Session: 809d3be8-64c0-4b80-9a50-95fead22cc42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.620642 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61764 2025.12.24 02:34:31.620795 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.621211 [ 290 ] {b0b799d8-9e87-4f92-802a-4d6a90609e44} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:34:31.621242 [ 292 ] {} TCP-Session: 7ff4a644-21a9-4fc3-a3d5-fdeefaff5a16 Authenticating user 'default' from [fd00:1122:3344:101::e]:48268 2025.12.24 02:34:31.621197 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.621271 [ 292 ] {} TCP-Session: 7ff4a644-21a9-4fc3-a3d5-fdeefaff5a16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.621288 [ 290 ] {b0b799d8-9e87-4f92-802a-4d6a90609e44} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:34:31.621303 [ 292 ] {} TCP-Session: 7ff4a644-21a9-4fc3-a3d5-fdeefaff5a16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.621312 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.621299 [ 295 ] {} TCP-Session: 4cd21866-ebdc-48f9-8d84-08454a5f3de4 Authenticating user 'default' from [fd00:1122:3344:101::e]:61548 2025.12.24 02:34:31.621355 [ 294 ] {} TCP-Session: 2bf59712-cb2c-4c71-9dba-75cce858de95 Authenticating user 'default' from [fd00:1122:3344:101::e]:61764 2025.12.24 02:34:31.621370 [ 295 ] {} TCP-Session: 4cd21866-ebdc-48f9-8d84-08454a5f3de4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.621378 [ 294 ] {} TCP-Session: 2bf59712-cb2c-4c71-9dba-75cce858de95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.621392 [ 295 ] {} TCP-Session: 4cd21866-ebdc-48f9-8d84-08454a5f3de4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.621408 [ 294 ] {} TCP-Session: 2bf59712-cb2c-4c71-9dba-75cce858de95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.621571 [ 290 ] {b0b799d8-9e87-4f92-802a-4d6a90609e44} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:34:31.622530 [ 327 ] {b0b799d8-9e87-4f92-802a-4d6a90609e44} AggregatingTransform: Aggregating 2025.12.24 02:34:31.622580 [ 327 ] {b0b799d8-9e87-4f92-802a-4d6a90609e44} Aggregator: Aggregation method: without_key 2025.12.24 02:34:31.622621 [ 327 ] {b0b799d8-9e87-4f92-802a-4d6a90609e44} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000950845 sec. (1051.696 rows/sec., 41.08 KiB/sec.) 2025.12.24 02:34:31.622643 [ 327 ] {b0b799d8-9e87-4f92-802a-4d6a90609e44} Aggregator: Merging aggregated data 2025.12.24 02:34:31.624060 [ 290 ] {b0b799d8-9e87-4f92-802a-4d6a90609e44} executeQuery: Read 1 rows, 40.00 B in 0.003183 sec., 314.16902293433867 rows/sec., 12.27 KiB/sec. 2025.12.24 02:34:31.624218 [ 290 ] {b0b799d8-9e87-4f92-802a-4d6a90609e44} TCPHandler: Processed in 0.003625158 sec. 2025.12.24 02:34:31.624319 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.624343 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.624366 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.624371 [ 290 ] {} TCP-Session: aeaac391-2a72-4312-99d4-f6fe87e8a011 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.624392 [ 298 ] {} TCP-Session: ae64c68d-fd58-441c-b25c-5acee111e65e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.624400 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.624418 [ 291 ] {} TCP-Session: f7bb9579-ab59-474d-9a0f-ee1e308132a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.624440 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.624469 [ 293 ] {} TCP-Session: 62ff8b84-d729-4a6d-9384-b3b461d7a59b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.624471 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.624504 [ 296 ] {} TCP-Session: 91692ae6-dfee-41a4-ac95-35e912029e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.624457 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.624543 [ 297 ] {} TCP-Session: 809d3be8-64c0-4b80-9a50-95fead22cc42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.624381 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.624594 [ 295 ] {} TCP-Session: 4cd21866-ebdc-48f9-8d84-08454a5f3de4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.624635 [ 294 ] {} TCP-Session: 2bf59712-cb2c-4c71-9dba-75cce858de95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.624414 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.624694 [ 292 ] {} TCP-Session: 7ff4a644-21a9-4fc3-a3d5-fdeefaff5a16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631232 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41325 2025.12.24 02:34:31.631298 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.631319 [ 290 ] {} TCP-Session: 849e449c-cbdf-4e89-b727-f5e004438b78 Authenticating user 'default' from [fd00:1122:3344:101::e]:41325 2025.12.24 02:34:31.631334 [ 290 ] {} TCP-Session: 849e449c-cbdf-4e89-b727-f5e004438b78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631346 [ 290 ] {} TCP-Session: 849e449c-cbdf-4e89-b727-f5e004438b78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631484 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42177 2025.12.24 02:34:31.631506 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42919 2025.12.24 02:34:31.631532 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57530 2025.12.24 02:34:31.631534 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57905 2025.12.24 02:34:31.631558 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43026 2025.12.24 02:34:31.631593 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.631593 [ 290 ] {} TCP-Session: 849e449c-cbdf-4e89-b727-f5e004438b78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:31.631623 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.631621 [ 292 ] {} TCP-Session: 085c8aa2-b60e-4724-bf54-232abe59f976 Authenticating user 'default' from [fd00:1122:3344:101::e]:42919 2025.12.24 02:34:31.631643 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.631650 [ 294 ] {} TCP-Session: 3a5726d9-959a-462e-a139-43af4846264a Authenticating user 'default' from [fd00:1122:3344:101::e]:57905 2025.12.24 02:34:31.631660 [ 292 ] {} TCP-Session: 085c8aa2-b60e-4724-bf54-232abe59f976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631675 [ 296 ] {} TCP-Session: 4a89be4e-e734-4280-8eb8-3e4b70969c18 Authenticating user 'default' from [fd00:1122:3344:101::e]:43026 2025.12.24 02:34:31.631687 [ 294 ] {} TCP-Session: 3a5726d9-959a-462e-a139-43af4846264a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631696 [ 292 ] {} TCP-Session: 085c8aa2-b60e-4724-bf54-232abe59f976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631708 [ 296 ] {} TCP-Session: 4a89be4e-e734-4280-8eb8-3e4b70969c18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631719 [ 294 ] {} TCP-Session: 3a5726d9-959a-462e-a139-43af4846264a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631741 [ 296 ] {} TCP-Session: 4a89be4e-e734-4280-8eb8-3e4b70969c18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631732 [ 290 ] {7823e407-b21d-414a-a472-187d2a67fdb8} executeQuery: (from [fd00:1122:3344:101::e]:41325) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:34:31.631580 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64656 2025.12.24 02:34:31.631584 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39012 2025.12.24 02:34:31.631617 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.631561 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.631901 [ 293 ] {} TCP-Session: c66b5cf1-58f4-4d69-a4d0-709b4d70a330 Authenticating user 'default' from [fd00:1122:3344:101::e]:57530 2025.12.24 02:34:31.631910 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.631935 [ 293 ] {} TCP-Session: c66b5cf1-58f4-4d69-a4d0-709b4d70a330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631887 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.631964 [ 293 ] {} TCP-Session: c66b5cf1-58f4-4d69-a4d0-709b4d70a330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631959 [ 290 ] {7823e407-b21d-414a-a472-187d2a67fdb8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:34:31.631984 [ 297 ] {} TCP-Session: 3d50bfe5-4973-49d9-b0e5-52ad718bff76 Authenticating user 'default' from [fd00:1122:3344:101::e]:64656 2025.12.24 02:34:31.631959 [ 298 ] {} TCP-Session: 22fe773b-88f5-4ed1-9e4e-15b2894bb786 Authenticating user 'default' from [fd00:1122:3344:101::e]:39012 2025.12.24 02:34:31.632025 [ 290 ] {7823e407-b21d-414a-a472-187d2a67fdb8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:34:31.632021 [ 297 ] {} TCP-Session: 3d50bfe5-4973-49d9-b0e5-52ad718bff76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.632039 [ 298 ] {} TCP-Session: 22fe773b-88f5-4ed1-9e4e-15b2894bb786 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.632061 [ 297 ] {} TCP-Session: 3d50bfe5-4973-49d9-b0e5-52ad718bff76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.632074 [ 298 ] {} TCP-Session: 22fe773b-88f5-4ed1-9e4e-15b2894bb786 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.631925 [ 291 ] {} TCP-Session: e54d82d8-e838-4dbf-bd1d-ecc61976aa3a Authenticating user 'default' from [fd00:1122:3344:101::e]:42177 2025.12.24 02:34:31.631549 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61700 2025.12.24 02:34:31.632141 [ 291 ] {} TCP-Session: e54d82d8-e838-4dbf-bd1d-ecc61976aa3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.632166 [ 291 ] {} TCP-Session: e54d82d8-e838-4dbf-bd1d-ecc61976aa3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.632208 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.632238 [ 295 ] {} TCP-Session: 19fe1b24-be99-47d6-b1ae-61746d25f64d Authenticating user 'default' from [fd00:1122:3344:101::e]:61700 2025.12.24 02:34:31.632255 [ 290 ] {7823e407-b21d-414a-a472-187d2a67fdb8} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:34:31.632261 [ 295 ] {} TCP-Session: 19fe1b24-be99-47d6-b1ae-61746d25f64d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.632302 [ 295 ] {} TCP-Session: 19fe1b24-be99-47d6-b1ae-61746d25f64d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.633076 [ 335 ] {7823e407-b21d-414a-a472-187d2a67fdb8} AggregatingTransform: Aggregating 2025.12.24 02:34:31.633126 [ 335 ] {7823e407-b21d-414a-a472-187d2a67fdb8} Aggregator: Aggregation method: without_key 2025.12.24 02:34:31.633165 [ 335 ] {7823e407-b21d-414a-a472-187d2a67fdb8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000821133 sec. (1217.830 rows/sec., 47.57 KiB/sec.) 2025.12.24 02:34:31.633183 [ 335 ] {7823e407-b21d-414a-a472-187d2a67fdb8} Aggregator: Merging aggregated data 2025.12.24 02:34:31.634323 [ 290 ] {7823e407-b21d-414a-a472-187d2a67fdb8} executeQuery: Read 1 rows, 40.00 B in 0.00262 sec., 381.6793893129771 rows/sec., 14.91 KiB/sec. 2025.12.24 02:34:31.634464 [ 290 ] {7823e407-b21d-414a-a472-187d2a67fdb8} TCPHandler: Processed in 0.002935267 sec. 2025.12.24 02:34:31.634558 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.634625 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.634630 [ 290 ] {} TCP-Session: 849e449c-cbdf-4e89-b727-f5e004438b78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.634657 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.634668 [ 296 ] {} TCP-Session: 4a89be4e-e734-4280-8eb8-3e4b70969c18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.634673 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.634692 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.634711 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.634731 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.634768 [ 295 ] {} TCP-Session: 19fe1b24-be99-47d6-b1ae-61746d25f64d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.634751 [ 297 ] {} TCP-Session: 3d50bfe5-4973-49d9-b0e5-52ad718bff76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.634795 [ 292 ] {} TCP-Session: 085c8aa2-b60e-4724-bf54-232abe59f976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.634745 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.634728 [ 293 ] {} TCP-Session: c66b5cf1-58f4-4d69-a4d0-709b4d70a330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.634866 [ 298 ] {} TCP-Session: 22fe773b-88f5-4ed1-9e4e-15b2894bb786 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.634699 [ 294 ] {} TCP-Session: 3a5726d9-959a-462e-a139-43af4846264a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.634635 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.634946 [ 291 ] {} TCP-Session: e54d82d8-e838-4dbf-bd1d-ecc61976aa3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709090 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38558 2025.12.24 02:34:31.709189 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.709216 [ 290 ] {} TCP-Session: 532c7cb8-ce5a-46f0-ac7e-7352ca1411b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:38558 2025.12.24 02:34:31.709237 [ 290 ] {} TCP-Session: 532c7cb8-ce5a-46f0-ac7e-7352ca1411b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709250 [ 290 ] {} TCP-Session: 532c7cb8-ce5a-46f0-ac7e-7352ca1411b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709465 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58396 2025.12.24 02:34:31.709537 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53423 2025.12.24 02:34:31.709571 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62788 2025.12.24 02:34:31.709599 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54263 2025.12.24 02:34:31.709560 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58101 2025.12.24 02:34:31.709656 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.709536 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48510 2025.12.24 02:34:31.709693 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.709702 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.709741 [ 297 ] {} TCP-Session: ff2e1d64-24bb-4b0c-8419-07226e05273d Authenticating user 'default' from [fd00:1122:3344:101::e]:62788 2025.12.24 02:34:31.709744 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.709754 [ 298 ] {} TCP-Session: 292e587f-f87d-474e-b35c-685de60ba068 Authenticating user 'default' from [fd00:1122:3344:101::e]:54263 2025.12.24 02:34:31.709774 [ 297 ] {} TCP-Session: ff2e1d64-24bb-4b0c-8419-07226e05273d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709791 [ 296 ] {} TCP-Session: fafa2d56-18c9-4e36-8c98-5ca816ca4130 Authenticating user 'default' from [fd00:1122:3344:101::e]:58101 2025.12.24 02:34:31.709814 [ 297 ] {} TCP-Session: ff2e1d64-24bb-4b0c-8419-07226e05273d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709799 [ 298 ] {} TCP-Session: 292e587f-f87d-474e-b35c-685de60ba068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709843 [ 296 ] {} TCP-Session: fafa2d56-18c9-4e36-8c98-5ca816ca4130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709866 [ 298 ] {} TCP-Session: 292e587f-f87d-474e-b35c-685de60ba068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709879 [ 296 ] {} TCP-Session: fafa2d56-18c9-4e36-8c98-5ca816ca4130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709765 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.709706 [ 294 ] {} TCP-Session: 6737a176-b1b7-44b4-9ffb-5a2d545e6bb0 Authenticating user 'default' from [fd00:1122:3344:101::e]:53423 2025.12.24 02:34:31.709932 [ 293 ] {} TCP-Session: a99df68d-10d0-4d53-8593-f58e2181c369 Authenticating user 'default' from [fd00:1122:3344:101::e]:48510 2025.12.24 02:34:31.709950 [ 294 ] {} TCP-Session: 6737a176-b1b7-44b4-9ffb-5a2d545e6bb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709963 [ 293 ] {} TCP-Session: a99df68d-10d0-4d53-8593-f58e2181c369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709976 [ 294 ] {} TCP-Session: 6737a176-b1b7-44b4-9ffb-5a2d545e6bb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709989 [ 293 ] {} TCP-Session: a99df68d-10d0-4d53-8593-f58e2181c369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709584 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.709553 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52298 2025.12.24 02:34:31.710054 [ 291 ] {} TCP-Session: c2017c4a-4475-4315-872b-9ced576848f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:58396 2025.12.24 02:34:31.709533 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46424 2025.12.24 02:34:31.710082 [ 291 ] {} TCP-Session: c2017c4a-4475-4315-872b-9ced576848f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.709698 [ 290 ] {} TCP-Session: 532c7cb8-ce5a-46f0-ac7e-7352ca1411b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:31.710113 [ 291 ] {} TCP-Session: c2017c4a-4475-4315-872b-9ced576848f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.710116 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.710154 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:34:31.710166 [ 295 ] {} TCP-Session: 7cdb578c-427c-4a37-9d92-ec6b6e03188a Authenticating user 'default' from [fd00:1122:3344:101::e]:52298 2025.12.24 02:34:31.710187 [ 292 ] {} TCP-Session: 32c7e66a-4d23-4a5e-bab7-25a34a528c5e Authenticating user 'default' from [fd00:1122:3344:101::e]:46424 2025.12.24 02:34:31.710194 [ 295 ] {} TCP-Session: 7cdb578c-427c-4a37-9d92-ec6b6e03188a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.710216 [ 292 ] {} TCP-Session: 32c7e66a-4d23-4a5e-bab7-25a34a528c5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.710231 [ 295 ] {} TCP-Session: 7cdb578c-427c-4a37-9d92-ec6b6e03188a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.710245 [ 292 ] {} TCP-Session: 32c7e66a-4d23-4a5e-bab7-25a34a528c5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.710272 [ 290 ] {5af06e8a-8949-4959-9866-7b4d317733d4} executeQuery: (from [fd00:1122:3344:101::e]:38558) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:34:31.710513 [ 290 ] {5af06e8a-8949-4959-9866-7b4d317733d4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:34:31.710567 [ 290 ] {5af06e8a-8949-4959-9866-7b4d317733d4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:34:31.710832 [ 290 ] {5af06e8a-8949-4959-9866-7b4d317733d4} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:34:31.711804 [ 341 ] {5af06e8a-8949-4959-9866-7b4d317733d4} AggregatingTransform: Aggregating 2025.12.24 02:34:31.711861 [ 341 ] {5af06e8a-8949-4959-9866-7b4d317733d4} Aggregator: Aggregation method: without_key 2025.12.24 02:34:31.711898 [ 341 ] {5af06e8a-8949-4959-9866-7b4d317733d4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000970455 sec. (1030.444 rows/sec., 40.25 KiB/sec.) 2025.12.24 02:34:31.711920 [ 341 ] {5af06e8a-8949-4959-9866-7b4d317733d4} Aggregator: Merging aggregated data 2025.12.24 02:34:31.713003 [ 290 ] {5af06e8a-8949-4959-9866-7b4d317733d4} executeQuery: Read 1 rows, 40.00 B in 0.002779 sec., 359.8416696653473 rows/sec., 14.06 KiB/sec. 2025.12.24 02:34:31.713147 [ 290 ] {5af06e8a-8949-4959-9866-7b4d317733d4} TCPHandler: Processed in 0.003573926 sec. 2025.12.24 02:34:31.713240 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.713273 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.713285 [ 290 ] {} TCP-Session: 532c7cb8-ce5a-46f0-ac7e-7352ca1411b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.713298 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.713327 [ 291 ] {} TCP-Session: c2017c4a-4475-4315-872b-9ced576848f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.713327 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.713340 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.713366 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.713388 [ 292 ] {} TCP-Session: 32c7e66a-4d23-4a5e-bab7-25a34a528c5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.713399 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.713426 [ 296 ] {} TCP-Session: fafa2d56-18c9-4e36-8c98-5ca816ca4130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.713411 [ 293 ] {} TCP-Session: a99df68d-10d0-4d53-8593-f58e2181c369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.713461 [ 297 ] {} TCP-Session: ff2e1d64-24bb-4b0c-8419-07226e05273d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.713357 [ 298 ] {} TCP-Session: 292e587f-f87d-474e-b35c-685de60ba068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.713307 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.713387 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 02:34:31.713546 [ 294 ] {} TCP-Session: 6737a176-b1b7-44b4-9ffb-5a2d545e6bb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:31.713588 [ 295 ] {} TCP-Session: 7cdb578c-427c-4a37-9d92-ec6b6e03188a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:34:32.000206 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 252.79 MiB, peak 262.90 MiB, free memory in arenas 0.00 B, will set to 251.63 MiB (RSS), difference: -1.17 MiB 2025.12.24 02:34:32.242485 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11919 2025.12.24 02:34:32.242986 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:32.243029 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:32.243532 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:34:32.243788 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:32.243950 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11919 2025.12.24 02:34:32.916833 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.12.24 02:34:32.933944 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:32.934017 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:32.940095 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:34:32.940932 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:32.945404 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.12.24 02:34:34.768642 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 650 2025.12.24 02:34:34.771405 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:34.771452 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:34.772840 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:34:34.773135 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:34.773475 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 650 2025.12.24 02:34:36.321990 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:36.322168 [ 4 ] {472bd91f-9b59-4620-8b34-d14a450b7029} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:36.322232 [ 4 ] {472bd91f-9b59-4620-8b34-d14a450b7029} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:36.322842 [ 4 ] {472bd91f-9b59-4620-8b34-d14a450b7029} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.322889 [ 4 ] {472bd91f-9b59-4620-8b34-d14a450b7029} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:36.323272 [ 4 ] {472bd91f-9b59-4620-8b34-d14a450b7029} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 02:34:36.323508 [ 4 ] {472bd91f-9b59-4620-8b34-d14a450b7029} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.323653 [ 61 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 02:34:36.323660 [ 4 ] {472bd91f-9b59-4620-8b34-d14a450b7029} executeQuery: Read 84 rows, 7.20 KiB in 0.001539 sec., 54580.896686159846 rows/sec., 4.57 MiB/sec. 2025.12.24 02:34:36.323725 [ 61 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.323745 [ 4 ] {472bd91f-9b59-4620-8b34-d14a450b7029} TCPHandler: Processed in 0.00187982 sec. 2025.12.24 02:34:36.323752 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:36.323881 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:36.323883 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:34:36.323982 [ 4 ] {cd27af30-a63c-4215-bfed-feb540231dc5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:36.324027 [ 4 ] {cd27af30-a63c-4215-bfed-feb540231dc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:36.324039 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:36.324085 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1406 rows starting from the beginning of the part 2025.12.24 02:34:36.324159 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 204 rows starting from the beginning of the part 2025.12.24 02:34:36.324209 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:34:36.324258 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 84 rows starting from the beginning of the part 2025.12.24 02:34:36.324301 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1250 rows starting from the beginning of the part 2025.12.24 02:34:36.324346 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 84 rows starting from the beginning of the part 2025.12.24 02:34:36.324437 [ 4 ] {cd27af30-a63c-4215-bfed-feb540231dc5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.324478 [ 4 ] {cd27af30-a63c-4215-bfed-feb540231dc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:36.324821 [ 4 ] {cd27af30-a63c-4215-bfed-feb540231dc5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 02:34:36.325044 [ 4 ] {cd27af30-a63c-4215-bfed-feb540231dc5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.325156 [ 61 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 02:34:36.325181 [ 4 ] {cd27af30-a63c-4215-bfed-feb540231dc5} executeQuery: Read 14 rows, 1.05 KiB in 0.001217 sec., 11503.697617091208 rows/sec., 865.02 KiB/sec. 2025.12.24 02:34:36.325190 [ 61 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.325222 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:36.325226 [ 4 ] {cd27af30-a63c-4215-bfed-feb540231dc5} TCPHandler: Processed in 0.001395473 sec. 2025.12.24 02:34:36.325307 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:34:36.325339 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:36.325394 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:36.325423 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 70 rows starting from the beginning of the part 2025.12.24 02:34:36.325433 [ 4 ] {e41d9167-78b2-487f-83b6-602a0ab0690f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:36.325474 [ 4 ] {e41d9167-78b2-487f-83b6-602a0ab0690f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:36.325482 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:34:36.325524 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part 2025.12.24 02:34:36.325563 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part 2025.12.24 02:34:36.325602 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part 2025.12.24 02:34:36.325642 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part 2025.12.24 02:34:36.325925 [ 4 ] {e41d9167-78b2-487f-83b6-602a0ab0690f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.325960 [ 4 ] {e41d9167-78b2-487f-83b6-602a0ab0690f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:36.325976 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3136 rows, containing 5 columns (5 merged, 0 gathered) in 0.002147785 sec., 1460108.9028929803 rows/sec., 127.96 MiB/sec. 2025.12.24 02:34:36.326279 [ 4 ] {e41d9167-78b2-487f-83b6-602a0ab0690f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 02:34:36.326291 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 02:34:36.326421 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.001156269 sec., 155673.11758768937 rows/sec., 12.02 MiB/sec. 2025.12.24 02:34:36.326543 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 02:34:36.326549 [ 4 ] {e41d9167-78b2-487f-83b6-602a0ab0690f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.326679 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_36_7} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.326691 [ 61 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 02:34:36.326716 [ 4 ] {e41d9167-78b2-487f-83b6-602a0ab0690f} executeQuery: Read 78 rows, 6.24 KiB in 0.001302 sec., 59907.83410138249 rows/sec., 4.68 MiB/sec. 2025.12.24 02:34:36.326732 [ 61 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.326764 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:36.326765 [ 4 ] {e41d9167-78b2-487f-83b6-602a0ab0690f} TCPHandler: Processed in 0.001476973 sec. 2025.12.24 02:34:36.326777 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_36_7} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 02:34:36.326838 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_31_6} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.326854 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:34:36.326902 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:34:36.326911 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:36.326918 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_31_6} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 02:34:36.326970 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:36.327008 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 632 rows starting from the beginning of the part 2025.12.24 02:34:36.327008 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 02:34:36.327017 [ 4 ] {deb415b6-bf62-4da1-86b7-333dadd1bfc3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:36.327072 [ 4 ] {deb415b6-bf62-4da1-86b7-333dadd1bfc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:36.327075 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 114 rows starting from the beginning of the part 2025.12.24 02:34:36.327131 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:34:36.327171 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 78 rows starting from the beginning of the part 2025.12.24 02:34:36.327209 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 550 rows starting from the beginning of the part 2025.12.24 02:34:36.327253 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 78 rows starting from the beginning of the part 2025.12.24 02:34:36.327487 [ 4 ] {deb415b6-bf62-4da1-86b7-333dadd1bfc3} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.327531 [ 4 ] {deb415b6-bf62-4da1-86b7-333dadd1bfc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:36.327874 [ 4 ] {deb415b6-bf62-4da1-86b7-333dadd1bfc3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 02:34:36.328095 [ 4 ] {deb415b6-bf62-4da1-86b7-333dadd1bfc3} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.328202 [ 61 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 02:34:36.328226 [ 4 ] {deb415b6-bf62-4da1-86b7-333dadd1bfc3} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2025.12.24 02:34:36.328230 [ 61 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.328265 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:36.328270 [ 4 ] {deb415b6-bf62-4da1-86b7-333dadd1bfc3} TCPHandler: Processed in 0.001410532 sec. 2025.12.24 02:34:36.328337 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:34:36.328389 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:36.328434 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:36.328467 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9153 rows starting from the beginning of the part 2025.12.24 02:34:36.328469 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1542 rows, containing 5 columns (5 merged, 0 gathered) in 0.001656236 sec., 931026.7377354435 rows/sec., 74.16 MiB/sec. 2025.12.24 02:34:36.328486 [ 4 ] {c5248f7e-5586-4639-a53a-a2cf96dc93b5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:36.328521 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 196 rows starting from the beginning of the part 2025.12.24 02:34:36.328557 [ 4 ] {c5248f7e-5586-4639-a53a-a2cf96dc93b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:36.328571 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:34:36.328620 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2025.12.24 02:34:36.328647 [ 187 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 02:34:36.328661 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 846 rows starting from the beginning of the part 2025.12.24 02:34:36.328712 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2025.12.24 02:34:36.328932 [ 187 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_36_7} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.329014 [ 187 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_36_7} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 02:34:36.329090 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:34:36.329310 [ 4 ] {c5248f7e-5586-4639-a53a-a2cf96dc93b5} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.329352 [ 4 ] {c5248f7e-5586-4639-a53a-a2cf96dc93b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:36.329886 [ 4 ] {c5248f7e-5586-4639-a53a-a2cf96dc93b5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 02:34:36.330120 [ 4 ] {c5248f7e-5586-4639-a53a-a2cf96dc93b5} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.330232 [ 61 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 02:34:36.330260 [ 4 ] {c5248f7e-5586-4639-a53a-a2cf96dc93b5} executeQuery: Read 14 rows, 25.69 KiB in 0.001792 sec., 7812.5 rows/sec., 14.00 MiB/sec. 2025.12.24 02:34:36.330262 [ 61 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.330302 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:36.330327 [ 4 ] {c5248f7e-5586-4639-a53a-a2cf96dc93b5} TCPHandler: Processed in 0.001988052 sec. 2025.12.24 02:34:36.330368 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::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.12.24 02:34:36.330449 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:36.330520 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:36.330547 [ 4 ] {124e8642-c8e2-4419-ac9d-084cac50f589} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:36.330568 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 455 rows starting from the beginning of the part 2025.12.24 02:34:36.330589 [ 4 ] {124e8642-c8e2-4419-ac9d-084cac50f589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:36.330664 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part 2025.12.24 02:34:36.330763 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part 2025.12.24 02:34:36.330865 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part 2025.12.24 02:34:36.330934 [ 4 ] {124e8642-c8e2-4419-ac9d-084cac50f589} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.330957 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part 2025.12.24 02:34:36.330970 [ 4 ] {124e8642-c8e2-4419-ac9d-084cac50f589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:36.331044 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part 2025.12.24 02:34:36.331290 [ 4 ] {124e8642-c8e2-4419-ac9d-084cac50f589} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 02:34:36.331508 [ 4 ] {124e8642-c8e2-4419-ac9d-084cac50f589} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.331612 [ 61 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 02:34:36.331640 [ 61 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:36.331640 [ 4 ] {124e8642-c8e2-4419-ac9d-084cac50f589} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.12.24 02:34:36.331657 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:36.331690 [ 4 ] {124e8642-c8e2-4419-ac9d-084cac50f589} TCPHandler: Processed in 0.001290111 sec. 2025.12.24 02:34:36.331748 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:34:36.331844 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:36.331874 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1788 rows starting from the beginning of the part 2025.12.24 02:34:36.331930 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2025.12.24 02:34:36.331970 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:34:36.332009 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2025.12.24 02:34:36.332048 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:34:36.332083 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2025.12.24 02:34:36.332241 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10675 rows, containing 5 columns (5 merged, 0 gathered) in 0.003932142 sec., 2714805.314762285 rows/sec., 186.41 MiB/sec. 2025.12.24 02:34:36.332541 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 02:34:36.332877 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_36_7} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.332959 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_36_7} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 02:34:36.333036 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. 2025.12.24 02:34:36.333197 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2088 rows, containing 4 columns (4 merged, 0 gathered) in 0.001485444 sec., 1405640.3337991873 rows/sec., 94.73 MiB/sec. 2025.12.24 02:34:36.333418 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 02:34:36.333651 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_36_7} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.333714 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_36_7} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 02:34:36.333783 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2025.12.24 02:34:36.351662 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 549 rows, containing 19 columns (19 merged, 0 gathered) in 0.02132125 sec., 25748.959371519024 rows/sec., 46.14 MiB/sec. 2025.12.24 02:34:36.352705 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 02:34:36.353076 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_31_6} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:36.353156 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_31_6} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 02:34:36.353297 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2025.12.24 02:34:37.000306 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 252.66 MiB, peak 263.03 MiB, free memory in arenas 0.00 B, will set to 254.78 MiB (RSS), difference: 2.12 MiB 2025.12.24 02:34:39.651994 [ 64 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:34:39.652045 [ 64 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:34:39.744098 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12367 2025.12.24 02:34:39.744572 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:39.744609 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:39.745087 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:34:39.745315 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:39.745436 [ 64 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 02:34:39.745457 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12367 2025.12.24 02:34:39.745477 [ 64 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:39.745496 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.12.24 02:34:39.745615 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:39.745771 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:39.745811 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9999 rows starting from the beginning of the part 2025.12.24 02:34:39.745874 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:39.745917 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:39.745957 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:39.745996 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:39.746041 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:34:39.747855 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12367 rows, containing 4 columns (4 merged, 0 gathered) in 0.002293617 sec., 5391920.2726523215 rows/sec., 77.13 MiB/sec. 2025.12.24 02:34:39.748209 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 02:34:39.748481 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_26_5} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:39.748547 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_26_5} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 02:34:39.748637 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.12.24 02:34:40.445574 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.12.24 02:34:40.463437 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:40.463484 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:40.469403 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:34:40.470157 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:40.470473 [ 63 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 02:34:40.470516 [ 63 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:40.470538 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:40.470693 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:40.473422 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.12.24 02:34:40.474936 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:34:40.476537 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:40.481328 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:40.485983 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:40.490592 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:40.495028 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:40.498908 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:34:40.551461 [ 193 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.080828598 sec., 2424.8843212646098 rows/sec., 12.54 MiB/sec. 2025.12.24 02:34:40.554212 [ 193 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 02:34:40.556261 [ 193 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_26_5} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:40.556361 [ 193 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_26_5} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 02:34:40.558641 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.12.24 02:34:41.000292 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 255.90 MiB, peak 266.44 MiB, free memory in arenas 0.00 B, will set to 260.03 MiB (RSS), difference: 4.13 MiB 2025.12.24 02:34:41.323086 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:41.323311 [ 4 ] {2ade963c-2ae7-48f7-8481-88435bb9e17d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:41.323407 [ 4 ] {2ade963c-2ae7-48f7-8481-88435bb9e17d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:41.324305 [ 4 ] {2ade963c-2ae7-48f7-8481-88435bb9e17d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:41.324347 [ 4 ] {2ade963c-2ae7-48f7-8481-88435bb9e17d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:41.324806 [ 4 ] {2ade963c-2ae7-48f7-8481-88435bb9e17d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 02:34:41.325054 [ 4 ] {2ade963c-2ae7-48f7-8481-88435bb9e17d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:41.325214 [ 4 ] {2ade963c-2ae7-48f7-8481-88435bb9e17d} executeQuery: Read 108 rows, 9.29 KiB in 0.001971 sec., 54794.520547945205 rows/sec., 4.60 MiB/sec. 2025.12.24 02:34:41.325262 [ 4 ] {2ade963c-2ae7-48f7-8481-88435bb9e17d} TCPHandler: Processed in 0.002306836 sec. 2025.12.24 02:34:41.325384 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:41.325487 [ 4 ] {7df18aa2-26bd-4c92-ba28-45478588e104} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:41.325532 [ 4 ] {7df18aa2-26bd-4c92-ba28-45478588e104} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:41.325989 [ 4 ] {7df18aa2-26bd-4c92-ba28-45478588e104} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:41.326027 [ 4 ] {7df18aa2-26bd-4c92-ba28-45478588e104} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:41.326341 [ 4 ] {7df18aa2-26bd-4c92-ba28-45478588e104} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 02:34:41.326559 [ 4 ] {7df18aa2-26bd-4c92-ba28-45478588e104} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:41.326698 [ 4 ] {7df18aa2-26bd-4c92-ba28-45478588e104} executeQuery: Read 26 rows, 1.96 KiB in 0.001236 sec., 21035.59870550162 rows/sec., 1.54 MiB/sec. 2025.12.24 02:34:41.326738 [ 4 ] {7df18aa2-26bd-4c92-ba28-45478588e104} TCPHandler: Processed in 0.001407082 sec. 2025.12.24 02:34:41.326843 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:41.326939 [ 4 ] {95d4f7d5-4449-4007-a4f4-94eda10b3eda} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:41.326981 [ 4 ] {95d4f7d5-4449-4007-a4f4-94eda10b3eda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:41.327398 [ 4 ] {95d4f7d5-4449-4007-a4f4-94eda10b3eda} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:41.327434 [ 4 ] {95d4f7d5-4449-4007-a4f4-94eda10b3eda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:41.327748 [ 4 ] {95d4f7d5-4449-4007-a4f4-94eda10b3eda} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 02:34:41.327958 [ 4 ] {95d4f7d5-4449-4007-a4f4-94eda10b3eda} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:41.328084 [ 4 ] {95d4f7d5-4449-4007-a4f4-94eda10b3eda} executeQuery: Read 90 rows, 7.20 KiB in 0.001165 sec., 77253.21888412017 rows/sec., 6.03 MiB/sec. 2025.12.24 02:34:41.328121 [ 4 ] {95d4f7d5-4449-4007-a4f4-94eda10b3eda} TCPHandler: Processed in 0.001328781 sec. 2025.12.24 02:34:41.328236 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:41.328329 [ 4 ] {f8317768-9703-4bc8-a663-f09e87f9f8c2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:41.328373 [ 4 ] {f8317768-9703-4bc8-a663-f09e87f9f8c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:41.328764 [ 4 ] {f8317768-9703-4bc8-a663-f09e87f9f8c2} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:41.328800 [ 4 ] {f8317768-9703-4bc8-a663-f09e87f9f8c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:41.329152 [ 4 ] {f8317768-9703-4bc8-a663-f09e87f9f8c2} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 02:34:41.329361 [ 4 ] {f8317768-9703-4bc8-a663-f09e87f9f8c2} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:41.329492 [ 4 ] {f8317768-9703-4bc8-a663-f09e87f9f8c2} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.12.24 02:34:41.329528 [ 4 ] {f8317768-9703-4bc8-a663-f09e87f9f8c2} TCPHandler: Processed in 0.001343541 sec. 2025.12.24 02:34:41.329631 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:41.329724 [ 4 ] {3d19d1f3-d83f-4ce4-9790-a2220089b4da} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:41.329779 [ 4 ] {3d19d1f3-d83f-4ce4-9790-a2220089b4da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:41.330545 [ 4 ] {3d19d1f3-d83f-4ce4-9790-a2220089b4da} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:41.330580 [ 4 ] {3d19d1f3-d83f-4ce4-9790-a2220089b4da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:41.331142 [ 4 ] {3d19d1f3-d83f-4ce4-9790-a2220089b4da} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 02:34:41.331367 [ 4 ] {3d19d1f3-d83f-4ce4-9790-a2220089b4da} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:41.331505 [ 4 ] {3d19d1f3-d83f-4ce4-9790-a2220089b4da} executeQuery: Read 26 rows, 47.71 KiB in 0.001799 sec., 14452.473596442467 rows/sec., 25.90 MiB/sec. 2025.12.24 02:34:41.331566 [ 4 ] {3d19d1f3-d83f-4ce4-9790-a2220089b4da} TCPHandler: Processed in 0.001984782 sec. 2025.12.24 02:34:41.331687 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:41.331781 [ 4 ] {1f41c956-c1ef-412f-8799-ca11478bc51a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:41.331823 [ 4 ] {1f41c956-c1ef-412f-8799-ca11478bc51a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:41.332155 [ 4 ] {1f41c956-c1ef-412f-8799-ca11478bc51a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:41.332191 [ 4 ] {1f41c956-c1ef-412f-8799-ca11478bc51a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:41.332514 [ 4 ] {1f41c956-c1ef-412f-8799-ca11478bc51a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 02:34:41.332718 [ 4 ] {1f41c956-c1ef-412f-8799-ca11478bc51a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:41.332846 [ 4 ] {1f41c956-c1ef-412f-8799-ca11478bc51a} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.12.24 02:34:41.332882 [ 4 ] {1f41c956-c1ef-412f-8799-ca11478bc51a} TCPHandler: Processed in 0.00124984 sec. 2025.12.24 02:34:44.773767 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 674 2025.12.24 02:34:44.776038 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:44.776093 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:44.777300 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:34:44.777572 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:44.777954 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 674 2025.12.24 02:34:46.324616 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:46.324815 [ 4 ] {4d16a708-d817-4d56-bdb2-e2fc96695ee1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:34:46.324888 [ 4 ] {4d16a708-d817-4d56-bdb2-e2fc96695ee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:34:46.325554 [ 4 ] {4d16a708-d817-4d56-bdb2-e2fc96695ee1} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:46.325607 [ 4 ] {4d16a708-d817-4d56-bdb2-e2fc96695ee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:46.325997 [ 4 ] {4d16a708-d817-4d56-bdb2-e2fc96695ee1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:34:46.326222 [ 4 ] {4d16a708-d817-4d56-bdb2-e2fc96695ee1} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:46.326385 [ 4 ] {4d16a708-d817-4d56-bdb2-e2fc96695ee1} executeQuery: Read 24 rows, 2.04 KiB in 0.001623 sec., 14787.430683918668 rows/sec., 1.23 MiB/sec. 2025.12.24 02:34:46.326436 [ 4 ] {4d16a708-d817-4d56-bdb2-e2fc96695ee1} TCPHandler: Processed in 0.001953871 sec. 2025.12.24 02:34:46.326558 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:46.326661 [ 4 ] {3e6f28d4-bd5c-4ab2-9f91-f90e5489feb6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:34:46.326707 [ 4 ] {3e6f28d4-bd5c-4ab2-9f91-f90e5489feb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:34:46.327137 [ 4 ] {3e6f28d4-bd5c-4ab2-9f91-f90e5489feb6} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:46.327177 [ 4 ] {3e6f28d4-bd5c-4ab2-9f91-f90e5489feb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:46.327473 [ 4 ] {3e6f28d4-bd5c-4ab2-9f91-f90e5489feb6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:34:46.327676 [ 4 ] {3e6f28d4-bd5c-4ab2-9f91-f90e5489feb6} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:46.327807 [ 4 ] {3e6f28d4-bd5c-4ab2-9f91-f90e5489feb6} executeQuery: Read 14 rows, 1.14 KiB in 0.00117 sec., 11965.811965811965 rows/sec., 975.73 KiB/sec. 2025.12.24 02:34:46.327846 [ 4 ] {3e6f28d4-bd5c-4ab2-9f91-f90e5489feb6} TCPHandler: Processed in 0.001340842 sec. 2025.12.24 02:34:46.327967 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:46.328063 [ 4 ] {cc592826-97d6-4af2-a768-9682e22901fe} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:46.328103 [ 4 ] {cc592826-97d6-4af2-a768-9682e22901fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:46.328607 [ 4 ] {cc592826-97d6-4af2-a768-9682e22901fe} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:46.328644 [ 4 ] {cc592826-97d6-4af2-a768-9682e22901fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:46.328960 [ 4 ] {cc592826-97d6-4af2-a768-9682e22901fe} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 02:34:46.329177 [ 4 ] {cc592826-97d6-4af2-a768-9682e22901fe} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:46.329309 [ 4 ] {cc592826-97d6-4af2-a768-9682e22901fe} executeQuery: Read 211 rows, 19.17 KiB in 0.001266 sec., 166666.66666666666 rows/sec., 14.79 MiB/sec. 2025.12.24 02:34:46.329347 [ 4 ] {cc592826-97d6-4af2-a768-9682e22901fe} TCPHandler: Processed in 0.001430613 sec. 2025.12.24 02:34:46.329468 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:46.329561 [ 4 ] {48e7ce22-5983-4893-a47f-d0bc153136ed} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:46.329601 [ 4 ] {48e7ce22-5983-4893-a47f-d0bc153136ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:46.329998 [ 4 ] {48e7ce22-5983-4893-a47f-d0bc153136ed} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:46.330036 [ 4 ] {48e7ce22-5983-4893-a47f-d0bc153136ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:46.330332 [ 4 ] {48e7ce22-5983-4893-a47f-d0bc153136ed} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 02:34:46.330537 [ 4 ] {48e7ce22-5983-4893-a47f-d0bc153136ed} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:46.330663 [ 4 ] {48e7ce22-5983-4893-a47f-d0bc153136ed} executeQuery: Read 40 rows, 2.99 KiB in 0.001121 sec., 35682.42640499554 rows/sec., 2.61 MiB/sec. 2025.12.24 02:34:46.330701 [ 4 ] {48e7ce22-5983-4893-a47f-d0bc153136ed} TCPHandler: Processed in 0.00128349 sec. 2025.12.24 02:34:46.330814 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:46.330907 [ 4 ] {c8af17f9-47a5-450e-8812-664e45c13de1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:34:46.330948 [ 4 ] {c8af17f9-47a5-450e-8812-664e45c13de1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:34:46.331333 [ 4 ] {c8af17f9-47a5-450e-8812-664e45c13de1} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:46.331370 [ 4 ] {c8af17f9-47a5-450e-8812-664e45c13de1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:46.331657 [ 4 ] {c8af17f9-47a5-450e-8812-664e45c13de1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:34:46.331862 [ 4 ] {c8af17f9-47a5-450e-8812-664e45c13de1} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:46.331989 [ 4 ] {c8af17f9-47a5-450e-8812-664e45c13de1} executeQuery: Read 24 rows, 2.04 KiB in 0.0011 sec., 21818.181818181816 rows/sec., 1.81 MiB/sec. 2025.12.24 02:34:46.332027 [ 4 ] {c8af17f9-47a5-450e-8812-664e45c13de1} TCPHandler: Processed in 0.00126309 sec. 2025.12.24 02:34:46.332134 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:46.332227 [ 4 ] {05fd9821-5162-4055-932d-629dfae4fbea} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:34:46.332266 [ 4 ] {05fd9821-5162-4055-932d-629dfae4fbea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:34:46.332648 [ 4 ] {05fd9821-5162-4055-932d-629dfae4fbea} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:46.332684 [ 4 ] {05fd9821-5162-4055-932d-629dfae4fbea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:46.332988 [ 4 ] {05fd9821-5162-4055-932d-629dfae4fbea} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 02:34:46.333206 [ 4 ] {05fd9821-5162-4055-932d-629dfae4fbea} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:46.333332 [ 4 ] {05fd9821-5162-4055-932d-629dfae4fbea} executeQuery: Read 12 rows, 960.00 B in 0.001123 sec., 10685.66340160285 rows/sec., 834.82 KiB/sec. 2025.12.24 02:34:46.333370 [ 4 ] {05fd9821-5162-4055-932d-629dfae4fbea} TCPHandler: Processed in 0.001285151 sec. 2025.12.24 02:34:46.333478 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:46.333570 [ 4 ] {01addf7a-9e3e-4690-8cc5-1982c8b12012} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:46.333609 [ 4 ] {01addf7a-9e3e-4690-8cc5-1982c8b12012} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:46.334056 [ 4 ] {01addf7a-9e3e-4690-8cc5-1982c8b12012} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:46.334092 [ 4 ] {01addf7a-9e3e-4690-8cc5-1982c8b12012} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:46.334395 [ 4 ] {01addf7a-9e3e-4690-8cc5-1982c8b12012} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 02:34:46.334595 [ 4 ] {01addf7a-9e3e-4690-8cc5-1982c8b12012} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:46.334725 [ 4 ] {01addf7a-9e3e-4690-8cc5-1982c8b12012} executeQuery: Read 128 rows, 10.64 KiB in 0.001172 sec., 109215.01706484641 rows/sec., 8.86 MiB/sec. 2025.12.24 02:34:46.334765 [ 4 ] {01addf7a-9e3e-4690-8cc5-1982c8b12012} TCPHandler: Processed in 0.001336971 sec. 2025.12.24 02:34:46.334873 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:46.334967 [ 4 ] {4adcf514-c26e-4cc3-84d1-e0e79e2f5c16} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:46.335009 [ 4 ] {4adcf514-c26e-4cc3-84d1-e0e79e2f5c16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:46.335410 [ 4 ] {4adcf514-c26e-4cc3-84d1-e0e79e2f5c16} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:46.335447 [ 4 ] {4adcf514-c26e-4cc3-84d1-e0e79e2f5c16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:46.335782 [ 4 ] {4adcf514-c26e-4cc3-84d1-e0e79e2f5c16} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 02:34:46.335984 [ 4 ] {4adcf514-c26e-4cc3-84d1-e0e79e2f5c16} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:46.336115 [ 4 ] {4adcf514-c26e-4cc3-84d1-e0e79e2f5c16} executeQuery: Read 203 rows, 14.89 KiB in 0.001167 sec., 173950.2999143102 rows/sec., 12.46 MiB/sec. 2025.12.24 02:34:46.336153 [ 4 ] {4adcf514-c26e-4cc3-84d1-e0e79e2f5c16} TCPHandler: Processed in 0.001329251 sec. 2025.12.24 02:34:46.336266 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:46.336360 [ 4 ] {9e28621e-e27a-43dc-8750-cb737f862b81} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:46.336413 [ 4 ] {9e28621e-e27a-43dc-8750-cb737f862b81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:46.337148 [ 4 ] {9e28621e-e27a-43dc-8750-cb737f862b81} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:46.337185 [ 4 ] {9e28621e-e27a-43dc-8750-cb737f862b81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:46.337694 [ 4 ] {9e28621e-e27a-43dc-8750-cb737f862b81} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 02:34:46.337911 [ 4 ] {9e28621e-e27a-43dc-8750-cb737f862b81} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:46.338049 [ 4 ] {9e28621e-e27a-43dc-8750-cb737f862b81} executeQuery: Read 14 rows, 25.69 KiB in 0.001708 sec., 8196.721311475409 rows/sec., 14.69 MiB/sec. 2025.12.24 02:34:46.338109 [ 4 ] {9e28621e-e27a-43dc-8750-cb737f862b81} TCPHandler: Processed in 0.0018946 sec. 2025.12.24 02:34:46.338222 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:46.338317 [ 4 ] {3ff2f2de-c407-4bd7-850d-0838a5aabef9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:46.338358 [ 4 ] {3ff2f2de-c407-4bd7-850d-0838a5aabef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:46.338689 [ 4 ] {3ff2f2de-c407-4bd7-850d-0838a5aabef9} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:46.338726 [ 4 ] {3ff2f2de-c407-4bd7-850d-0838a5aabef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:46.339037 [ 4 ] {3ff2f2de-c407-4bd7-850d-0838a5aabef9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 02:34:46.339243 [ 4 ] {3ff2f2de-c407-4bd7-850d-0838a5aabef9} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:46.339374 [ 4 ] {3ff2f2de-c407-4bd7-850d-0838a5aabef9} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.12.24 02:34:46.339410 [ 4 ] {3ff2f2de-c407-4bd7-850d-0838a5aabef9} TCPHandler: Processed in 0.0012379 sec. 2025.12.24 02:34:47.245608 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12879 2025.12.24 02:34:47.246371 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:47.246460 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:47.246971 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:34:47.247204 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:47.247363 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12879 2025.12.24 02:34:47.973549 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.12.24 02:34:47.989895 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:47.989960 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:47.996492 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:34:47.997175 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:47.999929 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.12.24 02:34:51.322810 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:51.322999 [ 4 ] {f240b85a-41de-4dc6-b48e-a47f8322b2ec} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:51.323063 [ 4 ] {f240b85a-41de-4dc6-b48e-a47f8322b2ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:51.323695 [ 4 ] {f240b85a-41de-4dc6-b48e-a47f8322b2ec} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:51.323743 [ 4 ] {f240b85a-41de-4dc6-b48e-a47f8322b2ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:51.324143 [ 4 ] {f240b85a-41de-4dc6-b48e-a47f8322b2ec} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 02:34:51.324361 [ 4 ] {f240b85a-41de-4dc6-b48e-a47f8322b2ec} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:51.324507 [ 4 ] {f240b85a-41de-4dc6-b48e-a47f8322b2ec} executeQuery: Read 108 rows, 9.29 KiB in 0.001554 sec., 69498.0694980695 rows/sec., 5.83 MiB/sec. 2025.12.24 02:34:51.324548 [ 4 ] {f240b85a-41de-4dc6-b48e-a47f8322b2ec} TCPHandler: Processed in 0.0018592 sec. 2025.12.24 02:34:51.324662 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:51.324756 [ 4 ] {5790f1a3-d2ab-4454-83db-53c8f04b0883} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:51.324796 [ 4 ] {5790f1a3-d2ab-4454-83db-53c8f04b0883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:51.325190 [ 4 ] {5790f1a3-d2ab-4454-83db-53c8f04b0883} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:51.325226 [ 4 ] {5790f1a3-d2ab-4454-83db-53c8f04b0883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:51.325518 [ 4 ] {5790f1a3-d2ab-4454-83db-53c8f04b0883} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 02:34:51.325724 [ 4 ] {5790f1a3-d2ab-4454-83db-53c8f04b0883} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:51.325851 [ 4 ] {5790f1a3-d2ab-4454-83db-53c8f04b0883} executeQuery: Read 26 rows, 1.96 KiB in 0.001114 sec., 23339.317773788152 rows/sec., 1.71 MiB/sec. 2025.12.24 02:34:51.325888 [ 4 ] {5790f1a3-d2ab-4454-83db-53c8f04b0883} TCPHandler: Processed in 0.00127331 sec. 2025.12.24 02:34:51.325987 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:51.326077 [ 4 ] {afeb2114-c1b1-46e1-8a18-bdc6591a2872} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:51.326116 [ 4 ] {afeb2114-c1b1-46e1-8a18-bdc6591a2872} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:51.326518 [ 4 ] {afeb2114-c1b1-46e1-8a18-bdc6591a2872} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:51.326554 [ 4 ] {afeb2114-c1b1-46e1-8a18-bdc6591a2872} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:51.326869 [ 4 ] {afeb2114-c1b1-46e1-8a18-bdc6591a2872} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 02:34:51.327086 [ 4 ] {afeb2114-c1b1-46e1-8a18-bdc6591a2872} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:51.327211 [ 4 ] {afeb2114-c1b1-46e1-8a18-bdc6591a2872} executeQuery: Read 90 rows, 7.20 KiB in 0.001151 sec., 78192.87576020852 rows/sec., 6.11 MiB/sec. 2025.12.24 02:34:51.327248 [ 4 ] {afeb2114-c1b1-46e1-8a18-bdc6591a2872} TCPHandler: Processed in 0.001307911 sec. 2025.12.24 02:34:51.327359 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:51.327460 [ 4 ] {61297f97-ef88-46c1-adc1-e87cc0e9ce99} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:51.327502 [ 4 ] {61297f97-ef88-46c1-adc1-e87cc0e9ce99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:51.327898 [ 4 ] {61297f97-ef88-46c1-adc1-e87cc0e9ce99} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:51.327957 [ 4 ] {61297f97-ef88-46c1-adc1-e87cc0e9ce99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:51.328278 [ 4 ] {61297f97-ef88-46c1-adc1-e87cc0e9ce99} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 02:34:51.328477 [ 4 ] {61297f97-ef88-46c1-adc1-e87cc0e9ce99} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:51.328602 [ 4 ] {61297f97-ef88-46c1-adc1-e87cc0e9ce99} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.12.24 02:34:51.328643 [ 4 ] {61297f97-ef88-46c1-adc1-e87cc0e9ce99} TCPHandler: Processed in 0.001329561 sec. 2025.12.24 02:34:51.328747 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:51.328838 [ 4 ] {d1eb81f3-ee8e-4318-879c-3b63262403ff} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:51.328898 [ 4 ] {d1eb81f3-ee8e-4318-879c-3b63262403ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:51.329643 [ 4 ] {d1eb81f3-ee8e-4318-879c-3b63262403ff} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:51.329679 [ 4 ] {d1eb81f3-ee8e-4318-879c-3b63262403ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:51.330183 [ 4 ] {d1eb81f3-ee8e-4318-879c-3b63262403ff} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 02:34:51.330404 [ 4 ] {d1eb81f3-ee8e-4318-879c-3b63262403ff} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:51.330536 [ 4 ] {d1eb81f3-ee8e-4318-879c-3b63262403ff} executeQuery: Read 26 rows, 47.71 KiB in 0.001715 sec., 15160.349854227406 rows/sec., 27.17 MiB/sec. 2025.12.24 02:34:51.330587 [ 4 ] {d1eb81f3-ee8e-4318-879c-3b63262403ff} TCPHandler: Processed in 0.00188635 sec. 2025.12.24 02:34:51.330697 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:51.330788 [ 4 ] {0ab4f5b6-1a4e-4dcb-87c6-20de79fa3c55} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:51.330834 [ 4 ] {0ab4f5b6-1a4e-4dcb-87c6-20de79fa3c55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:51.331155 [ 4 ] {0ab4f5b6-1a4e-4dcb-87c6-20de79fa3c55} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:51.331190 [ 4 ] {0ab4f5b6-1a4e-4dcb-87c6-20de79fa3c55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:51.331487 [ 4 ] {0ab4f5b6-1a4e-4dcb-87c6-20de79fa3c55} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 02:34:51.331690 [ 4 ] {0ab4f5b6-1a4e-4dcb-87c6-20de79fa3c55} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:51.331814 [ 4 ] {0ab4f5b6-1a4e-4dcb-87c6-20de79fa3c55} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2025.12.24 02:34:51.331849 [ 4 ] {0ab4f5b6-1a4e-4dcb-87c6-20de79fa3c55} TCPHandler: Processed in 0.001199499 sec. 2025.12.24 02:34:54.652104 [ 45 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:34:54.652173 [ 45 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:34:54.747535 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13327 2025.12.24 02:34:54.748068 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:54.748115 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:54.748644 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 02:34:54.748870 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:54.748995 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13327 2025.12.24 02:34:54.778202 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 706 2025.12.24 02:34:54.780513 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:54.780562 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:54.781735 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:34:54.781997 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:54.782253 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 706 2025.12.24 02:34:55.500098 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.12.24 02:34:55.515745 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:55.515796 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:55.522451 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 02:34:55.523199 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:55.525909 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.12.24 02:34:56.322524 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:56.322779 [ 4 ] {c57c61be-03d2-4031-b412-12cae452535e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:34:56.322860 [ 4 ] {c57c61be-03d2-4031-b412-12cae452535e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:34:56.323534 [ 4 ] {c57c61be-03d2-4031-b412-12cae452535e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:56.323581 [ 4 ] {c57c61be-03d2-4031-b412-12cae452535e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:56.323973 [ 4 ] {c57c61be-03d2-4031-b412-12cae452535e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 02:34:56.324192 [ 4 ] {c57c61be-03d2-4031-b412-12cae452535e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:56.324343 [ 4 ] {c57c61be-03d2-4031-b412-12cae452535e} executeQuery: Read 84 rows, 7.20 KiB in 0.001631 sec., 51502.14592274678 rows/sec., 4.31 MiB/sec. 2025.12.24 02:34:56.324384 [ 4 ] {c57c61be-03d2-4031-b412-12cae452535e} TCPHandler: Processed in 0.002022242 sec. 2025.12.24 02:34:56.324504 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:56.324598 [ 4 ] {276f8023-86f6-4b9b-a229-e55ef84ad925} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:34:56.324638 [ 4 ] {276f8023-86f6-4b9b-a229-e55ef84ad925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:34:56.325035 [ 4 ] {276f8023-86f6-4b9b-a229-e55ef84ad925} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:56.325070 [ 4 ] {276f8023-86f6-4b9b-a229-e55ef84ad925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:56.325357 [ 4 ] {276f8023-86f6-4b9b-a229-e55ef84ad925} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 02:34:56.325563 [ 4 ] {276f8023-86f6-4b9b-a229-e55ef84ad925} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:56.325701 [ 4 ] {276f8023-86f6-4b9b-a229-e55ef84ad925} executeQuery: Read 14 rows, 1.05 KiB in 0.001122 sec., 12477.718360071302 rows/sec., 938.27 KiB/sec. 2025.12.24 02:34:56.325747 [ 4 ] {276f8023-86f6-4b9b-a229-e55ef84ad925} TCPHandler: Processed in 0.001291541 sec. 2025.12.24 02:34:56.325877 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:56.325971 [ 4 ] {db6e8fc8-1ba7-4bab-8339-841f05ccfd5d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:34:56.326010 [ 4 ] {db6e8fc8-1ba7-4bab-8339-841f05ccfd5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:34:56.326488 [ 4 ] {db6e8fc8-1ba7-4bab-8339-841f05ccfd5d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:56.326524 [ 4 ] {db6e8fc8-1ba7-4bab-8339-841f05ccfd5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:56.326821 [ 4 ] {db6e8fc8-1ba7-4bab-8339-841f05ccfd5d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 02:34:56.327030 [ 4 ] {db6e8fc8-1ba7-4bab-8339-841f05ccfd5d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:56.327154 [ 4 ] {db6e8fc8-1ba7-4bab-8339-841f05ccfd5d} executeQuery: Read 78 rows, 6.24 KiB in 0.001201 sec., 64945.8784346378 rows/sec., 5.07 MiB/sec. 2025.12.24 02:34:56.327190 [ 4 ] {db6e8fc8-1ba7-4bab-8339-841f05ccfd5d} TCPHandler: Processed in 0.001360742 sec. 2025.12.24 02:34:56.327302 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:56.327393 [ 4 ] {258f9399-d844-475a-b416-25eea32df8ab} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:56.327435 [ 4 ] {258f9399-d844-475a-b416-25eea32df8ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:34:56.327860 [ 4 ] {258f9399-d844-475a-b416-25eea32df8ab} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:56.327898 [ 4 ] {258f9399-d844-475a-b416-25eea32df8ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:56.328237 [ 4 ] {258f9399-d844-475a-b416-25eea32df8ab} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 02:34:56.328447 [ 4 ] {258f9399-d844-475a-b416-25eea32df8ab} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:56.328573 [ 4 ] {258f9399-d844-475a-b416-25eea32df8ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.12.24 02:34:56.328609 [ 4 ] {258f9399-d844-475a-b416-25eea32df8ab} TCPHandler: Processed in 0.001355282 sec. 2025.12.24 02:34:56.328710 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:56.328802 [ 4 ] {24fb071b-8880-4a02-8753-f2b41dc5f863} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:34:56.328855 [ 4 ] {24fb071b-8880-4a02-8753-f2b41dc5f863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:34:56.329623 [ 4 ] {24fb071b-8880-4a02-8753-f2b41dc5f863} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:56.329675 [ 4 ] {24fb071b-8880-4a02-8753-f2b41dc5f863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:56.330195 [ 4 ] {24fb071b-8880-4a02-8753-f2b41dc5f863} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 02:34:56.330407 [ 4 ] {24fb071b-8880-4a02-8753-f2b41dc5f863} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:56.330539 [ 4 ] {24fb071b-8880-4a02-8753-f2b41dc5f863} executeQuery: Read 14 rows, 25.69 KiB in 0.001755 sec., 7977.207977207977 rows/sec., 14.29 MiB/sec. 2025.12.24 02:34:56.330593 [ 4 ] {24fb071b-8880-4a02-8753-f2b41dc5f863} TCPHandler: Processed in 0.001930781 sec. 2025.12.24 02:34:56.330708 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:34:56.330802 [ 4 ] {546a6eee-ee98-494a-aed6-8309c3ae069a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:34:56.330845 [ 4 ] {546a6eee-ee98-494a-aed6-8309c3ae069a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:34:56.331171 [ 4 ] {546a6eee-ee98-494a-aed6-8309c3ae069a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:34:56.331206 [ 4 ] {546a6eee-ee98-494a-aed6-8309c3ae069a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:34:56.331521 [ 4 ] {546a6eee-ee98-494a-aed6-8309c3ae069a} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 02:34:56.331723 [ 4 ] {546a6eee-ee98-494a-aed6-8309c3ae069a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:34:56.331849 [ 4 ] {546a6eee-ee98-494a-aed6-8309c3ae069a} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2025.12.24 02:34:56.331884 [ 4 ] {546a6eee-ee98-494a-aed6-8309c3ae069a} TCPHandler: Processed in 0.001224089 sec. 2025.12.24 02:35:01.353446 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:01.353724 [ 4 ] {011df384-262c-4bff-9d9a-972edace94c2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:01.353823 [ 4 ] {011df384-262c-4bff-9d9a-972edace94c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:01.355219 [ 4 ] {011df384-262c-4bff-9d9a-972edace94c2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.355269 [ 4 ] {011df384-262c-4bff-9d9a-972edace94c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.355759 [ 4 ] {011df384-262c-4bff-9d9a-972edace94c2} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 02:35:01.355987 [ 4 ] {011df384-262c-4bff-9d9a-972edace94c2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.356149 [ 4 ] {011df384-262c-4bff-9d9a-972edace94c2} executeQuery: Read 1248 rows, 105.85 KiB in 0.002496 sec., 500000 rows/sec., 41.41 MiB/sec. 2025.12.24 02:35:01.356158 [ 35 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 02:35:01.356199 [ 4 ] {011df384-262c-4bff-9d9a-972edace94c2} TCPHandler: Processed in 0.002920056 sec. 2025.12.24 02:35:01.356235 [ 35 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.356266 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.356333 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:01.356382 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:35:01.356442 [ 4 ] {b191f009-b524-4979-b4c6-282f02b95fa1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:01.356491 [ 4 ] {b191f009-b524-4979-b4c6-282f02b95fa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:01.356518 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:01.356560 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1406 rows starting from the beginning of the part 2025.12.24 02:35:01.356638 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:35:01.356690 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 211 rows starting from the beginning of the part 2025.12.24 02:35:01.356739 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:35:01.356783 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 84 rows starting from the beginning of the part 2025.12.24 02:35:01.356828 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:35:01.356920 [ 4 ] {b191f009-b524-4979-b4c6-282f02b95fa1} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.356964 [ 4 ] {b191f009-b524-4979-b4c6-282f02b95fa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.357334 [ 4 ] {b191f009-b524-4979-b4c6-282f02b95fa1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 02:35:01.357560 [ 4 ] {b191f009-b524-4979-b4c6-282f02b95fa1} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.357674 [ 35 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 02:35:01.357702 [ 4 ] {b191f009-b524-4979-b4c6-282f02b95fa1} executeQuery: Read 26 rows, 1.96 KiB in 0.001285 sec., 20233.463035019457 rows/sec., 1.49 MiB/sec. 2025.12.24 02:35:01.357704 [ 35 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.357741 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.357748 [ 4 ] {b191f009-b524-4979-b4c6-282f02b95fa1} TCPHandler: Processed in 0.001467564 sec. 2025.12.24 02:35:01.357853 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:35:01.357860 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:01.357987 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:01.357997 [ 4 ] {5eef6cfc-e335-459f-82c8-cf3da828d92c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:35:01.358028 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 70 rows starting from the beginning of the part 2025.12.24 02:35:01.358048 [ 4 ] {5eef6cfc-e335-459f-82c8-cf3da828d92c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:35:01.358094 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:01.358139 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part 2025.12.24 02:35:01.358178 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:01.358214 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:01.358256 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:01.358402 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3165 rows, containing 5 columns (5 merged, 0 gathered) in 0.002064363 sec., 1533160.5923958141 rows/sec., 134.35 MiB/sec. 2025.12.24 02:35:01.358560 [ 4 ] {5eef6cfc-e335-459f-82c8-cf3da828d92c} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.358601 [ 4 ] {5eef6cfc-e335-459f-82c8-cf3da828d92c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.358766 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 02:35:01.359047 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 5 columns (5 merged, 0 gathered) in 0.001239109 sec., 163020.36382594268 rows/sec., 12.55 MiB/sec. 2025.12.24 02:35:01.359070 [ 4 ] {5eef6cfc-e335-459f-82c8-cf3da828d92c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:35:01.359130 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_41_8} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.359206 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 02:35:01.359236 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_41_8} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 02:35:01.359337 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 02:35:01.359361 [ 4 ] {5eef6cfc-e335-459f-82c8-cf3da828d92c} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.359519 [ 4 ] {5eef6cfc-e335-459f-82c8-cf3da828d92c} executeQuery: Read 228 rows, 15.81 KiB in 0.001542 sec., 147859.92217898832 rows/sec., 10.01 MiB/sec. 2025.12.24 02:35:01.359522 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_36_7} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.359560 [ 4 ] {5eef6cfc-e335-459f-82c8-cf3da828d92c} TCPHandler: Processed in 0.001749238 sec. 2025.12.24 02:35:01.359613 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_36_7} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 02:35:01.359668 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:01.359714 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:35:01.359768 [ 4 ] {b15ebe21-07ac-47d6-94b2-6a526c0ef1c4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:01.359814 [ 4 ] {b15ebe21-07ac-47d6-94b2-6a526c0ef1c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:01.360460 [ 4 ] {b15ebe21-07ac-47d6-94b2-6a526c0ef1c4} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.360497 [ 4 ] {b15ebe21-07ac-47d6-94b2-6a526c0ef1c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.360840 [ 4 ] {b15ebe21-07ac-47d6-94b2-6a526c0ef1c4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 02:35:01.361066 [ 4 ] {b15ebe21-07ac-47d6-94b2-6a526c0ef1c4} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.361183 [ 35 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 02:35:01.361203 [ 4 ] {b15ebe21-07ac-47d6-94b2-6a526c0ef1c4} executeQuery: Read 546 rows, 41.49 KiB in 0.001455 sec., 375257.7319587629 rows/sec., 27.84 MiB/sec. 2025.12.24 02:35:01.361231 [ 35 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.361270 [ 4 ] {b15ebe21-07ac-47d6-94b2-6a526c0ef1c4} TCPHandler: Processed in 0.001650196 sec. 2025.12.24 02:35:01.361279 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.361383 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:35:01.361394 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:01.361488 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:01.361512 [ 4 ] {6655e9e8-fd3a-42f1-825e-9a0fba93cd91} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:01.361522 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 632 rows starting from the beginning of the part 2025.12.24 02:35:01.361564 [ 4 ] {6655e9e8-fd3a-42f1-825e-9a0fba93cd91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:01.361599 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:35:01.361651 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 128 rows starting from the beginning of the part 2025.12.24 02:35:01.361694 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:35:01.361735 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 78 rows starting from the beginning of the part 2025.12.24 02:35:01.361776 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 546 rows starting from the beginning of the part 2025.12.24 02:35:01.362210 [ 4 ] {6655e9e8-fd3a-42f1-825e-9a0fba93cd91} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.362253 [ 4 ] {6655e9e8-fd3a-42f1-825e-9a0fba93cd91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.362680 [ 4 ] {6655e9e8-fd3a-42f1-825e-9a0fba93cd91} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 02:35:01.362841 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1564 rows, containing 5 columns (5 merged, 0 gathered) in 0.001491824 sec., 1048381.0422677206 rows/sec., 83.56 MiB/sec. 2025.12.24 02:35:01.362893 [ 4 ] {6655e9e8-fd3a-42f1-825e-9a0fba93cd91} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.363015 [ 35 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 02:35:01.363033 [ 4 ] {6655e9e8-fd3a-42f1-825e-9a0fba93cd91} executeQuery: Read 844 rows, 58.17 KiB in 0.00154 sec., 548051.9480519481 rows/sec., 36.89 MiB/sec. 2025.12.24 02:35:01.363039 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 02:35:01.363063 [ 35 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.363084 [ 4 ] {6655e9e8-fd3a-42f1-825e-9a0fba93cd91} TCPHandler: Processed in 0.001740338 sec. 2025.12.24 02:35:01.363101 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.363186 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:35:01.363203 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:01.363293 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:01.363303 [ 4 ] {1fd6c003-a3fd-41d6-835d-3f3f811c48e1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:01.363331 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10675 rows starting from the beginning of the part 2025.12.24 02:35:01.363369 [ 4 ] {1fd6c003-a3fd-41d6-835d-3f3f811c48e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:01.363374 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_41_8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.363395 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:35:01.363448 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 203 rows starting from the beginning of the part 2025.12.24 02:35:01.363467 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_41_8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 02:35:01.363491 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:35:01.363536 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2025.12.24 02:35:01.363564 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 02:35:01.363577 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 844 rows starting from the beginning of the part 2025.12.24 02:35:01.364237 [ 4 ] {1fd6c003-a3fd-41d6-835d-3f3f811c48e1} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.364277 [ 4 ] {1fd6c003-a3fd-41d6-835d-3f3f811c48e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.364818 [ 4 ] {1fd6c003-a3fd-41d6-835d-3f3f811c48e1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 02:35:01.365044 [ 4 ] {1fd6c003-a3fd-41d6-835d-3f3f811c48e1} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.365156 [ 35 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 02:35:01.365180 [ 4 ] {1fd6c003-a3fd-41d6-835d-3f3f811c48e1} executeQuery: Read 26 rows, 47.71 KiB in 0.001917 sec., 13562.858633281168 rows/sec., 24.30 MiB/sec. 2025.12.24 02:35:01.365192 [ 35 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.365222 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.365247 [ 4 ] {1fd6c003-a3fd-41d6-835d-3f3f811c48e1} TCPHandler: Processed in 0.002118624 sec. 2025.12.24 02:35:01.365297 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::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.12.24 02:35:01.365359 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:01.365447 [ 4 ] {1aaca588-f304-44ba-82cf-694b44b5233a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:01.365456 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:01.365489 [ 4 ] {1aaca588-f304-44ba-82cf-694b44b5233a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:01.365510 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 549 rows starting from the beginning of the part 2025.12.24 02:35:01.365614 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:01.365703 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:01.365790 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:01.365869 [ 4 ] {1aaca588-f304-44ba-82cf-694b44b5233a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.365905 [ 4 ] {1aaca588-f304-44ba-82cf-694b44b5233a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.365949 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:01.366044 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:01.366257 [ 4 ] {1aaca588-f304-44ba-82cf-694b44b5233a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 02:35:01.366483 [ 4 ] {1aaca588-f304-44ba-82cf-694b44b5233a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.366589 [ 35 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 02:35:01.366619 [ 4 ] {1aaca588-f304-44ba-82cf-694b44b5233a} executeQuery: Read 60 rows, 4.14 KiB in 0.00115 sec., 52173.913043478264 rows/sec., 3.52 MiB/sec. 2025.12.24 02:35:01.366619 [ 35 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:01.366658 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:01.366662 [ 4 ] {1aaca588-f304-44ba-82cf-694b44b5233a} TCPHandler: Processed in 0.001318991 sec. 2025.12.24 02:35:01.366742 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:35:01.366831 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:01.366858 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2088 rows starting from the beginning of the part 2025.12.24 02:35:01.366913 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:35:01.366959 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2025.12.24 02:35:01.366997 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:35:01.367038 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2025.12.24 02:35:01.367076 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:35:01.367763 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12202 rows, containing 5 columns (5 merged, 0 gathered) in 0.004603683 sec., 2650486.5778117217 rows/sec., 181.98 MiB/sec. 2025.12.24 02:35:01.368101 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 02:35:01.368390 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 4 columns (4 merged, 0 gathered) in 0.001683576 sec., 1418409.3857360762 rows/sec., 95.59 MiB/sec. 2025.12.24 02:35:01.368399 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_41_8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.368496 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_41_8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 02:35:01.368595 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. 2025.12.24 02:35:01.368765 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 02:35:01.369083 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_41_8} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.369165 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_41_8} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 02:35:01.369253 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2025.12.24 02:35:01.370962 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 655 rows, containing 19 columns (19 merged, 0 gathered) in 0.00566657 sec., 115590.20712706275 rows/sec., 207.13 MiB/sec. 2025.12.24 02:35:01.372321 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 02:35:01.372650 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_36_7} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:01.372718 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_36_7} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 02:35:01.372839 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. 2025.12.24 02:35:02.000210 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 262.79 MiB, peak 274.64 MiB, free memory in arenas 0.00 B, will set to 266.18 MiB (RSS), difference: 3.39 MiB 2025.12.24 02:35:02.249092 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13839 2025.12.24 02:35:02.249673 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:02.249731 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:02.250277 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 02:35:02.250550 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:02.250717 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13839 2025.12.24 02:35:03.025996 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.12.24 02:35:03.043184 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:03.043244 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:03.048997 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 02:35:03.049670 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:03.052570 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.12.24 02:35:04.782498 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 732 2025.12.24 02:35:04.784816 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:04.784861 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:04.786029 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:35:04.786298 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:04.786439 [ 32 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 02:35:04.786501 [ 32 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:04.786521 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:04.786545 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 732 2025.12.24 02:35:04.786622 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:35:04.787124 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:04.787241 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 586 rows starting from the beginning of the part 2025.12.24 02:35:04.787557 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part 2025.12.24 02:35:04.787835 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part 2025.12.24 02:35:04.788187 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.12.24 02:35:04.788502 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part 2025.12.24 02:35:04.788781 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:35:04.794079 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 72 columns (72 merged, 0 gathered) in 0.007498679 sec., 97617.19364170676 rows/sec., 81.33 MiB/sec. 2025.12.24 02:35:04.795375 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 02:35:04.795982 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_21_4} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:04.796068 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_21_4} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 02:35:04.796318 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2025.12.24 02:35:06.323056 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:06.323250 [ 4 ] {5a71c7e6-05f7-4cea-bee3-0f13d295755c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:06.323323 [ 4 ] {5a71c7e6-05f7-4cea-bee3-0f13d295755c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:06.324052 [ 4 ] {5a71c7e6-05f7-4cea-bee3-0f13d295755c} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:06.324108 [ 4 ] {5a71c7e6-05f7-4cea-bee3-0f13d295755c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:06.324506 [ 4 ] {5a71c7e6-05f7-4cea-bee3-0f13d295755c} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 02:35:06.324732 [ 4 ] {5a71c7e6-05f7-4cea-bee3-0f13d295755c} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:06.324892 [ 4 ] {5a71c7e6-05f7-4cea-bee3-0f13d295755c} executeQuery: Read 84 rows, 7.20 KiB in 0.001692 sec., 49645.39007092199 rows/sec., 4.15 MiB/sec. 2025.12.24 02:35:06.324942 [ 4 ] {5a71c7e6-05f7-4cea-bee3-0f13d295755c} TCPHandler: Processed in 0.002019502 sec. 2025.12.24 02:35:06.325067 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:06.325166 [ 4 ] {61c79038-ba87-4465-b894-c9feeaee2312} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:06.325211 [ 4 ] {61c79038-ba87-4465-b894-c9feeaee2312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:06.325619 [ 4 ] {61c79038-ba87-4465-b894-c9feeaee2312} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:06.325656 [ 4 ] {61c79038-ba87-4465-b894-c9feeaee2312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:06.325968 [ 4 ] {61c79038-ba87-4465-b894-c9feeaee2312} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 02:35:06.326177 [ 4 ] {61c79038-ba87-4465-b894-c9feeaee2312} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:06.326309 [ 4 ] {61c79038-ba87-4465-b894-c9feeaee2312} executeQuery: Read 14 rows, 1.05 KiB in 0.001165 sec., 12017.167381974248 rows/sec., 903.63 KiB/sec. 2025.12.24 02:35:06.326348 [ 4 ] {61c79038-ba87-4465-b894-c9feeaee2312} TCPHandler: Processed in 0.001333762 sec. 2025.12.24 02:35:06.326461 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:06.326556 [ 4 ] {bbe8ab0c-ec70-413c-8054-4f63c93b9b86} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:06.326596 [ 4 ] {bbe8ab0c-ec70-413c-8054-4f63c93b9b86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:06.327019 [ 4 ] {bbe8ab0c-ec70-413c-8054-4f63c93b9b86} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:06.327055 [ 4 ] {bbe8ab0c-ec70-413c-8054-4f63c93b9b86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:06.327363 [ 4 ] {bbe8ab0c-ec70-413c-8054-4f63c93b9b86} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 02:35:06.327578 [ 4 ] {bbe8ab0c-ec70-413c-8054-4f63c93b9b86} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:06.327707 [ 4 ] {bbe8ab0c-ec70-413c-8054-4f63c93b9b86} executeQuery: Read 78 rows, 6.24 KiB in 0.001171 sec., 66609.73526900086 rows/sec., 5.20 MiB/sec. 2025.12.24 02:35:06.327746 [ 4 ] {bbe8ab0c-ec70-413c-8054-4f63c93b9b86} TCPHandler: Processed in 0.001335011 sec. 2025.12.24 02:35:06.327856 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:06.327950 [ 4 ] {8d495449-b759-45a2-b0f3-5d21610e6793} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:06.327994 [ 4 ] {8d495449-b759-45a2-b0f3-5d21610e6793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:06.328397 [ 4 ] {8d495449-b759-45a2-b0f3-5d21610e6793} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:06.328432 [ 4 ] {8d495449-b759-45a2-b0f3-5d21610e6793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:06.328768 [ 4 ] {8d495449-b759-45a2-b0f3-5d21610e6793} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 02:35:06.328977 [ 4 ] {8d495449-b759-45a2-b0f3-5d21610e6793} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:06.329109 [ 4 ] {8d495449-b759-45a2-b0f3-5d21610e6793} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2025.12.24 02:35:06.329146 [ 4 ] {8d495449-b759-45a2-b0f3-5d21610e6793} TCPHandler: Processed in 0.001339321 sec. 2025.12.24 02:35:06.329252 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:06.329353 [ 4 ] {85c0cdb3-88ca-4ccc-b3a4-f6176524e971} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:06.329410 [ 4 ] {85c0cdb3-88ca-4ccc-b3a4-f6176524e971} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:06.330199 [ 4 ] {85c0cdb3-88ca-4ccc-b3a4-f6176524e971} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:06.330238 [ 4 ] {85c0cdb3-88ca-4ccc-b3a4-f6176524e971} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:06.330763 [ 4 ] {85c0cdb3-88ca-4ccc-b3a4-f6176524e971} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 02:35:06.330981 [ 4 ] {85c0cdb3-88ca-4ccc-b3a4-f6176524e971} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:06.331124 [ 4 ] {85c0cdb3-88ca-4ccc-b3a4-f6176524e971} executeQuery: Read 14 rows, 25.69 KiB in 0.001789 sec., 7825.6008943543875 rows/sec., 14.02 MiB/sec. 2025.12.24 02:35:06.331184 [ 4 ] {85c0cdb3-88ca-4ccc-b3a4-f6176524e971} TCPHandler: Processed in 0.001982842 sec. 2025.12.24 02:35:06.331297 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:06.331391 [ 4 ] {2eed473a-5b20-4e0c-9196-f0b9f69085e8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:06.331433 [ 4 ] {2eed473a-5b20-4e0c-9196-f0b9f69085e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:06.331772 [ 4 ] {2eed473a-5b20-4e0c-9196-f0b9f69085e8} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:06.331808 [ 4 ] {2eed473a-5b20-4e0c-9196-f0b9f69085e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.12.24 02:35:06.332112 [ 4 ] {2eed473a-5b20-4e0c-9196-f0b9f69085e8} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 02:35:06.332319 [ 4 ] {2eed473a-5b20-4e0c-9196-f0b9f69085e8} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:06.332451 [ 4 ] {2eed473a-5b20-4e0c-9196-f0b9f69085e8} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.12.24 02:35:06.332488 [ 4 ] {2eed473a-5b20-4e0c-9196-f0b9f69085e8} TCPHandler: Processed in 0.00124081 sec. 2025.12.24 02:35:09.652215 [ 49 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:35:09.652278 [ 49 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:35:09.750912 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14287 2025.12.24 02:35:09.751436 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:09.751481 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:09.751963 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 02:35:09.752194 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:09.752331 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14287 2025.12.24 02:35:10.552759 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.12.24 02:35:10.569705 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:10.569753 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:10.575346 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 02:35:10.576023 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:10.578887 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.12.24 02:35:11.323214 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:11.323406 [ 4 ] {42da9a29-f2f5-4703-80f3-95cba85f1570} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:11.323488 [ 4 ] {42da9a29-f2f5-4703-80f3-95cba85f1570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:11.324327 [ 4 ] {42da9a29-f2f5-4703-80f3-95cba85f1570} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:11.324383 [ 4 ] {42da9a29-f2f5-4703-80f3-95cba85f1570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:11.324771 [ 4 ] {42da9a29-f2f5-4703-80f3-95cba85f1570} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 02:35:11.325007 [ 4 ] {42da9a29-f2f5-4703-80f3-95cba85f1570} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:11.325179 [ 4 ] {42da9a29-f2f5-4703-80f3-95cba85f1570} executeQuery: Read 108 rows, 9.29 KiB in 0.001831 sec., 58984.16166029492 rows/sec., 4.95 MiB/sec. 2025.12.24 02:35:11.325229 [ 4 ] {42da9a29-f2f5-4703-80f3-95cba85f1570} TCPHandler: Processed in 0.002135934 sec. 2025.12.24 02:35:11.325348 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:11.325451 [ 4 ] {8a1baabe-7724-4b42-9e1f-775bc2b3d184} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:11.325494 [ 4 ] {8a1baabe-7724-4b42-9e1f-775bc2b3d184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:11.325910 [ 4 ] {8a1baabe-7724-4b42-9e1f-775bc2b3d184} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:11.325947 [ 4 ] {8a1baabe-7724-4b42-9e1f-775bc2b3d184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:11.326259 [ 4 ] {8a1baabe-7724-4b42-9e1f-775bc2b3d184} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 02:35:11.326466 [ 4 ] {8a1baabe-7724-4b42-9e1f-775bc2b3d184} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:11.326606 [ 4 ] {8a1baabe-7724-4b42-9e1f-775bc2b3d184} executeQuery: Read 26 rows, 1.96 KiB in 0.001177 sec., 22090.05947323704 rows/sec., 1.62 MiB/sec. 2025.12.24 02:35:11.326645 [ 4 ] {8a1baabe-7724-4b42-9e1f-775bc2b3d184} TCPHandler: Processed in 0.001349112 sec. 2025.12.24 02:35:11.326753 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:11.326848 [ 4 ] {4548e16a-1cde-45e7-bcf1-ca561adca210} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:11.326888 [ 4 ] {4548e16a-1cde-45e7-bcf1-ca561adca210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:11.327306 [ 4 ] {4548e16a-1cde-45e7-bcf1-ca561adca210} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:11.327342 [ 4 ] {4548e16a-1cde-45e7-bcf1-ca561adca210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:11.327636 [ 4 ] {4548e16a-1cde-45e7-bcf1-ca561adca210} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 02:35:11.327838 [ 4 ] {4548e16a-1cde-45e7-bcf1-ca561adca210} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:11.327969 [ 4 ] {4548e16a-1cde-45e7-bcf1-ca561adca210} executeQuery: Read 90 rows, 7.20 KiB in 0.001139 sec., 79016.68129938543 rows/sec., 6.17 MiB/sec. 2025.12.24 02:35:11.328008 [ 4 ] {4548e16a-1cde-45e7-bcf1-ca561adca210} TCPHandler: Processed in 0.0013032 sec. 2025.12.24 02:35:11.328117 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:11.328253 [ 4 ] {9ebda915-c6fc-4cc2-9a4e-5cd5b6dcf7b6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:11.328321 [ 4 ] {9ebda915-c6fc-4cc2-9a4e-5cd5b6dcf7b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:11.328822 [ 4 ] {9ebda915-c6fc-4cc2-9a4e-5cd5b6dcf7b6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:11.328862 [ 4 ] {9ebda915-c6fc-4cc2-9a4e-5cd5b6dcf7b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:11.329326 [ 4 ] {9ebda915-c6fc-4cc2-9a4e-5cd5b6dcf7b6} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 02:35:11.329541 [ 4 ] {9ebda915-c6fc-4cc2-9a4e-5cd5b6dcf7b6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:11.329674 [ 4 ] {9ebda915-c6fc-4cc2-9a4e-5cd5b6dcf7b6} executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. 2025.12.24 02:35:11.329713 [ 4 ] {9ebda915-c6fc-4cc2-9a4e-5cd5b6dcf7b6} TCPHandler: Processed in 0.001637377 sec. 2025.12.24 02:35:11.329818 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:11.329918 [ 4 ] {80f3d821-a20c-4b03-a2c8-f24988eea015} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:11.329975 [ 4 ] {80f3d821-a20c-4b03-a2c8-f24988eea015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:11.330754 [ 4 ] {80f3d821-a20c-4b03-a2c8-f24988eea015} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:11.330791 [ 4 ] {80f3d821-a20c-4b03-a2c8-f24988eea015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:11.331330 [ 4 ] {80f3d821-a20c-4b03-a2c8-f24988eea015} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 02:35:11.331558 [ 4 ] {80f3d821-a20c-4b03-a2c8-f24988eea015} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:11.331707 [ 4 ] {80f3d821-a20c-4b03-a2c8-f24988eea015} executeQuery: Read 26 rows, 47.71 KiB in 0.001808 sec., 14380.530973451328 rows/sec., 25.77 MiB/sec. 2025.12.24 02:35:11.331767 [ 4 ] {80f3d821-a20c-4b03-a2c8-f24988eea015} TCPHandler: Processed in 0.001996882 sec. 2025.12.24 02:35:11.331878 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:11.332011 [ 4 ] {8cc31684-7efa-4c84-b502-d37ffdee7379} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:11.332098 [ 4 ] {8cc31684-7efa-4c84-b502-d37ffdee7379} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:11.332478 [ 4 ] {8cc31684-7efa-4c84-b502-d37ffdee7379} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:11.332514 [ 4 ] {8cc31684-7efa-4c84-b502-d37ffdee7379} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:11.332827 [ 4 ] {8cc31684-7efa-4c84-b502-d37ffdee7379} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 02:35:11.333044 [ 4 ] {8cc31684-7efa-4c84-b502-d37ffdee7379} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:11.333176 [ 4 ] {8cc31684-7efa-4c84-b502-d37ffdee7379} executeQuery: Read 60 rows, 4.14 KiB in 0.001184 sec., 50675.67567567568 rows/sec., 3.42 MiB/sec. 2025.12.24 02:35:11.333213 [ 4 ] {8cc31684-7efa-4c84-b502-d37ffdee7379} TCPHandler: Processed in 0.001384722 sec. 2025.12.24 02:35:14.336377 [ 104 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.12.24 02:35:14.336478 [ 104 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:14.336516 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:14.336659 [ 187 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::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.12.24 02:35:14.336830 [ 187 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:14.336871 [ 187 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 253 rows starting from the beginning of the part 2025.12.24 02:35:14.336946 [ 187 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.12.24 02:35:14.336999 [ 187 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part 2025.12.24 02:35:14.337049 [ 187 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.12.24 02:35:14.337098 [ 187 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part 2025.12.24 02:35:14.338025 [ 189 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001419952 sec., 533116.6123925316 rows/sec., 38.90 MiB/sec. 2025.12.24 02:35:14.338179 [ 187 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.12.24 02:35:14.338421 [ 187 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_13_3} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:14.338493 [ 187 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_13_3} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.12.24 02:35:14.338563 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 02:35:14.786869 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 756 2025.12.24 02:35:14.789114 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:14.789177 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:14.790404 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:35:14.790699 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:14.791079 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 756 2025.12.24 02:35:16.325309 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:16.325502 [ 4 ] {b1f02522-3c62-4f63-8cd1-9bcef7e73b2e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:35:16.325569 [ 4 ] {b1f02522-3c62-4f63-8cd1-9bcef7e73b2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:35:16.326175 [ 4 ] {b1f02522-3c62-4f63-8cd1-9bcef7e73b2e} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:16.326214 [ 4 ] {b1f02522-3c62-4f63-8cd1-9bcef7e73b2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:16.326613 [ 4 ] {b1f02522-3c62-4f63-8cd1-9bcef7e73b2e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:35:16.326841 [ 4 ] {b1f02522-3c62-4f63-8cd1-9bcef7e73b2e} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:16.327004 [ 4 ] {b1f02522-3c62-4f63-8cd1-9bcef7e73b2e} executeQuery: Read 24 rows, 2.04 KiB in 0.001552 sec., 15463.917525773197 rows/sec., 1.28 MiB/sec. 2025.12.24 02:35:16.327051 [ 4 ] {b1f02522-3c62-4f63-8cd1-9bcef7e73b2e} TCPHandler: Processed in 0.001869 sec. 2025.12.24 02:35:16.327185 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:16.327288 [ 4 ] {e2133aff-e399-4052-b219-9556aa2af310} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:16.327331 [ 4 ] {e2133aff-e399-4052-b219-9556aa2af310} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:16.327834 [ 4 ] {e2133aff-e399-4052-b219-9556aa2af310} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:16.327869 [ 4 ] {e2133aff-e399-4052-b219-9556aa2af310} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:16.328195 [ 4 ] {e2133aff-e399-4052-b219-9556aa2af310} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 02:35:16.328406 [ 4 ] {e2133aff-e399-4052-b219-9556aa2af310} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:16.328535 [ 4 ] {e2133aff-e399-4052-b219-9556aa2af310} executeQuery: Read 204 rows, 18.66 KiB in 0.001272 sec., 160377.35849056605 rows/sec., 14.32 MiB/sec. 2025.12.24 02:35:16.328573 [ 4 ] {e2133aff-e399-4052-b219-9556aa2af310} TCPHandler: Processed in 0.001451373 sec. 2025.12.24 02:35:16.328686 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:16.328782 [ 4 ] {8bf45b35-7de5-4013-9979-fdd1c271550d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:16.328823 [ 4 ] {8bf45b35-7de5-4013-9979-fdd1c271550d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:16.329220 [ 4 ] {8bf45b35-7de5-4013-9979-fdd1c271550d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:16.329254 [ 4 ] {8bf45b35-7de5-4013-9979-fdd1c271550d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:16.329544 [ 4 ] {8bf45b35-7de5-4013-9979-fdd1c271550d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 02:35:16.329756 [ 4 ] {8bf45b35-7de5-4013-9979-fdd1c271550d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:16.329887 [ 4 ] {8bf45b35-7de5-4013-9979-fdd1c271550d} executeQuery: Read 26 rows, 2.01 KiB in 0.001124 sec., 23131.67259786477 rows/sec., 1.75 MiB/sec. 2025.12.24 02:35:16.329924 [ 4 ] {8bf45b35-7de5-4013-9979-fdd1c271550d} TCPHandler: Processed in 0.001288431 sec. 2025.12.24 02:35:16.330027 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:16.330122 [ 4 ] {de4076ad-a611-4a80-a8f8-37acd4b1c5b7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:35:16.330167 [ 4 ] {de4076ad-a611-4a80-a8f8-37acd4b1c5b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:35:16.330555 [ 4 ] {de4076ad-a611-4a80-a8f8-37acd4b1c5b7} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:16.330590 [ 4 ] {de4076ad-a611-4a80-a8f8-37acd4b1c5b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:16.330879 [ 4 ] {de4076ad-a611-4a80-a8f8-37acd4b1c5b7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:35:16.331098 [ 4 ] {de4076ad-a611-4a80-a8f8-37acd4b1c5b7} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:16.331226 [ 4 ] {de4076ad-a611-4a80-a8f8-37acd4b1c5b7} executeQuery: Read 24 rows, 2.04 KiB in 0.001123 sec., 21371.3268032057 rows/sec., 1.77 MiB/sec. 2025.12.24 02:35:16.331264 [ 4 ] {de4076ad-a611-4a80-a8f8-37acd4b1c5b7} TCPHandler: Processed in 0.00128485 sec. 2025.12.24 02:35:16.331395 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:16.331521 [ 4 ] {2ae34269-fe0a-4f3d-b408-fa09c36bdf07} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:35:16.331573 [ 4 ] {2ae34269-fe0a-4f3d-b408-fa09c36bdf07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:35:16.332044 [ 4 ] {2ae34269-fe0a-4f3d-b408-fa09c36bdf07} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:16.332086 [ 4 ] {2ae34269-fe0a-4f3d-b408-fa09c36bdf07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:16.332472 [ 4 ] {2ae34269-fe0a-4f3d-b408-fa09c36bdf07} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:35:16.332700 [ 4 ] {2ae34269-fe0a-4f3d-b408-fa09c36bdf07} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:16.332832 [ 4 ] {2ae34269-fe0a-4f3d-b408-fa09c36bdf07} executeQuery: Read 12 rows, 960.00 B in 0.001336 sec., 8982.035928143712 rows/sec., 701.72 KiB/sec. 2025.12.24 02:35:16.332873 [ 4 ] {2ae34269-fe0a-4f3d-b408-fa09c36bdf07} TCPHandler: Processed in 0.001550315 sec. 2025.12.24 02:35:16.332980 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:16.333080 [ 4 ] {8fda3f6e-9d45-4e13-9173-6f3bbb58704c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:16.333121 [ 4 ] {8fda3f6e-9d45-4e13-9173-6f3bbb58704c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:16.333560 [ 4 ] {8fda3f6e-9d45-4e13-9173-6f3bbb58704c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:16.333596 [ 4 ] {8fda3f6e-9d45-4e13-9173-6f3bbb58704c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:16.333911 [ 4 ] {8fda3f6e-9d45-4e13-9173-6f3bbb58704c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 02:35:16.334111 [ 4 ] {8fda3f6e-9d45-4e13-9173-6f3bbb58704c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:16.334239 [ 4 ] {8fda3f6e-9d45-4e13-9173-6f3bbb58704c} executeQuery: Read 114 rows, 9.49 KiB in 0.001178 sec., 96774.19354838709 rows/sec., 7.87 MiB/sec. 2025.12.24 02:35:16.334276 [ 4 ] {8fda3f6e-9d45-4e13-9173-6f3bbb58704c} TCPHandler: Processed in 0.001345121 sec. 2025.12.24 02:35:16.334386 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:16.334478 [ 4 ] {a442ee65-9a4e-4fc3-931f-c485f73d5ab6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:16.334520 [ 4 ] {a442ee65-9a4e-4fc3-931f-c485f73d5ab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:16.334939 [ 4 ] {a442ee65-9a4e-4fc3-931f-c485f73d5ab6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:16.334974 [ 4 ] {a442ee65-9a4e-4fc3-931f-c485f73d5ab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:16.335301 [ 4 ] {a442ee65-9a4e-4fc3-931f-c485f73d5ab6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 02:35:16.335510 [ 4 ] {a442ee65-9a4e-4fc3-931f-c485f73d5ab6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:16.335635 [ 4 ] {a442ee65-9a4e-4fc3-931f-c485f73d5ab6} executeQuery: Read 196 rows, 14.40 KiB in 0.001176 sec., 166666.6666666667 rows/sec., 11.96 MiB/sec. 2025.12.24 02:35:16.335672 [ 4 ] {a442ee65-9a4e-4fc3-931f-c485f73d5ab6} TCPHandler: Processed in 0.001333901 sec. 2025.12.24 02:35:16.335781 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:16.335875 [ 4 ] {097dfa6e-a718-4d51-b348-a814998c631a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:16.335928 [ 4 ] {097dfa6e-a718-4d51-b348-a814998c631a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:16.336699 [ 4 ] {097dfa6e-a718-4d51-b348-a814998c631a} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:16.336735 [ 4 ] {097dfa6e-a718-4d51-b348-a814998c631a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:16.337249 [ 4 ] {097dfa6e-a718-4d51-b348-a814998c631a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 02:35:16.337461 [ 4 ] {097dfa6e-a718-4d51-b348-a814998c631a} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:16.337595 [ 4 ] {097dfa6e-a718-4d51-b348-a814998c631a} executeQuery: Read 14 rows, 25.69 KiB in 0.001739 sec., 8050.6037952846455 rows/sec., 14.43 MiB/sec. 2025.12.24 02:35:16.337659 [ 4 ] {097dfa6e-a718-4d51-b348-a814998c631a} TCPHandler: Processed in 0.001926001 sec. 2025.12.24 02:35:16.337771 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:16.337865 [ 4 ] {ccb0ce73-2f41-4b21-9e07-97ca221ab2af} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:16.337906 [ 4 ] {ccb0ce73-2f41-4b21-9e07-97ca221ab2af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:16.338232 [ 4 ] {ccb0ce73-2f41-4b21-9e07-97ca221ab2af} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:16.338265 [ 4 ] {ccb0ce73-2f41-4b21-9e07-97ca221ab2af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:16.338563 [ 4 ] {ccb0ce73-2f41-4b21-9e07-97ca221ab2af} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 02:35:16.338764 [ 4 ] {ccb0ce73-2f41-4b21-9e07-97ca221ab2af} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:16.338887 [ 4 ] {ccb0ce73-2f41-4b21-9e07-97ca221ab2af} executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. 2025.12.24 02:35:16.338921 [ 4 ] {ccb0ce73-2f41-4b21-9e07-97ca221ab2af} TCPHandler: Processed in 0.001197489 sec. 2025.12.24 02:35:17.252490 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14799 2025.12.24 02:35:17.253078 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:17.253139 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:17.253689 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 02:35:17.253946 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:17.254092 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14799 2025.12.24 02:35:17.254117 [ 147 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 02:35:17.254221 [ 147 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:17.254261 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:17.254429 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:35:17.254610 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:17.254655 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12367 rows starting from the beginning of the part 2025.12.24 02:35:17.254731 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:35:17.254787 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:35:17.254841 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:35:17.254885 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:35:17.254934 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:35:17.256918 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14799 rows, containing 4 columns (4 merged, 0 gathered) in 0.002557621 sec., 5786236.506503505 rows/sec., 82.77 MiB/sec. 2025.12.24 02:35:17.257353 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 02:35:17.257647 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_31_6} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:17.257717 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_31_6} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 02:35:17.257828 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2025.12.24 02:35:18.079019 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.12.24 02:35:18.097906 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:18.097962 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:18.103576 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 02:35:18.104252 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:18.104529 [ 151 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 02:35:18.104574 [ 151 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:18.104597 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:18.104756 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:35:18.107440 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.12.24 02:35:18.108955 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:18.110547 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:35:18.115679 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:35:18.120425 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:35:18.124938 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:35:18.129357 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:35:18.133808 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:35:18.187722 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.083042053 sec., 2817.8494093829786 rows/sec., 14.57 MiB/sec. 2025.12.24 02:35:18.189828 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 02:35:18.191545 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_31_6} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:18.191642 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_31_6} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 02:35:18.193150 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.12.24 02:35:19.000189 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 267.52 MiB, peak 278.08 MiB, free memory in arenas 0.00 B, will set to 272.97 MiB (RSS), difference: 5.45 MiB 2025.12.24 02:35:21.323723 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:21.323942 [ 4 ] {a972752e-e293-4a53-8fc7-583b48a3c26f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:21.324013 [ 4 ] {a972752e-e293-4a53-8fc7-583b48a3c26f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:21.324751 [ 4 ] {a972752e-e293-4a53-8fc7-583b48a3c26f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:21.324795 [ 4 ] {a972752e-e293-4a53-8fc7-583b48a3c26f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:21.325179 [ 4 ] {a972752e-e293-4a53-8fc7-583b48a3c26f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 02:35:21.325396 [ 4 ] {a972752e-e293-4a53-8fc7-583b48a3c26f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:21.325562 [ 4 ] {a972752e-e293-4a53-8fc7-583b48a3c26f} executeQuery: Read 108 rows, 9.29 KiB in 0.001669 sec., 64709.406830437394 rows/sec., 5.43 MiB/sec. 2025.12.24 02:35:21.325608 [ 4 ] {a972752e-e293-4a53-8fc7-583b48a3c26f} TCPHandler: Processed in 0.002064462 sec. 2025.12.24 02:35:21.325731 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:21.325831 [ 4 ] {6f3a9edb-1b42-4556-aa25-012a081facdb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:21.325875 [ 4 ] {6f3a9edb-1b42-4556-aa25-012a081facdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:21.326274 [ 4 ] {6f3a9edb-1b42-4556-aa25-012a081facdb} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:21.326312 [ 4 ] {6f3a9edb-1b42-4556-aa25-012a081facdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:21.326601 [ 4 ] {6f3a9edb-1b42-4556-aa25-012a081facdb} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 02:35:21.326803 [ 4 ] {6f3a9edb-1b42-4556-aa25-012a081facdb} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:21.326934 [ 4 ] {6f3a9edb-1b42-4556-aa25-012a081facdb} executeQuery: Read 26 rows, 1.96 KiB in 0.001127 sec., 23070.097604259096 rows/sec., 1.69 MiB/sec. 2025.12.24 02:35:21.326971 [ 4 ] {6f3a9edb-1b42-4556-aa25-012a081facdb} TCPHandler: Processed in 0.00129023 sec. 2025.12.24 02:35:21.327082 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:21.327175 [ 4 ] {479d19b4-1457-45d8-9290-fc41b95d1c32} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:21.327215 [ 4 ] {479d19b4-1457-45d8-9290-fc41b95d1c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:21.327628 [ 4 ] {479d19b4-1457-45d8-9290-fc41b95d1c32} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:21.327664 [ 4 ] {479d19b4-1457-45d8-9290-fc41b95d1c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:21.327954 [ 4 ] {479d19b4-1457-45d8-9290-fc41b95d1c32} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 02:35:21.328165 [ 4 ] {479d19b4-1457-45d8-9290-fc41b95d1c32} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:21.328297 [ 4 ] {479d19b4-1457-45d8-9290-fc41b95d1c32} executeQuery: Read 90 rows, 7.20 KiB in 0.001142 sec., 78809.10683012259 rows/sec., 6.15 MiB/sec. 2025.12.24 02:35:21.328334 [ 4 ] {479d19b4-1457-45d8-9290-fc41b95d1c32} TCPHandler: Processed in 0.001304251 sec. 2025.12.24 02:35:21.328439 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:21.328540 [ 4 ] {d72c9002-31b1-4ff5-8af0-8e07a0b58e91} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:21.328582 [ 4 ] {d72c9002-31b1-4ff5-8af0-8e07a0b58e91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:21.328996 [ 4 ] {d72c9002-31b1-4ff5-8af0-8e07a0b58e91} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:21.329030 [ 4 ] {d72c9002-31b1-4ff5-8af0-8e07a0b58e91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:21.329347 [ 4 ] {d72c9002-31b1-4ff5-8af0-8e07a0b58e91} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 02:35:21.329545 [ 4 ] {d72c9002-31b1-4ff5-8af0-8e07a0b58e91} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:21.329677 [ 4 ] {d72c9002-31b1-4ff5-8af0-8e07a0b58e91} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2025.12.24 02:35:21.329714 [ 4 ] {d72c9002-31b1-4ff5-8af0-8e07a0b58e91} TCPHandler: Processed in 0.001321581 sec. 2025.12.24 02:35:21.329820 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:21.329925 [ 4 ] {99afe7a3-aa74-4d19-9fd7-dcd63d511ac2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:21.329980 [ 4 ] {99afe7a3-aa74-4d19-9fd7-dcd63d511ac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:21.330808 [ 4 ] {99afe7a3-aa74-4d19-9fd7-dcd63d511ac2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:21.330846 [ 4 ] {99afe7a3-aa74-4d19-9fd7-dcd63d511ac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:21.331377 [ 4 ] {99afe7a3-aa74-4d19-9fd7-dcd63d511ac2} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 02:35:21.331589 [ 4 ] {99afe7a3-aa74-4d19-9fd7-dcd63d511ac2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:21.331731 [ 4 ] {99afe7a3-aa74-4d19-9fd7-dcd63d511ac2} executeQuery: Read 26 rows, 47.71 KiB in 0.001824 sec., 14254.38596491228 rows/sec., 25.54 MiB/sec. 2025.12.24 02:35:21.331786 [ 4 ] {99afe7a3-aa74-4d19-9fd7-dcd63d511ac2} TCPHandler: Processed in 0.002015222 sec. 2025.12.24 02:35:21.331896 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:21.331991 [ 4 ] {f45f39ce-0a3d-4b4c-8962-dcbc76b47234} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:21.332033 [ 4 ] {f45f39ce-0a3d-4b4c-8962-dcbc76b47234} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:21.332376 [ 4 ] {f45f39ce-0a3d-4b4c-8962-dcbc76b47234} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:21.332413 [ 4 ] {f45f39ce-0a3d-4b4c-8962-dcbc76b47234} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:21.332710 [ 4 ] {f45f39ce-0a3d-4b4c-8962-dcbc76b47234} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 02:35:21.332911 [ 4 ] {f45f39ce-0a3d-4b4c-8962-dcbc76b47234} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:21.333045 [ 4 ] {f45f39ce-0a3d-4b4c-8962-dcbc76b47234} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.12.24 02:35:21.333082 [ 4 ] {f45f39ce-0a3d-4b4c-8962-dcbc76b47234} TCPHandler: Processed in 0.001234889 sec. 2025.12.24 02:35:24.652364 [ 171 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:35:24.652437 [ 171 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:35:24.754286 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15247 2025.12.24 02:35:24.754766 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:24.754812 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:24.755546 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 02:35:24.755776 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:24.755920 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15247 2025.12.24 02:35:24.791359 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 786 2025.12.24 02:35:24.793686 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:24.793737 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:24.794983 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:35:24.795273 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:24.795656 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 786 2025.12.24 02:35:25.001345 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000892684 sec. 2025.12.24 02:35:25.607697 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.12.24 02:35:25.623547 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:25.623599 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:25.629261 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 02:35:25.629934 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:25.632591 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.12.24 02:35:26.323368 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:26.323568 [ 4 ] {e3386fa5-5c6a-4677-885f-3f161e3d7181} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:26.323641 [ 4 ] {e3386fa5-5c6a-4677-885f-3f161e3d7181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:26.324314 [ 4 ] {e3386fa5-5c6a-4677-885f-3f161e3d7181} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.324361 [ 4 ] {e3386fa5-5c6a-4677-885f-3f161e3d7181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.324751 [ 4 ] {e3386fa5-5c6a-4677-885f-3f161e3d7181} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 02:35:26.324978 [ 4 ] {e3386fa5-5c6a-4677-885f-3f161e3d7181} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.325120 [ 172 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 02:35:26.325146 [ 4 ] {e3386fa5-5c6a-4677-885f-3f161e3d7181} executeQuery: Read 84 rows, 7.20 KiB in 0.00163 sec., 51533.74233128835 rows/sec., 4.31 MiB/sec. 2025.12.24 02:35:26.325179 [ 172 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.325201 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.325209 [ 4 ] {e3386fa5-5c6a-4677-885f-3f161e3d7181} TCPHandler: Processed in 0.001973601 sec. 2025.12.24 02:35:26.325323 [ 197 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:35:26.325338 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:26.325477 [ 4 ] {2ea858ab-1bd2-4e67-b693-25c51e4a918e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:26.325484 [ 197 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:26.325524 [ 4 ] {2ea858ab-1bd2-4e67-b693-25c51e4a918e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:26.325535 [ 197 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1406 rows starting from the beginning of the part 2025.12.24 02:35:26.325620 [ 197 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 84 rows starting from the beginning of the part 2025.12.24 02:35:26.325672 [ 197 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:35:26.325721 [ 197 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 204 rows starting from the beginning of the part 2025.12.24 02:35:26.325766 [ 197 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:35:26.325812 [ 197 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 84 rows starting from the beginning of the part 2025.12.24 02:35:26.325973 [ 4 ] {2ea858ab-1bd2-4e67-b693-25c51e4a918e} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.326015 [ 4 ] {2ea858ab-1bd2-4e67-b693-25c51e4a918e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.326512 [ 4 ] {2ea858ab-1bd2-4e67-b693-25c51e4a918e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 02:35:26.326759 [ 4 ] {2ea858ab-1bd2-4e67-b693-25c51e4a918e} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.326882 [ 172 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 02:35:26.326922 [ 4 ] {2ea858ab-1bd2-4e67-b693-25c51e4a918e} executeQuery: Read 14 rows, 1.05 KiB in 0.001464 sec., 9562.841530054644 rows/sec., 719.08 KiB/sec. 2025.12.24 02:35:26.326929 [ 172 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.326972 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.326984 [ 4 ] {2ea858ab-1bd2-4e67-b693-25c51e4a918e} TCPHandler: Processed in 0.001696976 sec. 2025.12.24 02:35:26.327061 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:35:26.327086 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1994 rows, containing 5 columns (5 merged, 0 gathered) in 0.001819569 sec., 1095863.9106293854 rows/sec., 96.75 MiB/sec. 2025.12.24 02:35:26.327129 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:26.327150 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:26.327181 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 70 rows starting from the beginning of the part 2025.12.24 02:35:26.327236 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:26.327256 [ 4 ] {dd82bc17-18a6-4a04-817e-a417072bc991} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:26.327285 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:26.327311 [ 4 ] {dd82bc17-18a6-4a04-817e-a417072bc991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:26.327323 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:35:26.327345 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 02:35:26.327365 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:26.327443 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:26.327658 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_46_9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.327746 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_46_9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 02:35:26.327826 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.12.24 02:35:26.327837 [ 4 ] {dd82bc17-18a6-4a04-817e-a417072bc991} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.327885 [ 4 ] {dd82bc17-18a6-4a04-817e-a417072bc991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.328139 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.001115778 sec., 157737.471073995 rows/sec., 12.20 MiB/sec. 2025.12.24 02:35:26.328238 [ 4 ] {dd82bc17-18a6-4a04-817e-a417072bc991} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 02:35:26.328272 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 02:35:26.328570 [ 4 ] {dd82bc17-18a6-4a04-817e-a417072bc991} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.328593 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_41_8} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.328673 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_41_8} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 02:35:26.328685 [ 172 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 02:35:26.328712 [ 4 ] {dd82bc17-18a6-4a04-817e-a417072bc991} executeQuery: Read 78 rows, 6.24 KiB in 0.001485 sec., 52525.25252525252 rows/sec., 4.10 MiB/sec. 2025.12.24 02:35:26.328723 [ 172 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.328745 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.328752 [ 4 ] {dd82bc17-18a6-4a04-817e-a417072bc991} TCPHandler: Processed in 0.001685007 sec. 2025.12.24 02:35:26.328758 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 02:35:26.328838 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:35:26.328867 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:26.328915 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:26.328936 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 632 rows starting from the beginning of the part 2025.12.24 02:35:26.328963 [ 4 ] {45c4f891-327c-489d-8b09-fc8448029a53} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:26.328977 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 78 rows starting from the beginning of the part 2025.12.24 02:35:26.329008 [ 4 ] {45c4f891-327c-489d-8b09-fc8448029a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:26.329013 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:35:26.329047 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 114 rows starting from the beginning of the part 2025.12.24 02:35:26.329079 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:35:26.329107 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 78 rows starting from the beginning of the part 2025.12.24 02:35:26.329428 [ 4 ] {45c4f891-327c-489d-8b09-fc8448029a53} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.329463 [ 4 ] {45c4f891-327c-489d-8b09-fc8448029a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.329813 [ 4 ] {45c4f891-327c-489d-8b09-fc8448029a53} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 02:35:26.329869 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.001054287 sec., 1026286.0113043222 rows/sec., 82.78 MiB/sec. 2025.12.24 02:35:26.330023 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 02:35:26.330044 [ 4 ] {45c4f891-327c-489d-8b09-fc8448029a53} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.330160 [ 172 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 02:35:26.330189 [ 172 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.330192 [ 4 ] {45c4f891-327c-489d-8b09-fc8448029a53} executeQuery: Read 160 rows, 11.41 KiB in 0.001248 sec., 128205.1282051282 rows/sec., 8.93 MiB/sec. 2025.12.24 02:35:26.330211 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.330237 [ 4 ] {45c4f891-327c-489d-8b09-fc8448029a53} TCPHandler: Processed in 0.001418703 sec. 2025.12.24 02:35:26.330285 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:35:26.330288 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_46_9} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.330359 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:26.330380 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:26.330388 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_46_9} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 02:35:26.330412 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12202 rows starting from the beginning of the part 2025.12.24 02:35:26.330458 [ 4 ] {960d62cb-4dd1-41bf-9b45-f20874705263} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:26.330460 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2025.12.24 02:35:26.330481 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.12.24 02:35:26.330519 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:35:26.330521 [ 4 ] {960d62cb-4dd1-41bf-9b45-f20874705263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:26.330561 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 196 rows starting from the beginning of the part 2025.12.24 02:35:26.330604 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:35:26.330640 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2025.12.24 02:35:26.331301 [ 4 ] {960d62cb-4dd1-41bf-9b45-f20874705263} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.331343 [ 4 ] {960d62cb-4dd1-41bf-9b45-f20874705263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.332003 [ 4 ] {960d62cb-4dd1-41bf-9b45-f20874705263} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 02:35:26.332247 [ 4 ] {960d62cb-4dd1-41bf-9b45-f20874705263} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.332360 [ 172 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 02:35:26.332388 [ 172 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.332407 [ 4 ] {960d62cb-4dd1-41bf-9b45-f20874705263} executeQuery: Read 14 rows, 25.69 KiB in 0.001966 sec., 7121.057985757884 rows/sec., 12.76 MiB/sec. 2025.12.24 02:35:26.332409 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.332472 [ 4 ] {960d62cb-4dd1-41bf-9b45-f20874705263} TCPHandler: Processed in 0.002169404 sec. 2025.12.24 02:35:26.332523 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::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.12.24 02:35:26.332633 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:26.332731 [ 4 ] {7bb79011-cd8f-4558-9d61-66d5bd4f4390} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:26.332775 [ 4 ] {7bb79011-cd8f-4558-9d61-66d5bd4f4390} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:26.332801 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:26.332869 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 655 rows starting from the beginning of the part 2025.12.24 02:35:26.333001 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:26.333116 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:26.333147 [ 4 ] {7bb79011-cd8f-4558-9d61-66d5bd4f4390} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.333188 [ 4 ] {7bb79011-cd8f-4558-9d61-66d5bd4f4390} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.333220 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:26.333333 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:26.333442 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:26.333646 [ 4 ] {7bb79011-cd8f-4558-9d61-66d5bd4f4390} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 02:35:26.333890 [ 4 ] {7bb79011-cd8f-4558-9d61-66d5bd4f4390} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.334009 [ 172 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 02:35:26.334032 [ 4 ] {7bb79011-cd8f-4558-9d61-66d5bd4f4390} executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec. 2025.12.24 02:35:26.334045 [ 172 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:26.334071 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:26.334073 [ 4 ] {7bb79011-cd8f-4558-9d61-66d5bd4f4390} TCPHandler: Processed in 0.001489964 sec. 2025.12.24 02:35:26.334157 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:35:26.334244 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:26.334270 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2388 rows starting from the beginning of the part 2025.12.24 02:35:26.334317 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2025.12.24 02:35:26.334357 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:35:26.334394 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2025.12.24 02:35:26.334431 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:35:26.334467 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2025.12.24 02:35:26.336184 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13038 rows, containing 5 columns (5 merged, 0 gathered) in 0.005929234 sec., 2198934.9720385466 rows/sec., 151.18 MiB/sec. 2025.12.24 02:35:26.336201 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2688 rows, containing 4 columns (4 merged, 0 gathered) in 0.002075583 sec., 1295057.8223082381 rows/sec., 87.28 MiB/sec. 2025.12.24 02:35:26.336520 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 02:35:26.336569 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 02:35:26.336835 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_46_9} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.336890 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_46_9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.336913 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_46_9} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 02:35:26.336963 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_46_9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 02:35:26.336987 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.12.24 02:35:26.337044 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. 2025.12.24 02:35:26.339784 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 749 rows, containing 19 columns (19 merged, 0 gathered) in 0.007305186 sec., 102529.90136048556 rows/sec., 183.73 MiB/sec. 2025.12.24 02:35:26.340774 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 02:35:26.341105 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_41_8} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:26.341181 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_41_8} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 02:35:26.341280 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. 2025.12.24 02:35:27.000344 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 273.69 MiB, peak 286.03 MiB, free memory in arenas 0.00 B, will set to 279.34 MiB (RSS), difference: 5.65 MiB 2025.12.24 02:35:31.360531 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:31.360735 [ 4 ] {edf622df-4561-47dd-bf8b-b34d0ccea478} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:35:31.360807 [ 4 ] {edf622df-4561-47dd-bf8b-b34d0ccea478} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:35:31.361474 [ 4 ] {edf622df-4561-47dd-bf8b-b34d0ccea478} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:31.361522 [ 4 ] {edf622df-4561-47dd-bf8b-b34d0ccea478} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:31.361974 [ 4 ] {edf622df-4561-47dd-bf8b-b34d0ccea478} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 02:35:31.362263 [ 4 ] {edf622df-4561-47dd-bf8b-b34d0ccea478} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:31.362446 [ 4 ] {edf622df-4561-47dd-bf8b-b34d0ccea478} executeQuery: Read 4 rows, 334.00 B in 0.001759 sec., 2274.019329164298 rows/sec., 185.43 KiB/sec. 2025.12.24 02:35:31.362503 [ 4 ] {edf622df-4561-47dd-bf8b-b34d0ccea478} TCPHandler: Processed in 0.002103203 sec. 2025.12.24 02:35:31.362642 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:31.362773 [ 4 ] {0bcc68dd-88af-4a3e-87e6-abcf808b7dc1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:31.362835 [ 4 ] {0bcc68dd-88af-4a3e-87e6-abcf808b7dc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:31.364072 [ 4 ] {0bcc68dd-88af-4a3e-87e6-abcf808b7dc1} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:31.364116 [ 4 ] {0bcc68dd-88af-4a3e-87e6-abcf808b7dc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:31.364599 [ 4 ] {0bcc68dd-88af-4a3e-87e6-abcf808b7dc1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 02:35:31.364833 [ 4 ] {0bcc68dd-88af-4a3e-87e6-abcf808b7dc1} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:31.364983 [ 4 ] {0bcc68dd-88af-4a3e-87e6-abcf808b7dc1} executeQuery: Read 1250 rows, 105.99 KiB in 0.002244 sec., 557040.9982174688 rows/sec., 46.13 MiB/sec. 2025.12.24 02:35:31.365027 [ 4 ] {0bcc68dd-88af-4a3e-87e6-abcf808b7dc1} TCPHandler: Processed in 0.002438509 sec. 2025.12.24 02:35:31.365153 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:31.365256 [ 4 ] {64f9889c-be76-43b2-a659-82c2d23bf756} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:31.365300 [ 4 ] {64f9889c-be76-43b2-a659-82c2d23bf756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:31.365821 [ 4 ] {64f9889c-be76-43b2-a659-82c2d23bf756} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:31.365862 [ 4 ] {64f9889c-be76-43b2-a659-82c2d23bf756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:31.366193 [ 4 ] {64f9889c-be76-43b2-a659-82c2d23bf756} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 02:35:31.366413 [ 4 ] {64f9889c-be76-43b2-a659-82c2d23bf756} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:31.366557 [ 4 ] {64f9889c-be76-43b2-a659-82c2d23bf756} executeQuery: Read 30 rows, 2.23 KiB in 0.001326 sec., 22624.43438914027 rows/sec., 1.65 MiB/sec. 2025.12.24 02:35:31.366597 [ 4 ] {64f9889c-be76-43b2-a659-82c2d23bf756} TCPHandler: Processed in 0.001494683 sec. 2025.12.24 02:35:31.366725 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:31.366846 [ 4 ] {cd96fb9d-5f1b-4fe0-8edf-d0b9ff715fbb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:35:31.366889 [ 4 ] {cd96fb9d-5f1b-4fe0-8edf-d0b9ff715fbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:35:31.367478 [ 4 ] {cd96fb9d-5f1b-4fe0-8edf-d0b9ff715fbb} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:31.367517 [ 4 ] {cd96fb9d-5f1b-4fe0-8edf-d0b9ff715fbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:31.367897 [ 4 ] {cd96fb9d-5f1b-4fe0-8edf-d0b9ff715fbb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:35:31.368145 [ 4 ] {cd96fb9d-5f1b-4fe0-8edf-d0b9ff715fbb} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:31.368289 [ 4 ] {cd96fb9d-5f1b-4fe0-8edf-d0b9ff715fbb} executeQuery: Read 228 rows, 15.81 KiB in 0.001463 sec., 155844.15584415584 rows/sec., 10.55 MiB/sec. 2025.12.24 02:35:31.368340 [ 4 ] {cd96fb9d-5f1b-4fe0-8edf-d0b9ff715fbb} TCPHandler: Processed in 0.001663916 sec. 2025.12.24 02:35:31.368480 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:31.368597 [ 4 ] {e38ad9a5-dab4-469d-9966-8233a4a2d4a3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:31.368651 [ 4 ] {e38ad9a5-dab4-469d-9966-8233a4a2d4a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:31.369485 [ 4 ] {e38ad9a5-dab4-469d-9966-8233a4a2d4a3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:31.369532 [ 4 ] {e38ad9a5-dab4-469d-9966-8233a4a2d4a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:31.369995 [ 4 ] {e38ad9a5-dab4-469d-9966-8233a4a2d4a3} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 02:35:31.370320 [ 4 ] {e38ad9a5-dab4-469d-9966-8233a4a2d4a3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:31.370496 [ 4 ] {e38ad9a5-dab4-469d-9966-8233a4a2d4a3} executeQuery: Read 550 rows, 41.81 KiB in 0.001924 sec., 285862.7858627859 rows/sec., 21.22 MiB/sec. 2025.12.24 02:35:31.370550 [ 4 ] {e38ad9a5-dab4-469d-9966-8233a4a2d4a3} TCPHandler: Processed in 0.002130814 sec. 2025.12.24 02:35:31.370688 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:31.370805 [ 4 ] {ab6d7771-3980-4eef-917d-d62bf901e28c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:31.370861 [ 4 ] {ab6d7771-3980-4eef-917d-d62bf901e28c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:31.371577 [ 4 ] {ab6d7771-3980-4eef-917d-d62bf901e28c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:31.371617 [ 4 ] {ab6d7771-3980-4eef-917d-d62bf901e28c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:31.372033 [ 4 ] {ab6d7771-3980-4eef-917d-d62bf901e28c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 02:35:31.372258 [ 4 ] {ab6d7771-3980-4eef-917d-d62bf901e28c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:31.372398 [ 4 ] {ab6d7771-3980-4eef-917d-d62bf901e28c} executeQuery: Read 846 rows, 58.31 KiB in 0.001618 sec., 522867.737948084 rows/sec., 35.19 MiB/sec. 2025.12.24 02:35:31.372437 [ 4 ] {ab6d7771-3980-4eef-917d-d62bf901e28c} TCPHandler: Processed in 0.001810219 sec. 2025.12.24 02:35:31.372562 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:31.372658 [ 4 ] {93841073-f25e-44ee-84d8-f8743ce0ce69} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:31.372715 [ 4 ] {93841073-f25e-44ee-84d8-f8743ce0ce69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:31.373566 [ 4 ] {93841073-f25e-44ee-84d8-f8743ce0ce69} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:31.373603 [ 4 ] {93841073-f25e-44ee-84d8-f8743ce0ce69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:31.374173 [ 4 ] {93841073-f25e-44ee-84d8-f8743ce0ce69} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 02:35:31.374410 [ 4 ] {93841073-f25e-44ee-84d8-f8743ce0ce69} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:31.374598 [ 4 ] {93841073-f25e-44ee-84d8-f8743ce0ce69} executeQuery: Read 26 rows, 47.71 KiB in 0.001957 sec., 13285.641287685232 rows/sec., 23.81 MiB/sec. 2025.12.24 02:35:31.374687 [ 4 ] {93841073-f25e-44ee-84d8-f8743ce0ce69} TCPHandler: Processed in 0.002173965 sec. 2025.12.24 02:35:31.374818 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:31.374913 [ 4 ] {f263e15a-595f-474c-91f6-95e174c5e898} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:31.374956 [ 4 ] {f263e15a-595f-474c-91f6-95e174c5e898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:31.375346 [ 4 ] {f263e15a-595f-474c-91f6-95e174c5e898} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:31.375382 [ 4 ] {f263e15a-595f-474c-91f6-95e174c5e898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:31.375709 [ 4 ] {f263e15a-595f-474c-91f6-95e174c5e898} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 02:35:31.375955 [ 4 ] {f263e15a-595f-474c-91f6-95e174c5e898} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:31.376102 [ 4 ] {f263e15a-595f-474c-91f6-95e174c5e898} executeQuery: Read 60 rows, 4.14 KiB in 0.001208 sec., 49668.874172185424 rows/sec., 3.35 MiB/sec. 2025.12.24 02:35:31.376139 [ 4 ] {f263e15a-595f-474c-91f6-95e174c5e898} TCPHandler: Processed in 0.001369902 sec. 2025.12.24 02:35:31.595012 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61829 2025.12.24 02:35:31.595123 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.595150 [ 290 ] {} TCP-Session: d67c71c8-ff44-4a00-95d9-659c9893b032 Authenticating user 'default' from [fd00:1122:3344:101::e]:61829 2025.12.24 02:35:31.595173 [ 290 ] {} TCP-Session: d67c71c8-ff44-4a00-95d9-659c9893b032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.595186 [ 290 ] {} TCP-Session: d67c71c8-ff44-4a00-95d9-659c9893b032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.595417 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55239 2025.12.24 02:35:31.595419 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51051 2025.12.24 02:35:31.595533 [ 290 ] {} TCP-Session: d67c71c8-ff44-4a00-95d9-659c9893b032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:31.595562 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.595588 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.595601 [ 291 ] {} TCP-Session: da1a2495-a02e-40b5-857a-ba046e4eaffa Authenticating user 'default' from [fd00:1122:3344:101::e]:55239 2025.12.24 02:35:31.595623 [ 292 ] {} TCP-Session: 83f2b13c-e043-4a9c-bbab-0a45267b31d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:51051 2025.12.24 02:35:31.595634 [ 291 ] {} TCP-Session: da1a2495-a02e-40b5-857a-ba046e4eaffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.595654 [ 292 ] {} TCP-Session: 83f2b13c-e043-4a9c-bbab-0a45267b31d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.595656 [ 291 ] {} TCP-Session: da1a2495-a02e-40b5-857a-ba046e4eaffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.595677 [ 292 ] {} TCP-Session: 83f2b13c-e043-4a9c-bbab-0a45267b31d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.595721 [ 290 ] {a66d73b6-012e-4c82-8c47-94e92eeee318} executeQuery: (from [fd00:1122:3344:101::e]:61829) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:35:31.595984 [ 290 ] {a66d73b6-012e-4c82-8c47-94e92eeee318} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:35:31.596040 [ 290 ] {a66d73b6-012e-4c82-8c47-94e92eeee318} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:35:31.596321 [ 290 ] {a66d73b6-012e-4c82-8c47-94e92eeee318} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:35:31.597217 [ 344 ] {a66d73b6-012e-4c82-8c47-94e92eeee318} AggregatingTransform: Aggregating 2025.12.24 02:35:31.597272 [ 344 ] {a66d73b6-012e-4c82-8c47-94e92eeee318} Aggregator: Aggregation method: without_key 2025.12.24 02:35:31.597311 [ 344 ] {a66d73b6-012e-4c82-8c47-94e92eeee318} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000889824 sec. (1123.818 rows/sec., 43.90 KiB/sec.) 2025.12.24 02:35:31.597331 [ 344 ] {a66d73b6-012e-4c82-8c47-94e92eeee318} Aggregator: Merging aggregated data 2025.12.24 02:35:31.598790 [ 290 ] {a66d73b6-012e-4c82-8c47-94e92eeee318} executeQuery: Read 1 rows, 40.00 B in 0.003125 sec., 320 rows/sec., 12.50 KiB/sec. 2025.12.24 02:35:31.598968 [ 290 ] {a66d73b6-012e-4c82-8c47-94e92eeee318} TCPHandler: Processed in 0.003580107 sec. 2025.12.24 02:35:31.599121 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.599153 [ 290 ] {} TCP-Session: d67c71c8-ff44-4a00-95d9-659c9893b032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.599211 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.599233 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.599253 [ 292 ] {} TCP-Session: 83f2b13c-e043-4a9c-bbab-0a45267b31d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.599289 [ 291 ] {} TCP-Session: da1a2495-a02e-40b5-857a-ba046e4eaffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.607583 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36692 2025.12.24 02:35:31.607655 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41082 2025.12.24 02:35:31.607657 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51712 2025.12.24 02:35:31.607682 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61051 2025.12.24 02:35:31.607679 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.607717 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.607663 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38858 2025.12.24 02:35:31.607781 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.607776 [ 292 ] {} TCP-Session: 67182d29-f561-4854-9286-65bbd54d91ed Authenticating user 'default' from [fd00:1122:3344:101::e]:41082 2025.12.24 02:35:31.607771 [ 349 ] {} TCP-Session: da6b939c-f949-45f7-8120-c8ca04d908ee Authenticating user 'default' from [fd00:1122:3344:101::e]:36692 2025.12.24 02:35:31.607860 [ 350 ] {} TCP-Session: 20e1ff62-5fc3-49f3-aa3f-134570d5d768 Authenticating user 'default' from [fd00:1122:3344:101::e]:51712 2025.12.24 02:35:31.607871 [ 292 ] {} TCP-Session: 67182d29-f561-4854-9286-65bbd54d91ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.607898 [ 350 ] {} TCP-Session: 20e1ff62-5fc3-49f3-aa3f-134570d5d768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.607912 [ 292 ] {} TCP-Session: 67182d29-f561-4854-9286-65bbd54d91ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.607923 [ 350 ] {} TCP-Session: 20e1ff62-5fc3-49f3-aa3f-134570d5d768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.607881 [ 349 ] {} TCP-Session: da6b939c-f949-45f7-8120-c8ca04d908ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.607671 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47585 2025.12.24 02:35:31.607985 [ 349 ] {} TCP-Session: da6b939c-f949-45f7-8120-c8ca04d908ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.607778 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.608052 [ 290 ] {} TCP-Session: 3acb03f3-fedc-41bb-a14a-5aa6f41788b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:61051 2025.12.24 02:35:31.608070 [ 290 ] {} TCP-Session: 3acb03f3-fedc-41bb-a14a-5aa6f41788b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.608082 [ 290 ] {} TCP-Session: 3acb03f3-fedc-41bb-a14a-5aa6f41788b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.608111 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.608153 [ 293 ] {} TCP-Session: 75913235-ba44-420c-ba61-6a0c17443d30 Authenticating user 'default' from [fd00:1122:3344:101::e]:38858 2025.12.24 02:35:31.608182 [ 293 ] {} TCP-Session: 75913235-ba44-420c-ba61-6a0c17443d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.608199 [ 293 ] {} TCP-Session: 75913235-ba44-420c-ba61-6a0c17443d30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.619071 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.619127 [ 291 ] {} TCP-Session: bb4ab9dc-799e-4a0e-87c5-eb4ce8a05560 Authenticating user 'default' from [fd00:1122:3344:101::e]:47585 2025.12.24 02:35:31.619155 [ 291 ] {} TCP-Session: bb4ab9dc-799e-4a0e-87c5-eb4ce8a05560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.619171 [ 291 ] {} TCP-Session: bb4ab9dc-799e-4a0e-87c5-eb4ce8a05560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.631613 [ 350 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:51712). (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.12.24 02:35:31.631815 [ 350 ] {} TCP-Session: 20e1ff62-5fc3-49f3-aa3f-134570d5d768 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.631839 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:38858). (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.12.24 02:35:31.631921 [ 293 ] {} TCP-Session: 75913235-ba44-420c-ba61-6a0c17443d30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.631947 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:47585). (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.12.24 02:35:31.632036 [ 291 ] {} TCP-Session: bb4ab9dc-799e-4a0e-87c5-eb4ce8a05560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.632058 [ 292 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:41082). (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.12.24 02:35:31.632133 [ 292 ] {} TCP-Session: 67182d29-f561-4854-9286-65bbd54d91ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.632144 [ 349 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:36692). (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.12.24 02:35:31.632222 [ 349 ] {} TCP-Session: da6b939c-f949-45f7-8120-c8ca04d908ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.632247 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:61051). (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.12.24 02:35:31.632340 [ 290 ] {} TCP-Session: 3acb03f3-fedc-41bb-a14a-5aa6f41788b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.635185 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43345 2025.12.24 02:35:31.635267 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.635290 [ 290 ] {} TCP-Session: c5262334-46c3-4975-ba74-0083cc7a19f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:43345 2025.12.24 02:35:31.635309 [ 290 ] {} TCP-Session: c5262334-46c3-4975-ba74-0083cc7a19f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.635321 [ 290 ] {} TCP-Session: c5262334-46c3-4975-ba74-0083cc7a19f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.635530 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51734 2025.12.24 02:35:31.635553 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45465 2025.12.24 02:35:31.635533 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36907 2025.12.24 02:35:31.635553 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38976 2025.12.24 02:35:31.635625 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35672 2025.12.24 02:35:31.635651 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.635672 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.635682 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46100 2025.12.24 02:35:31.635687 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.635708 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.635722 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45697 2025.12.24 02:35:31.635738 [ 349 ] {} TCP-Session: 2fc4752e-3d53-4e85-a432-57bd0de165e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:38976 2025.12.24 02:35:31.635750 [ 350 ] {} TCP-Session: 14c4d664-bc32-4cc9-8616-908da215e23a Authenticating user 'default' from [fd00:1122:3344:101::e]:35672 2025.12.24 02:35:31.635775 [ 349 ] {} TCP-Session: 2fc4752e-3d53-4e85-a432-57bd0de165e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.635792 [ 350 ] {} TCP-Session: 14c4d664-bc32-4cc9-8616-908da215e23a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.635804 [ 349 ] {} TCP-Session: 2fc4752e-3d53-4e85-a432-57bd0de165e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.635817 [ 350 ] {} TCP-Session: 14c4d664-bc32-4cc9-8616-908da215e23a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.635693 [ 293 ] {} TCP-Session: a31ac84f-6bad-41be-9e75-e58a2a199a6f Authenticating user 'default' from [fd00:1122:3344:101::e]:45465 2025.12.24 02:35:31.635634 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49406 2025.12.24 02:35:31.635888 [ 293 ] {} TCP-Session: a31ac84f-6bad-41be-9e75-e58a2a199a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.635626 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.635912 [ 293 ] {} TCP-Session: a31ac84f-6bad-41be-9e75-e58a2a199a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.635705 [ 292 ] {} TCP-Session: bbb32bb3-2da9-4580-8931-ec0f6be5c53e Authenticating user 'default' from [fd00:1122:3344:101::e]:36907 2025.12.24 02:35:31.635952 [ 291 ] {} TCP-Session: b34d0a66-b389-4140-bcb6-011ce163d5d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:51734 2025.12.24 02:35:31.635991 [ 292 ] {} TCP-Session: bbb32bb3-2da9-4580-8931-ec0f6be5c53e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.635991 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.636013 [ 291 ] {} TCP-Session: b34d0a66-b389-4140-bcb6-011ce163d5d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.636047 [ 352 ] {} TCP-Session: 4bdb1456-d6bd-439a-8a32-c41bdc1c3b54 Authenticating user 'default' from [fd00:1122:3344:101::e]:46100 2025.12.24 02:35:31.636054 [ 291 ] {} TCP-Session: b34d0a66-b389-4140-bcb6-011ce163d5d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.636065 [ 352 ] {} TCP-Session: 4bdb1456-d6bd-439a-8a32-c41bdc1c3b54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.636016 [ 292 ] {} TCP-Session: bbb32bb3-2da9-4580-8931-ec0f6be5c53e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.636085 [ 352 ] {} TCP-Session: 4bdb1456-d6bd-439a-8a32-c41bdc1c3b54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.635691 [ 290 ] {} TCP-Session: c5262334-46c3-4975-ba74-0083cc7a19f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:31.636295 [ 290 ] {d7133763-4f10-42de-b183-d1d1e52ce3ec} executeQuery: (from [fd00:1122:3344:101::e]:43345) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:35:31.636355 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.636391 [ 353 ] {} TCP-Session: 68cbf40e-4f78-4696-8cd6-94c5a40a1b7e Authenticating user 'default' from [fd00:1122:3344:101::e]:45697 2025.12.24 02:35:31.636407 [ 353 ] {} TCP-Session: 68cbf40e-4f78-4696-8cd6-94c5a40a1b7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.636423 [ 353 ] {} TCP-Session: 68cbf40e-4f78-4696-8cd6-94c5a40a1b7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.636453 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.636491 [ 351 ] {} TCP-Session: d509d4a1-fa20-47c6-888d-1f2814fb29af Authenticating user 'default' from [fd00:1122:3344:101::e]:49406 2025.12.24 02:35:31.636508 [ 351 ] {} TCP-Session: d509d4a1-fa20-47c6-888d-1f2814fb29af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.636521 [ 351 ] {} TCP-Session: d509d4a1-fa20-47c6-888d-1f2814fb29af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.636564 [ 290 ] {d7133763-4f10-42de-b183-d1d1e52ce3ec} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:35:31.636621 [ 290 ] {d7133763-4f10-42de-b183-d1d1e52ce3ec} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:35:31.636898 [ 290 ] {d7133763-4f10-42de-b183-d1d1e52ce3ec} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:35:31.637857 [ 311 ] {d7133763-4f10-42de-b183-d1d1e52ce3ec} AggregatingTransform: Aggregating 2025.12.24 02:35:31.637914 [ 311 ] {d7133763-4f10-42de-b183-d1d1e52ce3ec} Aggregator: Aggregation method: without_key 2025.12.24 02:35:31.637953 [ 311 ] {d7133763-4f10-42de-b183-d1d1e52ce3ec} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000957786 sec. (1044.075 rows/sec., 40.78 KiB/sec.) 2025.12.24 02:35:31.637972 [ 311 ] {d7133763-4f10-42de-b183-d1d1e52ce3ec} Aggregator: Merging aggregated data 2025.12.24 02:35:31.639160 [ 290 ] {d7133763-4f10-42de-b183-d1d1e52ce3ec} executeQuery: Read 1 rows, 40.00 B in 0.002915 sec., 343.0531732418525 rows/sec., 13.40 KiB/sec. 2025.12.24 02:35:31.639311 [ 290 ] {d7133763-4f10-42de-b183-d1d1e52ce3ec} TCPHandler: Processed in 0.003724159 sec. 2025.12.24 02:35:31.639407 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.639442 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.639451 [ 290 ] {} TCP-Session: c5262334-46c3-4975-ba74-0083cc7a19f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.639467 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.639487 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.639508 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.639529 [ 353 ] {} TCP-Session: 68cbf40e-4f78-4696-8cd6-94c5a40a1b7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.639541 [ 292 ] {} TCP-Session: bbb32bb3-2da9-4580-8931-ec0f6be5c53e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.639550 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.639570 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.639588 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.639609 [ 293 ] {} TCP-Session: a31ac84f-6bad-41be-9e75-e58a2a199a6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.639623 [ 349 ] {} TCP-Session: 2fc4752e-3d53-4e85-a432-57bd0de165e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.639639 [ 351 ] {} TCP-Session: d509d4a1-fa20-47c6-888d-1f2814fb29af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.639530 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.639491 [ 291 ] {} TCP-Session: b34d0a66-b389-4140-bcb6-011ce163d5d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.639699 [ 352 ] {} TCP-Session: 4bdb1456-d6bd-439a-8a32-c41bdc1c3b54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.639562 [ 350 ] {} TCP-Session: 14c4d664-bc32-4cc9-8616-908da215e23a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.719604 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35953 2025.12.24 02:35:31.719709 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.719735 [ 290 ] {} TCP-Session: 45b0a68b-4006-4611-bdfa-0c1684891d80 Authenticating user 'default' from [fd00:1122:3344:101::e]:35953 2025.12.24 02:35:31.719758 [ 290 ] {} TCP-Session: 45b0a68b-4006-4611-bdfa-0c1684891d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.719771 [ 290 ] {} TCP-Session: 45b0a68b-4006-4611-bdfa-0c1684891d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.719954 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42437 2025.12.24 02:35:31.720001 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55298 2025.12.24 02:35:31.720029 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49471 2025.12.24 02:35:31.720039 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36421 2025.12.24 02:35:31.720071 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44512 2025.12.24 02:35:31.720079 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.720112 [ 290 ] {} TCP-Session: 45b0a68b-4006-4611-bdfa-0c1684891d80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:31.720128 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.720128 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.720148 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.720169 [ 349 ] {} TCP-Session: 8625a76b-85b6-40c7-b095-0d0fe37b98de Authenticating user 'default' from [fd00:1122:3344:101::e]:49471 2025.12.24 02:35:31.720176 [ 292 ] {} TCP-Session: 4de66a8a-60ee-41fe-9a19-17fd75566a28 Authenticating user 'default' from [fd00:1122:3344:101::e]:55298 2025.12.24 02:35:31.720183 [ 353 ] {} TCP-Session: 38821ca7-3fb6-49ee-ac51-ebc99b8a34e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:44512 2025.12.24 02:35:31.720196 [ 349 ] {} TCP-Session: 8625a76b-85b6-40c7-b095-0d0fe37b98de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720201 [ 292 ] {} TCP-Session: 4de66a8a-60ee-41fe-9a19-17fd75566a28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720210 [ 353 ] {} TCP-Session: 38821ca7-3fb6-49ee-ac51-ebc99b8a34e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720214 [ 349 ] {} TCP-Session: 8625a76b-85b6-40c7-b095-0d0fe37b98de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720222 [ 292 ] {} TCP-Session: 4de66a8a-60ee-41fe-9a19-17fd75566a28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720227 [ 353 ] {} TCP-Session: 38821ca7-3fb6-49ee-ac51-ebc99b8a34e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720059 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49796 2025.12.24 02:35:31.720282 [ 290 ] {1f3c39f7-a111-4738-b996-79c3e5bc4a90} executeQuery: (from [fd00:1122:3344:101::e]:35953) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:35:31.720066 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64292 2025.12.24 02:35:31.720040 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50567 2025.12.24 02:35:31.720138 [ 291 ] {} TCP-Session: 64f89dc8-2156-4f4c-bfc3-d249a4288276 Authenticating user 'default' from [fd00:1122:3344:101::e]:42437 2025.12.24 02:35:31.720378 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.720393 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.720406 [ 291 ] {} TCP-Session: 64f89dc8-2156-4f4c-bfc3-d249a4288276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720423 [ 351 ] {} TCP-Session: 6fc18513-0d6a-44d6-a07d-e1be8a08ef8a Authenticating user 'default' from [fd00:1122:3344:101::e]:49796 2025.12.24 02:35:31.720433 [ 352 ] {} TCP-Session: ddc3b3b7-0ecf-4a16-a3eb-a198a9f5e886 Authenticating user 'default' from [fd00:1122:3344:101::e]:64292 2025.12.24 02:35:31.720440 [ 291 ] {} TCP-Session: 64f89dc8-2156-4f4c-bfc3-d249a4288276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720464 [ 351 ] {} TCP-Session: 6fc18513-0d6a-44d6-a07d-e1be8a08ef8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720468 [ 352 ] {} TCP-Session: ddc3b3b7-0ecf-4a16-a3eb-a198a9f5e886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720492 [ 351 ] {} TCP-Session: 6fc18513-0d6a-44d6-a07d-e1be8a08ef8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720508 [ 352 ] {} TCP-Session: ddc3b3b7-0ecf-4a16-a3eb-a198a9f5e886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720426 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.720136 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:35:31.720561 [ 290 ] {1f3c39f7-a111-4738-b996-79c3e5bc4a90} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:35:31.720574 [ 293 ] {} TCP-Session: 0b46930d-722d-49a5-9e3d-514eaeed12f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50567 2025.12.24 02:35:31.720593 [ 350 ] {} TCP-Session: 54b73403-9cc4-4bd6-b30f-ce5b70befb08 Authenticating user 'default' from [fd00:1122:3344:101::e]:36421 2025.12.24 02:35:31.720623 [ 293 ] {} TCP-Session: 0b46930d-722d-49a5-9e3d-514eaeed12f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720633 [ 350 ] {} TCP-Session: 54b73403-9cc4-4bd6-b30f-ce5b70befb08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720634 [ 290 ] {1f3c39f7-a111-4738-b996-79c3e5bc4a90} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:35:31.720647 [ 293 ] {} TCP-Session: 0b46930d-722d-49a5-9e3d-514eaeed12f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720656 [ 350 ] {} TCP-Session: 54b73403-9cc4-4bd6-b30f-ce5b70befb08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.720931 [ 290 ] {1f3c39f7-a111-4738-b996-79c3e5bc4a90} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:35:31.721793 [ 334 ] {1f3c39f7-a111-4738-b996-79c3e5bc4a90} AggregatingTransform: Aggregating 2025.12.24 02:35:31.721839 [ 334 ] {1f3c39f7-a111-4738-b996-79c3e5bc4a90} Aggregator: Aggregation method: without_key 2025.12.24 02:35:31.721874 [ 334 ] {1f3c39f7-a111-4738-b996-79c3e5bc4a90} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000845383 sec. (1182.896 rows/sec., 46.21 KiB/sec.) 2025.12.24 02:35:31.721893 [ 334 ] {1f3c39f7-a111-4738-b996-79c3e5bc4a90} Aggregator: Merging aggregated data 2025.12.24 02:35:31.723267 [ 290 ] {1f3c39f7-a111-4738-b996-79c3e5bc4a90} executeQuery: Read 1 rows, 40.00 B in 0.003038 sec., 329.1639236339697 rows/sec., 12.86 KiB/sec. 2025.12.24 02:35:31.723371 [ 290 ] {1f3c39f7-a111-4738-b996-79c3e5bc4a90} TCPHandler: Processed in 0.003382843 sec. 2025.12.24 02:35:31.723472 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.723501 [ 290 ] {} TCP-Session: 45b0a68b-4006-4611-bdfa-0c1684891d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.723507 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.723515 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.723533 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.723548 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.723578 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.723597 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.723615 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.723625 [ 350 ] {} TCP-Session: 54b73403-9cc4-4bd6-b30f-ce5b70befb08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.723639 [ 292 ] {} TCP-Session: 4de66a8a-60ee-41fe-9a19-17fd75566a28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.723654 [ 353 ] {} TCP-Session: 38821ca7-3fb6-49ee-ac51-ebc99b8a34e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.723564 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:35:31.723601 [ 293 ] {} TCP-Session: 0b46930d-722d-49a5-9e3d-514eaeed12f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.723587 [ 351 ] {} TCP-Session: 6fc18513-0d6a-44d6-a07d-e1be8a08ef8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.723717 [ 352 ] {} TCP-Session: ddc3b3b7-0ecf-4a16-a3eb-a198a9f5e886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.723551 [ 291 ] {} TCP-Session: 64f89dc8-2156-4f4c-bfc3-d249a4288276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:31.723572 [ 349 ] {} TCP-Session: 8625a76b-85b6-40c7-b095-0d0fe37b98de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:35:32.256186 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15759 2025.12.24 02:35:32.256750 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:32.256799 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:32.257396 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 02:35:32.257654 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:32.257803 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15759 2025.12.24 02:35:33.132812 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.12.24 02:35:33.150092 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:33.150159 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.12.24 02:35:33.155835 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 02:35:33.156594 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:33.159705 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.12.24 02:35:34.796023 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 820 2025.12.24 02:35:34.798543 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:34.798609 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:34.799869 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:35:34.800164 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:34.800537 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 820 2025.12.24 02:35:36.322813 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:36.323005 [ 4 ] {0c5576d8-9f40-49d5-b6f2-b2ed542b818f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:36.323081 [ 4 ] {0c5576d8-9f40-49d5-b6f2-b2ed542b818f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:36.323766 [ 4 ] {0c5576d8-9f40-49d5-b6f2-b2ed542b818f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:36.323816 [ 4 ] {0c5576d8-9f40-49d5-b6f2-b2ed542b818f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:36.324226 [ 4 ] {0c5576d8-9f40-49d5-b6f2-b2ed542b818f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 02:35:36.324461 [ 4 ] {0c5576d8-9f40-49d5-b6f2-b2ed542b818f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:36.324625 [ 4 ] {0c5576d8-9f40-49d5-b6f2-b2ed542b818f} executeQuery: Read 84 rows, 7.20 KiB in 0.001673 sec., 50209.205020920504 rows/sec., 4.20 MiB/sec. 2025.12.24 02:35:36.324674 [ 4 ] {0c5576d8-9f40-49d5-b6f2-b2ed542b818f} TCPHandler: Processed in 0.001994722 sec. 2025.12.24 02:35:36.324793 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:36.324896 [ 4 ] {26e44596-8600-4e11-ae57-e1b8cc15bc5b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:36.324940 [ 4 ] {26e44596-8600-4e11-ae57-e1b8cc15bc5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:36.325359 [ 4 ] {26e44596-8600-4e11-ae57-e1b8cc15bc5b} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:36.325398 [ 4 ] {26e44596-8600-4e11-ae57-e1b8cc15bc5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:36.325714 [ 4 ] {26e44596-8600-4e11-ae57-e1b8cc15bc5b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 02:35:36.325930 [ 4 ] {26e44596-8600-4e11-ae57-e1b8cc15bc5b} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:36.326069 [ 4 ] {26e44596-8600-4e11-ae57-e1b8cc15bc5b} executeQuery: Read 14 rows, 1.05 KiB in 0.001198 sec., 11686.143572621035 rows/sec., 878.74 KiB/sec. 2025.12.24 02:35:36.326108 [ 4 ] {26e44596-8600-4e11-ae57-e1b8cc15bc5b} TCPHandler: Processed in 0.001367592 sec. 2025.12.24 02:35:36.326214 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:36.326308 [ 4 ] {ca6862f7-0ef2-4997-9349-7402ddfb09cf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:36.326348 [ 4 ] {ca6862f7-0ef2-4997-9349-7402ddfb09cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:36.326771 [ 4 ] {ca6862f7-0ef2-4997-9349-7402ddfb09cf} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:36.326808 [ 4 ] {ca6862f7-0ef2-4997-9349-7402ddfb09cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:36.327141 [ 4 ] {ca6862f7-0ef2-4997-9349-7402ddfb09cf} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 02:35:36.327374 [ 4 ] {ca6862f7-0ef2-4997-9349-7402ddfb09cf} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:36.327511 [ 4 ] {ca6862f7-0ef2-4997-9349-7402ddfb09cf} executeQuery: Read 78 rows, 6.24 KiB in 0.001224 sec., 63725.49019607843 rows/sec., 4.98 MiB/sec. 2025.12.24 02:35:36.327550 [ 4 ] {ca6862f7-0ef2-4997-9349-7402ddfb09cf} TCPHandler: Processed in 0.001386853 sec. 2025.12.24 02:35:36.327663 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:36.327758 [ 4 ] {5dc3bbc2-dbeb-4e07-b41f-44c69f0f2718} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:36.327802 [ 4 ] {5dc3bbc2-dbeb-4e07-b41f-44c69f0f2718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:36.328213 [ 4 ] {5dc3bbc2-dbeb-4e07-b41f-44c69f0f2718} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:36.328251 [ 4 ] {5dc3bbc2-dbeb-4e07-b41f-44c69f0f2718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:36.328588 [ 4 ] {5dc3bbc2-dbeb-4e07-b41f-44c69f0f2718} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 02:35:36.328797 [ 4 ] {5dc3bbc2-dbeb-4e07-b41f-44c69f0f2718} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:36.328930 [ 4 ] {5dc3bbc2-dbeb-4e07-b41f-44c69f0f2718} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2025.12.24 02:35:36.328968 [ 4 ] {5dc3bbc2-dbeb-4e07-b41f-44c69f0f2718} TCPHandler: Processed in 0.001354861 sec. 2025.12.24 02:35:36.329075 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:36.329169 [ 4 ] {b03e89c6-2502-4658-901c-e42895d152b7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:36.329223 [ 4 ] {b03e89c6-2502-4658-901c-e42895d152b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:36.329973 [ 4 ] {b03e89c6-2502-4658-901c-e42895d152b7} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:36.330010 [ 4 ] {b03e89c6-2502-4658-901c-e42895d152b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:36.330553 [ 4 ] {b03e89c6-2502-4658-901c-e42895d152b7} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 02:35:36.330786 [ 4 ] {b03e89c6-2502-4658-901c-e42895d152b7} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:36.330930 [ 4 ] {b03e89c6-2502-4658-901c-e42895d152b7} executeQuery: Read 14 rows, 25.69 KiB in 0.001779 sec., 7869.589657110737 rows/sec., 14.10 MiB/sec. 2025.12.24 02:35:36.330989 [ 4 ] {b03e89c6-2502-4658-901c-e42895d152b7} TCPHandler: Processed in 0.001962091 sec. 2025.12.24 02:35:36.331100 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:36.331194 [ 4 ] {9c61b499-e820-426d-8175-564c8d172602} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:36.331237 [ 4 ] {9c61b499-e820-426d-8175-564c8d172602} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:36.331616 [ 4 ] {9c61b499-e820-426d-8175-564c8d172602} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:36.331663 [ 4 ] {9c61b499-e820-426d-8175-564c8d172602} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:36.332043 [ 4 ] {9c61b499-e820-426d-8175-564c8d172602} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 02:35:36.332302 [ 4 ] {9c61b499-e820-426d-8175-564c8d172602} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:36.332452 [ 4 ] {9c61b499-e820-426d-8175-564c8d172602} executeQuery: Read 60 rows, 4.14 KiB in 0.001277 sec., 46985.12137823023 rows/sec., 3.17 MiB/sec. 2025.12.24 02:35:36.332494 [ 4 ] {9c61b499-e820-426d-8175-564c8d172602} TCPHandler: Processed in 0.001444343 sec. 2025.12.24 02:35:39.652480 [ 140 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:35:39.652543 [ 140 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:35:39.757886 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16207 2025.12.24 02:35:39.758370 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:39.758413 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:39.758916 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 02:35:39.759151 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:39.759297 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16207 2025.12.24 02:35:40.659770 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.12.24 02:35:40.677428 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:40.677508 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:40.683666 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 02:35:40.684371 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:40.687810 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.12.24 02:35:41.323739 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:41.323909 [ 4 ] {a7dfc2b8-86eb-4715-810b-1fd6de148cae} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:41.323973 [ 4 ] {a7dfc2b8-86eb-4715-810b-1fd6de148cae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:41.324617 [ 4 ] {a7dfc2b8-86eb-4715-810b-1fd6de148cae} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:41.324667 [ 4 ] {a7dfc2b8-86eb-4715-810b-1fd6de148cae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:41.325046 [ 4 ] {a7dfc2b8-86eb-4715-810b-1fd6de148cae} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 02:35:41.325259 [ 4 ] {a7dfc2b8-86eb-4715-810b-1fd6de148cae} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:41.325412 [ 4 ] {a7dfc2b8-86eb-4715-810b-1fd6de148cae} executeQuery: Read 108 rows, 9.29 KiB in 0.001549 sec., 69722.4015493867 rows/sec., 5.85 MiB/sec. 2025.12.24 02:35:41.325459 [ 4 ] {a7dfc2b8-86eb-4715-810b-1fd6de148cae} TCPHandler: Processed in 0.001837889 sec. 2025.12.24 02:35:41.325583 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:41.325681 [ 4 ] {cc09fde5-acf0-4d12-b154-3449d8f7d975} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:41.325723 [ 4 ] {cc09fde5-acf0-4d12-b154-3449d8f7d975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:41.326126 [ 4 ] {cc09fde5-acf0-4d12-b154-3449d8f7d975} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:41.326163 [ 4 ] {cc09fde5-acf0-4d12-b154-3449d8f7d975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:41.326449 [ 4 ] {cc09fde5-acf0-4d12-b154-3449d8f7d975} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 02:35:41.326652 [ 4 ] {cc09fde5-acf0-4d12-b154-3449d8f7d975} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:41.326780 [ 4 ] {cc09fde5-acf0-4d12-b154-3449d8f7d975} executeQuery: Read 26 rows, 1.96 KiB in 0.001122 sec., 23172.905525846705 rows/sec., 1.70 MiB/sec. 2025.12.24 02:35:41.326817 [ 4 ] {cc09fde5-acf0-4d12-b154-3449d8f7d975} TCPHandler: Processed in 0.001282781 sec. 2025.12.24 02:35:41.326914 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:41.327006 [ 4 ] {fccfed2c-fd6c-4719-a9ee-00f99c07fe6f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:41.327046 [ 4 ] {fccfed2c-fd6c-4719-a9ee-00f99c07fe6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:41.327457 [ 4 ] {fccfed2c-fd6c-4719-a9ee-00f99c07fe6f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:41.327497 [ 4 ] {fccfed2c-fd6c-4719-a9ee-00f99c07fe6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:41.327791 [ 4 ] {fccfed2c-fd6c-4719-a9ee-00f99c07fe6f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 02:35:41.327984 [ 4 ] {fccfed2c-fd6c-4719-a9ee-00f99c07fe6f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:41.328108 [ 4 ] {fccfed2c-fd6c-4719-a9ee-00f99c07fe6f} executeQuery: Read 90 rows, 7.20 KiB in 0.001121 sec., 80285.45941123996 rows/sec., 6.27 MiB/sec. 2025.12.24 02:35:41.328144 [ 4 ] {fccfed2c-fd6c-4719-a9ee-00f99c07fe6f} TCPHandler: Processed in 0.001276281 sec. 2025.12.24 02:35:41.328248 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:41.328340 [ 4 ] {b12b5fa3-3390-48af-8eb9-dc05b170c62e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:41.328381 [ 4 ] {b12b5fa3-3390-48af-8eb9-dc05b170c62e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:41.328772 [ 4 ] {b12b5fa3-3390-48af-8eb9-dc05b170c62e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:41.328807 [ 4 ] {b12b5fa3-3390-48af-8eb9-dc05b170c62e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:41.329117 [ 4 ] {b12b5fa3-3390-48af-8eb9-dc05b170c62e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 02:35:41.329315 [ 4 ] {b12b5fa3-3390-48af-8eb9-dc05b170c62e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:41.329442 [ 4 ] {b12b5fa3-3390-48af-8eb9-dc05b170c62e} executeQuery: Read 160 rows, 11.41 KiB in 0.001121 sec., 142729.70561998215 rows/sec., 9.94 MiB/sec. 2025.12.24 02:35:41.329477 [ 4 ] {b12b5fa3-3390-48af-8eb9-dc05b170c62e} TCPHandler: Processed in 0.00127545 sec. 2025.12.24 02:35:41.329581 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:41.329684 [ 4 ] {f2861e01-a7e1-4643-bee3-723ac8feefbb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:41.329739 [ 4 ] {f2861e01-a7e1-4643-bee3-723ac8feefbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:41.330547 [ 4 ] {f2861e01-a7e1-4643-bee3-723ac8feefbb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:41.330584 [ 4 ] {f2861e01-a7e1-4643-bee3-723ac8feefbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:41.331115 [ 4 ] {f2861e01-a7e1-4643-bee3-723ac8feefbb} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 02:35:41.331333 [ 4 ] {f2861e01-a7e1-4643-bee3-723ac8feefbb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:41.331476 [ 4 ] {f2861e01-a7e1-4643-bee3-723ac8feefbb} executeQuery: Read 26 rows, 47.71 KiB in 0.00181 sec., 14364.640883977901 rows/sec., 25.74 MiB/sec. 2025.12.24 02:35:41.331543 [ 4 ] {f2861e01-a7e1-4643-bee3-723ac8feefbb} TCPHandler: Processed in 0.002011702 sec. 2025.12.24 02:35:41.331654 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:41.331748 [ 4 ] {0db89dae-1347-4c02-98fd-20e891127311} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:41.331789 [ 4 ] {0db89dae-1347-4c02-98fd-20e891127311} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:41.332129 [ 4 ] {0db89dae-1347-4c02-98fd-20e891127311} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:41.332166 [ 4 ] {0db89dae-1347-4c02-98fd-20e891127311} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:41.332479 [ 4 ] {0db89dae-1347-4c02-98fd-20e891127311} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 02:35:41.332682 [ 4 ] {0db89dae-1347-4c02-98fd-20e891127311} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:41.332812 [ 4 ] {0db89dae-1347-4c02-98fd-20e891127311} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.12.24 02:35:41.332849 [ 4 ] {0db89dae-1347-4c02-98fd-20e891127311} TCPHandler: Processed in 0.00124431 sec. 2025.12.24 02:35:44.800788 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 844 2025.12.24 02:35:44.803596 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:44.803650 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:44.804881 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:35:44.805172 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:44.805547 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 844 2025.12.24 02:35:46.325545 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:46.325712 [ 4 ] {5d3a76e1-fb08-40fa-a645-90fb4ae7af34} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:35:46.325775 [ 4 ] {5d3a76e1-fb08-40fa-a645-90fb4ae7af34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:35:46.326396 [ 4 ] {5d3a76e1-fb08-40fa-a645-90fb4ae7af34} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.326441 [ 4 ] {5d3a76e1-fb08-40fa-a645-90fb4ae7af34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.326815 [ 4 ] {5d3a76e1-fb08-40fa-a645-90fb4ae7af34} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:35:46.327033 [ 4 ] {5d3a76e1-fb08-40fa-a645-90fb4ae7af34} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.327164 [ 131 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.24 02:35:46.327197 [ 4 ] {5d3a76e1-fb08-40fa-a645-90fb4ae7af34} executeQuery: Read 24 rows, 2.04 KiB in 0.001527 sec., 15717.092337917486 rows/sec., 1.30 MiB/sec. 2025.12.24 02:35:46.327237 [ 131 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.327259 [ 4 ] {5d3a76e1-fb08-40fa-a645-90fb4ae7af34} TCPHandler: Processed in 0.001841089 sec. 2025.12.24 02:35:46.327262 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.327374 [ 188 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::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.12.24 02:35:46.327396 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:46.327481 [ 188 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:46.327504 [ 4 ] {d298c83c-f06d-4095-948e-1f81ece76c68} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:35:46.327517 [ 188 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2025.12.24 02:35:46.327549 [ 4 ] {d298c83c-f06d-4095-948e-1f81ece76c68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:35:46.327597 [ 188 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.12.24 02:35:46.327673 [ 188 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.12.24 02:35:46.327748 [ 188 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.12.24 02:35:46.327812 [ 188 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.12.24 02:35:46.327990 [ 4 ] {d298c83c-f06d-4095-948e-1f81ece76c68} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.328026 [ 4 ] {d298c83c-f06d-4095-948e-1f81ece76c68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.328320 [ 4 ] {d298c83c-f06d-4095-948e-1f81ece76c68} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:35:46.328534 [ 4 ] {d298c83c-f06d-4095-948e-1f81ece76c68} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.328530 [ 193 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001192829 sec., 100601.17586007717 rows/sec., 8.73 MiB/sec. 2025.12.24 02:35:46.328672 [ 4 ] {d298c83c-f06d-4095-948e-1f81ece76c68} executeQuery: Read 14 rows, 1.14 KiB in 0.001192 sec., 11744.96644295302 rows/sec., 957.72 KiB/sec. 2025.12.24 02:35:46.328685 [ 188 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.24 02:35:46.328716 [ 4 ] {d298c83c-f06d-4095-948e-1f81ece76c68} TCPHandler: Processed in 0.001372401 sec. 2025.12.24 02:35:46.328821 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:46.328917 [ 4 ] {cb173b66-4090-4df4-bd5f-ae0848f7d27d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:46.328922 [ 188 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_9_2} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.328958 [ 4 ] {cb173b66-4090-4df4-bd5f-ae0848f7d27d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:46.328987 [ 188 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_9_2} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.24 02:35:46.329053 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:35:46.329427 [ 4 ] {cb173b66-4090-4df4-bd5f-ae0848f7d27d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.329462 [ 4 ] {cb173b66-4090-4df4-bd5f-ae0848f7d27d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.329783 [ 4 ] {cb173b66-4090-4df4-bd5f-ae0848f7d27d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 02:35:46.329983 [ 4 ] {cb173b66-4090-4df4-bd5f-ae0848f7d27d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.330116 [ 4 ] {cb173b66-4090-4df4-bd5f-ae0848f7d27d} executeQuery: Read 211 rows, 19.17 KiB in 0.001217 sec., 173377.1569433032 rows/sec., 15.38 MiB/sec. 2025.12.24 02:35:46.330157 [ 4 ] {cb173b66-4090-4df4-bd5f-ae0848f7d27d} TCPHandler: Processed in 0.001384823 sec. 2025.12.24 02:35:46.330272 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:46.330365 [ 4 ] {b64156ca-2f17-4e47-a1a0-6f11ac84645b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:46.330404 [ 4 ] {b64156ca-2f17-4e47-a1a0-6f11ac84645b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:46.330814 [ 4 ] {b64156ca-2f17-4e47-a1a0-6f11ac84645b} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.330850 [ 4 ] {b64156ca-2f17-4e47-a1a0-6f11ac84645b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.331140 [ 4 ] {b64156ca-2f17-4e47-a1a0-6f11ac84645b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 02:35:46.331340 [ 4 ] {b64156ca-2f17-4e47-a1a0-6f11ac84645b} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.331474 [ 4 ] {b64156ca-2f17-4e47-a1a0-6f11ac84645b} executeQuery: Read 40 rows, 2.99 KiB in 0.001125 sec., 35555.555555555555 rows/sec., 2.60 MiB/sec. 2025.12.24 02:35:46.331517 [ 4 ] {b64156ca-2f17-4e47-a1a0-6f11ac84645b} TCPHandler: Processed in 0.00129629 sec. 2025.12.24 02:35:46.331621 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:46.331708 [ 4 ] {58f605c8-d9c9-49e1-ae34-b66f72a945e2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:35:46.331744 [ 4 ] {58f605c8-d9c9-49e1-ae34-b66f72a945e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:35:46.332110 [ 4 ] {58f605c8-d9c9-49e1-ae34-b66f72a945e2} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.332143 [ 4 ] {58f605c8-d9c9-49e1-ae34-b66f72a945e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.332411 [ 4 ] {58f605c8-d9c9-49e1-ae34-b66f72a945e2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:35:46.332680 [ 4 ] {58f605c8-d9c9-49e1-ae34-b66f72a945e2} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.332810 [ 4 ] {58f605c8-d9c9-49e1-ae34-b66f72a945e2} executeQuery: Read 24 rows, 2.04 KiB in 0.001104 sec., 21739.130434782608 rows/sec., 1.80 MiB/sec. 2025.12.24 02:35:46.332851 [ 4 ] {58f605c8-d9c9-49e1-ae34-b66f72a945e2} TCPHandler: Processed in 0.00126871 sec. 2025.12.24 02:35:46.332961 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:46.333054 [ 4 ] {63e24690-b8d0-482b-8d59-f0f942442df8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:35:46.333093 [ 4 ] {63e24690-b8d0-482b-8d59-f0f942442df8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:35:46.333484 [ 4 ] {63e24690-b8d0-482b-8d59-f0f942442df8} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.333522 [ 4 ] {63e24690-b8d0-482b-8d59-f0f942442df8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.333808 [ 4 ] {63e24690-b8d0-482b-8d59-f0f942442df8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 02:35:46.334016 [ 4 ] {63e24690-b8d0-482b-8d59-f0f942442df8} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.334109 [ 131 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.24 02:35:46.334140 [ 131 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.334143 [ 4 ] {63e24690-b8d0-482b-8d59-f0f942442df8} executeQuery: Read 12 rows, 960.00 B in 0.001105 sec., 10859.728506787329 rows/sec., 848.42 KiB/sec. 2025.12.24 02:35:46.334158 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.334193 [ 4 ] {63e24690-b8d0-482b-8d59-f0f942442df8} TCPHandler: Processed in 0.001281221 sec. 2025.12.24 02:35:46.334251 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::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.12.24 02:35:46.334309 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:46.334352 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:46.334383 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2025.12.24 02:35:46.334402 [ 4 ] {1557843f-4931-4bec-8fe5-def76ddf7487} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:46.334443 [ 4 ] {1557843f-4931-4bec-8fe5-def76ddf7487} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:46.334449 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.12.24 02:35:46.334506 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2025.12.24 02:35:46.334556 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2025.12.24 02:35:46.334598 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2025.12.24 02:35:46.334890 [ 4 ] {1557843f-4931-4bec-8fe5-def76ddf7487} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.334924 [ 4 ] {1557843f-4931-4bec-8fe5-def76ddf7487} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.335225 [ 4 ] {1557843f-4931-4bec-8fe5-def76ddf7487} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 02:35:46.335233 [ 193 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001016276 sec., 59039.0799349783 rows/sec., 4.73 MiB/sec. 2025.12.24 02:35:46.335344 [ 188 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.24 02:35:46.335436 [ 4 ] {1557843f-4931-4bec-8fe5-def76ddf7487} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.335574 [ 4 ] {1557843f-4931-4bec-8fe5-def76ddf7487} executeQuery: Read 128 rows, 10.64 KiB in 0.001187 sec., 107834.87784330246 rows/sec., 8.75 MiB/sec. 2025.12.24 02:35:46.335583 [ 188 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_9_2} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.335615 [ 4 ] {1557843f-4931-4bec-8fe5-def76ddf7487} TCPHandler: Processed in 0.001354101 sec. 2025.12.24 02:35:46.335645 [ 188 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_9_2} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.24 02:35:46.335709 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:35:46.335726 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:46.335820 [ 4 ] {ea87fdcf-4fab-4979-ab1a-6dd7a6b81712} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:46.335863 [ 4 ] {ea87fdcf-4fab-4979-ab1a-6dd7a6b81712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:46.336255 [ 4 ] {ea87fdcf-4fab-4979-ab1a-6dd7a6b81712} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.336290 [ 4 ] {ea87fdcf-4fab-4979-ab1a-6dd7a6b81712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.336619 [ 4 ] {ea87fdcf-4fab-4979-ab1a-6dd7a6b81712} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 02:35:46.336824 [ 4 ] {ea87fdcf-4fab-4979-ab1a-6dd7a6b81712} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.336953 [ 4 ] {ea87fdcf-4fab-4979-ab1a-6dd7a6b81712} executeQuery: Read 203 rows, 14.89 KiB in 0.001149 sec., 176675.36988685813 rows/sec., 12.66 MiB/sec. 2025.12.24 02:35:46.336992 [ 4 ] {ea87fdcf-4fab-4979-ab1a-6dd7a6b81712} TCPHandler: Processed in 0.001315141 sec. 2025.12.24 02:35:46.337115 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:46.337209 [ 4 ] {e5afb55d-8798-43e9-94ba-ea94cef98e52} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:46.337261 [ 4 ] {e5afb55d-8798-43e9-94ba-ea94cef98e52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:46.338006 [ 4 ] {e5afb55d-8798-43e9-94ba-ea94cef98e52} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.338042 [ 4 ] {e5afb55d-8798-43e9-94ba-ea94cef98e52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.338555 [ 4 ] {e5afb55d-8798-43e9-94ba-ea94cef98e52} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 02:35:46.338779 [ 4 ] {e5afb55d-8798-43e9-94ba-ea94cef98e52} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.338928 [ 4 ] {e5afb55d-8798-43e9-94ba-ea94cef98e52} executeQuery: Read 14 rows, 25.69 KiB in 0.001736 sec., 8064.5161290322585 rows/sec., 14.45 MiB/sec. 2025.12.24 02:35:46.338990 [ 4 ] {e5afb55d-8798-43e9-94ba-ea94cef98e52} TCPHandler: Processed in 0.001924241 sec. 2025.12.24 02:35:46.339106 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:46.339200 [ 4 ] {a8caa84e-6d1c-4024-ad15-afd3e8368a9e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:46.339241 [ 4 ] {a8caa84e-6d1c-4024-ad15-afd3e8368a9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:46.339590 [ 4 ] {a8caa84e-6d1c-4024-ad15-afd3e8368a9e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:46.339627 [ 4 ] {a8caa84e-6d1c-4024-ad15-afd3e8368a9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:46.339938 [ 4 ] {a8caa84e-6d1c-4024-ad15-afd3e8368a9e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 02:35:46.340141 [ 4 ] {a8caa84e-6d1c-4024-ad15-afd3e8368a9e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:46.340282 [ 4 ] {a8caa84e-6d1c-4024-ad15-afd3e8368a9e} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.12.24 02:35:46.340319 [ 4 ] {a8caa84e-6d1c-4024-ad15-afd3e8368a9e} TCPHandler: Processed in 0.00126156 sec. 2025.12.24 02:35:47.259402 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16719 2025.12.24 02:35:47.259938 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:47.259978 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:47.260459 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 02:35:47.260707 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:47.260860 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16719 2025.12.24 02:35:48.187919 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.12.24 02:35:48.205178 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:48.205232 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:48.211314 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 02:35:48.212042 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:48.214809 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.12.24 02:35:51.324710 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:51.324978 [ 4 ] {eba49984-afad-4422-a64b-5830bb1e03bd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:51.325043 [ 4 ] {eba49984-afad-4422-a64b-5830bb1e03bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:51.325750 [ 4 ] {eba49984-afad-4422-a64b-5830bb1e03bd} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.325792 [ 4 ] {eba49984-afad-4422-a64b-5830bb1e03bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:51.326190 [ 4 ] {eba49984-afad-4422-a64b-5830bb1e03bd} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 02:35:51.326417 [ 4 ] {eba49984-afad-4422-a64b-5830bb1e03bd} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.326537 [ 128 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 02:35:51.326572 [ 128 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.326579 [ 4 ] {eba49984-afad-4422-a64b-5830bb1e03bd} executeQuery: Read 108 rows, 9.29 KiB in 0.001644 sec., 65693.4306569343 rows/sec., 5.52 MiB/sec. 2025.12.24 02:35:51.326620 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:51.326650 [ 4 ] {eba49984-afad-4422-a64b-5830bb1e03bd} TCPHandler: Processed in 0.002087743 sec. 2025.12.24 02:35:51.326739 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:35:51.326804 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:51.326892 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:51.326912 [ 4 ] {c8c29cdb-b08c-4420-a464-ffdbab6bab54} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:51.326934 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1406 rows starting from the beginning of the part 2025.12.24 02:35:51.326962 [ 4 ] {c8c29cdb-b08c-4420-a464-ffdbab6bab54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:51.327019 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1250 rows starting from the beginning of the part 2025.12.24 02:35:51.327074 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 84 rows starting from the beginning of the part 2025.12.24 02:35:51.327122 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:35:51.327167 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 211 rows starting from the beginning of the part 2025.12.24 02:35:51.327216 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::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.12.24 02:35:51.327426 [ 4 ] {c8c29cdb-b08c-4420-a464-ffdbab6bab54} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.327466 [ 4 ] {c8c29cdb-b08c-4420-a464-ffdbab6bab54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:51.327797 [ 4 ] {c8c29cdb-b08c-4420-a464-ffdbab6bab54} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 02:35:51.328036 [ 4 ] {c8c29cdb-b08c-4420-a464-ffdbab6bab54} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.328186 [ 4 ] {c8c29cdb-b08c-4420-a464-ffdbab6bab54} executeQuery: Read 26 rows, 1.96 KiB in 0.001296 sec., 20061.728395061727 rows/sec., 1.47 MiB/sec. 2025.12.24 02:35:51.328213 [ 122 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 02:35:51.328228 [ 4 ] {c8c29cdb-b08c-4420-a464-ffdbab6bab54} TCPHandler: Processed in 0.001484134 sec. 2025.12.24 02:35:51.328285 [ 122 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.328311 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:51.328373 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:51.328403 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:35:51.328475 [ 4 ] {6882129f-f393-49c3-960c-8244d50b5d67} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:51.328497 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:51.328518 [ 4 ] {6882129f-f393-49c3-960c-8244d50b5d67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:51.328527 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 70 rows starting from the beginning of the part 2025.12.24 02:35:51.328585 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part 2025.12.24 02:35:51.328628 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:51.328666 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:51.328705 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part 2025.12.24 02:35:51.328708 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3167 rows, containing 5 columns (5 merged, 0 gathered) in 0.002020142 sec., 1567711.576710944 rows/sec., 137.36 MiB/sec. 2025.12.24 02:35:51.328744 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:51.328938 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 02:35:51.328984 [ 4 ] {6882129f-f393-49c3-960c-8244d50b5d67} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.329026 [ 4 ] {6882129f-f393-49c3-960c-8244d50b5d67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:51.329214 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_51_10} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.329300 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_51_10} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 02:35:51.329367 [ 4 ] {6882129f-f393-49c3-960c-8244d50b5d67} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 02:35:51.329375 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:35:51.329509 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.001143858 sec., 180092.2841821275 rows/sec., 13.85 MiB/sec. 2025.12.24 02:35:51.329600 [ 4 ] {6882129f-f393-49c3-960c-8244d50b5d67} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.329616 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 02:35:51.329739 [ 4 ] {6882129f-f393-49c3-960c-8244d50b5d67} executeQuery: Read 90 rows, 7.20 KiB in 0.001283 sec., 70148.09041309431 rows/sec., 5.48 MiB/sec. 2025.12.24 02:35:51.329742 [ 122 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 02:35:51.329781 [ 4 ] {6882129f-f393-49c3-960c-8244d50b5d67} TCPHandler: Processed in 0.001457853 sec. 2025.12.24 02:35:51.329794 [ 122 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.329823 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:51.329869 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_46_9} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.329896 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:35:51.329900 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:51.329942 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_46_9} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 02:35:51.329976 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:51.330004 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 632 rows starting from the beginning of the part 2025.12.24 02:35:51.330011 [ 4 ] {28167682-99a9-4224-9a86-d8e0f5dc5d93} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:51.330012 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:35:51.330050 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 550 rows starting from the beginning of the part 2025.12.24 02:35:51.330065 [ 4 ] {28167682-99a9-4224-9a86-d8e0f5dc5d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:51.330090 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 78 rows starting from the beginning of the part 2025.12.24 02:35:51.330127 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:35:51.330166 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part 2025.12.24 02:35:51.330198 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::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.12.24 02:35:51.330513 [ 4 ] {28167682-99a9-4224-9a86-d8e0f5dc5d93} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.330556 [ 4 ] {28167682-99a9-4224-9a86-d8e0f5dc5d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:51.330898 [ 4 ] {28167682-99a9-4224-9a86-d8e0f5dc5d93} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 02:35:51.331059 [ 188 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001191189 sec., 1316331.8331515822 rows/sec., 104.92 MiB/sec. 2025.12.24 02:35:51.331109 [ 4 ] {28167682-99a9-4224-9a86-d8e0f5dc5d93} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.331205 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 02:35:51.331247 [ 4 ] {28167682-99a9-4224-9a86-d8e0f5dc5d93} executeQuery: Read 160 rows, 11.41 KiB in 0.001254 sec., 127591.70653907496 rows/sec., 8.89 MiB/sec. 2025.12.24 02:35:51.331248 [ 122 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 02:35:51.331300 [ 4 ] {28167682-99a9-4224-9a86-d8e0f5dc5d93} TCPHandler: Processed in 0.001450083 sec. 2025.12.24 02:35:51.331330 [ 122 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.331361 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2025.12.24 02:35:51.331422 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:51.331430 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:35:51.331487 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_51_10} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.331524 [ 4 ] {86938e3c-7301-497d-ac88-3879897ef34b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:51.331531 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:51.331558 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_51_10} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 02:35:51.331573 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13038 rows starting from the beginning of the part 2025.12.24 02:35:51.331591 [ 4 ] {86938e3c-7301-497d-ac88-3879897ef34b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:51.331619 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 846 rows starting from the beginning of the part 2025.12.24 02:35:51.331621 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:35:51.331659 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2025.12.24 02:35:51.331692 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:35:51.331727 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 203 rows starting from the beginning of the part 2025.12.24 02:35:51.331760 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::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.12.24 02:35:51.332431 [ 4 ] {86938e3c-7301-497d-ac88-3879897ef34b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.332472 [ 4 ] {86938e3c-7301-497d-ac88-3879897ef34b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:51.333070 [ 4 ] {86938e3c-7301-497d-ac88-3879897ef34b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 02:35:51.333305 [ 4 ] {86938e3c-7301-497d-ac88-3879897ef34b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.333438 [ 122 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 02:35:51.333453 [ 4 ] {86938e3c-7301-497d-ac88-3879897ef34b} executeQuery: Read 26 rows, 47.71 KiB in 0.001945 sec., 13367.609254498715 rows/sec., 23.95 MiB/sec. 2025.12.24 02:35:51.333489 [ 122 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.333524 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:51.333538 [ 4 ] {86938e3c-7301-497d-ac88-3879897ef34b} TCPHandler: Processed in 0.002163784 sec. 2025.12.24 02:35:51.333624 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::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.12.24 02:35:51.333661 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:51.333757 [ 4 ] {3817a66f-08a1-49f0-a63e-41dce85db03c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:51.333770 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:51.333800 [ 4 ] {3817a66f-08a1-49f0-a63e-41dce85db03c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:51.333811 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 749 rows starting from the beginning of the part 2025.12.24 02:35:51.333919 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:51.334023 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:51.334127 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:51.334147 [ 4 ] {3817a66f-08a1-49f0-a63e-41dce85db03c} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.334183 [ 4 ] {3817a66f-08a1-49f0-a63e-41dce85db03c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:51.334233 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:51.334337 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part 2025.12.24 02:35:51.334544 [ 4 ] {3817a66f-08a1-49f0-a63e-41dce85db03c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 02:35:51.334764 [ 4 ] {3817a66f-08a1-49f0-a63e-41dce85db03c} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.334872 [ 122 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 02:35:51.334897 [ 4 ] {3817a66f-08a1-49f0-a63e-41dce85db03c} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2025.12.24 02:35:51.334904 [ 122 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:51.334938 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:51.334941 [ 4 ] {3817a66f-08a1-49f0-a63e-41dce85db03c} TCPHandler: Processed in 0.001328852 sec. 2025.12.24 02:35:51.335020 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:35:51.335106 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:51.335129 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2688 rows starting from the beginning of the part 2025.12.24 02:35:51.335189 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:35:51.335230 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2025.12.24 02:35:51.335275 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:35:51.335312 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2025.12.24 02:35:51.335356 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::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.12.24 02:35:51.336118 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 14567 rows, containing 5 columns (5 merged, 0 gathered) in 0.004715575 sec., 3089124.8681231877 rows/sec., 212.34 MiB/sec. 2025.12.24 02:35:51.336357 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2988 rows, containing 4 columns (4 merged, 0 gathered) in 0.001367951 sec., 2184288.764729146 rows/sec., 147.21 MiB/sec. 2025.12.24 02:35:51.336609 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 02:35:51.336661 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 02:35:51.336968 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_51_10} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.336975 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_51_10} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.337046 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_51_10} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 02:35:51.337080 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_51_10} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 02:35:51.337115 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.12.24 02:35:51.337193 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. 2025.12.24 02:35:51.345197 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 855 rows, containing 19 columns (19 merged, 0 gathered) in 0.011598595 sec., 73715.82506329431 rows/sec., 132.10 MiB/sec. 2025.12.24 02:35:51.346523 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 02:35:51.346836 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_46_9} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:51.346911 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_46_9} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 02:35:51.347020 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. 2025.12.24 02:35:52.000259 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 280.89 MiB, peak 293.18 MiB, free memory in arenas 0.00 B, will set to 285.20 MiB (RSS), difference: 4.31 MiB 2025.12.24 02:35:54.652795 [ 124 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:35:54.652864 [ 124 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:35:54.761004 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17167 2025.12.24 02:35:54.761458 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:54.761493 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:54.761951 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 02:35:54.762167 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:54.762286 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17167 2025.12.24 02:35:54.762315 [ 117 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 02:35:54.762386 [ 117 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:54.762408 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:54.762535 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:35:54.762687 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:54.762724 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14799 rows starting from the beginning of the part 2025.12.24 02:35:54.762788 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2025.12.24 02:35:54.762833 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2025.12.24 02:35:54.762875 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2025.12.24 02:35:54.762914 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2025.12.24 02:35:54.762950 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2025.12.24 02:35:54.764898 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17167 rows, containing 4 columns (4 merged, 0 gathered) in 0.002422539 sec., 7086366.8242286295 rows/sec., 101.37 MiB/sec. 2025.12.24 02:35:54.765106 [ 199 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 02:35:54.765369 [ 199 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_36_7} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:54.765439 [ 199 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_36_7} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 02:35:54.765511 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2025.12.24 02:35:54.805990 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 876 2025.12.24 02:35:54.808427 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:54.808488 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:54.809745 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:35:54.810042 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:54.810216 [ 116 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 02:35:54.810269 [ 116 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:54.810289 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:54.810379 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:35:54.810443 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 876 2025.12.24 02:35:54.810915 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:54.811049 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 732 rows starting from the beginning of the part 2025.12.24 02:35:54.811410 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2025.12.24 02:35:54.811950 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part 2025.12.24 02:35:54.812480 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part 2025.12.24 02:35:54.812996 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.12.24 02:35:54.813507 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part 2025.12.24 02:35:54.819240 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 876 rows, containing 72 columns (72 merged, 0 gathered) in 0.008898692 sec., 98441.43386466237 rows/sec., 80.07 MiB/sec. 2025.12.24 02:35:54.820142 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 02:35:54.820643 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_26_5} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:54.820713 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_26_5} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 02:35:54.820871 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. 2025.12.24 02:35:55.714949 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2025.12.24 02:35:55.731919 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:55.731976 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:55.737548 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 02:35:55.738231 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:55.738586 [ 117 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 02:35:55.738683 [ 117 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:55.738721 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:55.738850 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:35:55.741563 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2025.12.24 02:35:55.742918 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:55.744546 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2025.12.24 02:35:55.749570 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2025.12.24 02:35:55.754458 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2025.12.24 02:35:55.759094 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2025.12.24 02:35:55.763544 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2025.12.24 02:35:55.767444 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2025.12.24 02:35:55.821764 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.082963732 sec., 3278.541037666917 rows/sec., 16.95 MiB/sec. 2025.12.24 02:35:55.824471 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 02:35:55.826402 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_36_7} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:55.826513 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_36_7} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 02:35:55.829123 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.12.24 02:35:56.000274 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 286.43 MiB, peak 298.29 MiB, free memory in arenas 0.00 B, will set to 287.46 MiB (RSS), difference: 1.04 MiB 2025.12.24 02:35:56.322956 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:56.323126 [ 4 ] {ff1e5e1d-55cc-4f33-a930-4e5473dbcdbd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:35:56.323189 [ 4 ] {ff1e5e1d-55cc-4f33-a930-4e5473dbcdbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:35:56.323850 [ 4 ] {ff1e5e1d-55cc-4f33-a930-4e5473dbcdbd} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:56.323900 [ 4 ] {ff1e5e1d-55cc-4f33-a930-4e5473dbcdbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:56.324294 [ 4 ] {ff1e5e1d-55cc-4f33-a930-4e5473dbcdbd} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 02:35:56.324520 [ 4 ] {ff1e5e1d-55cc-4f33-a930-4e5473dbcdbd} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:56.324691 [ 4 ] {ff1e5e1d-55cc-4f33-a930-4e5473dbcdbd} executeQuery: Read 84 rows, 7.20 KiB in 0.001608 sec., 52238.80597014925 rows/sec., 4.37 MiB/sec. 2025.12.24 02:35:56.324743 [ 4 ] {ff1e5e1d-55cc-4f33-a930-4e5473dbcdbd} TCPHandler: Processed in 0.00190742 sec. 2025.12.24 02:35:56.324867 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:56.324967 [ 4 ] {40f19089-8282-4c2c-8bdd-85f0975fa8ab} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:35:56.325011 [ 4 ] {40f19089-8282-4c2c-8bdd-85f0975fa8ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:35:56.325429 [ 4 ] {40f19089-8282-4c2c-8bdd-85f0975fa8ab} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:56.325468 [ 4 ] {40f19089-8282-4c2c-8bdd-85f0975fa8ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:56.325781 [ 4 ] {40f19089-8282-4c2c-8bdd-85f0975fa8ab} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 02:35:56.325991 [ 4 ] {40f19089-8282-4c2c-8bdd-85f0975fa8ab} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:56.326124 [ 4 ] {40f19089-8282-4c2c-8bdd-85f0975fa8ab} executeQuery: Read 14 rows, 1.05 KiB in 0.001179 sec., 11874.469889737065 rows/sec., 892.90 KiB/sec. 2025.12.24 02:35:56.326164 [ 4 ] {40f19089-8282-4c2c-8bdd-85f0975fa8ab} TCPHandler: Processed in 0.001349532 sec. 2025.12.24 02:35:56.326274 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:56.326371 [ 4 ] {8c08d7be-12be-4fa0-bcbc-e3cfb24f6d87} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:35:56.326410 [ 4 ] {8c08d7be-12be-4fa0-bcbc-e3cfb24f6d87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:35:56.326838 [ 4 ] {8c08d7be-12be-4fa0-bcbc-e3cfb24f6d87} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:56.326875 [ 4 ] {8c08d7be-12be-4fa0-bcbc-e3cfb24f6d87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:56.327190 [ 4 ] {8c08d7be-12be-4fa0-bcbc-e3cfb24f6d87} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 02:35:56.327405 [ 4 ] {8c08d7be-12be-4fa0-bcbc-e3cfb24f6d87} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:56.327539 [ 4 ] {8c08d7be-12be-4fa0-bcbc-e3cfb24f6d87} executeQuery: Read 78 rows, 6.24 KiB in 0.001186 sec., 65767.2849915683 rows/sec., 5.14 MiB/sec. 2025.12.24 02:35:56.327579 [ 4 ] {8c08d7be-12be-4fa0-bcbc-e3cfb24f6d87} TCPHandler: Processed in 0.001355151 sec. 2025.12.24 02:35:56.327700 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:56.327795 [ 4 ] {33d4b8b1-dd3c-430f-9fc1-b7227d67d326} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:56.327837 [ 4 ] {33d4b8b1-dd3c-430f-9fc1-b7227d67d326} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:35:56.328248 [ 4 ] {33d4b8b1-dd3c-430f-9fc1-b7227d67d326} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:56.328284 [ 4 ] {33d4b8b1-dd3c-430f-9fc1-b7227d67d326} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:56.328613 [ 4 ] {33d4b8b1-dd3c-430f-9fc1-b7227d67d326} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 02:35:56.328827 [ 4 ] {33d4b8b1-dd3c-430f-9fc1-b7227d67d326} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:56.328963 [ 4 ] {33d4b8b1-dd3c-430f-9fc1-b7227d67d326} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2025.12.24 02:35:56.329002 [ 4 ] {33d4b8b1-dd3c-430f-9fc1-b7227d67d326} TCPHandler: Processed in 0.001350431 sec. 2025.12.24 02:35:56.329112 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:56.329206 [ 4 ] {9f1bb3bb-2c64-4267-ae5f-e5f4ffd1c8cc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:35:56.329259 [ 4 ] {9f1bb3bb-2c64-4267-ae5f-e5f4ffd1c8cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:35:56.330036 [ 4 ] {9f1bb3bb-2c64-4267-ae5f-e5f4ffd1c8cc} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:56.330072 [ 4 ] {9f1bb3bb-2c64-4267-ae5f-e5f4ffd1c8cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:56.330590 [ 4 ] {9f1bb3bb-2c64-4267-ae5f-e5f4ffd1c8cc} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 02:35:56.330818 [ 4 ] {9f1bb3bb-2c64-4267-ae5f-e5f4ffd1c8cc} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:56.330961 [ 4 ] {9f1bb3bb-2c64-4267-ae5f-e5f4ffd1c8cc} executeQuery: Read 14 rows, 25.69 KiB in 0.001771 sec., 7905.138339920949 rows/sec., 14.17 MiB/sec. 2025.12.24 02:35:56.331025 [ 4 ] {9f1bb3bb-2c64-4267-ae5f-e5f4ffd1c8cc} TCPHandler: Processed in 0.001961461 sec. 2025.12.24 02:35:56.331140 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:35:56.331233 [ 4 ] {850b26ef-3f05-487a-b422-eeb9f27ca049} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:35:56.331274 [ 4 ] {850b26ef-3f05-487a-b422-eeb9f27ca049} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:35:56.331620 [ 4 ] {850b26ef-3f05-487a-b422-eeb9f27ca049} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:56.331655 [ 4 ] {850b26ef-3f05-487a-b422-eeb9f27ca049} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:56.331955 [ 4 ] {850b26ef-3f05-487a-b422-eeb9f27ca049} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 02:35:56.332167 [ 4 ] {850b26ef-3f05-487a-b422-eeb9f27ca049} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:56.332300 [ 4 ] {850b26ef-3f05-487a-b422-eeb9f27ca049} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.12.24 02:35:56.332337 [ 4 ] {850b26ef-3f05-487a-b422-eeb9f27ca049} TCPHandler: Processed in 0.001245329 sec. 2025.12.24 02:35:58.833866 [ 113 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.24 02:35:58.833928 [ 113 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:35:58.833952 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:35:58.834133 [ 195 ] {6b558a83-4159-4d45-ba58-886d87f50b30::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.12.24 02:35:58.834383 [ 195 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:35:58.834440 [ 195 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2025.12.24 02:35:58.834547 [ 195 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2025.12.24 02:35:58.834627 [ 195 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:58.834709 [ 195 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2025.12.24 02:35:58.834781 [ 195 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part 2025.12.24 02:35:58.835773 [ 186 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001727537 sec., 31258.37536330626 rows/sec., 2.61 MiB/sec. 2025.12.24 02:35:58.835988 [ 190 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.24 02:35:58.836318 [ 190 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_9_2} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:35:58.836399 [ 190 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_9_2} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.24 02:35:58.836493 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:36:01.353509 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:01.353695 [ 4 ] {710ea109-ccf5-43b5-8629-0f68606acc85} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:01.353758 [ 4 ] {710ea109-ccf5-43b5-8629-0f68606acc85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:01.355079 [ 4 ] {710ea109-ccf5-43b5-8629-0f68606acc85} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:01.355123 [ 4 ] {710ea109-ccf5-43b5-8629-0f68606acc85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:01.355579 [ 4 ] {710ea109-ccf5-43b5-8629-0f68606acc85} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 02:36:01.355815 [ 4 ] {710ea109-ccf5-43b5-8629-0f68606acc85} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:01.355988 [ 4 ] {710ea109-ccf5-43b5-8629-0f68606acc85} executeQuery: Read 1248 rows, 105.85 KiB in 0.002338 sec., 533789.5637296835 rows/sec., 44.21 MiB/sec. 2025.12.24 02:36:01.356041 [ 4 ] {710ea109-ccf5-43b5-8629-0f68606acc85} TCPHandler: Processed in 0.002650202 sec. 2025.12.24 02:36:01.356166 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:01.356269 [ 4 ] {ca87e4d4-5dfc-4cee-8480-b9686d6f0f70} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:01.356314 [ 4 ] {ca87e4d4-5dfc-4cee-8480-b9686d6f0f70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:01.356745 [ 4 ] {ca87e4d4-5dfc-4cee-8480-b9686d6f0f70} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:01.356781 [ 4 ] {ca87e4d4-5dfc-4cee-8480-b9686d6f0f70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:01.357090 [ 4 ] {ca87e4d4-5dfc-4cee-8480-b9686d6f0f70} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 02:36:01.357301 [ 4 ] {ca87e4d4-5dfc-4cee-8480-b9686d6f0f70} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:01.357441 [ 4 ] {ca87e4d4-5dfc-4cee-8480-b9686d6f0f70} executeQuery: Read 26 rows, 1.96 KiB in 0.001195 sec., 21757.322175732217 rows/sec., 1.60 MiB/sec. 2025.12.24 02:36:01.357480 [ 4 ] {ca87e4d4-5dfc-4cee-8480-b9686d6f0f70} TCPHandler: Processed in 0.001366232 sec. 2025.12.24 02:36:01.357585 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:01.357680 [ 4 ] {3e34de6e-6dcf-4e78-bafd-14fbc59a9236} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:36:01.357721 [ 4 ] {3e34de6e-6dcf-4e78-bafd-14fbc59a9236} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:36:01.358199 [ 4 ] {3e34de6e-6dcf-4e78-bafd-14fbc59a9236} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:01.358233 [ 4 ] {3e34de6e-6dcf-4e78-bafd-14fbc59a9236} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:01.358535 [ 4 ] {3e34de6e-6dcf-4e78-bafd-14fbc59a9236} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:36:01.358759 [ 4 ] {3e34de6e-6dcf-4e78-bafd-14fbc59a9236} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:01.358893 [ 4 ] {3e34de6e-6dcf-4e78-bafd-14fbc59a9236} executeQuery: Read 228 rows, 15.81 KiB in 0.001231 sec., 185215.2721364744 rows/sec., 12.54 MiB/sec. 2025.12.24 02:36:01.358931 [ 4 ] {3e34de6e-6dcf-4e78-bafd-14fbc59a9236} TCPHandler: Processed in 0.001395653 sec. 2025.12.24 02:36:01.359050 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:01.359144 [ 4 ] {3e29ad09-3fc3-4c9f-9fe4-26711a8f11bf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:01.359183 [ 4 ] {3e29ad09-3fc3-4c9f-9fe4-26711a8f11bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:01.359780 [ 4 ] {3e29ad09-3fc3-4c9f-9fe4-26711a8f11bf} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:01.359815 [ 4 ] {3e29ad09-3fc3-4c9f-9fe4-26711a8f11bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:01.360137 [ 4 ] {3e29ad09-3fc3-4c9f-9fe4-26711a8f11bf} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 02:36:01.360344 [ 4 ] {3e29ad09-3fc3-4c9f-9fe4-26711a8f11bf} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:01.360479 [ 4 ] {3e29ad09-3fc3-4c9f-9fe4-26711a8f11bf} executeQuery: Read 546 rows, 41.49 KiB in 0.001351 sec., 404145.0777202073 rows/sec., 29.99 MiB/sec. 2025.12.24 02:36:01.360518 [ 4 ] {3e29ad09-3fc3-4c9f-9fe4-26711a8f11bf} TCPHandler: Processed in 0.001515494 sec. 2025.12.24 02:36:01.360630 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:01.360726 [ 4 ] {29f0fce0-068d-4805-af76-60fcccb4a5d1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:01.360769 [ 4 ] {29f0fce0-068d-4805-af76-60fcccb4a5d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:01.361345 [ 4 ] {29f0fce0-068d-4805-af76-60fcccb4a5d1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:01.361381 [ 4 ] {29f0fce0-068d-4805-af76-60fcccb4a5d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:01.361756 [ 4 ] {29f0fce0-068d-4805-af76-60fcccb4a5d1} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 02:36:01.361963 [ 4 ] {29f0fce0-068d-4805-af76-60fcccb4a5d1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:01.362095 [ 4 ] {29f0fce0-068d-4805-af76-60fcccb4a5d1} executeQuery: Read 844 rows, 58.17 KiB in 0.001387 sec., 608507.570295602 rows/sec., 40.96 MiB/sec. 2025.12.24 02:36:01.362135 [ 4 ] {29f0fce0-068d-4805-af76-60fcccb4a5d1} TCPHandler: Processed in 0.001553335 sec. 2025.12.24 02:36:01.362247 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:01.362341 [ 4 ] {3e798c2b-682c-4985-8780-64106470f51b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:01.362394 [ 4 ] {3e798c2b-682c-4985-8780-64106470f51b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:01.363230 [ 4 ] {3e798c2b-682c-4985-8780-64106470f51b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:01.363267 [ 4 ] {3e798c2b-682c-4985-8780-64106470f51b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:01.363797 [ 4 ] {3e798c2b-682c-4985-8780-64106470f51b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 02:36:01.364021 [ 4 ] {3e798c2b-682c-4985-8780-64106470f51b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:01.364164 [ 4 ] {3e798c2b-682c-4985-8780-64106470f51b} executeQuery: Read 26 rows, 47.71 KiB in 0.00184 sec., 14130.434782608696 rows/sec., 25.32 MiB/sec. 2025.12.24 02:36:01.364231 [ 4 ] {3e798c2b-682c-4985-8780-64106470f51b} TCPHandler: Processed in 0.002032952 sec. 2025.12.24 02:36:01.364348 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:01.364441 [ 4 ] {90e108e5-f923-492d-aba1-cf462588e7e1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:01.364483 [ 4 ] {90e108e5-f923-492d-aba1-cf462588e7e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:01.364829 [ 4 ] {90e108e5-f923-492d-aba1-cf462588e7e1} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:01.364865 [ 4 ] {90e108e5-f923-492d-aba1-cf462588e7e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:01.365167 [ 4 ] {90e108e5-f923-492d-aba1-cf462588e7e1} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 02:36:01.365373 [ 4 ] {90e108e5-f923-492d-aba1-cf462588e7e1} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:01.365504 [ 4 ] {90e108e5-f923-492d-aba1-cf462588e7e1} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.12.24 02:36:01.365542 [ 4 ] {90e108e5-f923-492d-aba1-cf462588e7e1} TCPHandler: Processed in 0.00124287 sec. 2025.12.24 02:36:02.262466 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17679 2025.12.24 02:36:02.263245 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:02.263327 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:02.263997 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 02:36:02.264234 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:02.264367 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17679 2025.12.24 02:36:03.241714 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2025.12.24 02:36:03.257452 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:03.257512 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:03.264404 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 02:36:03.265204 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:03.268984 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.12.24 02:36:04.810756 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 902 2025.12.24 02:36:04.813121 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:04.813165 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:04.814319 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:36:04.814600 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:04.814861 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 902 2025.12.24 02:36:06.323645 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:06.323837 [ 4 ] {4239b87f-f7d1-4156-b702-890cfd5882bf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:06.323920 [ 4 ] {4239b87f-f7d1-4156-b702-890cfd5882bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:06.324588 [ 4 ] {4239b87f-f7d1-4156-b702-890cfd5882bf} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:06.324637 [ 4 ] {4239b87f-f7d1-4156-b702-890cfd5882bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:06.325046 [ 4 ] {4239b87f-f7d1-4156-b702-890cfd5882bf} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 02:36:06.325292 [ 4 ] {4239b87f-f7d1-4156-b702-890cfd5882bf} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:06.325456 [ 4 ] {4239b87f-f7d1-4156-b702-890cfd5882bf} executeQuery: Read 84 rows, 7.20 KiB in 0.00167 sec., 50299.40119760479 rows/sec., 4.21 MiB/sec. 2025.12.24 02:36:06.325508 [ 4 ] {4239b87f-f7d1-4156-b702-890cfd5882bf} TCPHandler: Processed in 0.001987582 sec. 2025.12.24 02:36:06.325635 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:06.325739 [ 4 ] {1ee43651-ffbc-4c8f-994a-baa4894e5d24} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:06.325784 [ 4 ] {1ee43651-ffbc-4c8f-994a-baa4894e5d24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:06.326204 [ 4 ] {1ee43651-ffbc-4c8f-994a-baa4894e5d24} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:06.326242 [ 4 ] {1ee43651-ffbc-4c8f-994a-baa4894e5d24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:06.326564 [ 4 ] {1ee43651-ffbc-4c8f-994a-baa4894e5d24} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 02:36:06.326782 [ 4 ] {1ee43651-ffbc-4c8f-994a-baa4894e5d24} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:06.326919 [ 4 ] {1ee43651-ffbc-4c8f-994a-baa4894e5d24} executeQuery: Read 14 rows, 1.05 KiB in 0.001206 sec., 11608.623548922056 rows/sec., 872.91 KiB/sec. 2025.12.24 02:36:06.326959 [ 4 ] {1ee43651-ffbc-4c8f-994a-baa4894e5d24} TCPHandler: Processed in 0.001378032 sec. 2025.12.24 02:36:06.327070 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:06.327168 [ 4 ] {99ab9b34-9a44-4774-a05a-3e1066fea9f2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:06.327210 [ 4 ] {99ab9b34-9a44-4774-a05a-3e1066fea9f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:06.327627 [ 4 ] {99ab9b34-9a44-4774-a05a-3e1066fea9f2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:06.327664 [ 4 ] {99ab9b34-9a44-4774-a05a-3e1066fea9f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:06.327968 [ 4 ] {99ab9b34-9a44-4774-a05a-3e1066fea9f2} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 02:36:06.328179 [ 4 ] {99ab9b34-9a44-4774-a05a-3e1066fea9f2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:06.328314 [ 4 ] {99ab9b34-9a44-4774-a05a-3e1066fea9f2} executeQuery: Read 78 rows, 6.24 KiB in 0.001166 sec., 66895.36878216124 rows/sec., 5.22 MiB/sec. 2025.12.24 02:36:06.328352 [ 4 ] {99ab9b34-9a44-4774-a05a-3e1066fea9f2} TCPHandler: Processed in 0.001333201 sec. 2025.12.24 02:36:06.328464 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:06.328561 [ 4 ] {2b1b8998-f84c-448c-baca-ac1e5b47edbf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:06.328605 [ 4 ] {2b1b8998-f84c-448c-baca-ac1e5b47edbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:06.329013 [ 4 ] {2b1b8998-f84c-448c-baca-ac1e5b47edbf} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:06.329049 [ 4 ] {2b1b8998-f84c-448c-baca-ac1e5b47edbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:06.329383 [ 4 ] {2b1b8998-f84c-448c-baca-ac1e5b47edbf} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 02:36:06.329609 [ 4 ] {2b1b8998-f84c-448c-baca-ac1e5b47edbf} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:06.329747 [ 4 ] {2b1b8998-f84c-448c-baca-ac1e5b47edbf} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2025.12.24 02:36:06.329785 [ 4 ] {2b1b8998-f84c-448c-baca-ac1e5b47edbf} TCPHandler: Processed in 0.001372152 sec. 2025.12.24 02:36:06.329902 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:06.329998 [ 4 ] {36765f06-dcf5-46d8-a0b6-05c53b8fa2b6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:06.330053 [ 4 ] {36765f06-dcf5-46d8-a0b6-05c53b8fa2b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:06.330823 [ 4 ] {36765f06-dcf5-46d8-a0b6-05c53b8fa2b6} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:06.330860 [ 4 ] {36765f06-dcf5-46d8-a0b6-05c53b8fa2b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:06.331376 [ 4 ] {36765f06-dcf5-46d8-a0b6-05c53b8fa2b6} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 02:36:06.331602 [ 4 ] {36765f06-dcf5-46d8-a0b6-05c53b8fa2b6} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:06.331747 [ 4 ] {36765f06-dcf5-46d8-a0b6-05c53b8fa2b6} executeQuery: Read 14 rows, 25.69 KiB in 0.001767 sec., 7923.03338992643 rows/sec., 14.20 MiB/sec. 2025.12.24 02:36:06.331811 [ 4 ] {36765f06-dcf5-46d8-a0b6-05c53b8fa2b6} TCPHandler: Processed in 0.001960471 sec. 2025.12.24 02:36:06.331928 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:06.332023 [ 4 ] {0b3769e7-8f3c-4718-a5d3-ebbd9c7132d2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:06.332066 [ 4 ] {0b3769e7-8f3c-4718-a5d3-ebbd9c7132d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:06.332398 [ 4 ] {0b3769e7-8f3c-4718-a5d3-ebbd9c7132d2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:06.332433 [ 4 ] {0b3769e7-8f3c-4718-a5d3-ebbd9c7132d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:06.332745 [ 4 ] {0b3769e7-8f3c-4718-a5d3-ebbd9c7132d2} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 02:36:06.332955 [ 4 ] {0b3769e7-8f3c-4718-a5d3-ebbd9c7132d2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:06.333084 [ 4 ] {0b3769e7-8f3c-4718-a5d3-ebbd9c7132d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.12.24 02:36:06.333120 [ 4 ] {0b3769e7-8f3c-4718-a5d3-ebbd9c7132d2} TCPHandler: Processed in 0.001242649 sec. 2025.12.24 02:36:09.653125 [ 106 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:36:09.653218 [ 106 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:36:09.764494 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18127 2025.12.24 02:36:09.764976 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:09.765022 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:09.765523 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 02:36:09.765746 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:09.765878 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18127 2025.12.24 02:36:10.769110 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.12.24 02:36:10.786615 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:10.786690 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:10.793033 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 02:36:10.793791 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:10.797315 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.12.24 02:36:11.324158 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:11.324354 [ 4 ] {36bd33ff-a78a-4ecd-b267-b8b9e03ba3a6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:11.324426 [ 4 ] {36bd33ff-a78a-4ecd-b267-b8b9e03ba3a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:11.325083 [ 4 ] {36bd33ff-a78a-4ecd-b267-b8b9e03ba3a6} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:11.325136 [ 4 ] {36bd33ff-a78a-4ecd-b267-b8b9e03ba3a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:11.325557 [ 4 ] {36bd33ff-a78a-4ecd-b267-b8b9e03ba3a6} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 02:36:11.325789 [ 4 ] {36bd33ff-a78a-4ecd-b267-b8b9e03ba3a6} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:11.325957 [ 4 ] {36bd33ff-a78a-4ecd-b267-b8b9e03ba3a6} executeQuery: Read 108 rows, 9.29 KiB in 0.001655 sec., 65256.79758308157 rows/sec., 5.48 MiB/sec. 2025.12.24 02:36:11.326006 [ 4 ] {36bd33ff-a78a-4ecd-b267-b8b9e03ba3a6} TCPHandler: Processed in 0.001983862 sec. 2025.12.24 02:36:11.326128 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:11.326229 [ 4 ] {4a431dd3-9f32-4ddb-a104-477e0e51f203} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:11.326274 [ 4 ] {4a431dd3-9f32-4ddb-a104-477e0e51f203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:11.326684 [ 4 ] {4a431dd3-9f32-4ddb-a104-477e0e51f203} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:11.326722 [ 4 ] {4a431dd3-9f32-4ddb-a104-477e0e51f203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:11.327067 [ 4 ] {4a431dd3-9f32-4ddb-a104-477e0e51f203} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 02:36:11.327304 [ 4 ] {4a431dd3-9f32-4ddb-a104-477e0e51f203} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:11.327452 [ 4 ] {4a431dd3-9f32-4ddb-a104-477e0e51f203} executeQuery: Read 26 rows, 1.96 KiB in 0.001245 sec., 20883.534136546183 rows/sec., 1.53 MiB/sec. 2025.12.24 02:36:11.327491 [ 4 ] {4a431dd3-9f32-4ddb-a104-477e0e51f203} TCPHandler: Processed in 0.001416752 sec. 2025.12.24 02:36:11.327604 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:11.327701 [ 4 ] {7e12118d-9a6d-403f-833e-59f4fda80175} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:11.327742 [ 4 ] {7e12118d-9a6d-403f-833e-59f4fda80175} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:11.328149 [ 4 ] {7e12118d-9a6d-403f-833e-59f4fda80175} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:11.328187 [ 4 ] {7e12118d-9a6d-403f-833e-59f4fda80175} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:11.328516 [ 4 ] {7e12118d-9a6d-403f-833e-59f4fda80175} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 02:36:11.328726 [ 4 ] {7e12118d-9a6d-403f-833e-59f4fda80175} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:11.328865 [ 4 ] {7e12118d-9a6d-403f-833e-59f4fda80175} executeQuery: Read 90 rows, 7.20 KiB in 0.001184 sec., 76013.51351351352 rows/sec., 5.94 MiB/sec. 2025.12.24 02:36:11.328903 [ 4 ] {7e12118d-9a6d-403f-833e-59f4fda80175} TCPHandler: Processed in 0.001349581 sec. 2025.12.24 02:36:11.329013 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:11.329108 [ 4 ] {3a8cb108-82bf-4147-917f-f02bfa848d0f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:11.329151 [ 4 ] {3a8cb108-82bf-4147-917f-f02bfa848d0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:11.329537 [ 4 ] {3a8cb108-82bf-4147-917f-f02bfa848d0f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:11.329573 [ 4 ] {3a8cb108-82bf-4147-917f-f02bfa848d0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:11.329913 [ 4 ] {3a8cb108-82bf-4147-917f-f02bfa848d0f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 02:36:11.330121 [ 4 ] {3a8cb108-82bf-4147-917f-f02bfa848d0f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:11.330259 [ 4 ] {3a8cb108-82bf-4147-917f-f02bfa848d0f} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.12.24 02:36:11.330296 [ 4 ] {3a8cb108-82bf-4147-917f-f02bfa848d0f} TCPHandler: Processed in 0.001333411 sec. 2025.12.24 02:36:11.330397 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:11.330489 [ 4 ] {479fb758-c587-478f-b5f3-eabd23e0625d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:11.330544 [ 4 ] {479fb758-c587-478f-b5f3-eabd23e0625d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:11.331312 [ 4 ] {479fb758-c587-478f-b5f3-eabd23e0625d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:11.331349 [ 4 ] {479fb758-c587-478f-b5f3-eabd23e0625d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:11.331899 [ 4 ] {479fb758-c587-478f-b5f3-eabd23e0625d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 02:36:11.332146 [ 4 ] {479fb758-c587-478f-b5f3-eabd23e0625d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:11.332295 [ 4 ] {479fb758-c587-478f-b5f3-eabd23e0625d} executeQuery: Read 26 rows, 47.71 KiB in 0.001822 sec., 14270.032930845224 rows/sec., 25.57 MiB/sec. 2025.12.24 02:36:11.332358 [ 4 ] {479fb758-c587-478f-b5f3-eabd23e0625d} TCPHandler: Processed in 0.002010092 sec. 2025.12.24 02:36:11.332470 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:11.332564 [ 4 ] {c07fbd3c-1565-4bc8-a32e-1d1ab46ead4b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:11.332606 [ 4 ] {c07fbd3c-1565-4bc8-a32e-1d1ab46ead4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:11.332934 [ 4 ] {c07fbd3c-1565-4bc8-a32e-1d1ab46ead4b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:11.332971 [ 4 ] {c07fbd3c-1565-4bc8-a32e-1d1ab46ead4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:11.333281 [ 4 ] {c07fbd3c-1565-4bc8-a32e-1d1ab46ead4b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 02:36:11.333489 [ 4 ] {c07fbd3c-1565-4bc8-a32e-1d1ab46ead4b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:11.333618 [ 4 ] {c07fbd3c-1565-4bc8-a32e-1d1ab46ead4b} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.12.24 02:36:11.333653 [ 4 ] {c07fbd3c-1565-4bc8-a32e-1d1ab46ead4b} TCPHandler: Processed in 0.00123453 sec. 2025.12.24 02:36:13.760189 [ 100 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.12.24 02:36:13.760254 [ 100 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:13.760277 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:13.760454 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::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.12.24 02:36:13.760664 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:13.760721 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 253 rows starting from the beginning of the part 2025.12.24 02:36:13.760835 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2025.12.24 02:36:13.760883 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part 2025.12.24 02:36:13.760936 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.12.24 02:36:13.760977 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part 2025.12.24 02:36:13.761868 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001494564 sec., 506502.2307509079 rows/sec., 36.96 MiB/sec. 2025.12.24 02:36:13.762015 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.12.24 02:36:13.762290 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_17_4} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:13.762370 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_17_4} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.12.24 02:36:13.762440 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 02:36:14.815150 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 926 2025.12.24 02:36:14.817612 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:14.817670 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:14.818919 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 02:36:14.819199 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:14.819579 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 926 2025.12.24 02:36:16.326086 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:16.326278 [ 4 ] {41e15c11-7fa7-4aee-a85b-075ee86efec1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:36:16.326349 [ 4 ] {41e15c11-7fa7-4aee-a85b-075ee86efec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:36:16.326991 [ 4 ] {41e15c11-7fa7-4aee-a85b-075ee86efec1} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.327042 [ 4 ] {41e15c11-7fa7-4aee-a85b-075ee86efec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.327452 [ 4 ] {41e15c11-7fa7-4aee-a85b-075ee86efec1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:36:16.327694 [ 4 ] {41e15c11-7fa7-4aee-a85b-075ee86efec1} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.327852 [ 4 ] {41e15c11-7fa7-4aee-a85b-075ee86efec1} executeQuery: Read 24 rows, 2.04 KiB in 0.001626 sec., 14760.147601476014 rows/sec., 1.22 MiB/sec. 2025.12.24 02:36:16.327899 [ 4 ] {41e15c11-7fa7-4aee-a85b-075ee86efec1} TCPHandler: Processed in 0.001946001 sec. 2025.12.24 02:36:16.328017 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:16.328118 [ 4 ] {21382c85-57fd-4a31-b5dc-6b7e496254b9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:16.328162 [ 4 ] {21382c85-57fd-4a31-b5dc-6b7e496254b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:16.328652 [ 4 ] {21382c85-57fd-4a31-b5dc-6b7e496254b9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.328691 [ 4 ] {21382c85-57fd-4a31-b5dc-6b7e496254b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.329024 [ 4 ] {21382c85-57fd-4a31-b5dc-6b7e496254b9} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 02:36:16.329229 [ 4 ] {21382c85-57fd-4a31-b5dc-6b7e496254b9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.329352 [ 99 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 02:36:16.329359 [ 4 ] {21382c85-57fd-4a31-b5dc-6b7e496254b9} executeQuery: Read 204 rows, 18.66 KiB in 0.001264 sec., 161392.40506329114 rows/sec., 14.41 MiB/sec. 2025.12.24 02:36:16.329442 [ 4 ] {21382c85-57fd-4a31-b5dc-6b7e496254b9} TCPHandler: Processed in 0.001476914 sec. 2025.12.24 02:36:16.329446 [ 99 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.329480 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.329567 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:16.329639 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 02:36:16.329665 [ 4 ] {596ee8c2-96ec-4394-9a3a-10934223e0fc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:16.329729 [ 4 ] {596ee8c2-96ec-4394-9a3a-10934223e0fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:16.329806 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:16.329853 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1406 rows starting from the beginning of the part 2025.12.24 02:36:16.329931 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 84 rows starting from the beginning of the part 2025.12.24 02:36:16.330003 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:36:16.330068 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 84 rows starting from the beginning of the part 2025.12.24 02:36:16.330121 [ 4 ] {596ee8c2-96ec-4394-9a3a-10934223e0fc} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.330128 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 108 rows starting from the beginning of the part 2025.12.24 02:36:16.330165 [ 4 ] {596ee8c2-96ec-4394-9a3a-10934223e0fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.330198 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 204 rows starting from the beginning of the part 2025.12.24 02:36:16.330521 [ 4 ] {596ee8c2-96ec-4394-9a3a-10934223e0fc} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 02:36:16.330745 [ 4 ] {596ee8c2-96ec-4394-9a3a-10934223e0fc} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.330862 [ 99 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 02:36:16.330877 [ 4 ] {596ee8c2-96ec-4394-9a3a-10934223e0fc} executeQuery: Read 26 rows, 2.01 KiB in 0.00123 sec., 21138.211382113823 rows/sec., 1.60 MiB/sec. 2025.12.24 02:36:16.330902 [ 99 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.330924 [ 4 ] {596ee8c2-96ec-4394-9a3a-10934223e0fc} TCPHandler: Processed in 0.001417513 sec. 2025.12.24 02:36:16.330927 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.331039 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:16.331054 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::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.12.24 02:36:16.331135 [ 4 ] {ae8585aa-6729-4fea-9245-6dbb10b3f041} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:36:16.331169 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:16.331180 [ 4 ] {ae8585aa-6729-4fea-9245-6dbb10b3f041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:36:16.331211 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 70 rows starting from the beginning of the part 2025.12.24 02:36:16.331279 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part 2025.12.24 02:36:16.331329 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part 2025.12.24 02:36:16.331374 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part 2025.12.24 02:36:16.331419 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part 2025.12.24 02:36:16.331462 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 26 rows starting from the beginning of the part 2025.12.24 02:36:16.331580 [ 4 ] {ae8585aa-6729-4fea-9245-6dbb10b3f041} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.331622 [ 4 ] {ae8585aa-6729-4fea-9245-6dbb10b3f041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.331700 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3134 rows, containing 5 columns (5 merged, 0 gathered) in 0.002128384 sec., 1472478.6504690882 rows/sec., 129.06 MiB/sec. 2025.12.24 02:36:16.332138 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 02:36:16.332239 [ 4 ] {ae8585aa-6729-4fea-9245-6dbb10b3f041} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:36:16.332446 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.332446 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.001433103 sec., 122810.43302540013 rows/sec., 9.50 MiB/sec. 2025.12.24 02:36:16.332530 [ 186 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_56_11} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 02:36:16.332534 [ 4 ] {ae8585aa-6729-4fea-9245-6dbb10b3f041} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.332601 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 02:36:16.332621 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:36:16.332690 [ 4 ] {ae8585aa-6729-4fea-9245-6dbb10b3f041} executeQuery: Read 24 rows, 2.04 KiB in 0.001572 sec., 15267.175572519083 rows/sec., 1.27 MiB/sec. 2025.12.24 02:36:16.332734 [ 4 ] {ae8585aa-6729-4fea-9245-6dbb10b3f041} TCPHandler: Processed in 0.001741477 sec. 2025.12.24 02:36:16.332835 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:16.332899 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_51_10} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.332928 [ 4 ] {149053f0-0d9d-4af0-9b8c-e10f2e9b8091} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:36:16.332973 [ 4 ] {149053f0-0d9d-4af0-9b8c-e10f2e9b8091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:36:16.332989 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_51_10} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 02:36:16.333064 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 02:36:16.333354 [ 4 ] {149053f0-0d9d-4af0-9b8c-e10f2e9b8091} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.333393 [ 4 ] {149053f0-0d9d-4af0-9b8c-e10f2e9b8091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.333698 [ 4 ] {149053f0-0d9d-4af0-9b8c-e10f2e9b8091} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:36:16.333912 [ 4 ] {149053f0-0d9d-4af0-9b8c-e10f2e9b8091} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.334041 [ 4 ] {149053f0-0d9d-4af0-9b8c-e10f2e9b8091} executeQuery: Read 12 rows, 960.00 B in 0.00113 sec., 10619.469026548673 rows/sec., 829.65 KiB/sec. 2025.12.24 02:36:16.334080 [ 4 ] {149053f0-0d9d-4af0-9b8c-e10f2e9b8091} TCPHandler: Processed in 0.001291441 sec. 2025.12.24 02:36:16.334201 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:16.334322 [ 4 ] {accf4b5c-db77-4d01-962e-5fb00e1b793c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:16.334373 [ 4 ] {accf4b5c-db77-4d01-962e-5fb00e1b793c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:16.334883 [ 4 ] {accf4b5c-db77-4d01-962e-5fb00e1b793c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.334922 [ 4 ] {accf4b5c-db77-4d01-962e-5fb00e1b793c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.335264 [ 4 ] {accf4b5c-db77-4d01-962e-5fb00e1b793c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 02:36:16.335487 [ 4 ] {accf4b5c-db77-4d01-962e-5fb00e1b793c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.335604 [ 99 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 02:36:16.335622 [ 4 ] {accf4b5c-db77-4d01-962e-5fb00e1b793c} executeQuery: Read 114 rows, 9.49 KiB in 0.001325 sec., 86037.7358490566 rows/sec., 7.00 MiB/sec. 2025.12.24 02:36:16.335639 [ 99 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.335665 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.335671 [ 4 ] {accf4b5c-db77-4d01-962e-5fb00e1b793c} TCPHandler: Processed in 0.001530764 sec. 2025.12.24 02:36:16.335767 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 02:36:16.335787 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:16.335876 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:16.335894 [ 4 ] {e5a70fa4-4c9f-4c69-9532-e03c0a300a6e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:16.335910 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 632 rows starting from the beginning of the part 2025.12.24 02:36:16.335948 [ 4 ] {e5a70fa4-4c9f-4c69-9532-e03c0a300a6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:16.335973 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 78 rows starting from the beginning of the part 2025.12.24 02:36:16.336023 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 546 rows starting from the beginning of the part 2025.12.24 02:36:16.336064 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 78 rows starting from the beginning of the part 2025.12.24 02:36:16.336105 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 90 rows starting from the beginning of the part 2025.12.24 02:36:16.336145 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 114 rows starting from the beginning of the part 2025.12.24 02:36:16.336382 [ 4 ] {e5a70fa4-4c9f-4c69-9532-e03c0a300a6e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.336425 [ 4 ] {e5a70fa4-4c9f-4c69-9532-e03c0a300a6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.336779 [ 4 ] {e5a70fa4-4c9f-4c69-9532-e03c0a300a6e} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 02:36:16.337007 [ 4 ] {e5a70fa4-4c9f-4c69-9532-e03c0a300a6e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.337129 [ 99 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 02:36:16.337142 [ 4 ] {e5a70fa4-4c9f-4c69-9532-e03c0a300a6e} executeQuery: Read 196 rows, 14.40 KiB in 0.001267 sec., 154696.13259668509 rows/sec., 11.10 MiB/sec. 2025.12.24 02:36:16.337142 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 5 columns (5 merged, 0 gathered) in 0.001412143 sec., 1089124.8265933408 rows/sec., 86.75 MiB/sec. 2025.12.24 02:36:16.337166 [ 99 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.337192 [ 4 ] {e5a70fa4-4c9f-4c69-9532-e03c0a300a6e} TCPHandler: Processed in 0.001453693 sec. 2025.12.24 02:36:16.337211 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.337305 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 02:36:16.337312 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 02:36:16.337320 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:16.337444 [ 4 ] {e37d416d-8fd1-4759-baed-2ad47a407642} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:16.337453 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:16.337500 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14567 rows starting from the beginning of the part 2025.12.24 02:36:16.337505 [ 4 ] {e37d416d-8fd1-4759-baed-2ad47a407642} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:16.337571 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2025.12.24 02:36:16.337574 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.337623 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 844 rows starting from the beginning of the part 2025.12.24 02:36:16.337655 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_56_11} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 02:36:16.337671 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2025.12.24 02:36:16.337718 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2025.12.24 02:36:16.337722 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 02:36:16.337762 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 196 rows starting from the beginning of the part 2025.12.24 02:36:16.338308 [ 4 ] {e37d416d-8fd1-4759-baed-2ad47a407642} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.338349 [ 4 ] {e37d416d-8fd1-4759-baed-2ad47a407642} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.338946 [ 4 ] {e37d416d-8fd1-4759-baed-2ad47a407642} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 02:36:16.339180 [ 4 ] {e37d416d-8fd1-4759-baed-2ad47a407642} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.339318 [ 99 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 02:36:16.339325 [ 4 ] {e37d416d-8fd1-4759-baed-2ad47a407642} executeQuery: Read 14 rows, 25.69 KiB in 0.001901 sec., 7364.544976328249 rows/sec., 13.20 MiB/sec. 2025.12.24 02:36:16.339376 [ 99 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.339419 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.339446 [ 4 ] {e37d416d-8fd1-4759-baed-2ad47a407642} TCPHandler: Processed in 0.002178065 sec. 2025.12.24 02:36:16.339523 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::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.12.24 02:36:16.339590 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:16.339704 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:16.339713 [ 4 ] {cb5fd038-2c62-4026-9545-ce68e7ff33e6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:16.339756 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 855 rows starting from the beginning of the part 2025.12.24 02:36:16.339780 [ 4 ] {cb5fd038-2c62-4026-9545-ce68e7ff33e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:16.339863 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part 2025.12.24 02:36:16.339958 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part 2025.12.24 02:36:16.340047 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part 2025.12.24 02:36:16.340130 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part 2025.12.24 02:36:16.340203 [ 4 ] {cb5fd038-2c62-4026-9545-ce68e7ff33e6} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.340214 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part 2025.12.24 02:36:16.340257 [ 4 ] {cb5fd038-2c62-4026-9545-ce68e7ff33e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.340717 [ 4 ] {cb5fd038-2c62-4026-9545-ce68e7ff33e6} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 02:36:16.341004 [ 4 ] {cb5fd038-2c62-4026-9545-ce68e7ff33e6} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.341123 [ 99 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 02:36:16.341144 [ 4 ] {cb5fd038-2c62-4026-9545-ce68e7ff33e6} executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec. 2025.12.24 02:36:16.341152 [ 99 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:16.341185 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:16.341190 [ 4 ] {cb5fd038-2c62-4026-9545-ce68e7ff33e6} TCPHandler: Processed in 0.001661506 sec. 2025.12.24 02:36:16.341278 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 02:36:16.341402 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:16.341437 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2988 rows starting from the beginning of the part 2025.12.24 02:36:16.341506 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2025.12.24 02:36:16.341550 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2025.12.24 02:36:16.341595 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2025.12.24 02:36:16.341633 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2025.12.24 02:36:16.341674 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2025.12.24 02:36:16.342903 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16087 rows, containing 5 columns (5 merged, 0 gathered) in 0.00563426 sec., 2855210.7996436087 rows/sec., 196.23 MiB/sec. 2025.12.24 02:36:16.343383 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 02:36:16.343388 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3288 rows, containing 4 columns (4 merged, 0 gathered) in 0.002150494 sec., 1528951.0224162447 rows/sec., 103.04 MiB/sec. 2025.12.24 02:36:16.343727 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.343774 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 02:36:16.343899 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_56_11} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 02:36:16.343988 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.12.24 02:36:16.344138 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.344215 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_56_11} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 02:36:16.344285 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.12.24 02:36:16.347416 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 949 rows, containing 19 columns (19 merged, 0 gathered) in 0.007921526 sec., 119800.14961763681 rows/sec., 214.68 MiB/sec. 2025.12.24 02:36:16.348931 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 02:36:16.349260 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_51_10} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:16.349336 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_51_10} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 02:36:16.349457 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.15 MiB. 2025.12.24 02:36:17.000201 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 289.82 MiB, peak 302.24 MiB, free memory in arenas 0.00 B, will set to 295.09 MiB (RSS), difference: 5.27 MiB 2025.12.24 02:36:17.266016 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18639 2025.12.24 02:36:17.266587 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:17.266641 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:17.267179 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 02:36:17.267403 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:17.267542 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18639 2025.12.24 02:36:18.297445 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.12.24 02:36:18.314376 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:18.314434 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:18.320847 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 02:36:18.321541 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:18.324578 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.12.24 02:36:21.324107 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:21.324310 [ 4 ] {86f3da2a-c7b8-407f-b721-d1e8f0544656} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:21.324377 [ 4 ] {86f3da2a-c7b8-407f-b721-d1e8f0544656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:21.325112 [ 4 ] {86f3da2a-c7b8-407f-b721-d1e8f0544656} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:21.325150 [ 4 ] {86f3da2a-c7b8-407f-b721-d1e8f0544656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:21.325529 [ 4 ] {86f3da2a-c7b8-407f-b721-d1e8f0544656} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 02:36:21.325743 [ 4 ] {86f3da2a-c7b8-407f-b721-d1e8f0544656} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:21.325886 [ 4 ] {86f3da2a-c7b8-407f-b721-d1e8f0544656} executeQuery: Read 108 rows, 9.29 KiB in 0.001627 sec., 66379.840196681 rows/sec., 5.57 MiB/sec. 2025.12.24 02:36:21.325926 [ 4 ] {86f3da2a-c7b8-407f-b721-d1e8f0544656} TCPHandler: Processed in 0.001944331 sec. 2025.12.24 02:36:21.326049 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:21.326142 [ 4 ] {ba8dba01-459f-4c46-97e5-5cd5f3af3f6a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:21.326182 [ 4 ] {ba8dba01-459f-4c46-97e5-5cd5f3af3f6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:21.326579 [ 4 ] {ba8dba01-459f-4c46-97e5-5cd5f3af3f6a} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:21.326613 [ 4 ] {ba8dba01-459f-4c46-97e5-5cd5f3af3f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:21.326898 [ 4 ] {ba8dba01-459f-4c46-97e5-5cd5f3af3f6a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 02:36:21.327097 [ 4 ] {ba8dba01-459f-4c46-97e5-5cd5f3af3f6a} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:21.327222 [ 4 ] {ba8dba01-459f-4c46-97e5-5cd5f3af3f6a} executeQuery: Read 26 rows, 1.96 KiB in 0.001098 sec., 23679.41712204007 rows/sec., 1.74 MiB/sec. 2025.12.24 02:36:21.327258 [ 4 ] {ba8dba01-459f-4c46-97e5-5cd5f3af3f6a} TCPHandler: Processed in 0.00125656 sec. 2025.12.24 02:36:21.327357 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:21.327449 [ 4 ] {26e82046-b021-4314-89db-93e03526447a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:21.327488 [ 4 ] {26e82046-b021-4314-89db-93e03526447a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:21.327931 [ 4 ] {26e82046-b021-4314-89db-93e03526447a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:21.327968 [ 4 ] {26e82046-b021-4314-89db-93e03526447a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:21.328265 [ 4 ] {26e82046-b021-4314-89db-93e03526447a} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 02:36:21.328463 [ 4 ] {26e82046-b021-4314-89db-93e03526447a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:21.328589 [ 4 ] {26e82046-b021-4314-89db-93e03526447a} executeQuery: Read 90 rows, 7.20 KiB in 0.001157 sec., 77787.38115816767 rows/sec., 6.07 MiB/sec. 2025.12.24 02:36:21.328625 [ 4 ] {26e82046-b021-4314-89db-93e03526447a} TCPHandler: Processed in 0.001314161 sec. 2025.12.24 02:36:21.328735 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:21.328828 [ 4 ] {389a30bb-273a-46ea-9116-0f77ebf006a9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:21.328870 [ 4 ] {389a30bb-273a-46ea-9116-0f77ebf006a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:21.329295 [ 4 ] {389a30bb-273a-46ea-9116-0f77ebf006a9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:21.329333 [ 4 ] {389a30bb-273a-46ea-9116-0f77ebf006a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:21.329659 [ 4 ] {389a30bb-273a-46ea-9116-0f77ebf006a9} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 02:36:21.329863 [ 4 ] {389a30bb-273a-46ea-9116-0f77ebf006a9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:21.329991 [ 4 ] {389a30bb-273a-46ea-9116-0f77ebf006a9} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.12.24 02:36:21.330026 [ 4 ] {389a30bb-273a-46ea-9116-0f77ebf006a9} TCPHandler: Processed in 0.001339101 sec. 2025.12.24 02:36:21.330124 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:21.330214 [ 4 ] {b1ad22af-d0a1-468a-b831-6c2bdd45f8b1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:21.330267 [ 4 ] {b1ad22af-d0a1-468a-b831-6c2bdd45f8b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:21.331077 [ 4 ] {b1ad22af-d0a1-468a-b831-6c2bdd45f8b1} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:21.331112 [ 4 ] {b1ad22af-d0a1-468a-b831-6c2bdd45f8b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:21.331595 [ 4 ] {b1ad22af-d0a1-468a-b831-6c2bdd45f8b1} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 02:36:21.331791 [ 4 ] {b1ad22af-d0a1-468a-b831-6c2bdd45f8b1} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:21.331992 [ 4 ] {b1ad22af-d0a1-468a-b831-6c2bdd45f8b1} executeQuery: Read 26 rows, 47.71 KiB in 0.001794 sec., 14492.753623188406 rows/sec., 25.97 MiB/sec. 2025.12.24 02:36:21.332045 [ 4 ] {b1ad22af-d0a1-468a-b831-6c2bdd45f8b1} TCPHandler: Processed in 0.001965811 sec. 2025.12.24 02:36:21.332158 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:21.332250 [ 4 ] {73e69880-a5e5-4aa8-8704-afcd2a9b09b9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:21.332291 [ 4 ] {73e69880-a5e5-4aa8-8704-afcd2a9b09b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:21.332624 [ 4 ] {73e69880-a5e5-4aa8-8704-afcd2a9b09b9} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:21.332659 [ 4 ] {73e69880-a5e5-4aa8-8704-afcd2a9b09b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:21.332955 [ 4 ] {73e69880-a5e5-4aa8-8704-afcd2a9b09b9} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 02:36:21.333170 [ 4 ] {73e69880-a5e5-4aa8-8704-afcd2a9b09b9} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:21.333293 [ 4 ] {73e69880-a5e5-4aa8-8704-afcd2a9b09b9} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.12.24 02:36:21.333327 [ 4 ] {73e69880-a5e5-4aa8-8704-afcd2a9b09b9} TCPHandler: Processed in 0.001216779 sec. 2025.12.24 02:36:24.653493 [ 92 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:36:24.653562 [ 92 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:36:24.767757 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19087 2025.12.24 02:36:24.768265 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:24.768298 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:24.768761 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 02:36:24.768986 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:24.769109 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19087 2025.12.24 02:36:24.819879 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 956 2025.12.24 02:36:24.822272 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:24.822336 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:24.823577 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 02:36:24.823866 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:24.824260 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 956 2025.12.24 02:36:25.824786 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.12.24 02:36:25.842861 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:25.842920 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:25.849156 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 02:36:25.849844 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:25.853050 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.12.24 02:36:26.324499 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:26.324754 [ 4 ] {4eac4b7a-74e2-4d92-be75-127b8a6404c4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:26.324853 [ 4 ] {4eac4b7a-74e2-4d92-be75-127b8a6404c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:26.325617 [ 4 ] {4eac4b7a-74e2-4d92-be75-127b8a6404c4} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:26.325668 [ 4 ] {4eac4b7a-74e2-4d92-be75-127b8a6404c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:26.326066 [ 4 ] {4eac4b7a-74e2-4d92-be75-127b8a6404c4} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 02:36:26.326290 [ 4 ] {4eac4b7a-74e2-4d92-be75-127b8a6404c4} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:26.326456 [ 4 ] {4eac4b7a-74e2-4d92-be75-127b8a6404c4} executeQuery: Read 84 rows, 7.20 KiB in 0.001768 sec., 47511.31221719457 rows/sec., 3.97 MiB/sec. 2025.12.24 02:36:26.326506 [ 4 ] {4eac4b7a-74e2-4d92-be75-127b8a6404c4} TCPHandler: Processed in 0.002169594 sec. 2025.12.24 02:36:26.326644 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:26.326747 [ 4 ] {390206a8-259b-4377-8631-bfa56ff1facd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:26.326793 [ 4 ] {390206a8-259b-4377-8631-bfa56ff1facd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:26.327208 [ 4 ] {390206a8-259b-4377-8631-bfa56ff1facd} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:26.327245 [ 4 ] {390206a8-259b-4377-8631-bfa56ff1facd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:26.327549 [ 4 ] {390206a8-259b-4377-8631-bfa56ff1facd} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 02:36:26.327754 [ 4 ] {390206a8-259b-4377-8631-bfa56ff1facd} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:26.327886 [ 4 ] {390206a8-259b-4377-8631-bfa56ff1facd} executeQuery: Read 14 rows, 1.05 KiB in 0.001163 sec., 12037.833190025796 rows/sec., 905.19 KiB/sec. 2025.12.24 02:36:26.327924 [ 4 ] {390206a8-259b-4377-8631-bfa56ff1facd} TCPHandler: Processed in 0.001333071 sec. 2025.12.24 02:36:26.328039 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:26.328134 [ 4 ] {8f45a82a-4a07-468f-9f15-8e08f67246f9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:26.328175 [ 4 ] {8f45a82a-4a07-468f-9f15-8e08f67246f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:26.328579 [ 4 ] {8f45a82a-4a07-468f-9f15-8e08f67246f9} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:26.328615 [ 4 ] {8f45a82a-4a07-468f-9f15-8e08f67246f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:26.328914 [ 4 ] {8f45a82a-4a07-468f-9f15-8e08f67246f9} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 02:36:26.329124 [ 4 ] {8f45a82a-4a07-468f-9f15-8e08f67246f9} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:26.329258 [ 4 ] {8f45a82a-4a07-468f-9f15-8e08f67246f9} executeQuery: Read 78 rows, 6.24 KiB in 0.001143 sec., 68241.46981627298 rows/sec., 5.33 MiB/sec. 2025.12.24 02:36:26.329296 [ 4 ] {8f45a82a-4a07-468f-9f15-8e08f67246f9} TCPHandler: Processed in 0.00131175 sec. 2025.12.24 02:36:26.329422 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:26.329517 [ 4 ] {4c4b96da-e6ae-4e3a-9cd1-90a838c1ddef} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:26.329561 [ 4 ] {4c4b96da-e6ae-4e3a-9cd1-90a838c1ddef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:26.329955 [ 4 ] {4c4b96da-e6ae-4e3a-9cd1-90a838c1ddef} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:26.329991 [ 4 ] {4c4b96da-e6ae-4e3a-9cd1-90a838c1ddef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:26.330326 [ 4 ] {4c4b96da-e6ae-4e3a-9cd1-90a838c1ddef} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 02:36:26.330534 [ 4 ] {4c4b96da-e6ae-4e3a-9cd1-90a838c1ddef} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:26.330667 [ 4 ] {4c4b96da-e6ae-4e3a-9cd1-90a838c1ddef} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2025.12.24 02:36:26.330703 [ 4 ] {4c4b96da-e6ae-4e3a-9cd1-90a838c1ddef} TCPHandler: Processed in 0.001331141 sec. 2025.12.24 02:36:26.330810 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:26.330904 [ 4 ] {880e030e-00ad-4aab-b610-07fb674e6cc0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:26.330958 [ 4 ] {880e030e-00ad-4aab-b610-07fb674e6cc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:26.331714 [ 4 ] {880e030e-00ad-4aab-b610-07fb674e6cc0} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:26.331749 [ 4 ] {880e030e-00ad-4aab-b610-07fb674e6cc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:26.332265 [ 4 ] {880e030e-00ad-4aab-b610-07fb674e6cc0} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 02:36:26.332487 [ 4 ] {880e030e-00ad-4aab-b610-07fb674e6cc0} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:26.332626 [ 4 ] {880e030e-00ad-4aab-b610-07fb674e6cc0} executeQuery: Read 14 rows, 25.69 KiB in 0.001741 sec., 8041.3555427915 rows/sec., 14.41 MiB/sec. 2025.12.24 02:36:26.332688 [ 4 ] {880e030e-00ad-4aab-b610-07fb674e6cc0} TCPHandler: Processed in 0.001926051 sec. 2025.12.24 02:36:26.332829 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:26.332924 [ 4 ] {245783de-327c-4ebf-a18b-de3171328387} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:26.332967 [ 4 ] {245783de-327c-4ebf-a18b-de3171328387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:26.333320 [ 4 ] {245783de-327c-4ebf-a18b-de3171328387} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:26.333357 [ 4 ] {245783de-327c-4ebf-a18b-de3171328387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2025.12.24 02:36:26.333753 [ 4 ] {245783de-327c-4ebf-a18b-de3171328387} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 02:36:26.333969 [ 4 ] {245783de-327c-4ebf-a18b-de3171328387} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:26.334103 [ 4 ] {245783de-327c-4ebf-a18b-de3171328387} executeQuery: Read 60 rows, 4.14 KiB in 0.001196 sec., 50167.22408026756 rows/sec., 3.38 MiB/sec. 2025.12.24 02:36:26.334140 [ 4 ] {245783de-327c-4ebf-a18b-de3171328387} TCPHandler: Processed in 0.001359582 sec. 2025.12.24 02:36:31.354156 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:31.354435 [ 4 ] {e475e491-b233-4e85-89ef-5d4d96edcfa1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:36:31.354531 [ 4 ] {e475e491-b233-4e85-89ef-5d4d96edcfa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:36:31.355889 [ 4 ] {e475e491-b233-4e85-89ef-5d4d96edcfa1} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:31.355950 [ 4 ] {e475e491-b233-4e85-89ef-5d4d96edcfa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:31.356465 [ 4 ] {e475e491-b233-4e85-89ef-5d4d96edcfa1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 02:36:31.356706 [ 4 ] {e475e491-b233-4e85-89ef-5d4d96edcfa1} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:31.356870 [ 4 ] {e475e491-b233-4e85-89ef-5d4d96edcfa1} executeQuery: Read 4 rows, 334.00 B in 0.002505 sec., 1596.806387225549 rows/sec., 130.21 KiB/sec. 2025.12.24 02:36:31.356923 [ 4 ] {e475e491-b233-4e85-89ef-5d4d96edcfa1} TCPHandler: Processed in 0.002982897 sec. 2025.12.24 02:36:31.357066 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:31.357168 [ 4 ] {62f5aac6-87ad-40db-8a25-e96e651f9981} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:31.357213 [ 4 ] {62f5aac6-87ad-40db-8a25-e96e651f9981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:31.358567 [ 4 ] {62f5aac6-87ad-40db-8a25-e96e651f9981} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:31.358610 [ 4 ] {62f5aac6-87ad-40db-8a25-e96e651f9981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:31.359077 [ 4 ] {62f5aac6-87ad-40db-8a25-e96e651f9981} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 02:36:31.359350 [ 4 ] {62f5aac6-87ad-40db-8a25-e96e651f9981} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:31.359527 [ 4 ] {62f5aac6-87ad-40db-8a25-e96e651f9981} executeQuery: Read 1250 rows, 105.99 KiB in 0.002376 sec., 526094.2760942761 rows/sec., 43.56 MiB/sec. 2025.12.24 02:36:31.359578 [ 4 ] {62f5aac6-87ad-40db-8a25-e96e651f9981} TCPHandler: Processed in 0.00256622 sec. 2025.12.24 02:36:31.359719 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:31.359831 [ 4 ] {0ea1478f-690a-4d9f-a66a-f09667084b70} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:31.359883 [ 4 ] {0ea1478f-690a-4d9f-a66a-f09667084b70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:31.360414 [ 4 ] {0ea1478f-690a-4d9f-a66a-f09667084b70} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:31.360465 [ 4 ] {0ea1478f-690a-4d9f-a66a-f09667084b70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:31.360856 [ 4 ] {0ea1478f-690a-4d9f-a66a-f09667084b70} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 02:36:31.361117 [ 4 ] {0ea1478f-690a-4d9f-a66a-f09667084b70} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:31.361274 [ 4 ] {0ea1478f-690a-4d9f-a66a-f09667084b70} executeQuery: Read 30 rows, 2.23 KiB in 0.00147 sec., 20408.163265306124 rows/sec., 1.48 MiB/sec. 2025.12.24 02:36:31.361318 [ 4 ] {0ea1478f-690a-4d9f-a66a-f09667084b70} TCPHandler: Processed in 0.001657366 sec. 2025.12.24 02:36:31.361453 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:31.361579 [ 4 ] {3b0238a6-660a-4ce1-93b6-2aa0e3db6918} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:36:31.361637 [ 4 ] {3b0238a6-660a-4ce1-93b6-2aa0e3db6918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:36:31.362303 [ 4 ] {3b0238a6-660a-4ce1-93b6-2aa0e3db6918} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:31.362351 [ 4 ] {3b0238a6-660a-4ce1-93b6-2aa0e3db6918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:31.362760 [ 4 ] {3b0238a6-660a-4ce1-93b6-2aa0e3db6918} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:36:31.363015 [ 4 ] {3b0238a6-660a-4ce1-93b6-2aa0e3db6918} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:31.363173 [ 4 ] {3b0238a6-660a-4ce1-93b6-2aa0e3db6918} executeQuery: Read 228 rows, 15.81 KiB in 0.001623 sec., 140480.59149722735 rows/sec., 9.51 MiB/sec. 2025.12.24 02:36:31.363221 [ 4 ] {3b0238a6-660a-4ce1-93b6-2aa0e3db6918} TCPHandler: Processed in 0.00183324 sec. 2025.12.24 02:36:31.363355 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:31.363457 [ 4 ] {ee04fe92-2a66-4b4b-b6d4-af1f00edec2e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:31.363501 [ 4 ] {ee04fe92-2a66-4b4b-b6d4-af1f00edec2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:31.364145 [ 4 ] {ee04fe92-2a66-4b4b-b6d4-af1f00edec2e} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:31.364184 [ 4 ] {ee04fe92-2a66-4b4b-b6d4-af1f00edec2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:31.364549 [ 4 ] {ee04fe92-2a66-4b4b-b6d4-af1f00edec2e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 02:36:31.364778 [ 4 ] {ee04fe92-2a66-4b4b-b6d4-af1f00edec2e} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:31.364919 [ 4 ] {ee04fe92-2a66-4b4b-b6d4-af1f00edec2e} executeQuery: Read 550 rows, 41.81 KiB in 0.001483 sec., 370869.858395145 rows/sec., 27.53 MiB/sec. 2025.12.24 02:36:31.364971 [ 4 ] {ee04fe92-2a66-4b4b-b6d4-af1f00edec2e} TCPHandler: Processed in 0.001666326 sec. 2025.12.24 02:36:31.365117 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:31.365247 [ 4 ] {2eab4fc6-b679-4de3-aa95-314141f829d5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:31.365303 [ 4 ] {2eab4fc6-b679-4de3-aa95-314141f829d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:31.365904 [ 4 ] {2eab4fc6-b679-4de3-aa95-314141f829d5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:31.365942 [ 4 ] {2eab4fc6-b679-4de3-aa95-314141f829d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:31.366349 [ 4 ] {2eab4fc6-b679-4de3-aa95-314141f829d5} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 02:36:31.366573 [ 4 ] {2eab4fc6-b679-4de3-aa95-314141f829d5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:31.366712 [ 4 ] {2eab4fc6-b679-4de3-aa95-314141f829d5} executeQuery: Read 846 rows, 58.31 KiB in 0.001495 sec., 565886.287625418 rows/sec., 38.09 MiB/sec. 2025.12.24 02:36:31.366751 [ 4 ] {2eab4fc6-b679-4de3-aa95-314141f829d5} TCPHandler: Processed in 0.001701077 sec. 2025.12.24 02:36:31.366871 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:31.366970 [ 4 ] {0b682558-a640-4843-8443-7e0b770c2614} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:31.367028 [ 4 ] {0b682558-a640-4843-8443-7e0b770c2614} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:31.367853 [ 4 ] {0b682558-a640-4843-8443-7e0b770c2614} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:31.367892 [ 4 ] {0b682558-a640-4843-8443-7e0b770c2614} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:31.368455 [ 4 ] {0b682558-a640-4843-8443-7e0b770c2614} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 02:36:31.368717 [ 4 ] {0b682558-a640-4843-8443-7e0b770c2614} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:31.368871 [ 4 ] {0b682558-a640-4843-8443-7e0b770c2614} executeQuery: Read 26 rows, 47.71 KiB in 0.001921 sec., 13534.61738677772 rows/sec., 24.25 MiB/sec. 2025.12.24 02:36:31.368946 [ 4 ] {0b682558-a640-4843-8443-7e0b770c2614} TCPHandler: Processed in 0.002125774 sec. 2025.12.24 02:36:31.369070 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:31.369167 [ 4 ] {fc2b903f-121d-4f55-a41d-4fd8ceddf617} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:31.369211 [ 4 ] {fc2b903f-121d-4f55-a41d-4fd8ceddf617} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:31.369569 [ 4 ] {fc2b903f-121d-4f55-a41d-4fd8ceddf617} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:31.369608 [ 4 ] {fc2b903f-121d-4f55-a41d-4fd8ceddf617} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:31.369932 [ 4 ] {fc2b903f-121d-4f55-a41d-4fd8ceddf617} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 02:36:31.370196 [ 4 ] {fc2b903f-121d-4f55-a41d-4fd8ceddf617} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:31.370377 [ 4 ] {fc2b903f-121d-4f55-a41d-4fd8ceddf617} executeQuery: Read 60 rows, 4.14 KiB in 0.001229 sec., 48820.17900732302 rows/sec., 3.29 MiB/sec. 2025.12.24 02:36:31.370416 [ 4 ] {fc2b903f-121d-4f55-a41d-4fd8ceddf617} TCPHandler: Processed in 0.001396552 sec. 2025.12.24 02:36:31.508344 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63261 2025.12.24 02:36:31.508461 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.508491 [ 290 ] {} TCP-Session: 12491396-0d7d-42f4-b7d9-ef0da30385cd Authenticating user 'default' from [fd00:1122:3344:101::e]:63261 2025.12.24 02:36:31.508517 [ 290 ] {} TCP-Session: 12491396-0d7d-42f4-b7d9-ef0da30385cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.508534 [ 290 ] {} TCP-Session: 12491396-0d7d-42f4-b7d9-ef0da30385cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.508754 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53140 2025.12.24 02:36:31.508784 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58830 2025.12.24 02:36:31.508811 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55507 2025.12.24 02:36:31.508806 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63160 2025.12.24 02:36:31.508881 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.508888 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.508917 [ 350 ] {} TCP-Session: 4be9bfd8-543b-4535-bdc8-5f965f0aeabd Authenticating user 'default' from [fd00:1122:3344:101::e]:58830 2025.12.24 02:36:31.508917 [ 290 ] {} TCP-Session: 12491396-0d7d-42f4-b7d9-ef0da30385cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:31.508943 [ 350 ] {} TCP-Session: 4be9bfd8-543b-4535-bdc8-5f965f0aeabd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.508936 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.508966 [ 350 ] {} TCP-Session: 4be9bfd8-543b-4535-bdc8-5f965f0aeabd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.508940 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.508995 [ 353 ] {} TCP-Session: c0b3de14-a41d-49ed-80af-919e64766f33 Authenticating user 'default' from [fd00:1122:3344:101::e]:55507 2025.12.24 02:36:31.509025 [ 352 ] {} TCP-Session: 818486c8-1ae6-46b9-af66-e4143d1abcf5 Authenticating user 'default' from [fd00:1122:3344:101::e]:63160 2025.12.24 02:36:31.508939 [ 291 ] {} TCP-Session: 48ecad97-8e0e-4242-a6bf-165935527c17 Authenticating user 'default' from [fd00:1122:3344:101::e]:53140 2025.12.24 02:36:31.509059 [ 352 ] {} TCP-Session: 818486c8-1ae6-46b9-af66-e4143d1abcf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.509087 [ 291 ] {} TCP-Session: 48ecad97-8e0e-4242-a6bf-165935527c17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.509042 [ 353 ] {} TCP-Session: c0b3de14-a41d-49ed-80af-919e64766f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.509123 [ 290 ] {0e13191d-8a56-4722-a65b-7dc3471a6e6a} executeQuery: (from [fd00:1122:3344:101::e]:63261) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:36:31.509152 [ 353 ] {} TCP-Session: c0b3de14-a41d-49ed-80af-919e64766f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.509125 [ 291 ] {} TCP-Session: 48ecad97-8e0e-4242-a6bf-165935527c17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.508798 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34369 2025.12.24 02:36:31.508776 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44318 2025.12.24 02:36:31.508773 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39002 2025.12.24 02:36:31.508758 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58944 2025.12.24 02:36:31.509321 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.509122 [ 352 ] {} TCP-Session: 818486c8-1ae6-46b9-af66-e4143d1abcf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.509364 [ 351 ] {} TCP-Session: 6e5d1960-a8eb-47fd-913b-55e3b5c0bfcc Authenticating user 'default' from [fd00:1122:3344:101::e]:34369 2025.12.24 02:36:31.509400 [ 351 ] {} TCP-Session: 6e5d1960-a8eb-47fd-913b-55e3b5c0bfcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.509426 [ 351 ] {} TCP-Session: 6e5d1960-a8eb-47fd-913b-55e3b5c0bfcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.509476 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.509488 [ 290 ] {0e13191d-8a56-4722-a65b-7dc3471a6e6a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:36:31.509509 [ 349 ] {} TCP-Session: 40209eb2-53a2-468d-8702-72e32b7cac8f Authenticating user 'default' from [fd00:1122:3344:101::e]:44318 2025.12.24 02:36:31.509540 [ 349 ] {} TCP-Session: 40209eb2-53a2-468d-8702-72e32b7cac8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.509553 [ 349 ] {} TCP-Session: 40209eb2-53a2-468d-8702-72e32b7cac8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.509567 [ 290 ] {0e13191d-8a56-4722-a65b-7dc3471a6e6a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:36:31.509821 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.509856 [ 292 ] {} TCP-Session: 77f1e400-2cf7-48ae-8957-c07f04efaa81 Authenticating user 'default' from [fd00:1122:3344:101::e]:58944 2025.12.24 02:36:31.509872 [ 292 ] {} TCP-Session: 77f1e400-2cf7-48ae-8957-c07f04efaa81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.509896 [ 292 ] {} TCP-Session: 77f1e400-2cf7-48ae-8957-c07f04efaa81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.509919 [ 290 ] {0e13191d-8a56-4722-a65b-7dc3471a6e6a} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:36:31.509931 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.509991 [ 293 ] {} TCP-Session: ffe74f23-db42-4930-b4a2-b3164b9540da Authenticating user 'default' from [fd00:1122:3344:101::e]:39002 2025.12.24 02:36:31.510009 [ 293 ] {} TCP-Session: ffe74f23-db42-4930-b4a2-b3164b9540da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.510021 [ 293 ] {} TCP-Session: ffe74f23-db42-4930-b4a2-b3164b9540da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.511062 [ 331 ] {0e13191d-8a56-4722-a65b-7dc3471a6e6a} AggregatingTransform: Aggregating 2025.12.24 02:36:31.511104 [ 331 ] {0e13191d-8a56-4722-a65b-7dc3471a6e6a} Aggregator: Aggregation method: without_key 2025.12.24 02:36:31.511142 [ 331 ] {0e13191d-8a56-4722-a65b-7dc3471a6e6a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001079797 sec. (926.100 rows/sec., 36.18 KiB/sec.) 2025.12.24 02:36:31.511162 [ 331 ] {0e13191d-8a56-4722-a65b-7dc3471a6e6a} Aggregator: Merging aggregated data 2025.12.24 02:36:31.512611 [ 290 ] {0e13191d-8a56-4722-a65b-7dc3471a6e6a} executeQuery: Read 1 rows, 40.00 B in 0.003553 sec., 281.45229383619477 rows/sec., 10.99 KiB/sec. 2025.12.24 02:36:31.512853 [ 290 ] {0e13191d-8a56-4722-a65b-7dc3471a6e6a} TCPHandler: Processed in 0.004100625 sec. 2025.12.24 02:36:31.513051 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.513086 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.513104 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.513129 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.513151 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.513167 [ 293 ] {} TCP-Session: ffe74f23-db42-4930-b4a2-b3164b9540da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.513190 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.513206 [ 349 ] {} TCP-Session: 40209eb2-53a2-468d-8702-72e32b7cac8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.513228 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.513216 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.513277 [ 353 ] {} TCP-Session: c0b3de14-a41d-49ed-80af-919e64766f33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.513273 [ 350 ] {} TCP-Session: 4be9bfd8-543b-4535-bdc8-5f965f0aeabd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.513317 [ 351 ] {} TCP-Session: 6e5d1960-a8eb-47fd-913b-55e3b5c0bfcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.513191 [ 292 ] {} TCP-Session: 77f1e400-2cf7-48ae-8957-c07f04efaa81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.513174 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.513109 [ 290 ] {} TCP-Session: 12491396-0d7d-42f4-b7d9-ef0da30385cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.513444 [ 291 ] {} TCP-Session: 48ecad97-8e0e-4242-a6bf-165935527c17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.513141 [ 352 ] {} TCP-Session: 818486c8-1ae6-46b9-af66-e4143d1abcf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655063 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34375 2025.12.24 02:36:31.655180 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.655209 [ 290 ] {} TCP-Session: 28695a6b-7e43-4ea7-8c85-d9c6a85331d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:34375 2025.12.24 02:36:31.655248 [ 290 ] {} TCP-Session: 28695a6b-7e43-4ea7-8c85-d9c6a85331d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655261 [ 290 ] {} TCP-Session: 28695a6b-7e43-4ea7-8c85-d9c6a85331d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655551 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57600 2025.12.24 02:36:31.655570 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56209 2025.12.24 02:36:31.655591 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37537 2025.12.24 02:36:31.655625 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52460 2025.12.24 02:36:31.655635 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57269 2025.12.24 02:36:31.655708 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.655711 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.655682 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.655745 [ 293 ] {} TCP-Session: 42f1be27-857a-4a8a-a136-ca2b33f6fcf5 Authenticating user 'default' from [fd00:1122:3344:101::e]:56209 2025.12.24 02:36:31.655761 [ 349 ] {} TCP-Session: 547ba74f-c69d-46dc-9dd7-83db6c7b7c33 Authenticating user 'default' from [fd00:1122:3344:101::e]:37537 2025.12.24 02:36:31.655793 [ 293 ] {} TCP-Session: 42f1be27-857a-4a8a-a136-ca2b33f6fcf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655777 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.655829 [ 349 ] {} TCP-Session: 547ba74f-c69d-46dc-9dd7-83db6c7b7c33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655827 [ 293 ] {} TCP-Session: 42f1be27-857a-4a8a-a136-ca2b33f6fcf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655866 [ 353 ] {} TCP-Session: dbc0096f-57a3-4f72-a732-bb4e1ab5dc35 Authenticating user 'default' from [fd00:1122:3344:101::e]:57269 2025.12.24 02:36:31.655862 [ 349 ] {} TCP-Session: 547ba74f-c69d-46dc-9dd7-83db6c7b7c33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655775 [ 292 ] {} TCP-Session: e1b49337-c1e5-415d-8128-07cefd9db0e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57600 2025.12.24 02:36:31.655909 [ 353 ] {} TCP-Session: dbc0096f-57a3-4f72-a732-bb4e1ab5dc35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655929 [ 292 ] {} TCP-Session: e1b49337-c1e5-415d-8128-07cefd9db0e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655758 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.655950 [ 292 ] {} TCP-Session: e1b49337-c1e5-415d-8128-07cefd9db0e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655663 [ 290 ] {} TCP-Session: 28695a6b-7e43-4ea7-8c85-d9c6a85331d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:31.655979 [ 352 ] {} TCP-Session: 4b54e1d3-a16e-492c-b471-7842d8a3208d Authenticating user 'default' from [fd00:1122:3344:101::e]:52460 2025.12.24 02:36:31.655612 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46942 2025.12.24 02:36:31.656032 [ 352 ] {} TCP-Session: 4b54e1d3-a16e-492c-b471-7842d8a3208d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655602 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41591 2025.12.24 02:36:31.656063 [ 352 ] {} TCP-Session: 4b54e1d3-a16e-492c-b471-7842d8a3208d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.655581 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37855 2025.12.24 02:36:31.656110 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.656132 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.655943 [ 353 ] {} TCP-Session: dbc0096f-57a3-4f72-a732-bb4e1ab5dc35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.656166 [ 350 ] {} TCP-Session: ac3f0468-8706-46db-a48a-e9a479cc759b Authenticating user 'default' from [fd00:1122:3344:101::e]:41591 2025.12.24 02:36:31.656170 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.656189 [ 290 ] {b1ccb146-b660-42ce-9c71-1209700c4046} executeQuery: (from [fd00:1122:3344:101::e]:34375) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:36:31.656219 [ 291 ] {} TCP-Session: 55f7c22a-81c7-4bc8-98c6-079d5efb6543 Authenticating user 'default' from [fd00:1122:3344:101::e]:37855 2025.12.24 02:36:31.656201 [ 350 ] {} TCP-Session: ac3f0468-8706-46db-a48a-e9a479cc759b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.656256 [ 291 ] {} TCP-Session: 55f7c22a-81c7-4bc8-98c6-079d5efb6543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.656269 [ 350 ] {} TCP-Session: ac3f0468-8706-46db-a48a-e9a479cc759b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.656281 [ 291 ] {} TCP-Session: 55f7c22a-81c7-4bc8-98c6-079d5efb6543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.656160 [ 351 ] {} TCP-Session: 7694e658-29c7-42d9-bd5f-a58b9c369bcd Authenticating user 'default' from [fd00:1122:3344:101::e]:46942 2025.12.24 02:36:31.656338 [ 351 ] {} TCP-Session: 7694e658-29c7-42d9-bd5f-a58b9c369bcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.656359 [ 351 ] {} TCP-Session: 7694e658-29c7-42d9-bd5f-a58b9c369bcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.656492 [ 290 ] {b1ccb146-b660-42ce-9c71-1209700c4046} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:36:31.656558 [ 290 ] {b1ccb146-b660-42ce-9c71-1209700c4046} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:36:31.656850 [ 290 ] {b1ccb146-b660-42ce-9c71-1209700c4046} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:36:31.657985 [ 335 ] {b1ccb146-b660-42ce-9c71-1209700c4046} AggregatingTransform: Aggregating 2025.12.24 02:36:31.658029 [ 335 ] {b1ccb146-b660-42ce-9c71-1209700c4046} Aggregator: Aggregation method: without_key 2025.12.24 02:36:31.658065 [ 335 ] {b1ccb146-b660-42ce-9c71-1209700c4046} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001115888 sec. (896.147 rows/sec., 35.01 KiB/sec.) 2025.12.24 02:36:31.658086 [ 335 ] {b1ccb146-b660-42ce-9c71-1209700c4046} Aggregator: Merging aggregated data 2025.12.24 02:36:31.659455 [ 290 ] {b1ccb146-b660-42ce-9c71-1209700c4046} executeQuery: Read 1 rows, 40.00 B in 0.003335 sec., 299.85007496251876 rows/sec., 11.71 KiB/sec. 2025.12.24 02:36:31.659692 [ 290 ] {b1ccb146-b660-42ce-9c71-1209700c4046} TCPHandler: Processed in 0.004201737 sec. 2025.12.24 02:36:31.659893 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.659929 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.659935 [ 290 ] {} TCP-Session: 28695a6b-7e43-4ea7-8c85-d9c6a85331d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.659954 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.659981 [ 353 ] {} TCP-Session: dbc0096f-57a3-4f72-a732-bb4e1ab5dc35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.659976 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.660009 [ 292 ] {} TCP-Session: e1b49337-c1e5-415d-8128-07cefd9db0e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.660019 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.660036 [ 349 ] {} TCP-Session: 547ba74f-c69d-46dc-9dd7-83db6c7b7c33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.660052 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.660068 [ 293 ] {} TCP-Session: 42f1be27-857a-4a8a-a136-ca2b33f6fcf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.660077 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.660100 [ 350 ] {} TCP-Session: ac3f0468-8706-46db-a48a-e9a479cc759b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.660041 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.660148 [ 352 ] {} TCP-Session: 4b54e1d3-a16e-492c-b471-7842d8a3208d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.659999 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.660184 [ 351 ] {} TCP-Session: 7694e658-29c7-42d9-bd5f-a58b9c369bcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.660216 [ 291 ] {} TCP-Session: 55f7c22a-81c7-4bc8-98c6-079d5efb6543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709082 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52268 2025.12.24 02:36:31.709187 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.709215 [ 291 ] {} TCP-Session: c3831b65-177a-424e-83db-da669465cbde Authenticating user 'default' from [fd00:1122:3344:101::e]:52268 2025.12.24 02:36:31.709243 [ 291 ] {} TCP-Session: c3831b65-177a-424e-83db-da669465cbde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709256 [ 291 ] {} TCP-Session: c3831b65-177a-424e-83db-da669465cbde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709451 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33247 2025.12.24 02:36:31.709472 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49004 2025.12.24 02:36:31.709470 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44212 2025.12.24 02:36:31.709510 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57777 2025.12.24 02:36:31.709535 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37939 2025.12.24 02:36:31.709565 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.709565 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.709523 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41976 2025.12.24 02:36:31.709599 [ 291 ] {} TCP-Session: c3831b65-177a-424e-83db-da669465cbde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:31.709617 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.709606 [ 292 ] {} TCP-Session: 05b1113c-1092-41c2-bf2e-4003a0611076 Authenticating user 'default' from [fd00:1122:3344:101::e]:33247 2025.12.24 02:36:31.709664 [ 353 ] {} TCP-Session: 8d4fdc4e-1920-41ed-8f0a-3e45b8d8b3a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:37939 2025.12.24 02:36:31.709671 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.709681 [ 292 ] {} TCP-Session: 05b1113c-1092-41c2-bf2e-4003a0611076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709688 [ 353 ] {} TCP-Session: 8d4fdc4e-1920-41ed-8f0a-3e45b8d8b3a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709708 [ 352 ] {} TCP-Session: 82d67851-6142-4268-a961-d5ff075755fc Authenticating user 'default' from [fd00:1122:3344:101::e]:41976 2025.12.24 02:36:31.709724 [ 353 ] {} TCP-Session: 8d4fdc4e-1920-41ed-8f0a-3e45b8d8b3a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709756 [ 352 ] {} TCP-Session: 82d67851-6142-4268-a961-d5ff075755fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709712 [ 292 ] {} TCP-Session: 05b1113c-1092-41c2-bf2e-4003a0611076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709781 [ 352 ] {} TCP-Session: 82d67851-6142-4268-a961-d5ff075755fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709801 [ 291 ] {1b4ced2a-67ef-4682-a6be-839e10efb0c0} executeQuery: (from [fd00:1122:3344:101::e]:52268) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:36:31.709599 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.709599 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.709861 [ 351 ] {} TCP-Session: ce64dd66-f7b8-4145-be71-9ab9b65bfcc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:57777 2025.12.24 02:36:31.709595 [ 349 ] {} TCP-Session: 0b817ca4-1aa5-4c5c-a728-b917fb8d694c Authenticating user 'default' from [fd00:1122:3344:101::e]:49004 2025.12.24 02:36:31.709879 [ 293 ] {} TCP-Session: 1d7c981c-1ea3-45d7-8ff9-cdf85af42b3e Authenticating user 'default' from [fd00:1122:3344:101::e]:44212 2025.12.24 02:36:31.709893 [ 351 ] {} TCP-Session: ce64dd66-f7b8-4145-be71-9ab9b65bfcc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709907 [ 349 ] {} TCP-Session: 0b817ca4-1aa5-4c5c-a728-b917fb8d694c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709918 [ 293 ] {} TCP-Session: 1d7c981c-1ea3-45d7-8ff9-cdf85af42b3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709923 [ 351 ] {} TCP-Session: ce64dd66-f7b8-4145-be71-9ab9b65bfcc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709937 [ 349 ] {} TCP-Session: 0b817ca4-1aa5-4c5c-a728-b917fb8d694c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709950 [ 293 ] {} TCP-Session: 1d7c981c-1ea3-45d7-8ff9-cdf85af42b3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.709501 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58651 2025.12.24 02:36:31.709545 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36033 2025.12.24 02:36:31.710085 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.710085 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:36:31.710112 [ 350 ] {} TCP-Session: 38920b1c-322d-460b-90a6-22c77f9fccd7 Authenticating user 'default' from [fd00:1122:3344:101::e]:58651 2025.12.24 02:36:31.710118 [ 290 ] {} TCP-Session: 8c93be42-23ee-4cea-ba28-21bd358bdf4b Authenticating user 'default' from [fd00:1122:3344:101::e]:36033 2025.12.24 02:36:31.710135 [ 350 ] {} TCP-Session: 38920b1c-322d-460b-90a6-22c77f9fccd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.710138 [ 291 ] {1b4ced2a-67ef-4682-a6be-839e10efb0c0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:36:31.710149 [ 350 ] {} TCP-Session: 38920b1c-322d-460b-90a6-22c77f9fccd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.710137 [ 290 ] {} TCP-Session: 8c93be42-23ee-4cea-ba28-21bd358bdf4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.710196 [ 290 ] {} TCP-Session: 8c93be42-23ee-4cea-ba28-21bd358bdf4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.710208 [ 291 ] {1b4ced2a-67ef-4682-a6be-839e10efb0c0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:36:31.710526 [ 291 ] {1b4ced2a-67ef-4682-a6be-839e10efb0c0} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:36:31.711576 [ 328 ] {1b4ced2a-67ef-4682-a6be-839e10efb0c0} AggregatingTransform: Aggregating 2025.12.24 02:36:31.711637 [ 328 ] {1b4ced2a-67ef-4682-a6be-839e10efb0c0} Aggregator: Aggregation method: without_key 2025.12.24 02:36:31.711681 [ 328 ] {1b4ced2a-67ef-4682-a6be-839e10efb0c0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001052167 sec. (950.419 rows/sec., 37.13 KiB/sec.) 2025.12.24 02:36:31.711704 [ 328 ] {1b4ced2a-67ef-4682-a6be-839e10efb0c0} Aggregator: Merging aggregated data 2025.12.24 02:36:31.712964 [ 291 ] {1b4ced2a-67ef-4682-a6be-839e10efb0c0} executeQuery: Read 1 rows, 40.00 B in 0.003227 sec., 309.88534242330337 rows/sec., 12.10 KiB/sec. 2025.12.24 02:36:31.713118 [ 291 ] {1b4ced2a-67ef-4682-a6be-839e10efb0c0} TCPHandler: Processed in 0.003670039 sec. 2025.12.24 02:36:31.713203 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.713231 [ 291 ] {} TCP-Session: c3831b65-177a-424e-83db-da669465cbde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.713243 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.713261 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.713288 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.713292 [ 290 ] {} TCP-Session: 8c93be42-23ee-4cea-ba28-21bd358bdf4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.713310 [ 292 ] {} TCP-Session: 05b1113c-1092-41c2-bf2e-4003a0611076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.713328 [ 350 ] {} TCP-Session: 38920b1c-322d-460b-90a6-22c77f9fccd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.713336 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.713354 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.713386 [ 352 ] {} TCP-Session: 82d67851-6142-4268-a961-d5ff075755fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.713306 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.713411 [ 353 ] {} TCP-Session: 8d4fdc4e-1920-41ed-8f0a-3e45b8d8b3a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.713301 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.713459 [ 349 ] {} TCP-Session: 0b817ca4-1aa5-4c5c-a728-b917fb8d694c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.713319 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:36:31.713488 [ 293 ] {} TCP-Session: 1d7c981c-1ea3-45d7-8ff9-cdf85af42b3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:31.713522 [ 351 ] {} TCP-Session: ce64dd66-f7b8-4145-be71-9ab9b65bfcc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:36:32.000221 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 296.70 MiB, peak 306.80 MiB, free memory in arenas 0.00 B, will set to 295.50 MiB (RSS), difference: -1.20 MiB 2025.12.24 02:36:32.269279 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19599 2025.12.24 02:36:32.269773 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:32.269819 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:32.270337 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 02:36:32.270593 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:32.270724 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19599 2025.12.24 02:36:32.270742 [ 85 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 02:36:32.270810 [ 85 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:32.270832 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:32.270934 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:36:32.271058 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:32.271098 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17167 rows starting from the beginning of the part 2025.12.24 02:36:32.271161 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 512 rows starting from the beginning of the part 2025.12.24 02:36:32.271209 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 448 rows starting from the beginning of the part 2025.12.24 02:36:32.271252 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 512 rows starting from the beginning of the part 2025.12.24 02:36:32.271289 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 448 rows starting from the beginning of the part 2025.12.24 02:36:32.271328 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 512 rows starting from the beginning of the part 2025.12.24 02:36:32.273617 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19599 rows, containing 4 columns (4 merged, 0 gathered) in 0.002724443 sec., 7193764.009744377 rows/sec., 102.91 MiB/sec. 2025.12.24 02:36:32.273850 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 02:36:32.274107 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_41_8} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:32.274182 [ 189 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_41_8} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 02:36:32.274273 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.64 MiB. 2025.12.24 02:36:33.353201 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.12.24 02:36:33.372811 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:33.372883 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:33.379066 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 02:36:33.379796 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:33.380136 [ 84 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 02:36:33.380204 [ 84 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:33.380226 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:33.380323 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:36:33.383470 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:33.383512 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.12.24 02:36:33.384397 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2025.12.24 02:36:33.387962 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2025.12.24 02:36:33.391617 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2025.12.24 02:36:33.395730 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2025.12.24 02:36:33.399850 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2025.12.24 02:36:33.403835 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2025.12.24 02:36:33.460372 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.080083006 sec., 3858.4965204727705 rows/sec., 19.95 MiB/sec. 2025.12.24 02:36:33.463231 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 02:36:33.465336 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_41_8} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:33.465450 [ 197 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_41_8} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 02:36:33.468317 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.12.24 02:36:34.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 296.79 MiB, peak 310.23 MiB, free memory in arenas 0.00 B, will set to 298.46 MiB (RSS), difference: 1.67 MiB 2025.12.24 02:36:34.824552 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 990 2025.12.24 02:36:34.827089 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:34.827152 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:34.828399 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 02:36:34.828689 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:34.829089 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 990 2025.12.24 02:36:36.323970 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:36.324144 [ 4 ] {6a787dec-b1c3-40d6-94f3-ee00df8fd522} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:36.324211 [ 4 ] {6a787dec-b1c3-40d6-94f3-ee00df8fd522} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:36.324830 [ 4 ] {6a787dec-b1c3-40d6-94f3-ee00df8fd522} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:36.324879 [ 4 ] {6a787dec-b1c3-40d6-94f3-ee00df8fd522} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:36.325278 [ 4 ] {6a787dec-b1c3-40d6-94f3-ee00df8fd522} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 02:36:36.325515 [ 4 ] {6a787dec-b1c3-40d6-94f3-ee00df8fd522} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:36.325675 [ 4 ] {6a787dec-b1c3-40d6-94f3-ee00df8fd522} executeQuery: Read 84 rows, 7.20 KiB in 0.001578 sec., 53231.9391634981 rows/sec., 4.45 MiB/sec. 2025.12.24 02:36:36.325726 [ 4 ] {6a787dec-b1c3-40d6-94f3-ee00df8fd522} TCPHandler: Processed in 0.00187759 sec. 2025.12.24 02:36:36.325844 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:36.325947 [ 4 ] {81d92d9e-33a6-47f5-95eb-2788e69bc1af} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:36.325992 [ 4 ] {81d92d9e-33a6-47f5-95eb-2788e69bc1af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:36.326406 [ 4 ] {81d92d9e-33a6-47f5-95eb-2788e69bc1af} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:36.326444 [ 4 ] {81d92d9e-33a6-47f5-95eb-2788e69bc1af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:36.326753 [ 4 ] {81d92d9e-33a6-47f5-95eb-2788e69bc1af} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 02:36:36.326970 [ 4 ] {81d92d9e-33a6-47f5-95eb-2788e69bc1af} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:36.327108 [ 4 ] {81d92d9e-33a6-47f5-95eb-2788e69bc1af} executeQuery: Read 14 rows, 1.05 KiB in 0.001185 sec., 11814.34599156118 rows/sec., 888.38 KiB/sec. 2025.12.24 02:36:36.327148 [ 4 ] {81d92d9e-33a6-47f5-95eb-2788e69bc1af} TCPHandler: Processed in 0.001354502 sec. 2025.12.24 02:36:36.327255 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:36.327354 [ 4 ] {e4f1e1b9-1722-4cb0-8f25-4eddf9e732cf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:36.327398 [ 4 ] {e4f1e1b9-1722-4cb0-8f25-4eddf9e732cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:36.327825 [ 4 ] {e4f1e1b9-1722-4cb0-8f25-4eddf9e732cf} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:36.327863 [ 4 ] {e4f1e1b9-1722-4cb0-8f25-4eddf9e732cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:36.328179 [ 4 ] {e4f1e1b9-1722-4cb0-8f25-4eddf9e732cf} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 02:36:36.328405 [ 4 ] {e4f1e1b9-1722-4cb0-8f25-4eddf9e732cf} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:36.328539 [ 4 ] {e4f1e1b9-1722-4cb0-8f25-4eddf9e732cf} executeQuery: Read 78 rows, 6.24 KiB in 0.001205 sec., 64730.29045643154 rows/sec., 5.05 MiB/sec. 2025.12.24 02:36:36.328578 [ 4 ] {e4f1e1b9-1722-4cb0-8f25-4eddf9e732cf} TCPHandler: Processed in 0.001372232 sec. 2025.12.24 02:36:36.328690 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:36.328785 [ 4 ] {d6c2062c-154d-4848-92b4-af6c1d64d856} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:36.328830 [ 4 ] {d6c2062c-154d-4848-92b4-af6c1d64d856} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:36.329230 [ 4 ] {d6c2062c-154d-4848-92b4-af6c1d64d856} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:36.329266 [ 4 ] {d6c2062c-154d-4848-92b4-af6c1d64d856} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:36.329595 [ 4 ] {d6c2062c-154d-4848-92b4-af6c1d64d856} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 02:36:36.329807 [ 4 ] {d6c2062c-154d-4848-92b4-af6c1d64d856} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:36.329940 [ 4 ] {d6c2062c-154d-4848-92b4-af6c1d64d856} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2025.12.24 02:36:36.329978 [ 4 ] {d6c2062c-154d-4848-92b4-af6c1d64d856} TCPHandler: Processed in 0.001337401 sec. 2025.12.24 02:36:36.330081 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:36.330175 [ 4 ] {0dc28473-6a4e-466b-930f-b6e4802378f2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:36.330230 [ 4 ] {0dc28473-6a4e-466b-930f-b6e4802378f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:36.330988 [ 4 ] {0dc28473-6a4e-466b-930f-b6e4802378f2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:36.331025 [ 4 ] {0dc28473-6a4e-466b-930f-b6e4802378f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:36.331551 [ 4 ] {0dc28473-6a4e-466b-930f-b6e4802378f2} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 02:36:36.331782 [ 4 ] {0dc28473-6a4e-466b-930f-b6e4802378f2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:36.331924 [ 4 ] {0dc28473-6a4e-466b-930f-b6e4802378f2} executeQuery: Read 14 rows, 25.69 KiB in 0.001767 sec., 7923.03338992643 rows/sec., 14.20 MiB/sec. 2025.12.24 02:36:36.331988 [ 4 ] {0dc28473-6a4e-466b-930f-b6e4802378f2} TCPHandler: Processed in 0.001956751 sec. 2025.12.24 02:36:36.332102 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:36.332197 [ 4 ] {e142a8ea-8a79-4bb1-be06-0082384c0c3d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:36.332240 [ 4 ] {e142a8ea-8a79-4bb1-be06-0082384c0c3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:36.332574 [ 4 ] {e142a8ea-8a79-4bb1-be06-0082384c0c3d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:36.332611 [ 4 ] {e142a8ea-8a79-4bb1-be06-0082384c0c3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:36.332915 [ 4 ] {e142a8ea-8a79-4bb1-be06-0082384c0c3d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 02:36:36.333139 [ 4 ] {e142a8ea-8a79-4bb1-be06-0082384c0c3d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:36.333267 [ 4 ] {e142a8ea-8a79-4bb1-be06-0082384c0c3d} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.12.24 02:36:36.333304 [ 4 ] {e142a8ea-8a79-4bb1-be06-0082384c0c3d} TCPHandler: Processed in 0.00125121 sec. 2025.12.24 02:36:39.653811 [ 71 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:36:39.653886 [ 71 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:36:39.770866 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20047 2025.12.24 02:36:39.771446 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:39.771505 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:39.772116 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 02:36:39.772421 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:39.772555 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20047 2025.12.24 02:36:40.883639 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.12.24 02:36:40.899575 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:40.899630 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:40.905023 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 02:36:40.905749 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:40.908611 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.12.24 02:36:41.324501 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:41.324693 [ 4 ] {23aba4a8-5dca-4776-9739-a6b9ea821fa9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:41.324763 [ 4 ] {23aba4a8-5dca-4776-9739-a6b9ea821fa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:41.325447 [ 4 ] {23aba4a8-5dca-4776-9739-a6b9ea821fa9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.325494 [ 4 ] {23aba4a8-5dca-4776-9739-a6b9ea821fa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.325883 [ 4 ] {23aba4a8-5dca-4776-9739-a6b9ea821fa9} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 02:36:41.326106 [ 4 ] {23aba4a8-5dca-4776-9739-a6b9ea821fa9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.326270 [ 4 ] {23aba4a8-5dca-4776-9739-a6b9ea821fa9} executeQuery: Read 108 rows, 9.29 KiB in 0.001629 sec., 66298.34254143646 rows/sec., 5.57 MiB/sec. 2025.12.24 02:36:41.326282 [ 79 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 02:36:41.326321 [ 4 ] {23aba4a8-5dca-4776-9739-a6b9ea821fa9} TCPHandler: Processed in 0.001948761 sec. 2025.12.24 02:36:41.326345 [ 79 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.326380 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.326446 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:41.326486 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 02:36:41.326552 [ 4 ] {d9513b60-e00c-4372-9c79-13d64d3ec005} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:41.326589 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:41.326595 [ 4 ] {d9513b60-e00c-4372-9c79-13d64d3ec005} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:41.326623 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1406 rows starting from the beginning of the part 2025.12.24 02:36:41.326689 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 108 rows starting from the beginning of the part 2025.12.24 02:36:41.326737 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 84 rows starting from the beginning of the part 2025.12.24 02:36:41.326784 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1250 rows starting from the beginning of the part 2025.12.24 02:36:41.326832 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 84 rows starting from the beginning of the part 2025.12.24 02:36:41.326875 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 108 rows starting from the beginning of the part 2025.12.24 02:36:41.327075 [ 4 ] {d9513b60-e00c-4372-9c79-13d64d3ec005} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.327115 [ 4 ] {d9513b60-e00c-4372-9c79-13d64d3ec005} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.327469 [ 4 ] {d9513b60-e00c-4372-9c79-13d64d3ec005} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 02:36:41.327695 [ 4 ] {d9513b60-e00c-4372-9c79-13d64d3ec005} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.327846 [ 78 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 02:36:41.327855 [ 4 ] {d9513b60-e00c-4372-9c79-13d64d3ec005} executeQuery: Read 26 rows, 1.96 KiB in 0.001325 sec., 19622.64150943396 rows/sec., 1.44 MiB/sec. 2025.12.24 02:36:41.327921 [ 78 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.327941 [ 4 ] {d9513b60-e00c-4372-9c79-13d64d3ec005} TCPHandler: Processed in 0.001544905 sec. 2025.12.24 02:36:41.327952 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.328068 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 02:36:41.328094 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:41.328205 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:41.328213 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3040 rows, containing 5 columns (5 merged, 0 gathered) in 0.001769868 sec., 1717642.2196457589 rows/sec., 149.91 MiB/sec. 2025.12.24 02:36:41.328234 [ 4 ] {325ffea4-7480-4981-a326-82422ca03bb8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:41.328241 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 70 rows starting from the beginning of the part 2025.12.24 02:36:41.328294 [ 4 ] {325ffea4-7480-4981-a326-82422ca03bb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:41.328326 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part 2025.12.24 02:36:41.328373 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part 2025.12.24 02:36:41.328413 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part 2025.12.24 02:36:41.328453 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part 2025.12.24 02:36:41.328482 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 02:36:41.328493 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part 2025.12.24 02:36:41.328775 [ 4 ] {325ffea4-7480-4981-a326-82422ca03bb8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.328818 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.328819 [ 4 ] {325ffea4-7480-4981-a326-82422ca03bb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.328908 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_61_12} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 02:36:41.329016 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 02:36:41.329201 [ 4 ] {325ffea4-7480-4981-a326-82422ca03bb8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 02:36:41.329300 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.001282341 sec., 140368.27957618138 rows/sec., 10.80 MiB/sec. 2025.12.24 02:36:41.329421 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 02:36:41.329466 [ 4 ] {325ffea4-7480-4981-a326-82422ca03bb8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.329618 [ 78 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 02:36:41.329620 [ 4 ] {325ffea4-7480-4981-a326-82422ca03bb8} executeQuery: Read 90 rows, 7.20 KiB in 0.001413 sec., 63694.267515923566 rows/sec., 4.97 MiB/sec. 2025.12.24 02:36:41.329673 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.329676 [ 78 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.329707 [ 4 ] {325ffea4-7480-4981-a326-82422ca03bb8} TCPHandler: Processed in 0.001674266 sec. 2025.12.24 02:36:41.329725 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.329755 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_56_11} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 02:36:41.329822 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 02:36:41.329839 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 02:36:41.329828 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:41.329905 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:41.329932 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 632 rows starting from the beginning of the part 2025.12.24 02:36:41.329950 [ 4 ] {43a5717b-00bf-4c49-ad77-02f41695ccea} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:41.329977 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 90 rows starting from the beginning of the part 2025.12.24 02:36:41.329999 [ 4 ] {43a5717b-00bf-4c49-ad77-02f41695ccea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:41.330017 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 78 rows starting from the beginning of the part 2025.12.24 02:36:41.330055 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 550 rows starting from the beginning of the part 2025.12.24 02:36:41.330088 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 78 rows starting from the beginning of the part 2025.12.24 02:36:41.330122 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 90 rows starting from the beginning of the part 2025.12.24 02:36:41.330413 [ 4 ] {43a5717b-00bf-4c49-ad77-02f41695ccea} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.330453 [ 4 ] {43a5717b-00bf-4c49-ad77-02f41695ccea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.330819 [ 4 ] {43a5717b-00bf-4c49-ad77-02f41695ccea} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 02:36:41.331003 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1518 rows, containing 5 columns (5 merged, 0 gathered) in 0.001210339 sec., 1254194.072900237 rows/sec., 99.56 MiB/sec. 2025.12.24 02:36:41.331040 [ 4 ] {43a5717b-00bf-4c49-ad77-02f41695ccea} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.331171 [ 78 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 02:36:41.331182 [ 4 ] {43a5717b-00bf-4c49-ad77-02f41695ccea} executeQuery: Read 160 rows, 11.41 KiB in 0.001252 sec., 127795.5271565495 rows/sec., 8.90 MiB/sec. 2025.12.24 02:36:41.331217 [ 78 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.331232 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 02:36:41.331236 [ 4 ] {43a5717b-00bf-4c49-ad77-02f41695ccea} TCPHandler: Processed in 0.001460254 sec. 2025.12.24 02:36:41.331249 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.331357 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 02:36:41.331366 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:41.331462 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:41.331487 [ 4 ] {f21670aa-8b8c-4551-a689-1284d62cd7cf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:41.331494 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16087 rows starting from the beginning of the part 2025.12.24 02:36:41.331552 [ 4 ] {f21670aa-8b8c-4551-a689-1284d62cd7cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:41.331566 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2025.12.24 02:36:41.331567 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.331616 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2025.12.24 02:36:41.331670 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_61_12} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 02:36:41.331675 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 846 rows starting from the beginning of the part 2025.12.24 02:36:41.331728 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2025.12.24 02:36:41.331768 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2025.12.24 02:36:41.331776 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 02:36:41.332422 [ 4 ] {f21670aa-8b8c-4551-a689-1284d62cd7cf} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.332464 [ 4 ] {f21670aa-8b8c-4551-a689-1284d62cd7cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.333116 [ 4 ] {f21670aa-8b8c-4551-a689-1284d62cd7cf} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 02:36:41.333369 [ 4 ] {f21670aa-8b8c-4551-a689-1284d62cd7cf} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.333498 [ 78 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 02:36:41.333520 [ 4 ] {f21670aa-8b8c-4551-a689-1284d62cd7cf} executeQuery: Read 26 rows, 47.71 KiB in 0.002052 sec., 12670.56530214425 rows/sec., 22.71 MiB/sec. 2025.12.24 02:36:41.333532 [ 78 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.333562 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.333595 [ 4 ] {f21670aa-8b8c-4551-a689-1284d62cd7cf} TCPHandler: Processed in 0.002280106 sec. 2025.12.24 02:36:41.333640 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 02:36:41.333713 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:41.333812 [ 4 ] {ada28e44-3d4e-4c1c-a4b6-eb7afc228109} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:41.333815 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:41.333862 [ 4 ] {ada28e44-3d4e-4c1c-a4b6-eb7afc228109} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:41.333898 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 949 rows starting from the beginning of the part 2025.12.24 02:36:41.334025 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part 2025.12.24 02:36:41.334140 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part 2025.12.24 02:36:41.334208 [ 4 ] {ada28e44-3d4e-4c1c-a4b6-eb7afc228109} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.334250 [ 4 ] {ada28e44-3d4e-4c1c-a4b6-eb7afc228109} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.334253 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 26 rows starting from the beginning of the part 2025.12.24 02:36:41.334439 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part 2025.12.24 02:36:41.334567 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part 2025.12.24 02:36:41.334620 [ 4 ] {ada28e44-3d4e-4c1c-a4b6-eb7afc228109} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 02:36:41.334854 [ 4 ] {ada28e44-3d4e-4c1c-a4b6-eb7afc228109} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.334973 [ 78 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 02:36:41.334992 [ 4 ] {ada28e44-3d4e-4c1c-a4b6-eb7afc228109} executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. 2025.12.24 02:36:41.335006 [ 78 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:41.335037 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:41.335037 [ 4 ] {ada28e44-3d4e-4c1c-a4b6-eb7afc228109} TCPHandler: Processed in 0.001374862 sec. 2025.12.24 02:36:41.335147 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 02:36:41.335279 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:41.335319 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3288 rows starting from the beginning of the part 2025.12.24 02:36:41.335408 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2025.12.24 02:36:41.335461 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2025.12.24 02:36:41.335518 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2025.12.24 02:36:41.335564 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2025.12.24 02:36:41.335618 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2025.12.24 02:36:41.337571 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3588 rows, containing 4 columns (4 merged, 0 gathered) in 0.00246978 sec., 1452760.9746617107 rows/sec., 97.91 MiB/sec. 2025.12.24 02:36:41.337725 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 17573 rows, containing 5 columns (5 merged, 0 gathered) in 0.006394902 sec., 2747970.1799965035 rows/sec., 188.76 MiB/sec. 2025.12.24 02:36:41.337948 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 02:36:41.337961 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 02:36:41.338233 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.338277 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.338308 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_61_12} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 02:36:41.338354 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_61_12} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 02:36:41.338385 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.12.24 02:36:41.338438 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. 2025.12.24 02:36:41.341038 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 19 columns (19 merged, 0 gathered) in 0.007423969 sec., 142107.27442423318 rows/sec., 254.65 MiB/sec. 2025.12.24 02:36:41.342403 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 02:36:41.342701 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:41.342765 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_56_11} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 02:36:41.342860 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.40 MiB. 2025.12.24 02:36:42.000206 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 299.20 MiB, peak 311.67 MiB, free memory in arenas 0.00 B, will set to 304.02 MiB (RSS), difference: 4.82 MiB 2025.12.24 02:36:44.829389 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1014 2025.12.24 02:36:44.831816 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:44.831875 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:44.833113 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 02:36:44.833395 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:44.833593 [ 75 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 02:36:44.833690 [ 75 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:44.833727 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:44.833788 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1014 2025.12.24 02:36:44.833895 [ 197 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:36:44.834551 [ 197 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:36:44.834717 [ 197 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 876 rows starting from the beginning of the part 2025.12.24 02:36:44.835107 [ 197 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:36:44.835490 [ 197 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2025.12.24 02:36:44.835849 [ 197 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part 2025.12.24 02:36:44.836243 [ 197 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part 2025.12.24 02:36:44.836591 [ 197 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2025.12.24 02:36:44.843137 [ 190 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1014 rows, containing 72 columns (72 merged, 0 gathered) in 0.009322778 sec., 108765.86356555953 rows/sec., 86.99 MiB/sec. 2025.12.24 02:36:44.844415 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 02:36:44.845029 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_31_6} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:44.845145 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_31_6} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 02:36:44.845509 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. 2025.12.24 02:36:46.326345 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:46.326521 [ 4 ] {3835fcf7-12de-4495-8f4a-c4f658d10235} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:36:46.326589 [ 4 ] {3835fcf7-12de-4495-8f4a-c4f658d10235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:36:46.327206 [ 4 ] {3835fcf7-12de-4495-8f4a-c4f658d10235} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:46.327256 [ 4 ] {3835fcf7-12de-4495-8f4a-c4f658d10235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:46.327646 [ 4 ] {3835fcf7-12de-4495-8f4a-c4f658d10235} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:36:46.327902 [ 4 ] {3835fcf7-12de-4495-8f4a-c4f658d10235} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:46.328065 [ 4 ] {3835fcf7-12de-4495-8f4a-c4f658d10235} executeQuery: Read 24 rows, 2.04 KiB in 0.001589 sec., 15103.838892385149 rows/sec., 1.25 MiB/sec. 2025.12.24 02:36:46.328117 [ 4 ] {3835fcf7-12de-4495-8f4a-c4f658d10235} TCPHandler: Processed in 0.00189582 sec. 2025.12.24 02:36:46.328237 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:46.328341 [ 4 ] {5858bc6e-56ea-45c1-b015-c885f4266e86} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:36:46.328388 [ 4 ] {5858bc6e-56ea-45c1-b015-c885f4266e86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:36:46.328799 [ 4 ] {5858bc6e-56ea-45c1-b015-c885f4266e86} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:46.328838 [ 4 ] {5858bc6e-56ea-45c1-b015-c885f4266e86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:46.329146 [ 4 ] {5858bc6e-56ea-45c1-b015-c885f4266e86} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:36:46.329361 [ 4 ] {5858bc6e-56ea-45c1-b015-c885f4266e86} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:46.329501 [ 4 ] {5858bc6e-56ea-45c1-b015-c885f4266e86} executeQuery: Read 14 rows, 1.14 KiB in 0.001185 sec., 11814.34599156118 rows/sec., 963.38 KiB/sec. 2025.12.24 02:36:46.329540 [ 4 ] {5858bc6e-56ea-45c1-b015-c885f4266e86} TCPHandler: Processed in 0.001357602 sec. 2025.12.24 02:36:46.329646 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:46.329744 [ 4 ] {8f4e4f67-13e5-4610-b41a-3900868dbf3e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:46.329784 [ 4 ] {8f4e4f67-13e5-4610-b41a-3900868dbf3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:46.330241 [ 4 ] {8f4e4f67-13e5-4610-b41a-3900868dbf3e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:46.330278 [ 4 ] {8f4e4f67-13e5-4610-b41a-3900868dbf3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:46.330632 [ 4 ] {8f4e4f67-13e5-4610-b41a-3900868dbf3e} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 02:36:46.330852 [ 4 ] {8f4e4f67-13e5-4610-b41a-3900868dbf3e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:46.330986 [ 4 ] {8f4e4f67-13e5-4610-b41a-3900868dbf3e} executeQuery: Read 211 rows, 19.17 KiB in 0.001263 sec., 167062.54948535233 rows/sec., 14.82 MiB/sec. 2025.12.24 02:36:46.331025 [ 4 ] {8f4e4f67-13e5-4610-b41a-3900868dbf3e} TCPHandler: Processed in 0.001430703 sec. 2025.12.24 02:36:46.331137 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:46.331232 [ 4 ] {2de21107-213c-4060-bfff-f187dfba25c3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:46.331273 [ 4 ] {2de21107-213c-4060-bfff-f187dfba25c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:46.331669 [ 4 ] {2de21107-213c-4060-bfff-f187dfba25c3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:46.331705 [ 4 ] {2de21107-213c-4060-bfff-f187dfba25c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:46.332014 [ 4 ] {2de21107-213c-4060-bfff-f187dfba25c3} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 02:36:46.332221 [ 4 ] {2de21107-213c-4060-bfff-f187dfba25c3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:46.332349 [ 4 ] {2de21107-213c-4060-bfff-f187dfba25c3} executeQuery: Read 40 rows, 2.99 KiB in 0.001137 sec., 35180.29903254178 rows/sec., 2.57 MiB/sec. 2025.12.24 02:36:46.332388 [ 4 ] {2de21107-213c-4060-bfff-f187dfba25c3} TCPHandler: Processed in 0.001303711 sec. 2025.12.24 02:36:46.332495 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:46.332604 [ 4 ] {65acce5a-1da4-49dd-bbbc-95d71d21ea31} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:36:46.332644 [ 4 ] {65acce5a-1da4-49dd-bbbc-95d71d21ea31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:36:46.333056 [ 4 ] {65acce5a-1da4-49dd-bbbc-95d71d21ea31} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:46.333095 [ 4 ] {65acce5a-1da4-49dd-bbbc-95d71d21ea31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:46.333443 [ 4 ] {65acce5a-1da4-49dd-bbbc-95d71d21ea31} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:36:46.333679 [ 4 ] {65acce5a-1da4-49dd-bbbc-95d71d21ea31} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:46.333825 [ 4 ] {65acce5a-1da4-49dd-bbbc-95d71d21ea31} executeQuery: Read 24 rows, 2.04 KiB in 0.001238 sec., 19386.10662358643 rows/sec., 1.61 MiB/sec. 2025.12.24 02:36:46.333871 [ 4 ] {65acce5a-1da4-49dd-bbbc-95d71d21ea31} TCPHandler: Processed in 0.001427243 sec. 2025.12.24 02:36:46.333986 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:46.334081 [ 4 ] {e7ea2949-66e9-40a4-aac3-980187e6bc66} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:36:46.334121 [ 4 ] {e7ea2949-66e9-40a4-aac3-980187e6bc66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:36:46.334522 [ 4 ] {e7ea2949-66e9-40a4-aac3-980187e6bc66} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:46.334557 [ 4 ] {e7ea2949-66e9-40a4-aac3-980187e6bc66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:46.334883 [ 4 ] {e7ea2949-66e9-40a4-aac3-980187e6bc66} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 02:36:46.335121 [ 4 ] {e7ea2949-66e9-40a4-aac3-980187e6bc66} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:46.335275 [ 4 ] {e7ea2949-66e9-40a4-aac3-980187e6bc66} executeQuery: Read 12 rows, 960.00 B in 0.001212 sec., 9900.990099009901 rows/sec., 773.51 KiB/sec. 2025.12.24 02:36:46.335315 [ 4 ] {e7ea2949-66e9-40a4-aac3-980187e6bc66} TCPHandler: Processed in 0.001378242 sec. 2025.12.24 02:36:46.335419 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:46.335512 [ 4 ] {4c986802-ce9a-4b32-abed-09a0e2973582} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:46.335552 [ 4 ] {4c986802-ce9a-4b32-abed-09a0e2973582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:46.336001 [ 4 ] {4c986802-ce9a-4b32-abed-09a0e2973582} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:46.336038 [ 4 ] {4c986802-ce9a-4b32-abed-09a0e2973582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:46.336368 [ 4 ] {4c986802-ce9a-4b32-abed-09a0e2973582} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 02:36:46.336572 [ 4 ] {4c986802-ce9a-4b32-abed-09a0e2973582} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:46.336700 [ 4 ] {4c986802-ce9a-4b32-abed-09a0e2973582} executeQuery: Read 128 rows, 10.64 KiB in 0.001207 sec., 106048.05302402652 rows/sec., 8.61 MiB/sec. 2025.12.24 02:36:46.336738 [ 4 ] {4c986802-ce9a-4b32-abed-09a0e2973582} TCPHandler: Processed in 0.001367021 sec. 2025.12.24 02:36:46.336842 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:46.336937 [ 4 ] {a6163de4-45bf-4a1c-ad98-55ab2fe23122} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:46.336982 [ 4 ] {a6163de4-45bf-4a1c-ad98-55ab2fe23122} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:46.337374 [ 4 ] {a6163de4-45bf-4a1c-ad98-55ab2fe23122} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:46.337410 [ 4 ] {a6163de4-45bf-4a1c-ad98-55ab2fe23122} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:46.337759 [ 4 ] {a6163de4-45bf-4a1c-ad98-55ab2fe23122} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 02:36:46.337965 [ 4 ] {a6163de4-45bf-4a1c-ad98-55ab2fe23122} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:46.338095 [ 4 ] {a6163de4-45bf-4a1c-ad98-55ab2fe23122} executeQuery: Read 203 rows, 14.89 KiB in 0.001176 sec., 172619.04761904763 rows/sec., 12.37 MiB/sec. 2025.12.24 02:36:46.338132 [ 4 ] {a6163de4-45bf-4a1c-ad98-55ab2fe23122} TCPHandler: Processed in 0.001340292 sec. 2025.12.24 02:36:46.338252 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:46.338347 [ 4 ] {350c6eff-33d8-4141-b284-fe402106b8e6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:46.338401 [ 4 ] {350c6eff-33d8-4141-b284-fe402106b8e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:46.339144 [ 4 ] {350c6eff-33d8-4141-b284-fe402106b8e6} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:46.339181 [ 4 ] {350c6eff-33d8-4141-b284-fe402106b8e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:46.339716 [ 4 ] {350c6eff-33d8-4141-b284-fe402106b8e6} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 02:36:46.339952 [ 4 ] {350c6eff-33d8-4141-b284-fe402106b8e6} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:46.340092 [ 4 ] {350c6eff-33d8-4141-b284-fe402106b8e6} executeQuery: Read 14 rows, 25.69 KiB in 0.001763 sec., 7941.009642654566 rows/sec., 14.23 MiB/sec. 2025.12.24 02:36:46.340159 [ 4 ] {350c6eff-33d8-4141-b284-fe402106b8e6} TCPHandler: Processed in 0.001957462 sec. 2025.12.24 02:36:46.340272 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:46.340367 [ 4 ] {8fd6f694-86be-422d-b921-9de533fd3e98} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:46.340410 [ 4 ] {8fd6f694-86be-422d-b921-9de533fd3e98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:46.340749 [ 4 ] {8fd6f694-86be-422d-b921-9de533fd3e98} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:46.340785 [ 4 ] {8fd6f694-86be-422d-b921-9de533fd3e98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:46.341091 [ 4 ] {8fd6f694-86be-422d-b921-9de533fd3e98} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 02:36:46.341298 [ 4 ] {8fd6f694-86be-422d-b921-9de533fd3e98} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:46.341426 [ 4 ] {8fd6f694-86be-422d-b921-9de533fd3e98} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.12.24 02:36:46.341464 [ 4 ] {8fd6f694-86be-422d-b921-9de533fd3e98} TCPHandler: Processed in 0.001242559 sec. 2025.12.24 02:36:47.272714 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20559 2025.12.24 02:36:47.273522 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:47.273573 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:47.274064 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 02:36:47.274295 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:47.274443 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20559 2025.12.24 02:36:48.408742 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.12.24 02:36:48.425829 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:48.425892 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2025.12.24 02:36:48.431825 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 02:36:48.432605 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:48.435471 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.12.24 02:36:51.325682 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:51.325874 [ 4 ] {f6406940-c597-4383-b5b4-c69da3b9e239} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:51.325940 [ 4 ] {f6406940-c597-4383-b5b4-c69da3b9e239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:51.326582 [ 4 ] {f6406940-c597-4383-b5b4-c69da3b9e239} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:51.326633 [ 4 ] {f6406940-c597-4383-b5b4-c69da3b9e239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:51.327045 [ 4 ] {f6406940-c597-4383-b5b4-c69da3b9e239} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 02:36:51.327270 [ 4 ] {f6406940-c597-4383-b5b4-c69da3b9e239} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:51.327427 [ 4 ] {f6406940-c597-4383-b5b4-c69da3b9e239} executeQuery: Read 108 rows, 9.29 KiB in 0.001602 sec., 67415.73033707865 rows/sec., 5.66 MiB/sec. 2025.12.24 02:36:51.327478 [ 4 ] {f6406940-c597-4383-b5b4-c69da3b9e239} TCPHandler: Processed in 0.001920161 sec. 2025.12.24 02:36:51.327605 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:51.327708 [ 4 ] {e2842a52-69e1-4a0f-9516-f1d3d1447985} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:51.327752 [ 4 ] {e2842a52-69e1-4a0f-9516-f1d3d1447985} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:51.328165 [ 4 ] {e2842a52-69e1-4a0f-9516-f1d3d1447985} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:51.328203 [ 4 ] {e2842a52-69e1-4a0f-9516-f1d3d1447985} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:51.328513 [ 4 ] {e2842a52-69e1-4a0f-9516-f1d3d1447985} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 02:36:51.328726 [ 4 ] {e2842a52-69e1-4a0f-9516-f1d3d1447985} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:51.328874 [ 4 ] {e2842a52-69e1-4a0f-9516-f1d3d1447985} executeQuery: Read 26 rows, 1.96 KiB in 0.00119 sec., 21848.739495798316 rows/sec., 1.60 MiB/sec. 2025.12.24 02:36:51.328915 [ 4 ] {e2842a52-69e1-4a0f-9516-f1d3d1447985} TCPHandler: Processed in 0.001362862 sec. 2025.12.24 02:36:51.329021 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:51.329122 [ 4 ] {db75701a-b5bd-4a82-abe8-ee40899afb13} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:51.329163 [ 4 ] {db75701a-b5bd-4a82-abe8-ee40899afb13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:51.329603 [ 4 ] {db75701a-b5bd-4a82-abe8-ee40899afb13} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:51.329642 [ 4 ] {db75701a-b5bd-4a82-abe8-ee40899afb13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:51.329966 [ 4 ] {db75701a-b5bd-4a82-abe8-ee40899afb13} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 02:36:51.330175 [ 4 ] {db75701a-b5bd-4a82-abe8-ee40899afb13} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:51.330307 [ 4 ] {db75701a-b5bd-4a82-abe8-ee40899afb13} executeQuery: Read 90 rows, 7.20 KiB in 0.001203 sec., 74812.96758104737 rows/sec., 5.84 MiB/sec. 2025.12.24 02:36:51.330349 [ 4 ] {db75701a-b5bd-4a82-abe8-ee40899afb13} TCPHandler: Processed in 0.001378471 sec. 2025.12.24 02:36:51.330459 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:51.330554 [ 4 ] {2df2d7f8-36e8-4304-9b33-a064954eb5b2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:51.330597 [ 4 ] {2df2d7f8-36e8-4304-9b33-a064954eb5b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:51.331000 [ 4 ] {2df2d7f8-36e8-4304-9b33-a064954eb5b2} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:51.331035 [ 4 ] {2df2d7f8-36e8-4304-9b33-a064954eb5b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:51.331392 [ 4 ] {2df2d7f8-36e8-4304-9b33-a064954eb5b2} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 02:36:51.331597 [ 4 ] {2df2d7f8-36e8-4304-9b33-a064954eb5b2} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:51.331729 [ 4 ] {2df2d7f8-36e8-4304-9b33-a064954eb5b2} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.12.24 02:36:51.331768 [ 4 ] {2df2d7f8-36e8-4304-9b33-a064954eb5b2} TCPHandler: Processed in 0.001358811 sec. 2025.12.24 02:36:51.331894 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:51.332019 [ 4 ] {5b0b4514-a1de-4651-b3de-f6752ad9844d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:51.332084 [ 4 ] {5b0b4514-a1de-4651-b3de-f6752ad9844d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:51.332890 [ 4 ] {5b0b4514-a1de-4651-b3de-f6752ad9844d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:51.332927 [ 4 ] {5b0b4514-a1de-4651-b3de-f6752ad9844d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:51.333477 [ 4 ] {5b0b4514-a1de-4651-b3de-f6752ad9844d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 02:36:51.333726 [ 4 ] {5b0b4514-a1de-4651-b3de-f6752ad9844d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:51.333885 [ 4 ] {5b0b4514-a1de-4651-b3de-f6752ad9844d} executeQuery: Read 26 rows, 47.71 KiB in 0.001892 sec., 13742.071881606766 rows/sec., 24.63 MiB/sec. 2025.12.24 02:36:51.333951 [ 4 ] {5b0b4514-a1de-4651-b3de-f6752ad9844d} TCPHandler: Processed in 0.002119984 sec. 2025.12.24 02:36:51.334063 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:51.334160 [ 4 ] {7f13c22b-f3e4-4d81-a5ce-b36e585b8179} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:51.334202 [ 4 ] {7f13c22b-f3e4-4d81-a5ce-b36e585b8179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:51.334541 [ 4 ] {7f13c22b-f3e4-4d81-a5ce-b36e585b8179} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:51.334578 [ 4 ] {7f13c22b-f3e4-4d81-a5ce-b36e585b8179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:51.334879 [ 4 ] {7f13c22b-f3e4-4d81-a5ce-b36e585b8179} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 02:36:51.335082 [ 4 ] {7f13c22b-f3e4-4d81-a5ce-b36e585b8179} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:51.335212 [ 4 ] {7f13c22b-f3e4-4d81-a5ce-b36e585b8179} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.12.24 02:36:51.335249 [ 4 ] {7f13c22b-f3e4-4d81-a5ce-b36e585b8179} TCPHandler: Processed in 0.001236239 sec. 2025.12.24 02:36:54.653949 [ 13 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:36:54.654037 [ 13 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:36:54.774614 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21007 2025.12.24 02:36:54.775167 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:54.775215 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:54.775717 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 02:36:54.775940 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:54.776074 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21007 2025.12.24 02:36:54.834047 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1046 2025.12.24 02:36:54.836543 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:54.836608 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:54.838002 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 02:36:54.838288 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:54.838679 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1046 2025.12.24 02:36:55.935619 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.12.24 02:36:55.952445 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:55.952502 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:55.958473 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 02:36:55.959225 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:55.962460 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.12.24 02:36:56.324806 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:56.325060 [ 4 ] {91b02b04-20db-46ed-aa78-58c13f9fcc11} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:36:56.325155 [ 4 ] {91b02b04-20db-46ed-aa78-58c13f9fcc11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:36:56.325944 [ 4 ] {91b02b04-20db-46ed-aa78-58c13f9fcc11} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:56.325993 [ 4 ] {91b02b04-20db-46ed-aa78-58c13f9fcc11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:56.326394 [ 4 ] {91b02b04-20db-46ed-aa78-58c13f9fcc11} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 02:36:56.326641 [ 4 ] {91b02b04-20db-46ed-aa78-58c13f9fcc11} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:56.326795 [ 4 ] {91b02b04-20db-46ed-aa78-58c13f9fcc11} executeQuery: Read 84 rows, 7.20 KiB in 0.001803 sec., 46589.01830282862 rows/sec., 3.90 MiB/sec. 2025.12.24 02:36:56.326837 [ 4 ] {91b02b04-20db-46ed-aa78-58c13f9fcc11} TCPHandler: Processed in 0.002189425 sec. 2025.12.24 02:36:56.326956 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:56.327050 [ 4 ] {fb37379c-74e6-4609-baaf-fab96b6ca3c0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:36:56.327091 [ 4 ] {fb37379c-74e6-4609-baaf-fab96b6ca3c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:36:56.327506 [ 4 ] {fb37379c-74e6-4609-baaf-fab96b6ca3c0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:56.327542 [ 4 ] {fb37379c-74e6-4609-baaf-fab96b6ca3c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:56.327835 [ 4 ] {fb37379c-74e6-4609-baaf-fab96b6ca3c0} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 02:36:56.328041 [ 4 ] {fb37379c-74e6-4609-baaf-fab96b6ca3c0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:56.328169 [ 4 ] {fb37379c-74e6-4609-baaf-fab96b6ca3c0} executeQuery: Read 14 rows, 1.05 KiB in 0.001138 sec., 12302.284710017575 rows/sec., 925.07 KiB/sec. 2025.12.24 02:36:56.328206 [ 4 ] {fb37379c-74e6-4609-baaf-fab96b6ca3c0} TCPHandler: Processed in 0.001297911 sec. 2025.12.24 02:36:56.328321 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:56.328415 [ 4 ] {68932f40-447e-4e76-8c74-62bdb9ba5e91} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:36:56.328454 [ 4 ] {68932f40-447e-4e76-8c74-62bdb9ba5e91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:36:56.328910 [ 4 ] {68932f40-447e-4e76-8c74-62bdb9ba5e91} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:56.328948 [ 4 ] {68932f40-447e-4e76-8c74-62bdb9ba5e91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:56.329262 [ 4 ] {68932f40-447e-4e76-8c74-62bdb9ba5e91} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 02:36:56.329477 [ 4 ] {68932f40-447e-4e76-8c74-62bdb9ba5e91} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:56.329604 [ 4 ] {68932f40-447e-4e76-8c74-62bdb9ba5e91} executeQuery: Read 78 rows, 6.24 KiB in 0.001207 sec., 64623.03231151616 rows/sec., 5.05 MiB/sec. 2025.12.24 02:36:56.329642 [ 4 ] {68932f40-447e-4e76-8c74-62bdb9ba5e91} TCPHandler: Processed in 0.001368152 sec. 2025.12.24 02:36:56.329752 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:56.329846 [ 4 ] {53d962ce-bb64-4d64-af0d-f7ff55254495} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:56.329889 [ 4 ] {53d962ce-bb64-4d64-af0d-f7ff55254495} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:36:56.330336 [ 4 ] {53d962ce-bb64-4d64-af0d-f7ff55254495} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:56.330373 [ 4 ] {53d962ce-bb64-4d64-af0d-f7ff55254495} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:56.330715 [ 4 ] {53d962ce-bb64-4d64-af0d-f7ff55254495} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 02:36:56.330924 [ 4 ] {53d962ce-bb64-4d64-af0d-f7ff55254495} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:56.331054 [ 4 ] {53d962ce-bb64-4d64-af0d-f7ff55254495} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2025.12.24 02:36:56.331091 [ 4 ] {53d962ce-bb64-4d64-af0d-f7ff55254495} TCPHandler: Processed in 0.001386742 sec. 2025.12.24 02:36:56.331213 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:56.331346 [ 4 ] {90193ef1-d5ed-4688-9497-27a79c134e7d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:36:56.331411 [ 4 ] {90193ef1-d5ed-4688-9497-27a79c134e7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:36:56.332332 [ 4 ] {90193ef1-d5ed-4688-9497-27a79c134e7d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:56.332373 [ 4 ] {90193ef1-d5ed-4688-9497-27a79c134e7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:56.332922 [ 4 ] {90193ef1-d5ed-4688-9497-27a79c134e7d} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 02:36:56.333147 [ 4 ] {90193ef1-d5ed-4688-9497-27a79c134e7d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:56.333289 [ 4 ] {90193ef1-d5ed-4688-9497-27a79c134e7d} executeQuery: Read 14 rows, 25.69 KiB in 0.001968 sec., 7113.821138211381 rows/sec., 12.75 MiB/sec. 2025.12.24 02:36:56.333356 [ 4 ] {90193ef1-d5ed-4688-9497-27a79c134e7d} TCPHandler: Processed in 0.002203745 sec. 2025.12.24 02:36:56.333467 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:36:56.333563 [ 4 ] {334ff0dc-7a86-4f3e-99a8-f2249819536b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:36:56.333606 [ 4 ] {334ff0dc-7a86-4f3e-99a8-f2249819536b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:36:56.333941 [ 4 ] {334ff0dc-7a86-4f3e-99a8-f2249819536b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:36:56.333978 [ 4 ] {334ff0dc-7a86-4f3e-99a8-f2249819536b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:36:56.334289 [ 4 ] {334ff0dc-7a86-4f3e-99a8-f2249819536b} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 02:36:56.334509 [ 4 ] {334ff0dc-7a86-4f3e-99a8-f2249819536b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:36:56.334640 [ 4 ] {334ff0dc-7a86-4f3e-99a8-f2249819536b} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2025.12.24 02:36:56.334677 [ 4 ] {334ff0dc-7a86-4f3e-99a8-f2249819536b} TCPHandler: Processed in 0.00125919 sec. 2025.12.24 02:37:01.351989 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:01.352174 [ 4 ] {c50ad38f-7e22-4c1a-8e46-10d06b491e22} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:01.352238 [ 4 ] {c50ad38f-7e22-4c1a-8e46-10d06b491e22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:01.353540 [ 4 ] {c50ad38f-7e22-4c1a-8e46-10d06b491e22} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:01.353583 [ 4 ] {c50ad38f-7e22-4c1a-8e46-10d06b491e22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:01.354075 [ 4 ] {c50ad38f-7e22-4c1a-8e46-10d06b491e22} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 02:37:01.354311 [ 4 ] {c50ad38f-7e22-4c1a-8e46-10d06b491e22} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:01.354477 [ 4 ] {c50ad38f-7e22-4c1a-8e46-10d06b491e22} executeQuery: Read 1248 rows, 105.85 KiB in 0.002348 sec., 531516.1839863714 rows/sec., 44.02 MiB/sec. 2025.12.24 02:37:01.354527 [ 4 ] {c50ad38f-7e22-4c1a-8e46-10d06b491e22} TCPHandler: Processed in 0.002658232 sec. 2025.12.24 02:37:01.354659 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:01.354762 [ 4 ] {64bee2c7-93f1-4033-9972-071b36ff6a3c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:01.354806 [ 4 ] {64bee2c7-93f1-4033-9972-071b36ff6a3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:01.355233 [ 4 ] {64bee2c7-93f1-4033-9972-071b36ff6a3c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:01.355269 [ 4 ] {64bee2c7-93f1-4033-9972-071b36ff6a3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:01.355582 [ 4 ] {64bee2c7-93f1-4033-9972-071b36ff6a3c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 02:37:01.355797 [ 4 ] {64bee2c7-93f1-4033-9972-071b36ff6a3c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:01.355933 [ 4 ] {64bee2c7-93f1-4033-9972-071b36ff6a3c} executeQuery: Read 26 rows, 1.96 KiB in 0.001195 sec., 21757.322175732217 rows/sec., 1.60 MiB/sec. 2025.12.24 02:37:01.355972 [ 4 ] {64bee2c7-93f1-4033-9972-071b36ff6a3c} TCPHandler: Processed in 0.001367192 sec. 2025.12.24 02:37:01.356075 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:01.356171 [ 4 ] {b8f06000-5d6b-4a1f-bc76-5c18d4ff23d8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:37:01.356211 [ 4 ] {b8f06000-5d6b-4a1f-bc76-5c18d4ff23d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:37:01.356708 [ 4 ] {b8f06000-5d6b-4a1f-bc76-5c18d4ff23d8} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:01.356743 [ 4 ] {b8f06000-5d6b-4a1f-bc76-5c18d4ff23d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:01.357063 [ 4 ] {b8f06000-5d6b-4a1f-bc76-5c18d4ff23d8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:37:01.357279 [ 4 ] {b8f06000-5d6b-4a1f-bc76-5c18d4ff23d8} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:01.357410 [ 4 ] {b8f06000-5d6b-4a1f-bc76-5c18d4ff23d8} executeQuery: Read 228 rows, 15.81 KiB in 0.001259 sec., 181096.10802223987 rows/sec., 12.26 MiB/sec. 2025.12.24 02:37:01.357450 [ 4 ] {b8f06000-5d6b-4a1f-bc76-5c18d4ff23d8} TCPHandler: Processed in 0.001425052 sec. 2025.12.24 02:37:01.357559 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:01.357653 [ 4 ] {3cdc7334-d667-4cb7-8571-4f1fbeed441e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:01.357695 [ 4 ] {3cdc7334-d667-4cb7-8571-4f1fbeed441e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:01.358278 [ 4 ] {3cdc7334-d667-4cb7-8571-4f1fbeed441e} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:01.358314 [ 4 ] {3cdc7334-d667-4cb7-8571-4f1fbeed441e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:01.358656 [ 4 ] {3cdc7334-d667-4cb7-8571-4f1fbeed441e} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 02:37:01.358866 [ 4 ] {3cdc7334-d667-4cb7-8571-4f1fbeed441e} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:01.359007 [ 4 ] {3cdc7334-d667-4cb7-8571-4f1fbeed441e} executeQuery: Read 546 rows, 41.49 KiB in 0.001372 sec., 397959.1836734694 rows/sec., 29.53 MiB/sec. 2025.12.24 02:37:01.359046 [ 4 ] {3cdc7334-d667-4cb7-8571-4f1fbeed441e} TCPHandler: Processed in 0.001537435 sec. 2025.12.24 02:37:01.359160 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:01.359254 [ 4 ] {2984c237-2020-4b79-9ba0-8a85276a128c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:01.359297 [ 4 ] {2984c237-2020-4b79-9ba0-8a85276a128c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:01.359854 [ 4 ] {2984c237-2020-4b79-9ba0-8a85276a128c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:01.359890 [ 4 ] {2984c237-2020-4b79-9ba0-8a85276a128c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:01.360269 [ 4 ] {2984c237-2020-4b79-9ba0-8a85276a128c} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 02:37:01.360490 [ 4 ] {2984c237-2020-4b79-9ba0-8a85276a128c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:01.360628 [ 4 ] {2984c237-2020-4b79-9ba0-8a85276a128c} executeQuery: Read 844 rows, 58.17 KiB in 0.001393 sec., 605886.575735822 rows/sec., 40.78 MiB/sec. 2025.12.24 02:37:01.360666 [ 4 ] {2984c237-2020-4b79-9ba0-8a85276a128c} TCPHandler: Processed in 0.001555914 sec. 2025.12.24 02:37:01.360778 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:01.360872 [ 4 ] {f1c9275f-754f-4636-a321-aa4eda17eb55} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:01.360926 [ 4 ] {f1c9275f-754f-4636-a321-aa4eda17eb55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:01.361739 [ 4 ] {f1c9275f-754f-4636-a321-aa4eda17eb55} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:01.361775 [ 4 ] {f1c9275f-754f-4636-a321-aa4eda17eb55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:01.362307 [ 4 ] {f1c9275f-754f-4636-a321-aa4eda17eb55} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 02:37:01.362528 [ 4 ] {f1c9275f-754f-4636-a321-aa4eda17eb55} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:01.362671 [ 4 ] {f1c9275f-754f-4636-a321-aa4eda17eb55} executeQuery: Read 26 rows, 47.71 KiB in 0.001818 sec., 14301.430143014302 rows/sec., 25.63 MiB/sec. 2025.12.24 02:37:01.362732 [ 4 ] {f1c9275f-754f-4636-a321-aa4eda17eb55} TCPHandler: Processed in 0.002004123 sec. 2025.12.24 02:37:01.362847 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:01.362941 [ 4 ] {68962958-35a3-432a-b1e1-73f88da78443} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:01.362983 [ 4 ] {68962958-35a3-432a-b1e1-73f88da78443} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:01.363321 [ 4 ] {68962958-35a3-432a-b1e1-73f88da78443} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:01.363357 [ 4 ] {68962958-35a3-432a-b1e1-73f88da78443} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:01.363669 [ 4 ] {68962958-35a3-432a-b1e1-73f88da78443} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 02:37:01.363896 [ 4 ] {68962958-35a3-432a-b1e1-73f88da78443} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:01.364029 [ 4 ] {68962958-35a3-432a-b1e1-73f88da78443} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.12.24 02:37:01.364065 [ 4 ] {68962958-35a3-432a-b1e1-73f88da78443} TCPHandler: Processed in 0.00126957 sec. 2025.12.24 02:37:02.276233 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21519 2025.12.24 02:37:02.276745 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:02.276783 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:02.277260 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 02:37:02.277488 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:02.277614 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21519 2025.12.24 02:37:03.462623 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.12.24 02:37:03.479819 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:03.479876 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:03.486286 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 02:37:03.486974 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:03.489921 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.12.24 02:37:04.839828 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1072 2025.12.24 02:37:04.842106 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:04.842165 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:04.843392 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 02:37:04.843676 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:04.844065 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1072 2025.12.24 02:37:06.324002 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:06.324191 [ 4 ] {cef51992-fd73-4d05-9c4c-ace96c1900fa} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:06.324262 [ 4 ] {cef51992-fd73-4d05-9c4c-ace96c1900fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:06.324956 [ 4 ] {cef51992-fd73-4d05-9c4c-ace96c1900fa} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.324997 [ 4 ] {cef51992-fd73-4d05-9c4c-ace96c1900fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.325378 [ 4 ] {cef51992-fd73-4d05-9c4c-ace96c1900fa} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 02:37:06.325603 [ 4 ] {cef51992-fd73-4d05-9c4c-ace96c1900fa} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.325762 [ 4 ] {cef51992-fd73-4d05-9c4c-ace96c1900fa} executeQuery: Read 84 rows, 7.20 KiB in 0.001622 sec., 51787.91615289766 rows/sec., 4.33 MiB/sec. 2025.12.24 02:37:06.325794 [ 66 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 02:37:06.325810 [ 4 ] {cef51992-fd73-4d05-9c4c-ace96c1900fa} TCPHandler: Processed in 0.00193477 sec. 2025.12.24 02:37:06.325901 [ 66 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.325945 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.325994 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:06.326091 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 02:37:06.326100 [ 4 ] {27a4ac21-2c3d-4595-b131-8134ffab9c1d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:06.326171 [ 4 ] {27a4ac21-2c3d-4595-b131-8134ffab9c1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:06.326264 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:06.326321 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1406 rows starting from the beginning of the part 2025.12.24 02:37:06.326422 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 211 rows starting from the beginning of the part 2025.12.24 02:37:06.326488 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 108 rows starting from the beginning of the part 2025.12.24 02:37:06.326530 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 84 rows starting from the beginning of the part 2025.12.24 02:37:06.326571 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:37:06.326589 [ 4 ] {27a4ac21-2c3d-4595-b131-8134ffab9c1d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.326612 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 84 rows starting from the beginning of the part 2025.12.24 02:37:06.326632 [ 4 ] {27a4ac21-2c3d-4595-b131-8134ffab9c1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.326966 [ 4 ] {27a4ac21-2c3d-4595-b131-8134ffab9c1d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 02:37:06.327191 [ 4 ] {27a4ac21-2c3d-4595-b131-8134ffab9c1d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.327312 [ 66 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 02:37:06.327331 [ 4 ] {27a4ac21-2c3d-4595-b131-8134ffab9c1d} executeQuery: Read 14 rows, 1.05 KiB in 0.001256 sec., 11146.496815286624 rows/sec., 838.16 KiB/sec. 2025.12.24 02:37:06.327344 [ 66 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.327371 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.327377 [ 4 ] {27a4ac21-2c3d-4595-b131-8134ffab9c1d} TCPHandler: Processed in 0.001433982 sec. 2025.12.24 02:37:06.327449 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 02:37:06.327496 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:06.327560 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:06.327593 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 70 rows starting from the beginning of the part 2025.12.24 02:37:06.327596 [ 4 ] {7529eaff-a294-4ba8-9038-faaee654e47c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:06.327647 [ 4 ] {7529eaff-a294-4ba8-9038-faaee654e47c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:06.327650 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part 2025.12.24 02:37:06.327705 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:06.327747 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:06.327788 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:06.327827 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:06.328069 [ 4 ] {7529eaff-a294-4ba8-9038-faaee654e47c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.328111 [ 4 ] {7529eaff-a294-4ba8-9038-faaee654e47c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.328221 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3141 rows, containing 5 columns (5 merged, 0 gathered) in 0.002193575 sec., 1431909.0981616767 rows/sec., 125.46 MiB/sec. 2025.12.24 02:37:06.328455 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 02:37:06.328459 [ 4 ] {7529eaff-a294-4ba8-9038-faaee654e47c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 02:37:06.328611 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.001196339 sec., 158817.86015502294 rows/sec., 12.22 MiB/sec. 2025.12.24 02:37:06.328746 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 02:37:06.328764 [ 4 ] {7529eaff-a294-4ba8-9038-faaee654e47c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.328782 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.328866 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_66_13} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 02:37:06.328892 [ 66 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 02:37:06.328914 [ 4 ] {7529eaff-a294-4ba8-9038-faaee654e47c} executeQuery: Read 78 rows, 6.24 KiB in 0.001337 sec., 58339.56619296933 rows/sec., 4.56 MiB/sec. 2025.12.24 02:37:06.328916 [ 66 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.328947 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:37:06.328955 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.328961 [ 4 ] {7529eaff-a294-4ba8-9038-faaee654e47c} TCPHandler: Processed in 0.001512813 sec. 2025.12.24 02:37:06.329016 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 02:37:06.329029 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.329084 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:06.329100 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_61_12} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 02:37:06.329111 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:06.329140 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 632 rows starting from the beginning of the part 2025.12.24 02:37:06.329173 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 02:37:06.329185 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 128 rows starting from the beginning of the part 2025.12.24 02:37:06.329186 [ 4 ] {f7382981-1211-4e9b-8b11-fe5649b6e9e1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:06.329224 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 90 rows starting from the beginning of the part 2025.12.24 02:37:06.329242 [ 4 ] {f7382981-1211-4e9b-8b11-fe5649b6e9e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:06.329265 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 78 rows starting from the beginning of the part 2025.12.24 02:37:06.329302 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 546 rows starting from the beginning of the part 2025.12.24 02:37:06.329335 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 78 rows starting from the beginning of the part 2025.12.24 02:37:06.329654 [ 4 ] {f7382981-1211-4e9b-8b11-fe5649b6e9e1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.329694 [ 4 ] {f7382981-1211-4e9b-8b11-fe5649b6e9e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.330044 [ 4 ] {f7382981-1211-4e9b-8b11-fe5649b6e9e1} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 02:37:06.330245 [ 4 ] {f7382981-1211-4e9b-8b11-fe5649b6e9e1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.330257 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1552 rows, containing 5 columns (5 merged, 0 gathered) in 0.00126616 sec., 1225753.4592784483 rows/sec., 97.67 MiB/sec. 2025.12.24 02:37:06.330358 [ 66 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 02:37:06.330375 [ 4 ] {f7382981-1211-4e9b-8b11-fe5649b6e9e1} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2025.12.24 02:37:06.330383 [ 66 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.330383 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 02:37:06.330416 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.330418 [ 4 ] {f7382981-1211-4e9b-8b11-fe5649b6e9e1} TCPHandler: Processed in 0.001381622 sec. 2025.12.24 02:37:06.330528 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 02:37:06.330552 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:06.330647 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.330670 [ 4 ] {0f61402f-8c95-4e0d-9db7-266bb86f7b92} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:06.330688 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:06.330720 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_66_13} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 02:37:06.330733 [ 4 ] {0f61402f-8c95-4e0d-9db7-266bb86f7b92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:06.330737 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17573 rows starting from the beginning of the part 2025.12.24 02:37:06.330783 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:37:06.330831 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 203 rows starting from the beginning of the part 2025.12.24 02:37:06.330891 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2025.12.24 02:37:06.330949 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2025.12.24 02:37:06.330996 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 844 rows starting from the beginning of the part 2025.12.24 02:37:06.331046 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2025.12.24 02:37:06.331542 [ 4 ] {0f61402f-8c95-4e0d-9db7-266bb86f7b92} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.331585 [ 4 ] {0f61402f-8c95-4e0d-9db7-266bb86f7b92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.332149 [ 4 ] {0f61402f-8c95-4e0d-9db7-266bb86f7b92} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 02:37:06.332383 [ 4 ] {0f61402f-8c95-4e0d-9db7-266bb86f7b92} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.332507 [ 66 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 02:37:06.332530 [ 4 ] {0f61402f-8c95-4e0d-9db7-266bb86f7b92} executeQuery: Read 14 rows, 25.69 KiB in 0.00188 sec., 7446.808510638298 rows/sec., 13.34 MiB/sec. 2025.12.24 02:37:06.332542 [ 66 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.332573 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.332605 [ 4 ] {0f61402f-8c95-4e0d-9db7-266bb86f7b92} TCPHandler: Processed in 0.002102524 sec. 2025.12.24 02:37:06.332636 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 02:37:06.332732 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:06.332825 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:06.332833 [ 4 ] {f14be86a-5f78-474c-807e-e8c71c9b2961} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:06.332887 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1055 rows starting from the beginning of the part 2025.12.24 02:37:06.332890 [ 4 ] {f14be86a-5f78-474c-807e-e8c71c9b2961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:06.333004 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:06.333107 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:06.333198 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:06.333251 [ 4 ] {f14be86a-5f78-474c-807e-e8c71c9b2961} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.333289 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:06.333292 [ 4 ] {f14be86a-5f78-474c-807e-e8c71c9b2961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.333386 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:06.333644 [ 4 ] {f14be86a-5f78-474c-807e-e8c71c9b2961} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 02:37:06.333889 [ 4 ] {f14be86a-5f78-474c-807e-e8c71c9b2961} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.334012 [ 66 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 02:37:06.334034 [ 4 ] {f14be86a-5f78-474c-807e-e8c71c9b2961} executeQuery: Read 60 rows, 4.14 KiB in 0.001219 sec., 49220.67268252666 rows/sec., 3.32 MiB/sec. 2025.12.24 02:37:06.334040 [ 66 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:06.334074 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:06.334080 [ 4 ] {f14be86a-5f78-474c-807e-e8c71c9b2961} TCPHandler: Processed in 0.001397392 sec. 2025.12.24 02:37:06.334139 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 02:37:06.334237 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:06.334265 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3588 rows starting from the beginning of the part 2025.12.24 02:37:06.334308 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:06.334345 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:06.334379 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:06.334413 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:06.334445 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:06.336447 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3888 rows, containing 4 columns (4 merged, 0 gathered) in 0.002334187 sec., 1665676.3147082902 rows/sec., 112.25 MiB/sec. 2025.12.24 02:37:06.336832 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 02:37:06.337079 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.337146 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_66_13} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 02:37:06.337207 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2025.12.24 02:37:06.337705 [ 190 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 19100 rows, containing 5 columns (5 merged, 0 gathered) in 0.007231025 sec., 2641395.9293461163 rows/sec., 181.43 MiB/sec. 2025.12.24 02:37:06.337942 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 02:37:06.338218 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.338288 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_66_13} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 02:37:06.338363 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. 2025.12.24 02:37:06.340347 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1149 rows, containing 19 columns (19 merged, 0 gathered) in 0.007739743 sec., 148454.54170765102 rows/sec., 266.02 MiB/sec. 2025.12.24 02:37:06.341741 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 02:37:06.342047 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:06.342113 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_61_12} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 02:37:06.342192 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.67 MiB. 2025.12.24 02:37:07.001120 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 305.91 MiB, peak 319.86 MiB, free memory in arenas 0.00 B, will set to 310.52 MiB (RSS), difference: 4.61 MiB 2025.12.24 02:37:09.654097 [ 65 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:37:09.654172 [ 65 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:37:09.778337 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21967 2025.12.24 02:37:09.778815 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:09.778860 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:09.779346 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 02:37:09.779599 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:09.779727 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21967 2025.12.24 02:37:09.779735 [ 65 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 02:37:09.779789 [ 65 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:09.779811 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:09.779933 [ 198 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:37:09.780077 [ 198 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:09.780121 [ 198 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19599 rows starting from the beginning of the part 2025.12.24 02:37:09.780193 [ 198 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 448 rows starting from the beginning of the part 2025.12.24 02:37:09.780250 [ 198 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 512 rows starting from the beginning of the part 2025.12.24 02:37:09.780299 [ 198 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 448 rows starting from the beginning of the part 2025.12.24 02:37:09.780346 [ 198 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 512 rows starting from the beginning of the part 2025.12.24 02:37:09.780393 [ 198 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 448 rows starting from the beginning of the part 2025.12.24 02:37:09.782551 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21967 rows, containing 4 columns (4 merged, 0 gathered) in 0.002676323 sec., 8207903.156681761 rows/sec., 117.41 MiB/sec. 2025.12.24 02:37:09.782976 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 02:37:09.783288 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_46_9} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:09.783375 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_46_9} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 02:37:09.783483 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.68 MiB. 2025.12.24 02:37:10.990602 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.12.24 02:37:11.009304 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:11.009365 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:11.015688 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 02:37:11.016375 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:11.016729 [ 64 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 02:37:11.016800 [ 64 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:11.016825 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:11.016931 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:37:11.020322 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.12.24 02:37:11.020746 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:11.022274 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2025.12.24 02:37:11.027561 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2025.12.24 02:37:11.032690 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2025.12.24 02:37:11.037785 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2025.12.24 02:37:11.043056 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2025.12.24 02:37:11.047463 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2025.12.24 02:37:11.102650 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.085766266 sec., 4045.879763495825 rows/sec., 20.92 MiB/sec. 2025.12.24 02:37:11.104817 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 02:37:11.106579 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_46_9} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:11.106669 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_46_9} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 02:37:11.108283 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.12.24 02:37:11.324658 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:11.324879 [ 4 ] {a0905c42-547e-4809-bebf-e299a5c28366} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:11.324967 [ 4 ] {a0905c42-547e-4809-bebf-e299a5c28366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:11.325802 [ 4 ] {a0905c42-547e-4809-bebf-e299a5c28366} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:11.325838 [ 4 ] {a0905c42-547e-4809-bebf-e299a5c28366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:11.326190 [ 4 ] {a0905c42-547e-4809-bebf-e299a5c28366} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 02:37:11.326407 [ 4 ] {a0905c42-547e-4809-bebf-e299a5c28366} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:11.326547 [ 4 ] {a0905c42-547e-4809-bebf-e299a5c28366} executeQuery: Read 108 rows, 9.29 KiB in 0.001731 sec., 62391.68110918545 rows/sec., 5.24 MiB/sec. 2025.12.24 02:37:11.326586 [ 4 ] {a0905c42-547e-4809-bebf-e299a5c28366} TCPHandler: Processed in 0.002079983 sec. 2025.12.24 02:37:11.326721 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:11.326824 [ 4 ] {4ec993f3-dd89-434a-95e8-849a206bf602} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:11.326863 [ 4 ] {4ec993f3-dd89-434a-95e8-849a206bf602} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:11.327303 [ 4 ] {4ec993f3-dd89-434a-95e8-849a206bf602} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:11.327337 [ 4 ] {4ec993f3-dd89-434a-95e8-849a206bf602} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:11.327633 [ 4 ] {4ec993f3-dd89-434a-95e8-849a206bf602} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 02:37:11.327840 [ 4 ] {4ec993f3-dd89-434a-95e8-849a206bf602} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:11.327963 [ 4 ] {4ec993f3-dd89-434a-95e8-849a206bf602} executeQuery: Read 26 rows, 1.96 KiB in 0.001157 sec., 22471.91011235955 rows/sec., 1.65 MiB/sec. 2025.12.24 02:37:11.327999 [ 4 ] {4ec993f3-dd89-434a-95e8-849a206bf602} TCPHandler: Processed in 0.001334731 sec. 2025.12.24 02:37:11.328122 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:11.328221 [ 4 ] {c33c2e06-3754-463c-98e0-9072fd6aded3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:11.328260 [ 4 ] {c33c2e06-3754-463c-98e0-9072fd6aded3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:11.328723 [ 4 ] {c33c2e06-3754-463c-98e0-9072fd6aded3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:11.328759 [ 4 ] {c33c2e06-3754-463c-98e0-9072fd6aded3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:11.329075 [ 4 ] {c33c2e06-3754-463c-98e0-9072fd6aded3} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 02:37:11.329286 [ 4 ] {c33c2e06-3754-463c-98e0-9072fd6aded3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:11.329409 [ 4 ] {c33c2e06-3754-463c-98e0-9072fd6aded3} executeQuery: Read 90 rows, 7.20 KiB in 0.001206 sec., 74626.86567164179 rows/sec., 5.83 MiB/sec. 2025.12.24 02:37:11.329452 [ 4 ] {c33c2e06-3754-463c-98e0-9072fd6aded3} TCPHandler: Processed in 0.001384562 sec. 2025.12.24 02:37:11.329579 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:11.329672 [ 4 ] {bb08eb02-d214-4da4-829c-6568e942ca0b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:11.329715 [ 4 ] {bb08eb02-d214-4da4-829c-6568e942ca0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:11.330108 [ 4 ] {bb08eb02-d214-4da4-829c-6568e942ca0b} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:11.330142 [ 4 ] {bb08eb02-d214-4da4-829c-6568e942ca0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:11.330464 [ 4 ] {bb08eb02-d214-4da4-829c-6568e942ca0b} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 02:37:11.330664 [ 4 ] {bb08eb02-d214-4da4-829c-6568e942ca0b} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:11.330789 [ 4 ] {bb08eb02-d214-4da4-829c-6568e942ca0b} executeQuery: Read 160 rows, 11.41 KiB in 0.001136 sec., 140845.0704225352 rows/sec., 9.81 MiB/sec. 2025.12.24 02:37:11.330825 [ 4 ] {bb08eb02-d214-4da4-829c-6568e942ca0b} TCPHandler: Processed in 0.001304231 sec. 2025.12.24 02:37:11.330939 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:11.331034 [ 4 ] {c3a90d90-80ee-48a9-aa06-4811173952e2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:11.331150 [ 4 ] {c3a90d90-80ee-48a9-aa06-4811173952e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:11.332009 [ 4 ] {c3a90d90-80ee-48a9-aa06-4811173952e2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:11.332047 [ 4 ] {c3a90d90-80ee-48a9-aa06-4811173952e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:11.332575 [ 4 ] {c3a90d90-80ee-48a9-aa06-4811173952e2} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 02:37:11.332796 [ 4 ] {c3a90d90-80ee-48a9-aa06-4811173952e2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:11.332929 [ 4 ] {c3a90d90-80ee-48a9-aa06-4811173952e2} executeQuery: Read 26 rows, 47.71 KiB in 0.001917 sec., 13562.858633281168 rows/sec., 24.30 MiB/sec. 2025.12.24 02:37:11.332983 [ 4 ] {c3a90d90-80ee-48a9-aa06-4811173952e2} TCPHandler: Processed in 0.002099073 sec. 2025.12.24 02:37:11.333101 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:11.333202 [ 4 ] {bbd1ceb1-6a96-48fd-9fb7-f7cc2930cf3a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:11.333243 [ 4 ] {bbd1ceb1-6a96-48fd-9fb7-f7cc2930cf3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:11.333601 [ 4 ] {bbd1ceb1-6a96-48fd-9fb7-f7cc2930cf3a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:11.333634 [ 4 ] {bbd1ceb1-6a96-48fd-9fb7-f7cc2930cf3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:11.333932 [ 4 ] {bbd1ceb1-6a96-48fd-9fb7-f7cc2930cf3a} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 02:37:11.334134 [ 4 ] {bbd1ceb1-6a96-48fd-9fb7-f7cc2930cf3a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:11.334287 [ 4 ] {bbd1ceb1-6a96-48fd-9fb7-f7cc2930cf3a} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.12.24 02:37:11.334332 [ 4 ] {bbd1ceb1-6a96-48fd-9fb7-f7cc2930cf3a} TCPHandler: Processed in 0.001278351 sec. 2025.12.24 02:37:13.362372 [ 63 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.12.24 02:37:13.362449 [ 63 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:13.362479 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:13.362610 [ 196 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::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.12.24 02:37:13.362761 [ 196 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:13.362799 [ 196 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 253 rows starting from the beginning of the part 2025.12.24 02:37:13.362868 [ 196 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2025.12.24 02:37:13.362919 [ 196 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part 2025.12.24 02:37:13.362965 [ 196 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2025.12.24 02:37:13.363007 [ 196 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part 2025.12.24 02:37:13.363895 [ 189 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001342122 sec., 564032.1818731829 rows/sec., 41.16 MiB/sec. 2025.12.24 02:37:13.364136 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.12.24 02:37:13.364498 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_21_5} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:13.364588 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_21_5} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.12.24 02:37:13.364688 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 02:37:14.844999 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1096 2025.12.24 02:37:14.847399 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:14.847461 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:14.848701 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 02:37:14.848985 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:14.849361 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1096 2025.12.24 02:37:16.325807 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:16.326003 [ 4 ] {b9257a81-909b-46a6-8484-d1844c43a085} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:37:16.326079 [ 4 ] {b9257a81-909b-46a6-8484-d1844c43a085} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:37:16.326748 [ 4 ] {b9257a81-909b-46a6-8484-d1844c43a085} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:16.326800 [ 4 ] {b9257a81-909b-46a6-8484-d1844c43a085} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:16.327199 [ 4 ] {b9257a81-909b-46a6-8484-d1844c43a085} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:37:16.327431 [ 4 ] {b9257a81-909b-46a6-8484-d1844c43a085} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:16.327590 [ 4 ] {b9257a81-909b-46a6-8484-d1844c43a085} executeQuery: Read 24 rows, 2.04 KiB in 0.001638 sec., 14652.014652014654 rows/sec., 1.22 MiB/sec. 2025.12.24 02:37:16.327641 [ 4 ] {b9257a81-909b-46a6-8484-d1844c43a085} TCPHandler: Processed in 0.001970592 sec. 2025.12.24 02:37:16.327760 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:16.327863 [ 4 ] {e4622b4f-3364-4a1f-b060-c78ee908e024} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:16.327908 [ 4 ] {e4622b4f-3364-4a1f-b060-c78ee908e024} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:16.328415 [ 4 ] {e4622b4f-3364-4a1f-b060-c78ee908e024} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:16.328454 [ 4 ] {e4622b4f-3364-4a1f-b060-c78ee908e024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:16.328798 [ 4 ] {e4622b4f-3364-4a1f-b060-c78ee908e024} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 02:37:16.329020 [ 4 ] {e4622b4f-3364-4a1f-b060-c78ee908e024} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:16.329154 [ 4 ] {e4622b4f-3364-4a1f-b060-c78ee908e024} executeQuery: Read 204 rows, 18.66 KiB in 0.001315 sec., 155133.07984790875 rows/sec., 13.86 MiB/sec. 2025.12.24 02:37:16.329194 [ 4 ] {e4622b4f-3364-4a1f-b060-c78ee908e024} TCPHandler: Processed in 0.001485794 sec. 2025.12.24 02:37:16.329307 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:16.329403 [ 4 ] {3f8060ce-82ea-4b6d-aa4d-8aece0e0fb6d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:16.329445 [ 4 ] {3f8060ce-82ea-4b6d-aa4d-8aece0e0fb6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:16.329849 [ 4 ] {3f8060ce-82ea-4b6d-aa4d-8aece0e0fb6d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:16.329886 [ 4 ] {3f8060ce-82ea-4b6d-aa4d-8aece0e0fb6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:16.330186 [ 4 ] {3f8060ce-82ea-4b6d-aa4d-8aece0e0fb6d} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 02:37:16.330399 [ 4 ] {3f8060ce-82ea-4b6d-aa4d-8aece0e0fb6d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:16.330531 [ 4 ] {3f8060ce-82ea-4b6d-aa4d-8aece0e0fb6d} executeQuery: Read 26 rows, 2.01 KiB in 0.001146 sec., 22687.609075043627 rows/sec., 1.72 MiB/sec. 2025.12.24 02:37:16.330570 [ 4 ] {3f8060ce-82ea-4b6d-aa4d-8aece0e0fb6d} TCPHandler: Processed in 0.0013123 sec. 2025.12.24 02:37:16.330672 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:16.330766 [ 4 ] {e599e50b-354b-4f46-9aca-894c673f1eed} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:37:16.330806 [ 4 ] {e599e50b-354b-4f46-9aca-894c673f1eed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:37:16.331195 [ 4 ] {e599e50b-354b-4f46-9aca-894c673f1eed} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:16.331232 [ 4 ] {e599e50b-354b-4f46-9aca-894c673f1eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:16.331529 [ 4 ] {e599e50b-354b-4f46-9aca-894c673f1eed} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:37:16.331742 [ 4 ] {e599e50b-354b-4f46-9aca-894c673f1eed} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:16.331872 [ 4 ] {e599e50b-354b-4f46-9aca-894c673f1eed} executeQuery: Read 24 rows, 2.04 KiB in 0.001123 sec., 21371.3268032057 rows/sec., 1.77 MiB/sec. 2025.12.24 02:37:16.331910 [ 4 ] {e599e50b-354b-4f46-9aca-894c673f1eed} TCPHandler: Processed in 0.001287511 sec. 2025.12.24 02:37:16.332015 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:16.332127 [ 4 ] {b0254028-ffd5-4f61-84d0-29ab82010f36} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:37:16.332169 [ 4 ] {b0254028-ffd5-4f61-84d0-29ab82010f36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:37:16.332603 [ 4 ] {b0254028-ffd5-4f61-84d0-29ab82010f36} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:16.332643 [ 4 ] {b0254028-ffd5-4f61-84d0-29ab82010f36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:16.332954 [ 4 ] {b0254028-ffd5-4f61-84d0-29ab82010f36} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:37:16.333163 [ 4 ] {b0254028-ffd5-4f61-84d0-29ab82010f36} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:16.333294 [ 4 ] {b0254028-ffd5-4f61-84d0-29ab82010f36} executeQuery: Read 12 rows, 960.00 B in 0.001192 sec., 10067.114093959732 rows/sec., 786.49 KiB/sec. 2025.12.24 02:37:16.333336 [ 4 ] {b0254028-ffd5-4f61-84d0-29ab82010f36} TCPHandler: Processed in 0.001370252 sec. 2025.12.24 02:37:16.333445 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:16.333539 [ 4 ] {d1b3cd2c-6f42-4e7c-8003-bad0348366ca} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:16.333579 [ 4 ] {d1b3cd2c-6f42-4e7c-8003-bad0348366ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:16.334013 [ 4 ] {d1b3cd2c-6f42-4e7c-8003-bad0348366ca} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:16.334049 [ 4 ] {d1b3cd2c-6f42-4e7c-8003-bad0348366ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:16.334355 [ 4 ] {d1b3cd2c-6f42-4e7c-8003-bad0348366ca} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 02:37:16.334557 [ 4 ] {d1b3cd2c-6f42-4e7c-8003-bad0348366ca} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:16.334687 [ 4 ] {d1b3cd2c-6f42-4e7c-8003-bad0348366ca} executeQuery: Read 114 rows, 9.49 KiB in 0.001165 sec., 97854.07725321889 rows/sec., 7.96 MiB/sec. 2025.12.24 02:37:16.334727 [ 4 ] {d1b3cd2c-6f42-4e7c-8003-bad0348366ca} TCPHandler: Processed in 0.001330982 sec. 2025.12.24 02:37:16.334837 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:16.334932 [ 4 ] {05162600-cfd4-4938-ab94-53413a6a1763} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:16.334975 [ 4 ] {05162600-cfd4-4938-ab94-53413a6a1763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:16.335379 [ 4 ] {05162600-cfd4-4938-ab94-53413a6a1763} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:16.335415 [ 4 ] {05162600-cfd4-4938-ab94-53413a6a1763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:16.335757 [ 4 ] {05162600-cfd4-4938-ab94-53413a6a1763} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 02:37:16.335957 [ 4 ] {05162600-cfd4-4938-ab94-53413a6a1763} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:16.336086 [ 4 ] {05162600-cfd4-4938-ab94-53413a6a1763} executeQuery: Read 196 rows, 14.40 KiB in 0.001172 sec., 167235.49488054606 rows/sec., 12.00 MiB/sec. 2025.12.24 02:37:16.336130 [ 4 ] {05162600-cfd4-4938-ab94-53413a6a1763} TCPHandler: Processed in 0.001341551 sec. 2025.12.24 02:37:16.336242 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:16.336335 [ 4 ] {65e1b091-38f2-4380-a88a-83d366625417} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:16.336388 [ 4 ] {65e1b091-38f2-4380-a88a-83d366625417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:16.337172 [ 4 ] {65e1b091-38f2-4380-a88a-83d366625417} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:16.337207 [ 4 ] {65e1b091-38f2-4380-a88a-83d366625417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:16.337722 [ 4 ] {65e1b091-38f2-4380-a88a-83d366625417} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 02:37:16.337943 [ 4 ] {65e1b091-38f2-4380-a88a-83d366625417} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:16.338089 [ 4 ] {65e1b091-38f2-4380-a88a-83d366625417} executeQuery: Read 14 rows, 25.69 KiB in 0.00177 sec., 7909.604519774011 rows/sec., 14.17 MiB/sec. 2025.12.24 02:37:16.338156 [ 4 ] {65e1b091-38f2-4380-a88a-83d366625417} TCPHandler: Processed in 0.001962591 sec. 2025.12.24 02:37:16.338269 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:16.338361 [ 4 ] {93dc3868-6ffa-44ad-9315-2874f83fa198} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:16.338402 [ 4 ] {93dc3868-6ffa-44ad-9315-2874f83fa198} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:16.338740 [ 4 ] {93dc3868-6ffa-44ad-9315-2874f83fa198} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:16.338776 [ 4 ] {93dc3868-6ffa-44ad-9315-2874f83fa198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:16.339085 [ 4 ] {93dc3868-6ffa-44ad-9315-2874f83fa198} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 02:37:16.339298 [ 4 ] {93dc3868-6ffa-44ad-9315-2874f83fa198} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:16.339432 [ 4 ] {93dc3868-6ffa-44ad-9315-2874f83fa198} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.12.24 02:37:16.339469 [ 4 ] {93dc3868-6ffa-44ad-9315-2874f83fa198} TCPHandler: Processed in 0.00124939 sec. 2025.12.24 02:37:17.279806 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22479 2025.12.24 02:37:17.280407 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:17.280469 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:17.281017 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 02:37:17.281284 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:17.281462 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22479 2025.12.24 02:37:18.520402 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.12.24 02:37:18.536089 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:18.536145 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2025.12.24 02:37:18.541859 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 02:37:18.542541 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:18.545252 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.12.24 02:37:21.325135 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:21.325313 [ 4 ] {95d71458-4958-4796-b665-5652a258767a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:21.325374 [ 4 ] {95d71458-4958-4796-b665-5652a258767a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:21.326080 [ 4 ] {95d71458-4958-4796-b665-5652a258767a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:21.326123 [ 4 ] {95d71458-4958-4796-b665-5652a258767a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:21.326509 [ 4 ] {95d71458-4958-4796-b665-5652a258767a} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 02:37:21.326736 [ 4 ] {95d71458-4958-4796-b665-5652a258767a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:21.326914 [ 4 ] {95d71458-4958-4796-b665-5652a258767a} executeQuery: Read 108 rows, 9.29 KiB in 0.001645 sec., 65653.49544072949 rows/sec., 5.51 MiB/sec. 2025.12.24 02:37:21.326973 [ 4 ] {95d71458-4958-4796-b665-5652a258767a} TCPHandler: Processed in 0.001960251 sec. 2025.12.24 02:37:21.327110 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:21.327211 [ 4 ] {408e121f-e605-492a-b3e3-cca26734249f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:21.327255 [ 4 ] {408e121f-e605-492a-b3e3-cca26734249f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:21.327715 [ 4 ] {408e121f-e605-492a-b3e3-cca26734249f} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:21.327745 [ 4 ] {408e121f-e605-492a-b3e3-cca26734249f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:21.328045 [ 4 ] {408e121f-e605-492a-b3e3-cca26734249f} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 02:37:21.328276 [ 4 ] {408e121f-e605-492a-b3e3-cca26734249f} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:21.328407 [ 4 ] {408e121f-e605-492a-b3e3-cca26734249f} executeQuery: Read 26 rows, 1.96 KiB in 0.001218 sec., 21346.469622331693 rows/sec., 1.57 MiB/sec. 2025.12.24 02:37:21.328447 [ 4 ] {408e121f-e605-492a-b3e3-cca26734249f} TCPHandler: Processed in 0.001391323 sec. 2025.12.24 02:37:21.328567 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:21.328661 [ 4 ] {d73072c6-4bdd-42a6-89e5-04efcaf9d5f0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:21.328701 [ 4 ] {d73072c6-4bdd-42a6-89e5-04efcaf9d5f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:21.329157 [ 4 ] {d73072c6-4bdd-42a6-89e5-04efcaf9d5f0} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:21.329191 [ 4 ] {d73072c6-4bdd-42a6-89e5-04efcaf9d5f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:21.329492 [ 4 ] {d73072c6-4bdd-42a6-89e5-04efcaf9d5f0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 02:37:21.329695 [ 4 ] {d73072c6-4bdd-42a6-89e5-04efcaf9d5f0} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:21.329825 [ 4 ] {d73072c6-4bdd-42a6-89e5-04efcaf9d5f0} executeQuery: Read 90 rows, 7.20 KiB in 0.001182 sec., 76142.13197969542 rows/sec., 5.95 MiB/sec. 2025.12.24 02:37:21.329865 [ 4 ] {d73072c6-4bdd-42a6-89e5-04efcaf9d5f0} TCPHandler: Processed in 0.001348291 sec. 2025.12.24 02:37:21.329982 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:21.330076 [ 4 ] {4c0e0169-d197-4058-8a3a-0ded7f926b2f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:21.330122 [ 4 ] {4c0e0169-d197-4058-8a3a-0ded7f926b2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:21.330535 [ 4 ] {4c0e0169-d197-4058-8a3a-0ded7f926b2f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:21.330569 [ 4 ] {4c0e0169-d197-4058-8a3a-0ded7f926b2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:21.330895 [ 4 ] {4c0e0169-d197-4058-8a3a-0ded7f926b2f} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 02:37:21.331114 [ 4 ] {4c0e0169-d197-4058-8a3a-0ded7f926b2f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:21.331245 [ 4 ] {4c0e0169-d197-4058-8a3a-0ded7f926b2f} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.12.24 02:37:21.331283 [ 4 ] {4c0e0169-d197-4058-8a3a-0ded7f926b2f} TCPHandler: Processed in 0.001349962 sec. 2025.12.24 02:37:21.331394 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:21.331487 [ 4 ] {ae152644-af7e-4d33-ad56-98905610e286} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:21.331540 [ 4 ] {ae152644-af7e-4d33-ad56-98905610e286} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:21.332372 [ 4 ] {ae152644-af7e-4d33-ad56-98905610e286} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:21.332406 [ 4 ] {ae152644-af7e-4d33-ad56-98905610e286} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:21.332941 [ 4 ] {ae152644-af7e-4d33-ad56-98905610e286} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 02:37:21.333174 [ 4 ] {ae152644-af7e-4d33-ad56-98905610e286} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:21.333314 [ 4 ] {ae152644-af7e-4d33-ad56-98905610e286} executeQuery: Read 26 rows, 47.71 KiB in 0.001844 sec., 14099.783080260304 rows/sec., 25.27 MiB/sec. 2025.12.24 02:37:21.333380 [ 4 ] {ae152644-af7e-4d33-ad56-98905610e286} TCPHandler: Processed in 0.002034572 sec. 2025.12.24 02:37:21.333501 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:21.333595 [ 4 ] {b929af06-e423-4ede-9250-7a5f92f7bf7a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:21.333636 [ 4 ] {b929af06-e423-4ede-9250-7a5f92f7bf7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:21.333987 [ 4 ] {b929af06-e423-4ede-9250-7a5f92f7bf7a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:21.334023 [ 4 ] {b929af06-e423-4ede-9250-7a5f92f7bf7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:21.334327 [ 4 ] {b929af06-e423-4ede-9250-7a5f92f7bf7a} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 02:37:21.334530 [ 4 ] {b929af06-e423-4ede-9250-7a5f92f7bf7a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:21.334659 [ 4 ] {b929af06-e423-4ede-9250-7a5f92f7bf7a} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.12.24 02:37:21.334697 [ 4 ] {b929af06-e423-4ede-9250-7a5f92f7bf7a} TCPHandler: Processed in 0.00124526 sec. 2025.12.24 02:37:24.654261 [ 39 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:37:24.654337 [ 39 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:37:24.781577 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22927 2025.12.24 02:37:24.782059 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:24.782108 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:24.782590 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 02:37:24.782814 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:24.782964 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22927 2025.12.24 02:37:24.849546 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1126 2025.12.24 02:37:24.852002 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:24.852065 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:24.853323 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 02:37:24.853606 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:24.854018 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1126 2025.12.24 02:37:25.001375 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000883404 sec. 2025.12.24 02:37:26.045371 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.12.24 02:37:26.062485 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:26.062539 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:26.068849 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 02:37:26.069559 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:26.072572 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.12.24 02:37:26.324015 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:26.324193 [ 4 ] {223d0085-2426-4f80-90ca-b0d80d8e0217} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:26.324258 [ 4 ] {223d0085-2426-4f80-90ca-b0d80d8e0217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:26.324892 [ 4 ] {223d0085-2426-4f80-90ca-b0d80d8e0217} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:26.324944 [ 4 ] {223d0085-2426-4f80-90ca-b0d80d8e0217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:26.325355 [ 4 ] {223d0085-2426-4f80-90ca-b0d80d8e0217} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 02:37:26.325589 [ 4 ] {223d0085-2426-4f80-90ca-b0d80d8e0217} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:26.325752 [ 4 ] {223d0085-2426-4f80-90ca-b0d80d8e0217} executeQuery: Read 84 rows, 7.20 KiB in 0.001607 sec., 52271.3130056005 rows/sec., 4.37 MiB/sec. 2025.12.24 02:37:26.325805 [ 4 ] {223d0085-2426-4f80-90ca-b0d80d8e0217} TCPHandler: Processed in 0.00191186 sec. 2025.12.24 02:37:26.325925 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:26.326027 [ 4 ] {dac880d2-d7df-47e3-916d-722e6f0d4a21} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:26.326072 [ 4 ] {dac880d2-d7df-47e3-916d-722e6f0d4a21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:26.326492 [ 4 ] {dac880d2-d7df-47e3-916d-722e6f0d4a21} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:26.326530 [ 4 ] {dac880d2-d7df-47e3-916d-722e6f0d4a21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:26.326847 [ 4 ] {dac880d2-d7df-47e3-916d-722e6f0d4a21} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 02:37:26.327065 [ 4 ] {dac880d2-d7df-47e3-916d-722e6f0d4a21} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:26.327211 [ 4 ] {dac880d2-d7df-47e3-916d-722e6f0d4a21} executeQuery: Read 14 rows, 1.05 KiB in 0.001206 sec., 11608.623548922056 rows/sec., 872.91 KiB/sec. 2025.12.24 02:37:26.327252 [ 4 ] {dac880d2-d7df-47e3-916d-722e6f0d4a21} TCPHandler: Processed in 0.001379992 sec. 2025.12.24 02:37:26.327360 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:26.327453 [ 4 ] {94f71370-72cc-40f2-8f2c-d55288185a59} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:26.327495 [ 4 ] {94f71370-72cc-40f2-8f2c-d55288185a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:26.327911 [ 4 ] {94f71370-72cc-40f2-8f2c-d55288185a59} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:26.327947 [ 4 ] {94f71370-72cc-40f2-8f2c-d55288185a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:26.328250 [ 4 ] {94f71370-72cc-40f2-8f2c-d55288185a59} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 02:37:26.328452 [ 4 ] {94f71370-72cc-40f2-8f2c-d55288185a59} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:26.328582 [ 4 ] {94f71370-72cc-40f2-8f2c-d55288185a59} executeQuery: Read 78 rows, 6.24 KiB in 0.001147 sec., 68003.48735832606 rows/sec., 5.31 MiB/sec. 2025.12.24 02:37:26.328623 [ 4 ] {94f71370-72cc-40f2-8f2c-d55288185a59} TCPHandler: Processed in 0.00131245 sec. 2025.12.24 02:37:26.328731 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:26.328824 [ 4 ] {d0707201-6f4c-4646-815e-431593e33ddf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:26.328867 [ 4 ] {d0707201-6f4c-4646-815e-431593e33ddf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:26.329280 [ 4 ] {d0707201-6f4c-4646-815e-431593e33ddf} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:26.329316 [ 4 ] {d0707201-6f4c-4646-815e-431593e33ddf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:26.329656 [ 4 ] {d0707201-6f4c-4646-815e-431593e33ddf} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 02:37:26.329863 [ 4 ] {d0707201-6f4c-4646-815e-431593e33ddf} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:26.329996 [ 4 ] {d0707201-6f4c-4646-815e-431593e33ddf} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.12.24 02:37:26.330035 [ 4 ] {d0707201-6f4c-4646-815e-431593e33ddf} TCPHandler: Processed in 0.001352252 sec. 2025.12.24 02:37:26.330134 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:26.330230 [ 4 ] {becd66fe-2e31-4569-8f11-a184f3f3a812} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:26.330284 [ 4 ] {becd66fe-2e31-4569-8f11-a184f3f3a812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:26.331046 [ 4 ] {becd66fe-2e31-4569-8f11-a184f3f3a812} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:26.331084 [ 4 ] {becd66fe-2e31-4569-8f11-a184f3f3a812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:26.331629 [ 4 ] {becd66fe-2e31-4569-8f11-a184f3f3a812} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 02:37:26.331850 [ 4 ] {becd66fe-2e31-4569-8f11-a184f3f3a812} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:26.331997 [ 4 ] {becd66fe-2e31-4569-8f11-a184f3f3a812} executeQuery: Read 14 rows, 25.69 KiB in 0.001784 sec., 7847.533632286995 rows/sec., 14.06 MiB/sec. 2025.12.24 02:37:26.332066 [ 4 ] {becd66fe-2e31-4569-8f11-a184f3f3a812} TCPHandler: Processed in 0.001979341 sec. 2025.12.24 02:37:26.332180 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:26.332275 [ 4 ] {cbd95037-7ac4-4f8b-873d-1682c32fde60} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:26.332316 [ 4 ] {cbd95037-7ac4-4f8b-873d-1682c32fde60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:26.332649 [ 4 ] {cbd95037-7ac4-4f8b-873d-1682c32fde60} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:26.332685 [ 4 ] {cbd95037-7ac4-4f8b-873d-1682c32fde60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:26.333007 [ 4 ] {cbd95037-7ac4-4f8b-873d-1682c32fde60} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 02:37:26.333221 [ 4 ] {cbd95037-7ac4-4f8b-873d-1682c32fde60} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:26.333351 [ 4 ] {cbd95037-7ac4-4f8b-873d-1682c32fde60} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.12.24 02:37:26.333389 [ 4 ] {cbd95037-7ac4-4f8b-873d-1682c32fde60} TCPHandler: Processed in 0.00126004 sec. 2025.12.24 02:37:31.359518 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:31.359757 [ 4 ] {351a43ae-d732-4086-9100-ce2ad5c0f3cd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:37:31.359838 [ 4 ] {351a43ae-d732-4086-9100-ce2ad5c0f3cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:37:31.360573 [ 4 ] {351a43ae-d732-4086-9100-ce2ad5c0f3cd} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.360627 [ 4 ] {351a43ae-d732-4086-9100-ce2ad5c0f3cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.361105 [ 4 ] {351a43ae-d732-4086-9100-ce2ad5c0f3cd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 02:37:31.361425 [ 4 ] {351a43ae-d732-4086-9100-ce2ad5c0f3cd} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.361619 [ 4 ] {351a43ae-d732-4086-9100-ce2ad5c0f3cd} executeQuery: Read 4 rows, 334.00 B in 0.001922 sec., 2081.1654526534858 rows/sec., 169.70 KiB/sec. 2025.12.24 02:37:31.361672 [ 4 ] {351a43ae-d732-4086-9100-ce2ad5c0f3cd} TCPHandler: Processed in 0.002339327 sec. 2025.12.24 02:37:31.361980 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:31.362088 [ 4 ] {cb962107-efdf-48ad-aff0-2452dace36ba} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:31.362138 [ 4 ] {cb962107-efdf-48ad-aff0-2452dace36ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:31.363377 [ 4 ] {cb962107-efdf-48ad-aff0-2452dace36ba} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.363422 [ 4 ] {cb962107-efdf-48ad-aff0-2452dace36ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.363978 [ 4 ] {cb962107-efdf-48ad-aff0-2452dace36ba} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 02:37:31.364227 [ 4 ] {cb962107-efdf-48ad-aff0-2452dace36ba} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.364373 [ 4 ] {cb962107-efdf-48ad-aff0-2452dace36ba} executeQuery: Read 1250 rows, 105.99 KiB in 0.002309 sec., 541359.8960589 rows/sec., 44.83 MiB/sec. 2025.12.24 02:37:31.364376 [ 41 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 02:37:31.364413 [ 4 ] {cb962107-efdf-48ad-aff0-2452dace36ba} TCPHandler: Processed in 0.00249155 sec. 2025.12.24 02:37:31.364456 [ 41 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.364483 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.364563 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:31.364590 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 02:37:31.364676 [ 4 ] {9ee4621f-a4a4-4afc-9888-8dbe37bf8f95} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:31.364698 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:31.364729 [ 4 ] {9ee4621f-a4a4-4afc-9888-8dbe37bf8f95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:31.364736 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1406 rows starting from the beginning of the part 2025.12.24 02:37:31.364815 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 108 rows starting from the beginning of the part 2025.12.24 02:37:31.364872 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 204 rows starting from the beginning of the part 2025.12.24 02:37:31.364926 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 108 rows starting from the beginning of the part 2025.12.24 02:37:31.364978 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 84 rows starting from the beginning of the part 2025.12.24 02:37:31.365030 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1250 rows starting from the beginning of the part 2025.12.24 02:37:31.365264 [ 4 ] {9ee4621f-a4a4-4afc-9888-8dbe37bf8f95} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.365305 [ 4 ] {9ee4621f-a4a4-4afc-9888-8dbe37bf8f95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.365662 [ 4 ] {9ee4621f-a4a4-4afc-9888-8dbe37bf8f95} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 02:37:31.365894 [ 4 ] {9ee4621f-a4a4-4afc-9888-8dbe37bf8f95} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.366029 [ 4 ] {9ee4621f-a4a4-4afc-9888-8dbe37bf8f95} executeQuery: Read 30 rows, 2.23 KiB in 0.001376 sec., 21802.325581395347 rows/sec., 1.59 MiB/sec. 2025.12.24 02:37:31.366051 [ 38 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 02:37:31.366068 [ 4 ] {9ee4621f-a4a4-4afc-9888-8dbe37bf8f95} TCPHandler: Processed in 0.001562815 sec. 2025.12.24 02:37:31.366139 [ 38 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.366168 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.366232 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:31.366267 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 02:37:31.366391 [ 4 ] {9af22594-aa45-4cc3-85bb-bfd172c6ed39} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:37:31.366399 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:31.366455 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 70 rows starting from the beginning of the part 2025.12.24 02:37:31.366455 [ 4 ] {9af22594-aa45-4cc3-85bb-bfd172c6ed39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:37:31.366524 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:31.366572 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:31.366616 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:31.366655 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:31.366694 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 30 rows starting from the beginning of the part 2025.12.24 02:37:31.366866 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3160 rows, containing 5 columns (5 merged, 0 gathered) in 0.002324877 sec., 1359211.6916292775 rows/sec., 119.13 MiB/sec. 2025.12.24 02:37:31.367029 [ 4 ] {9af22594-aa45-4cc3-85bb-bfd172c6ed39} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.367075 [ 4 ] {9af22594-aa45-4cc3-85bb-bfd172c6ed39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.367135 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 02:37:31.367489 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.367511 [ 4 ] {9af22594-aa45-4cc3-85bb-bfd172c6ed39} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:37:31.367587 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_71_14} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 02:37:31.367614 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.001385212 sec., 138606.94247523122 rows/sec., 10.71 MiB/sec. 2025.12.24 02:37:31.367690 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:37:31.367773 [ 4 ] {9af22594-aa45-4cc3-85bb-bfd172c6ed39} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.367773 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 02:37:31.367920 [ 4 ] {9af22594-aa45-4cc3-85bb-bfd172c6ed39} executeQuery: Read 228 rows, 15.81 KiB in 0.001554 sec., 146718.14671814672 rows/sec., 9.93 MiB/sec. 2025.12.24 02:37:31.367960 [ 4 ] {9af22594-aa45-4cc3-85bb-bfd172c6ed39} TCPHandler: Processed in 0.001792408 sec. 2025.12.24 02:37:31.368080 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:31.368135 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.368176 [ 4 ] {ffe7e358-2c9c-4200-a6c5-423926e88109} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:31.368218 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_66_13} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 02:37:31.368218 [ 4 ] {ffe7e358-2c9c-4200-a6c5-423926e88109} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:31.368312 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:37:31.368839 [ 4 ] {ffe7e358-2c9c-4200-a6c5-423926e88109} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.368882 [ 4 ] {ffe7e358-2c9c-4200-a6c5-423926e88109} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.369231 [ 4 ] {ffe7e358-2c9c-4200-a6c5-423926e88109} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 02:37:31.369472 [ 4 ] {ffe7e358-2c9c-4200-a6c5-423926e88109} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.369598 [ 38 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 02:37:31.369610 [ 4 ] {ffe7e358-2c9c-4200-a6c5-423926e88109} executeQuery: Read 550 rows, 41.81 KiB in 0.001452 sec., 378787.8787878788 rows/sec., 28.12 MiB/sec. 2025.12.24 02:37:31.369646 [ 38 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.369673 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.369680 [ 4 ] {ffe7e358-2c9c-4200-a6c5-423926e88109} TCPHandler: Processed in 0.001651457 sec. 2025.12.24 02:37:31.369769 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 02:37:31.369811 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:31.369855 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:31.369882 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 632 rows starting from the beginning of the part 2025.12.24 02:37:31.369906 [ 4 ] {f13f1813-2723-45f7-86af-ad80c43ab6cd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:31.369934 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 90 rows starting from the beginning of the part 2025.12.24 02:37:31.369952 [ 4 ] {f13f1813-2723-45f7-86af-ad80c43ab6cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:31.369976 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 114 rows starting from the beginning of the part 2025.12.24 02:37:31.370030 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 90 rows starting from the beginning of the part 2025.12.24 02:37:31.370069 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 78 rows starting from the beginning of the part 2025.12.24 02:37:31.370141 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 550 rows starting from the beginning of the part 2025.12.24 02:37:31.370554 [ 4 ] {f13f1813-2723-45f7-86af-ad80c43ab6cd} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.370595 [ 4 ] {f13f1813-2723-45f7-86af-ad80c43ab6cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.371025 [ 4 ] {f13f1813-2723-45f7-86af-ad80c43ab6cd} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 02:37:31.371261 [ 4 ] {f13f1813-2723-45f7-86af-ad80c43ab6cd} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.371321 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1554 rows, containing 5 columns (5 merged, 0 gathered) in 0.001583555 sec., 981336.2971289282 rows/sec., 78.19 MiB/sec. 2025.12.24 02:37:31.371394 [ 38 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 02:37:31.371407 [ 4 ] {f13f1813-2723-45f7-86af-ad80c43ab6cd} executeQuery: Read 846 rows, 58.31 KiB in 0.00152 sec., 556578.947368421 rows/sec., 37.46 MiB/sec. 2025.12.24 02:37:31.371431 [ 38 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.371458 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.371460 [ 4 ] {f13f1813-2723-45f7-86af-ad80c43ab6cd} TCPHandler: Processed in 0.001701627 sec. 2025.12.24 02:37:31.371511 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 02:37:31.371553 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 02:37:31.371606 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:31.371679 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:31.371718 [ 4 ] {7b61ae93-018b-4f40-b705-c767a9fe530c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:31.371721 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19100 rows starting from the beginning of the part 2025.12.24 02:37:31.371783 [ 4 ] {7b61ae93-018b-4f40-b705-c767a9fe530c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:31.371799 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2025.12.24 02:37:31.371806 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.371858 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 196 rows starting from the beginning of the part 2025.12.24 02:37:31.371906 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_71_14} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 02:37:31.371921 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2025.12.24 02:37:31.371980 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2025.12.24 02:37:31.372003 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 02:37:31.372032 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 846 rows starting from the beginning of the part 2025.12.24 02:37:31.372898 [ 4 ] {7b61ae93-018b-4f40-b705-c767a9fe530c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.372944 [ 4 ] {7b61ae93-018b-4f40-b705-c767a9fe530c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.373698 [ 4 ] {7b61ae93-018b-4f40-b705-c767a9fe530c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 02:37:31.374026 [ 4 ] {7b61ae93-018b-4f40-b705-c767a9fe530c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.374194 [ 38 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 02:37:31.374224 [ 4 ] {7b61ae93-018b-4f40-b705-c767a9fe530c} executeQuery: Read 26 rows, 47.71 KiB in 0.002529 sec., 10280.743376828786 rows/sec., 18.42 MiB/sec. 2025.12.24 02:37:31.374235 [ 38 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.374275 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.374339 [ 4 ] {7b61ae93-018b-4f40-b705-c767a9fe530c} TCPHandler: Processed in 0.002790685 sec. 2025.12.24 02:37:31.374383 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 02:37:31.374507 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:31.374624 [ 4 ] {66c56105-d8af-42b8-bcaa-08624432edde} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:31.374624 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:31.374678 [ 4 ] {66c56105-d8af-42b8-bcaa-08624432edde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:31.374705 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1149 rows starting from the beginning of the part 2025.12.24 02:37:31.374861 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:31.375007 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:31.375150 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:31.375248 [ 4 ] {66c56105-d8af-42b8-bcaa-08624432edde} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.375294 [ 4 ] {66c56105-d8af-42b8-bcaa-08624432edde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.375305 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:31.375444 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:31.375735 [ 4 ] {66c56105-d8af-42b8-bcaa-08624432edde} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 02:37:31.376009 [ 4 ] {66c56105-d8af-42b8-bcaa-08624432edde} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.376157 [ 38 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 02:37:31.376174 [ 4 ] {66c56105-d8af-42b8-bcaa-08624432edde} executeQuery: Read 60 rows, 4.14 KiB in 0.001575 sec., 38095.23809523809 rows/sec., 2.57 MiB/sec. 2025.12.24 02:37:31.376210 [ 38 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:31.376274 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:31.376276 [ 4 ] {66c56105-d8af-42b8-bcaa-08624432edde} TCPHandler: Processed in 0.001830889 sec. 2025.12.24 02:37:31.376378 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 02:37:31.376502 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:31.376541 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3888 rows starting from the beginning of the part 2025.12.24 02:37:31.376604 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:31.376649 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:31.376692 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:31.376736 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:31.376776 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:31.379876 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4188 rows, containing 4 columns (4 merged, 0 gathered) in 0.003539517 sec., 1183212.285744072 rows/sec., 79.74 MiB/sec. 2025.12.24 02:37:31.380424 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 02:37:31.380752 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.380846 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_71_14} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 02:37:31.380933 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.12.24 02:37:31.381257 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 20622 rows, containing 5 columns (5 merged, 0 gathered) in 0.009740485 sec., 2117143.0375386854 rows/sec., 145.41 MiB/sec. 2025.12.24 02:37:31.381743 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 02:37:31.382026 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.382114 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_71_14} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 02:37:31.382210 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.12.24 02:37:31.384855 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1255 rows, containing 19 columns (19 merged, 0 gathered) in 0.010557578 sec., 118871.96097438257 rows/sec., 213.01 MiB/sec. 2025.12.24 02:37:31.386508 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 02:37:31.386934 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:31.387026 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_66_13} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 02:37:31.387173 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.38 MiB. 2025.12.24 02:37:31.689562 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51637 2025.12.24 02:37:31.689671 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.689698 [ 291 ] {} TCP-Session: 57a706bd-3cfe-4aff-ae0a-99170e1c7f6f Authenticating user 'default' from [fd00:1122:3344:101::e]:51637 2025.12.24 02:37:31.689720 [ 291 ] {} TCP-Session: 57a706bd-3cfe-4aff-ae0a-99170e1c7f6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.689734 [ 291 ] {} TCP-Session: 57a706bd-3cfe-4aff-ae0a-99170e1c7f6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.689947 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33115 2025.12.24 02:37:31.689962 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39635 2025.12.24 02:37:31.689984 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33857 2025.12.24 02:37:31.690023 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47011 2025.12.24 02:37:31.690010 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40445 2025.12.24 02:37:31.690077 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.690120 [ 291 ] {} TCP-Session: 57a706bd-3cfe-4aff-ae0a-99170e1c7f6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:31.690126 [ 292 ] {} TCP-Session: 388cb6c8-d8a2-4208-8ec6-5f2a495df10d Authenticating user 'default' from [fd00:1122:3344:101::e]:33115 2025.12.24 02:37:31.690137 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.690164 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.690186 [ 292 ] {} TCP-Session: 388cb6c8-d8a2-4208-8ec6-5f2a495df10d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.690206 [ 350 ] {} TCP-Session: 8a15eb0a-8c86-4ede-84af-564875ffc510 Authenticating user 'default' from [fd00:1122:3344:101::e]:33857 2025.12.24 02:37:31.690222 [ 353 ] {} TCP-Session: 67a1cbc9-6dd9-4690-9464-d0c147b4f082 Authenticating user 'default' from [fd00:1122:3344:101::e]:40445 2025.12.24 02:37:31.690226 [ 292 ] {} TCP-Session: 388cb6c8-d8a2-4208-8ec6-5f2a495df10d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.690248 [ 350 ] {} TCP-Session: 8a15eb0a-8c86-4ede-84af-564875ffc510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.690251 [ 353 ] {} TCP-Session: 67a1cbc9-6dd9-4690-9464-d0c147b4f082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.690277 [ 350 ] {} TCP-Session: 8a15eb0a-8c86-4ede-84af-564875ffc510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.690288 [ 353 ] {} TCP-Session: 67a1cbc9-6dd9-4690-9464-d0c147b4f082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.690137 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.690331 [ 291 ] {017ed000-e923-461d-b267-1d1d805fd199} executeQuery: (from [fd00:1122:3344:101::e]:51637) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:37:31.690098 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.690371 [ 290 ] {} TCP-Session: 91c9ab42-56b1-4b77-81dc-b9cfb6fc026d Authenticating user 'default' from [fd00:1122:3344:101::e]:47011 2025.12.24 02:37:31.690001 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63454 2025.12.24 02:37:31.690426 [ 290 ] {} TCP-Session: 91c9ab42-56b1-4b77-81dc-b9cfb6fc026d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.690420 [ 293 ] {} TCP-Session: c1f552b3-7b44-469c-a079-9f148e3d253a Authenticating user 'default' from [fd00:1122:3344:101::e]:39635 2025.12.24 02:37:31.690463 [ 290 ] {} TCP-Session: 91c9ab42-56b1-4b77-81dc-b9cfb6fc026d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.690492 [ 293 ] {} TCP-Session: c1f552b3-7b44-469c-a079-9f148e3d253a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.690506 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.690520 [ 293 ] {} TCP-Session: c1f552b3-7b44-469c-a079-9f148e3d253a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.689987 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42460 2025.12.24 02:37:31.690541 [ 352 ] {} TCP-Session: 4fb4c792-4b6f-4b24-8d57-b8596d7f2f11 Authenticating user 'default' from [fd00:1122:3344:101::e]:63454 2025.12.24 02:37:31.689958 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49708 2025.12.24 02:37:31.690606 [ 352 ] {} TCP-Session: 4fb4c792-4b6f-4b24-8d57-b8596d7f2f11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.690633 [ 291 ] {017ed000-e923-461d-b267-1d1d805fd199} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:37:31.690640 [ 352 ] {} TCP-Session: 4fb4c792-4b6f-4b24-8d57-b8596d7f2f11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.690699 [ 291 ] {017ed000-e923-461d-b267-1d1d805fd199} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:37:31.691027 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.691049 [ 291 ] {017ed000-e923-461d-b267-1d1d805fd199} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:37:31.691070 [ 351 ] {} TCP-Session: 4f5c130e-5849-4125-b15b-2e67515c0942 Authenticating user 'default' from [fd00:1122:3344:101::e]:42460 2025.12.24 02:37:31.691108 [ 351 ] {} TCP-Session: 4f5c130e-5849-4125-b15b-2e67515c0942 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.691126 [ 351 ] {} TCP-Session: 4f5c130e-5849-4125-b15b-2e67515c0942 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.691165 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.691225 [ 349 ] {} TCP-Session: e376cd57-a348-499d-990c-5e09d57913f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:49708 2025.12.24 02:37:31.691249 [ 349 ] {} TCP-Session: e376cd57-a348-499d-990c-5e09d57913f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.691269 [ 349 ] {} TCP-Session: e376cd57-a348-499d-990c-5e09d57913f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.692304 [ 319 ] {017ed000-e923-461d-b267-1d1d805fd199} AggregatingTransform: Aggregating 2025.12.24 02:37:31.692352 [ 319 ] {017ed000-e923-461d-b267-1d1d805fd199} Aggregator: Aggregation method: without_key 2025.12.24 02:37:31.692387 [ 319 ] {017ed000-e923-461d-b267-1d1d805fd199} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00121152 sec. (825.409 rows/sec., 32.24 KiB/sec.) 2025.12.24 02:37:31.692407 [ 319 ] {017ed000-e923-461d-b267-1d1d805fd199} Aggregator: Merging aggregated data 2025.12.24 02:37:31.693718 [ 291 ] {017ed000-e923-461d-b267-1d1d805fd199} executeQuery: Read 1 rows, 40.00 B in 0.003465 sec., 288.6002886002886 rows/sec., 11.27 KiB/sec. 2025.12.24 02:37:31.693849 [ 291 ] {017ed000-e923-461d-b267-1d1d805fd199} TCPHandler: Processed in 0.003853131 sec. 2025.12.24 02:37:31.693978 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.694006 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.694023 [ 291 ] {} TCP-Session: 57a706bd-3cfe-4aff-ae0a-99170e1c7f6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.694028 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.694054 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.694053 [ 292 ] {} TCP-Session: 388cb6c8-d8a2-4208-8ec6-5f2a495df10d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.694096 [ 293 ] {} TCP-Session: c1f552b3-7b44-469c-a079-9f148e3d253a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.694112 [ 290 ] {} TCP-Session: 91c9ab42-56b1-4b77-81dc-b9cfb6fc026d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.694122 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.694093 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.694171 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.694191 [ 350 ] {} TCP-Session: 8a15eb0a-8c86-4ede-84af-564875ffc510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.694218 [ 352 ] {} TCP-Session: 4fb4c792-4b6f-4b24-8d57-b8596d7f2f11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.694225 [ 353 ] {} TCP-Session: 67a1cbc9-6dd9-4690-9464-d0c147b4f082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.694078 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.694143 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.694296 [ 349 ] {} TCP-Session: e376cd57-a348-499d-990c-5e09d57913f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.694328 [ 351 ] {} TCP-Session: 4f5c130e-5849-4125-b15b-2e67515c0942 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.698525 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57546 2025.12.24 02:37:31.698586 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.698606 [ 291 ] {} TCP-Session: 6c488fc0-6301-4688-84ed-1f8b9eb8bb16 Authenticating user 'default' from [fd00:1122:3344:101::e]:57546 2025.12.24 02:37:31.698622 [ 291 ] {} TCP-Session: 6c488fc0-6301-4688-84ed-1f8b9eb8bb16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.698634 [ 291 ] {} TCP-Session: 6c488fc0-6301-4688-84ed-1f8b9eb8bb16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.698776 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43358 2025.12.24 02:37:31.698794 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63336 2025.12.24 02:37:31.698816 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45934 2025.12.24 02:37:31.698849 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.698853 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54613 2025.12.24 02:37:31.698876 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.698888 [ 292 ] {} TCP-Session: 648a005e-b1ee-4978-9b89-4dacddb4889e Authenticating user 'default' from [fd00:1122:3344:101::e]:43358 2025.12.24 02:37:31.698919 [ 293 ] {} TCP-Session: 512de75a-0cf2-42aa-ae88-9b0eee1f2812 Authenticating user 'default' from [fd00:1122:3344:101::e]:63336 2025.12.24 02:37:31.698919 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.698936 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.698943 [ 293 ] {} TCP-Session: 512de75a-0cf2-42aa-ae88-9b0eee1f2812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.698971 [ 350 ] {} TCP-Session: 7807d0a2-67aa-4f86-afcf-0fc76430acdd Authenticating user 'default' from [fd00:1122:3344:101::e]:45934 2025.12.24 02:37:31.698975 [ 290 ] {} TCP-Session: a581993a-cf47-47fd-b7d6-a3b5cc4e77e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:54613 2025.12.24 02:37:31.699011 [ 350 ] {} TCP-Session: 7807d0a2-67aa-4f86-afcf-0fc76430acdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.698985 [ 293 ] {} TCP-Session: 512de75a-0cf2-42aa-ae88-9b0eee1f2812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.699043 [ 350 ] {} TCP-Session: 7807d0a2-67aa-4f86-afcf-0fc76430acdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.699038 [ 290 ] {} TCP-Session: a581993a-cf47-47fd-b7d6-a3b5cc4e77e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.698827 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57904 2025.12.24 02:37:31.699103 [ 290 ] {} TCP-Session: a581993a-cf47-47fd-b7d6-a3b5cc4e77e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.698802 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50272 2025.12.24 02:37:31.698931 [ 292 ] {} TCP-Session: 648a005e-b1ee-4978-9b89-4dacddb4889e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.699157 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.699177 [ 292 ] {} TCP-Session: 648a005e-b1ee-4978-9b89-4dacddb4889e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.699200 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.699196 [ 351 ] {} TCP-Session: 9b9ba8f9-cc2c-44ef-9566-7ed5d2fc1de2 Authenticating user 'default' from [fd00:1122:3344:101::e]:57904 2025.12.24 02:37:31.699256 [ 349 ] {} TCP-Session: aeea6dcf-bb43-4ca5-a3ff-3acc1bd72234 Authenticating user 'default' from [fd00:1122:3344:101::e]:50272 2025.12.24 02:37:31.699275 [ 351 ] {} TCP-Session: 9b9ba8f9-cc2c-44ef-9566-7ed5d2fc1de2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.699290 [ 349 ] {} TCP-Session: aeea6dcf-bb43-4ca5-a3ff-3acc1bd72234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.699303 [ 351 ] {} TCP-Session: 9b9ba8f9-cc2c-44ef-9566-7ed5d2fc1de2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.699317 [ 349 ] {} TCP-Session: aeea6dcf-bb43-4ca5-a3ff-3acc1bd72234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.698842 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56248 2025.12.24 02:37:31.698838 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43787 2025.12.24 02:37:31.698822 [ 291 ] {} TCP-Session: 6c488fc0-6301-4688-84ed-1f8b9eb8bb16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:31.699403 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.699432 [ 353 ] {} TCP-Session: a864ebb0-6a62-4e48-b354-229307c9ab08 Authenticating user 'default' from [fd00:1122:3344:101::e]:56248 2025.12.24 02:37:31.699433 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.699451 [ 353 ] {} TCP-Session: a864ebb0-6a62-4e48-b354-229307c9ab08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.699468 [ 352 ] {} TCP-Session: 05568e4f-5c37-4c3e-b97d-817ba580c137 Authenticating user 'default' from [fd00:1122:3344:101::e]:43787 2025.12.24 02:37:31.699474 [ 353 ] {} TCP-Session: a864ebb0-6a62-4e48-b354-229307c9ab08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.699496 [ 352 ] {} TCP-Session: 05568e4f-5c37-4c3e-b97d-817ba580c137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.699518 [ 291 ] {2399ce4f-37bf-47fe-971b-ec10a6e43e8e} executeQuery: (from [fd00:1122:3344:101::e]:57546) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:37:31.699526 [ 352 ] {} TCP-Session: 05568e4f-5c37-4c3e-b97d-817ba580c137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.699685 [ 291 ] {2399ce4f-37bf-47fe-971b-ec10a6e43e8e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:37:31.699728 [ 291 ] {2399ce4f-37bf-47fe-971b-ec10a6e43e8e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:37:31.699946 [ 291 ] {2399ce4f-37bf-47fe-971b-ec10a6e43e8e} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:37:31.700660 [ 315 ] {2399ce4f-37bf-47fe-971b-ec10a6e43e8e} AggregatingTransform: Aggregating 2025.12.24 02:37:31.700711 [ 315 ] {2399ce4f-37bf-47fe-971b-ec10a6e43e8e} Aggregator: Aggregation method: without_key 2025.12.24 02:37:31.700749 [ 315 ] {2399ce4f-37bf-47fe-971b-ec10a6e43e8e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000722442 sec. (1384.194 rows/sec., 54.07 KiB/sec.) 2025.12.24 02:37:31.700772 [ 315 ] {2399ce4f-37bf-47fe-971b-ec10a6e43e8e} Aggregator: Merging aggregated data 2025.12.24 02:37:31.702031 [ 291 ] {2399ce4f-37bf-47fe-971b-ec10a6e43e8e} executeQuery: Read 1 rows, 40.00 B in 0.002548 sec., 392.4646781789639 rows/sec., 15.33 KiB/sec. 2025.12.24 02:37:31.702128 [ 291 ] {2399ce4f-37bf-47fe-971b-ec10a6e43e8e} TCPHandler: Processed in 0.003360054 sec. 2025.12.24 02:37:31.702210 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.702233 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.702256 [ 290 ] {} TCP-Session: a581993a-cf47-47fd-b7d6-a3b5cc4e77e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.702256 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.702280 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.702298 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.702311 [ 353 ] {} TCP-Session: a864ebb0-6a62-4e48-b354-229307c9ab08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.702321 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.702345 [ 352 ] {} TCP-Session: 05568e4f-5c37-4c3e-b97d-817ba580c137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.702322 [ 349 ] {} TCP-Session: aeea6dcf-bb43-4ca5-a3ff-3acc1bd72234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.702379 [ 351 ] {} TCP-Session: 9b9ba8f9-cc2c-44ef-9566-7ed5d2fc1de2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.702264 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.702313 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.702445 [ 293 ] {} TCP-Session: 512de75a-0cf2-42aa-ae88-9b0eee1f2812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.702472 [ 350 ] {} TCP-Session: 7807d0a2-67aa-4f86-afcf-0fc76430acdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.702337 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.702272 [ 292 ] {} TCP-Session: 648a005e-b1ee-4978-9b89-4dacddb4889e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.702528 [ 291 ] {} TCP-Session: 6c488fc0-6301-4688-84ed-1f8b9eb8bb16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.761679 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45115 2025.12.24 02:37:31.761772 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.761797 [ 352 ] {} TCP-Session: cc5e69fa-1181-48fa-93c6-932de7c6784f Authenticating user 'default' from [fd00:1122:3344:101::e]:45115 2025.12.24 02:37:31.761815 [ 352 ] {} TCP-Session: cc5e69fa-1181-48fa-93c6-932de7c6784f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.761828 [ 352 ] {} TCP-Session: cc5e69fa-1181-48fa-93c6-932de7c6784f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762038 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41469 2025.12.24 02:37:31.762054 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35216 2025.12.24 02:37:31.762085 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51042 2025.12.24 02:37:31.762109 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40368 2025.12.24 02:37:31.762129 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50878 2025.12.24 02:37:31.762138 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52754 2025.12.24 02:37:31.762169 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.762187 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.762207 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.762218 [ 290 ] {} TCP-Session: d32393af-ef49-42c3-b24b-c2279bc88697 Authenticating user 'default' from [fd00:1122:3344:101::e]:35216 2025.12.24 02:37:31.762220 [ 352 ] {} TCP-Session: cc5e69fa-1181-48fa-93c6-932de7c6784f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:31.762249 [ 290 ] {} TCP-Session: d32393af-ef49-42c3-b24b-c2279bc88697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762263 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.762285 [ 290 ] {} TCP-Session: d32393af-ef49-42c3-b24b-c2279bc88697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762243 [ 350 ] {} TCP-Session: 45621558-ad47-4493-9d0e-f82f98b4fd00 Authenticating user 'default' from [fd00:1122:3344:101::e]:50878 2025.12.24 02:37:31.762310 [ 351 ] {} TCP-Session: f656a403-c824-4ae0-aa8e-878feed580c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:52754 2025.12.24 02:37:31.762340 [ 350 ] {} TCP-Session: 45621558-ad47-4493-9d0e-f82f98b4fd00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762361 [ 351 ] {} TCP-Session: f656a403-c824-4ae0-aa8e-878feed580c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762377 [ 350 ] {} TCP-Session: 45621558-ad47-4493-9d0e-f82f98b4fd00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762393 [ 351 ] {} TCP-Session: f656a403-c824-4ae0-aa8e-878feed580c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762114 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33385 2025.12.24 02:37:31.762234 [ 349 ] {} TCP-Session: cac0e0df-8518-49a5-ba53-9e911d70a8bb Authenticating user 'default' from [fd00:1122:3344:101::e]:40368 2025.12.24 02:37:31.762465 [ 352 ] {5d49888c-ff4e-40a2-aa7e-fb0d86dda66f} executeQuery: (from [fd00:1122:3344:101::e]:45115) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:37:31.762492 [ 349 ] {} TCP-Session: cac0e0df-8518-49a5-ba53-9e911d70a8bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762174 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.762522 [ 349 ] {} TCP-Session: cac0e0df-8518-49a5-ba53-9e911d70a8bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762504 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.762540 [ 292 ] {} TCP-Session: d1574e3a-717a-4eb2-a057-500d5e897d1a Authenticating user 'default' from [fd00:1122:3344:101::e]:51042 2025.12.24 02:37:31.762160 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.762583 [ 292 ] {} TCP-Session: d1574e3a-717a-4eb2-a057-500d5e897d1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762573 [ 293 ] {} TCP-Session: f70b20f9-8097-4770-94bf-06d779f87922 Authenticating user 'default' from [fd00:1122:3344:101::e]:33385 2025.12.24 02:37:31.762604 [ 353 ] {} TCP-Session: 8f2bc030-b54c-4447-b6aa-42c58491ba07 Authenticating user 'default' from [fd00:1122:3344:101::e]:41469 2025.12.24 02:37:31.762629 [ 293 ] {} TCP-Session: f70b20f9-8097-4770-94bf-06d779f87922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762644 [ 353 ] {} TCP-Session: 8f2bc030-b54c-4447-b6aa-42c58491ba07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762661 [ 293 ] {} TCP-Session: f70b20f9-8097-4770-94bf-06d779f87922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762676 [ 353 ] {} TCP-Session: 8f2bc030-b54c-4447-b6aa-42c58491ba07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762077 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32947 2025.12.24 02:37:31.762604 [ 292 ] {} TCP-Session: d1574e3a-717a-4eb2-a057-500d5e897d1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762800 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:37:31.762835 [ 291 ] {} TCP-Session: 0f77d659-ea72-43a9-8c88-bbe9b59fee36 Authenticating user 'default' from [fd00:1122:3344:101::e]:32947 2025.12.24 02:37:31.762858 [ 291 ] {} TCP-Session: 0f77d659-ea72-43a9-8c88-bbe9b59fee36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762858 [ 352 ] {5d49888c-ff4e-40a2-aa7e-fb0d86dda66f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:37:31.762876 [ 291 ] {} TCP-Session: 0f77d659-ea72-43a9-8c88-bbe9b59fee36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.762936 [ 352 ] {5d49888c-ff4e-40a2-aa7e-fb0d86dda66f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:37:31.763339 [ 352 ] {5d49888c-ff4e-40a2-aa7e-fb0d86dda66f} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:37:31.764620 [ 317 ] {5d49888c-ff4e-40a2-aa7e-fb0d86dda66f} AggregatingTransform: Aggregating 2025.12.24 02:37:31.764672 [ 317 ] {5d49888c-ff4e-40a2-aa7e-fb0d86dda66f} Aggregator: Aggregation method: without_key 2025.12.24 02:37:31.764713 [ 317 ] {5d49888c-ff4e-40a2-aa7e-fb0d86dda66f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00124436 sec. (803.626 rows/sec., 31.39 KiB/sec.) 2025.12.24 02:37:31.764732 [ 317 ] {5d49888c-ff4e-40a2-aa7e-fb0d86dda66f} Aggregator: Merging aggregated data 2025.12.24 02:37:31.766016 [ 352 ] {5d49888c-ff4e-40a2-aa7e-fb0d86dda66f} executeQuery: Read 1 rows, 40.00 B in 0.003625 sec., 275.8620689655172 rows/sec., 10.78 KiB/sec. 2025.12.24 02:37:31.766162 [ 352 ] {5d49888c-ff4e-40a2-aa7e-fb0d86dda66f} TCPHandler: Processed in 0.004122296 sec. 2025.12.24 02:37:31.766301 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.766332 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.766337 [ 352 ] {} TCP-Session: cc5e69fa-1181-48fa-93c6-932de7c6784f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.766361 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.766382 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.766402 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.766414 [ 290 ] {} TCP-Session: d32393af-ef49-42c3-b24b-c2279bc88697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.766430 [ 292 ] {} TCP-Session: d1574e3a-717a-4eb2-a057-500d5e897d1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.766423 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.766459 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.766483 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.766491 [ 351 ] {} TCP-Session: f656a403-c824-4ae0-aa8e-878feed580c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.766505 [ 293 ] {} TCP-Session: f70b20f9-8097-4770-94bf-06d779f87922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.766446 [ 353 ] {} TCP-Session: 8f2bc030-b54c-4447-b6aa-42c58491ba07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.766530 [ 350 ] {} TCP-Session: 45621558-ad47-4493-9d0e-f82f98b4fd00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.766445 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:37:31.766369 [ 291 ] {} TCP-Session: 0f77d659-ea72-43a9-8c88-bbe9b59fee36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:31.766603 [ 349 ] {} TCP-Session: cac0e0df-8518-49a5-ba53-9e911d70a8bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:37:32.000203 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 314.31 MiB, peak 327.46 MiB, free memory in arenas 0.00 B, will set to 318.17 MiB (RSS), difference: 3.86 MiB 2025.12.24 02:37:32.283101 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23439 2025.12.24 02:37:32.283626 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:32.283685 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:32.284226 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 02:37:32.284475 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:32.284624 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23439 2025.12.24 02:37:33.572720 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.12.24 02:37:33.590399 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:33.590453 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:33.596789 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 02:37:33.597535 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:33.600748 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.12.24 02:37:34.854299 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1160 2025.12.24 02:37:34.856789 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:34.856852 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:34.858116 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 02:37:34.858396 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:34.858569 [ 33 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 02:37:34.858638 [ 33 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:34.858661 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:34.858799 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1160 2025.12.24 02:37:34.858845 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:37:34.859556 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:34.859691 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1014 rows starting from the beginning of the part 2025.12.24 02:37:34.860073 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part 2025.12.24 02:37:34.860535 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:37:34.860990 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2025.12.24 02:37:34.861402 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part 2025.12.24 02:37:34.861763 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part 2025.12.24 02:37:34.867796 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 72 columns (72 merged, 0 gathered) in 0.009030454 sec., 128454.22832561906 rows/sec., 101.34 MiB/sec. 2025.12.24 02:37:34.869026 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 02:37:34.869533 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_36_7} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:34.869605 [ 199 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_36_7} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 02:37:34.869771 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. 2025.12.24 02:37:36.324436 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:36.324628 [ 4 ] {6ed16299-7a9a-4a25-ad12-cf14262dd768} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:36.324702 [ 4 ] {6ed16299-7a9a-4a25-ad12-cf14262dd768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:36.325363 [ 4 ] {6ed16299-7a9a-4a25-ad12-cf14262dd768} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:36.325413 [ 4 ] {6ed16299-7a9a-4a25-ad12-cf14262dd768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:36.325805 [ 4 ] {6ed16299-7a9a-4a25-ad12-cf14262dd768} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 02:37:36.326032 [ 4 ] {6ed16299-7a9a-4a25-ad12-cf14262dd768} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:36.326186 [ 4 ] {6ed16299-7a9a-4a25-ad12-cf14262dd768} executeQuery: Read 84 rows, 7.20 KiB in 0.00161 sec., 52173.91304347826 rows/sec., 4.36 MiB/sec. 2025.12.24 02:37:36.326230 [ 4 ] {6ed16299-7a9a-4a25-ad12-cf14262dd768} TCPHandler: Processed in 0.0019246 sec. 2025.12.24 02:37:36.326367 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:36.326465 [ 4 ] {569389bd-00a9-4aba-a9e4-23218f427d87} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:36.326505 [ 4 ] {569389bd-00a9-4aba-a9e4-23218f427d87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:36.326924 [ 4 ] {569389bd-00a9-4aba-a9e4-23218f427d87} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:36.326960 [ 4 ] {569389bd-00a9-4aba-a9e4-23218f427d87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:36.327274 [ 4 ] {569389bd-00a9-4aba-a9e4-23218f427d87} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 02:37:36.327481 [ 4 ] {569389bd-00a9-4aba-a9e4-23218f427d87} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:36.327612 [ 4 ] {569389bd-00a9-4aba-a9e4-23218f427d87} executeQuery: Read 14 rows, 1.05 KiB in 0.001167 sec., 11996.572407883461 rows/sec., 902.09 KiB/sec. 2025.12.24 02:37:36.327651 [ 4 ] {569389bd-00a9-4aba-a9e4-23218f427d87} TCPHandler: Processed in 0.001333981 sec. 2025.12.24 02:37:36.327766 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:36.327859 [ 4 ] {2e8ac49b-2055-4d72-95e8-73d7692148b5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:36.327903 [ 4 ] {2e8ac49b-2055-4d72-95e8-73d7692148b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:36.328327 [ 4 ] {2e8ac49b-2055-4d72-95e8-73d7692148b5} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:36.328363 [ 4 ] {2e8ac49b-2055-4d72-95e8-73d7692148b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:36.328670 [ 4 ] {2e8ac49b-2055-4d72-95e8-73d7692148b5} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 02:37:36.328876 [ 4 ] {2e8ac49b-2055-4d72-95e8-73d7692148b5} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:36.329005 [ 4 ] {2e8ac49b-2055-4d72-95e8-73d7692148b5} executeQuery: Read 78 rows, 6.24 KiB in 0.001165 sec., 66952.78969957081 rows/sec., 5.23 MiB/sec. 2025.12.24 02:37:36.329044 [ 4 ] {2e8ac49b-2055-4d72-95e8-73d7692148b5} TCPHandler: Processed in 0.001327701 sec. 2025.12.24 02:37:36.329163 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:36.329258 [ 4 ] {30649a97-d9ac-477c-93ca-17bf061d6e53} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:36.329303 [ 4 ] {30649a97-d9ac-477c-93ca-17bf061d6e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:36.329723 [ 4 ] {30649a97-d9ac-477c-93ca-17bf061d6e53} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:36.329761 [ 4 ] {30649a97-d9ac-477c-93ca-17bf061d6e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:36.330097 [ 4 ] {30649a97-d9ac-477c-93ca-17bf061d6e53} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 02:37:36.330313 [ 4 ] {30649a97-d9ac-477c-93ca-17bf061d6e53} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:36.330449 [ 4 ] {30649a97-d9ac-477c-93ca-17bf061d6e53} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2025.12.24 02:37:36.330487 [ 4 ] {30649a97-d9ac-477c-93ca-17bf061d6e53} TCPHandler: Processed in 0.001372902 sec. 2025.12.24 02:37:36.330608 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:36.330729 [ 4 ] {295a87fa-c2b6-4048-be5f-ca191b347316} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:36.330794 [ 4 ] {295a87fa-c2b6-4048-be5f-ca191b347316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:36.331604 [ 4 ] {295a87fa-c2b6-4048-be5f-ca191b347316} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:36.331642 [ 4 ] {295a87fa-c2b6-4048-be5f-ca191b347316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:36.332170 [ 4 ] {295a87fa-c2b6-4048-be5f-ca191b347316} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 02:37:36.332388 [ 4 ] {295a87fa-c2b6-4048-be5f-ca191b347316} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:36.332525 [ 4 ] {295a87fa-c2b6-4048-be5f-ca191b347316} executeQuery: Read 14 rows, 25.69 KiB in 0.001821 sec., 7688.083470620539 rows/sec., 13.78 MiB/sec. 2025.12.24 02:37:36.332584 [ 4 ] {295a87fa-c2b6-4048-be5f-ca191b347316} TCPHandler: Processed in 0.002037592 sec. 2025.12.24 02:37:36.332698 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:36.332792 [ 4 ] {336ca06b-015c-4649-8b2a-b1083f8f087a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:36.332836 [ 4 ] {336ca06b-015c-4649-8b2a-b1083f8f087a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:36.333162 [ 4 ] {336ca06b-015c-4649-8b2a-b1083f8f087a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:36.333199 [ 4 ] {336ca06b-015c-4649-8b2a-b1083f8f087a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2025.12.24 02:37:36.333498 [ 4 ] {336ca06b-015c-4649-8b2a-b1083f8f087a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 02:37:36.333699 [ 4 ] {336ca06b-015c-4649-8b2a-b1083f8f087a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:36.333826 [ 4 ] {336ca06b-015c-4649-8b2a-b1083f8f087a} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2025.12.24 02:37:36.333864 [ 4 ] {336ca06b-015c-4649-8b2a-b1083f8f087a} TCPHandler: Processed in 0.001215409 sec. 2025.12.24 02:37:39.654415 [ 31 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:37:39.654518 [ 31 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:37:39.785686 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23887 2025.12.24 02:37:39.786183 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:39.786229 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:39.786738 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 02:37:39.787000 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:39.787132 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23887 2025.12.24 02:37:41.101766 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.12.24 02:37:41.120050 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:41.120113 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:41.125942 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 02:37:41.126722 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:41.129736 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.12.24 02:37:41.325176 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:41.325377 [ 4 ] {c20774eb-65ed-4689-886d-9b8f0b5257bf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:41.325443 [ 4 ] {c20774eb-65ed-4689-886d-9b8f0b5257bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:41.326116 [ 4 ] {c20774eb-65ed-4689-886d-9b8f0b5257bf} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:41.326159 [ 4 ] {c20774eb-65ed-4689-886d-9b8f0b5257bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:41.326549 [ 4 ] {c20774eb-65ed-4689-886d-9b8f0b5257bf} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 02:37:41.326779 [ 4 ] {c20774eb-65ed-4689-886d-9b8f0b5257bf} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:41.326925 [ 4 ] {c20774eb-65ed-4689-886d-9b8f0b5257bf} executeQuery: Read 108 rows, 9.29 KiB in 0.0016 sec., 67500 rows/sec., 5.67 MiB/sec. 2025.12.24 02:37:41.326966 [ 4 ] {c20774eb-65ed-4689-886d-9b8f0b5257bf} TCPHandler: Processed in 0.001923791 sec. 2025.12.24 02:37:41.327087 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:41.327180 [ 4 ] {3da2ad5d-6c5b-463b-8eca-e71ea5b62458} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:41.327261 [ 4 ] {3da2ad5d-6c5b-463b-8eca-e71ea5b62458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:41.327743 [ 4 ] {3da2ad5d-6c5b-463b-8eca-e71ea5b62458} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:41.327783 [ 4 ] {3da2ad5d-6c5b-463b-8eca-e71ea5b62458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:41.328094 [ 4 ] {3da2ad5d-6c5b-463b-8eca-e71ea5b62458} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 02:37:41.328314 [ 4 ] {3da2ad5d-6c5b-463b-8eca-e71ea5b62458} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:41.328442 [ 4 ] {3da2ad5d-6c5b-463b-8eca-e71ea5b62458} executeQuery: Read 26 rows, 1.96 KiB in 0.001281 sec., 20296.64324746292 rows/sec., 1.49 MiB/sec. 2025.12.24 02:37:41.328479 [ 4 ] {3da2ad5d-6c5b-463b-8eca-e71ea5b62458} TCPHandler: Processed in 0.001439152 sec. 2025.12.24 02:37:41.328591 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:41.328682 [ 4 ] {74f2cd63-baf7-4a52-a946-58cb2fe17287} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:41.328721 [ 4 ] {74f2cd63-baf7-4a52-a946-58cb2fe17287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:41.329140 [ 4 ] {74f2cd63-baf7-4a52-a946-58cb2fe17287} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:41.329175 [ 4 ] {74f2cd63-baf7-4a52-a946-58cb2fe17287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:41.329469 [ 4 ] {74f2cd63-baf7-4a52-a946-58cb2fe17287} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 02:37:41.329672 [ 4 ] {74f2cd63-baf7-4a52-a946-58cb2fe17287} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:41.329796 [ 4 ] {74f2cd63-baf7-4a52-a946-58cb2fe17287} executeQuery: Read 90 rows, 7.20 KiB in 0.001133 sec., 79435.12797881731 rows/sec., 6.20 MiB/sec. 2025.12.24 02:37:41.329832 [ 4 ] {74f2cd63-baf7-4a52-a946-58cb2fe17287} TCPHandler: Processed in 0.001289081 sec. 2025.12.24 02:37:41.329939 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:41.330030 [ 4 ] {ec62d699-5989-4ab2-ac82-959f9c6a5370} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:41.330072 [ 4 ] {ec62d699-5989-4ab2-ac82-959f9c6a5370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:41.330463 [ 4 ] {ec62d699-5989-4ab2-ac82-959f9c6a5370} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:41.330498 [ 4 ] {ec62d699-5989-4ab2-ac82-959f9c6a5370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:41.330811 [ 4 ] {ec62d699-5989-4ab2-ac82-959f9c6a5370} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 02:37:41.331013 [ 4 ] {ec62d699-5989-4ab2-ac82-959f9c6a5370} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:41.331137 [ 4 ] {ec62d699-5989-4ab2-ac82-959f9c6a5370} executeQuery: Read 160 rows, 11.41 KiB in 0.001126 sec., 142095.91474245116 rows/sec., 9.90 MiB/sec. 2025.12.24 02:37:41.331173 [ 4 ] {ec62d699-5989-4ab2-ac82-959f9c6a5370} TCPHandler: Processed in 0.001279801 sec. 2025.12.24 02:37:41.331281 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:41.331372 [ 4 ] {57dc7946-6dba-499b-b2ec-694f8b0a92c9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:41.331429 [ 4 ] {57dc7946-6dba-499b-b2ec-694f8b0a92c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:41.332235 [ 4 ] {57dc7946-6dba-499b-b2ec-694f8b0a92c9} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:41.332268 [ 4 ] {57dc7946-6dba-499b-b2ec-694f8b0a92c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:41.332771 [ 4 ] {57dc7946-6dba-499b-b2ec-694f8b0a92c9} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 02:37:41.332970 [ 4 ] {57dc7946-6dba-499b-b2ec-694f8b0a92c9} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:41.333095 [ 4 ] {57dc7946-6dba-499b-b2ec-694f8b0a92c9} executeQuery: Read 26 rows, 47.71 KiB in 0.001802 sec., 14428.412874583795 rows/sec., 25.86 MiB/sec. 2025.12.24 02:37:41.333208 [ 4 ] {57dc7946-6dba-499b-b2ec-694f8b0a92c9} TCPHandler: Processed in 0.001972391 sec. 2025.12.24 02:37:41.333317 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:41.333408 [ 4 ] {cd933ffd-cc67-4a85-8c46-64a07a484398} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:41.333449 [ 4 ] {cd933ffd-cc67-4a85-8c46-64a07a484398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:41.333765 [ 4 ] {cd933ffd-cc67-4a85-8c46-64a07a484398} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:41.333800 [ 4 ] {cd933ffd-cc67-4a85-8c46-64a07a484398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:41.334087 [ 4 ] {cd933ffd-cc67-4a85-8c46-64a07a484398} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 02:37:41.334287 [ 4 ] {cd933ffd-cc67-4a85-8c46-64a07a484398} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:41.334409 [ 4 ] {cd933ffd-cc67-4a85-8c46-64a07a484398} executeQuery: Read 60 rows, 4.14 KiB in 0.001019 sec., 58881.25613346419 rows/sec., 3.97 MiB/sec. 2025.12.24 02:37:41.334444 [ 4 ] {cd933ffd-cc67-4a85-8c46-64a07a484398} TCPHandler: Processed in 0.001174358 sec. 2025.12.24 02:37:44.858998 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1184 2025.12.24 02:37:44.861380 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:44.861443 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:44.862690 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 02:37:44.862980 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:44.863375 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1184 2025.12.24 02:37:46.326249 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:46.326443 [ 4 ] {2ce27295-1053-43de-bb20-1bfb06eb27ed} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:37:46.326518 [ 4 ] {2ce27295-1053-43de-bb20-1bfb06eb27ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:37:46.327143 [ 4 ] {2ce27295-1053-43de-bb20-1bfb06eb27ed} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.327194 [ 4 ] {2ce27295-1053-43de-bb20-1bfb06eb27ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.327577 [ 4 ] {2ce27295-1053-43de-bb20-1bfb06eb27ed} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:37:46.327805 [ 4 ] {2ce27295-1053-43de-bb20-1bfb06eb27ed} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.327965 [ 4 ] {2ce27295-1053-43de-bb20-1bfb06eb27ed} executeQuery: Read 24 rows, 2.04 KiB in 0.001573 sec., 15257.469802924348 rows/sec., 1.27 MiB/sec. 2025.12.24 02:37:46.327962 [ 73 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.12.24 02:37:46.328015 [ 4 ] {2ce27295-1053-43de-bb20-1bfb06eb27ed} TCPHandler: Processed in 0.00189981 sec. 2025.12.24 02:37:46.328050 [ 73 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.328081 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.328148 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:46.328209 [ 198 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::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.12.24 02:37:46.328254 [ 4 ] {e0bc3d1a-c53d-4d5b-b6fc-6b71212720ae} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:37:46.328305 [ 4 ] {e0bc3d1a-c53d-4d5b-b6fc-6b71212720ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:37:46.328366 [ 198 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:46.328406 [ 198 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part 2025.12.24 02:37:46.328472 [ 198 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.12.24 02:37:46.328516 [ 198 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.12.24 02:37:46.328557 [ 198 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.12.24 02:37:46.328596 [ 198 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.12.24 02:37:46.328722 [ 4 ] {e0bc3d1a-c53d-4d5b-b6fc-6b71212720ae} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.328767 [ 4 ] {e0bc3d1a-c53d-4d5b-b6fc-6b71212720ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.329098 [ 4 ] {e0bc3d1a-c53d-4d5b-b6fc-6b71212720ae} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:37:46.329352 [ 4 ] {e0bc3d1a-c53d-4d5b-b6fc-6b71212720ae} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.329387 [ 199 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.00123335 sec., 97295.98248672315 rows/sec., 8.44 MiB/sec. 2025.12.24 02:37:46.329489 [ 4 ] {e0bc3d1a-c53d-4d5b-b6fc-6b71212720ae} executeQuery: Read 14 rows, 1.14 KiB in 0.001258 sec., 11128.775834658187 rows/sec., 907.47 KiB/sec. 2025.12.24 02:37:46.329532 [ 4 ] {e0bc3d1a-c53d-4d5b-b6fc-6b71212720ae} TCPHandler: Processed in 0.001439453 sec. 2025.12.24 02:37:46.329603 [ 195 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.12.24 02:37:46.329641 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:46.329742 [ 4 ] {89f44645-fa47-4673-add6-c32b9c3634bc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:46.329784 [ 4 ] {89f44645-fa47-4673-add6-c32b9c3634bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:46.329960 [ 195 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_13_3} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.330053 [ 195 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_13_3} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.12.24 02:37:46.330157 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:37:46.330286 [ 4 ] {89f44645-fa47-4673-add6-c32b9c3634bc} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.330328 [ 4 ] {89f44645-fa47-4673-add6-c32b9c3634bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.330662 [ 4 ] {89f44645-fa47-4673-add6-c32b9c3634bc} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 02:37:46.330874 [ 4 ] {89f44645-fa47-4673-add6-c32b9c3634bc} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.331005 [ 4 ] {89f44645-fa47-4673-add6-c32b9c3634bc} executeQuery: Read 211 rows, 19.17 KiB in 0.001283 sec., 164458.30085736554 rows/sec., 14.59 MiB/sec. 2025.12.24 02:37:46.331042 [ 4 ] {89f44645-fa47-4673-add6-c32b9c3634bc} TCPHandler: Processed in 0.001451523 sec. 2025.12.24 02:37:46.331153 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:46.331247 [ 4 ] {c6763683-443a-4238-8656-dcd34a69fdc0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:46.331290 [ 4 ] {c6763683-443a-4238-8656-dcd34a69fdc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:46.331691 [ 4 ] {c6763683-443a-4238-8656-dcd34a69fdc0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.331727 [ 4 ] {c6763683-443a-4238-8656-dcd34a69fdc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.332036 [ 4 ] {c6763683-443a-4238-8656-dcd34a69fdc0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 02:37:46.332249 [ 4 ] {c6763683-443a-4238-8656-dcd34a69fdc0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.332370 [ 4 ] {c6763683-443a-4238-8656-dcd34a69fdc0} executeQuery: Read 40 rows, 2.99 KiB in 0.001149 sec., 34812.880765883376 rows/sec., 2.54 MiB/sec. 2025.12.24 02:37:46.332405 [ 4 ] {c6763683-443a-4238-8656-dcd34a69fdc0} TCPHandler: Processed in 0.001313551 sec. 2025.12.24 02:37:46.332503 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:46.332596 [ 4 ] {f06a54a0-3cbd-4a47-b51e-c9e20587aafe} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:37:46.332633 [ 4 ] {f06a54a0-3cbd-4a47-b51e-c9e20587aafe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:37:46.333020 [ 4 ] {f06a54a0-3cbd-4a47-b51e-c9e20587aafe} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.333053 [ 4 ] {f06a54a0-3cbd-4a47-b51e-c9e20587aafe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.333431 [ 4 ] {f06a54a0-3cbd-4a47-b51e-c9e20587aafe} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:37:46.333643 [ 4 ] {f06a54a0-3cbd-4a47-b51e-c9e20587aafe} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.333780 [ 4 ] {f06a54a0-3cbd-4a47-b51e-c9e20587aafe} executeQuery: Read 24 rows, 2.04 KiB in 0.001177 sec., 20390.824129141885 rows/sec., 1.69 MiB/sec. 2025.12.24 02:37:46.333820 [ 4 ] {f06a54a0-3cbd-4a47-b51e-c9e20587aafe} TCPHandler: Processed in 0.001347602 sec. 2025.12.24 02:37:46.333921 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:46.334015 [ 4 ] {a4e802c9-5183-4d0b-8706-9713dba05120} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:37:46.334138 [ 4 ] {a4e802c9-5183-4d0b-8706-9713dba05120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:37:46.334536 [ 4 ] {a4e802c9-5183-4d0b-8706-9713dba05120} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.334570 [ 4 ] {a4e802c9-5183-4d0b-8706-9713dba05120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.334864 [ 4 ] {a4e802c9-5183-4d0b-8706-9713dba05120} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 02:37:46.335074 [ 4 ] {a4e802c9-5183-4d0b-8706-9713dba05120} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.335166 [ 88 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.12.24 02:37:46.335199 [ 88 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.335202 [ 4 ] {a4e802c9-5183-4d0b-8706-9713dba05120} executeQuery: Read 12 rows, 960.00 B in 0.001204 sec., 9966.777408637874 rows/sec., 778.65 KiB/sec. 2025.12.24 02:37:46.335218 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.335342 [ 4 ] {a4e802c9-5183-4d0b-8706-9713dba05120} TCPHandler: Processed in 0.001468943 sec. 2025.12.24 02:37:46.335406 [ 199 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::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.12.24 02:37:46.335453 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:46.335521 [ 199 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:46.335551 [ 4 ] {e95dfb3c-56d2-438e-aa54-60159d6ed4f7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:46.335561 [ 199 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part 2025.12.24 02:37:46.335600 [ 4 ] {e95dfb3c-56d2-438e-aa54-60159d6ed4f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:46.335647 [ 199 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2025.12.24 02:37:46.335705 [ 199 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2025.12.24 02:37:46.335751 [ 199 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2025.12.24 02:37:46.335797 [ 199 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2025.12.24 02:37:46.336061 [ 4 ] {e95dfb3c-56d2-438e-aa54-60159d6ed4f7} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.336102 [ 4 ] {e95dfb3c-56d2-438e-aa54-60159d6ed4f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.336449 [ 4 ] {e95dfb3c-56d2-438e-aa54-60159d6ed4f7} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 02:37:46.336565 [ 195 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001198629 sec., 50057.1903399634 rows/sec., 4.01 MiB/sec. 2025.12.24 02:37:46.336675 [ 199 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.12.24 02:37:46.336679 [ 4 ] {e95dfb3c-56d2-438e-aa54-60159d6ed4f7} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.336841 [ 4 ] {e95dfb3c-56d2-438e-aa54-60159d6ed4f7} executeQuery: Read 128 rows, 10.64 KiB in 0.001306 sec., 98009.18836140887 rows/sec., 7.95 MiB/sec. 2025.12.24 02:37:46.336884 [ 4 ] {e95dfb3c-56d2-438e-aa54-60159d6ed4f7} TCPHandler: Processed in 0.001479654 sec. 2025.12.24 02:37:46.336949 [ 199 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_13_3} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.336995 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:46.337019 [ 199 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_13_3} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.12.24 02:37:46.337094 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:37:46.337095 [ 4 ] {6fe90f3d-1f22-4077-a21c-c51fbf393817} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:46.337152 [ 4 ] {6fe90f3d-1f22-4077-a21c-c51fbf393817} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:46.337560 [ 4 ] {6fe90f3d-1f22-4077-a21c-c51fbf393817} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.337595 [ 4 ] {6fe90f3d-1f22-4077-a21c-c51fbf393817} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.337949 [ 4 ] {6fe90f3d-1f22-4077-a21c-c51fbf393817} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 02:37:46.338179 [ 4 ] {6fe90f3d-1f22-4077-a21c-c51fbf393817} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.338312 [ 4 ] {6fe90f3d-1f22-4077-a21c-c51fbf393817} executeQuery: Read 203 rows, 14.89 KiB in 0.001235 sec., 164372.46963562752 rows/sec., 11.78 MiB/sec. 2025.12.24 02:37:46.338352 [ 4 ] {6fe90f3d-1f22-4077-a21c-c51fbf393817} TCPHandler: Processed in 0.001406563 sec. 2025.12.24 02:37:46.338465 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:46.338559 [ 4 ] {826594db-764e-4ab9-b7e8-09f9a576de7d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:46.338612 [ 4 ] {826594db-764e-4ab9-b7e8-09f9a576de7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:46.339391 [ 4 ] {826594db-764e-4ab9-b7e8-09f9a576de7d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.339425 [ 4 ] {826594db-764e-4ab9-b7e8-09f9a576de7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.339944 [ 4 ] {826594db-764e-4ab9-b7e8-09f9a576de7d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 02:37:46.340161 [ 4 ] {826594db-764e-4ab9-b7e8-09f9a576de7d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.340303 [ 4 ] {826594db-764e-4ab9-b7e8-09f9a576de7d} executeQuery: Read 14 rows, 25.69 KiB in 0.001761 sec., 7950.028392958547 rows/sec., 14.25 MiB/sec. 2025.12.24 02:37:46.340368 [ 4 ] {826594db-764e-4ab9-b7e8-09f9a576de7d} TCPHandler: Processed in 0.001952011 sec. 2025.12.24 02:37:46.340479 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:46.340572 [ 4 ] {01dba890-ea9e-4bd3-801c-ac40354565e4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:46.340613 [ 4 ] {01dba890-ea9e-4bd3-801c-ac40354565e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:46.340954 [ 4 ] {01dba890-ea9e-4bd3-801c-ac40354565e4} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:46.340988 [ 4 ] {01dba890-ea9e-4bd3-801c-ac40354565e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:46.341302 [ 4 ] {01dba890-ea9e-4bd3-801c-ac40354565e4} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 02:37:46.341515 [ 4 ] {01dba890-ea9e-4bd3-801c-ac40354565e4} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:46.341643 [ 4 ] {01dba890-ea9e-4bd3-801c-ac40354565e4} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.12.24 02:37:46.341680 [ 4 ] {01dba890-ea9e-4bd3-801c-ac40354565e4} TCPHandler: Processed in 0.00124946 sec. 2025.12.24 02:37:47.287295 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24399 2025.12.24 02:37:47.287816 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:47.287865 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:47.288352 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 02:37:47.288613 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:47.288753 [ 104 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 02:37:47.288764 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24399 2025.12.24 02:37:47.288792 [ 104 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:47.288812 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:47.288949 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::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.12.24 02:37:47.289081 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:47.289121 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21967 rows starting from the beginning of the part 2025.12.24 02:37:47.289181 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 512 rows starting from the beginning of the part 2025.12.24 02:37:47.289224 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 448 rows starting from the beginning of the part 2025.12.24 02:37:47.289266 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 512 rows starting from the beginning of the part 2025.12.24 02:37:47.289305 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 448 rows starting from the beginning of the part 2025.12.24 02:37:47.289344 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 512 rows starting from the beginning of the part 2025.12.24 02:37:47.291924 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24399 rows, containing 4 columns (4 merged, 0 gathered) in 0.003025288 sec., 8065017.2809993625 rows/sec., 115.37 MiB/sec. 2025.12.24 02:37:47.292319 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 02:37:47.292599 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_51_10} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:47.292685 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_51_10} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 02:37:47.292786 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.12.24 02:37:48.629870 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.12.24 02:37:48.648772 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:48.648842 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:48.654661 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 02:37:48.655348 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:48.655687 [ 120 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 02:37:48.655757 [ 120 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:48.655781 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:48.655883 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::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.12.24 02:37:48.658611 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.12.24 02:37:48.658851 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:48.659576 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2025.12.24 02:37:48.663024 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2025.12.24 02:37:48.666565 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2025.12.24 02:37:48.670578 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2025.12.24 02:37:48.674869 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2025.12.24 02:37:48.678656 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2025.12.24 02:37:48.729152 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.073305088 sec., 5238.38127034238 rows/sec., 27.09 MiB/sec. 2025.12.24 02:37:48.732152 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 02:37:48.734312 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_51_10} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:48.734427 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_51_10} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 02:37:48.737606 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.12.24 02:37:49.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 320.05 MiB, peak 333.47 MiB, free memory in arenas 0.00 B, will set to 322.27 MiB (RSS), difference: 2.21 MiB 2025.12.24 02:37:51.325272 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:51.325582 [ 4 ] {9ebfa4b6-77ba-454a-850c-678980d9c252} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:51.325679 [ 4 ] {9ebfa4b6-77ba-454a-850c-678980d9c252} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:51.326438 [ 4 ] {9ebfa4b6-77ba-454a-850c-678980d9c252} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:51.326482 [ 4 ] {9ebfa4b6-77ba-454a-850c-678980d9c252} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:51.326859 [ 4 ] {9ebfa4b6-77ba-454a-850c-678980d9c252} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 02:37:51.327074 [ 4 ] {9ebfa4b6-77ba-454a-850c-678980d9c252} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:51.327223 [ 4 ] {9ebfa4b6-77ba-454a-850c-678980d9c252} executeQuery: Read 108 rows, 9.29 KiB in 0.001709 sec., 63194.850789935634 rows/sec., 5.31 MiB/sec. 2025.12.24 02:37:51.327263 [ 4 ] {9ebfa4b6-77ba-454a-850c-678980d9c252} TCPHandler: Processed in 0.002135394 sec. 2025.12.24 02:37:51.327384 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:51.327478 [ 4 ] {37080f32-cd6b-49f2-81ee-533d1817cc25} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:51.327518 [ 4 ] {37080f32-cd6b-49f2-81ee-533d1817cc25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:51.327919 [ 4 ] {37080f32-cd6b-49f2-81ee-533d1817cc25} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:51.327955 [ 4 ] {37080f32-cd6b-49f2-81ee-533d1817cc25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:51.328240 [ 4 ] {37080f32-cd6b-49f2-81ee-533d1817cc25} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 02:37:51.328442 [ 4 ] {37080f32-cd6b-49f2-81ee-533d1817cc25} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:51.328569 [ 4 ] {37080f32-cd6b-49f2-81ee-533d1817cc25} executeQuery: Read 26 rows, 1.96 KiB in 0.00111 sec., 23423.42342342342 rows/sec., 1.72 MiB/sec. 2025.12.24 02:37:51.328605 [ 4 ] {37080f32-cd6b-49f2-81ee-533d1817cc25} TCPHandler: Processed in 0.001269331 sec. 2025.12.24 02:37:51.328703 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:51.328795 [ 4 ] {cb3d52e2-e1ae-4d94-b9e2-daaa04a36472} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:51.328836 [ 4 ] {cb3d52e2-e1ae-4d94-b9e2-daaa04a36472} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:51.329290 [ 4 ] {cb3d52e2-e1ae-4d94-b9e2-daaa04a36472} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:51.329328 [ 4 ] {cb3d52e2-e1ae-4d94-b9e2-daaa04a36472} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:51.329634 [ 4 ] {cb3d52e2-e1ae-4d94-b9e2-daaa04a36472} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 02:37:51.329851 [ 4 ] {cb3d52e2-e1ae-4d94-b9e2-daaa04a36472} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:51.329978 [ 4 ] {cb3d52e2-e1ae-4d94-b9e2-daaa04a36472} executeQuery: Read 90 rows, 7.20 KiB in 0.001201 sec., 74937.55203996669 rows/sec., 5.85 MiB/sec. 2025.12.24 02:37:51.330015 [ 4 ] {cb3d52e2-e1ae-4d94-b9e2-daaa04a36472} TCPHandler: Processed in 0.001358592 sec. 2025.12.24 02:37:51.330122 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:51.330215 [ 4 ] {093c314d-4705-46ad-b39d-1d33c2ec5827} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:51.330259 [ 4 ] {093c314d-4705-46ad-b39d-1d33c2ec5827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:51.330706 [ 4 ] {093c314d-4705-46ad-b39d-1d33c2ec5827} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:51.330742 [ 4 ] {093c314d-4705-46ad-b39d-1d33c2ec5827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:51.331074 [ 4 ] {093c314d-4705-46ad-b39d-1d33c2ec5827} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 02:37:51.331280 [ 4 ] {093c314d-4705-46ad-b39d-1d33c2ec5827} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:51.331409 [ 4 ] {093c314d-4705-46ad-b39d-1d33c2ec5827} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2025.12.24 02:37:51.331445 [ 4 ] {093c314d-4705-46ad-b39d-1d33c2ec5827} TCPHandler: Processed in 0.001370962 sec. 2025.12.24 02:37:51.331570 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:51.331690 [ 4 ] {0a1b1d1a-5de6-4302-9ef9-03c03b5e9092} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:51.331755 [ 4 ] {0a1b1d1a-5de6-4302-9ef9-03c03b5e9092} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:51.332702 [ 4 ] {0a1b1d1a-5de6-4302-9ef9-03c03b5e9092} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:51.332746 [ 4 ] {0a1b1d1a-5de6-4302-9ef9-03c03b5e9092} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:51.333268 [ 4 ] {0a1b1d1a-5de6-4302-9ef9-03c03b5e9092} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 02:37:51.333489 [ 4 ] {0a1b1d1a-5de6-4302-9ef9-03c03b5e9092} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:51.333625 [ 4 ] {0a1b1d1a-5de6-4302-9ef9-03c03b5e9092} executeQuery: Read 26 rows, 47.71 KiB in 0.001959 sec., 13272.077590607454 rows/sec., 23.78 MiB/sec. 2025.12.24 02:37:51.333685 [ 4 ] {0a1b1d1a-5de6-4302-9ef9-03c03b5e9092} TCPHandler: Processed in 0.002182224 sec. 2025.12.24 02:37:51.333793 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:51.333885 [ 4 ] {834e9467-bdc8-4428-91b5-c7e744f21ba0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:51.333925 [ 4 ] {834e9467-bdc8-4428-91b5-c7e744f21ba0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:51.334252 [ 4 ] {834e9467-bdc8-4428-91b5-c7e744f21ba0} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:51.334287 [ 4 ] {834e9467-bdc8-4428-91b5-c7e744f21ba0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:51.334587 [ 4 ] {834e9467-bdc8-4428-91b5-c7e744f21ba0} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 02:37:51.334785 [ 4 ] {834e9467-bdc8-4428-91b5-c7e744f21ba0} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:51.334909 [ 4 ] {834e9467-bdc8-4428-91b5-c7e744f21ba0} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2025.12.24 02:37:51.334944 [ 4 ] {834e9467-bdc8-4428-91b5-c7e744f21ba0} TCPHandler: Processed in 0.001198549 sec. 2025.12.24 02:37:54.654629 [ 135 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:37:54.654732 [ 135 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:37:54.788983 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24847 2025.12.24 02:37:54.789600 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:54.789654 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:54.790320 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 02:37:54.790533 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:54.790657 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24847 2025.12.24 02:37:54.863629 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1216 2025.12.24 02:37:54.865992 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:54.866044 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:54.867271 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 02:37:54.867559 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:54.867849 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1216 2025.12.24 02:37:56.158765 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.12.24 02:37:56.175612 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.175684 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.181230 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 02:37:56.181924 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.184616 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.12.24 02:37:56.324006 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:56.324178 [ 4 ] {ad6a8f86-93a0-4ffb-93ae-31d088ec8e50} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:37:56.324242 [ 4 ] {ad6a8f86-93a0-4ffb-93ae-31d088ec8e50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:37:56.324899 [ 4 ] {ad6a8f86-93a0-4ffb-93ae-31d088ec8e50} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.324948 [ 4 ] {ad6a8f86-93a0-4ffb-93ae-31d088ec8e50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.325363 [ 4 ] {ad6a8f86-93a0-4ffb-93ae-31d088ec8e50} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 02:37:56.325606 [ 4 ] {ad6a8f86-93a0-4ffb-93ae-31d088ec8e50} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.325766 [ 4 ] {ad6a8f86-93a0-4ffb-93ae-31d088ec8e50} executeQuery: Read 84 rows, 7.20 KiB in 0.00163 sec., 51533.74233128835 rows/sec., 4.31 MiB/sec. 2025.12.24 02:37:56.325771 [ 171 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 02:37:56.325818 [ 4 ] {ad6a8f86-93a0-4ffb-93ae-31d088ec8e50} TCPHandler: Processed in 0.001932851 sec. 2025.12.24 02:37:56.325838 [ 171 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.325868 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.325949 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:56.325966 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 02:37:56.326055 [ 4 ] {7e2610d9-d472-42f9-97ec-376e3bea0eb6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:37:56.326085 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:56.326098 [ 4 ] {7e2610d9-d472-42f9-97ec-376e3bea0eb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:37:56.326121 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1406 rows starting from the beginning of the part 2025.12.24 02:37:56.326187 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 84 rows starting from the beginning of the part 2025.12.24 02:37:56.326239 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 108 rows starting from the beginning of the part 2025.12.24 02:37:56.326287 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 211 rows starting from the beginning of the part 2025.12.24 02:37:56.326335 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 108 rows starting from the beginning of the part 2025.12.24 02:37:56.326412 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 84 rows starting from the beginning of the part 2025.12.24 02:37:56.326542 [ 4 ] {7e2610d9-d472-42f9-97ec-376e3bea0eb6} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.326580 [ 4 ] {7e2610d9-d472-42f9-97ec-376e3bea0eb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.326903 [ 4 ] {7e2610d9-d472-42f9-97ec-376e3bea0eb6} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 02:37:56.327115 [ 4 ] {7e2610d9-d472-42f9-97ec-376e3bea0eb6} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.327234 [ 171 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 02:37:56.327255 [ 4 ] {7e2610d9-d472-42f9-97ec-376e3bea0eb6} executeQuery: Read 14 rows, 1.05 KiB in 0.001222 sec., 11456.628477905073 rows/sec., 861.48 KiB/sec. 2025.12.24 02:37:56.327263 [ 171 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.327296 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.327303 [ 4 ] {7e2610d9-d472-42f9-97ec-376e3bea0eb6} TCPHandler: Processed in 0.001406202 sec. 2025.12.24 02:37:56.327372 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 02:37:56.327423 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:56.327458 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:56.327485 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 70 rows starting from the beginning of the part 2025.12.24 02:37:56.327521 [ 4 ] {f52a1ddb-dfd6-46ba-b6f8-b2cb28a83a02} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:37:56.327538 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:56.327562 [ 4 ] {f52a1ddb-dfd6-46ba-b6f8-b2cb28a83a02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:37:56.327584 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:56.327614 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2001 rows, containing 5 columns (5 merged, 0 gathered) in 0.001684137 sec., 1188145.6199822223 rows/sec., 104.84 MiB/sec. 2025.12.24 02:37:56.327625 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 40 rows starting from the beginning of the part 2025.12.24 02:37:56.327709 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:56.327748 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:56.327823 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 02:37:56.327998 [ 4 ] {f52a1ddb-dfd6-46ba-b6f8-b2cb28a83a02} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.328034 [ 4 ] {f52a1ddb-dfd6-46ba-b6f8-b2cb28a83a02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.328058 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.328124 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_76_15} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 02:37:56.328190 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.12.24 02:37:56.328340 [ 4 ] {f52a1ddb-dfd6-46ba-b6f8-b2cb28a83a02} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 02:37:56.328480 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.001138708 sec., 166855.76987252219 rows/sec., 12.84 MiB/sec. 2025.12.24 02:37:56.328556 [ 4 ] {f52a1ddb-dfd6-46ba-b6f8-b2cb28a83a02} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.328682 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 02:37:56.328695 [ 171 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 02:37:56.328699 [ 4 ] {f52a1ddb-dfd6-46ba-b6f8-b2cb28a83a02} executeQuery: Read 78 rows, 6.24 KiB in 0.001197 sec., 65162.90726817043 rows/sec., 5.09 MiB/sec. 2025.12.24 02:37:56.328730 [ 171 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.328757 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.328761 [ 4 ] {f52a1ddb-dfd6-46ba-b6f8-b2cb28a83a02} TCPHandler: Processed in 0.001387462 sec. 2025.12.24 02:37:56.328820 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 02:37:56.328893 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:56.328907 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:56.328934 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 632 rows starting from the beginning of the part 2025.12.24 02:37:56.328977 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 78 rows starting from the beginning of the part 2025.12.24 02:37:56.328989 [ 4 ] {44fd154a-2a70-4264-b2ce-23310fa5e868} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:56.329015 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 90 rows starting from the beginning of the part 2025.12.24 02:37:56.329035 [ 4 ] {44fd154a-2a70-4264-b2ce-23310fa5e868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:37:56.329046 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.329050 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 128 rows starting from the beginning of the part 2025.12.24 02:37:56.329105 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 90 rows starting from the beginning of the part 2025.12.24 02:37:56.329138 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 78 rows starting from the beginning of the part 2025.12.24 02:37:56.329152 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_71_14} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 02:37:56.329264 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:37:56.329460 [ 4 ] {44fd154a-2a70-4264-b2ce-23310fa5e868} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.329499 [ 4 ] {44fd154a-2a70-4264-b2ce-23310fa5e868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.329857 [ 4 ] {44fd154a-2a70-4264-b2ce-23310fa5e868} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 02:37:56.329911 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1096 rows, containing 5 columns (5 merged, 0 gathered) in 0.001117728 sec., 980560.5657190301 rows/sec., 79.13 MiB/sec. 2025.12.24 02:37:56.330043 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 02:37:56.330087 [ 4 ] {44fd154a-2a70-4264-b2ce-23310fa5e868} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.330203 [ 171 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 02:37:56.330224 [ 4 ] {44fd154a-2a70-4264-b2ce-23310fa5e868} executeQuery: Read 160 rows, 11.41 KiB in 0.001253 sec., 127693.53551476456 rows/sec., 8.89 MiB/sec. 2025.12.24 02:37:56.330232 [ 171 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.330266 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.330269 [ 4 ] {44fd154a-2a70-4264-b2ce-23310fa5e868} TCPHandler: Processed in 0.001425432 sec. 2025.12.24 02:37:56.330281 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.330352 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_76_15} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 02:37:56.330357 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 02:37:56.330392 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:56.330412 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.12.24 02:37:56.330482 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:56.330492 [ 4 ] {b6670eb3-896f-41fd-82ce-c13fbe58cec1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:37:56.330524 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20622 rows starting from the beginning of the part 2025.12.24 02:37:56.330555 [ 4 ] {b6670eb3-896f-41fd-82ce-c13fbe58cec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:37:56.330598 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2025.12.24 02:37:56.330650 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2025.12.24 02:37:56.330693 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 203 rows starting from the beginning of the part 2025.12.24 02:37:56.330733 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2025.12.24 02:37:56.330775 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2025.12.24 02:37:56.331374 [ 4 ] {b6670eb3-896f-41fd-82ce-c13fbe58cec1} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.331416 [ 4 ] {b6670eb3-896f-41fd-82ce-c13fbe58cec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.332136 [ 4 ] {b6670eb3-896f-41fd-82ce-c13fbe58cec1} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 02:37:56.332373 [ 4 ] {b6670eb3-896f-41fd-82ce-c13fbe58cec1} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.332493 [ 171 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 02:37:56.332521 [ 4 ] {b6670eb3-896f-41fd-82ce-c13fbe58cec1} executeQuery: Read 14 rows, 25.69 KiB in 0.002047 sec., 6839.276990718124 rows/sec., 12.26 MiB/sec. 2025.12.24 02:37:56.332524 [ 171 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.332565 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.332598 [ 4 ] {b6670eb3-896f-41fd-82ce-c13fbe58cec1} TCPHandler: Processed in 0.002258036 sec. 2025.12.24 02:37:56.332639 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 02:37:56.332718 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:37:56.332816 [ 4 ] {9a7d5f3f-2c01-47d4-a75f-0a5ddbef3e5d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:37:56.332843 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:56.332857 [ 4 ] {9a7d5f3f-2c01-47d4-a75f-0a5ddbef3e5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:37:56.332905 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1255 rows starting from the beginning of the part 2025.12.24 02:37:56.333047 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:56.333163 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:56.333208 [ 4 ] {9a7d5f3f-2c01-47d4-a75f-0a5ddbef3e5d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.333249 [ 4 ] {9a7d5f3f-2c01-47d4-a75f-0a5ddbef3e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.333273 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:56.333391 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 26 rows starting from the beginning of the part 2025.12.24 02:37:56.333500 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:56.333676 [ 4 ] {9a7d5f3f-2c01-47d4-a75f-0a5ddbef3e5d} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 02:37:56.333916 [ 4 ] {9a7d5f3f-2c01-47d4-a75f-0a5ddbef3e5d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.334034 [ 171 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 02:37:56.334060 [ 4 ] {9a7d5f3f-2c01-47d4-a75f-0a5ddbef3e5d} executeQuery: Read 60 rows, 4.14 KiB in 0.001262 sec., 47543.58161648177 rows/sec., 3.20 MiB/sec. 2025.12.24 02:37:56.334062 [ 171 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:56.334102 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:56.334105 [ 4 ] {9a7d5f3f-2c01-47d4-a75f-0a5ddbef3e5d} TCPHandler: Processed in 0.001436334 sec. 2025.12.24 02:37:56.334169 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 02:37:56.334243 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:56.334267 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4188 rows starting from the beginning of the part 2025.12.24 02:37:56.334308 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:56.334343 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:56.334379 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:56.334417 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:56.334450 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2025.12.24 02:37:56.341288 [ 201 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4488 rows, containing 4 columns (4 merged, 0 gathered) in 0.007145564 sec., 628081.9820520815 rows/sec., 42.33 MiB/sec. 2025.12.24 02:37:56.341799 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 02:37:56.342063 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.342126 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_76_15} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 02:37:56.342185 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2025.12.24 02:37:56.345542 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 21465 rows, containing 5 columns (5 merged, 0 gathered) in 0.015229852 sec., 1409403.0592024138 rows/sec., 96.88 MiB/sec. 2025.12.24 02:37:56.345973 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 02:37:56.346195 [ 198 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1349 rows, containing 19 columns (19 merged, 0 gathered) in 0.013586317 sec., 99291.07351168091 rows/sec., 177.93 MiB/sec. 2025.12.24 02:37:56.346283 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.346370 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_76_15} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 02:37:56.346484 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.12.24 02:37:56.348188 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 02:37:56.348551 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:56.348634 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_71_14} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 02:37:56.348769 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB. 2025.12.24 02:37:57.000294 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 323.40 MiB, peak 342.26 MiB, free memory in arenas 0.00 B, will set to 332.06 MiB (RSS), difference: 8.66 MiB 2025.12.24 02:37:59.802688 [ 152 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.12.24 02:37:59.802787 [ 152 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:37:59.802822 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:37:59.802961 [ 200 ] {6b558a83-4159-4d45-ba58-886d87f50b30::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.12.24 02:37:59.803116 [ 200 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:37:59.803154 [ 200 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2025.12.24 02:37:59.803232 [ 200 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2025.12.24 02:37:59.803286 [ 200 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:59.803341 [ 200 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2025.12.24 02:37:59.803389 [ 200 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2025.12.24 02:37:59.804208 [ 200 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310061 sec., 41219.454666614765 rows/sec., 3.44 MiB/sec. 2025.12.24 02:37:59.804312 [ 200 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.12.24 02:37:59.804550 [ 200 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_13_3} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:37:59.804620 [ 200 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_13_3} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.12.24 02:37:59.804688 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:38:01.357692 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:01.357864 [ 4 ] {5e3872d3-48ae-40bb-b58a-f0a23c75010d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:01.357928 [ 4 ] {5e3872d3-48ae-40bb-b58a-f0a23c75010d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:01.359208 [ 4 ] {5e3872d3-48ae-40bb-b58a-f0a23c75010d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:01.359259 [ 4 ] {5e3872d3-48ae-40bb-b58a-f0a23c75010d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:01.359761 [ 4 ] {5e3872d3-48ae-40bb-b58a-f0a23c75010d} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 02:38:01.360003 [ 4 ] {5e3872d3-48ae-40bb-b58a-f0a23c75010d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:01.360164 [ 4 ] {5e3872d3-48ae-40bb-b58a-f0a23c75010d} executeQuery: Read 1248 rows, 105.85 KiB in 0.002343 sec., 532650.4481434058 rows/sec., 44.12 MiB/sec. 2025.12.24 02:38:01.360219 [ 4 ] {5e3872d3-48ae-40bb-b58a-f0a23c75010d} TCPHandler: Processed in 0.002650623 sec. 2025.12.24 02:38:01.360347 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:01.360450 [ 4 ] {69cef48e-7638-4d9c-b65f-dd7abe0c2a60} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:01.360495 [ 4 ] {69cef48e-7638-4d9c-b65f-dd7abe0c2a60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:01.360920 [ 4 ] {69cef48e-7638-4d9c-b65f-dd7abe0c2a60} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:01.360958 [ 4 ] {69cef48e-7638-4d9c-b65f-dd7abe0c2a60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:01.361287 [ 4 ] {69cef48e-7638-4d9c-b65f-dd7abe0c2a60} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 02:38:01.361505 [ 4 ] {69cef48e-7638-4d9c-b65f-dd7abe0c2a60} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:01.361644 [ 4 ] {69cef48e-7638-4d9c-b65f-dd7abe0c2a60} executeQuery: Read 26 rows, 1.96 KiB in 0.001215 sec., 21399.176954732513 rows/sec., 1.57 MiB/sec. 2025.12.24 02:38:01.361684 [ 4 ] {69cef48e-7638-4d9c-b65f-dd7abe0c2a60} TCPHandler: Processed in 0.001389112 sec. 2025.12.24 02:38:01.361794 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:01.361889 [ 4 ] {590bc7a5-f7af-4111-a534-62cc61328b7c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:38:01.361929 [ 4 ] {590bc7a5-f7af-4111-a534-62cc61328b7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:38:01.362429 [ 4 ] {590bc7a5-f7af-4111-a534-62cc61328b7c} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:01.362465 [ 4 ] {590bc7a5-f7af-4111-a534-62cc61328b7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:01.362799 [ 4 ] {590bc7a5-f7af-4111-a534-62cc61328b7c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:38:01.363012 [ 4 ] {590bc7a5-f7af-4111-a534-62cc61328b7c} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:01.363149 [ 4 ] {590bc7a5-f7af-4111-a534-62cc61328b7c} executeQuery: Read 228 rows, 15.81 KiB in 0.001277 sec., 178543.46123727487 rows/sec., 12.09 MiB/sec. 2025.12.24 02:38:01.363189 [ 4 ] {590bc7a5-f7af-4111-a534-62cc61328b7c} TCPHandler: Processed in 0.001444583 sec. 2025.12.24 02:38:01.363307 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:01.363410 [ 4 ] {854942e4-e19b-4588-a650-cb6d608d14ec} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:01.363450 [ 4 ] {854942e4-e19b-4588-a650-cb6d608d14ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:01.364067 [ 4 ] {854942e4-e19b-4588-a650-cb6d608d14ec} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:01.364103 [ 4 ] {854942e4-e19b-4588-a650-cb6d608d14ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:01.364445 [ 4 ] {854942e4-e19b-4588-a650-cb6d608d14ec} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 02:38:01.364660 [ 4 ] {854942e4-e19b-4588-a650-cb6d608d14ec} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:01.364793 [ 4 ] {854942e4-e19b-4588-a650-cb6d608d14ec} executeQuery: Read 546 rows, 41.49 KiB in 0.001403 sec., 389166.0727013543 rows/sec., 28.88 MiB/sec. 2025.12.24 02:38:01.364833 [ 4 ] {854942e4-e19b-4588-a650-cb6d608d14ec} TCPHandler: Processed in 0.001583745 sec. 2025.12.24 02:38:01.364944 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:01.365038 [ 4 ] {87866e14-cc97-47c5-8c73-b9fd01f5c615} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:01.365082 [ 4 ] {87866e14-cc97-47c5-8c73-b9fd01f5c615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:01.365685 [ 4 ] {87866e14-cc97-47c5-8c73-b9fd01f5c615} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:01.365723 [ 4 ] {87866e14-cc97-47c5-8c73-b9fd01f5c615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:01.366106 [ 4 ] {87866e14-cc97-47c5-8c73-b9fd01f5c615} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 02:38:01.366318 [ 4 ] {87866e14-cc97-47c5-8c73-b9fd01f5c615} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:01.366488 [ 4 ] {87866e14-cc97-47c5-8c73-b9fd01f5c615} executeQuery: Read 844 rows, 58.17 KiB in 0.001468 sec., 574931.8801089919 rows/sec., 38.70 MiB/sec. 2025.12.24 02:38:01.366531 [ 4 ] {87866e14-cc97-47c5-8c73-b9fd01f5c615} TCPHandler: Processed in 0.001635026 sec. 2025.12.24 02:38:01.366639 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:01.366733 [ 4 ] {6ff1486b-9fac-413b-98db-71a275537689} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:01.366790 [ 4 ] {6ff1486b-9fac-413b-98db-71a275537689} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:01.367603 [ 4 ] {6ff1486b-9fac-413b-98db-71a275537689} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:01.367640 [ 4 ] {6ff1486b-9fac-413b-98db-71a275537689} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:01.368156 [ 4 ] {6ff1486b-9fac-413b-98db-71a275537689} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 02:38:01.368378 [ 4 ] {6ff1486b-9fac-413b-98db-71a275537689} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:01.368547 [ 4 ] {6ff1486b-9fac-413b-98db-71a275537689} executeQuery: Read 26 rows, 47.71 KiB in 0.001831 sec., 14199.890770071 rows/sec., 25.45 MiB/sec. 2025.12.24 02:38:01.368623 [ 4 ] {6ff1486b-9fac-413b-98db-71a275537689} TCPHandler: Processed in 0.002032512 sec. 2025.12.24 02:38:01.368738 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:01.368834 [ 4 ] {a07219cf-edd6-4a6f-9d78-785df221c5ff} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:01.368876 [ 4 ] {a07219cf-edd6-4a6f-9d78-785df221c5ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:01.369225 [ 4 ] {a07219cf-edd6-4a6f-9d78-785df221c5ff} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:01.369262 [ 4 ] {a07219cf-edd6-4a6f-9d78-785df221c5ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:01.369594 [ 4 ] {a07219cf-edd6-4a6f-9d78-785df221c5ff} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 02:38:01.369826 [ 4 ] {a07219cf-edd6-4a6f-9d78-785df221c5ff} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:01.369958 [ 4 ] {a07219cf-edd6-4a6f-9d78-785df221c5ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2025.12.24 02:38:01.369994 [ 4 ] {a07219cf-edd6-4a6f-9d78-785df221c5ff} TCPHandler: Processed in 0.00130674 sec. 2025.12.24 02:38:02.290831 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25359 2025.12.24 02:38:02.291375 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:02.291419 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:02.291907 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 02:38:02.292133 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:02.292261 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25359 2025.12.24 02:38:03.684753 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 2025.12.24 02:38:03.701389 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:03.701449 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:03.706944 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 02:38:03.707690 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:03.710532 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 400 2025.12.24 02:38:04.868119 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1242 2025.12.24 02:38:04.870427 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:04.870490 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:04.871692 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 02:38:04.871972 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:04.872270 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1242 2025.12.24 02:38:06.323851 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:06.324027 [ 4 ] {fa911ba4-677d-42b9-8aaf-973e864d6a7d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:06.324094 [ 4 ] {fa911ba4-677d-42b9-8aaf-973e864d6a7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:06.324814 [ 4 ] {fa911ba4-677d-42b9-8aaf-973e864d6a7d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:06.324866 [ 4 ] {fa911ba4-677d-42b9-8aaf-973e864d6a7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:06.325277 [ 4 ] {fa911ba4-677d-42b9-8aaf-973e864d6a7d} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 02:38:06.325521 [ 4 ] {fa911ba4-677d-42b9-8aaf-973e864d6a7d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:06.325694 [ 4 ] {fa911ba4-677d-42b9-8aaf-973e864d6a7d} executeQuery: Read 84 rows, 7.20 KiB in 0.001713 sec., 49036.777583187395 rows/sec., 4.10 MiB/sec. 2025.12.24 02:38:06.325746 [ 4 ] {fa911ba4-677d-42b9-8aaf-973e864d6a7d} TCPHandler: Processed in 0.002019443 sec. 2025.12.24 02:38:06.325881 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:06.325984 [ 4 ] {a67d0480-3807-44d9-a93d-ad686c636fb5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:06.326030 [ 4 ] {a67d0480-3807-44d9-a93d-ad686c636fb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:06.326451 [ 4 ] {a67d0480-3807-44d9-a93d-ad686c636fb5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:06.326490 [ 4 ] {a67d0480-3807-44d9-a93d-ad686c636fb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:06.326881 [ 4 ] {a67d0480-3807-44d9-a93d-ad686c636fb5} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 02:38:06.327184 [ 4 ] {a67d0480-3807-44d9-a93d-ad686c636fb5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:06.327367 [ 4 ] {a67d0480-3807-44d9-a93d-ad686c636fb5} executeQuery: Read 14 rows, 1.05 KiB in 0.001404 sec., 9971.509971509971 rows/sec., 749.81 KiB/sec. 2025.12.24 02:38:06.327422 [ 4 ] {a67d0480-3807-44d9-a93d-ad686c636fb5} TCPHandler: Processed in 0.001591545 sec. 2025.12.24 02:38:06.327581 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:06.327683 [ 4 ] {99d81503-33b8-4466-9c91-eafd2b06b095} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:06.327728 [ 4 ] {99d81503-33b8-4466-9c91-eafd2b06b095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:06.328319 [ 4 ] {99d81503-33b8-4466-9c91-eafd2b06b095} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:06.328358 [ 4 ] {99d81503-33b8-4466-9c91-eafd2b06b095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:06.328696 [ 4 ] {99d81503-33b8-4466-9c91-eafd2b06b095} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 02:38:06.328939 [ 4 ] {99d81503-33b8-4466-9c91-eafd2b06b095} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:06.329088 [ 4 ] {99d81503-33b8-4466-9c91-eafd2b06b095} executeQuery: Read 78 rows, 6.24 KiB in 0.001427 sec., 54660.126138752625 rows/sec., 4.27 MiB/sec. 2025.12.24 02:38:06.329144 [ 4 ] {99d81503-33b8-4466-9c91-eafd2b06b095} TCPHandler: Processed in 0.001618266 sec. 2025.12.24 02:38:06.329302 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:06.329425 [ 4 ] {bf3cd38c-f913-4a0c-bf0f-ba4055b21da1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:06.329475 [ 4 ] {bf3cd38c-f913-4a0c-bf0f-ba4055b21da1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:06.329980 [ 4 ] {bf3cd38c-f913-4a0c-bf0f-ba4055b21da1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:06.330017 [ 4 ] {bf3cd38c-f913-4a0c-bf0f-ba4055b21da1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:06.330491 [ 4 ] {bf3cd38c-f913-4a0c-bf0f-ba4055b21da1} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 02:38:06.330839 [ 4 ] {bf3cd38c-f913-4a0c-bf0f-ba4055b21da1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:06.331064 [ 4 ] {bf3cd38c-f913-4a0c-bf0f-ba4055b21da1} executeQuery: Read 160 rows, 11.41 KiB in 0.00166 sec., 96385.5421686747 rows/sec., 6.71 MiB/sec. 2025.12.24 02:38:06.331111 [ 4 ] {bf3cd38c-f913-4a0c-bf0f-ba4055b21da1} TCPHandler: Processed in 0.00187707 sec. 2025.12.24 02:38:06.331236 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:06.331337 [ 4 ] {d0aeba1d-0443-428f-ae26-45110d331391} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:06.331396 [ 4 ] {d0aeba1d-0443-428f-ae26-45110d331391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:06.332924 [ 4 ] {d0aeba1d-0443-428f-ae26-45110d331391} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:06.333027 [ 4 ] {d0aeba1d-0443-428f-ae26-45110d331391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:06.333956 [ 4 ] {d0aeba1d-0443-428f-ae26-45110d331391} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 02:38:06.334284 [ 4 ] {d0aeba1d-0443-428f-ae26-45110d331391} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:06.334496 [ 4 ] {d0aeba1d-0443-428f-ae26-45110d331391} executeQuery: Read 14 rows, 25.69 KiB in 0.00318 sec., 4402.5157232704405 rows/sec., 7.89 MiB/sec. 2025.12.24 02:38:06.334593 [ 4 ] {d0aeba1d-0443-428f-ae26-45110d331391} TCPHandler: Processed in 0.003410644 sec. 2025.12.24 02:38:06.334735 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:06.334834 [ 4 ] {768af8e2-db89-4686-a965-f76870beb522} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:06.334878 [ 4 ] {768af8e2-db89-4686-a965-f76870beb522} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:06.335273 [ 4 ] {768af8e2-db89-4686-a965-f76870beb522} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:06.335319 [ 4 ] {768af8e2-db89-4686-a965-f76870beb522} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2025.12.24 02:38:06.335782 [ 4 ] {768af8e2-db89-4686-a965-f76870beb522} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 02:38:06.336159 [ 4 ] {768af8e2-db89-4686-a965-f76870beb522} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:06.336314 [ 4 ] {768af8e2-db89-4686-a965-f76870beb522} executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. 2025.12.24 02:38:06.336351 [ 4 ] {768af8e2-db89-4686-a965-f76870beb522} TCPHandler: Processed in 0.001669557 sec. 2025.12.24 02:38:09.655153 [ 146 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:38:09.655232 [ 146 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:38:09.792452 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25807 2025.12.24 02:38:09.793010 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:09.793063 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:09.793622 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 02:38:09.793856 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:09.794001 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25807 2025.12.24 02:38:11.210671 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 2025.12.24 02:38:11.228129 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:11.228195 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:11.234632 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 02:38:11.235350 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:11.238282 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.12.24 02:38:11.324966 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:11.325144 [ 4 ] {bccccb9d-6add-4e7b-9004-72101d97e331} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:11.325211 [ 4 ] {bccccb9d-6add-4e7b-9004-72101d97e331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:11.325899 [ 4 ] {bccccb9d-6add-4e7b-9004-72101d97e331} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:11.325947 [ 4 ] {bccccb9d-6add-4e7b-9004-72101d97e331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:11.326361 [ 4 ] {bccccb9d-6add-4e7b-9004-72101d97e331} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 02:38:11.326590 [ 4 ] {bccccb9d-6add-4e7b-9004-72101d97e331} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:11.326743 [ 4 ] {bccccb9d-6add-4e7b-9004-72101d97e331} executeQuery: Read 108 rows, 9.29 KiB in 0.001661 sec., 65021.071643588206 rows/sec., 5.46 MiB/sec. 2025.12.24 02:38:11.326791 [ 4 ] {bccccb9d-6add-4e7b-9004-72101d97e331} TCPHandler: Processed in 0.001965562 sec. 2025.12.24 02:38:11.326906 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:11.327003 [ 4 ] {48f16443-2aa1-49b3-933c-c1c215a9692e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:11.327045 [ 4 ] {48f16443-2aa1-49b3-933c-c1c215a9692e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:11.327529 [ 4 ] {48f16443-2aa1-49b3-933c-c1c215a9692e} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:11.327566 [ 4 ] {48f16443-2aa1-49b3-933c-c1c215a9692e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:11.327887 [ 4 ] {48f16443-2aa1-49b3-933c-c1c215a9692e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 02:38:11.328101 [ 4 ] {48f16443-2aa1-49b3-933c-c1c215a9692e} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:11.328239 [ 4 ] {48f16443-2aa1-49b3-933c-c1c215a9692e} executeQuery: Read 26 rows, 1.96 KiB in 0.001226 sec., 21207.17781402936 rows/sec., 1.56 MiB/sec. 2025.12.24 02:38:11.328277 [ 4 ] {48f16443-2aa1-49b3-933c-c1c215a9692e} TCPHandler: Processed in 0.001395222 sec. 2025.12.24 02:38:11.328389 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:11.328487 [ 4 ] {6cb85870-ed04-4259-897d-846955703964} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:11.328535 [ 4 ] {6cb85870-ed04-4259-897d-846955703964} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:11.328985 [ 4 ] {6cb85870-ed04-4259-897d-846955703964} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:11.329023 [ 4 ] {6cb85870-ed04-4259-897d-846955703964} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:11.329335 [ 4 ] {6cb85870-ed04-4259-897d-846955703964} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 02:38:11.329545 [ 4 ] {6cb85870-ed04-4259-897d-846955703964} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:11.329674 [ 4 ] {6cb85870-ed04-4259-897d-846955703964} executeQuery: Read 90 rows, 7.20 KiB in 0.001208 sec., 74503.31125827815 rows/sec., 5.82 MiB/sec. 2025.12.24 02:38:11.329711 [ 4 ] {6cb85870-ed04-4259-897d-846955703964} TCPHandler: Processed in 0.001372222 sec. 2025.12.24 02:38:11.329821 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:11.329914 [ 4 ] {2a01dab6-95f0-46e0-a9ef-c27b952fdb56} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:11.329960 [ 4 ] {2a01dab6-95f0-46e0-a9ef-c27b952fdb56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:11.330372 [ 4 ] {2a01dab6-95f0-46e0-a9ef-c27b952fdb56} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:11.330406 [ 4 ] {2a01dab6-95f0-46e0-a9ef-c27b952fdb56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:11.330733 [ 4 ] {2a01dab6-95f0-46e0-a9ef-c27b952fdb56} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 02:38:11.330944 [ 4 ] {2a01dab6-95f0-46e0-a9ef-c27b952fdb56} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:11.331075 [ 4 ] {2a01dab6-95f0-46e0-a9ef-c27b952fdb56} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2025.12.24 02:38:11.331112 [ 4 ] {2a01dab6-95f0-46e0-a9ef-c27b952fdb56} TCPHandler: Processed in 0.001339501 sec. 2025.12.24 02:38:11.331221 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:11.331324 [ 4 ] {686ee40d-4924-4ef4-8e1b-a41accf3ab1c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:11.331381 [ 4 ] {686ee40d-4924-4ef4-8e1b-a41accf3ab1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:11.332315 [ 4 ] {686ee40d-4924-4ef4-8e1b-a41accf3ab1c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:11.332354 [ 4 ] {686ee40d-4924-4ef4-8e1b-a41accf3ab1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:11.332916 [ 4 ] {686ee40d-4924-4ef4-8e1b-a41accf3ab1c} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 02:38:11.333134 [ 4 ] {686ee40d-4924-4ef4-8e1b-a41accf3ab1c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:11.333276 [ 4 ] {686ee40d-4924-4ef4-8e1b-a41accf3ab1c} executeQuery: Read 26 rows, 47.71 KiB in 0.001972 sec., 13184.584178498988 rows/sec., 23.63 MiB/sec. 2025.12.24 02:38:11.333350 [ 4 ] {686ee40d-4924-4ef4-8e1b-a41accf3ab1c} TCPHandler: Processed in 0.002181615 sec. 2025.12.24 02:38:11.333463 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:11.333557 [ 4 ] {67e16111-cc74-4ca7-b6a5-da9168dfb0ed} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:11.333598 [ 4 ] {67e16111-cc74-4ca7-b6a5-da9168dfb0ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:11.333938 [ 4 ] {67e16111-cc74-4ca7-b6a5-da9168dfb0ed} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:11.333971 [ 4 ] {67e16111-cc74-4ca7-b6a5-da9168dfb0ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:11.334278 [ 4 ] {67e16111-cc74-4ca7-b6a5-da9168dfb0ed} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 02:38:11.334480 [ 4 ] {67e16111-cc74-4ca7-b6a5-da9168dfb0ed} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:11.334607 [ 4 ] {67e16111-cc74-4ca7-b6a5-da9168dfb0ed} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.12.24 02:38:11.334642 [ 4 ] {67e16111-cc74-4ca7-b6a5-da9168dfb0ed} TCPHandler: Processed in 0.001226169 sec. 2025.12.24 02:38:14.872550 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1266 2025.12.24 02:38:14.874965 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:14.875026 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:14.876265 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 02:38:14.876547 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:14.876950 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1266 2025.12.24 02:38:15.043331 [ 136 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.12.24 02:38:15.043396 [ 136 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:15.043417 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:15.043533 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::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.12.24 02:38:15.043718 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:15.043777 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 253 rows starting from the beginning of the part 2025.12.24 02:38:15.043884 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2025.12.24 02:38:15.043963 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part 2025.12.24 02:38:15.044033 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2025.12.24 02:38:15.044102 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part 2025.12.24 02:38:15.045169 [ 200 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001690827 sec., 447709.90763691376 rows/sec., 32.67 MiB/sec. 2025.12.24 02:38:15.045337 [ 200 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.12.24 02:38:15.045604 [ 200 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_25_6} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:15.045676 [ 200 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_25_6} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.12.24 02:38:15.045761 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.24 02:38:16.326410 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:16.326608 [ 4 ] {983ce5dd-ca51-4f59-86f7-59011f45676b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:38:16.326683 [ 4 ] {983ce5dd-ca51-4f59-86f7-59011f45676b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:38:16.327298 [ 4 ] {983ce5dd-ca51-4f59-86f7-59011f45676b} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:16.327350 [ 4 ] {983ce5dd-ca51-4f59-86f7-59011f45676b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:16.327740 [ 4 ] {983ce5dd-ca51-4f59-86f7-59011f45676b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:38:16.327959 [ 4 ] {983ce5dd-ca51-4f59-86f7-59011f45676b} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:16.328125 [ 4 ] {983ce5dd-ca51-4f59-86f7-59011f45676b} executeQuery: Read 24 rows, 2.04 KiB in 0.001568 sec., 15306.122448979593 rows/sec., 1.27 MiB/sec. 2025.12.24 02:38:16.328175 [ 4 ] {983ce5dd-ca51-4f59-86f7-59011f45676b} TCPHandler: Processed in 0.00190058 sec. 2025.12.24 02:38:16.328300 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:16.328403 [ 4 ] {390b6057-6064-4b1a-baf6-9d26d593f6c9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:16.328447 [ 4 ] {390b6057-6064-4b1a-baf6-9d26d593f6c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:16.328926 [ 4 ] {390b6057-6064-4b1a-baf6-9d26d593f6c9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:16.328966 [ 4 ] {390b6057-6064-4b1a-baf6-9d26d593f6c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:16.329297 [ 4 ] {390b6057-6064-4b1a-baf6-9d26d593f6c9} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 02:38:16.329498 [ 4 ] {390b6057-6064-4b1a-baf6-9d26d593f6c9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:16.329631 [ 4 ] {390b6057-6064-4b1a-baf6-9d26d593f6c9} executeQuery: Read 204 rows, 18.66 KiB in 0.001252 sec., 162939.29712460062 rows/sec., 14.55 MiB/sec. 2025.12.24 02:38:16.329671 [ 4 ] {390b6057-6064-4b1a-baf6-9d26d593f6c9} TCPHandler: Processed in 0.001425802 sec. 2025.12.24 02:38:16.329788 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:16.329883 [ 4 ] {ecd62194-6a38-438c-bdf6-ca88ac4802cc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:16.329923 [ 4 ] {ecd62194-6a38-438c-bdf6-ca88ac4802cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:16.330323 [ 4 ] {ecd62194-6a38-438c-bdf6-ca88ac4802cc} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:16.330361 [ 4 ] {ecd62194-6a38-438c-bdf6-ca88ac4802cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:16.330659 [ 4 ] {ecd62194-6a38-438c-bdf6-ca88ac4802cc} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 02:38:16.330874 [ 4 ] {ecd62194-6a38-438c-bdf6-ca88ac4802cc} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:16.331006 [ 4 ] {ecd62194-6a38-438c-bdf6-ca88ac4802cc} executeQuery: Read 26 rows, 2.01 KiB in 0.001143 sec., 22747.156605424323 rows/sec., 1.72 MiB/sec. 2025.12.24 02:38:16.331044 [ 4 ] {ecd62194-6a38-438c-bdf6-ca88ac4802cc} TCPHandler: Processed in 0.001308301 sec. 2025.12.24 02:38:16.331156 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:16.331249 [ 4 ] {f05cbb4e-a7a6-42b6-b1ef-c146aae46b32} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:38:16.331290 [ 4 ] {f05cbb4e-a7a6-42b6-b1ef-c146aae46b32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:38:16.331681 [ 4 ] {f05cbb4e-a7a6-42b6-b1ef-c146aae46b32} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:16.331718 [ 4 ] {f05cbb4e-a7a6-42b6-b1ef-c146aae46b32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:16.332004 [ 4 ] {f05cbb4e-a7a6-42b6-b1ef-c146aae46b32} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:38:16.332209 [ 4 ] {f05cbb4e-a7a6-42b6-b1ef-c146aae46b32} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:16.332340 [ 4 ] {f05cbb4e-a7a6-42b6-b1ef-c146aae46b32} executeQuery: Read 24 rows, 2.04 KiB in 0.001109 sec., 21641.11812443643 rows/sec., 1.80 MiB/sec. 2025.12.24 02:38:16.332377 [ 4 ] {f05cbb4e-a7a6-42b6-b1ef-c146aae46b32} TCPHandler: Processed in 0.00127164 sec. 2025.12.24 02:38:16.332485 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:16.332578 [ 4 ] {862d4fab-71d5-44a6-adc1-b9e370f91291} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:38:16.332618 [ 4 ] {862d4fab-71d5-44a6-adc1-b9e370f91291} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:38:16.333005 [ 4 ] {862d4fab-71d5-44a6-adc1-b9e370f91291} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:16.333042 [ 4 ] {862d4fab-71d5-44a6-adc1-b9e370f91291} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:16.333334 [ 4 ] {862d4fab-71d5-44a6-adc1-b9e370f91291} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:38:16.333532 [ 4 ] {862d4fab-71d5-44a6-adc1-b9e370f91291} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:16.333660 [ 4 ] {862d4fab-71d5-44a6-adc1-b9e370f91291} executeQuery: Read 12 rows, 960.00 B in 0.0011 sec., 10909.090909090908 rows/sec., 852.27 KiB/sec. 2025.12.24 02:38:16.333699 [ 4 ] {862d4fab-71d5-44a6-adc1-b9e370f91291} TCPHandler: Processed in 0.00126385 sec. 2025.12.24 02:38:16.333804 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:16.333896 [ 4 ] {42b362d3-731e-43c6-8b0f-52091fc02907} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:16.333937 [ 4 ] {42b362d3-731e-43c6-8b0f-52091fc02907} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:16.334359 [ 4 ] {42b362d3-731e-43c6-8b0f-52091fc02907} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:16.334396 [ 4 ] {42b362d3-731e-43c6-8b0f-52091fc02907} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:16.334697 [ 4 ] {42b362d3-731e-43c6-8b0f-52091fc02907} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 02:38:16.334906 [ 4 ] {42b362d3-731e-43c6-8b0f-52091fc02907} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:16.335034 [ 4 ] {42b362d3-731e-43c6-8b0f-52091fc02907} executeQuery: Read 114 rows, 9.49 KiB in 0.001156 sec., 98615.91695501731 rows/sec., 8.02 MiB/sec. 2025.12.24 02:38:16.335072 [ 4 ] {42b362d3-731e-43c6-8b0f-52091fc02907} TCPHandler: Processed in 0.001317681 sec. 2025.12.24 02:38:16.335180 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:16.335274 [ 4 ] {7ec186f4-fd34-4064-9d3d-f1f72421533c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:16.335316 [ 4 ] {7ec186f4-fd34-4064-9d3d-f1f72421533c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:16.335712 [ 4 ] {7ec186f4-fd34-4064-9d3d-f1f72421533c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:16.335748 [ 4 ] {7ec186f4-fd34-4064-9d3d-f1f72421533c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:16.336074 [ 4 ] {7ec186f4-fd34-4064-9d3d-f1f72421533c} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 02:38:16.336278 [ 4 ] {7ec186f4-fd34-4064-9d3d-f1f72421533c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:16.336405 [ 4 ] {7ec186f4-fd34-4064-9d3d-f1f72421533c} executeQuery: Read 196 rows, 14.40 KiB in 0.001151 sec., 170286.70721112078 rows/sec., 12.22 MiB/sec. 2025.12.24 02:38:16.336442 [ 4 ] {7ec186f4-fd34-4064-9d3d-f1f72421533c} TCPHandler: Processed in 0.001310901 sec. 2025.12.24 02:38:16.336553 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:16.336662 [ 4 ] {2615a1b5-b3ac-4d04-b432-bcc9eb8811eb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:16.336724 [ 4 ] {2615a1b5-b3ac-4d04-b432-bcc9eb8811eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:16.337474 [ 4 ] {2615a1b5-b3ac-4d04-b432-bcc9eb8811eb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:16.337511 [ 4 ] {2615a1b5-b3ac-4d04-b432-bcc9eb8811eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:16.338023 [ 4 ] {2615a1b5-b3ac-4d04-b432-bcc9eb8811eb} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 02:38:16.338246 [ 4 ] {2615a1b5-b3ac-4d04-b432-bcc9eb8811eb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:16.338385 [ 4 ] {2615a1b5-b3ac-4d04-b432-bcc9eb8811eb} executeQuery: Read 14 rows, 25.69 KiB in 0.001741 sec., 8041.3555427915 rows/sec., 14.41 MiB/sec. 2025.12.24 02:38:16.338444 [ 4 ] {2615a1b5-b3ac-4d04-b432-bcc9eb8811eb} TCPHandler: Processed in 0.001940481 sec. 2025.12.24 02:38:16.338556 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:16.338656 [ 4 ] {797f937c-5f4b-46af-a4aa-abcb9cae8155} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:16.338698 [ 4 ] {797f937c-5f4b-46af-a4aa-abcb9cae8155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:16.339034 [ 4 ] {797f937c-5f4b-46af-a4aa-abcb9cae8155} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:16.339070 [ 4 ] {797f937c-5f4b-46af-a4aa-abcb9cae8155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:16.339365 [ 4 ] {797f937c-5f4b-46af-a4aa-abcb9cae8155} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 02:38:16.339572 [ 4 ] {797f937c-5f4b-46af-a4aa-abcb9cae8155} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:16.339700 [ 4 ] {797f937c-5f4b-46af-a4aa-abcb9cae8155} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.12.24 02:38:16.339736 [ 4 ] {797f937c-5f4b-46af-a4aa-abcb9cae8155} TCPHandler: Processed in 0.001229699 sec. 2025.12.24 02:38:17.294210 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26319 2025.12.24 02:38:17.294804 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:17.294855 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:17.295332 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 02:38:17.295571 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:17.295735 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26319 2025.12.24 02:38:18.738440 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2025.12.24 02:38:18.756081 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:18.756139 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:18.762357 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 02:38:18.763133 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:18.766201 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2025.12.24 02:38:21.325243 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:21.325451 [ 4 ] {cce403e7-e19a-4f69-9c5c-1cfee4cc5a3b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:21.325521 [ 4 ] {cce403e7-e19a-4f69-9c5c-1cfee4cc5a3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:21.326277 [ 4 ] {cce403e7-e19a-4f69-9c5c-1cfee4cc5a3b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.326323 [ 4 ] {cce403e7-e19a-4f69-9c5c-1cfee4cc5a3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.326716 [ 4 ] {cce403e7-e19a-4f69-9c5c-1cfee4cc5a3b} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 02:38:21.326942 [ 4 ] {cce403e7-e19a-4f69-9c5c-1cfee4cc5a3b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.327094 [ 4 ] {cce403e7-e19a-4f69-9c5c-1cfee4cc5a3b} executeQuery: Read 108 rows, 9.29 KiB in 0.001694 sec., 63754.427390791025 rows/sec., 5.35 MiB/sec. 2025.12.24 02:38:21.327095 [ 126 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 02:38:21.327135 [ 4 ] {cce403e7-e19a-4f69-9c5c-1cfee4cc5a3b} TCPHandler: Processed in 0.002018242 sec. 2025.12.24 02:38:21.327174 [ 126 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.327199 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.327292 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:21.327329 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 02:38:21.327391 [ 4 ] {d22b2d30-924d-4b7c-b4c6-154399196141} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:21.327436 [ 4 ] {d22b2d30-924d-4b7c-b4c6-154399196141} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:21.327475 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:21.327513 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1406 rows starting from the beginning of the part 2025.12.24 02:38:21.327580 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:38:21.327624 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 84 rows starting from the beginning of the part 2025.12.24 02:38:21.327666 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 108 rows starting from the beginning of the part 2025.12.24 02:38:21.327708 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 204 rows starting from the beginning of the part 2025.12.24 02:38:21.327751 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 108 rows starting from the beginning of the part 2025.12.24 02:38:21.327907 [ 4 ] {d22b2d30-924d-4b7c-b4c6-154399196141} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.327970 [ 4 ] {d22b2d30-924d-4b7c-b4c6-154399196141} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.328291 [ 4 ] {d22b2d30-924d-4b7c-b4c6-154399196141} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 02:38:21.328510 [ 4 ] {d22b2d30-924d-4b7c-b4c6-154399196141} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.328641 [ 4 ] {d22b2d30-924d-4b7c-b4c6-154399196141} executeQuery: Read 26 rows, 1.96 KiB in 0.00127 sec., 20472.440944881888 rows/sec., 1.50 MiB/sec. 2025.12.24 02:38:21.328651 [ 126 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 02:38:21.328684 [ 4 ] {d22b2d30-924d-4b7c-b4c6-154399196141} TCPHandler: Processed in 0.001441794 sec. 2025.12.24 02:38:21.328697 [ 126 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.328720 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.328804 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:21.328807 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 02:38:21.328959 [ 4 ] {ac0eac90-fa33-40b6-b9f6-c0109fe02e1a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:21.328970 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:21.329000 [ 4 ] {ac0eac90-fa33-40b6-b9f6-c0109fe02e1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:21.329004 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 70 rows starting from the beginning of the part 2025.12.24 02:38:21.329065 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 26 rows starting from the beginning of the part 2025.12.24 02:38:21.329113 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part 2025.12.24 02:38:21.329153 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part 2025.12.24 02:38:21.329192 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 26 rows starting from the beginning of the part 2025.12.24 02:38:21.329212 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3158 rows, containing 5 columns (5 merged, 0 gathered) in 0.001936111 sec., 1631104.8281839213 rows/sec., 142.97 MiB/sec. 2025.12.24 02:38:21.329229 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 26 rows starting from the beginning of the part 2025.12.24 02:38:21.329475 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 02:38:21.329491 [ 4 ] {ac0eac90-fa33-40b6-b9f6-c0109fe02e1a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.329532 [ 4 ] {ac0eac90-fa33-40b6-b9f6-c0109fe02e1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.329822 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.329890 [ 4 ] {ac0eac90-fa33-40b6-b9f6-c0109fe02e1a} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 02:38:21.329906 [ 201 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_81_16} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 02:38:21.329995 [ 199 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.001226189 sec., 153320.5729296218 rows/sec., 11.86 MiB/sec. 2025.12.24 02:38:21.330003 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 02:38:21.330137 [ 4 ] {ac0eac90-fa33-40b6-b9f6-c0109fe02e1a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.330145 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 02:38:21.330269 [ 126 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 02:38:21.330270 [ 4 ] {ac0eac90-fa33-40b6-b9f6-c0109fe02e1a} executeQuery: Read 90 rows, 7.20 KiB in 0.001329 sec., 67720.09029345372 rows/sec., 5.29 MiB/sec. 2025.12.24 02:38:21.330313 [ 126 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.330333 [ 4 ] {ac0eac90-fa33-40b6-b9f6-c0109fe02e1a} TCPHandler: Processed in 0.001577236 sec. 2025.12.24 02:38:21.330345 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.330410 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.330452 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:21.330454 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 02:38:21.330484 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_76_15} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 02:38:21.330550 [ 4 ] {b7bc1509-319a-468c-8f09-98e7fe1dd7a9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:21.330575 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:38:21.330579 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:21.330593 [ 4 ] {b7bc1509-319a-468c-8f09-98e7fe1dd7a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:21.330626 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 632 rows starting from the beginning of the part 2025.12.24 02:38:21.330692 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 546 rows starting from the beginning of the part 2025.12.24 02:38:21.330735 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 78 rows starting from the beginning of the part 2025.12.24 02:38:21.330793 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 90 rows starting from the beginning of the part 2025.12.24 02:38:21.330849 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 114 rows starting from the beginning of the part 2025.12.24 02:38:21.330887 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 90 rows starting from the beginning of the part 2025.12.24 02:38:21.331016 [ 4 ] {b7bc1509-319a-468c-8f09-98e7fe1dd7a9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.331056 [ 4 ] {b7bc1509-319a-468c-8f09-98e7fe1dd7a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.331417 [ 4 ] {b7bc1509-319a-468c-8f09-98e7fe1dd7a9} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 02:38:21.331635 [ 4 ] {b7bc1509-319a-468c-8f09-98e7fe1dd7a9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.331767 [ 4 ] {b7bc1509-319a-468c-8f09-98e7fe1dd7a9} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2025.12.24 02:38:21.331775 [ 128 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 02:38:21.331803 [ 4 ] {b7bc1509-319a-468c-8f09-98e7fe1dd7a9} TCPHandler: Processed in 0.001397412 sec. 2025.12.24 02:38:21.331815 [ 128 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.331835 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.331898 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 5 columns (5 merged, 0 gathered) in 0.001485654 sec., 1043311.5651423547 rows/sec., 83.12 MiB/sec. 2025.12.24 02:38:21.331907 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 02:38:21.331911 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:21.332042 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:21.332060 [ 4 ] {22f7f77e-e25b-4ba0-8a4e-5ba58a78ef40} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:21.332083 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21465 rows starting from the beginning of the part 2025.12.24 02:38:21.332119 [ 4 ] {22f7f77e-e25b-4ba0-8a4e-5ba58a78ef40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:21.332151 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 844 rows starting from the beginning of the part 2025.12.24 02:38:21.332207 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2025.12.24 02:38:21.332205 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 02:38:21.332256 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2025.12.24 02:38:21.332307 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 196 rows starting from the beginning of the part 2025.12.24 02:38:21.332352 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2025.12.24 02:38:21.332752 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.332895 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_81_16} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 02:38:21.332941 [ 4 ] {22f7f77e-e25b-4ba0-8a4e-5ba58a78ef40} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.332982 [ 4 ] {22f7f77e-e25b-4ba0-8a4e-5ba58a78ef40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.333001 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 02:38:21.333517 [ 4 ] {22f7f77e-e25b-4ba0-8a4e-5ba58a78ef40} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 02:38:21.333753 [ 4 ] {22f7f77e-e25b-4ba0-8a4e-5ba58a78ef40} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.333887 [ 128 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 02:38:21.333889 [ 4 ] {22f7f77e-e25b-4ba0-8a4e-5ba58a78ef40} executeQuery: Read 26 rows, 47.71 KiB in 0.001857 sec., 14001.077005923533 rows/sec., 25.09 MiB/sec. 2025.12.24 02:38:21.333927 [ 128 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.333949 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.333965 [ 4 ] {22f7f77e-e25b-4ba0-8a4e-5ba58a78ef40} TCPHandler: Processed in 0.002101324 sec. 2025.12.24 02:38:21.334025 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 02:38:21.334077 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:21.334184 [ 4 ] {eed709b2-6042-436b-b9fa-f2975605da91} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:21.334217 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:21.334225 [ 4 ] {eed709b2-6042-436b-b9fa-f2975605da91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:21.334274 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1349 rows starting from the beginning of the part 2025.12.24 02:38:21.334389 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 26 rows starting from the beginning of the part 2025.12.24 02:38:21.334493 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part 2025.12.24 02:38:21.334569 [ 4 ] {eed709b2-6042-436b-b9fa-f2975605da91} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.334592 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part 2025.12.24 02:38:21.334608 [ 4 ] {eed709b2-6042-436b-b9fa-f2975605da91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.334696 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 14 rows starting from the beginning of the part 2025.12.24 02:38:21.334801 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 26 rows starting from the beginning of the part 2025.12.24 02:38:21.334916 [ 4 ] {eed709b2-6042-436b-b9fa-f2975605da91} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 02:38:21.335137 [ 4 ] {eed709b2-6042-436b-b9fa-f2975605da91} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.335269 [ 128 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 02:38:21.335271 [ 4 ] {eed709b2-6042-436b-b9fa-f2975605da91} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.12.24 02:38:21.335302 [ 128 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:21.335320 [ 4 ] {eed709b2-6042-436b-b9fa-f2975605da91} TCPHandler: Processed in 0.00129057 sec. 2025.12.24 02:38:21.335321 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:21.335414 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 02:38:21.335515 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:21.335541 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4488 rows starting from the beginning of the part 2025.12.24 02:38:21.335588 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2025.12.24 02:38:21.335631 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2025.12.24 02:38:21.335670 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2025.12.24 02:38:21.335707 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2025.12.24 02:38:21.335743 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2025.12.24 02:38:21.337762 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002379748 sec., 2011977.7388194043 rows/sec., 135.59 MiB/sec. 2025.12.24 02:38:21.337931 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 22985 rows, containing 5 columns (5 merged, 0 gathered) in 0.006056977 sec., 3794797.3056526384 rows/sec., 260.82 MiB/sec. 2025.12.24 02:38:21.338264 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 02:38:21.338403 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 02:38:21.338540 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.338605 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_81_16} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 02:38:21.338677 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2025.12.24 02:38:21.338708 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.338767 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_81_16} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 02:38:21.338844 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.12.24 02:38:21.342368 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1455 rows, containing 19 columns (19 merged, 0 gathered) in 0.008374603 sec., 173739.57905825507 rows/sec., 311.33 MiB/sec. 2025.12.24 02:38:21.343696 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 02:38:21.343988 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:21.344054 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_76_15} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 02:38:21.344150 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. 2025.12.24 02:38:22.000282 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 334.18 MiB, peak 347.62 MiB, free memory in arenas 0.00 B, will set to 338.45 MiB (RSS), difference: 4.27 MiB 2025.12.24 02:38:24.655278 [ 118 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:38:24.655391 [ 118 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:38:24.795944 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26767 2025.12.24 02:38:24.796507 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:24.796563 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:24.797104 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 02:38:24.797339 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:24.797490 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26767 2025.12.24 02:38:24.797487 [ 118 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 02:38:24.797558 [ 118 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:24.797582 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:24.797693 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 02:38:24.797795 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:24.797833 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24399 rows starting from the beginning of the part 2025.12.24 02:38:24.797896 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 448 rows starting from the beginning of the part 2025.12.24 02:38:24.797947 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 512 rows starting from the beginning of the part 2025.12.24 02:38:24.797991 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 448 rows starting from the beginning of the part 2025.12.24 02:38:24.798031 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 512 rows starting from the beginning of the part 2025.12.24 02:38:24.798065 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 448 rows starting from the beginning of the part 2025.12.24 02:38:24.800104 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26767 rows, containing 4 columns (4 merged, 0 gathered) in 0.002459419 sec., 10883464.75326083 rows/sec., 155.69 MiB/sec. 2025.12.24 02:38:24.800329 [ 188 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 02:38:24.800615 [ 188 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:24.800693 [ 188 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_56_11} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 02:38:24.800794 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. 2025.12.24 02:38:24.877226 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1296 2025.12.24 02:38:24.880095 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:24.880139 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:24.881398 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 02:38:24.881684 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:24.881836 [ 118 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 02:38:24.881876 [ 118 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:24.881899 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:24.882016 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:38:24.882081 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1296 2025.12.24 02:38:24.882573 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:24.882719 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1160 rows starting from the beginning of the part 2025.12.24 02:38:24.883105 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part 2025.12.24 02:38:24.883438 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part 2025.12.24 02:38:24.883792 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:38:24.884152 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2025.12.24 02:38:24.884485 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part 2025.12.24 02:38:24.891011 [ 188 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 72 columns (72 merged, 0 gathered) in 0.009053055 sec., 143156.09482103 rows/sec., 111.71 MiB/sec. 2025.12.24 02:38:24.892202 [ 188 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 02:38:24.892704 [ 188 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_41_8} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:24.892774 [ 188 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_41_8} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 02:38:24.892959 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.12.24 02:38:26.266346 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2025.12.24 02:38:26.283766 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:26.283825 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:26.289933 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 02:38:26.290642 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:26.290994 [ 116 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 02:38:26.291083 [ 116 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:26.291118 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:26.291283 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 02:38:26.293961 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.12.24 02:38:26.295659 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:26.297341 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2025.12.24 02:38:26.302269 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2025.12.24 02:38:26.307196 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part 2025.12.24 02:38:26.312146 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part 2025.12.24 02:38:26.317197 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2025.12.24 02:38:26.321087 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2025.12.24 02:38:26.324497 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:26.324748 [ 4 ] {84c0c6a8-f1e4-4057-b829-738cd9537cc8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:26.324842 [ 4 ] {84c0c6a8-f1e4-4057-b829-738cd9537cc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:26.325595 [ 4 ] {84c0c6a8-f1e4-4057-b829-738cd9537cc8} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:26.325635 [ 4 ] {84c0c6a8-f1e4-4057-b829-738cd9537cc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:26.326034 [ 4 ] {84c0c6a8-f1e4-4057-b829-738cd9537cc8} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 02:38:26.326263 [ 4 ] {84c0c6a8-f1e4-4057-b829-738cd9537cc8} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:26.326414 [ 4 ] {84c0c6a8-f1e4-4057-b829-738cd9537cc8} executeQuery: Read 84 rows, 7.20 KiB in 0.00174 sec., 48275.862068965514 rows/sec., 4.04 MiB/sec. 2025.12.24 02:38:26.326454 [ 4 ] {84c0c6a8-f1e4-4057-b829-738cd9537cc8} TCPHandler: Processed in 0.002110373 sec. 2025.12.24 02:38:26.326586 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:26.326680 [ 4 ] {a9a38254-8fd0-4067-9dd4-eb67495df0d2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:26.326721 [ 4 ] {a9a38254-8fd0-4067-9dd4-eb67495df0d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:26.327142 [ 4 ] {a9a38254-8fd0-4067-9dd4-eb67495df0d2} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:26.327176 [ 4 ] {a9a38254-8fd0-4067-9dd4-eb67495df0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:26.327481 [ 4 ] {a9a38254-8fd0-4067-9dd4-eb67495df0d2} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 02:38:26.327683 [ 4 ] {a9a38254-8fd0-4067-9dd4-eb67495df0d2} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:26.327809 [ 4 ] {a9a38254-8fd0-4067-9dd4-eb67495df0d2} executeQuery: Read 14 rows, 1.05 KiB in 0.001148 sec., 12195.121951219513 rows/sec., 917.02 KiB/sec. 2025.12.24 02:38:26.327846 [ 4 ] {a9a38254-8fd0-4067-9dd4-eb67495df0d2} TCPHandler: Processed in 0.00130785 sec. 2025.12.24 02:38:26.327956 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:26.328048 [ 4 ] {49e929cd-7646-4fa0-8803-72c901c7e9cb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:26.328090 [ 4 ] {49e929cd-7646-4fa0-8803-72c901c7e9cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:26.328548 [ 4 ] {49e929cd-7646-4fa0-8803-72c901c7e9cb} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:26.328586 [ 4 ] {49e929cd-7646-4fa0-8803-72c901c7e9cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:26.328907 [ 4 ] {49e929cd-7646-4fa0-8803-72c901c7e9cb} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 02:38:26.329112 [ 4 ] {49e929cd-7646-4fa0-8803-72c901c7e9cb} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:26.329241 [ 4 ] {49e929cd-7646-4fa0-8803-72c901c7e9cb} executeQuery: Read 78 rows, 6.24 KiB in 0.001211 sec., 64409.57886044591 rows/sec., 5.03 MiB/sec. 2025.12.24 02:38:26.329278 [ 4 ] {49e929cd-7646-4fa0-8803-72c901c7e9cb} TCPHandler: Processed in 0.001369512 sec. 2025.12.24 02:38:26.329390 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:26.329484 [ 4 ] {e9d963d5-cf27-4bff-a8fb-cc05cdc063f4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:26.329528 [ 4 ] {e9d963d5-cf27-4bff-a8fb-cc05cdc063f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:26.329944 [ 4 ] {e9d963d5-cf27-4bff-a8fb-cc05cdc063f4} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:26.329980 [ 4 ] {e9d963d5-cf27-4bff-a8fb-cc05cdc063f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:26.330341 [ 4 ] {e9d963d5-cf27-4bff-a8fb-cc05cdc063f4} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 02:38:26.330548 [ 4 ] {e9d963d5-cf27-4bff-a8fb-cc05cdc063f4} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:26.330673 [ 4 ] {e9d963d5-cf27-4bff-a8fb-cc05cdc063f4} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2025.12.24 02:38:26.330709 [ 4 ] {e9d963d5-cf27-4bff-a8fb-cc05cdc063f4} TCPHandler: Processed in 0.001367192 sec. 2025.12.24 02:38:26.330814 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:26.330907 [ 4 ] {0a29264c-cc6d-42f8-8506-6674cb409be3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:26.330959 [ 4 ] {0a29264c-cc6d-42f8-8506-6674cb409be3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:26.331767 [ 4 ] {0a29264c-cc6d-42f8-8506-6674cb409be3} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:26.331800 [ 4 ] {0a29264c-cc6d-42f8-8506-6674cb409be3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:26.332317 [ 4 ] {0a29264c-cc6d-42f8-8506-6674cb409be3} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 02:38:26.332536 [ 4 ] {0a29264c-cc6d-42f8-8506-6674cb409be3} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:26.332668 [ 4 ] {0a29264c-cc6d-42f8-8506-6674cb409be3} executeQuery: Read 14 rows, 25.69 KiB in 0.00178 sec., 7865.168539325843 rows/sec., 14.09 MiB/sec. 2025.12.24 02:38:26.332722 [ 4 ] {0a29264c-cc6d-42f8-8506-6674cb409be3} TCPHandler: Processed in 0.001954671 sec. 2025.12.24 02:38:26.332839 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:26.332932 [ 4 ] {963b2acc-91d9-413d-9aab-89546692e687} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:26.332973 [ 4 ] {963b2acc-91d9-413d-9aab-89546692e687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:26.333300 [ 4 ] {963b2acc-91d9-413d-9aab-89546692e687} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:26.333334 [ 4 ] {963b2acc-91d9-413d-9aab-89546692e687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2025.12.24 02:38:26.333638 [ 4 ] {963b2acc-91d9-413d-9aab-89546692e687} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 02:38:26.333838 [ 4 ] {963b2acc-91d9-413d-9aab-89546692e687} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:26.333962 [ 4 ] {963b2acc-91d9-413d-9aab-89546692e687} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2025.12.24 02:38:26.333997 [ 4 ] {963b2acc-91d9-413d-9aab-89546692e687} TCPHandler: Processed in 0.001206249 sec. 2025.12.24 02:38:26.373727 [ 188 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.082526074 sec., 5113.535390039274 rows/sec., 26.44 MiB/sec. 2025.12.24 02:38:26.376644 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 02:38:26.378689 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:26.378794 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_56_11} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 02:38:26.381681 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.12.24 02:38:31.362598 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:31.362851 [ 4 ] {dc034c6a-e463-466a-8c09-c55f93bb3d97} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:38:31.362939 [ 4 ] {dc034c6a-e463-466a-8c09-c55f93bb3d97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:38:31.363741 [ 4 ] {dc034c6a-e463-466a-8c09-c55f93bb3d97} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:31.363809 [ 4 ] {dc034c6a-e463-466a-8c09-c55f93bb3d97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:31.364361 [ 4 ] {dc034c6a-e463-466a-8c09-c55f93bb3d97} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 02:38:31.364707 [ 4 ] {dc034c6a-e463-466a-8c09-c55f93bb3d97} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:31.364930 [ 4 ] {dc034c6a-e463-466a-8c09-c55f93bb3d97} executeQuery: Read 4 rows, 334.00 B in 0.002141 sec., 1868.2858477347033 rows/sec., 152.35 KiB/sec. 2025.12.24 02:38:31.365002 [ 4 ] {dc034c6a-e463-466a-8c09-c55f93bb3d97} TCPHandler: Processed in 0.002596001 sec. 2025.12.24 02:38:31.365158 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:31.365292 [ 4 ] {d50735d6-337f-44d3-b6da-ee1a052c6be4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:31.365353 [ 4 ] {d50735d6-337f-44d3-b6da-ee1a052c6be4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:31.366761 [ 4 ] {d50735d6-337f-44d3-b6da-ee1a052c6be4} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:31.366819 [ 4 ] {d50735d6-337f-44d3-b6da-ee1a052c6be4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:31.367405 [ 4 ] {d50735d6-337f-44d3-b6da-ee1a052c6be4} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 02:38:31.367727 [ 4 ] {d50735d6-337f-44d3-b6da-ee1a052c6be4} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:31.367914 [ 4 ] {d50735d6-337f-44d3-b6da-ee1a052c6be4} executeQuery: Read 1250 rows, 105.99 KiB in 0.002654 sec., 470987.18914845516 rows/sec., 39.00 MiB/sec. 2025.12.24 02:38:31.367970 [ 4 ] {d50735d6-337f-44d3-b6da-ee1a052c6be4} TCPHandler: Processed in 0.002876065 sec. 2025.12.24 02:38:31.368120 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:31.368249 [ 4 ] {4e00eb07-1e95-43e7-bd16-b055413e8df7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:31.368309 [ 4 ] {4e00eb07-1e95-43e7-bd16-b055413e8df7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:31.368865 [ 4 ] {4e00eb07-1e95-43e7-bd16-b055413e8df7} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:31.368905 [ 4 ] {4e00eb07-1e95-43e7-bd16-b055413e8df7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:31.369242 [ 4 ] {4e00eb07-1e95-43e7-bd16-b055413e8df7} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 02:38:31.369478 [ 4 ] {4e00eb07-1e95-43e7-bd16-b055413e8df7} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:31.369645 [ 4 ] {4e00eb07-1e95-43e7-bd16-b055413e8df7} executeQuery: Read 30 rows, 2.23 KiB in 0.001427 sec., 21023.12543798178 rows/sec., 1.53 MiB/sec. 2025.12.24 02:38:31.369693 [ 4 ] {4e00eb07-1e95-43e7-bd16-b055413e8df7} TCPHandler: Processed in 0.001638876 sec. 2025.12.24 02:38:31.369853 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:31.369966 [ 4 ] {d6f9c6e3-9c98-4bf0-9de0-1c585ba76fc6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:38:31.370020 [ 4 ] {d6f9c6e3-9c98-4bf0-9de0-1c585ba76fc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:38:31.370715 [ 4 ] {d6f9c6e3-9c98-4bf0-9de0-1c585ba76fc6} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:31.370761 [ 4 ] {d6f9c6e3-9c98-4bf0-9de0-1c585ba76fc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:31.371221 [ 4 ] {d6f9c6e3-9c98-4bf0-9de0-1c585ba76fc6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:38:31.371536 [ 4 ] {d6f9c6e3-9c98-4bf0-9de0-1c585ba76fc6} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:31.371729 [ 4 ] {d6f9c6e3-9c98-4bf0-9de0-1c585ba76fc6} executeQuery: Read 228 rows, 15.81 KiB in 0.001787 sec., 127588.13654168998 rows/sec., 8.64 MiB/sec. 2025.12.24 02:38:31.371782 [ 4 ] {d6f9c6e3-9c98-4bf0-9de0-1c585ba76fc6} TCPHandler: Processed in 0.001989321 sec. 2025.12.24 02:38:31.371936 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:31.372044 [ 4 ] {2919bb88-413f-4400-9cdc-b4820c61461b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:31.372093 [ 4 ] {2919bb88-413f-4400-9cdc-b4820c61461b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:31.372941 [ 4 ] {2919bb88-413f-4400-9cdc-b4820c61461b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:31.372985 [ 4 ] {2919bb88-413f-4400-9cdc-b4820c61461b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:31.373417 [ 4 ] {2919bb88-413f-4400-9cdc-b4820c61461b} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 02:38:31.373719 [ 4 ] {2919bb88-413f-4400-9cdc-b4820c61461b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:31.373871 [ 4 ] {2919bb88-413f-4400-9cdc-b4820c61461b} executeQuery: Read 550 rows, 41.81 KiB in 0.001849 sec., 297458.0854515955 rows/sec., 22.08 MiB/sec. 2025.12.24 02:38:31.373919 [ 4 ] {2919bb88-413f-4400-9cdc-b4820c61461b} TCPHandler: Processed in 0.002041622 sec. 2025.12.24 02:38:31.374058 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:31.374165 [ 4 ] {12a88a24-c83f-4b24-bf49-9f48271de767} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:31.374222 [ 4 ] {12a88a24-c83f-4b24-bf49-9f48271de767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:31.374918 [ 4 ] {12a88a24-c83f-4b24-bf49-9f48271de767} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:31.374962 [ 4 ] {12a88a24-c83f-4b24-bf49-9f48271de767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:31.375467 [ 4 ] {12a88a24-c83f-4b24-bf49-9f48271de767} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 02:38:31.375757 [ 4 ] {12a88a24-c83f-4b24-bf49-9f48271de767} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:31.375930 [ 4 ] {12a88a24-c83f-4b24-bf49-9f48271de767} executeQuery: Read 846 rows, 58.31 KiB in 0.00179 sec., 472625.69832402235 rows/sec., 31.81 MiB/sec. 2025.12.24 02:38:31.375980 [ 4 ] {12a88a24-c83f-4b24-bf49-9f48271de767} TCPHandler: Processed in 0.001977391 sec. 2025.12.24 02:38:31.376121 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:31.376233 [ 4 ] {19e6c087-ed94-46ea-ba7c-59eeb3dfa2ae} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:31.376303 [ 4 ] {19e6c087-ed94-46ea-ba7c-59eeb3dfa2ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:31.377305 [ 4 ] {19e6c087-ed94-46ea-ba7c-59eeb3dfa2ae} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:31.377345 [ 4 ] {19e6c087-ed94-46ea-ba7c-59eeb3dfa2ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:31.377978 [ 4 ] {19e6c087-ed94-46ea-ba7c-59eeb3dfa2ae} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 02:38:31.378256 [ 4 ] {19e6c087-ed94-46ea-ba7c-59eeb3dfa2ae} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:31.378457 [ 4 ] {19e6c087-ed94-46ea-ba7c-59eeb3dfa2ae} executeQuery: Read 26 rows, 47.71 KiB in 0.002248 sec., 11565.836298932385 rows/sec., 20.73 MiB/sec. 2025.12.24 02:38:31.378552 [ 4 ] {19e6c087-ed94-46ea-ba7c-59eeb3dfa2ae} TCPHandler: Processed in 0.00249048 sec. 2025.12.24 02:38:31.378684 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:31.378792 [ 4 ] {cb76d1fd-d5d5-458b-9b63-9d8c857b62ae} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:31.378840 [ 4 ] {cb76d1fd-d5d5-458b-9b63-9d8c857b62ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:31.379250 [ 4 ] {cb76d1fd-d5d5-458b-9b63-9d8c857b62ae} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:31.379292 [ 4 ] {cb76d1fd-d5d5-458b-9b63-9d8c857b62ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:31.379684 [ 4 ] {cb76d1fd-d5d5-458b-9b63-9d8c857b62ae} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 02:38:31.379981 [ 4 ] {cb76d1fd-d5d5-458b-9b63-9d8c857b62ae} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:31.380139 [ 4 ] {cb76d1fd-d5d5-458b-9b63-9d8c857b62ae} executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. 2025.12.24 02:38:31.380186 [ 4 ] {cb76d1fd-d5d5-458b-9b63-9d8c857b62ae} TCPHandler: Processed in 0.001557725 sec. 2025.12.24 02:38:31.600688 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42427 2025.12.24 02:38:31.600802 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.600830 [ 352 ] {} TCP-Session: d825ff21-c21a-46c3-8aa3-5c8201f17424 Authenticating user 'default' from [fd00:1122:3344:101::e]:42427 2025.12.24 02:38:31.600852 [ 352 ] {} TCP-Session: d825ff21-c21a-46c3-8aa3-5c8201f17424 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.600865 [ 352 ] {} TCP-Session: d825ff21-c21a-46c3-8aa3-5c8201f17424 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601035 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59759 2025.12.24 02:38:31.601060 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40900 2025.12.24 02:38:31.601087 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36195 2025.12.24 02:38:31.601108 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51897 2025.12.24 02:38:31.601120 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40234 2025.12.24 02:38:31.601146 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.601162 [ 352 ] {} TCP-Session: d825ff21-c21a-46c3-8aa3-5c8201f17424 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:31.601197 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.601205 [ 353 ] {} TCP-Session: bfa42498-8071-4bda-96c5-8aabecad9177 Authenticating user 'default' from [fd00:1122:3344:101::e]:59759 2025.12.24 02:38:31.601176 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.601230 [ 349 ] {} TCP-Session: 28c85531-3ab1-4d69-9758-b795488fb191 Authenticating user 'default' from [fd00:1122:3344:101::e]:51897 2025.12.24 02:38:31.601241 [ 353 ] {} TCP-Session: bfa42498-8071-4bda-96c5-8aabecad9177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601257 [ 292 ] {} TCP-Session: e6893693-a3bb-4a26-aa89-6408839e3427 Authenticating user 'default' from [fd00:1122:3344:101::e]:36195 2025.12.24 02:38:31.601259 [ 349 ] {} TCP-Session: 28c85531-3ab1-4d69-9758-b795488fb191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601266 [ 353 ] {} TCP-Session: bfa42498-8071-4bda-96c5-8aabecad9177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601277 [ 292 ] {} TCP-Session: e6893693-a3bb-4a26-aa89-6408839e3427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601279 [ 349 ] {} TCP-Session: 28c85531-3ab1-4d69-9758-b795488fb191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601293 [ 292 ] {} TCP-Session: e6893693-a3bb-4a26-aa89-6408839e3427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601155 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.601129 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63729 2025.12.24 02:38:31.601345 [ 291 ] {} TCP-Session: 68e77531-0e87-494a-9f59-4504f46ef064 Authenticating user 'default' from [fd00:1122:3344:101::e]:40900 2025.12.24 02:38:31.601363 [ 352 ] {3c1e512f-1d9b-4a9e-a1f4-432e5edd97f3} executeQuery: (from [fd00:1122:3344:101::e]:42427) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:38:31.601390 [ 291 ] {} TCP-Session: 68e77531-0e87-494a-9f59-4504f46ef064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601115 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49544 2025.12.24 02:38:31.601409 [ 291 ] {} TCP-Session: 68e77531-0e87-494a-9f59-4504f46ef064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601066 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43673 2025.12.24 02:38:31.601586 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.601618 [ 350 ] {} TCP-Session: 0e2fd4b7-6e25-41a4-86cc-7b6bec3a9c99 Authenticating user 'default' from [fd00:1122:3344:101::e]:40234 2025.12.24 02:38:31.601641 [ 350 ] {} TCP-Session: 0e2fd4b7-6e25-41a4-86cc-7b6bec3a9c99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601654 [ 350 ] {} TCP-Session: 0e2fd4b7-6e25-41a4-86cc-7b6bec3a9c99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601661 [ 352 ] {3c1e512f-1d9b-4a9e-a1f4-432e5edd97f3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:38:31.601735 [ 352 ] {3c1e512f-1d9b-4a9e-a1f4-432e5edd97f3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:38:31.601850 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.601890 [ 351 ] {} TCP-Session: 62b646be-c782-49ad-9431-6e8e34e2fa8b Authenticating user 'default' from [fd00:1122:3344:101::e]:63729 2025.12.24 02:38:31.601913 [ 351 ] {} TCP-Session: 62b646be-c782-49ad-9431-6e8e34e2fa8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601930 [ 351 ] {} TCP-Session: 62b646be-c782-49ad-9431-6e8e34e2fa8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.601969 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.602003 [ 290 ] {} TCP-Session: e5b46285-d5f7-46b0-b44b-2013f273c524 Authenticating user 'default' from [fd00:1122:3344:101::e]:43673 2025.12.24 02:38:31.602021 [ 290 ] {} TCP-Session: e5b46285-d5f7-46b0-b44b-2013f273c524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.602034 [ 290 ] {} TCP-Session: e5b46285-d5f7-46b0-b44b-2013f273c524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.602062 [ 352 ] {3c1e512f-1d9b-4a9e-a1f4-432e5edd97f3} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:38:31.602172 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.602207 [ 293 ] {} TCP-Session: 2368d5f8-6bfd-4755-ac08-781a55a79cad Authenticating user 'default' from [fd00:1122:3344:101::e]:49544 2025.12.24 02:38:31.602226 [ 293 ] {} TCP-Session: 2368d5f8-6bfd-4755-ac08-781a55a79cad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.602238 [ 293 ] {} TCP-Session: 2368d5f8-6bfd-4755-ac08-781a55a79cad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.603037 [ 327 ] {3c1e512f-1d9b-4a9e-a1f4-432e5edd97f3} AggregatingTransform: Aggregating 2025.12.24 02:38:31.603086 [ 327 ] {3c1e512f-1d9b-4a9e-a1f4-432e5edd97f3} Aggregator: Aggregation method: without_key 2025.12.24 02:38:31.603125 [ 327 ] {3c1e512f-1d9b-4a9e-a1f4-432e5edd97f3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000939335 sec. (1064.583 rows/sec., 41.59 KiB/sec.) 2025.12.24 02:38:31.603148 [ 327 ] {3c1e512f-1d9b-4a9e-a1f4-432e5edd97f3} Aggregator: Merging aggregated data 2025.12.24 02:38:31.604676 [ 352 ] {3c1e512f-1d9b-4a9e-a1f4-432e5edd97f3} executeQuery: Read 1 rows, 40.00 B in 0.003378 sec., 296.0331557134399 rows/sec., 11.56 KiB/sec. 2025.12.24 02:38:31.604818 [ 352 ] {3c1e512f-1d9b-4a9e-a1f4-432e5edd97f3} TCPHandler: Processed in 0.00377447 sec. 2025.12.24 02:38:31.604932 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.604962 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.604966 [ 352 ] {} TCP-Session: d825ff21-c21a-46c3-8aa3-5c8201f17424 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.604989 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.605010 [ 351 ] {} TCP-Session: 62b646be-c782-49ad-9431-6e8e34e2fa8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.605015 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.605044 [ 353 ] {} TCP-Session: bfa42498-8071-4bda-96c5-8aabecad9177 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.605043 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.605060 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.605081 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.605103 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.605130 [ 350 ] {} TCP-Session: 0e2fd4b7-6e25-41a4-86cc-7b6bec3a9c99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.605145 [ 292 ] {} TCP-Session: e6893693-a3bb-4a26-aa89-6408839e3427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.605165 [ 291 ] {} TCP-Session: 68e77531-0e87-494a-9f59-4504f46ef064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.605127 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.605095 [ 349 ] {} TCP-Session: 28c85531-3ab1-4d69-9758-b795488fb191 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.605075 [ 290 ] {} TCP-Session: e5b46285-d5f7-46b0-b44b-2013f273c524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.605251 [ 293 ] {} TCP-Session: 2368d5f8-6bfd-4755-ac08-781a55a79cad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.667827 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56475 2025.12.24 02:38:31.667943 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.667971 [ 352 ] {} TCP-Session: e9db8f12-1ea8-4464-8265-c2b6240b9cfa Authenticating user 'default' from [fd00:1122:3344:101::e]:56475 2025.12.24 02:38:31.667995 [ 352 ] {} TCP-Session: e9db8f12-1ea8-4464-8265-c2b6240b9cfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668009 [ 352 ] {} TCP-Session: e9db8f12-1ea8-4464-8265-c2b6240b9cfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668267 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59545 2025.12.24 02:38:31.668302 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36750 2025.12.24 02:38:31.668332 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45996 2025.12.24 02:38:31.668354 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61711 2025.12.24 02:38:31.668381 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.668400 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.668409 [ 352 ] {} TCP-Session: e9db8f12-1ea8-4464-8265-c2b6240b9cfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:31.668424 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.668438 [ 291 ] {} TCP-Session: 4c654246-2091-4572-b35c-0c59bd37602c Authenticating user 'default' from [fd00:1122:3344:101::e]:36750 2025.12.24 02:38:31.668473 [ 349 ] {} TCP-Session: e165897d-1e0e-4abd-a154-b3d45241f823 Authenticating user 'default' from [fd00:1122:3344:101::e]:45996 2025.12.24 02:38:31.668473 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.668484 [ 291 ] {} TCP-Session: 4c654246-2091-4572-b35c-0c59bd37602c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668506 [ 349 ] {} TCP-Session: e165897d-1e0e-4abd-a154-b3d45241f823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668522 [ 351 ] {} TCP-Session: 82614ead-0000-41ee-86bc-b06dc3f0c3ee Authenticating user 'default' from [fd00:1122:3344:101::e]:61711 2025.12.24 02:38:31.668545 [ 349 ] {} TCP-Session: e165897d-1e0e-4abd-a154-b3d45241f823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668578 [ 351 ] {} TCP-Session: 82614ead-0000-41ee-86bc-b06dc3f0c3ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668524 [ 291 ] {} TCP-Session: 4c654246-2091-4572-b35c-0c59bd37602c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668623 [ 352 ] {7c8cf598-51fe-4b2d-8154-37021ae41e4d} executeQuery: (from [fd00:1122:3344:101::e]:56475) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:38:31.668431 [ 353 ] {} TCP-Session: 8bb2a87f-7480-4cae-ad6e-2ec3e010a11d Authenticating user 'default' from [fd00:1122:3344:101::e]:59545 2025.12.24 02:38:31.668346 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65408 2025.12.24 02:38:31.668680 [ 353 ] {} TCP-Session: 8bb2a87f-7480-4cae-ad6e-2ec3e010a11d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668339 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34858 2025.12.24 02:38:31.668738 [ 353 ] {} TCP-Session: 8bb2a87f-7480-4cae-ad6e-2ec3e010a11d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668303 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44587 2025.12.24 02:38:31.668307 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36106 2025.12.24 02:38:31.668804 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.668809 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.668862 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.668880 [ 350 ] {} TCP-Session: b90be7c7-55a9-49a1-8476-735df3b8025d Authenticating user 'default' from [fd00:1122:3344:101::e]:65408 2025.12.24 02:38:31.668887 [ 293 ] {} TCP-Session: 12637793-9310-4941-bd0d-2b498bb95fb9 Authenticating user 'default' from [fd00:1122:3344:101::e]:34858 2025.12.24 02:38:31.668900 [ 292 ] {} TCP-Session: 8ce29e48-f3c5-4222-a64b-92cd80808b2a Authenticating user 'default' from [fd00:1122:3344:101::e]:36106 2025.12.24 02:38:31.668924 [ 350 ] {} TCP-Session: b90be7c7-55a9-49a1-8476-735df3b8025d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668940 [ 292 ] {} TCP-Session: 8ce29e48-f3c5-4222-a64b-92cd80808b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668957 [ 350 ] {} TCP-Session: b90be7c7-55a9-49a1-8476-735df3b8025d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668968 [ 292 ] {} TCP-Session: 8ce29e48-f3c5-4222-a64b-92cd80808b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668929 [ 293 ] {} TCP-Session: 12637793-9310-4941-bd0d-2b498bb95fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668852 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.669018 [ 293 ] {} TCP-Session: 12637793-9310-4941-bd0d-2b498bb95fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.668899 [ 352 ] {7c8cf598-51fe-4b2d-8154-37021ae41e4d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:38:31.669045 [ 290 ] {} TCP-Session: 2c0371c0-37d1-493b-bc46-16e1a54e1aa0 Authenticating user 'default' from [fd00:1122:3344:101::e]:44587 2025.12.24 02:38:31.668608 [ 351 ] {} TCP-Session: 82614ead-0000-41ee-86bc-b06dc3f0c3ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.669093 [ 290 ] {} TCP-Session: 2c0371c0-37d1-493b-bc46-16e1a54e1aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.669113 [ 352 ] {7c8cf598-51fe-4b2d-8154-37021ae41e4d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:38:31.669138 [ 290 ] {} TCP-Session: 2c0371c0-37d1-493b-bc46-16e1a54e1aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.669430 [ 352 ] {7c8cf598-51fe-4b2d-8154-37021ae41e4d} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:38:31.670374 [ 305 ] {7c8cf598-51fe-4b2d-8154-37021ae41e4d} AggregatingTransform: Aggregating 2025.12.24 02:38:31.670432 [ 305 ] {7c8cf598-51fe-4b2d-8154-37021ae41e4d} Aggregator: Aggregation method: without_key 2025.12.24 02:38:31.670472 [ 305 ] {7c8cf598-51fe-4b2d-8154-37021ae41e4d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000935295 sec. (1069.181 rows/sec., 41.76 KiB/sec.) 2025.12.24 02:38:31.670498 [ 305 ] {7c8cf598-51fe-4b2d-8154-37021ae41e4d} Aggregator: Merging aggregated data 2025.12.24 02:38:31.671882 [ 352 ] {7c8cf598-51fe-4b2d-8154-37021ae41e4d} executeQuery: Read 1 rows, 40.00 B in 0.00334 sec., 299.4011976047904 rows/sec., 11.70 KiB/sec. 2025.12.24 02:38:31.672077 [ 352 ] {7c8cf598-51fe-4b2d-8154-37021ae41e4d} TCPHandler: Processed in 0.003810951 sec. 2025.12.24 02:38:31.672215 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.672245 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.672263 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.672280 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.672294 [ 351 ] {} TCP-Session: 82614ead-0000-41ee-86bc-b06dc3f0c3ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.672297 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.672311 [ 353 ] {} TCP-Session: 8bb2a87f-7480-4cae-ad6e-2ec3e010a11d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.672322 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.672362 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.672387 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.672399 [ 290 ] {} TCP-Session: 2c0371c0-37d1-493b-bc46-16e1a54e1aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.672406 [ 349 ] {} TCP-Session: e165897d-1e0e-4abd-a154-b3d45241f823 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.672429 [ 350 ] {} TCP-Session: b90be7c7-55a9-49a1-8476-735df3b8025d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.672351 [ 293 ] {} TCP-Session: 12637793-9310-4941-bd0d-2b498bb95fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.672343 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.672320 [ 292 ] {} TCP-Session: 8ce29e48-f3c5-4222-a64b-92cd80808b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.672517 [ 291 ] {} TCP-Session: 4c654246-2091-4572-b35c-0c59bd37602c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.672249 [ 352 ] {} TCP-Session: e9db8f12-1ea8-4464-8265-c2b6240b9cfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868184 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48351 2025.12.24 02:38:31.868302 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.868336 [ 352 ] {} TCP-Session: be1e5897-2f12-4b27-b7f3-804c06a6ab85 Authenticating user 'default' from [fd00:1122:3344:101::e]:48351 2025.12.24 02:38:31.868363 [ 352 ] {} TCP-Session: be1e5897-2f12-4b27-b7f3-804c06a6ab85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868379 [ 352 ] {} TCP-Session: be1e5897-2f12-4b27-b7f3-804c06a6ab85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868551 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41061 2025.12.24 02:38:31.868609 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53796 2025.12.24 02:38:31.868637 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40081 2025.12.24 02:38:31.868658 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56106 2025.12.24 02:38:31.868670 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.868671 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39669 2025.12.24 02:38:31.868683 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39841 2025.12.24 02:38:31.868711 [ 353 ] {} TCP-Session: b2fc6fb5-519e-46d1-98df-f820a76d2718 Authenticating user 'default' from [fd00:1122:3344:101::e]:41061 2025.12.24 02:38:31.868734 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.868737 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.868770 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.868773 [ 353 ] {} TCP-Session: b2fc6fb5-519e-46d1-98df-f820a76d2718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868790 [ 292 ] {} TCP-Session: 5086e9ba-1761-47a8-b483-05bfd664f401 Authenticating user 'default' from [fd00:1122:3344:101::e]:40081 2025.12.24 02:38:31.868809 [ 350 ] {} TCP-Session: 95855c8b-89b6-43af-bc29-0d2cb1134588 Authenticating user 'default' from [fd00:1122:3344:101::e]:39669 2025.12.24 02:38:31.868812 [ 353 ] {} TCP-Session: b2fc6fb5-519e-46d1-98df-f820a76d2718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868827 [ 292 ] {} TCP-Session: 5086e9ba-1761-47a8-b483-05bfd664f401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868844 [ 350 ] {} TCP-Session: 95855c8b-89b6-43af-bc29-0d2cb1134588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868863 [ 292 ] {} TCP-Session: 5086e9ba-1761-47a8-b483-05bfd664f401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868819 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.868902 [ 350 ] {} TCP-Session: 95855c8b-89b6-43af-bc29-0d2cb1134588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868778 [ 349 ] {} TCP-Session: afdbb2e4-72de-4eb4-a835-60aac372e646 Authenticating user 'default' from [fd00:1122:3344:101::e]:56106 2025.12.24 02:38:31.868946 [ 351 ] {} TCP-Session: a5ae1e15-fe4a-4c82-9d43-fadaa915fdd7 Authenticating user 'default' from [fd00:1122:3344:101::e]:39841 2025.12.24 02:38:31.868970 [ 349 ] {} TCP-Session: afdbb2e4-72de-4eb4-a835-60aac372e646 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868734 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.869009 [ 349 ] {} TCP-Session: afdbb2e4-72de-4eb4-a835-60aac372e646 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.869001 [ 351 ] {} TCP-Session: a5ae1e15-fe4a-4c82-9d43-fadaa915fdd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.869052 [ 290 ] {} TCP-Session: 1ed72075-aebd-4e02-8c87-db3d8571d822 Authenticating user 'default' from [fd00:1122:3344:101::e]:53796 2025.12.24 02:38:31.869075 [ 351 ] {} TCP-Session: a5ae1e15-fe4a-4c82-9d43-fadaa915fdd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.869100 [ 290 ] {} TCP-Session: 1ed72075-aebd-4e02-8c87-db3d8571d822 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868661 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60496 2025.12.24 02:38:31.869131 [ 290 ] {} TCP-Session: 1ed72075-aebd-4e02-8c87-db3d8571d822 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.868627 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39633 2025.12.24 02:38:31.868725 [ 352 ] {} TCP-Session: be1e5897-2f12-4b27-b7f3-804c06a6ab85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:31.869197 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.869250 [ 293 ] {} TCP-Session: eba6776b-f736-46c2-b1ef-6a8ced5c33a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:60496 2025.12.24 02:38:31.869262 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:38:31.869268 [ 293 ] {} TCP-Session: eba6776b-f736-46c2-b1ef-6a8ced5c33a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.869293 [ 291 ] {} TCP-Session: a88d11da-20d1-40d3-a3b1-238784096463 Authenticating user 'default' from [fd00:1122:3344:101::e]:39633 2025.12.24 02:38:31.869298 [ 293 ] {} TCP-Session: eba6776b-f736-46c2-b1ef-6a8ced5c33a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.869321 [ 291 ] {} TCP-Session: a88d11da-20d1-40d3-a3b1-238784096463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.869339 [ 291 ] {} TCP-Session: a88d11da-20d1-40d3-a3b1-238784096463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.869381 [ 352 ] {2620bf64-2021-4c1b-820e-956cd80f5fd0} executeQuery: (from [fd00:1122:3344:101::e]:48351) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:38:31.869650 [ 352 ] {2620bf64-2021-4c1b-820e-956cd80f5fd0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:38:31.869706 [ 352 ] {2620bf64-2021-4c1b-820e-956cd80f5fd0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:38:31.869995 [ 352 ] {2620bf64-2021-4c1b-820e-956cd80f5fd0} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:38:31.870969 [ 304 ] {2620bf64-2021-4c1b-820e-956cd80f5fd0} AggregatingTransform: Aggregating 2025.12.24 02:38:31.871019 [ 304 ] {2620bf64-2021-4c1b-820e-956cd80f5fd0} Aggregator: Aggregation method: without_key 2025.12.24 02:38:31.871058 [ 304 ] {2620bf64-2021-4c1b-820e-956cd80f5fd0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000959075 sec. (1042.671 rows/sec., 40.73 KiB/sec.) 2025.12.24 02:38:31.871077 [ 304 ] {2620bf64-2021-4c1b-820e-956cd80f5fd0} Aggregator: Merging aggregated data 2025.12.24 02:38:31.872460 [ 352 ] {2620bf64-2021-4c1b-820e-956cd80f5fd0} executeQuery: Read 1 rows, 40.00 B in 0.003129 sec., 319.59092361776925 rows/sec., 12.48 KiB/sec. 2025.12.24 02:38:31.872608 [ 352 ] {2620bf64-2021-4c1b-820e-956cd80f5fd0} TCPHandler: Processed in 0.004010794 sec. 2025.12.24 02:38:31.872744 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.872772 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.872783 [ 352 ] {} TCP-Session: be1e5897-2f12-4b27-b7f3-804c06a6ab85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.872796 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.872812 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.872830 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.872852 [ 353 ] {} TCP-Session: b2fc6fb5-519e-46d1-98df-f820a76d2718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.872865 [ 292 ] {} TCP-Session: 5086e9ba-1761-47a8-b483-05bfd664f401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.872874 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.872894 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.872920 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.872952 [ 349 ] {} TCP-Session: afdbb2e4-72de-4eb4-a835-60aac372e646 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.872936 [ 290 ] {} TCP-Session: 1ed72075-aebd-4e02-8c87-db3d8571d822 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.872983 [ 350 ] {} TCP-Session: 95855c8b-89b6-43af-bc29-0d2cb1134588 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.872887 [ 291 ] {} TCP-Session: a88d11da-20d1-40d3-a3b1-238784096463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.872853 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:38:31.872817 [ 351 ] {} TCP-Session: a5ae1e15-fe4a-4c82-9d43-fadaa915fdd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:31.873064 [ 293 ] {} TCP-Session: eba6776b-f736-46c2-b1ef-6a8ced5c33a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:38:32.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 340.51 MiB, peak 353.58 MiB, free memory in arenas 0.00 B, will set to 339.27 MiB (RSS), difference: -1.24 MiB 2025.12.24 02:38:32.297669 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27279 2025.12.24 02:38:32.298209 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:32.298281 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:32.298977 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 02:38:32.299325 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:32.299497 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27279 2025.12.24 02:38:33.794071 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.12.24 02:38:33.810098 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:33.810155 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:33.815668 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 02:38:33.816366 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:33.819253 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.12.24 02:38:34.882315 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1330 2025.12.24 02:38:34.884770 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:34.884825 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:34.886050 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 02:38:34.886317 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:34.886617 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1330 2025.12.24 02:38:36.324348 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:36.324520 [ 4 ] {dc83f8d8-6a68-421b-8083-4d8deef635d1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:36.324584 [ 4 ] {dc83f8d8-6a68-421b-8083-4d8deef635d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:36.325218 [ 4 ] {dc83f8d8-6a68-421b-8083-4d8deef635d1} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:36.325265 [ 4 ] {dc83f8d8-6a68-421b-8083-4d8deef635d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:36.325657 [ 4 ] {dc83f8d8-6a68-421b-8083-4d8deef635d1} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 02:38:36.325879 [ 4 ] {dc83f8d8-6a68-421b-8083-4d8deef635d1} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:36.326034 [ 4 ] {dc83f8d8-6a68-421b-8083-4d8deef635d1} executeQuery: Read 84 rows, 7.20 KiB in 0.001561 sec., 53811.65919282511 rows/sec., 4.50 MiB/sec. 2025.12.24 02:38:36.326081 [ 4 ] {dc83f8d8-6a68-421b-8083-4d8deef635d1} TCPHandler: Processed in 0.0018529 sec. 2025.12.24 02:38:36.326202 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:36.326301 [ 4 ] {30002e71-7afe-4761-bfa1-e4d539a3c0d2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:36.326345 [ 4 ] {30002e71-7afe-4761-bfa1-e4d539a3c0d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:36.326748 [ 4 ] {30002e71-7afe-4761-bfa1-e4d539a3c0d2} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:36.326786 [ 4 ] {30002e71-7afe-4761-bfa1-e4d539a3c0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:36.327086 [ 4 ] {30002e71-7afe-4761-bfa1-e4d539a3c0d2} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 02:38:36.327311 [ 4 ] {30002e71-7afe-4761-bfa1-e4d539a3c0d2} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:36.327443 [ 4 ] {30002e71-7afe-4761-bfa1-e4d539a3c0d2} executeQuery: Read 14 rows, 1.05 KiB in 0.001164 sec., 12027.491408934708 rows/sec., 904.41 KiB/sec. 2025.12.24 02:38:36.327481 [ 4 ] {30002e71-7afe-4761-bfa1-e4d539a3c0d2} TCPHandler: Processed in 0.001328781 sec. 2025.12.24 02:38:36.327603 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:36.327728 [ 4 ] {3391c227-f511-4ff8-92bf-423b94fb887e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:36.327779 [ 4 ] {3391c227-f511-4ff8-92bf-423b94fb887e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:36.328296 [ 4 ] {3391c227-f511-4ff8-92bf-423b94fb887e} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:36.328343 [ 4 ] {3391c227-f511-4ff8-92bf-423b94fb887e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:36.328686 [ 4 ] {3391c227-f511-4ff8-92bf-423b94fb887e} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 02:38:36.328901 [ 4 ] {3391c227-f511-4ff8-92bf-423b94fb887e} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:36.329034 [ 4 ] {3391c227-f511-4ff8-92bf-423b94fb887e} executeQuery: Read 78 rows, 6.24 KiB in 0.001332 sec., 58558.55855855856 rows/sec., 4.57 MiB/sec. 2025.12.24 02:38:36.329073 [ 4 ] {3391c227-f511-4ff8-92bf-423b94fb887e} TCPHandler: Processed in 0.001532785 sec. 2025.12.24 02:38:36.329186 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:36.329281 [ 4 ] {8346658c-86ab-45f4-ab17-e87f0a36aa5c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:36.329325 [ 4 ] {8346658c-86ab-45f4-ab17-e87f0a36aa5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:36.329734 [ 4 ] {8346658c-86ab-45f4-ab17-e87f0a36aa5c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:36.329771 [ 4 ] {8346658c-86ab-45f4-ab17-e87f0a36aa5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:36.330105 [ 4 ] {8346658c-86ab-45f4-ab17-e87f0a36aa5c} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 02:38:36.330312 [ 4 ] {8346658c-86ab-45f4-ab17-e87f0a36aa5c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:36.330445 [ 4 ] {8346658c-86ab-45f4-ab17-e87f0a36aa5c} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2025.12.24 02:38:36.330484 [ 4 ] {8346658c-86ab-45f4-ab17-e87f0a36aa5c} TCPHandler: Processed in 0.001348222 sec. 2025.12.24 02:38:36.330585 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:36.330679 [ 4 ] {def3c713-718b-49c5-84a5-1049655bf356} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:36.330735 [ 4 ] {def3c713-718b-49c5-84a5-1049655bf356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:36.331515 [ 4 ] {def3c713-718b-49c5-84a5-1049655bf356} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:36.331552 [ 4 ] {def3c713-718b-49c5-84a5-1049655bf356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:36.332067 [ 4 ] {def3c713-718b-49c5-84a5-1049655bf356} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 02:38:36.332290 [ 4 ] {def3c713-718b-49c5-84a5-1049655bf356} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:36.332431 [ 4 ] {def3c713-718b-49c5-84a5-1049655bf356} executeQuery: Read 14 rows, 25.69 KiB in 0.001771 sec., 7905.138339920949 rows/sec., 14.17 MiB/sec. 2025.12.24 02:38:36.332494 [ 4 ] {def3c713-718b-49c5-84a5-1049655bf356} TCPHandler: Processed in 0.001957921 sec. 2025.12.24 02:38:36.332605 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:36.332699 [ 4 ] {67e8c80d-1983-4e84-8cc0-ae47a01e7a76} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:36.332743 [ 4 ] {67e8c80d-1983-4e84-8cc0-ae47a01e7a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:36.333082 [ 4 ] {67e8c80d-1983-4e84-8cc0-ae47a01e7a76} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:36.333119 [ 4 ] {67e8c80d-1983-4e84-8cc0-ae47a01e7a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:36.333428 [ 4 ] {67e8c80d-1983-4e84-8cc0-ae47a01e7a76} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 02:38:36.333646 [ 4 ] {67e8c80d-1983-4e84-8cc0-ae47a01e7a76} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:36.333774 [ 4 ] {67e8c80d-1983-4e84-8cc0-ae47a01e7a76} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.12.24 02:38:36.333812 [ 4 ] {67e8c80d-1983-4e84-8cc0-ae47a01e7a76} TCPHandler: Processed in 0.00125604 sec. 2025.12.24 02:38:39.655661 [ 109 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:38:39.655764 [ 109 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:38:39.799715 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27727 2025.12.24 02:38:39.800465 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:39.800560 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:39.801204 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 02:38:39.801451 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:39.801606 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27727 2025.12.24 02:38:41.319382 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.12.24 02:38:41.325345 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:41.325536 [ 4 ] {6057ae24-e254-4c1e-bbf3-6a462ccd471e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:41.325605 [ 4 ] {6057ae24-e254-4c1e-bbf3-6a462ccd471e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:41.326258 [ 4 ] {6057ae24-e254-4c1e-bbf3-6a462ccd471e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:41.326300 [ 4 ] {6057ae24-e254-4c1e-bbf3-6a462ccd471e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:41.326695 [ 4 ] {6057ae24-e254-4c1e-bbf3-6a462ccd471e} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 02:38:41.326916 [ 4 ] {6057ae24-e254-4c1e-bbf3-6a462ccd471e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:41.327077 [ 4 ] {6057ae24-e254-4c1e-bbf3-6a462ccd471e} executeQuery: Read 108 rows, 9.29 KiB in 0.001592 sec., 67839.1959798995 rows/sec., 5.70 MiB/sec. 2025.12.24 02:38:41.327127 [ 4 ] {6057ae24-e254-4c1e-bbf3-6a462ccd471e} TCPHandler: Processed in 0.001913411 sec. 2025.12.24 02:38:41.327248 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:41.327351 [ 4 ] {20a6ede5-082d-49c0-afd0-30581ba41b4a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:41.327397 [ 4 ] {20a6ede5-082d-49c0-afd0-30581ba41b4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:41.327811 [ 4 ] {20a6ede5-082d-49c0-afd0-30581ba41b4a} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:41.327846 [ 4 ] {20a6ede5-082d-49c0-afd0-30581ba41b4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:41.328148 [ 4 ] {20a6ede5-082d-49c0-afd0-30581ba41b4a} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 02:38:41.328351 [ 4 ] {20a6ede5-082d-49c0-afd0-30581ba41b4a} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:41.328480 [ 4 ] {20a6ede5-082d-49c0-afd0-30581ba41b4a} executeQuery: Read 26 rows, 1.96 KiB in 0.001153 sec., 22549.869904596704 rows/sec., 1.66 MiB/sec. 2025.12.24 02:38:41.328519 [ 4 ] {20a6ede5-082d-49c0-afd0-30581ba41b4a} TCPHandler: Processed in 0.001323211 sec. 2025.12.24 02:38:41.328621 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:41.328715 [ 4 ] {6eb0f273-12d1-45d2-93f4-539be4592e5b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:41.328755 [ 4 ] {6eb0f273-12d1-45d2-93f4-539be4592e5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:41.329173 [ 4 ] {6eb0f273-12d1-45d2-93f4-539be4592e5b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:41.329206 [ 4 ] {6eb0f273-12d1-45d2-93f4-539be4592e5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:41.329509 [ 4 ] {6eb0f273-12d1-45d2-93f4-539be4592e5b} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 02:38:41.329723 [ 4 ] {6eb0f273-12d1-45d2-93f4-539be4592e5b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:41.329854 [ 4 ] {6eb0f273-12d1-45d2-93f4-539be4592e5b} executeQuery: Read 90 rows, 7.20 KiB in 0.001157 sec., 77787.38115816767 rows/sec., 6.07 MiB/sec. 2025.12.24 02:38:41.329891 [ 4 ] {6eb0f273-12d1-45d2-93f4-539be4592e5b} TCPHandler: Processed in 0.001319461 sec. 2025.12.24 02:38:41.329998 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:41.330092 [ 4 ] {85125cd6-208b-48f1-962a-1d0fda34ec6f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:41.330136 [ 4 ] {85125cd6-208b-48f1-962a-1d0fda34ec6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:41.330521 [ 4 ] {85125cd6-208b-48f1-962a-1d0fda34ec6f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:41.330556 [ 4 ] {85125cd6-208b-48f1-962a-1d0fda34ec6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:41.330882 [ 4 ] {85125cd6-208b-48f1-962a-1d0fda34ec6f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 02:38:41.331086 [ 4 ] {85125cd6-208b-48f1-962a-1d0fda34ec6f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:41.331218 [ 4 ] {85125cd6-208b-48f1-962a-1d0fda34ec6f} executeQuery: Read 160 rows, 11.41 KiB in 0.001146 sec., 139616.05584642233 rows/sec., 9.72 MiB/sec. 2025.12.24 02:38:41.331256 [ 4 ] {85125cd6-208b-48f1-962a-1d0fda34ec6f} TCPHandler: Processed in 0.001307831 sec. 2025.12.24 02:38:41.331361 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:41.331456 [ 4 ] {dbbc0ae9-38a5-4963-9386-61c4814f3ef4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:41.331509 [ 4 ] {dbbc0ae9-38a5-4963-9386-61c4814f3ef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:41.332345 [ 4 ] {dbbc0ae9-38a5-4963-9386-61c4814f3ef4} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:41.332381 [ 4 ] {dbbc0ae9-38a5-4963-9386-61c4814f3ef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:41.332922 [ 4 ] {dbbc0ae9-38a5-4963-9386-61c4814f3ef4} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 02:38:41.333140 [ 4 ] {dbbc0ae9-38a5-4963-9386-61c4814f3ef4} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:41.333279 [ 4 ] {dbbc0ae9-38a5-4963-9386-61c4814f3ef4} executeQuery: Read 26 rows, 47.71 KiB in 0.001842 sec., 14115.092290988056 rows/sec., 25.29 MiB/sec. 2025.12.24 02:38:41.333356 [ 4 ] {dbbc0ae9-38a5-4963-9386-61c4814f3ef4} TCPHandler: Processed in 0.002044233 sec. 2025.12.24 02:38:41.333465 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:41.333559 [ 4 ] {e357e43d-10dc-4b9b-99f8-4ad17b703904} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:41.333602 [ 4 ] {e357e43d-10dc-4b9b-99f8-4ad17b703904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:41.333937 [ 4 ] {e357e43d-10dc-4b9b-99f8-4ad17b703904} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:41.333972 [ 4 ] {e357e43d-10dc-4b9b-99f8-4ad17b703904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:41.334268 [ 4 ] {e357e43d-10dc-4b9b-99f8-4ad17b703904} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 02:38:41.334477 [ 4 ] {e357e43d-10dc-4b9b-99f8-4ad17b703904} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:41.334609 [ 4 ] {e357e43d-10dc-4b9b-99f8-4ad17b703904} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.12.24 02:38:41.334646 [ 4 ] {e357e43d-10dc-4b9b-99f8-4ad17b703904} TCPHandler: Processed in 0.001230079 sec. 2025.12.24 02:38:41.336034 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:41.336091 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:41.341981 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 02:38:41.342704 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:41.345568 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.12.24 02:38:44.886899 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1354 2025.12.24 02:38:44.889284 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:44.889347 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:44.890625 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 02:38:44.890918 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:44.891314 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1354 2025.12.24 02:38:46.327293 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:46.327485 [ 4 ] {24f271ce-bc55-452f-acc7-7dd3c9a57ec8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:38:46.327555 [ 4 ] {24f271ce-bc55-452f-acc7-7dd3c9a57ec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:38:46.328176 [ 4 ] {24f271ce-bc55-452f-acc7-7dd3c9a57ec8} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.328222 [ 4 ] {24f271ce-bc55-452f-acc7-7dd3c9a57ec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.328623 [ 4 ] {24f271ce-bc55-452f-acc7-7dd3c9a57ec8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:38:46.328843 [ 4 ] {24f271ce-bc55-452f-acc7-7dd3c9a57ec8} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.329005 [ 4 ] {24f271ce-bc55-452f-acc7-7dd3c9a57ec8} executeQuery: Read 24 rows, 2.04 KiB in 0.001572 sec., 15267.175572519083 rows/sec., 1.27 MiB/sec. 2025.12.24 02:38:46.329059 [ 4 ] {24f271ce-bc55-452f-acc7-7dd3c9a57ec8} TCPHandler: Processed in 0.00189332 sec. 2025.12.24 02:38:46.329174 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:46.329275 [ 4 ] {7a55c47a-6a00-4886-8635-c9b6172698d0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:38:46.329318 [ 4 ] {7a55c47a-6a00-4886-8635-c9b6172698d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:38:46.329710 [ 4 ] {7a55c47a-6a00-4886-8635-c9b6172698d0} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.329748 [ 4 ] {7a55c47a-6a00-4886-8635-c9b6172698d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.330049 [ 4 ] {7a55c47a-6a00-4886-8635-c9b6172698d0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:38:46.330248 [ 4 ] {7a55c47a-6a00-4886-8635-c9b6172698d0} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.330376 [ 4 ] {7a55c47a-6a00-4886-8635-c9b6172698d0} executeQuery: Read 14 rows, 1.14 KiB in 0.001125 sec., 12444.444444444445 rows/sec., 1014.76 KiB/sec. 2025.12.24 02:38:46.330413 [ 4 ] {7a55c47a-6a00-4886-8635-c9b6172698d0} TCPHandler: Processed in 0.001289981 sec. 2025.12.24 02:38:46.330512 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:46.330604 [ 4 ] {84b9d5ec-1de2-424d-b366-32536d71ad0a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:46.330643 [ 4 ] {84b9d5ec-1de2-424d-b366-32536d71ad0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:46.331124 [ 4 ] {84b9d5ec-1de2-424d-b366-32536d71ad0a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.331161 [ 4 ] {84b9d5ec-1de2-424d-b366-32536d71ad0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.331473 [ 4 ] {84b9d5ec-1de2-424d-b366-32536d71ad0a} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 02:38:46.331676 [ 4 ] {84b9d5ec-1de2-424d-b366-32536d71ad0a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.331803 [ 4 ] {84b9d5ec-1de2-424d-b366-32536d71ad0a} executeQuery: Read 211 rows, 19.17 KiB in 0.001217 sec., 173377.1569433032 rows/sec., 15.38 MiB/sec. 2025.12.24 02:38:46.331803 [ 102 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 02:38:46.331840 [ 4 ] {84b9d5ec-1de2-424d-b366-32536d71ad0a} TCPHandler: Processed in 0.001375252 sec. 2025.12.24 02:38:46.331893 [ 102 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.331923 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.331985 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:46.332036 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 02:38:46.332081 [ 4 ] {e42267df-3f49-454a-a34e-22294c0e6ef8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:46.332125 [ 4 ] {e42267df-3f49-454a-a34e-22294c0e6ef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:46.332178 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:46.332224 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1406 rows starting from the beginning of the part 2025.12.24 02:38:46.332299 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 84 rows starting from the beginning of the part 2025.12.24 02:38:46.332353 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1250 rows starting from the beginning of the part 2025.12.24 02:38:46.332399 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 84 rows starting from the beginning of the part 2025.12.24 02:38:46.332444 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 108 rows starting from the beginning of the part 2025.12.24 02:38:46.332492 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 211 rows starting from the beginning of the part 2025.12.24 02:38:46.332521 [ 4 ] {e42267df-3f49-454a-a34e-22294c0e6ef8} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.332561 [ 4 ] {e42267df-3f49-454a-a34e-22294c0e6ef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.332899 [ 4 ] {e42267df-3f49-454a-a34e-22294c0e6ef8} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 02:38:46.333116 [ 4 ] {e42267df-3f49-454a-a34e-22294c0e6ef8} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.333263 [ 102 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 02:38:46.333273 [ 4 ] {e42267df-3f49-454a-a34e-22294c0e6ef8} executeQuery: Read 40 rows, 2.99 KiB in 0.00121 sec., 33057.85123966942 rows/sec., 2.41 MiB/sec. 2025.12.24 02:38:46.333304 [ 102 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.333326 [ 4 ] {e42267df-3f49-454a-a34e-22294c0e6ef8} TCPHandler: Processed in 0.001398303 sec. 2025.12.24 02:38:46.333328 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.333437 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:46.333469 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 02:38:46.333533 [ 4 ] {0f716c2a-478c-47fc-89ad-a9fe86edc4b6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:38:46.333576 [ 4 ] {0f716c2a-478c-47fc-89ad-a9fe86edc4b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:38:46.333612 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:46.333652 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 70 rows starting from the beginning of the part 2025.12.24 02:38:46.333721 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 14 rows starting from the beginning of the part 2025.12.24 02:38:46.333766 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 30 rows starting from the beginning of the part 2025.12.24 02:38:46.333808 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 14 rows starting from the beginning of the part 2025.12.24 02:38:46.333852 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 26 rows starting from the beginning of the part 2025.12.24 02:38:46.333894 [ 191 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 40 rows starting from the beginning of the part 2025.12.24 02:38:46.333925 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3143 rows, containing 5 columns (5 merged, 0 gathered) in 0.001938781 sec., 1621121.7254553246 rows/sec., 142.03 MiB/sec. 2025.12.24 02:38:46.333988 [ 4 ] {0f716c2a-478c-47fc-89ad-a9fe86edc4b6} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.334029 [ 4 ] {0f716c2a-478c-47fc-89ad-a9fe86edc4b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.334170 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 02:38:46.334367 [ 4 ] {0f716c2a-478c-47fc-89ad-a9fe86edc4b6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 02:38:46.334506 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.334617 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_86_17} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 02:38:46.334636 [ 4 ] {0f716c2a-478c-47fc-89ad-a9fe86edc4b6} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.334714 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:38:46.334775 [ 4 ] {0f716c2a-478c-47fc-89ad-a9fe86edc4b6} executeQuery: Read 24 rows, 2.04 KiB in 0.00126 sec., 19047.619047619046 rows/sec., 1.58 MiB/sec. 2025.12.24 02:38:46.334779 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.001365411 sec., 142081.76146229962 rows/sec., 10.92 MiB/sec. 2025.12.24 02:38:46.334818 [ 4 ] {0f716c2a-478c-47fc-89ad-a9fe86edc4b6} TCPHandler: Processed in 0.001427223 sec. 2025.12.24 02:38:46.334920 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:46.335000 [ 201 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 02:38:46.335011 [ 4 ] {f7483a28-7f7d-4cf7-a2e7-7f2566b3a96a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:38:46.335072 [ 4 ] {f7483a28-7f7d-4cf7-a2e7-7f2566b3a96a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:38:46.335348 [ 201 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.335447 [ 201 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_81_16} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 02:38:46.335447 [ 4 ] {f7483a28-7f7d-4cf7-a2e7-7f2566b3a96a} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.335496 [ 4 ] {f7483a28-7f7d-4cf7-a2e7-7f2566b3a96a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.335573 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:38:46.335788 [ 4 ] {f7483a28-7f7d-4cf7-a2e7-7f2566b3a96a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 02:38:46.335991 [ 4 ] {f7483a28-7f7d-4cf7-a2e7-7f2566b3a96a} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.336115 [ 4 ] {f7483a28-7f7d-4cf7-a2e7-7f2566b3a96a} executeQuery: Read 12 rows, 960.00 B in 0.001121 sec., 10704.727921498661 rows/sec., 836.31 KiB/sec. 2025.12.24 02:38:46.336151 [ 4 ] {f7483a28-7f7d-4cf7-a2e7-7f2566b3a96a} TCPHandler: Processed in 0.001277501 sec. 2025.12.24 02:38:46.336272 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:46.336393 [ 4 ] {4746792f-92d2-4ad4-8a2f-87df0999ba3b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:46.336444 [ 4 ] {4746792f-92d2-4ad4-8a2f-87df0999ba3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:46.336967 [ 4 ] {4746792f-92d2-4ad4-8a2f-87df0999ba3b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.337002 [ 4 ] {4746792f-92d2-4ad4-8a2f-87df0999ba3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.337309 [ 4 ] {4746792f-92d2-4ad4-8a2f-87df0999ba3b} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 02:38:46.337506 [ 4 ] {4746792f-92d2-4ad4-8a2f-87df0999ba3b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.337630 [ 4 ] {4746792f-92d2-4ad4-8a2f-87df0999ba3b} executeQuery: Read 128 rows, 10.64 KiB in 0.00131 sec., 97709.92366412214 rows/sec., 7.93 MiB/sec. 2025.12.24 02:38:46.337631 [ 100 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 02:38:46.337666 [ 4 ] {4746792f-92d2-4ad4-8a2f-87df0999ba3b} TCPHandler: Processed in 0.001508385 sec. 2025.12.24 02:38:46.337680 [ 100 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.337703 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.337762 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:46.337901 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 02:38:46.337918 [ 4 ] {eba30d25-8d76-43d8-b877-7573b985543a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:46.338006 [ 4 ] {eba30d25-8d76-43d8-b877-7573b985543a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:46.338076 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:46.338126 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 632 rows starting from the beginning of the part 2025.12.24 02:38:46.338211 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 78 rows starting from the beginning of the part 2025.12.24 02:38:46.338280 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 550 rows starting from the beginning of the part 2025.12.24 02:38:46.338343 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 78 rows starting from the beginning of the part 2025.12.24 02:38:46.338403 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 90 rows starting from the beginning of the part 2025.12.24 02:38:46.338455 [ 4 ] {eba30d25-8d76-43d8-b877-7573b985543a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.338463 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 128 rows starting from the beginning of the part 2025.12.24 02:38:46.338504 [ 4 ] {eba30d25-8d76-43d8-b877-7573b985543a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.338899 [ 4 ] {eba30d25-8d76-43d8-b877-7573b985543a} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 02:38:46.339127 [ 4 ] {eba30d25-8d76-43d8-b877-7573b985543a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.339238 [ 100 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 02:38:46.339262 [ 4 ] {eba30d25-8d76-43d8-b877-7573b985543a} executeQuery: Read 203 rows, 14.89 KiB in 0.001363 sec., 148936.17021276595 rows/sec., 10.67 MiB/sec. 2025.12.24 02:38:46.339264 [ 100 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.339292 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.339300 [ 4 ] {eba30d25-8d76-43d8-b877-7573b985543a} TCPHandler: Processed in 0.001528255 sec. 2025.12.24 02:38:46.339364 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 02:38:46.339411 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:46.339467 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:46.339501 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22985 rows starting from the beginning of the part 2025.12.24 02:38:46.339509 [ 4 ] {29285751-0fa0-4369-9a04-0a9a6d652fcb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:46.339556 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2025.12.24 02:38:46.339561 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1556 rows, containing 5 columns (5 merged, 0 gathered) in 0.001717358 sec., 906042.8868063618 rows/sec., 72.20 MiB/sec. 2025.12.24 02:38:46.339570 [ 4 ] {29285751-0fa0-4369-9a04-0a9a6d652fcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:46.339611 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 846 rows starting from the beginning of the part 2025.12.24 02:38:46.339659 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2025.12.24 02:38:46.339699 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2025.12.24 02:38:46.339747 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 203 rows starting from the beginning of the part 2025.12.24 02:38:46.339756 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 02:38:46.340079 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.340159 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_86_17} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 02:38:46.340254 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:38:46.340410 [ 4 ] {29285751-0fa0-4369-9a04-0a9a6d652fcb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.340450 [ 4 ] {29285751-0fa0-4369-9a04-0a9a6d652fcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.341007 [ 4 ] {29285751-0fa0-4369-9a04-0a9a6d652fcb} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 02:38:46.341235 [ 4 ] {29285751-0fa0-4369-9a04-0a9a6d652fcb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.341359 [ 100 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 02:38:46.341382 [ 4 ] {29285751-0fa0-4369-9a04-0a9a6d652fcb} executeQuery: Read 14 rows, 25.69 KiB in 0.001892 sec., 7399.577167019027 rows/sec., 13.26 MiB/sec. 2025.12.24 02:38:46.341389 [ 100 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.341417 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.341450 [ 4 ] {29285751-0fa0-4369-9a04-0a9a6d652fcb} TCPHandler: Processed in 0.002089793 sec. 2025.12.24 02:38:46.341505 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 02:38:46.341562 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:46.341663 [ 4 ] {b96ce175-5122-4472-92dd-24681eb1e61f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:46.341706 [ 4 ] {b96ce175-5122-4472-92dd-24681eb1e61f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:46.341713 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:46.341771 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1455 rows starting from the beginning of the part 2025.12.24 02:38:46.341896 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 14 rows starting from the beginning of the part 2025.12.24 02:38:46.342012 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 26 rows starting from the beginning of the part 2025.12.24 02:38:46.342067 [ 4 ] {b96ce175-5122-4472-92dd-24681eb1e61f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.342106 [ 4 ] {b96ce175-5122-4472-92dd-24681eb1e61f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.342120 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 14 rows starting from the beginning of the part 2025.12.24 02:38:46.342230 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 26 rows starting from the beginning of the part 2025.12.24 02:38:46.342338 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 14 rows starting from the beginning of the part 2025.12.24 02:38:46.342434 [ 4 ] {b96ce175-5122-4472-92dd-24681eb1e61f} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 02:38:46.342666 [ 4 ] {b96ce175-5122-4472-92dd-24681eb1e61f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.342780 [ 100 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 02:38:46.342803 [ 4 ] {b96ce175-5122-4472-92dd-24681eb1e61f} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2025.12.24 02:38:46.342807 [ 100 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:46.342835 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:46.342839 [ 4 ] {b96ce175-5122-4472-92dd-24681eb1e61f} TCPHandler: Processed in 0.001327901 sec. 2025.12.24 02:38:46.342910 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 02:38:46.343021 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:38:46.343052 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4788 rows starting from the beginning of the part 2025.12.24 02:38:46.343111 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2025.12.24 02:38:46.343154 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2025.12.24 02:38:46.343191 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2025.12.24 02:38:46.343229 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2025.12.24 02:38:46.343267 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2025.12.24 02:38:46.345523 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5088 rows, containing 4 columns (4 merged, 0 gathered) in 0.002649332 sec., 1920484.1069371449 rows/sec., 129.43 MiB/sec. 2025.12.24 02:38:46.346086 [ 199 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 02:38:46.346172 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 24514 rows, containing 5 columns (5 merged, 0 gathered) in 0.006839859 sec., 3583992.009192002 rows/sec., 246.30 MiB/sec. 2025.12.24 02:38:46.346380 [ 199 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.346462 [ 199 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_86_17} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 02:38:46.346560 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.12.24 02:38:46.346685 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 02:38:46.346957 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.347029 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_86_17} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 02:38:46.347108 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.12.24 02:38:46.349241 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1549 rows, containing 19 columns (19 merged, 0 gathered) in 0.007765284 sec., 199477.57223045544 rows/sec., 357.45 MiB/sec. 2025.12.24 02:38:46.350833 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 02:38:46.351170 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:46.351244 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_81_16} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 02:38:46.351408 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. 2025.12.24 02:38:47.000263 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 340.39 MiB, peak 357.30 MiB, free memory in arenas 0.00 B, will set to 345.21 MiB (RSS), difference: 4.83 MiB 2025.12.24 02:38:47.301810 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28239 2025.12.24 02:38:47.302331 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:47.302371 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:47.302900 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 02:38:47.303155 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:47.303314 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28239 2025.12.24 02:38:48.845751 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.12.24 02:38:48.863019 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:48.863068 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. 2025.12.24 02:38:48.869103 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 02:38:48.869803 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:48.872676 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.12.24 02:38:51.325740 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:51.326020 [ 4 ] {055f4c68-e55a-4eb8-a38f-03c001f2a2ed} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:51.326135 [ 4 ] {055f4c68-e55a-4eb8-a38f-03c001f2a2ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:51.326823 [ 4 ] {055f4c68-e55a-4eb8-a38f-03c001f2a2ed} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:51.326875 [ 4 ] {055f4c68-e55a-4eb8-a38f-03c001f2a2ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:51.327277 [ 4 ] {055f4c68-e55a-4eb8-a38f-03c001f2a2ed} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 02:38:51.327505 [ 4 ] {055f4c68-e55a-4eb8-a38f-03c001f2a2ed} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:51.327667 [ 4 ] {055f4c68-e55a-4eb8-a38f-03c001f2a2ed} executeQuery: Read 108 rows, 9.29 KiB in 0.001719 sec., 62827.22513089005 rows/sec., 5.27 MiB/sec. 2025.12.24 02:38:51.327716 [ 4 ] {055f4c68-e55a-4eb8-a38f-03c001f2a2ed} TCPHandler: Processed in 0.002145684 sec. 2025.12.24 02:38:51.327847 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:51.327950 [ 4 ] {41edb141-da6a-4e5f-b316-e1494d531424} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:51.327994 [ 4 ] {41edb141-da6a-4e5f-b316-e1494d531424} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:51.328449 [ 4 ] {41edb141-da6a-4e5f-b316-e1494d531424} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:51.328487 [ 4 ] {41edb141-da6a-4e5f-b316-e1494d531424} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:51.328804 [ 4 ] {41edb141-da6a-4e5f-b316-e1494d531424} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 02:38:51.329012 [ 4 ] {41edb141-da6a-4e5f-b316-e1494d531424} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:51.329147 [ 4 ] {41edb141-da6a-4e5f-b316-e1494d531424} executeQuery: Read 26 rows, 1.96 KiB in 0.001221 sec., 21294.02129402129 rows/sec., 1.56 MiB/sec. 2025.12.24 02:38:51.329186 [ 4 ] {41edb141-da6a-4e5f-b316-e1494d531424} TCPHandler: Processed in 0.001393043 sec. 2025.12.24 02:38:51.329308 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:51.329404 [ 4 ] {55928df0-b2bc-47aa-af72-13f3e9527385} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:51.329444 [ 4 ] {55928df0-b2bc-47aa-af72-13f3e9527385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:51.329876 [ 4 ] {55928df0-b2bc-47aa-af72-13f3e9527385} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:51.329912 [ 4 ] {55928df0-b2bc-47aa-af72-13f3e9527385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:51.330216 [ 4 ] {55928df0-b2bc-47aa-af72-13f3e9527385} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 02:38:51.330453 [ 4 ] {55928df0-b2bc-47aa-af72-13f3e9527385} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:51.330583 [ 4 ] {55928df0-b2bc-47aa-af72-13f3e9527385} executeQuery: Read 90 rows, 7.20 KiB in 0.001197 sec., 75187.96992481203 rows/sec., 5.87 MiB/sec. 2025.12.24 02:38:51.330622 [ 4 ] {55928df0-b2bc-47aa-af72-13f3e9527385} TCPHandler: Processed in 0.001364632 sec. 2025.12.24 02:38:51.330744 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:51.330840 [ 4 ] {3a319ff1-3a6a-435b-8718-b0a660b4c0ee} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:51.330883 [ 4 ] {3a319ff1-3a6a-435b-8718-b0a660b4c0ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:51.331281 [ 4 ] {3a319ff1-3a6a-435b-8718-b0a660b4c0ee} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:51.331317 [ 4 ] {3a319ff1-3a6a-435b-8718-b0a660b4c0ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:51.331647 [ 4 ] {3a319ff1-3a6a-435b-8718-b0a660b4c0ee} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 02:38:51.331854 [ 4 ] {3a319ff1-3a6a-435b-8718-b0a660b4c0ee} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:51.331981 [ 4 ] {3a319ff1-3a6a-435b-8718-b0a660b4c0ee} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.12.24 02:38:51.332017 [ 4 ] {3a319ff1-3a6a-435b-8718-b0a660b4c0ee} TCPHandler: Processed in 0.001322931 sec. 2025.12.24 02:38:51.332123 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:51.332217 [ 4 ] {d04a9389-109c-4f50-bc22-51f7e8f586fd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:51.332270 [ 4 ] {d04a9389-109c-4f50-bc22-51f7e8f586fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:51.333039 [ 4 ] {d04a9389-109c-4f50-bc22-51f7e8f586fd} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:51.333077 [ 4 ] {d04a9389-109c-4f50-bc22-51f7e8f586fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:51.333596 [ 4 ] {d04a9389-109c-4f50-bc22-51f7e8f586fd} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 02:38:51.333817 [ 4 ] {d04a9389-109c-4f50-bc22-51f7e8f586fd} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:51.333955 [ 4 ] {d04a9389-109c-4f50-bc22-51f7e8f586fd} executeQuery: Read 26 rows, 47.71 KiB in 0.001755 sec., 14814.814814814814 rows/sec., 26.55 MiB/sec. 2025.12.24 02:38:51.334017 [ 4 ] {d04a9389-109c-4f50-bc22-51f7e8f586fd} TCPHandler: Processed in 0.00194344 sec. 2025.12.24 02:38:51.334132 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:51.334228 [ 4 ] {e9feabb7-a42b-4e0a-adff-14392e6452fc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:51.334270 [ 4 ] {e9feabb7-a42b-4e0a-adff-14392e6452fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:51.334594 [ 4 ] {e9feabb7-a42b-4e0a-adff-14392e6452fc} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:51.334630 [ 4 ] {e9feabb7-a42b-4e0a-adff-14392e6452fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:51.334933 [ 4 ] {e9feabb7-a42b-4e0a-adff-14392e6452fc} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 02:38:51.335162 [ 4 ] {e9feabb7-a42b-4e0a-adff-14392e6452fc} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:51.335288 [ 4 ] {e9feabb7-a42b-4e0a-adff-14392e6452fc} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.12.24 02:38:51.335324 [ 4 ] {e9feabb7-a42b-4e0a-adff-14392e6452fc} TCPHandler: Processed in 0.00124228 sec. 2025.12.24 02:38:54.656049 [ 94 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:38:54.656167 [ 94 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:38:54.803520 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28687 2025.12.24 02:38:54.804029 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:54.804077 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:54.804603 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 02:38:54.804887 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:54.805103 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28687 2025.12.24 02:38:54.891578 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1386 2025.12.24 02:38:54.894129 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:54.894181 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:54.895469 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 02:38:54.895768 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:54.896162 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1386 2025.12.24 02:38:56.325144 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:56.325339 [ 4 ] {642260f1-0328-4482-87dd-25e3431e3d6a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:38:56.325414 [ 4 ] {642260f1-0328-4482-87dd-25e3431e3d6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:38:56.326143 [ 4 ] {642260f1-0328-4482-87dd-25e3431e3d6a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:56.326195 [ 4 ] {642260f1-0328-4482-87dd-25e3431e3d6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:56.326594 [ 4 ] {642260f1-0328-4482-87dd-25e3431e3d6a} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 02:38:56.326831 [ 4 ] {642260f1-0328-4482-87dd-25e3431e3d6a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:56.326996 [ 4 ] {642260f1-0328-4482-87dd-25e3431e3d6a} executeQuery: Read 84 rows, 7.20 KiB in 0.00171 sec., 49122.80701754386 rows/sec., 4.11 MiB/sec. 2025.12.24 02:38:56.327054 [ 4 ] {642260f1-0328-4482-87dd-25e3431e3d6a} TCPHandler: Processed in 0.002042493 sec. 2025.12.24 02:38:56.327182 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:56.327286 [ 4 ] {e1a9fdf1-ccfe-4fad-8ff8-8caef85e45ea} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:38:56.327331 [ 4 ] {e1a9fdf1-ccfe-4fad-8ff8-8caef85e45ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:38:56.327751 [ 4 ] {e1a9fdf1-ccfe-4fad-8ff8-8caef85e45ea} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:56.327790 [ 4 ] {e1a9fdf1-ccfe-4fad-8ff8-8caef85e45ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:56.328102 [ 4 ] {e1a9fdf1-ccfe-4fad-8ff8-8caef85e45ea} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 02:38:56.328328 [ 4 ] {e1a9fdf1-ccfe-4fad-8ff8-8caef85e45ea} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:56.328463 [ 4 ] {e1a9fdf1-ccfe-4fad-8ff8-8caef85e45ea} executeQuery: Read 14 rows, 1.05 KiB in 0.0012 sec., 11666.666666666668 rows/sec., 877.28 KiB/sec. 2025.12.24 02:38:56.328501 [ 4 ] {e1a9fdf1-ccfe-4fad-8ff8-8caef85e45ea} TCPHandler: Processed in 0.001370312 sec. 2025.12.24 02:38:56.328603 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:56.328698 [ 4 ] {e8dfaa21-4c82-4a8e-87b2-ecafd09d3b5d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:38:56.328740 [ 4 ] {e8dfaa21-4c82-4a8e-87b2-ecafd09d3b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:38:56.329156 [ 4 ] {e8dfaa21-4c82-4a8e-87b2-ecafd09d3b5d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:56.329193 [ 4 ] {e8dfaa21-4c82-4a8e-87b2-ecafd09d3b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:56.329501 [ 4 ] {e8dfaa21-4c82-4a8e-87b2-ecafd09d3b5d} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 02:38:56.329732 [ 4 ] {e8dfaa21-4c82-4a8e-87b2-ecafd09d3b5d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:56.329868 [ 4 ] {e8dfaa21-4c82-4a8e-87b2-ecafd09d3b5d} executeQuery: Read 78 rows, 6.24 KiB in 0.001189 sec., 65601.3456686291 rows/sec., 5.12 MiB/sec. 2025.12.24 02:38:56.329907 [ 4 ] {e8dfaa21-4c82-4a8e-87b2-ecafd09d3b5d} TCPHandler: Processed in 0.001353561 sec. 2025.12.24 02:38:56.330014 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:56.330109 [ 4 ] {486b4241-4fb5-46e4-956f-993ed1971a5f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:56.330153 [ 4 ] {486b4241-4fb5-46e4-956f-993ed1971a5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:38:56.330560 [ 4 ] {486b4241-4fb5-46e4-956f-993ed1971a5f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:56.330597 [ 4 ] {486b4241-4fb5-46e4-956f-993ed1971a5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:56.330929 [ 4 ] {486b4241-4fb5-46e4-956f-993ed1971a5f} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 02:38:56.331145 [ 4 ] {486b4241-4fb5-46e4-956f-993ed1971a5f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:56.331278 [ 4 ] {486b4241-4fb5-46e4-956f-993ed1971a5f} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2025.12.24 02:38:56.331316 [ 4 ] {486b4241-4fb5-46e4-956f-993ed1971a5f} TCPHandler: Processed in 0.001351382 sec. 2025.12.24 02:38:56.331421 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:56.331524 [ 4 ] {964deeed-dbcf-44a3-b3eb-282479d5b1eb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:38:56.331579 [ 4 ] {964deeed-dbcf-44a3-b3eb-282479d5b1eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:38:56.332376 [ 4 ] {964deeed-dbcf-44a3-b3eb-282479d5b1eb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:56.332413 [ 4 ] {964deeed-dbcf-44a3-b3eb-282479d5b1eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:56.332945 [ 4 ] {964deeed-dbcf-44a3-b3eb-282479d5b1eb} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 02:38:56.333174 [ 4 ] {964deeed-dbcf-44a3-b3eb-282479d5b1eb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:56.333321 [ 4 ] {964deeed-dbcf-44a3-b3eb-282479d5b1eb} executeQuery: Read 14 rows, 25.69 KiB in 0.001815 sec., 7713.498622589532 rows/sec., 13.82 MiB/sec. 2025.12.24 02:38:56.333387 [ 4 ] {964deeed-dbcf-44a3-b3eb-282479d5b1eb} TCPHandler: Processed in 0.002015143 sec. 2025.12.24 02:38:56.333498 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:38:56.333593 [ 4 ] {919d06b6-5e2b-48fe-94af-3cd83f84c362} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:38:56.333635 [ 4 ] {919d06b6-5e2b-48fe-94af-3cd83f84c362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:38:56.333976 [ 4 ] {919d06b6-5e2b-48fe-94af-3cd83f84c362} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:56.334013 [ 4 ] {919d06b6-5e2b-48fe-94af-3cd83f84c362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:56.334325 [ 4 ] {919d06b6-5e2b-48fe-94af-3cd83f84c362} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 02:38:56.334529 [ 4 ] {919d06b6-5e2b-48fe-94af-3cd83f84c362} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:56.334660 [ 4 ] {919d06b6-5e2b-48fe-94af-3cd83f84c362} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.12.24 02:38:56.334698 [ 4 ] {919d06b6-5e2b-48fe-94af-3cd83f84c362} TCPHandler: Processed in 0.001248419 sec. 2025.12.24 02:38:56.372809 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.12.24 02:38:56.390682 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:38:56.390752 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:38:56.397012 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 02:38:56.397766 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:38:56.400805 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.12.24 02:39:01.354412 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:01.354612 [ 4 ] {98cc1f02-79ea-460d-b23d-248e4372072b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:01.354680 [ 4 ] {98cc1f02-79ea-460d-b23d-248e4372072b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:01.356265 [ 4 ] {98cc1f02-79ea-460d-b23d-248e4372072b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:01.356317 [ 4 ] {98cc1f02-79ea-460d-b23d-248e4372072b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:01.356777 [ 4 ] {98cc1f02-79ea-460d-b23d-248e4372072b} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 02:39:01.357019 [ 4 ] {98cc1f02-79ea-460d-b23d-248e4372072b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:01.357177 [ 4 ] {98cc1f02-79ea-460d-b23d-248e4372072b} executeQuery: Read 1248 rows, 105.85 KiB in 0.002612 sec., 477794.7932618683 rows/sec., 39.57 MiB/sec. 2025.12.24 02:39:01.357229 [ 4 ] {98cc1f02-79ea-460d-b23d-248e4372072b} TCPHandler: Processed in 0.002943797 sec. 2025.12.24 02:39:01.357362 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:01.357468 [ 4 ] {7dcff0cb-2c38-4a09-9ff1-301702fa2559} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:01.357514 [ 4 ] {7dcff0cb-2c38-4a09-9ff1-301702fa2559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:01.357939 [ 4 ] {7dcff0cb-2c38-4a09-9ff1-301702fa2559} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:01.357976 [ 4 ] {7dcff0cb-2c38-4a09-9ff1-301702fa2559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:01.358290 [ 4 ] {7dcff0cb-2c38-4a09-9ff1-301702fa2559} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 02:39:01.358496 [ 4 ] {7dcff0cb-2c38-4a09-9ff1-301702fa2559} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:01.358634 [ 4 ] {7dcff0cb-2c38-4a09-9ff1-301702fa2559} executeQuery: Read 26 rows, 1.96 KiB in 0.001192 sec., 21812.080536912752 rows/sec., 1.60 MiB/sec. 2025.12.24 02:39:01.358673 [ 4 ] {7dcff0cb-2c38-4a09-9ff1-301702fa2559} TCPHandler: Processed in 0.001370722 sec. 2025.12.24 02:39:01.358790 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:01.358889 [ 4 ] {1c33c785-4020-4019-aecb-95e28d25ffe0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:39:01.358931 [ 4 ] {1c33c785-4020-4019-aecb-95e28d25ffe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:39:01.359456 [ 4 ] {1c33c785-4020-4019-aecb-95e28d25ffe0} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:01.359494 [ 4 ] {1c33c785-4020-4019-aecb-95e28d25ffe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:01.359805 [ 4 ] {1c33c785-4020-4019-aecb-95e28d25ffe0} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 02:39:01.360013 [ 4 ] {1c33c785-4020-4019-aecb-95e28d25ffe0} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:01.360143 [ 4 ] {1c33c785-4020-4019-aecb-95e28d25ffe0} executeQuery: Read 228 rows, 15.81 KiB in 0.001275 sec., 178823.5294117647 rows/sec., 12.11 MiB/sec. 2025.12.24 02:39:01.360181 [ 4 ] {1c33c785-4020-4019-aecb-95e28d25ffe0} TCPHandler: Processed in 0.001442173 sec. 2025.12.24 02:39:01.360285 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:01.360388 [ 4 ] {836016e0-50f3-4ef9-b8ff-b615d5a470ed} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:01.360432 [ 4 ] {836016e0-50f3-4ef9-b8ff-b615d5a470ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:01.361126 [ 4 ] {836016e0-50f3-4ef9-b8ff-b615d5a470ed} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:01.361163 [ 4 ] {836016e0-50f3-4ef9-b8ff-b615d5a470ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:01.361502 [ 4 ] {836016e0-50f3-4ef9-b8ff-b615d5a470ed} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 02:39:01.361716 [ 4 ] {836016e0-50f3-4ef9-b8ff-b615d5a470ed} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:01.361852 [ 4 ] {836016e0-50f3-4ef9-b8ff-b615d5a470ed} executeQuery: Read 546 rows, 41.49 KiB in 0.001485 sec., 367676.76767676766 rows/sec., 27.28 MiB/sec. 2025.12.24 02:39:01.361892 [ 4 ] {836016e0-50f3-4ef9-b8ff-b615d5a470ed} TCPHandler: Processed in 0.001657646 sec. 2025.12.24 02:39:01.362013 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:01.362110 [ 4 ] {b15a06fc-f926-4ce4-9c95-a8ccf8b42c30} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:01.362155 [ 4 ] {b15a06fc-f926-4ce4-9c95-a8ccf8b42c30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:01.362807 [ 4 ] {b15a06fc-f926-4ce4-9c95-a8ccf8b42c30} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:01.362844 [ 4 ] {b15a06fc-f926-4ce4-9c95-a8ccf8b42c30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:01.363227 [ 4 ] {b15a06fc-f926-4ce4-9c95-a8ccf8b42c30} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 02:39:01.363437 [ 4 ] {b15a06fc-f926-4ce4-9c95-a8ccf8b42c30} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:01.363567 [ 4 ] {b15a06fc-f926-4ce4-9c95-a8ccf8b42c30} executeQuery: Read 844 rows, 58.17 KiB in 0.001477 sec., 571428.5714285715 rows/sec., 38.46 MiB/sec. 2025.12.24 02:39:01.363605 [ 4 ] {b15a06fc-f926-4ce4-9c95-a8ccf8b42c30} TCPHandler: Processed in 0.001641106 sec. 2025.12.24 02:39:01.363723 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:01.363818 [ 4 ] {c51ec3f5-87aa-4fcc-a54d-40a2778ee9eb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:01.363873 [ 4 ] {c51ec3f5-87aa-4fcc-a54d-40a2778ee9eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:01.364714 [ 4 ] {c51ec3f5-87aa-4fcc-a54d-40a2778ee9eb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:01.364751 [ 4 ] {c51ec3f5-87aa-4fcc-a54d-40a2778ee9eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:01.365281 [ 4 ] {c51ec3f5-87aa-4fcc-a54d-40a2778ee9eb} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 02:39:01.365513 [ 4 ] {c51ec3f5-87aa-4fcc-a54d-40a2778ee9eb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:01.365652 [ 4 ] {c51ec3f5-87aa-4fcc-a54d-40a2778ee9eb} executeQuery: Read 26 rows, 47.71 KiB in 0.001852 sec., 14038.876889848812 rows/sec., 25.16 MiB/sec. 2025.12.24 02:39:01.365717 [ 4 ] {c51ec3f5-87aa-4fcc-a54d-40a2778ee9eb} TCPHandler: Processed in 0.002043252 sec. 2025.12.24 02:39:01.365829 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:01.365924 [ 4 ] {7f0dc6cf-9d47-42bd-9e7e-7af377bf4740} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:01.365967 [ 4 ] {7f0dc6cf-9d47-42bd-9e7e-7af377bf4740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:01.366316 [ 4 ] {7f0dc6cf-9d47-42bd-9e7e-7af377bf4740} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:01.366353 [ 4 ] {7f0dc6cf-9d47-42bd-9e7e-7af377bf4740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:01.366667 [ 4 ] {7f0dc6cf-9d47-42bd-9e7e-7af377bf4740} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 02:39:01.366874 [ 4 ] {7f0dc6cf-9d47-42bd-9e7e-7af377bf4740} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:01.367005 [ 4 ] {7f0dc6cf-9d47-42bd-9e7e-7af377bf4740} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.12.24 02:39:01.367044 [ 4 ] {7f0dc6cf-9d47-42bd-9e7e-7af377bf4740} TCPHandler: Processed in 0.00126388 sec. 2025.12.24 02:39:02.305277 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29199 2025.12.24 02:39:02.305783 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:02.305829 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:02.306304 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 02:39:02.306528 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:02.306668 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29199 2025.12.24 02:39:02.306678 [ 87 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 02:39:02.306747 [ 87 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:02.306766 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:02.306885 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 02:39:02.307027 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:02.307072 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26767 rows starting from the beginning of the part 2025.12.24 02:39:02.307141 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 512 rows starting from the beginning of the part 2025.12.24 02:39:02.307190 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 448 rows starting from the beginning of the part 2025.12.24 02:39:02.307234 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 512 rows starting from the beginning of the part 2025.12.24 02:39:02.307273 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 448 rows starting from the beginning of the part 2025.12.24 02:39:02.307316 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 512 rows starting from the beginning of the part 2025.12.24 02:39:02.309456 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29199 rows, containing 4 columns (4 merged, 0 gathered) in 0.002619662 sec., 11146094.419814464 rows/sec., 159.45 MiB/sec. 2025.12.24 02:39:02.309792 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 02:39:02.310078 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:02.310148 [ 200 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_61_12} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 02:39:02.310236 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2025.12.24 02:39:03.900913 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.12.24 02:39:03.919486 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:03.919559 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:03.925767 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 02:39:03.926554 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:03.926883 [ 86 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 02:39:03.926950 [ 86 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:03.926971 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:03.927091 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 02:39:03.930421 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.12.24 02:39:03.931040 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:03.932632 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2025.12.24 02:39:03.937363 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2025.12.24 02:39:03.942117 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2025.12.24 02:39:03.946676 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2025.12.24 02:39:03.951445 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2025.12.24 02:39:03.955283 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2025.12.24 02:39:04.000239 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 357.97 MiB, peak 359.90 MiB, free memory in arenas 0.00 B, will set to 346.98 MiB (RSS), difference: -10.98 MiB 2025.12.24 02:39:04.007266 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.080230638 sec., 5733.470547747607 rows/sec., 29.65 MiB/sec. 2025.12.24 02:39:04.009450 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 02:39:04.011266 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:04.011364 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_61_12} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 02:39:04.013007 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.12.24 02:39:04.896412 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1412 2025.12.24 02:39:04.898800 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:04.898860 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:04.900182 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 02:39:04.900486 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:04.900880 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1412 2025.12.24 02:39:05.000283 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 335.49 MiB, peak 359.90 MiB, free memory in arenas 0.00 B, will set to 347.30 MiB (RSS), difference: 11.80 MiB 2025.12.24 02:39:06.326498 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:06.326689 [ 4 ] {b2d3a566-02de-4bdd-95cc-80a0f76691b7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:06.326762 [ 4 ] {b2d3a566-02de-4bdd-95cc-80a0f76691b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:06.327501 [ 4 ] {b2d3a566-02de-4bdd-95cc-80a0f76691b7} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:06.327548 [ 4 ] {b2d3a566-02de-4bdd-95cc-80a0f76691b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:06.327975 [ 4 ] {b2d3a566-02de-4bdd-95cc-80a0f76691b7} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 02:39:06.328216 [ 4 ] {b2d3a566-02de-4bdd-95cc-80a0f76691b7} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:06.328379 [ 4 ] {b2d3a566-02de-4bdd-95cc-80a0f76691b7} executeQuery: Read 84 rows, 7.20 KiB in 0.00174 sec., 48275.862068965514 rows/sec., 4.04 MiB/sec. 2025.12.24 02:39:06.328431 [ 4 ] {b2d3a566-02de-4bdd-95cc-80a0f76691b7} TCPHandler: Processed in 0.002063573 sec. 2025.12.24 02:39:06.328559 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:06.328660 [ 4 ] {311155ea-ecda-4d65-b77d-2deb8e4f2592} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:06.328705 [ 4 ] {311155ea-ecda-4d65-b77d-2deb8e4f2592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:06.329130 [ 4 ] {311155ea-ecda-4d65-b77d-2deb8e4f2592} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:06.329166 [ 4 ] {311155ea-ecda-4d65-b77d-2deb8e4f2592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:06.329491 [ 4 ] {311155ea-ecda-4d65-b77d-2deb8e4f2592} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 02:39:06.329718 [ 4 ] {311155ea-ecda-4d65-b77d-2deb8e4f2592} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:06.329859 [ 4 ] {311155ea-ecda-4d65-b77d-2deb8e4f2592} executeQuery: Read 14 rows, 1.05 KiB in 0.001223 sec., 11447.260834014718 rows/sec., 860.78 KiB/sec. 2025.12.24 02:39:06.329899 [ 4 ] {311155ea-ecda-4d65-b77d-2deb8e4f2592} TCPHandler: Processed in 0.001393353 sec. 2025.12.24 02:39:06.330007 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:06.330103 [ 4 ] {dceec4ff-2321-455d-914e-f6f8bd3a0e2f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:06.330145 [ 4 ] {dceec4ff-2321-455d-914e-f6f8bd3a0e2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:06.330576 [ 4 ] {dceec4ff-2321-455d-914e-f6f8bd3a0e2f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:06.330612 [ 4 ] {dceec4ff-2321-455d-914e-f6f8bd3a0e2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:06.330931 [ 4 ] {dceec4ff-2321-455d-914e-f6f8bd3a0e2f} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 02:39:06.331144 [ 4 ] {dceec4ff-2321-455d-914e-f6f8bd3a0e2f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:06.331273 [ 4 ] {dceec4ff-2321-455d-914e-f6f8bd3a0e2f} executeQuery: Read 78 rows, 6.24 KiB in 0.001191 sec., 65491.1838790932 rows/sec., 5.11 MiB/sec. 2025.12.24 02:39:06.331311 [ 4 ] {dceec4ff-2321-455d-914e-f6f8bd3a0e2f} TCPHandler: Processed in 0.001354702 sec. 2025.12.24 02:39:06.331424 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:06.331519 [ 4 ] {8a5c8722-25fe-4cf9-9c19-19c9ec346b9a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:06.331563 [ 4 ] {8a5c8722-25fe-4cf9-9c19-19c9ec346b9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:06.331973 [ 4 ] {8a5c8722-25fe-4cf9-9c19-19c9ec346b9a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:06.332009 [ 4 ] {8a5c8722-25fe-4cf9-9c19-19c9ec346b9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:06.332348 [ 4 ] {8a5c8722-25fe-4cf9-9c19-19c9ec346b9a} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 02:39:06.332567 [ 4 ] {8a5c8722-25fe-4cf9-9c19-19c9ec346b9a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:06.332697 [ 4 ] {8a5c8722-25fe-4cf9-9c19-19c9ec346b9a} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2025.12.24 02:39:06.332735 [ 4 ] {8a5c8722-25fe-4cf9-9c19-19c9ec346b9a} TCPHandler: Processed in 0.001361662 sec. 2025.12.24 02:39:06.332855 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:06.332974 [ 4 ] {2f99c86d-f758-458a-ae59-105cca299585} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:06.333039 [ 4 ] {2f99c86d-f758-458a-ae59-105cca299585} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:06.333878 [ 4 ] {2f99c86d-f758-458a-ae59-105cca299585} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:06.333913 [ 4 ] {2f99c86d-f758-458a-ae59-105cca299585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:06.334429 [ 4 ] {2f99c86d-f758-458a-ae59-105cca299585} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 02:39:06.334648 [ 4 ] {2f99c86d-f758-458a-ae59-105cca299585} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:06.334798 [ 4 ] {2f99c86d-f758-458a-ae59-105cca299585} executeQuery: Read 14 rows, 25.69 KiB in 0.001848 sec., 7575.757575757576 rows/sec., 13.58 MiB/sec. 2025.12.24 02:39:06.334851 [ 4 ] {2f99c86d-f758-458a-ae59-105cca299585} TCPHandler: Processed in 0.002055413 sec. 2025.12.24 02:39:06.334961 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:06.335053 [ 4 ] {3c4a2afb-c205-437c-a955-80050b48838a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:06.335094 [ 4 ] {3c4a2afb-c205-437c-a955-80050b48838a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:06.335430 [ 4 ] {3c4a2afb-c205-437c-a955-80050b48838a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:06.335464 [ 4 ] {3c4a2afb-c205-437c-a955-80050b48838a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:06.335763 [ 4 ] {3c4a2afb-c205-437c-a955-80050b48838a} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 02:39:06.335970 [ 4 ] {3c4a2afb-c205-437c-a955-80050b48838a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:06.336094 [ 4 ] {3c4a2afb-c205-437c-a955-80050b48838a} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2025.12.24 02:39:06.336129 [ 4 ] {3c4a2afb-c205-437c-a955-80050b48838a} TCPHandler: Processed in 0.001216069 sec. 2025.12.24 02:39:09.656221 [ 81 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:39:09.656290 [ 81 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:39:09.806857 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29647 2025.12.24 02:39:09.807352 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:09.807403 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:09.807872 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 02:39:09.808098 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:09.808246 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29647 2025.12.24 02:39:11.326300 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:11.326465 [ 4 ] {62982b48-a1e7-4461-b602-8266908534a1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:11.326531 [ 4 ] {62982b48-a1e7-4461-b602-8266908534a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:11.327220 [ 4 ] {62982b48-a1e7-4461-b602-8266908534a1} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.327258 [ 4 ] {62982b48-a1e7-4461-b602-8266908534a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.327648 [ 4 ] {62982b48-a1e7-4461-b602-8266908534a1} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 02:39:11.327868 [ 4 ] {62982b48-a1e7-4461-b602-8266908534a1} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.328014 [ 4 ] {62982b48-a1e7-4461-b602-8266908534a1} executeQuery: Read 108 rows, 9.29 KiB in 0.001594 sec., 67754.07779171896 rows/sec., 5.69 MiB/sec. 2025.12.24 02:39:11.328053 [ 4 ] {62982b48-a1e7-4461-b602-8266908534a1} TCPHandler: Processed in 0.00186748 sec. 2025.12.24 02:39:11.328128 [ 80 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 02:39:11.328171 [ 80 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.328194 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.328225 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:11.328281 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 02:39:11.328358 [ 4 ] {33e25f28-3da7-4f5d-b525-97f5c0fcd49a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:11.328372 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:11.328403 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1406 rows starting from the beginning of the part 2025.12.24 02:39:11.328407 [ 4 ] {33e25f28-3da7-4f5d-b525-97f5c0fcd49a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:11.328460 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 108 rows starting from the beginning of the part 2025.12.24 02:39:11.328517 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 84 rows starting from the beginning of the part 2025.12.24 02:39:11.328572 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:39:11.328620 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 84 rows starting from the beginning of the part 2025.12.24 02:39:11.328658 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 108 rows starting from the beginning of the part 2025.12.24 02:39:11.328894 [ 4 ] {33e25f28-3da7-4f5d-b525-97f5c0fcd49a} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.328928 [ 4 ] {33e25f28-3da7-4f5d-b525-97f5c0fcd49a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.329229 [ 4 ] {33e25f28-3da7-4f5d-b525-97f5c0fcd49a} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 02:39:11.329436 [ 4 ] {33e25f28-3da7-4f5d-b525-97f5c0fcd49a} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.329544 [ 80 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 02:39:11.329561 [ 4 ] {33e25f28-3da7-4f5d-b525-97f5c0fcd49a} executeQuery: Read 26 rows, 1.96 KiB in 0.001227 sec., 21189.894050529747 rows/sec., 1.56 MiB/sec. 2025.12.24 02:39:11.329581 [ 80 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.329600 [ 4 ] {33e25f28-3da7-4f5d-b525-97f5c0fcd49a} TCPHandler: Processed in 0.001427702 sec. 2025.12.24 02:39:11.329600 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.329719 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:11.329735 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 02:39:11.329811 [ 4 ] {a8b53829-e01c-4bf4-8a7c-26bc37bb807f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:11.329856 [ 4 ] {a8b53829-e01c-4bf4-8a7c-26bc37bb807f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:11.329884 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:11.329920 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3038 rows, containing 5 columns (5 merged, 0 gathered) in 0.001672076 sec., 1816903.059430313 rows/sec., 158.58 MiB/sec. 2025.12.24 02:39:11.329922 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 70 rows starting from the beginning of the part 2025.12.24 02:39:11.330028 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 26 rows starting from the beginning of the part 2025.12.24 02:39:11.330077 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 14 rows starting from the beginning of the part 2025.12.24 02:39:11.330117 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 02:39:11.330119 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 26 rows starting from the beginning of the part 2025.12.24 02:39:11.330189 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 14 rows starting from the beginning of the part 2025.12.24 02:39:11.330231 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 26 rows starting from the beginning of the part 2025.12.24 02:39:11.330289 [ 4 ] {a8b53829-e01c-4bf4-8a7c-26bc37bb807f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.330328 [ 4 ] {a8b53829-e01c-4bf4-8a7c-26bc37bb807f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.330368 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.330444 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_91_18} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 02:39:11.330505 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 02:39:11.330656 [ 4 ] {a8b53829-e01c-4bf4-8a7c-26bc37bb807f} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 02:39:11.330878 [ 4 ] {a8b53829-e01c-4bf4-8a7c-26bc37bb807f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.330991 [ 80 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 02:39:11.331008 [ 4 ] {a8b53829-e01c-4bf4-8a7c-26bc37bb807f} executeQuery: Read 90 rows, 7.20 KiB in 0.001215 sec., 74074.07407407407 rows/sec., 5.78 MiB/sec. 2025.12.24 02:39:11.331025 [ 80 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.331042 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.331044 [ 4 ] {a8b53829-e01c-4bf4-8a7c-26bc37bb807f} TCPHandler: Processed in 0.001372752 sec. 2025.12.24 02:39:11.331052 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.001377882 sec., 127732.27315546614 rows/sec., 9.84 MiB/sec. 2025.12.24 02:39:11.331138 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 02:39:11.331164 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:11.331251 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 02:39:11.331271 [ 4 ] {8e7bd568-a901-4395-b04c-675237c38b70} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:11.331277 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:11.331321 [ 4 ] {8e7bd568-a901-4395-b04c-675237c38b70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:11.331323 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 632 rows starting from the beginning of the part 2025.12.24 02:39:11.331403 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 90 rows starting from the beginning of the part 2025.12.24 02:39:11.331448 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 78 rows starting from the beginning of the part 2025.12.24 02:39:11.331492 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 546 rows starting from the beginning of the part 2025.12.24 02:39:11.331532 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 78 rows starting from the beginning of the part 2025.12.24 02:39:11.331561 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.331573 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 90 rows starting from the beginning of the part 2025.12.24 02:39:11.331651 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_86_17} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 02:39:11.331749 [ 4 ] {8e7bd568-a901-4395-b04c-675237c38b70} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.331767 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 02:39:11.331790 [ 4 ] {8e7bd568-a901-4395-b04c-675237c38b70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.332140 [ 4 ] {8e7bd568-a901-4395-b04c-675237c38b70} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 02:39:11.332349 [ 4 ] {8e7bd568-a901-4395-b04c-675237c38b70} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.332442 [ 80 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 02:39:11.332472 [ 4 ] {8e7bd568-a901-4395-b04c-675237c38b70} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2025.12.24 02:39:11.332480 [ 80 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.332505 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.332508 [ 4 ] {8e7bd568-a901-4395-b04c-675237c38b70} TCPHandler: Processed in 0.001391642 sec. 2025.12.24 02:39:11.332560 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1514 rows, containing 5 columns (5 merged, 0 gathered) in 0.001470373 sec., 1029670.702604033 rows/sec., 81.72 MiB/sec. 2025.12.24 02:39:11.332604 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 02:39:11.332625 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:11.332737 [ 4 ] {5e9dc7fc-5f3b-4ac0-aad5-c4109c91bd9e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:11.332744 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 02:39:11.332766 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:11.332793 [ 4 ] {5e9dc7fc-5f3b-4ac0-aad5-c4109c91bd9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:11.332807 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24514 rows starting from the beginning of the part 2025.12.24 02:39:11.332881 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2025.12.24 02:39:11.332934 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2025.12.24 02:39:11.332980 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 844 rows starting from the beginning of the part 2025.12.24 02:39:11.333021 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2025.12.24 02:39:11.333061 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.333064 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2025.12.24 02:39:11.333164 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_91_18} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 02:39:11.333262 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 02:39:11.333611 [ 4 ] {5e9dc7fc-5f3b-4ac0-aad5-c4109c91bd9e} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.333651 [ 4 ] {5e9dc7fc-5f3b-4ac0-aad5-c4109c91bd9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.334210 [ 4 ] {5e9dc7fc-5f3b-4ac0-aad5-c4109c91bd9e} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 02:39:11.334427 [ 4 ] {5e9dc7fc-5f3b-4ac0-aad5-c4109c91bd9e} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.334539 [ 80 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 02:39:11.334566 [ 4 ] {5e9dc7fc-5f3b-4ac0-aad5-c4109c91bd9e} executeQuery: Read 26 rows, 47.71 KiB in 0.001847 sec., 14076.881429344885 rows/sec., 25.23 MiB/sec. 2025.12.24 02:39:11.334567 [ 80 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.334597 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.334620 [ 4 ] {5e9dc7fc-5f3b-4ac0-aad5-c4109c91bd9e} TCPHandler: Processed in 0.002042082 sec. 2025.12.24 02:39:11.334669 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 02:39:11.334739 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:11.334834 [ 4 ] {dafed99c-a1b4-41c5-899c-3454a17aa961} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:11.334855 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:11.334875 [ 4 ] {dafed99c-a1b4-41c5-899c-3454a17aa961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:11.334902 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1549 rows starting from the beginning of the part 2025.12.24 02:39:11.335008 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 26 rows starting from the beginning of the part 2025.12.24 02:39:11.335100 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 14 rows starting from the beginning of the part 2025.12.24 02:39:11.335184 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 26 rows starting from the beginning of the part 2025.12.24 02:39:11.335215 [ 4 ] {dafed99c-a1b4-41c5-899c-3454a17aa961} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.335252 [ 4 ] {dafed99c-a1b4-41c5-899c-3454a17aa961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.335265 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 14 rows starting from the beginning of the part 2025.12.24 02:39:11.335351 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 26 rows starting from the beginning of the part 2025.12.24 02:39:11.335555 [ 4 ] {dafed99c-a1b4-41c5-899c-3454a17aa961} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 02:39:11.335779 [ 4 ] {dafed99c-a1b4-41c5-899c-3454a17aa961} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.335909 [ 4 ] {dafed99c-a1b4-41c5-899c-3454a17aa961} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.12.24 02:39:11.335922 [ 71 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 02:39:11.335945 [ 4 ] {dafed99c-a1b4-41c5-899c-3454a17aa961} TCPHandler: Processed in 0.00125357 sec. 2025.12.24 02:39:11.335976 [ 71 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.336006 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.336085 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 02:39:11.336195 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:11.336223 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5088 rows starting from the beginning of the part 2025.12.24 02:39:11.336273 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2025.12.24 02:39:11.336318 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2025.12.24 02:39:11.336360 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2025.12.24 02:39:11.336396 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2025.12.24 02:39:11.336437 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2025.12.24 02:39:11.339747 [ 201 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5388 rows, containing 4 columns (4 merged, 0 gathered) in 0.003694239 sec., 1458487.1200807528 rows/sec., 98.29 MiB/sec. 2025.12.24 02:39:11.340301 [ 199 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 02:39:11.340582 [ 199 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.340663 [ 199 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_91_18} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 02:39:11.340752 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2025.12.24 02:39:11.341258 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 25998 rows, containing 5 columns (5 merged, 0 gathered) in 0.008707099 sec., 2985839.485688632 rows/sec., 205.13 MiB/sec. 2025.12.24 02:39:11.341487 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 02:39:11.341741 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.341812 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_91_18} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 02:39:11.341893 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.12.24 02:39:11.344955 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1655 rows, containing 19 columns (19 merged, 0 gathered) in 0.010316495 sec., 160422.70170246775 rows/sec., 287.47 MiB/sec. 2025.12.24 02:39:11.347090 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 02:39:11.347434 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.347508 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_86_17} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 02:39:11.347648 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. 2025.12.24 02:39:11.430556 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.12.24 02:39:11.446119 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:11.446175 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:11.451891 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 02:39:11.452573 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:11.455331 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.12.24 02:39:12.000259 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 348.45 MiB, peak 362.32 MiB, free memory in arenas 0.00 B, will set to 354.25 MiB (RSS), difference: 5.80 MiB 2025.12.24 02:39:13.672245 [ 79 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.12.24 02:39:13.672339 [ 79 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:13.672377 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:13.672505 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2025.12.24 02:39:13.672640 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:13.672674 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 253 rows starting from the beginning of the part 2025.12.24 02:39:13.672750 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2025.12.24 02:39:13.672829 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 228 rows starting from the beginning of the part 2025.12.24 02:39:13.672903 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2025.12.24 02:39:13.672971 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 228 rows starting from the beginning of the part 2025.12.24 02:39:13.674098 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001643826 sec., 460511.0273228432 rows/sec., 33.60 MiB/sec. 2025.12.24 02:39:13.674308 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.12.24 02:39:13.674636 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_29_7} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:13.674720 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_29_7} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.12.24 02:39:13.674833 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 02:39:14.901128 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1436 2025.12.24 02:39:14.903496 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:14.903551 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:14.904778 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 02:39:14.905078 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:14.905234 [ 78 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 02:39:14.905276 [ 78 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:14.905298 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:14.905420 [ 201 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:39:14.905478 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1436 2025.12.24 02:39:14.906009 [ 201 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:14.906178 [ 201 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1296 rows starting from the beginning of the part 2025.12.24 02:39:14.906559 [ 201 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part 2025.12.24 02:39:14.906922 [ 201 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part 2025.12.24 02:39:14.907282 [ 201 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part 2025.12.24 02:39:14.907624 [ 201 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:39:14.907937 [ 201 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2025.12.24 02:39:14.914725 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1436 rows, containing 72 columns (72 merged, 0 gathered) in 0.009359889 sec., 153420.6228300357 rows/sec., 118.72 MiB/sec. 2025.12.24 02:39:14.916305 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 02:39:14.916938 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_46_9} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:14.917028 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_46_9} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 02:39:14.917379 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.12.24 02:39:16.327579 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:16.327774 [ 4 ] {34c30212-118d-4e93-b968-eb2df0d5ba28} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:39:16.327849 [ 4 ] {34c30212-118d-4e93-b968-eb2df0d5ba28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:39:16.328476 [ 4 ] {34c30212-118d-4e93-b968-eb2df0d5ba28} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:16.328524 [ 4 ] {34c30212-118d-4e93-b968-eb2df0d5ba28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:16.328925 [ 4 ] {34c30212-118d-4e93-b968-eb2df0d5ba28} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:39:16.329163 [ 4 ] {34c30212-118d-4e93-b968-eb2df0d5ba28} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:16.329325 [ 4 ] {34c30212-118d-4e93-b968-eb2df0d5ba28} executeQuery: Read 24 rows, 2.04 KiB in 0.001604 sec., 14962.593516209477 rows/sec., 1.24 MiB/sec. 2025.12.24 02:39:16.329374 [ 4 ] {34c30212-118d-4e93-b968-eb2df0d5ba28} TCPHandler: Processed in 0.001923861 sec. 2025.12.24 02:39:16.329493 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:16.329594 [ 4 ] {cca0ef3a-127c-4d96-a806-1fd693c67d81} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:16.329638 [ 4 ] {cca0ef3a-127c-4d96-a806-1fd693c67d81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:16.330139 [ 4 ] {cca0ef3a-127c-4d96-a806-1fd693c67d81} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:16.330177 [ 4 ] {cca0ef3a-127c-4d96-a806-1fd693c67d81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:16.330519 [ 4 ] {cca0ef3a-127c-4d96-a806-1fd693c67d81} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 02:39:16.330739 [ 4 ] {cca0ef3a-127c-4d96-a806-1fd693c67d81} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:16.330873 [ 4 ] {cca0ef3a-127c-4d96-a806-1fd693c67d81} executeQuery: Read 204 rows, 18.66 KiB in 0.001302 sec., 156682.0276497696 rows/sec., 13.99 MiB/sec. 2025.12.24 02:39:16.330911 [ 4 ] {cca0ef3a-127c-4d96-a806-1fd693c67d81} TCPHandler: Processed in 0.001470504 sec. 2025.12.24 02:39:16.331023 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:16.331119 [ 4 ] {a4b0ba53-87c4-4018-b548-729cec3d68dc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:16.331160 [ 4 ] {a4b0ba53-87c4-4018-b548-729cec3d68dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:16.331562 [ 4 ] {a4b0ba53-87c4-4018-b548-729cec3d68dc} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:16.331597 [ 4 ] {a4b0ba53-87c4-4018-b548-729cec3d68dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:16.331905 [ 4 ] {a4b0ba53-87c4-4018-b548-729cec3d68dc} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 02:39:16.332123 [ 4 ] {a4b0ba53-87c4-4018-b548-729cec3d68dc} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:16.332252 [ 4 ] {a4b0ba53-87c4-4018-b548-729cec3d68dc} executeQuery: Read 26 rows, 2.01 KiB in 0.001153 sec., 22549.869904596704 rows/sec., 1.71 MiB/sec. 2025.12.24 02:39:16.332314 [ 4 ] {a4b0ba53-87c4-4018-b548-729cec3d68dc} TCPHandler: Processed in 0.001341901 sec. 2025.12.24 02:39:16.332424 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:16.332518 [ 4 ] {ab2da4a8-5202-4cfc-a202-fad6d54bad36} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:39:16.332558 [ 4 ] {ab2da4a8-5202-4cfc-a202-fad6d54bad36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:39:16.332955 [ 4 ] {ab2da4a8-5202-4cfc-a202-fad6d54bad36} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:16.332991 [ 4 ] {ab2da4a8-5202-4cfc-a202-fad6d54bad36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:16.333294 [ 4 ] {ab2da4a8-5202-4cfc-a202-fad6d54bad36} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 02:39:16.333517 [ 4 ] {ab2da4a8-5202-4cfc-a202-fad6d54bad36} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:16.333672 [ 4 ] {ab2da4a8-5202-4cfc-a202-fad6d54bad36} executeQuery: Read 24 rows, 2.04 KiB in 0.001172 sec., 20477.815699658702 rows/sec., 1.70 MiB/sec. 2025.12.24 02:39:16.333710 [ 4 ] {ab2da4a8-5202-4cfc-a202-fad6d54bad36} TCPHandler: Processed in 0.001335522 sec. 2025.12.24 02:39:16.333830 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:16.333952 [ 4 ] {717cf3f6-5ae6-49ad-ad63-7db56052dd3b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:39:16.334002 [ 4 ] {717cf3f6-5ae6-49ad-ad63-7db56052dd3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:39:16.334486 [ 4 ] {717cf3f6-5ae6-49ad-ad63-7db56052dd3b} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:16.334530 [ 4 ] {717cf3f6-5ae6-49ad-ad63-7db56052dd3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:16.334896 [ 4 ] {717cf3f6-5ae6-49ad-ad63-7db56052dd3b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:39:16.335110 [ 4 ] {717cf3f6-5ae6-49ad-ad63-7db56052dd3b} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:16.335242 [ 4 ] {717cf3f6-5ae6-49ad-ad63-7db56052dd3b} executeQuery: Read 12 rows, 960.00 B in 0.001315 sec., 9125.475285171104 rows/sec., 712.93 KiB/sec. 2025.12.24 02:39:16.335282 [ 4 ] {717cf3f6-5ae6-49ad-ad63-7db56052dd3b} TCPHandler: Processed in 0.001512584 sec. 2025.12.24 02:39:16.335408 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:16.335510 [ 4 ] {a3372c47-ea1c-44b4-8f4d-ce75d459efce} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:16.335551 [ 4 ] {a3372c47-ea1c-44b4-8f4d-ce75d459efce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:16.336004 [ 4 ] {a3372c47-ea1c-44b4-8f4d-ce75d459efce} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:16.336038 [ 4 ] {a3372c47-ea1c-44b4-8f4d-ce75d459efce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:16.336356 [ 4 ] {a3372c47-ea1c-44b4-8f4d-ce75d459efce} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 02:39:16.336562 [ 4 ] {a3372c47-ea1c-44b4-8f4d-ce75d459efce} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:16.336692 [ 4 ] {a3372c47-ea1c-44b4-8f4d-ce75d459efce} executeQuery: Read 114 rows, 9.49 KiB in 0.001198 sec., 95158.59766277128 rows/sec., 7.74 MiB/sec. 2025.12.24 02:39:16.336732 [ 4 ] {a3372c47-ea1c-44b4-8f4d-ce75d459efce} TCPHandler: Processed in 0.001382082 sec. 2025.12.24 02:39:16.336844 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:16.336937 [ 4 ] {8564eb55-9aea-480a-8864-2d7b2d12d14e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:16.336980 [ 4 ] {8564eb55-9aea-480a-8864-2d7b2d12d14e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:16.337398 [ 4 ] {8564eb55-9aea-480a-8864-2d7b2d12d14e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:16.337432 [ 4 ] {8564eb55-9aea-480a-8864-2d7b2d12d14e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:16.337763 [ 4 ] {8564eb55-9aea-480a-8864-2d7b2d12d14e} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 02:39:16.337967 [ 4 ] {8564eb55-9aea-480a-8864-2d7b2d12d14e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:16.338095 [ 4 ] {8564eb55-9aea-480a-8864-2d7b2d12d14e} executeQuery: Read 196 rows, 14.40 KiB in 0.001175 sec., 166808.51063829786 rows/sec., 11.97 MiB/sec. 2025.12.24 02:39:16.338134 [ 4 ] {8564eb55-9aea-480a-8864-2d7b2d12d14e} TCPHandler: Processed in 0.001339331 sec. 2025.12.24 02:39:16.338250 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:16.338344 [ 4 ] {37840127-0db8-4dbf-a1d7-92283982322b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:16.338397 [ 4 ] {37840127-0db8-4dbf-a1d7-92283982322b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:16.339181 [ 4 ] {37840127-0db8-4dbf-a1d7-92283982322b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:16.339218 [ 4 ] {37840127-0db8-4dbf-a1d7-92283982322b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:16.339722 [ 4 ] {37840127-0db8-4dbf-a1d7-92283982322b} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 02:39:16.339947 [ 4 ] {37840127-0db8-4dbf-a1d7-92283982322b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:16.340088 [ 4 ] {37840127-0db8-4dbf-a1d7-92283982322b} executeQuery: Read 14 rows, 25.69 KiB in 0.00176 sec., 7954.545454545454 rows/sec., 14.25 MiB/sec. 2025.12.24 02:39:16.340153 [ 4 ] {37840127-0db8-4dbf-a1d7-92283982322b} TCPHandler: Processed in 0.001957101 sec. 2025.12.24 02:39:16.340266 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:16.340360 [ 4 ] {ca411fb9-dbaa-4257-8974-2900cef1169f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:16.340400 [ 4 ] {ca411fb9-dbaa-4257-8974-2900cef1169f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:16.340742 [ 4 ] {ca411fb9-dbaa-4257-8974-2900cef1169f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:16.340776 [ 4 ] {ca411fb9-dbaa-4257-8974-2900cef1169f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:16.341081 [ 4 ] {ca411fb9-dbaa-4257-8974-2900cef1169f} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 02:39:16.341292 [ 4 ] {ca411fb9-dbaa-4257-8974-2900cef1169f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:16.341422 [ 4 ] {ca411fb9-dbaa-4257-8974-2900cef1169f} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.12.24 02:39:16.341460 [ 4 ] {ca411fb9-dbaa-4257-8974-2900cef1169f} TCPHandler: Processed in 0.00124277 sec. 2025.12.24 02:39:17.308443 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30159 2025.12.24 02:39:17.308950 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:17.308997 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. 2025.12.24 02:39:17.309486 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 02:39:17.309716 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:17.309864 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30159 2025.12.24 02:39:18.955480 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.12.24 02:39:18.972443 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:18.972512 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:18.978574 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 02:39:18.979304 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:18.982486 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.12.24 02:39:21.326249 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:21.326424 [ 4 ] {e4112f27-af48-402b-9f86-c8b9c04bc7dc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:21.326488 [ 4 ] {e4112f27-af48-402b-9f86-c8b9c04bc7dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:21.327174 [ 4 ] {e4112f27-af48-402b-9f86-c8b9c04bc7dc} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:21.327225 [ 4 ] {e4112f27-af48-402b-9f86-c8b9c04bc7dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:21.327621 [ 4 ] {e4112f27-af48-402b-9f86-c8b9c04bc7dc} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 02:39:21.327842 [ 4 ] {e4112f27-af48-402b-9f86-c8b9c04bc7dc} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:21.328005 [ 4 ] {e4112f27-af48-402b-9f86-c8b9c04bc7dc} executeQuery: Read 108 rows, 9.29 KiB in 0.001624 sec., 66502.46305418719 rows/sec., 5.58 MiB/sec. 2025.12.24 02:39:21.328059 [ 4 ] {e4112f27-af48-402b-9f86-c8b9c04bc7dc} TCPHandler: Processed in 0.00193018 sec. 2025.12.24 02:39:21.328187 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:21.328295 [ 4 ] {91633200-e822-49e6-8b1a-dd44e587f58c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:21.328339 [ 4 ] {91633200-e822-49e6-8b1a-dd44e587f58c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:21.328770 [ 4 ] {91633200-e822-49e6-8b1a-dd44e587f58c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:21.328810 [ 4 ] {91633200-e822-49e6-8b1a-dd44e587f58c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:21.329116 [ 4 ] {91633200-e822-49e6-8b1a-dd44e587f58c} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 02:39:21.329328 [ 4 ] {91633200-e822-49e6-8b1a-dd44e587f58c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:21.329467 [ 4 ] {91633200-e822-49e6-8b1a-dd44e587f58c} executeQuery: Read 26 rows, 1.96 KiB in 0.001199 sec., 21684.737281067555 rows/sec., 1.59 MiB/sec. 2025.12.24 02:39:21.329509 [ 4 ] {91633200-e822-49e6-8b1a-dd44e587f58c} TCPHandler: Processed in 0.001373522 sec. 2025.12.24 02:39:21.329621 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:21.329716 [ 4 ] {57f2de83-3b0d-4bb3-bc6b-1da2d9ef1975} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:21.329757 [ 4 ] {57f2de83-3b0d-4bb3-bc6b-1da2d9ef1975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:21.330206 [ 4 ] {57f2de83-3b0d-4bb3-bc6b-1da2d9ef1975} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:21.330242 [ 4 ] {57f2de83-3b0d-4bb3-bc6b-1da2d9ef1975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:21.330544 [ 4 ] {57f2de83-3b0d-4bb3-bc6b-1da2d9ef1975} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 02:39:21.330749 [ 4 ] {57f2de83-3b0d-4bb3-bc6b-1da2d9ef1975} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:21.330880 [ 4 ] {57f2de83-3b0d-4bb3-bc6b-1da2d9ef1975} executeQuery: Read 90 rows, 7.20 KiB in 0.001182 sec., 76142.13197969542 rows/sec., 5.95 MiB/sec. 2025.12.24 02:39:21.330919 [ 4 ] {57f2de83-3b0d-4bb3-bc6b-1da2d9ef1975} TCPHandler: Processed in 0.001348251 sec. 2025.12.24 02:39:21.331031 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:21.331125 [ 4 ] {ff0a94df-c6ae-4e23-a565-66073b7d1096} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:21.331167 [ 4 ] {ff0a94df-c6ae-4e23-a565-66073b7d1096} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:21.331592 [ 4 ] {ff0a94df-c6ae-4e23-a565-66073b7d1096} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:21.331627 [ 4 ] {ff0a94df-c6ae-4e23-a565-66073b7d1096} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:21.331948 [ 4 ] {ff0a94df-c6ae-4e23-a565-66073b7d1096} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 02:39:21.332150 [ 4 ] {ff0a94df-c6ae-4e23-a565-66073b7d1096} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:21.332281 [ 4 ] {ff0a94df-c6ae-4e23-a565-66073b7d1096} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2025.12.24 02:39:21.332320 [ 4 ] {ff0a94df-c6ae-4e23-a565-66073b7d1096} TCPHandler: Processed in 0.001342021 sec. 2025.12.24 02:39:21.332424 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:21.332511 [ 4 ] {a0a47df2-bd5b-4f5d-8cf1-2d7f34035d5f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:21.332566 [ 4 ] {a0a47df2-bd5b-4f5d-8cf1-2d7f34035d5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:21.333436 [ 4 ] {a0a47df2-bd5b-4f5d-8cf1-2d7f34035d5f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:21.333471 [ 4 ] {a0a47df2-bd5b-4f5d-8cf1-2d7f34035d5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:21.333992 [ 4 ] {a0a47df2-bd5b-4f5d-8cf1-2d7f34035d5f} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 02:39:21.334213 [ 4 ] {a0a47df2-bd5b-4f5d-8cf1-2d7f34035d5f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:21.334359 [ 4 ] {a0a47df2-bd5b-4f5d-8cf1-2d7f34035d5f} executeQuery: Read 26 rows, 47.71 KiB in 0.001849 sec., 14061.654948620877 rows/sec., 25.20 MiB/sec. 2025.12.24 02:39:21.334429 [ 4 ] {a0a47df2-bd5b-4f5d-8cf1-2d7f34035d5f} TCPHandler: Processed in 0.002043063 sec. 2025.12.24 02:39:21.334548 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:21.334648 [ 4 ] {fcba7977-de2a-42e0-83a1-74b6d036ee7e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:21.334688 [ 4 ] {fcba7977-de2a-42e0-83a1-74b6d036ee7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:21.335029 [ 4 ] {fcba7977-de2a-42e0-83a1-74b6d036ee7e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:21.335066 [ 4 ] {fcba7977-de2a-42e0-83a1-74b6d036ee7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:21.335389 [ 4 ] {fcba7977-de2a-42e0-83a1-74b6d036ee7e} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 02:39:21.335593 [ 4 ] {fcba7977-de2a-42e0-83a1-74b6d036ee7e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:21.335725 [ 4 ] {fcba7977-de2a-42e0-83a1-74b6d036ee7e} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2025.12.24 02:39:21.335762 [ 4 ] {fcba7977-de2a-42e0-83a1-74b6d036ee7e} TCPHandler: Processed in 0.00126304 sec. 2025.12.24 02:39:24.656393 [ 67 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:39:24.656490 [ 67 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:39:24.810086 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30607 2025.12.24 02:39:24.810575 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:24.810619 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:24.811076 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 02:39:24.811310 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:24.811461 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30607 2025.12.24 02:39:24.905771 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1466 2025.12.24 02:39:24.908236 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:24.908302 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:24.909562 [ 242 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 02:39:24.909868 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:24.910280 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1466 2025.12.24 02:39:25.001437 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001057437 sec. 2025.12.24 02:39:26.325562 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:26.325732 [ 4 ] {c90a40fe-ffd8-46f4-a682-d15bc75b6211} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:26.325793 [ 4 ] {c90a40fe-ffd8-46f4-a682-d15bc75b6211} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:26.326485 [ 4 ] {c90a40fe-ffd8-46f4-a682-d15bc75b6211} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:26.326525 [ 4 ] {c90a40fe-ffd8-46f4-a682-d15bc75b6211} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:26.326899 [ 4 ] {c90a40fe-ffd8-46f4-a682-d15bc75b6211} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 02:39:26.327127 [ 4 ] {c90a40fe-ffd8-46f4-a682-d15bc75b6211} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:26.327285 [ 4 ] {c90a40fe-ffd8-46f4-a682-d15bc75b6211} executeQuery: Read 84 rows, 7.20 KiB in 0.001597 sec., 52598.62241703194 rows/sec., 4.40 MiB/sec. 2025.12.24 02:39:26.327335 [ 4 ] {c90a40fe-ffd8-46f4-a682-d15bc75b6211} TCPHandler: Processed in 0.00188985 sec. 2025.12.24 02:39:26.327464 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:26.327565 [ 4 ] {3df5e6ec-749d-4907-9419-08d021030ade} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:26.327609 [ 4 ] {3df5e6ec-749d-4907-9419-08d021030ade} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:26.328026 [ 4 ] {3df5e6ec-749d-4907-9419-08d021030ade} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:26.328062 [ 4 ] {3df5e6ec-749d-4907-9419-08d021030ade} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:26.328366 [ 4 ] {3df5e6ec-749d-4907-9419-08d021030ade} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 02:39:26.328571 [ 4 ] {3df5e6ec-749d-4907-9419-08d021030ade} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:26.328703 [ 4 ] {3df5e6ec-749d-4907-9419-08d021030ade} executeQuery: Read 14 rows, 1.05 KiB in 0.001159 sec., 12079.378774805866 rows/sec., 908.31 KiB/sec. 2025.12.24 02:39:26.328742 [ 4 ] {3df5e6ec-749d-4907-9419-08d021030ade} TCPHandler: Processed in 0.001329681 sec. 2025.12.24 02:39:26.328854 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:26.328951 [ 4 ] {1b022de0-4fa7-4124-a889-c6fd8bc8223b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:26.328991 [ 4 ] {1b022de0-4fa7-4124-a889-c6fd8bc8223b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:26.329421 [ 4 ] {1b022de0-4fa7-4124-a889-c6fd8bc8223b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:26.329456 [ 4 ] {1b022de0-4fa7-4124-a889-c6fd8bc8223b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:26.329767 [ 4 ] {1b022de0-4fa7-4124-a889-c6fd8bc8223b} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 02:39:26.329974 [ 4 ] {1b022de0-4fa7-4124-a889-c6fd8bc8223b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:26.330100 [ 4 ] {1b022de0-4fa7-4124-a889-c6fd8bc8223b} executeQuery: Read 78 rows, 6.24 KiB in 0.001168 sec., 66780.82191780822 rows/sec., 5.21 MiB/sec. 2025.12.24 02:39:26.330140 [ 4 ] {1b022de0-4fa7-4124-a889-c6fd8bc8223b} TCPHandler: Processed in 0.001334441 sec. 2025.12.24 02:39:26.330257 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:26.330364 [ 4 ] {844b4483-2d2e-4ba9-8523-8e20e848cc6f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:26.330409 [ 4 ] {844b4483-2d2e-4ba9-8523-8e20e848cc6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:26.330840 [ 4 ] {844b4483-2d2e-4ba9-8523-8e20e848cc6f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:26.330874 [ 4 ] {844b4483-2d2e-4ba9-8523-8e20e848cc6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:26.331195 [ 4 ] {844b4483-2d2e-4ba9-8523-8e20e848cc6f} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 02:39:26.331402 [ 4 ] {844b4483-2d2e-4ba9-8523-8e20e848cc6f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:26.331534 [ 4 ] {844b4483-2d2e-4ba9-8523-8e20e848cc6f} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.12.24 02:39:26.331572 [ 4 ] {844b4483-2d2e-4ba9-8523-8e20e848cc6f} TCPHandler: Processed in 0.001365462 sec. 2025.12.24 02:39:26.331679 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:26.331771 [ 4 ] {e31e7b90-3ff7-4c59-ac96-6944febc6069} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:26.331825 [ 4 ] {e31e7b90-3ff7-4c59-ac96-6944febc6069} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:26.332605 [ 4 ] {e31e7b90-3ff7-4c59-ac96-6944febc6069} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:26.332639 [ 4 ] {e31e7b90-3ff7-4c59-ac96-6944febc6069} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:26.333154 [ 4 ] {e31e7b90-3ff7-4c59-ac96-6944febc6069} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 02:39:26.333376 [ 4 ] {e31e7b90-3ff7-4c59-ac96-6944febc6069} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:26.333514 [ 4 ] {e31e7b90-3ff7-4c59-ac96-6944febc6069} executeQuery: Read 14 rows, 25.69 KiB in 0.001759 sec., 7959.067652075043 rows/sec., 14.26 MiB/sec. 2025.12.24 02:39:26.333578 [ 4 ] {e31e7b90-3ff7-4c59-ac96-6944febc6069} TCPHandler: Processed in 0.001948861 sec. 2025.12.24 02:39:26.333692 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:26.333785 [ 4 ] {a0e09cf7-6019-483d-b06f-56e32f6fdd6a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:26.333827 [ 4 ] {a0e09cf7-6019-483d-b06f-56e32f6fdd6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:26.334234 [ 4 ] {a0e09cf7-6019-483d-b06f-56e32f6fdd6a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:26.334269 [ 4 ] {a0e09cf7-6019-483d-b06f-56e32f6fdd6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:26.334579 [ 4 ] {a0e09cf7-6019-483d-b06f-56e32f6fdd6a} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 02:39:26.334826 [ 4 ] {a0e09cf7-6019-483d-b06f-56e32f6fdd6a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:26.334960 [ 4 ] {a0e09cf7-6019-483d-b06f-56e32f6fdd6a} executeQuery: Read 60 rows, 4.14 KiB in 0.001191 sec., 50377.83375314862 rows/sec., 3.40 MiB/sec. 2025.12.24 02:39:26.334997 [ 4 ] {a0e09cf7-6019-483d-b06f-56e32f6fdd6a} TCPHandler: Processed in 0.001353612 sec. 2025.12.24 02:39:26.482661 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.12.24 02:39:26.500291 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:26.500365 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:26.507018 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 02:39:26.507719 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:26.510887 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.12.24 02:39:31.373352 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:31.373594 [ 4 ] {24579e99-e5a1-4271-9d55-316e040eaaa2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:39:31.373671 [ 4 ] {24579e99-e5a1-4271-9d55-316e040eaaa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:39:31.374470 [ 4 ] {24579e99-e5a1-4271-9d55-316e040eaaa2} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:31.374544 [ 4 ] {24579e99-e5a1-4271-9d55-316e040eaaa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:31.375103 [ 4 ] {24579e99-e5a1-4271-9d55-316e040eaaa2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 02:39:31.375474 [ 4 ] {24579e99-e5a1-4271-9d55-316e040eaaa2} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:31.375704 [ 4 ] {24579e99-e5a1-4271-9d55-316e040eaaa2} executeQuery: Read 4 rows, 334.00 B in 0.002164 sec., 1848.4288354898335 rows/sec., 150.73 KiB/sec. 2025.12.24 02:39:31.375783 [ 4 ] {24579e99-e5a1-4271-9d55-316e040eaaa2} TCPHandler: Processed in 0.002642443 sec. 2025.12.24 02:39:31.375966 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:31.376116 [ 4 ] {bf06c79b-bb47-4de2-86bf-476fe4143356} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:31.376179 [ 4 ] {bf06c79b-bb47-4de2-86bf-476fe4143356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:31.377870 [ 4 ] {bf06c79b-bb47-4de2-86bf-476fe4143356} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:31.377930 [ 4 ] {bf06c79b-bb47-4de2-86bf-476fe4143356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:31.378595 [ 4 ] {bf06c79b-bb47-4de2-86bf-476fe4143356} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 02:39:31.378964 [ 4 ] {bf06c79b-bb47-4de2-86bf-476fe4143356} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:31.379171 [ 4 ] {bf06c79b-bb47-4de2-86bf-476fe4143356} executeQuery: Read 1250 rows, 105.99 KiB in 0.003092 sec., 404269.08150064683 rows/sec., 33.48 MiB/sec. 2025.12.24 02:39:31.379230 [ 4 ] {bf06c79b-bb47-4de2-86bf-476fe4143356} TCPHandler: Processed in 0.003339833 sec. 2025.12.24 02:39:31.379399 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:31.379549 [ 4 ] {1e1a379e-0bb8-494b-bd42-4e68b87a92f9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:31.379616 [ 4 ] {1e1a379e-0bb8-494b-bd42-4e68b87a92f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:31.380239 [ 4 ] {1e1a379e-0bb8-494b-bd42-4e68b87a92f9} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:31.380293 [ 4 ] {1e1a379e-0bb8-494b-bd42-4e68b87a92f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:31.380765 [ 4 ] {1e1a379e-0bb8-494b-bd42-4e68b87a92f9} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 02:39:31.381091 [ 4 ] {1e1a379e-0bb8-494b-bd42-4e68b87a92f9} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:31.381276 [ 4 ] {1e1a379e-0bb8-494b-bd42-4e68b87a92f9} executeQuery: Read 30 rows, 2.23 KiB in 0.001757 sec., 17074.558907228227 rows/sec., 1.24 MiB/sec. 2025.12.24 02:39:31.381332 [ 4 ] {1e1a379e-0bb8-494b-bd42-4e68b87a92f9} TCPHandler: Processed in 0.002005122 sec. 2025.12.24 02:39:31.381497 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:31.381659 [ 4 ] {1ec8aa07-eebb-447d-b551-d66e8086c0b4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:39:31.381721 [ 4 ] {1ec8aa07-eebb-447d-b551-d66e8086c0b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:39:31.382479 [ 4 ] {1ec8aa07-eebb-447d-b551-d66e8086c0b4} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:31.382523 [ 4 ] {1ec8aa07-eebb-447d-b551-d66e8086c0b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:31.382934 [ 4 ] {1ec8aa07-eebb-447d-b551-d66e8086c0b4} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 02:39:31.383193 [ 4 ] {1ec8aa07-eebb-447d-b551-d66e8086c0b4} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:31.383355 [ 4 ] {1ec8aa07-eebb-447d-b551-d66e8086c0b4} executeQuery: Read 228 rows, 15.81 KiB in 0.001753 sec., 130062.749572162 rows/sec., 8.81 MiB/sec. 2025.12.24 02:39:31.383403 [ 4 ] {1ec8aa07-eebb-447d-b551-d66e8086c0b4} TCPHandler: Processed in 0.001977822 sec. 2025.12.24 02:39:31.383556 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:31.383669 [ 4 ] {f78cbb03-89d7-4fbc-9abe-e36b8d30d047} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:31.383720 [ 4 ] {f78cbb03-89d7-4fbc-9abe-e36b8d30d047} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:31.384471 [ 4 ] {f78cbb03-89d7-4fbc-9abe-e36b8d30d047} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:31.384518 [ 4 ] {f78cbb03-89d7-4fbc-9abe-e36b8d30d047} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:31.384905 [ 4 ] {f78cbb03-89d7-4fbc-9abe-e36b8d30d047} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 02:39:31.385217 [ 4 ] {f78cbb03-89d7-4fbc-9abe-e36b8d30d047} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:31.385401 [ 4 ] {f78cbb03-89d7-4fbc-9abe-e36b8d30d047} executeQuery: Read 550 rows, 41.81 KiB in 0.001754 sec., 313568.9851767389 rows/sec., 23.28 MiB/sec. 2025.12.24 02:39:31.385466 [ 4 ] {f78cbb03-89d7-4fbc-9abe-e36b8d30d047} TCPHandler: Processed in 0.001965562 sec. 2025.12.24 02:39:31.385627 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:31.385750 [ 4 ] {be0e4e25-c147-47d8-96c5-537d1975a5ae} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:31.385807 [ 4 ] {be0e4e25-c147-47d8-96c5-537d1975a5ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:31.386498 [ 4 ] {be0e4e25-c147-47d8-96c5-537d1975a5ae} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:31.386541 [ 4 ] {be0e4e25-c147-47d8-96c5-537d1975a5ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:31.387066 [ 4 ] {be0e4e25-c147-47d8-96c5-537d1975a5ae} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 02:39:31.387294 [ 4 ] {be0e4e25-c147-47d8-96c5-537d1975a5ae} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:31.387435 [ 4 ] {be0e4e25-c147-47d8-96c5-537d1975a5ae} executeQuery: Read 846 rows, 58.31 KiB in 0.00171 sec., 494736.8421052632 rows/sec., 33.30 MiB/sec. 2025.12.24 02:39:31.387475 [ 4 ] {be0e4e25-c147-47d8-96c5-537d1975a5ae} TCPHandler: Processed in 0.001916951 sec. 2025.12.24 02:39:31.387606 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:31.387711 [ 4 ] {68828dd2-9ed3-4126-9bbe-051a81379e32} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:31.387782 [ 4 ] {68828dd2-9ed3-4126-9bbe-051a81379e32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:31.388689 [ 4 ] {68828dd2-9ed3-4126-9bbe-051a81379e32} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:31.388739 [ 4 ] {68828dd2-9ed3-4126-9bbe-051a81379e32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:31.389336 [ 4 ] {68828dd2-9ed3-4126-9bbe-051a81379e32} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 02:39:31.389591 [ 4 ] {68828dd2-9ed3-4126-9bbe-051a81379e32} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:31.389781 [ 4 ] {68828dd2-9ed3-4126-9bbe-051a81379e32} executeQuery: Read 26 rows, 47.71 KiB in 0.002093 sec., 12422.360248447207 rows/sec., 22.26 MiB/sec. 2025.12.24 02:39:31.389860 [ 4 ] {68828dd2-9ed3-4126-9bbe-051a81379e32} TCPHandler: Processed in 0.002304847 sec. 2025.12.24 02:39:31.389990 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:31.390115 [ 4 ] {67a85762-dac6-4454-b4c0-367f29d28eb7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:31.390163 [ 4 ] {67a85762-dac6-4454-b4c0-367f29d28eb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:31.390544 [ 4 ] {67a85762-dac6-4454-b4c0-367f29d28eb7} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:31.390580 [ 4 ] {67a85762-dac6-4454-b4c0-367f29d28eb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:31.390891 [ 4 ] {67a85762-dac6-4454-b4c0-367f29d28eb7} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 02:39:31.391123 [ 4 ] {67a85762-dac6-4454-b4c0-367f29d28eb7} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:31.391255 [ 4 ] {67a85762-dac6-4454-b4c0-367f29d28eb7} executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. 2025.12.24 02:39:31.391294 [ 4 ] {67a85762-dac6-4454-b4c0-367f29d28eb7} TCPHandler: Processed in 0.001359791 sec. 2025.12.24 02:39:31.712767 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46386 2025.12.24 02:39:31.712875 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.712901 [ 290 ] {} TCP-Session: 64435d4d-6b30-4cd4-bbfc-3686cfa7eef0 Authenticating user 'default' from [fd00:1122:3344:101::e]:46386 2025.12.24 02:39:31.712923 [ 290 ] {} TCP-Session: 64435d4d-6b30-4cd4-bbfc-3686cfa7eef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.712942 [ 290 ] {} TCP-Session: 64435d4d-6b30-4cd4-bbfc-3686cfa7eef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713136 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54847 2025.12.24 02:39:31.713173 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38015 2025.12.24 02:39:31.713189 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58301 2025.12.24 02:39:31.713202 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60192 2025.12.24 02:39:31.713239 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62347 2025.12.24 02:39:31.713249 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.713245 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65066 2025.12.24 02:39:31.713292 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.713302 [ 291 ] {} TCP-Session: 8c2f6a09-6af7-45c7-b508-5956439fb841 Authenticating user 'default' from [fd00:1122:3344:101::e]:54847 2025.12.24 02:39:31.713342 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.713344 [ 290 ] {} TCP-Session: 64435d4d-6b30-4cd4-bbfc-3686cfa7eef0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:31.713390 [ 291 ] {} TCP-Session: 8c2f6a09-6af7-45c7-b508-5956439fb841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713408 [ 352 ] {} TCP-Session: e12d8522-733c-4e65-b94b-b530a98d7eaa Authenticating user 'default' from [fd00:1122:3344:101::e]:62347 2025.12.24 02:39:31.713441 [ 291 ] {} TCP-Session: 8c2f6a09-6af7-45c7-b508-5956439fb841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713454 [ 352 ] {} TCP-Session: e12d8522-733c-4e65-b94b-b530a98d7eaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713345 [ 292 ] {} TCP-Session: 5a304424-19b4-4c0b-99bf-c6516a20c0e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:38015 2025.12.24 02:39:31.713477 [ 352 ] {} TCP-Session: e12d8522-733c-4e65-b94b-b530a98d7eaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713328 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.713511 [ 292 ] {} TCP-Session: 5a304424-19b4-4c0b-99bf-c6516a20c0e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713524 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.713547 [ 292 ] {} TCP-Session: 5a304424-19b4-4c0b-99bf-c6516a20c0e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713545 [ 350 ] {} TCP-Session: 987d3347-3063-47e1-ba0d-4755ea196af2 Authenticating user 'default' from [fd00:1122:3344:101::e]:60192 2025.12.24 02:39:31.713566 [ 353 ] {} TCP-Session: f024c7fa-fc24-4c11-a3b9-4e6f4d62613a Authenticating user 'default' from [fd00:1122:3344:101::e]:65066 2025.12.24 02:39:31.713576 [ 290 ] {26c3bbfc-533b-43b4-997a-701a96e47c8f} executeQuery: (from [fd00:1122:3344:101::e]:46386) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:39:31.713588 [ 350 ] {} TCP-Session: 987d3347-3063-47e1-ba0d-4755ea196af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713601 [ 353 ] {} TCP-Session: f024c7fa-fc24-4c11-a3b9-4e6f4d62613a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713619 [ 350 ] {} TCP-Session: 987d3347-3063-47e1-ba0d-4755ea196af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713633 [ 353 ] {} TCP-Session: f024c7fa-fc24-4c11-a3b9-4e6f4d62613a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713299 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.713195 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49020 2025.12.24 02:39:31.713686 [ 349 ] {} TCP-Session: c8d09bd9-2e95-499b-8310-50830a9b14ba Authenticating user 'default' from [fd00:1122:3344:101::e]:58301 2025.12.24 02:39:31.713210 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58906 2025.12.24 02:39:31.713734 [ 349 ] {} TCP-Session: c8d09bd9-2e95-499b-8310-50830a9b14ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713764 [ 349 ] {} TCP-Session: c8d09bd9-2e95-499b-8310-50830a9b14ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.713856 [ 290 ] {26c3bbfc-533b-43b4-997a-701a96e47c8f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:39:31.713918 [ 290 ] {26c3bbfc-533b-43b4-997a-701a96e47c8f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:39:31.714097 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.714135 [ 293 ] {} TCP-Session: 32446fc0-839a-44ab-8277-6928ff0e46c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:49020 2025.12.24 02:39:31.714162 [ 293 ] {} TCP-Session: 32446fc0-839a-44ab-8277-6928ff0e46c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.714175 [ 293 ] {} TCP-Session: 32446fc0-839a-44ab-8277-6928ff0e46c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.714184 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.714204 [ 290 ] {26c3bbfc-533b-43b4-997a-701a96e47c8f} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:39:31.714214 [ 351 ] {} TCP-Session: 90a28e29-96af-4393-b75a-66feb60be286 Authenticating user 'default' from [fd00:1122:3344:101::e]:58906 2025.12.24 02:39:31.714247 [ 351 ] {} TCP-Session: 90a28e29-96af-4393-b75a-66feb60be286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.714260 [ 351 ] {} TCP-Session: 90a28e29-96af-4393-b75a-66feb60be286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.715202 [ 311 ] {26c3bbfc-533b-43b4-997a-701a96e47c8f} AggregatingTransform: Aggregating 2025.12.24 02:39:31.715241 [ 311 ] {26c3bbfc-533b-43b4-997a-701a96e47c8f} Aggregator: Aggregation method: without_key 2025.12.24 02:39:31.715280 [ 311 ] {26c3bbfc-533b-43b4-997a-701a96e47c8f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000968415 sec. (1032.615 rows/sec., 40.34 KiB/sec.) 2025.12.24 02:39:31.715298 [ 311 ] {26c3bbfc-533b-43b4-997a-701a96e47c8f} Aggregator: Merging aggregated data 2025.12.24 02:39:31.716688 [ 290 ] {26c3bbfc-533b-43b4-997a-701a96e47c8f} executeQuery: Read 1 rows, 40.00 B in 0.003163 sec., 316.1555485298767 rows/sec., 12.35 KiB/sec. 2025.12.24 02:39:31.716857 [ 290 ] {26c3bbfc-533b-43b4-997a-701a96e47c8f} TCPHandler: Processed in 0.003634468 sec. 2025.12.24 02:39:31.717003 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.717030 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.717047 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.717049 [ 290 ] {} TCP-Session: 64435d4d-6b30-4cd4-bbfc-3686cfa7eef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.717067 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.717082 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.717099 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.717131 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.717149 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.717182 [ 349 ] {} TCP-Session: c8d09bd9-2e95-499b-8310-50830a9b14ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.717167 [ 293 ] {} TCP-Session: 32446fc0-839a-44ab-8277-6928ff0e46c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.717206 [ 352 ] {} TCP-Session: e12d8522-733c-4e65-b94b-b530a98d7eaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.717145 [ 292 ] {} TCP-Session: 5a304424-19b4-4c0b-99bf-c6516a20c0e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.717123 [ 350 ] {} TCP-Session: 987d3347-3063-47e1-ba0d-4755ea196af2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.717115 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.717095 [ 291 ] {} TCP-Session: 8c2f6a09-6af7-45c7-b508-5956439fb841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.717077 [ 353 ] {} TCP-Session: f024c7fa-fc24-4c11-a3b9-4e6f4d62613a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.717324 [ 351 ] {} TCP-Session: 90a28e29-96af-4393-b75a-66feb60be286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.742187 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53630 2025.12.24 02:39:31.742278 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.742302 [ 290 ] {} TCP-Session: 04afd0fd-c3a3-485e-a54b-4c2ffb6a0ea6 Authenticating user 'default' from [fd00:1122:3344:101::e]:53630 2025.12.24 02:39:31.742321 [ 290 ] {} TCP-Session: 04afd0fd-c3a3-485e-a54b-4c2ffb6a0ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.742334 [ 290 ] {} TCP-Session: 04afd0fd-c3a3-485e-a54b-4c2ffb6a0ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.742479 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47594 2025.12.24 02:39:31.742501 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33990 2025.12.24 02:39:31.742543 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62215 2025.12.24 02:39:31.742560 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63226 2025.12.24 02:39:31.742576 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36892 2025.12.24 02:39:31.742601 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48071 2025.12.24 02:39:31.742625 [ 290 ] {} TCP-Session: 04afd0fd-c3a3-485e-a54b-4c2ffb6a0ea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:31.742653 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.742669 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.742689 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.742693 [ 349 ] {} TCP-Session: 770d4882-71e0-48d4-99a3-2c703f26c61b Authenticating user 'default' from [fd00:1122:3344:101::e]:63226 2025.12.24 02:39:31.742705 [ 350 ] {} TCP-Session: 3271c23b-0368-41b2-81eb-afa4146b0155 Authenticating user 'default' from [fd00:1122:3344:101::e]:36892 2025.12.24 02:39:31.742719 [ 353 ] {} TCP-Session: 1c0d70fa-3ca9-44f7-81cd-3f383cecfe3f Authenticating user 'default' from [fd00:1122:3344:101::e]:48071 2025.12.24 02:39:31.742732 [ 349 ] {} TCP-Session: 770d4882-71e0-48d4-99a3-2c703f26c61b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.742741 [ 350 ] {} TCP-Session: 3271c23b-0368-41b2-81eb-afa4146b0155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.742762 [ 349 ] {} TCP-Session: 770d4882-71e0-48d4-99a3-2c703f26c61b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.742774 [ 350 ] {} TCP-Session: 3271c23b-0368-41b2-81eb-afa4146b0155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.742794 [ 290 ] {3109d133-4024-44b4-976d-2c7020bbe0c2} executeQuery: (from [fd00:1122:3344:101::e]:53630) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:39:31.742636 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.742597 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56487 2025.12.24 02:39:31.742853 [ 293 ] {} TCP-Session: 70fb9000-3c8e-4def-b2e7-6adfc8498694 Authenticating user 'default' from [fd00:1122:3344:101::e]:62215 2025.12.24 02:39:31.742588 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35035 2025.12.24 02:39:31.742888 [ 293 ] {} TCP-Session: 70fb9000-3c8e-4def-b2e7-6adfc8498694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.742906 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.742912 [ 293 ] {} TCP-Session: 70fb9000-3c8e-4def-b2e7-6adfc8498694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.742550 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.742936 [ 352 ] {} TCP-Session: d387b390-3a85-4126-919d-a3d4559e1862 Authenticating user 'default' from [fd00:1122:3344:101::e]:56487 2025.12.24 02:39:31.742943 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.742969 [ 291 ] {} TCP-Session: c6a289e7-2553-4828-a853-e2449e2e3ca7 Authenticating user 'default' from [fd00:1122:3344:101::e]:47594 2025.12.24 02:39:31.742975 [ 352 ] {} TCP-Session: d387b390-3a85-4126-919d-a3d4559e1862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.742993 [ 351 ] {} TCP-Session: f70a40c0-ca25-4987-8d42-93cabc901d35 Authenticating user 'default' from [fd00:1122:3344:101::e]:35035 2025.12.24 02:39:31.743001 [ 291 ] {} TCP-Session: c6a289e7-2553-4828-a853-e2449e2e3ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.743005 [ 352 ] {} TCP-Session: d387b390-3a85-4126-919d-a3d4559e1862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.743024 [ 290 ] {3109d133-4024-44b4-976d-2c7020bbe0c2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:39:31.743031 [ 291 ] {} TCP-Session: c6a289e7-2553-4828-a853-e2449e2e3ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.743024 [ 351 ] {} TCP-Session: f70a40c0-ca25-4987-8d42-93cabc901d35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.743087 [ 290 ] {3109d133-4024-44b4-976d-2c7020bbe0c2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:39:31.743095 [ 351 ] {} TCP-Session: f70a40c0-ca25-4987-8d42-93cabc901d35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.742590 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.742755 [ 353 ] {} TCP-Session: 1c0d70fa-3ca9-44f7-81cd-3f383cecfe3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.743154 [ 292 ] {} TCP-Session: 0a8e3016-c4f2-45db-bcf1-d063de549844 Authenticating user 'default' from [fd00:1122:3344:101::e]:33990 2025.12.24 02:39:31.743163 [ 353 ] {} TCP-Session: 1c0d70fa-3ca9-44f7-81cd-3f383cecfe3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.743172 [ 292 ] {} TCP-Session: 0a8e3016-c4f2-45db-bcf1-d063de549844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.743185 [ 292 ] {} TCP-Session: 0a8e3016-c4f2-45db-bcf1-d063de549844 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.743379 [ 290 ] {3109d133-4024-44b4-976d-2c7020bbe0c2} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:39:31.744243 [ 326 ] {3109d133-4024-44b4-976d-2c7020bbe0c2} AggregatingTransform: Aggregating 2025.12.24 02:39:31.744290 [ 326 ] {3109d133-4024-44b4-976d-2c7020bbe0c2} Aggregator: Aggregation method: without_key 2025.12.24 02:39:31.744323 [ 326 ] {3109d133-4024-44b4-976d-2c7020bbe0c2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000844593 sec. (1184.002 rows/sec., 46.25 KiB/sec.) 2025.12.24 02:39:31.744341 [ 326 ] {3109d133-4024-44b4-976d-2c7020bbe0c2} Aggregator: Merging aggregated data 2025.12.24 02:39:31.745583 [ 290 ] {3109d133-4024-44b4-976d-2c7020bbe0c2} executeQuery: Read 1 rows, 40.00 B in 0.002838 sec., 352.3608174770966 rows/sec., 13.76 KiB/sec. 2025.12.24 02:39:31.745714 [ 290 ] {3109d133-4024-44b4-976d-2c7020bbe0c2} TCPHandler: Processed in 0.003182861 sec. 2025.12.24 02:39:31.745857 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.745885 [ 290 ] {} TCP-Session: 04afd0fd-c3a3-485e-a54b-4c2ffb6a0ea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.745888 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.745908 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.745933 [ 291 ] {} TCP-Session: c6a289e7-2553-4828-a853-e2449e2e3ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.745941 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.745956 [ 349 ] {} TCP-Session: 770d4882-71e0-48d4-99a3-2c703f26c61b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.745980 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.745990 [ 292 ] {} TCP-Session: 0a8e3016-c4f2-45db-bcf1-d063de549844 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.746001 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.746020 [ 350 ] {} TCP-Session: 3271c23b-0368-41b2-81eb-afa4146b0155 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.746017 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.746051 [ 351 ] {} TCP-Session: f70a40c0-ca25-4987-8d42-93cabc901d35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.745965 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.746082 [ 352 ] {} TCP-Session: d387b390-3a85-4126-919d-a3d4559e1862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.745926 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.746116 [ 293 ] {} TCP-Session: 70fb9000-3c8e-4def-b2e7-6adfc8498694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.746164 [ 353 ] {} TCP-Session: 1c0d70fa-3ca9-44f7-81cd-3f383cecfe3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805132 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41244 2025.12.24 02:39:31.805233 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.805258 [ 290 ] {} TCP-Session: cfb9bdbc-8123-49b4-aa1d-5b64c90c9d0d Authenticating user 'default' from [fd00:1122:3344:101::e]:41244 2025.12.24 02:39:31.805278 [ 290 ] {} TCP-Session: cfb9bdbc-8123-49b4-aa1d-5b64c90c9d0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805291 [ 290 ] {} TCP-Session: cfb9bdbc-8123-49b4-aa1d-5b64c90c9d0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805444 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54048 2025.12.24 02:39:31.805481 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41483 2025.12.24 02:39:31.805505 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63084 2025.12.24 02:39:31.805519 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45574 2025.12.24 02:39:31.805544 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64299 2025.12.24 02:39:31.805561 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49232 2025.12.24 02:39:31.805607 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.805630 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.805635 [ 290 ] {} TCP-Session: cfb9bdbc-8123-49b4-aa1d-5b64c90c9d0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:31.805651 [ 292 ] {} TCP-Session: 8b68dac4-2a91-47d9-b72f-a368eb4aa749 Authenticating user 'default' from [fd00:1122:3344:101::e]:41483 2025.12.24 02:39:31.805670 [ 350 ] {} TCP-Session: 9e82a085-513d-4fd7-b185-63a179d89376 Authenticating user 'default' from [fd00:1122:3344:101::e]:45574 2025.12.24 02:39:31.805685 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.805696 [ 292 ] {} TCP-Session: 8b68dac4-2a91-47d9-b72f-a368eb4aa749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805714 [ 350 ] {} TCP-Session: 9e82a085-513d-4fd7-b185-63a179d89376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805724 [ 353 ] {} TCP-Session: a44aa314-0afb-4d02-a21c-b6d1966dc24a Authenticating user 'default' from [fd00:1122:3344:101::e]:49232 2025.12.24 02:39:31.805726 [ 292 ] {} TCP-Session: 8b68dac4-2a91-47d9-b72f-a368eb4aa749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805747 [ 350 ] {} TCP-Session: 9e82a085-513d-4fd7-b185-63a179d89376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805758 [ 353 ] {} TCP-Session: a44aa314-0afb-4d02-a21c-b6d1966dc24a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805687 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.805794 [ 353 ] {} TCP-Session: a44aa314-0afb-4d02-a21c-b6d1966dc24a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805830 [ 351 ] {} TCP-Session: 9d34f228-0bd5-41dc-9dba-775b0354b5ab Authenticating user 'default' from [fd00:1122:3344:101::e]:64299 2025.12.24 02:39:31.805839 [ 290 ] {384502bd-6edf-4dc1-9a54-bfc0c7704cc0} executeQuery: (from [fd00:1122:3344:101::e]:41244) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:39:31.805554 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41775 2025.12.24 02:39:31.805865 [ 351 ] {} TCP-Session: 9d34f228-0bd5-41dc-9dba-775b0354b5ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805551 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.805911 [ 351 ] {} TCP-Session: 9d34f228-0bd5-41dc-9dba-775b0354b5ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805504 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38019 2025.12.24 02:39:31.805947 [ 291 ] {} TCP-Session: 6ed3e7ba-5ce2-4489-a955-a458aa58d781 Authenticating user 'default' from [fd00:1122:3344:101::e]:54048 2025.12.24 02:39:31.805942 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.805987 [ 291 ] {} TCP-Session: 6ed3e7ba-5ce2-4489-a955-a458aa58d781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.805606 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.806012 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:39:31.806006 [ 352 ] {} TCP-Session: b0fa50d2-cd27-4505-8e89-7835291616ae Authenticating user 'default' from [fd00:1122:3344:101::e]:41775 2025.12.24 02:39:31.806048 [ 293 ] {} TCP-Session: 2fdae241-a2e1-497c-9c7d-c4a8c8cf44b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:38019 2025.12.24 02:39:31.806065 [ 352 ] {} TCP-Session: b0fa50d2-cd27-4505-8e89-7835291616ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.806080 [ 293 ] {} TCP-Session: 2fdae241-a2e1-497c-9c7d-c4a8c8cf44b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.806092 [ 290 ] {384502bd-6edf-4dc1-9a54-bfc0c7704cc0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:39:31.806107 [ 293 ] {} TCP-Session: 2fdae241-a2e1-497c-9c7d-c4a8c8cf44b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.806093 [ 352 ] {} TCP-Session: b0fa50d2-cd27-4505-8e89-7835291616ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.806038 [ 349 ] {} TCP-Session: 77552bde-e5f5-4955-8c7e-dabbc3aca913 Authenticating user 'default' from [fd00:1122:3344:101::e]:63084 2025.12.24 02:39:31.806153 [ 290 ] {384502bd-6edf-4dc1-9a54-bfc0c7704cc0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:39:31.806180 [ 349 ] {} TCP-Session: 77552bde-e5f5-4955-8c7e-dabbc3aca913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.806005 [ 291 ] {} TCP-Session: 6ed3e7ba-5ce2-4489-a955-a458aa58d781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.806204 [ 349 ] {} TCP-Session: 77552bde-e5f5-4955-8c7e-dabbc3aca913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.806462 [ 290 ] {384502bd-6edf-4dc1-9a54-bfc0c7704cc0} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:39:31.807342 [ 345 ] {384502bd-6edf-4dc1-9a54-bfc0c7704cc0} AggregatingTransform: Aggregating 2025.12.24 02:39:31.807400 [ 345 ] {384502bd-6edf-4dc1-9a54-bfc0c7704cc0} Aggregator: Aggregation method: without_key 2025.12.24 02:39:31.807445 [ 345 ] {384502bd-6edf-4dc1-9a54-bfc0c7704cc0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000874794 sec. (1143.126 rows/sec., 44.65 KiB/sec.) 2025.12.24 02:39:31.807465 [ 345 ] {384502bd-6edf-4dc1-9a54-bfc0c7704cc0} Aggregator: Merging aggregated data 2025.12.24 02:39:31.809115 [ 290 ] {384502bd-6edf-4dc1-9a54-bfc0c7704cc0} executeQuery: Read 1 rows, 40.00 B in 0.003342 sec., 299.22202274087374 rows/sec., 11.69 KiB/sec. 2025.12.24 02:39:31.809272 [ 290 ] {384502bd-6edf-4dc1-9a54-bfc0c7704cc0} TCPHandler: Processed in 0.003782251 sec. 2025.12.24 02:39:31.809395 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.809425 [ 290 ] {} TCP-Session: cfb9bdbc-8123-49b4-aa1d-5b64c90c9d0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.809429 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.809451 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.809469 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.809480 [ 291 ] {} TCP-Session: 6ed3e7ba-5ce2-4489-a955-a458aa58d781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.809496 [ 349 ] {} TCP-Session: 77552bde-e5f5-4955-8c7e-dabbc3aca913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.809506 [ 292 ] {} TCP-Session: 8b68dac4-2a91-47d9-b72f-a368eb4aa749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.809506 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.809519 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.809556 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.809566 [ 351 ] {} TCP-Session: 9d34f228-0bd5-41dc-9dba-775b0354b5ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.809583 [ 352 ] {} TCP-Session: b0fa50d2-cd27-4505-8e89-7835291616ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.809603 [ 353 ] {} TCP-Session: a44aa314-0afb-4d02-a21c-b6d1966dc24a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.809536 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.809486 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:39:31.809668 [ 350 ] {} TCP-Session: 9e82a085-513d-4fd7-b185-63a179d89376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:31.809686 [ 293 ] {} TCP-Session: 2fdae241-a2e1-497c-9c7d-c4a8c8cf44b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:39:32.000206 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 355.65 MiB, peak 365.73 MiB, free memory in arenas 0.00 B, will set to 354.40 MiB (RSS), difference: -1.25 MiB 2025.12.24 02:39:32.311681 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31119 2025.12.24 02:39:32.312205 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:32.312256 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:32.312769 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 02:39:32.313031 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:32.313185 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31119 2025.12.24 02:39:34.011048 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.12.24 02:39:34.029070 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:34.029124 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:34.035345 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 02:39:34.036038 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:34.039111 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.12.24 02:39:34.910610 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1500 2025.12.24 02:39:34.913734 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:34.913798 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:34.915105 [ 242 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 02:39:34.915403 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:34.915797 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1500 2025.12.24 02:39:36.326480 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:36.326681 [ 4 ] {afe44c7a-e5a7-407a-b37d-a74d696b92b2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:36.326783 [ 4 ] {afe44c7a-e5a7-407a-b37d-a74d696b92b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:36.327770 [ 4 ] {afe44c7a-e5a7-407a-b37d-a74d696b92b2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.327811 [ 4 ] {afe44c7a-e5a7-407a-b37d-a74d696b92b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:36.328181 [ 4 ] {afe44c7a-e5a7-407a-b37d-a74d696b92b2} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 02:39:36.328396 [ 4 ] {afe44c7a-e5a7-407a-b37d-a74d696b92b2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.328531 [ 28 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 02:39:36.328538 [ 4 ] {afe44c7a-e5a7-407a-b37d-a74d696b92b2} executeQuery: Read 84 rows, 7.20 KiB in 0.001923 sec., 43681.747269890795 rows/sec., 3.65 MiB/sec. 2025.12.24 02:39:36.328575 [ 28 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.328594 [ 4 ] {afe44c7a-e5a7-407a-b37d-a74d696b92b2} TCPHandler: Processed in 0.002237406 sec. 2025.12.24 02:39:36.328599 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:36.328718 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:36.328752 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 02:39:36.328821 [ 4 ] {89b8088d-4791-4858-aa61-76da7caa110c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:36.328866 [ 4 ] {89b8088d-4791-4858-aa61-76da7caa110c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:36.328919 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:36.328962 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1406 rows starting from the beginning of the part 2025.12.24 02:39:36.329039 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 204 rows starting from the beginning of the part 2025.12.24 02:39:36.329092 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 108 rows starting from the beginning of the part 2025.12.24 02:39:36.329139 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 84 rows starting from the beginning of the part 2025.12.24 02:39:36.329184 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1250 rows starting from the beginning of the part 2025.12.24 02:39:36.329229 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 84 rows starting from the beginning of the part 2025.12.24 02:39:36.329266 [ 4 ] {89b8088d-4791-4858-aa61-76da7caa110c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.329306 [ 4 ] {89b8088d-4791-4858-aa61-76da7caa110c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:36.329648 [ 4 ] {89b8088d-4791-4858-aa61-76da7caa110c} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 02:39:36.329866 [ 4 ] {89b8088d-4791-4858-aa61-76da7caa110c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.329989 [ 44 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 02:39:36.329998 [ 4 ] {89b8088d-4791-4858-aa61-76da7caa110c} executeQuery: Read 14 rows, 1.05 KiB in 0.001205 sec., 11618.257261410788 rows/sec., 873.64 KiB/sec. 2025.12.24 02:39:36.330025 [ 44 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.330043 [ 4 ] {89b8088d-4791-4858-aa61-76da7caa110c} TCPHandler: Processed in 0.001377842 sec. 2025.12.24 02:39:36.330046 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:36.330125 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 02:39:36.330152 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:36.330213 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:36.330241 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 70 rows starting from the beginning of the part 2025.12.24 02:39:36.330244 [ 4 ] {ddc562d1-886f-4048-b25b-1a954ee0d813} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:36.330296 [ 4 ] {ddc562d1-886f-4048-b25b-1a954ee0d813} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:36.330306 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 26 rows starting from the beginning of the part 2025.12.24 02:39:36.330349 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 26 rows starting from the beginning of the part 2025.12.24 02:39:36.330388 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 14 rows starting from the beginning of the part 2025.12.24 02:39:36.330426 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 30 rows starting from the beginning of the part 2025.12.24 02:39:36.330467 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 14 rows starting from the beginning of the part 2025.12.24 02:39:36.330720 [ 4 ] {ddc562d1-886f-4048-b25b-1a954ee0d813} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.330747 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3136 rows, containing 5 columns (5 merged, 0 gathered) in 0.002057253 sec., 1524362.8275180543 rows/sec., 133.59 MiB/sec. 2025.12.24 02:39:36.330754 [ 4 ] {ddc562d1-886f-4048-b25b-1a954ee0d813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:36.330995 [ 200 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 02:39:36.331104 [ 4 ] {ddc562d1-886f-4048-b25b-1a954ee0d813} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 02:39:36.331199 [ 197 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.001107637 sec., 162508.1141204203 rows/sec., 12.55 MiB/sec. 2025.12.24 02:39:36.331281 [ 200 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.331327 [ 4 ] {ddc562d1-886f-4048-b25b-1a954ee0d813} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.331355 [ 200 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_96_19} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 02:39:36.331387 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 02:39:36.331444 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:39:36.331448 [ 36 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 02:39:36.331454 [ 4 ] {ddc562d1-886f-4048-b25b-1a954ee0d813} executeQuery: Read 78 rows, 6.24 KiB in 0.001227 sec., 63569.682151589244 rows/sec., 4.96 MiB/sec. 2025.12.24 02:39:36.331493 [ 36 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.331512 [ 4 ] {ddc562d1-886f-4048-b25b-1a954ee0d813} TCPHandler: Processed in 0.001406902 sec. 2025.12.24 02:39:36.331517 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:36.331582 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 02:39:36.331627 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:36.331659 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:36.331687 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 632 rows starting from the beginning of the part 2025.12.24 02:39:36.331727 [ 4 ] {db0baf34-d1eb-4665-b00e-e6d54cce12d2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:36.331731 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.331746 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 114 rows starting from the beginning of the part 2025.12.24 02:39:36.331773 [ 4 ] {db0baf34-d1eb-4665-b00e-e6d54cce12d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:36.331801 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 90 rows starting from the beginning of the part 2025.12.24 02:39:36.331829 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_91_18} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 02:39:36.331842 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 78 rows starting from the beginning of the part 2025.12.24 02:39:36.331881 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 550 rows starting from the beginning of the part 2025.12.24 02:39:36.331916 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 78 rows starting from the beginning of the part 2025.12.24 02:39:36.331923 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 02:39:36.332192 [ 4 ] {db0baf34-d1eb-4665-b00e-e6d54cce12d2} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.332228 [ 4 ] {db0baf34-d1eb-4665-b00e-e6d54cce12d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:36.332552 [ 4 ] {db0baf34-d1eb-4665-b00e-e6d54cce12d2} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 02:39:36.332759 [ 4 ] {db0baf34-d1eb-4665-b00e-e6d54cce12d2} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.332840 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1542 rows, containing 5 columns (5 merged, 0 gathered) in 0.00128345 sec., 1201449.2189021776 rows/sec., 95.70 MiB/sec. 2025.12.24 02:39:36.332881 [ 4 ] {db0baf34-d1eb-4665-b00e-e6d54cce12d2} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2025.12.24 02:39:36.332884 [ 44 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 02:39:36.332922 [ 4 ] {db0baf34-d1eb-4665-b00e-e6d54cce12d2} TCPHandler: Processed in 0.001344881 sec. 2025.12.24 02:39:36.332928 [ 44 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.332951 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. 2025.12.24 02:39:36.332998 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 02:39:36.333028 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:36.333042 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 02:39:36.333122 [ 4 ] {65c9c706-86b7-4570-a49b-76ee86b9c02b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:36.333170 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:36.333188 [ 4 ] {65c9c706-86b7-4570-a49b-76ee86b9c02b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:36.333208 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25998 rows starting from the beginning of the part 2025.12.24 02:39:36.333280 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 196 rows starting from the beginning of the part 2025.12.24 02:39:36.333295 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.333333 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2025.12.24 02:39:36.333386 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_96_19} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 02:39:36.333386 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2025.12.24 02:39:36.333454 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 846 rows starting from the beginning of the part 2025.12.24 02:39:36.333495 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 02:39:36.333502 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2025.12.24 02:39:36.333948 [ 4 ] {65c9c706-86b7-4570-a49b-76ee86b9c02b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.333988 [ 4 ] {65c9c706-86b7-4570-a49b-76ee86b9c02b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:36.334504 [ 4 ] {65c9c706-86b7-4570-a49b-76ee86b9c02b} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 02:39:36.334711 [ 4 ] {65c9c706-86b7-4570-a49b-76ee86b9c02b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.334845 [ 4 ] {65c9c706-86b7-4570-a49b-76ee86b9c02b} executeQuery: Read 14 rows, 25.69 KiB in 0.001741 sec., 8041.3555427915 rows/sec., 14.41 MiB/sec. 2025.12.24 02:39:36.334846 [ 44 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 02:39:36.334894 [ 44 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.334897 [ 4 ] {65c9c706-86b7-4570-a49b-76ee86b9c02b} TCPHandler: Processed in 0.00191611 sec. 2025.12.24 02:39:36.334917 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:36.335001 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 02:39:36.335016 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:36.335119 [ 4 ] {122176e3-7f76-4f4e-9bd5-734ea4e42a49} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:36.335164 [ 4 ] {122176e3-7f76-4f4e-9bd5-734ea4e42a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:36.335202 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:36.335259 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1655 rows starting from the beginning of the part 2025.12.24 02:39:36.335383 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 14 rows starting from the beginning of the part 2025.12.24 02:39:36.335486 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 26 rows starting from the beginning of the part 2025.12.24 02:39:36.335504 [ 4 ] {122176e3-7f76-4f4e-9bd5-734ea4e42a49} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.335542 [ 4 ] {122176e3-7f76-4f4e-9bd5-734ea4e42a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:36.335594 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 14 rows starting from the beginning of the part 2025.12.24 02:39:36.335710 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 26 rows starting from the beginning of the part 2025.12.24 02:39:36.335821 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 14 rows starting from the beginning of the part 2025.12.24 02:39:36.335873 [ 4 ] {122176e3-7f76-4f4e-9bd5-734ea4e42a49} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 02:39:36.336087 [ 4 ] {122176e3-7f76-4f4e-9bd5-734ea4e42a49} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.336216 [ 4 ] {122176e3-7f76-4f4e-9bd5-734ea4e42a49} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2025.12.24 02:39:36.336216 [ 44 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 02:39:36.336252 [ 4 ] {122176e3-7f76-4f4e-9bd5-734ea4e42a49} TCPHandler: Processed in 0.001283211 sec. 2025.12.24 02:39:36.336261 [ 44 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:36.336285 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:36.336416 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 02:39:36.336583 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:36.336622 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5388 rows starting from the beginning of the part 2025.12.24 02:39:36.336719 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2025.12.24 02:39:36.336793 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2025.12.24 02:39:36.336858 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2025.12.24 02:39:36.336921 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part 2025.12.24 02:39:36.336983 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part 2025.12.24 02:39:36.339186 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5688 rows, containing 4 columns (4 merged, 0 gathered) in 0.002828676 sec., 2010834.7509576918 rows/sec., 135.52 MiB/sec. 2025.12.24 02:39:36.339791 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 02:39:36.339981 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 27520 rows, containing 5 columns (5 merged, 0 gathered) in 0.006978771 sec., 3943387.7397610554 rows/sec., 270.89 MiB/sec. 2025.12.24 02:39:36.340086 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.340168 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_96_19} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 02:39:36.340268 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.12.24 02:39:36.340414 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 02:39:36.340739 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.340822 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_96_19} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 02:39:36.340933 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2025.12.24 02:39:36.344349 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1749 rows, containing 19 columns (19 merged, 0 gathered) in 0.00938173 sec., 186426.1708661409 rows/sec., 334.07 MiB/sec. 2025.12.24 02:39:36.346481 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 02:39:36.346814 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:36.346898 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_91_18} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 02:39:36.347053 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.08 MiB. 2025.12.24 02:39:37.000232 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 355.02 MiB, peak 373.97 MiB, free memory in arenas 0.00 B, will set to 359.26 MiB (RSS), difference: 4.25 MiB 2025.12.24 02:39:39.656554 [ 66 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:39:39.656630 [ 66 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:39:39.813408 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31567 2025.12.24 02:39:39.814013 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:39.814050 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:39.814522 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 02:39:39.814735 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:39.814865 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31567 2025.12.24 02:39:39.814919 [ 66 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 02:39:39.815009 [ 66 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:39.815045 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:39.815250 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 02:39:39.815475 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:39.815538 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29199 rows starting from the beginning of the part 2025.12.24 02:39:39.815640 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 448 rows starting from the beginning of the part 2025.12.24 02:39:39.815712 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 512 rows starting from the beginning of the part 2025.12.24 02:39:39.815781 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 448 rows starting from the beginning of the part 2025.12.24 02:39:39.815833 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 512 rows starting from the beginning of the part 2025.12.24 02:39:39.815871 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 448 rows starting from the beginning of the part 2025.12.24 02:39:39.818094 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31567 rows, containing 4 columns (4 merged, 0 gathered) in 0.002929317 sec., 10776232.13875453 rows/sec., 154.16 MiB/sec. 2025.12.24 02:39:39.818542 [ 198 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 02:39:39.818845 [ 198 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:39.818923 [ 198 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_66_13} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 02:39:39.819026 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. 2025.12.24 02:39:41.326446 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:41.326642 [ 4 ] {f3afc2dc-ee53-4299-b605-2283713a71bf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:41.326720 [ 4 ] {f3afc2dc-ee53-4299-b605-2283713a71bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:41.327371 [ 4 ] {f3afc2dc-ee53-4299-b605-2283713a71bf} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:41.327422 [ 4 ] {f3afc2dc-ee53-4299-b605-2283713a71bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:41.327829 [ 4 ] {f3afc2dc-ee53-4299-b605-2283713a71bf} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 02:39:41.328065 [ 4 ] {f3afc2dc-ee53-4299-b605-2283713a71bf} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:41.328232 [ 4 ] {f3afc2dc-ee53-4299-b605-2283713a71bf} executeQuery: Read 108 rows, 9.29 KiB in 0.001641 sec., 65813.52833638026 rows/sec., 5.53 MiB/sec. 2025.12.24 02:39:41.328287 [ 4 ] {f3afc2dc-ee53-4299-b605-2283713a71bf} TCPHandler: Processed in 0.001976591 sec. 2025.12.24 02:39:41.328416 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:41.328522 [ 4 ] {da042cff-0195-4ec9-8ddd-d0c55ffe4fa7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:41.328568 [ 4 ] {da042cff-0195-4ec9-8ddd-d0c55ffe4fa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:41.329005 [ 4 ] {da042cff-0195-4ec9-8ddd-d0c55ffe4fa7} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:41.329043 [ 4 ] {da042cff-0195-4ec9-8ddd-d0c55ffe4fa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:41.329358 [ 4 ] {da042cff-0195-4ec9-8ddd-d0c55ffe4fa7} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 02:39:41.329583 [ 4 ] {da042cff-0195-4ec9-8ddd-d0c55ffe4fa7} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:41.329722 [ 4 ] {da042cff-0195-4ec9-8ddd-d0c55ffe4fa7} executeQuery: Read 26 rows, 1.96 KiB in 0.001223 sec., 21259.19869174162 rows/sec., 1.56 MiB/sec. 2025.12.24 02:39:41.329760 [ 4 ] {da042cff-0195-4ec9-8ddd-d0c55ffe4fa7} TCPHandler: Processed in 0.001398573 sec. 2025.12.24 02:39:41.329877 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:41.329973 [ 4 ] {20b30a3d-7f8c-40cf-ba5c-65bf0453cc0c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:41.330015 [ 4 ] {20b30a3d-7f8c-40cf-ba5c-65bf0453cc0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:41.330437 [ 4 ] {20b30a3d-7f8c-40cf-ba5c-65bf0453cc0c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:41.330475 [ 4 ] {20b30a3d-7f8c-40cf-ba5c-65bf0453cc0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:41.330790 [ 4 ] {20b30a3d-7f8c-40cf-ba5c-65bf0453cc0c} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 02:39:41.331009 [ 4 ] {20b30a3d-7f8c-40cf-ba5c-65bf0453cc0c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:41.331141 [ 4 ] {20b30a3d-7f8c-40cf-ba5c-65bf0453cc0c} executeQuery: Read 90 rows, 7.20 KiB in 0.001188 sec., 75757.57575757576 rows/sec., 5.92 MiB/sec. 2025.12.24 02:39:41.331179 [ 4 ] {20b30a3d-7f8c-40cf-ba5c-65bf0453cc0c} TCPHandler: Processed in 0.001352101 sec. 2025.12.24 02:39:41.331295 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:41.331396 [ 4 ] {4fcc1193-2887-4cd0-aa4b-7f6d5eb96e4d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:41.331440 [ 4 ] {4fcc1193-2887-4cd0-aa4b-7f6d5eb96e4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:41.331834 [ 4 ] {4fcc1193-2887-4cd0-aa4b-7f6d5eb96e4d} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:41.331871 [ 4 ] {4fcc1193-2887-4cd0-aa4b-7f6d5eb96e4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:41.332208 [ 4 ] {4fcc1193-2887-4cd0-aa4b-7f6d5eb96e4d} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 02:39:41.332421 [ 4 ] {4fcc1193-2887-4cd0-aa4b-7f6d5eb96e4d} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:41.332551 [ 4 ] {4fcc1193-2887-4cd0-aa4b-7f6d5eb96e4d} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.12.24 02:39:41.332588 [ 4 ] {4fcc1193-2887-4cd0-aa4b-7f6d5eb96e4d} TCPHandler: Processed in 0.001341912 sec. 2025.12.24 02:39:41.332698 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:41.332791 [ 4 ] {93d06876-dd6b-4218-a286-1c48d21a66cc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:41.332846 [ 4 ] {93d06876-dd6b-4218-a286-1c48d21a66cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:41.333624 [ 4 ] {93d06876-dd6b-4218-a286-1c48d21a66cc} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:41.333659 [ 4 ] {93d06876-dd6b-4218-a286-1c48d21a66cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:41.334197 [ 4 ] {93d06876-dd6b-4218-a286-1c48d21a66cc} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 02:39:41.334420 [ 4 ] {93d06876-dd6b-4218-a286-1c48d21a66cc} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:41.334558 [ 4 ] {93d06876-dd6b-4218-a286-1c48d21a66cc} executeQuery: Read 26 rows, 47.71 KiB in 0.001785 sec., 14565.826330532214 rows/sec., 26.10 MiB/sec. 2025.12.24 02:39:41.334631 [ 4 ] {93d06876-dd6b-4218-a286-1c48d21a66cc} TCPHandler: Processed in 0.001980631 sec. 2025.12.24 02:39:41.334746 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:41.334841 [ 4 ] {3c193128-718b-4b9e-b4cb-8c37715479d8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:41.334884 [ 4 ] {3c193128-718b-4b9e-b4cb-8c37715479d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:41.335212 [ 4 ] {3c193128-718b-4b9e-b4cb-8c37715479d8} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:41.335249 [ 4 ] {3c193128-718b-4b9e-b4cb-8c37715479d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:41.335559 [ 4 ] {3c193128-718b-4b9e-b4cb-8c37715479d8} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 02:39:41.335784 [ 4 ] {3c193128-718b-4b9e-b4cb-8c37715479d8} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:41.335912 [ 4 ] {3c193128-718b-4b9e-b4cb-8c37715479d8} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.12.24 02:39:41.335948 [ 4 ] {3c193128-718b-4b9e-b4cb-8c37715479d8} TCPHandler: Processed in 0.00125004 sec. 2025.12.24 02:39:41.539252 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.12.24 02:39:41.557736 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:41.557803 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:41.564355 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 02:39:41.565044 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:41.565398 [ 61 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 02:39:41.565501 [ 61 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:41.565528 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:41.565673 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 02:39:41.568828 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.12.24 02:39:41.569702 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:41.571292 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2025.12.24 02:39:41.576428 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2025.12.24 02:39:41.581225 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2025.12.24 02:39:41.586297 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2025.12.24 02:39:41.591217 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2025.12.24 02:39:41.595012 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2025.12.24 02:39:41.648574 [ 193 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.082972772 sec., 5989.916788606267 rows/sec., 30.97 MiB/sec. 2025.12.24 02:39:41.651820 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 02:39:41.653698 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:41.653778 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_66_13} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 02:39:41.656027 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. 2025.12.24 02:39:44.916115 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1524 2025.12.24 02:39:44.918620 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:44.918682 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:44.919920 [ 242 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 02:39:44.920222 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:44.920625 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1524 2025.12.24 02:39:46.327524 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:46.327718 [ 4 ] {f985aa23-be03-43d7-8343-1b79a3b1ac26} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:39:46.327791 [ 4 ] {f985aa23-be03-43d7-8343-1b79a3b1ac26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:39:46.328420 [ 4 ] {f985aa23-be03-43d7-8343-1b79a3b1ac26} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.328460 [ 4 ] {f985aa23-be03-43d7-8343-1b79a3b1ac26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.328840 [ 4 ] {f985aa23-be03-43d7-8343-1b79a3b1ac26} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:39:46.329060 [ 4 ] {f985aa23-be03-43d7-8343-1b79a3b1ac26} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.329179 [ 60 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.12.24 02:39:46.329209 [ 4 ] {f985aa23-be03-43d7-8343-1b79a3b1ac26} executeQuery: Read 24 rows, 2.04 KiB in 0.001542 sec., 15564.20233463035 rows/sec., 1.29 MiB/sec. 2025.12.24 02:39:46.329216 [ 60 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.329242 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.329252 [ 4 ] {f985aa23-be03-43d7-8343-1b79a3b1ac26} TCPHandler: Processed in 0.00185622 sec. 2025.12.24 02:39:46.329359 [ 201 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::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.12.24 02:39:46.329369 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:46.329509 [ 4 ] {f0ca9b5c-dad3-480e-b195-3cb1115bd08e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:39:46.329518 [ 201 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:46.329554 [ 4 ] {f0ca9b5c-dad3-480e-b195-3cb1115bd08e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:39:46.329567 [ 201 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 24 rows starting from the beginning of the part 2025.12.24 02:39:46.329650 [ 201 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2025.12.24 02:39:46.329705 [ 201 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2025.12.24 02:39:46.329754 [ 201 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.12.24 02:39:46.329800 [ 201 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.12.24 02:39:46.329962 [ 4 ] {f0ca9b5c-dad3-480e-b195-3cb1115bd08e} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.330003 [ 4 ] {f0ca9b5c-dad3-480e-b195-3cb1115bd08e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.330339 [ 4 ] {f0ca9b5c-dad3-480e-b195-3cb1115bd08e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:39:46.330552 [ 4 ] {f0ca9b5c-dad3-480e-b195-3cb1115bd08e} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.330580 [ 195 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001273511 sec., 94227.69022018656 rows/sec., 8.18 MiB/sec. 2025.12.24 02:39:46.330681 [ 4 ] {f0ca9b5c-dad3-480e-b195-3cb1115bd08e} executeQuery: Read 14 rows, 1.14 KiB in 0.00119 sec., 11764.70588235294 rows/sec., 959.33 KiB/sec. 2025.12.24 02:39:46.330724 [ 4 ] {f0ca9b5c-dad3-480e-b195-3cb1115bd08e} TCPHandler: Processed in 0.001404932 sec. 2025.12.24 02:39:46.330732 [ 201 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.12.24 02:39:46.330826 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:46.330923 [ 4 ] {408856af-244c-4490-acf8-5415bb3ff9a0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:46.330965 [ 4 ] {408856af-244c-4490-acf8-5415bb3ff9a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:46.331019 [ 201 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_17_4} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.331100 [ 201 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_17_4} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.12.24 02:39:46.331172 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:39:46.331451 [ 4 ] {408856af-244c-4490-acf8-5415bb3ff9a0} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.331491 [ 4 ] {408856af-244c-4490-acf8-5415bb3ff9a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.331845 [ 4 ] {408856af-244c-4490-acf8-5415bb3ff9a0} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 02:39:46.332048 [ 4 ] {408856af-244c-4490-acf8-5415bb3ff9a0} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.332191 [ 4 ] {408856af-244c-4490-acf8-5415bb3ff9a0} executeQuery: Read 211 rows, 19.17 KiB in 0.001285 sec., 164202.3346303502 rows/sec., 14.57 MiB/sec. 2025.12.24 02:39:46.332229 [ 4 ] {408856af-244c-4490-acf8-5415bb3ff9a0} TCPHandler: Processed in 0.001451283 sec. 2025.12.24 02:39:46.332342 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:46.332434 [ 4 ] {aee50ce7-a275-4b5e-b4ff-31cede98a4da} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:46.332474 [ 4 ] {aee50ce7-a275-4b5e-b4ff-31cede98a4da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:46.332870 [ 4 ] {aee50ce7-a275-4b5e-b4ff-31cede98a4da} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.332904 [ 4 ] {aee50ce7-a275-4b5e-b4ff-31cede98a4da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.333196 [ 4 ] {aee50ce7-a275-4b5e-b4ff-31cede98a4da} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 02:39:46.333409 [ 4 ] {aee50ce7-a275-4b5e-b4ff-31cede98a4da} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.333536 [ 4 ] {aee50ce7-a275-4b5e-b4ff-31cede98a4da} executeQuery: Read 40 rows, 2.99 KiB in 0.001119 sec., 35746.20196604111 rows/sec., 2.61 MiB/sec. 2025.12.24 02:39:46.333573 [ 4 ] {aee50ce7-a275-4b5e-b4ff-31cede98a4da} TCPHandler: Processed in 0.001279211 sec. 2025.12.24 02:39:46.333671 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:46.333762 [ 4 ] {3c03d5e5-e873-4bf5-b238-ead71807f3ac} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:39:46.333801 [ 4 ] {3c03d5e5-e873-4bf5-b238-ead71807f3ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:39:46.334186 [ 4 ] {3c03d5e5-e873-4bf5-b238-ead71807f3ac} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.334221 [ 4 ] {3c03d5e5-e873-4bf5-b238-ead71807f3ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.334518 [ 4 ] {3c03d5e5-e873-4bf5-b238-ead71807f3ac} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 02:39:46.334722 [ 4 ] {3c03d5e5-e873-4bf5-b238-ead71807f3ac} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.334848 [ 4 ] {3c03d5e5-e873-4bf5-b238-ead71807f3ac} executeQuery: Read 24 rows, 2.04 KiB in 0.001103 sec., 21758.839528558477 rows/sec., 1.81 MiB/sec. 2025.12.24 02:39:46.334885 [ 4 ] {3c03d5e5-e873-4bf5-b238-ead71807f3ac} TCPHandler: Processed in 0.001261941 sec. 2025.12.24 02:39:46.334988 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:46.335086 [ 4 ] {c6a41afd-d088-458c-9f66-dbdcc2c7da21} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:39:46.335126 [ 4 ] {c6a41afd-d088-458c-9f66-dbdcc2c7da21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:39:46.335529 [ 4 ] {c6a41afd-d088-458c-9f66-dbdcc2c7da21} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.335567 [ 4 ] {c6a41afd-d088-458c-9f66-dbdcc2c7da21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.335868 [ 4 ] {c6a41afd-d088-458c-9f66-dbdcc2c7da21} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 02:39:46.336072 [ 4 ] {c6a41afd-d088-458c-9f66-dbdcc2c7da21} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.336173 [ 63 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.12.24 02:39:46.336202 [ 4 ] {c6a41afd-d088-458c-9f66-dbdcc2c7da21} executeQuery: Read 12 rows, 960.00 B in 0.001132 sec., 10600.706713780919 rows/sec., 828.18 KiB/sec. 2025.12.24 02:39:46.336219 [ 63 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.336246 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.336248 [ 4 ] {c6a41afd-d088-458c-9f66-dbdcc2c7da21} TCPHandler: Processed in 0.001309021 sec. 2025.12.24 02:39:46.336369 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:46.336368 [ 194 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::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.12.24 02:39:46.336463 [ 4 ] {511f78eb-1248-41b7-b618-79368073b79a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:46.336508 [ 4 ] {511f78eb-1248-41b7-b618-79368073b79a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:46.336539 [ 194 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:46.336585 [ 194 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 12 rows starting from the beginning of the part 2025.12.24 02:39:46.336662 [ 194 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2025.12.24 02:39:46.336716 [ 194 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2025.12.24 02:39:46.336770 [ 194 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2025.12.24 02:39:46.336818 [ 194 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2025.12.24 02:39:46.336974 [ 4 ] {511f78eb-1248-41b7-b618-79368073b79a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.337016 [ 4 ] {511f78eb-1248-41b7-b618-79368073b79a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.337353 [ 4 ] {511f78eb-1248-41b7-b618-79368073b79a} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 02:39:46.337581 [ 4 ] {511f78eb-1248-41b7-b618-79368073b79a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.337651 [ 201 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001344351 sec., 44631.20122646541 rows/sec., 3.58 MiB/sec. 2025.12.24 02:39:46.337729 [ 4 ] {511f78eb-1248-41b7-b618-79368073b79a} executeQuery: Read 128 rows, 10.64 KiB in 0.001284 sec., 99688.47352024922 rows/sec., 8.09 MiB/sec. 2025.12.24 02:39:46.337773 [ 4 ] {511f78eb-1248-41b7-b618-79368073b79a} TCPHandler: Processed in 0.001454044 sec. 2025.12.24 02:39:46.337786 [ 196 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.12.24 02:39:46.337887 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:46.337980 [ 4 ] {96cf59bb-36b4-48c4-850a-6ebc407931d7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:46.338023 [ 4 ] {96cf59bb-36b4-48c4-850a-6ebc407931d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:46.338040 [ 196 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_17_4} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.338109 [ 196 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_17_4} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.12.24 02:39:46.338198 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:39:46.338434 [ 4 ] {96cf59bb-36b4-48c4-850a-6ebc407931d7} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.338469 [ 4 ] {96cf59bb-36b4-48c4-850a-6ebc407931d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.338795 [ 4 ] {96cf59bb-36b4-48c4-850a-6ebc407931d7} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 02:39:46.339020 [ 4 ] {96cf59bb-36b4-48c4-850a-6ebc407931d7} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.339158 [ 4 ] {96cf59bb-36b4-48c4-850a-6ebc407931d7} executeQuery: Read 203 rows, 14.89 KiB in 0.001195 sec., 169874.47698744768 rows/sec., 12.17 MiB/sec. 2025.12.24 02:39:46.339198 [ 4 ] {96cf59bb-36b4-48c4-850a-6ebc407931d7} TCPHandler: Processed in 0.001360062 sec. 2025.12.24 02:39:46.339307 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:46.339399 [ 4 ] {64b44913-e147-445f-b9e0-18f7480ba856} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:46.339452 [ 4 ] {64b44913-e147-445f-b9e0-18f7480ba856} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:46.340223 [ 4 ] {64b44913-e147-445f-b9e0-18f7480ba856} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.340257 [ 4 ] {64b44913-e147-445f-b9e0-18f7480ba856} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.340771 [ 4 ] {64b44913-e147-445f-b9e0-18f7480ba856} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 02:39:46.340991 [ 4 ] {64b44913-e147-445f-b9e0-18f7480ba856} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.341131 [ 4 ] {64b44913-e147-445f-b9e0-18f7480ba856} executeQuery: Read 14 rows, 25.69 KiB in 0.001747 sec., 8013.737836290784 rows/sec., 14.36 MiB/sec. 2025.12.24 02:39:46.341197 [ 4 ] {64b44913-e147-445f-b9e0-18f7480ba856} TCPHandler: Processed in 0.001938151 sec. 2025.12.24 02:39:46.341308 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:46.341401 [ 4 ] {423c829f-b71f-479c-b8a5-9ee9aa7d227c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:46.341442 [ 4 ] {423c829f-b71f-479c-b8a5-9ee9aa7d227c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:46.341793 [ 4 ] {423c829f-b71f-479c-b8a5-9ee9aa7d227c} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:46.341829 [ 4 ] {423c829f-b71f-479c-b8a5-9ee9aa7d227c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:46.342123 [ 4 ] {423c829f-b71f-479c-b8a5-9ee9aa7d227c} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 02:39:46.342322 [ 4 ] {423c829f-b71f-479c-b8a5-9ee9aa7d227c} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:46.342462 [ 4 ] {423c829f-b71f-479c-b8a5-9ee9aa7d227c} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.12.24 02:39:46.342500 [ 4 ] {423c829f-b71f-479c-b8a5-9ee9aa7d227c} TCPHandler: Processed in 0.00124071 sec. 2025.12.24 02:39:47.315048 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32079 2025.12.24 02:39:47.315581 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:47.315630 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:47.316169 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 02:39:47.316406 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:47.316556 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32079 2025.12.24 02:39:49.068961 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.12.24 02:39:49.084536 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:49.084606 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:49.090271 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 02:39:49.091006 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:49.094382 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.12.24 02:39:51.326674 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:51.326843 [ 4 ] {6d413c13-acf9-405b-a5a1-56c02da67169} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:51.326908 [ 4 ] {6d413c13-acf9-405b-a5a1-56c02da67169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:51.327611 [ 4 ] {6d413c13-acf9-405b-a5a1-56c02da67169} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:51.327666 [ 4 ] {6d413c13-acf9-405b-a5a1-56c02da67169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:51.328065 [ 4 ] {6d413c13-acf9-405b-a5a1-56c02da67169} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 02:39:51.328314 [ 4 ] {6d413c13-acf9-405b-a5a1-56c02da67169} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:51.328479 [ 4 ] {6d413c13-acf9-405b-a5a1-56c02da67169} executeQuery: Read 108 rows, 9.29 KiB in 0.00168 sec., 64285.71428571428 rows/sec., 5.40 MiB/sec. 2025.12.24 02:39:51.328532 [ 4 ] {6d413c13-acf9-405b-a5a1-56c02da67169} TCPHandler: Processed in 0.001987961 sec. 2025.12.24 02:39:51.328671 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:51.328775 [ 4 ] {154ad22d-af9d-446c-b8f2-3bb6f0ccc55e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:51.328820 [ 4 ] {154ad22d-af9d-446c-b8f2-3bb6f0ccc55e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:51.329267 [ 4 ] {154ad22d-af9d-446c-b8f2-3bb6f0ccc55e} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:51.329306 [ 4 ] {154ad22d-af9d-446c-b8f2-3bb6f0ccc55e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:51.329611 [ 4 ] {154ad22d-af9d-446c-b8f2-3bb6f0ccc55e} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 02:39:51.329822 [ 4 ] {154ad22d-af9d-446c-b8f2-3bb6f0ccc55e} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:51.329958 [ 4 ] {154ad22d-af9d-446c-b8f2-3bb6f0ccc55e} executeQuery: Read 26 rows, 1.96 KiB in 0.001206 sec., 21558.87230514096 rows/sec., 1.58 MiB/sec. 2025.12.24 02:39:51.329999 [ 4 ] {154ad22d-af9d-446c-b8f2-3bb6f0ccc55e} TCPHandler: Processed in 0.001385253 sec. 2025.12.24 02:39:51.330117 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:51.330213 [ 4 ] {71503b67-b98f-493a-9f01-5e1b1b8a841d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:51.330254 [ 4 ] {71503b67-b98f-493a-9f01-5e1b1b8a841d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:51.330703 [ 4 ] {71503b67-b98f-493a-9f01-5e1b1b8a841d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:51.330739 [ 4 ] {71503b67-b98f-493a-9f01-5e1b1b8a841d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:51.331042 [ 4 ] {71503b67-b98f-493a-9f01-5e1b1b8a841d} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 02:39:51.331249 [ 4 ] {71503b67-b98f-493a-9f01-5e1b1b8a841d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:51.331382 [ 4 ] {71503b67-b98f-493a-9f01-5e1b1b8a841d} executeQuery: Read 90 rows, 7.20 KiB in 0.001187 sec., 75821.39848357203 rows/sec., 5.92 MiB/sec. 2025.12.24 02:39:51.331422 [ 4 ] {71503b67-b98f-493a-9f01-5e1b1b8a841d} TCPHandler: Processed in 0.001354501 sec. 2025.12.24 02:39:51.331546 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:51.331643 [ 4 ] {41f4531c-048e-4b36-9d5c-92bb406b8882} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:51.331688 [ 4 ] {41f4531c-048e-4b36-9d5c-92bb406b8882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:51.332108 [ 4 ] {41f4531c-048e-4b36-9d5c-92bb406b8882} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:51.332145 [ 4 ] {41f4531c-048e-4b36-9d5c-92bb406b8882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:51.332493 [ 4 ] {41f4531c-048e-4b36-9d5c-92bb406b8882} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 02:39:51.332706 [ 4 ] {41f4531c-048e-4b36-9d5c-92bb406b8882} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:51.332839 [ 4 ] {41f4531c-048e-4b36-9d5c-92bb406b8882} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2025.12.24 02:39:51.332879 [ 4 ] {41f4531c-048e-4b36-9d5c-92bb406b8882} TCPHandler: Processed in 0.001382162 sec. 2025.12.24 02:39:51.332989 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:51.333083 [ 4 ] {e578f966-4b32-4b54-ac90-d1d6e8df7673} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:51.333136 [ 4 ] {e578f966-4b32-4b54-ac90-d1d6e8df7673} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:51.333995 [ 4 ] {e578f966-4b32-4b54-ac90-d1d6e8df7673} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:51.334032 [ 4 ] {e578f966-4b32-4b54-ac90-d1d6e8df7673} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:51.334597 [ 4 ] {e578f966-4b32-4b54-ac90-d1d6e8df7673} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 02:39:51.334824 [ 4 ] {e578f966-4b32-4b54-ac90-d1d6e8df7673} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:51.334969 [ 4 ] {e578f966-4b32-4b54-ac90-d1d6e8df7673} executeQuery: Read 26 rows, 47.71 KiB in 0.001903 sec., 13662.637940094588 rows/sec., 24.48 MiB/sec. 2025.12.24 02:39:51.335040 [ 4 ] {e578f966-4b32-4b54-ac90-d1d6e8df7673} TCPHandler: Processed in 0.002098964 sec. 2025.12.24 02:39:51.335171 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:51.335268 [ 4 ] {0c6d83bf-9f0d-4189-8366-3811a90a1516} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:51.335311 [ 4 ] {0c6d83bf-9f0d-4189-8366-3811a90a1516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:51.335669 [ 4 ] {0c6d83bf-9f0d-4189-8366-3811a90a1516} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:51.335706 [ 4 ] {0c6d83bf-9f0d-4189-8366-3811a90a1516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:51.336011 [ 4 ] {0c6d83bf-9f0d-4189-8366-3811a90a1516} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 02:39:51.336230 [ 4 ] {0c6d83bf-9f0d-4189-8366-3811a90a1516} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:51.336371 [ 4 ] {0c6d83bf-9f0d-4189-8366-3811a90a1516} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2025.12.24 02:39:51.336410 [ 4 ] {0c6d83bf-9f0d-4189-8366-3811a90a1516} TCPHandler: Processed in 0.001288611 sec. 2025.12.24 02:39:54.656688 [ 50 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:39:54.656755 [ 50 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:39:54.816778 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 32527 2025.12.24 02:39:54.817286 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:54.817339 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:54.817853 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 02:39:54.818095 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:54.818264 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32527 2025.12.24 02:39:54.920874 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1556 2025.12.24 02:39:54.923387 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:54.923446 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:54.924737 [ 242 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 02:39:54.925053 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:54.925465 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1556 2025.12.24 02:39:56.326900 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:56.327067 [ 4 ] {438cbaeb-edb7-45c0-b7fa-7b04c3483345} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:39:56.327129 [ 4 ] {438cbaeb-edb7-45c0-b7fa-7b04c3483345} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:39:56.327810 [ 4 ] {438cbaeb-edb7-45c0-b7fa-7b04c3483345} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:56.327858 [ 4 ] {438cbaeb-edb7-45c0-b7fa-7b04c3483345} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:56.328256 [ 4 ] {438cbaeb-edb7-45c0-b7fa-7b04c3483345} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 02:39:56.328481 [ 4 ] {438cbaeb-edb7-45c0-b7fa-7b04c3483345} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:56.328642 [ 4 ] {438cbaeb-edb7-45c0-b7fa-7b04c3483345} executeQuery: Read 84 rows, 7.20 KiB in 0.001618 sec., 51915.9456118665 rows/sec., 4.34 MiB/sec. 2025.12.24 02:39:56.328698 [ 4 ] {438cbaeb-edb7-45c0-b7fa-7b04c3483345} TCPHandler: Processed in 0.001920541 sec. 2025.12.24 02:39:56.328836 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:56.328939 [ 4 ] {b97e5f98-ef5a-4c08-b964-56894d5a68b2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:39:56.328984 [ 4 ] {b97e5f98-ef5a-4c08-b964-56894d5a68b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:39:56.329415 [ 4 ] {b97e5f98-ef5a-4c08-b964-56894d5a68b2} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:56.329451 [ 4 ] {b97e5f98-ef5a-4c08-b964-56894d5a68b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:56.329778 [ 4 ] {b97e5f98-ef5a-4c08-b964-56894d5a68b2} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 02:39:56.329991 [ 4 ] {b97e5f98-ef5a-4c08-b964-56894d5a68b2} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:56.330129 [ 4 ] {b97e5f98-ef5a-4c08-b964-56894d5a68b2} executeQuery: Read 14 rows, 1.05 KiB in 0.001212 sec., 11551.155115511552 rows/sec., 868.59 KiB/sec. 2025.12.24 02:39:56.330168 [ 4 ] {b97e5f98-ef5a-4c08-b964-56894d5a68b2} TCPHandler: Processed in 0.001385712 sec. 2025.12.24 02:39:56.330324 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:56.330429 [ 4 ] {bffce3d2-7060-4e46-b9b3-d4490118001d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:39:56.330472 [ 4 ] {bffce3d2-7060-4e46-b9b3-d4490118001d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:39:56.330946 [ 4 ] {bffce3d2-7060-4e46-b9b3-d4490118001d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:56.330982 [ 4 ] {bffce3d2-7060-4e46-b9b3-d4490118001d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:56.331320 [ 4 ] {bffce3d2-7060-4e46-b9b3-d4490118001d} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 02:39:56.331536 [ 4 ] {bffce3d2-7060-4e46-b9b3-d4490118001d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:56.331672 [ 4 ] {bffce3d2-7060-4e46-b9b3-d4490118001d} executeQuery: Read 78 rows, 6.24 KiB in 0.001266 sec., 61611.37440758294 rows/sec., 4.81 MiB/sec. 2025.12.24 02:39:56.331713 [ 4 ] {bffce3d2-7060-4e46-b9b3-d4490118001d} TCPHandler: Processed in 0.001465073 sec. 2025.12.24 02:39:56.331833 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:56.331929 [ 4 ] {ce235827-42f7-4734-b1ac-52bb05b6ca8a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:56.331977 [ 4 ] {ce235827-42f7-4734-b1ac-52bb05b6ca8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:39:56.332409 [ 4 ] {ce235827-42f7-4734-b1ac-52bb05b6ca8a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:56.332449 [ 4 ] {ce235827-42f7-4734-b1ac-52bb05b6ca8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:56.332795 [ 4 ] {ce235827-42f7-4734-b1ac-52bb05b6ca8a} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 02:39:56.333037 [ 4 ] {ce235827-42f7-4734-b1ac-52bb05b6ca8a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:56.333166 [ 4 ] {ce235827-42f7-4734-b1ac-52bb05b6ca8a} executeQuery: Read 160 rows, 11.41 KiB in 0.001289 sec., 124127.23041117145 rows/sec., 8.65 MiB/sec. 2025.12.24 02:39:56.333204 [ 4 ] {ce235827-42f7-4734-b1ac-52bb05b6ca8a} TCPHandler: Processed in 0.001456973 sec. 2025.12.24 02:39:56.333314 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:56.333403 [ 4 ] {4e092c09-3750-4be9-8810-6ce19cf7c481} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:39:56.333458 [ 4 ] {4e092c09-3750-4be9-8810-6ce19cf7c481} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:39:56.334314 [ 4 ] {4e092c09-3750-4be9-8810-6ce19cf7c481} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:56.334351 [ 4 ] {4e092c09-3750-4be9-8810-6ce19cf7c481} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:56.335042 [ 4 ] {4e092c09-3750-4be9-8810-6ce19cf7c481} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 02:39:56.335281 [ 4 ] {4e092c09-3750-4be9-8810-6ce19cf7c481} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:56.335433 [ 4 ] {4e092c09-3750-4be9-8810-6ce19cf7c481} executeQuery: Read 14 rows, 25.69 KiB in 0.001999 sec., 7003.501750875438 rows/sec., 12.55 MiB/sec. 2025.12.24 02:39:56.335511 [ 4 ] {4e092c09-3750-4be9-8810-6ce19cf7c481} TCPHandler: Processed in 0.002205885 sec. 2025.12.24 02:39:56.335643 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:39:56.335744 [ 4 ] {49be67a3-90ca-45d4-a47e-16ef29237600} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:39:56.335795 [ 4 ] {49be67a3-90ca-45d4-a47e-16ef29237600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:39:56.336159 [ 4 ] {49be67a3-90ca-45d4-a47e-16ef29237600} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:56.336197 [ 4 ] {49be67a3-90ca-45d4-a47e-16ef29237600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:56.336516 [ 4 ] {49be67a3-90ca-45d4-a47e-16ef29237600} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 02:39:56.336753 [ 4 ] {49be67a3-90ca-45d4-a47e-16ef29237600} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:56.336885 [ 4 ] {49be67a3-90ca-45d4-a47e-16ef29237600} executeQuery: Read 60 rows, 4.14 KiB in 0.001164 sec., 51546.391752577314 rows/sec., 3.47 MiB/sec. 2025.12.24 02:39:56.336923 [ 4 ] {49be67a3-90ca-45d4-a47e-16ef29237600} TCPHandler: Processed in 0.001335031 sec. 2025.12.24 02:39:56.594730 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.12.24 02:39:56.610877 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:56.610934 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:56.616798 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 02:39:56.617567 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:56.620644 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.12.24 02:39:57.256844 [ 39 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.12.24 02:39:57.256913 [ 39 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:39:57.256938 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. 2025.12.24 02:39:57.257073 [ 201 ] {6b558a83-4159-4d45-ba58-886d87f50b30::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.12.24 02:39:57.257208 [ 201 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:39:57.257245 [ 201 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part 2025.12.24 02:39:57.257315 [ 201 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part 2025.12.24 02:39:57.257361 [ 201 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part 2025.12.24 02:39:57.257413 [ 201 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2025.12.24 02:39:57.257458 [ 201 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part 2025.12.24 02:39:57.258238 [ 196 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001226979 sec., 44010.533187609566 rows/sec., 3.67 MiB/sec. 2025.12.24 02:39:57.258431 [ 196 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.12.24 02:39:57.258813 [ 196 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_17_4} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:39:57.258907 [ 196 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_17_4} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.12.24 02:39:57.259020 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:40:01.354077 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:01.354287 [ 4 ] {0700cbd2-56a8-4bda-bdfa-039cdf2b8fbf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:01.354359 [ 4 ] {0700cbd2-56a8-4bda-bdfa-039cdf2b8fbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:01.355849 [ 4 ] {0700cbd2-56a8-4bda-bdfa-039cdf2b8fbf} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.355899 [ 4 ] {0700cbd2-56a8-4bda-bdfa-039cdf2b8fbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.356373 [ 4 ] {0700cbd2-56a8-4bda-bdfa-039cdf2b8fbf} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 02:40:01.356605 [ 4 ] {0700cbd2-56a8-4bda-bdfa-039cdf2b8fbf} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.356770 [ 4 ] {0700cbd2-56a8-4bda-bdfa-039cdf2b8fbf} executeQuery: Read 1248 rows, 105.85 KiB in 0.002534 sec., 492501.9731649566 rows/sec., 40.79 MiB/sec. 2025.12.24 02:40:01.356799 [ 45 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 02:40:01.356824 [ 4 ] {0700cbd2-56a8-4bda-bdfa-039cdf2b8fbf} TCPHandler: Processed in 0.002882296 sec. 2025.12.24 02:40:01.356875 [ 45 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.356904 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.356976 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:01.357036 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 02:40:01.357083 [ 4 ] {933974f4-4783-47a9-b71d-b0d56d4db9e9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:01.357132 [ 4 ] {933974f4-4783-47a9-b71d-b0d56d4db9e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:01.357186 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:01.357227 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1406 rows starting from the beginning of the part 2025.12.24 02:40:01.357295 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 108 rows starting from the beginning of the part 2025.12.24 02:40:01.357342 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 211 rows starting from the beginning of the part 2025.12.24 02:40:01.357385 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 108 rows starting from the beginning of the part 2025.12.24 02:40:01.357427 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 84 rows starting from the beginning of the part 2025.12.24 02:40:01.357472 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:40:01.357619 [ 4 ] {933974f4-4783-47a9-b71d-b0d56d4db9e9} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.357663 [ 4 ] {933974f4-4783-47a9-b71d-b0d56d4db9e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.358047 [ 4 ] {933974f4-4783-47a9-b71d-b0d56d4db9e9} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 02:40:01.358296 [ 4 ] {933974f4-4783-47a9-b71d-b0d56d4db9e9} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.358424 [ 45 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 02:40:01.358442 [ 4 ] {933974f4-4783-47a9-b71d-b0d56d4db9e9} executeQuery: Read 26 rows, 1.96 KiB in 0.001384 sec., 18786.127167630057 rows/sec., 1.38 MiB/sec. 2025.12.24 02:40:01.358455 [ 45 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.358481 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.358490 [ 4 ] {933974f4-4783-47a9-b71d-b0d56d4db9e9} TCPHandler: Processed in 0.001567835 sec. 2025.12.24 02:40:01.358570 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 02:40:01.358606 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:01.358683 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:01.358708 [ 4 ] {b2213830-bd69-423f-ae74-c8a2fd743072} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:40:01.358719 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 70 rows starting from the beginning of the part 2025.12.24 02:40:01.358756 [ 4 ] {b2213830-bd69-423f-ae74-c8a2fd743072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:40:01.358793 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:01.358840 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 40 rows starting from the beginning of the part 2025.12.24 02:40:01.358878 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:01.358915 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 14 rows starting from the beginning of the part 2025.12.24 02:40:01.358954 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:01.359021 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 3165 rows, containing 5 columns (5 merged, 0 gathered) in 0.002046792 sec., 1546322.2447615587 rows/sec., 135.50 MiB/sec. 2025.12.24 02:40:01.359305 [ 4 ] {b2213830-bd69-423f-ae74-c8a2fd743072} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.359329 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 02:40:01.359345 [ 4 ] {b2213830-bd69-423f-ae74-c8a2fd743072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.359746 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.359821 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 5 columns (5 merged, 0 gathered) in 0.001291431 sec., 156415.63505909336 rows/sec., 12.04 MiB/sec. 2025.12.24 02:40:01.359878 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_101_20} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 02:40:01.359971 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 02:40:01.360032 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:40:01.360102 [ 4 ] {b2213830-bd69-423f-ae74-c8a2fd743072} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 02:40:01.360263 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.360330 [ 4 ] {b2213830-bd69-423f-ae74-c8a2fd743072} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.360335 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_96_19} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 02:40:01.360440 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 02:40:01.360464 [ 4 ] {b2213830-bd69-423f-ae74-c8a2fd743072} executeQuery: Read 228 rows, 15.81 KiB in 0.001777 sec., 128306.13393359595 rows/sec., 8.69 MiB/sec. 2025.12.24 02:40:01.360504 [ 4 ] {b2213830-bd69-423f-ae74-c8a2fd743072} TCPHandler: Processed in 0.001948621 sec. 2025.12.24 02:40:01.360611 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:01.360707 [ 4 ] {dc1ebfe6-6d8b-44bf-afcd-1d5e333a80a4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:01.360747 [ 4 ] {dc1ebfe6-6d8b-44bf-afcd-1d5e333a80a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:01.361471 [ 4 ] {dc1ebfe6-6d8b-44bf-afcd-1d5e333a80a4} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.361509 [ 4 ] {dc1ebfe6-6d8b-44bf-afcd-1d5e333a80a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.361848 [ 4 ] {dc1ebfe6-6d8b-44bf-afcd-1d5e333a80a4} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 02:40:01.362066 [ 4 ] {dc1ebfe6-6d8b-44bf-afcd-1d5e333a80a4} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.362180 [ 45 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 02:40:01.362197 [ 4 ] {dc1ebfe6-6d8b-44bf-afcd-1d5e333a80a4} executeQuery: Read 546 rows, 41.49 KiB in 0.00151 sec., 361589.4039735099 rows/sec., 26.83 MiB/sec. 2025.12.24 02:40:01.362210 [ 45 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.362236 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.362243 [ 4 ] {dc1ebfe6-6d8b-44bf-afcd-1d5e333a80a4} TCPHandler: Processed in 0.001681546 sec. 2025.12.24 02:40:01.362310 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 02:40:01.362362 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:01.362408 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:01.362439 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 632 rows starting from the beginning of the part 2025.12.24 02:40:01.362461 [ 4 ] {45880715-606e-40e8-9881-b1452a161d95} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:01.362491 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 90 rows starting from the beginning of the part 2025.12.24 02:40:01.362510 [ 4 ] {45880715-606e-40e8-9881-b1452a161d95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:01.362540 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 128 rows starting from the beginning of the part 2025.12.24 02:40:01.362589 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 90 rows starting from the beginning of the part 2025.12.24 02:40:01.362632 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 78 rows starting from the beginning of the part 2025.12.24 02:40:01.362673 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 546 rows starting from the beginning of the part 2025.12.24 02:40:01.363191 [ 4 ] {45880715-606e-40e8-9881-b1452a161d95} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.363233 [ 4 ] {45880715-606e-40e8-9881-b1452a161d95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.363646 [ 4 ] {45880715-606e-40e8-9881-b1452a161d95} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 02:40:01.363802 [ 199 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1564 rows, containing 5 columns (5 merged, 0 gathered) in 0.001526554 sec., 1024529.7578729609 rows/sec., 81.66 MiB/sec. 2025.12.24 02:40:01.363862 [ 4 ] {45880715-606e-40e8-9881-b1452a161d95} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.363993 [ 45 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 02:40:01.364005 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 02:40:01.364007 [ 4 ] {45880715-606e-40e8-9881-b1452a161d95} executeQuery: Read 844 rows, 58.17 KiB in 0.001565 sec., 539297.124600639 rows/sec., 36.30 MiB/sec. 2025.12.24 02:40:01.364024 [ 45 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.364064 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.364070 [ 4 ] {45880715-606e-40e8-9881-b1452a161d95} TCPHandler: Processed in 0.001759988 sec. 2025.12.24 02:40:01.364147 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 02:40:01.364191 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:01.364272 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:01.364292 [ 4 ] {f62dd22b-671d-4cbf-9015-2402d1035a30} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:01.364316 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 27520 rows starting from the beginning of the part 2025.12.24 02:40:01.364330 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.364352 [ 4 ] {f62dd22b-671d-4cbf-9015-2402d1035a30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:01.364398 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part 2025.12.24 02:40:01.364437 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_101_20} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 02:40:01.364458 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 203 rows starting from the beginning of the part 2025.12.24 02:40:01.364514 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2025.12.24 02:40:01.364543 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:40:01.364562 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2025.12.24 02:40:01.364607 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 844 rows starting from the beginning of the part 2025.12.24 02:40:01.365219 [ 4 ] {f62dd22b-671d-4cbf-9015-2402d1035a30} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.365262 [ 4 ] {f62dd22b-671d-4cbf-9015-2402d1035a30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.365853 [ 4 ] {f62dd22b-671d-4cbf-9015-2402d1035a30} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 02:40:01.366092 [ 4 ] {f62dd22b-671d-4cbf-9015-2402d1035a30} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.366221 [ 45 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 02:40:01.366241 [ 4 ] {f62dd22b-671d-4cbf-9015-2402d1035a30} executeQuery: Read 26 rows, 47.71 KiB in 0.001967 sec., 13218.098627351297 rows/sec., 23.69 MiB/sec. 2025.12.24 02:40:01.366251 [ 45 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.366281 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.366312 [ 4 ] {f62dd22b-671d-4cbf-9015-2402d1035a30} TCPHandler: Processed in 0.002172254 sec. 2025.12.24 02:40:01.366366 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 02:40:01.366432 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:01.366531 [ 4 ] {8ae5eb7e-fb41-4973-91c8-cf951fc882ca} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:01.366574 [ 4 ] {8ae5eb7e-fb41-4973-91c8-cf951fc882ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:01.366580 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:01.366642 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1749 rows starting from the beginning of the part 2025.12.24 02:40:01.366755 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:01.366854 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 14 rows starting from the beginning of the part 2025.12.24 02:40:01.366941 [ 4 ] {8ae5eb7e-fb41-4973-91c8-cf951fc882ca} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.366956 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:01.366985 [ 4 ] {8ae5eb7e-fb41-4973-91c8-cf951fc882ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.367063 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 14 rows starting from the beginning of the part 2025.12.24 02:40:01.367165 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:01.367311 [ 4 ] {8ae5eb7e-fb41-4973-91c8-cf951fc882ca} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 02:40:01.367560 [ 4 ] {8ae5eb7e-fb41-4973-91c8-cf951fc882ca} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.367683 [ 45 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 02:40:01.367700 [ 4 ] {8ae5eb7e-fb41-4973-91c8-cf951fc882ca} executeQuery: Read 60 rows, 4.14 KiB in 0.001188 sec., 50505.0505050505 rows/sec., 3.40 MiB/sec. 2025.12.24 02:40:01.367711 [ 45 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:01.367738 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:01.367742 [ 4 ] {8ae5eb7e-fb41-4973-91c8-cf951fc882ca} TCPHandler: Processed in 0.001361672 sec. 2025.12.24 02:40:01.367855 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 02:40:01.367943 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:01.367968 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5688 rows starting from the beginning of the part 2025.12.24 02:40:01.368012 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:01.368048 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:01.368081 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:01.368113 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:01.368146 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:01.370265 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5988 rows, containing 4 columns (4 merged, 0 gathered) in 0.002440189 sec., 2453908.283333791 rows/sec., 165.38 MiB/sec. 2025.12.24 02:40:01.370646 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 29047 rows, containing 5 columns (5 merged, 0 gathered) in 0.006538934 sec., 4442161.367586827 rows/sec., 305.14 MiB/sec. 2025.12.24 02:40:01.370691 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 02:40:01.370995 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.371075 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_101_20} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 02:40:01.371159 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2025.12.24 02:40:01.371189 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 02:40:01.371525 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.371599 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_101_20} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 02:40:01.371680 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.12.24 02:40:01.378476 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1855 rows, containing 19 columns (19 merged, 0 gathered) in 0.012150524 sec., 152668.3129056821 rows/sec., 273.57 MiB/sec. 2025.12.24 02:40:01.381173 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 02:40:01.381547 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:01.381630 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_96_19} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 02:40:01.381772 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.33 MiB. 2025.12.24 02:40:02.000202 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 361.35 MiB, peak 379.52 MiB, free memory in arenas 0.00 B, will set to 368.31 MiB (RSS), difference: 6.96 MiB 2025.12.24 02:40:02.318458 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33039 2025.12.24 02:40:02.319033 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:02.319089 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:02.319611 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 02:40:02.319833 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:02.319977 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33039 2025.12.24 02:40:04.120769 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.12.24 02:40:04.138493 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:04.138547 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:04.144648 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 02:40:04.145338 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:04.148500 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.12.24 02:40:04.925732 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1582 2025.12.24 02:40:04.928067 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:04.928127 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:04.929373 [ 242 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 02:40:04.929664 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:04.929846 [ 37 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 02:40:04.929918 [ 37 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:04.929942 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:04.930057 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1582 2025.12.24 02:40:04.930065 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::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.12.24 02:40:04.930633 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:04.930778 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1436 rows starting from the beginning of the part 2025.12.24 02:40:04.931135 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 30 rows starting from the beginning of the part 2025.12.24 02:40:04.931500 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 34 rows starting from the beginning of the part 2025.12.24 02:40:04.931848 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part 2025.12.24 02:40:04.932201 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part 2025.12.24 02:40:04.932540 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:04.939534 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1582 rows, containing 72 columns (72 merged, 0 gathered) in 0.009524212 sec., 166102.98048804456 rows/sec., 127.60 MiB/sec. 2025.12.24 02:40:04.941156 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 02:40:04.941686 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_51_10} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:04.941769 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_51_10} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 02:40:04.941980 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2025.12.24 02:40:06.326015 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:06.326197 [ 4 ] {a9e2034d-9b5d-42b7-8a95-ed12104bd78d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:06.326267 [ 4 ] {a9e2034d-9b5d-42b7-8a95-ed12104bd78d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:06.326903 [ 4 ] {a9e2034d-9b5d-42b7-8a95-ed12104bd78d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:06.326955 [ 4 ] {a9e2034d-9b5d-42b7-8a95-ed12104bd78d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:06.327368 [ 4 ] {a9e2034d-9b5d-42b7-8a95-ed12104bd78d} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 02:40:06.327605 [ 4 ] {a9e2034d-9b5d-42b7-8a95-ed12104bd78d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:06.327770 [ 4 ] {a9e2034d-9b5d-42b7-8a95-ed12104bd78d} executeQuery: Read 84 rows, 7.20 KiB in 0.00162 sec., 51851.851851851854 rows/sec., 4.34 MiB/sec. 2025.12.24 02:40:06.327823 [ 4 ] {a9e2034d-9b5d-42b7-8a95-ed12104bd78d} TCPHandler: Processed in 0.00193303 sec. 2025.12.24 02:40:06.327945 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:06.328051 [ 4 ] {9f9ee98d-716b-46e7-b30a-4996cd6558c0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:06.328095 [ 4 ] {9f9ee98d-716b-46e7-b30a-4996cd6558c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:06.328509 [ 4 ] {9f9ee98d-716b-46e7-b30a-4996cd6558c0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:06.328548 [ 4 ] {9f9ee98d-716b-46e7-b30a-4996cd6558c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:06.328862 [ 4 ] {9f9ee98d-716b-46e7-b30a-4996cd6558c0} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 02:40:06.329080 [ 4 ] {9f9ee98d-716b-46e7-b30a-4996cd6558c0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:06.329213 [ 4 ] {9f9ee98d-716b-46e7-b30a-4996cd6558c0} executeQuery: Read 14 rows, 1.05 KiB in 0.001188 sec., 11784.511784511784 rows/sec., 886.14 KiB/sec. 2025.12.24 02:40:06.329252 [ 4 ] {9f9ee98d-716b-46e7-b30a-4996cd6558c0} TCPHandler: Processed in 0.001361981 sec. 2025.12.24 02:40:06.329355 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:06.329459 [ 4 ] {6cb1f18e-06f7-495d-8c7f-4add599271ba} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:06.329507 [ 4 ] {6cb1f18e-06f7-495d-8c7f-4add599271ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:06.329928 [ 4 ] {6cb1f18e-06f7-495d-8c7f-4add599271ba} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:06.329969 [ 4 ] {6cb1f18e-06f7-495d-8c7f-4add599271ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:06.330291 [ 4 ] {6cb1f18e-06f7-495d-8c7f-4add599271ba} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 02:40:06.330500 [ 4 ] {6cb1f18e-06f7-495d-8c7f-4add599271ba} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:06.330631 [ 4 ] {6cb1f18e-06f7-495d-8c7f-4add599271ba} executeQuery: Read 78 rows, 6.24 KiB in 0.001197 sec., 65162.90726817043 rows/sec., 5.09 MiB/sec. 2025.12.24 02:40:06.330669 [ 4 ] {6cb1f18e-06f7-495d-8c7f-4add599271ba} TCPHandler: Processed in 0.001364942 sec. 2025.12.24 02:40:06.330782 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:06.330879 [ 4 ] {a0679461-fa75-4793-a083-c96ce1c97d1e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:06.330923 [ 4 ] {a0679461-fa75-4793-a083-c96ce1c97d1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:06.331330 [ 4 ] {a0679461-fa75-4793-a083-c96ce1c97d1e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:06.331367 [ 4 ] {a0679461-fa75-4793-a083-c96ce1c97d1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:06.331699 [ 4 ] {a0679461-fa75-4793-a083-c96ce1c97d1e} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 02:40:06.331910 [ 4 ] {a0679461-fa75-4793-a083-c96ce1c97d1e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:06.332046 [ 4 ] {a0679461-fa75-4793-a083-c96ce1c97d1e} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2025.12.24 02:40:06.332096 [ 4 ] {a0679461-fa75-4793-a083-c96ce1c97d1e} TCPHandler: Processed in 0.001363322 sec. 2025.12.24 02:40:06.332215 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:06.332316 [ 4 ] {275c74d0-e64e-46e7-baf3-c1870cd40bf7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:06.332386 [ 4 ] {275c74d0-e64e-46e7-baf3-c1870cd40bf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:06.333231 [ 4 ] {275c74d0-e64e-46e7-baf3-c1870cd40bf7} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:06.333269 [ 4 ] {275c74d0-e64e-46e7-baf3-c1870cd40bf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:06.333813 [ 4 ] {275c74d0-e64e-46e7-baf3-c1870cd40bf7} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 02:40:06.334031 [ 4 ] {275c74d0-e64e-46e7-baf3-c1870cd40bf7} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:06.334179 [ 4 ] {275c74d0-e64e-46e7-baf3-c1870cd40bf7} executeQuery: Read 14 rows, 25.69 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 13.34 MiB/sec. 2025.12.24 02:40:06.334245 [ 4 ] {275c74d0-e64e-46e7-baf3-c1870cd40bf7} TCPHandler: Processed in 0.002080083 sec. 2025.12.24 02:40:06.334363 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:06.334457 [ 4 ] {6ccf4344-193b-40ca-9466-b87fe74d0bf6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:06.334500 [ 4 ] {6ccf4344-193b-40ca-9466-b87fe74d0bf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:06.334842 [ 4 ] {6ccf4344-193b-40ca-9466-b87fe74d0bf6} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:06.334879 [ 4 ] {6ccf4344-193b-40ca-9466-b87fe74d0bf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:06.335188 [ 4 ] {6ccf4344-193b-40ca-9466-b87fe74d0bf6} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 02:40:06.335390 [ 4 ] {6ccf4344-193b-40ca-9466-b87fe74d0bf6} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:06.335523 [ 4 ] {6ccf4344-193b-40ca-9466-b87fe74d0bf6} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.12.24 02:40:06.335561 [ 4 ] {6ccf4344-193b-40ca-9466-b87fe74d0bf6} TCPHandler: Processed in 0.00124675 sec. 2025.12.24 02:40:09.237782 [ 221 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:09.237847 [ 221 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:09.254065 [ 221 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:09.531672 [ 224 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:09.531728 [ 224 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:09.535191 [ 224 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:09.656805 [ 32 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:40:09.656839 [ 32 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:40:09.820141 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33487 2025.12.24 02:40:09.820618 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:09.820655 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:09.821119 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 02:40:09.821366 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:09.821505 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33487 2025.12.24 02:40:11.247546 [ 222 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.247596 [ 222 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.252121 [ 222 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.314119 [ 219 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.314173 [ 219 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.317905 [ 219 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.327122 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:11.327295 [ 4 ] {b01a7e5e-97f3-4686-8b7e-3c4f6c892ff2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:11.327362 [ 4 ] {b01a7e5e-97f3-4686-8b7e-3c4f6c892ff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:11.328057 [ 4 ] {b01a7e5e-97f3-4686-8b7e-3c4f6c892ff2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:11.328106 [ 4 ] {b01a7e5e-97f3-4686-8b7e-3c4f6c892ff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:11.328506 [ 4 ] {b01a7e5e-97f3-4686-8b7e-3c4f6c892ff2} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 02:40:11.328747 [ 4 ] {b01a7e5e-97f3-4686-8b7e-3c4f6c892ff2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:11.328911 [ 4 ] {b01a7e5e-97f3-4686-8b7e-3c4f6c892ff2} executeQuery: Read 108 rows, 9.29 KiB in 0.00166 sec., 65060.24096385542 rows/sec., 5.46 MiB/sec. 2025.12.24 02:40:11.328965 [ 4 ] {b01a7e5e-97f3-4686-8b7e-3c4f6c892ff2} TCPHandler: Processed in 0.001967851 sec. 2025.12.24 02:40:11.328996 [ 217 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.329048 [ 217 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.329093 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:11.329199 [ 4 ] {30731262-c82e-4d69-b015-5321738e885e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:11.329243 [ 4 ] {30731262-c82e-4d69-b015-5321738e885e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:11.329702 [ 4 ] {30731262-c82e-4d69-b015-5321738e885e} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:11.329739 [ 4 ] {30731262-c82e-4d69-b015-5321738e885e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:11.330097 [ 4 ] {30731262-c82e-4d69-b015-5321738e885e} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 02:40:11.330367 [ 4 ] {30731262-c82e-4d69-b015-5321738e885e} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:11.330531 [ 4 ] {30731262-c82e-4d69-b015-5321738e885e} executeQuery: Read 26 rows, 1.96 KiB in 0.001355 sec., 19188.191881918818 rows/sec., 1.41 MiB/sec. 2025.12.24 02:40:11.330574 [ 4 ] {30731262-c82e-4d69-b015-5321738e885e} TCPHandler: Processed in 0.001533465 sec. 2025.12.24 02:40:11.330689 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:11.330788 [ 4 ] {be79016a-c5e1-4bcb-a9bb-7fc63119cdf8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:11.330830 [ 4 ] {be79016a-c5e1-4bcb-a9bb-7fc63119cdf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:11.331291 [ 4 ] {be79016a-c5e1-4bcb-a9bb-7fc63119cdf8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:11.331328 [ 4 ] {be79016a-c5e1-4bcb-a9bb-7fc63119cdf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:11.331661 [ 4 ] {be79016a-c5e1-4bcb-a9bb-7fc63119cdf8} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 02:40:11.331878 [ 4 ] {be79016a-c5e1-4bcb-a9bb-7fc63119cdf8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:11.332025 [ 4 ] {be79016a-c5e1-4bcb-a9bb-7fc63119cdf8} executeQuery: Read 90 rows, 7.20 KiB in 0.001256 sec., 71656.05095541402 rows/sec., 5.60 MiB/sec. 2025.12.24 02:40:11.332067 [ 4 ] {be79016a-c5e1-4bcb-a9bb-7fc63119cdf8} TCPHandler: Processed in 0.001428103 sec. 2025.12.24 02:40:11.332183 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:11.332279 [ 4 ] {74f9417b-86df-43e0-9e70-9d8a0d6c7755} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:11.332324 [ 4 ] {74f9417b-86df-43e0-9e70-9d8a0d6c7755} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:11.332760 [ 4 ] {74f9417b-86df-43e0-9e70-9d8a0d6c7755} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:11.332799 [ 4 ] {74f9417b-86df-43e0-9e70-9d8a0d6c7755} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:11.332990 [ 217 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.333142 [ 4 ] {74f9417b-86df-43e0-9e70-9d8a0d6c7755} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 02:40:11.333388 [ 4 ] {74f9417b-86df-43e0-9e70-9d8a0d6c7755} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:11.333518 [ 4 ] {74f9417b-86df-43e0-9e70-9d8a0d6c7755} executeQuery: Read 160 rows, 11.41 KiB in 0.001302 sec., 122887.86482334869 rows/sec., 8.56 MiB/sec. 2025.12.24 02:40:11.333556 [ 4 ] {74f9417b-86df-43e0-9e70-9d8a0d6c7755} TCPHandler: Processed in 0.001471033 sec. 2025.12.24 02:40:11.333662 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:11.333760 [ 4 ] {c68b4460-7bb6-438a-926d-981613f178ce} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:11.333883 [ 4 ] {c68b4460-7bb6-438a-926d-981613f178ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:11.334736 [ 4 ] {c68b4460-7bb6-438a-926d-981613f178ce} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:11.334773 [ 4 ] {c68b4460-7bb6-438a-926d-981613f178ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:11.335322 [ 4 ] {c68b4460-7bb6-438a-926d-981613f178ce} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 02:40:11.335568 [ 4 ] {c68b4460-7bb6-438a-926d-981613f178ce} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:11.335725 [ 4 ] {c68b4460-7bb6-438a-926d-981613f178ce} executeQuery: Read 26 rows, 47.71 KiB in 0.001923 sec., 13520.540821632865 rows/sec., 24.23 MiB/sec. 2025.12.24 02:40:11.335796 [ 4 ] {c68b4460-7bb6-438a-926d-981613f178ce} TCPHandler: Processed in 0.002125944 sec. 2025.12.24 02:40:11.335915 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:11.336010 [ 4 ] {23daed42-2dc7-4d7b-9030-a830d12f517f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:11.336051 [ 4 ] {23daed42-2dc7-4d7b-9030-a830d12f517f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:11.336430 [ 4 ] {23daed42-2dc7-4d7b-9030-a830d12f517f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:11.336465 [ 4 ] {23daed42-2dc7-4d7b-9030-a830d12f517f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:11.336790 [ 4 ] {23daed42-2dc7-4d7b-9030-a830d12f517f} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 02:40:11.337005 [ 4 ] {23daed42-2dc7-4d7b-9030-a830d12f517f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:11.337138 [ 4 ] {23daed42-2dc7-4d7b-9030-a830d12f517f} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2025.12.24 02:40:11.337176 [ 4 ] {23daed42-2dc7-4d7b-9030-a830d12f517f} TCPHandler: Processed in 0.001310291 sec. 2025.12.24 02:40:11.337228 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.337263 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.339065 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:11.648828 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2025.12.24 02:40:11.666885 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:11.666955 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:11.672946 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 02:40:11.673717 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:11.677226 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2025.12.24 02:40:13.851355 [ 43 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2025.12.24 02:40:13.851454 [ 43 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:13.851492 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. 2025.12.24 02:40:13.851638 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_33_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full 2025.12.24 02:40:13.851810 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:13.851853 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 253 rows starting from the beginning of the part 2025.12.24 02:40:13.851949 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part 2025.12.24 02:40:13.852048 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 228 rows starting from the beginning of the part 2025.12.24 02:40:13.852143 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2025.12.24 02:40:13.852319 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 228 rows starting from the beginning of the part 2025.12.24 02:40:13.853296 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001716947 sec., 440898.874572133 rows/sec., 32.17 MiB/sec. 2025.12.24 02:40:13.853448 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2025.12.24 02:40:13.853694 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_33_8} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:13.853760 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_33_8} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2025.12.24 02:40:13.853825 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 02:40:14.930335 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1606 2025.12.24 02:40:14.932862 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:14.932915 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:14.934105 [ 242 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 02:40:14.934380 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:14.934694 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1606 2025.12.24 02:40:16.328173 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:16.328347 [ 4 ] {db966bf4-81ec-4b3d-af17-69eb91a788b7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:40:16.328411 [ 4 ] {db966bf4-81ec-4b3d-af17-69eb91a788b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:40:16.329070 [ 4 ] {db966bf4-81ec-4b3d-af17-69eb91a788b7} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:16.329128 [ 4 ] {db966bf4-81ec-4b3d-af17-69eb91a788b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:16.329560 [ 4 ] {db966bf4-81ec-4b3d-af17-69eb91a788b7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:40:16.329818 [ 4 ] {db966bf4-81ec-4b3d-af17-69eb91a788b7} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:16.330003 [ 4 ] {db966bf4-81ec-4b3d-af17-69eb91a788b7} executeQuery: Read 24 rows, 2.04 KiB in 0.0017 sec., 14117.64705882353 rows/sec., 1.17 MiB/sec. 2025.12.24 02:40:16.330061 [ 4 ] {db966bf4-81ec-4b3d-af17-69eb91a788b7} TCPHandler: Processed in 0.002008862 sec. 2025.12.24 02:40:16.330180 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:16.330282 [ 4 ] {996dfd35-6960-4e77-8b82-8b26b59b0c0b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:16.330326 [ 4 ] {996dfd35-6960-4e77-8b82-8b26b59b0c0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:16.330798 [ 4 ] {996dfd35-6960-4e77-8b82-8b26b59b0c0b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:16.330837 [ 4 ] {996dfd35-6960-4e77-8b82-8b26b59b0c0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:16.331166 [ 4 ] {996dfd35-6960-4e77-8b82-8b26b59b0c0b} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 02:40:16.331370 [ 4 ] {996dfd35-6960-4e77-8b82-8b26b59b0c0b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:16.331503 [ 4 ] {996dfd35-6960-4e77-8b82-8b26b59b0c0b} executeQuery: Read 204 rows, 18.66 KiB in 0.001245 sec., 163855.421686747 rows/sec., 14.63 MiB/sec. 2025.12.24 02:40:16.331541 [ 4 ] {996dfd35-6960-4e77-8b82-8b26b59b0c0b} TCPHandler: Processed in 0.001413262 sec. 2025.12.24 02:40:16.331651 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:16.331746 [ 4 ] {0acb9a59-98c4-45e0-8511-ec3d223c7013} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:16.331787 [ 4 ] {0acb9a59-98c4-45e0-8511-ec3d223c7013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:16.332205 [ 4 ] {0acb9a59-98c4-45e0-8511-ec3d223c7013} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:16.332243 [ 4 ] {0acb9a59-98c4-45e0-8511-ec3d223c7013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:16.332533 [ 4 ] {0acb9a59-98c4-45e0-8511-ec3d223c7013} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 02:40:16.332737 [ 4 ] {0acb9a59-98c4-45e0-8511-ec3d223c7013} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:16.332868 [ 4 ] {0acb9a59-98c4-45e0-8511-ec3d223c7013} executeQuery: Read 26 rows, 2.01 KiB in 0.001142 sec., 22767.07530647986 rows/sec., 1.72 MiB/sec. 2025.12.24 02:40:16.332907 [ 4 ] {0acb9a59-98c4-45e0-8511-ec3d223c7013} TCPHandler: Processed in 0.001304881 sec. 2025.12.24 02:40:16.333029 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:16.333153 [ 4 ] {f16882b6-e66f-48c6-b313-b2204a7f2317} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:40:16.333232 [ 4 ] {f16882b6-e66f-48c6-b313-b2204a7f2317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:40:16.333713 [ 4 ] {f16882b6-e66f-48c6-b313-b2204a7f2317} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:16.333758 [ 4 ] {f16882b6-e66f-48c6-b313-b2204a7f2317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:16.334118 [ 4 ] {f16882b6-e66f-48c6-b313-b2204a7f2317} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 02:40:16.334325 [ 4 ] {f16882b6-e66f-48c6-b313-b2204a7f2317} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:16.334458 [ 4 ] {f16882b6-e66f-48c6-b313-b2204a7f2317} executeQuery: Read 24 rows, 2.04 KiB in 0.001329 sec., 18058.69074492099 rows/sec., 1.50 MiB/sec. 2025.12.24 02:40:16.334497 [ 4 ] {f16882b6-e66f-48c6-b313-b2204a7f2317} TCPHandler: Processed in 0.001529554 sec. 2025.12.24 02:40:16.334615 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:16.334711 [ 4 ] {52a7d8f6-2a2f-46fc-9d29-f96ef70714cb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:40:16.334752 [ 4 ] {52a7d8f6-2a2f-46fc-9d29-f96ef70714cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:40:16.335136 [ 4 ] {52a7d8f6-2a2f-46fc-9d29-f96ef70714cb} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:16.335173 [ 4 ] {52a7d8f6-2a2f-46fc-9d29-f96ef70714cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:16.335469 [ 4 ] {52a7d8f6-2a2f-46fc-9d29-f96ef70714cb} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:40:16.335675 [ 4 ] {52a7d8f6-2a2f-46fc-9d29-f96ef70714cb} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:16.335801 [ 4 ] {52a7d8f6-2a2f-46fc-9d29-f96ef70714cb} executeQuery: Read 12 rows, 960.00 B in 0.001108 sec., 10830.324909747293 rows/sec., 846.12 KiB/sec. 2025.12.24 02:40:16.335839 [ 4 ] {52a7d8f6-2a2f-46fc-9d29-f96ef70714cb} TCPHandler: Processed in 0.001274581 sec. 2025.12.24 02:40:16.335941 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:16.336036 [ 4 ] {55322772-e552-4234-b04a-dd4b732e2cb3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:16.336076 [ 4 ] {55322772-e552-4234-b04a-dd4b732e2cb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:16.336491 [ 4 ] {55322772-e552-4234-b04a-dd4b732e2cb3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:16.336526 [ 4 ] {55322772-e552-4234-b04a-dd4b732e2cb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:16.336826 [ 4 ] {55322772-e552-4234-b04a-dd4b732e2cb3} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 02:40:16.337034 [ 4 ] {55322772-e552-4234-b04a-dd4b732e2cb3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:16.337162 [ 4 ] {55322772-e552-4234-b04a-dd4b732e2cb3} executeQuery: Read 114 rows, 9.49 KiB in 0.001144 sec., 99650.34965034964 rows/sec., 8.10 MiB/sec. 2025.12.24 02:40:16.337199 [ 4 ] {55322772-e552-4234-b04a-dd4b732e2cb3} TCPHandler: Processed in 0.00130734 sec. 2025.12.24 02:40:16.337307 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:16.337402 [ 4 ] {ff3b1ab3-155b-4fd9-b1a8-09d7e229e223} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:16.337445 [ 4 ] {ff3b1ab3-155b-4fd9-b1a8-09d7e229e223} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:16.337835 [ 4 ] {ff3b1ab3-155b-4fd9-b1a8-09d7e229e223} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:16.337871 [ 4 ] {ff3b1ab3-155b-4fd9-b1a8-09d7e229e223} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:16.338199 [ 4 ] {ff3b1ab3-155b-4fd9-b1a8-09d7e229e223} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 02:40:16.338402 [ 4 ] {ff3b1ab3-155b-4fd9-b1a8-09d7e229e223} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:16.338530 [ 4 ] {ff3b1ab3-155b-4fd9-b1a8-09d7e229e223} executeQuery: Read 196 rows, 14.40 KiB in 0.001146 sec., 171029.66841186734 rows/sec., 12.27 MiB/sec. 2025.12.24 02:40:16.338567 [ 4 ] {ff3b1ab3-155b-4fd9-b1a8-09d7e229e223} TCPHandler: Processed in 0.001309911 sec. 2025.12.24 02:40:16.338680 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:16.338773 [ 4 ] {9679e9fb-06be-4da0-9642-2dea2b01c4fd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:16.338827 [ 4 ] {9679e9fb-06be-4da0-9642-2dea2b01c4fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:16.339582 [ 4 ] {9679e9fb-06be-4da0-9642-2dea2b01c4fd} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:16.339619 [ 4 ] {9679e9fb-06be-4da0-9642-2dea2b01c4fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:16.340134 [ 4 ] {9679e9fb-06be-4da0-9642-2dea2b01c4fd} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 02:40:16.340350 [ 4 ] {9679e9fb-06be-4da0-9642-2dea2b01c4fd} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:16.340488 [ 4 ] {9679e9fb-06be-4da0-9642-2dea2b01c4fd} executeQuery: Read 14 rows, 25.69 KiB in 0.001733 sec., 8078.476630121178 rows/sec., 14.48 MiB/sec. 2025.12.24 02:40:16.340552 [ 4 ] {9679e9fb-06be-4da0-9642-2dea2b01c4fd} TCPHandler: Processed in 0.001922741 sec. 2025.12.24 02:40:16.340675 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:16.340770 [ 4 ] {c75839d1-f622-47c8-830d-dae40c667045} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:16.340813 [ 4 ] {c75839d1-f622-47c8-830d-dae40c667045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:16.341144 [ 4 ] {c75839d1-f622-47c8-830d-dae40c667045} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:16.341182 [ 4 ] {c75839d1-f622-47c8-830d-dae40c667045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:16.341491 [ 4 ] {c75839d1-f622-47c8-830d-dae40c667045} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 02:40:16.341693 [ 4 ] {c75839d1-f622-47c8-830d-dae40c667045} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:16.341823 [ 4 ] {c75839d1-f622-47c8-830d-dae40c667045} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.12.24 02:40:16.341860 [ 4 ] {c75839d1-f622-47c8-830d-dae40c667045} TCPHandler: Processed in 0.001235319 sec. 2025.12.24 02:40:17.321678 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33999 2025.12.24 02:40:17.322231 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:17.322270 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:17.322731 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 02:40:17.322960 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:17.323084 [ 88 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 02:40:17.323104 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33999 2025.12.24 02:40:17.323127 [ 88 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:17.323149 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:17.323316 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 02:40:17.323532 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:17.323593 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31567 rows starting from the beginning of the part 2025.12.24 02:40:17.323694 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 512 rows starting from the beginning of the part 2025.12.24 02:40:17.323767 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 448 rows starting from the beginning of the part 2025.12.24 02:40:17.323833 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 512 rows starting from the beginning of the part 2025.12.24 02:40:17.323898 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 448 rows starting from the beginning of the part 2025.12.24 02:40:17.323965 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 512 rows starting from the beginning of the part 2025.12.24 02:40:17.326738 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 33999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003510256 sec., 9685618.370853864 rows/sec., 138.55 MiB/sec. 2025.12.24 02:40:17.326889 [ 201 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 02:40:17.327208 [ 201 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:17.327289 [ 201 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_71_14} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 02:40:17.327401 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.01 MiB. 2025.12.24 02:40:19.177352 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2025.12.24 02:40:19.195341 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:19.195399 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:19.201591 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 02:40:19.202298 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:19.202610 [ 104 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 02:40:19.202674 [ 104 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:19.202693 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:19.202791 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 02:40:19.205724 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.12.24 02:40:19.206576 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:19.208292 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part 2025.12.24 02:40:19.213176 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part 2025.12.24 02:40:19.217881 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2025.12.24 02:40:19.222450 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2025.12.24 02:40:19.227391 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part 2025.12.24 02:40:19.232111 [ 196 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part 2025.12.24 02:40:19.285716 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.082956092 sec., 6449.194834298607 rows/sec., 33.35 MiB/sec. 2025.12.24 02:40:19.288681 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 02:40:19.290773 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:19.290881 [ 189 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_71_14} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 02:40:19.293732 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.12.24 02:40:21.327119 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:21.327316 [ 4 ] {e9fbbe3f-91f3-40d2-a181-22749b9cf4ed} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:21.327393 [ 4 ] {e9fbbe3f-91f3-40d2-a181-22749b9cf4ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:21.328107 [ 4 ] {e9fbbe3f-91f3-40d2-a181-22749b9cf4ed} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:21.328167 [ 4 ] {e9fbbe3f-91f3-40d2-a181-22749b9cf4ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:21.328580 [ 4 ] {e9fbbe3f-91f3-40d2-a181-22749b9cf4ed} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 02:40:21.328809 [ 4 ] {e9fbbe3f-91f3-40d2-a181-22749b9cf4ed} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:21.328968 [ 4 ] {e9fbbe3f-91f3-40d2-a181-22749b9cf4ed} executeQuery: Read 108 rows, 9.29 KiB in 0.001703 sec., 63417.49853200235 rows/sec., 5.32 MiB/sec. 2025.12.24 02:40:21.329019 [ 4 ] {e9fbbe3f-91f3-40d2-a181-22749b9cf4ed} TCPHandler: Processed in 0.002036442 sec. 2025.12.24 02:40:21.329144 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:21.329246 [ 4 ] {76d27a4d-a8c9-4a53-9129-bea3ca4157c4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:21.329291 [ 4 ] {76d27a4d-a8c9-4a53-9129-bea3ca4157c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:21.329699 [ 4 ] {76d27a4d-a8c9-4a53-9129-bea3ca4157c4} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:21.329737 [ 4 ] {76d27a4d-a8c9-4a53-9129-bea3ca4157c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:21.330040 [ 4 ] {76d27a4d-a8c9-4a53-9129-bea3ca4157c4} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 02:40:21.330272 [ 4 ] {76d27a4d-a8c9-4a53-9129-bea3ca4157c4} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:21.330406 [ 4 ] {76d27a4d-a8c9-4a53-9129-bea3ca4157c4} executeQuery: Read 26 rows, 1.96 KiB in 0.001183 sec., 21978.021978021978 rows/sec., 1.61 MiB/sec. 2025.12.24 02:40:21.330445 [ 4 ] {76d27a4d-a8c9-4a53-9129-bea3ca4157c4} TCPHandler: Processed in 0.001354772 sec. 2025.12.24 02:40:21.330547 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:21.330642 [ 4 ] {2964434d-4960-42f5-b969-d4d94609e414} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:21.330683 [ 4 ] {2964434d-4960-42f5-b969-d4d94609e414} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:21.331108 [ 4 ] {2964434d-4960-42f5-b969-d4d94609e414} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:21.331145 [ 4 ] {2964434d-4960-42f5-b969-d4d94609e414} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:21.331452 [ 4 ] {2964434d-4960-42f5-b969-d4d94609e414} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 02:40:21.331654 [ 4 ] {2964434d-4960-42f5-b969-d4d94609e414} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:21.331781 [ 4 ] {2964434d-4960-42f5-b969-d4d94609e414} executeQuery: Read 90 rows, 7.20 KiB in 0.001158 sec., 77720.20725388601 rows/sec., 6.07 MiB/sec. 2025.12.24 02:40:21.331819 [ 4 ] {2964434d-4960-42f5-b969-d4d94609e414} TCPHandler: Processed in 0.001322721 sec. 2025.12.24 02:40:21.331926 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:21.332021 [ 4 ] {8538024f-f4c3-4532-8602-07e249b3c8d6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:21.332065 [ 4 ] {8538024f-f4c3-4532-8602-07e249b3c8d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:21.332466 [ 4 ] {8538024f-f4c3-4532-8602-07e249b3c8d6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:21.332503 [ 4 ] {8538024f-f4c3-4532-8602-07e249b3c8d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:21.332829 [ 4 ] {8538024f-f4c3-4532-8602-07e249b3c8d6} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 02:40:21.333033 [ 4 ] {8538024f-f4c3-4532-8602-07e249b3c8d6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:21.333164 [ 4 ] {8538024f-f4c3-4532-8602-07e249b3c8d6} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.12.24 02:40:21.333202 [ 4 ] {8538024f-f4c3-4532-8602-07e249b3c8d6} TCPHandler: Processed in 0.001326191 sec. 2025.12.24 02:40:21.333324 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:21.333449 [ 4 ] {22daa2d2-ea20-4a1d-8864-7a885dbce280} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:21.333515 [ 4 ] {22daa2d2-ea20-4a1d-8864-7a885dbce280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:21.334415 [ 4 ] {22daa2d2-ea20-4a1d-8864-7a885dbce280} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:21.334453 [ 4 ] {22daa2d2-ea20-4a1d-8864-7a885dbce280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:21.334988 [ 4 ] {22daa2d2-ea20-4a1d-8864-7a885dbce280} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 02:40:21.335213 [ 4 ] {22daa2d2-ea20-4a1d-8864-7a885dbce280} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:21.335356 [ 4 ] {22daa2d2-ea20-4a1d-8864-7a885dbce280} executeQuery: Read 26 rows, 47.71 KiB in 0.001932 sec., 13457.556935817805 rows/sec., 24.12 MiB/sec. 2025.12.24 02:40:21.335422 [ 4 ] {22daa2d2-ea20-4a1d-8864-7a885dbce280} TCPHandler: Processed in 0.002160274 sec. 2025.12.24 02:40:21.335534 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:21.335630 [ 4 ] {a3221c19-aa73-4ee9-a311-a385c1f4f9c4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:21.335673 [ 4 ] {a3221c19-aa73-4ee9-a311-a385c1f4f9c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:21.336006 [ 4 ] {a3221c19-aa73-4ee9-a311-a385c1f4f9c4} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:21.336043 [ 4 ] {a3221c19-aa73-4ee9-a311-a385c1f4f9c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:21.336345 [ 4 ] {a3221c19-aa73-4ee9-a311-a385c1f4f9c4} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 02:40:21.336557 [ 4 ] {a3221c19-aa73-4ee9-a311-a385c1f4f9c4} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:21.336686 [ 4 ] {a3221c19-aa73-4ee9-a311-a385c1f4f9c4} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.12.24 02:40:21.336723 [ 4 ] {a3221c19-aa73-4ee9-a311-a385c1f4f9c4} TCPHandler: Processed in 0.00123925 sec. 2025.12.24 02:40:24.656886 [ 121 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:40:24.656955 [ 121 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:40:24.823307 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34447 2025.12.24 02:40:24.824026 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:24.824101 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:24.824705 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 02:40:24.824938 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:24.825088 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34447 2025.12.24 02:40:24.934936 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1636 2025.12.24 02:40:24.937425 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:24.937496 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:24.938767 [ 242 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 02:40:24.939071 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:24.939467 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1636 2025.12.24 02:40:26.325873 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:26.326127 [ 4 ] {2704896d-5ec5-4f14-bdad-52bb2dfd7ec7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:26.326224 [ 4 ] {2704896d-5ec5-4f14-bdad-52bb2dfd7ec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:26.326974 [ 4 ] {2704896d-5ec5-4f14-bdad-52bb2dfd7ec7} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.327021 [ 4 ] {2704896d-5ec5-4f14-bdad-52bb2dfd7ec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.327421 [ 4 ] {2704896d-5ec5-4f14-bdad-52bb2dfd7ec7} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 02:40:26.327645 [ 4 ] {2704896d-5ec5-4f14-bdad-52bb2dfd7ec7} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.327805 [ 4 ] {2704896d-5ec5-4f14-bdad-52bb2dfd7ec7} executeQuery: Read 84 rows, 7.20 KiB in 0.001746 sec., 48109.96563573883 rows/sec., 4.02 MiB/sec. 2025.12.24 02:40:26.327813 [ 175 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 02:40:26.327856 [ 4 ] {2704896d-5ec5-4f14-bdad-52bb2dfd7ec7} TCPHandler: Processed in 0.002143604 sec. 2025.12.24 02:40:26.327892 [ 175 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.327924 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.327988 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:26.328021 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 02:40:26.328118 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:26.328135 [ 4 ] {f499099a-7b45-4b97-9dda-f523158fe8ce} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:26.328147 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1406 rows starting from the beginning of the part 2025.12.24 02:40:26.328193 [ 4 ] {f499099a-7b45-4b97-9dda-f523158fe8ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:26.328210 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 84 rows starting from the beginning of the part 2025.12.24 02:40:26.328256 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 108 rows starting from the beginning of the part 2025.12.24 02:40:26.328296 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 204 rows starting from the beginning of the part 2025.12.24 02:40:26.328334 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 108 rows starting from the beginning of the part 2025.12.24 02:40:26.328372 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 84 rows starting from the beginning of the part 2025.12.24 02:40:26.328672 [ 4 ] {f499099a-7b45-4b97-9dda-f523158fe8ce} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.328710 [ 4 ] {f499099a-7b45-4b97-9dda-f523158fe8ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.329051 [ 4 ] {f499099a-7b45-4b97-9dda-f523158fe8ce} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 02:40:26.329259 [ 4 ] {f499099a-7b45-4b97-9dda-f523158fe8ce} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.329387 [ 175 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 02:40:26.329396 [ 4 ] {f499099a-7b45-4b97-9dda-f523158fe8ce} executeQuery: Read 14 rows, 1.05 KiB in 0.001292 sec., 10835.9133126935 rows/sec., 814.81 KiB/sec. 2025.12.24 02:40:26.329423 [ 175 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.329448 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.329452 [ 4 ] {f499099a-7b45-4b97-9dda-f523158fe8ce} TCPHandler: Processed in 0.001518234 sec. 2025.12.24 02:40:26.329505 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 1994 rows, containing 5 columns (5 merged, 0 gathered) in 0.001519195 sec., 1312537.231889257 rows/sec., 115.87 MiB/sec. 2025.12.24 02:40:26.329565 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 02:40:26.329589 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:26.329697 [ 4 ] {55d62c14-6d2e-4617-bd12-cd4d598d14f5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:26.329713 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:26.329739 [ 4 ] {55d62c14-6d2e-4617-bd12-cd4d598d14f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:26.329747 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 02:40:26.329757 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 70 rows starting from the beginning of the part 2025.12.24 02:40:26.329852 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 14 rows starting from the beginning of the part 2025.12.24 02:40:26.329910 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:26.329964 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:26.330015 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:26.330057 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.330068 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 14 rows starting from the beginning of the part 2025.12.24 02:40:26.330140 [ 192 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_106_21} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 02:40:26.330177 [ 4 ] {55d62c14-6d2e-4617-bd12-cd4d598d14f5} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.330216 [ 4 ] {55d62c14-6d2e-4617-bd12-cd4d598d14f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.330230 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.12.24 02:40:26.330578 [ 4 ] {55d62c14-6d2e-4617-bd12-cd4d598d14f5} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 02:40:26.330806 [ 4 ] {55d62c14-6d2e-4617-bd12-cd4d598d14f5} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.330923 [ 175 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 02:40:26.330936 [ 4 ] {55d62c14-6d2e-4617-bd12-cd4d598d14f5} executeQuery: Read 78 rows, 6.24 KiB in 0.00126 sec., 61904.7619047619 rows/sec., 4.83 MiB/sec. 2025.12.24 02:40:26.330979 [ 175 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.330991 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.001483664 sec., 118625.24129452491 rows/sec., 9.18 MiB/sec. 2025.12.24 02:40:26.330989 [ 4 ] {55d62c14-6d2e-4617-bd12-cd4d598d14f5} TCPHandler: Processed in 0.001448632 sec. 2025.12.24 02:40:26.331015 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.331107 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 02:40:26.331126 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:26.331143 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 02:40:26.331206 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:26.331230 [ 4 ] {15a9dff8-77e4-4b06-955a-43e79c625d4c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:26.331235 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 632 rows starting from the beginning of the part 2025.12.24 02:40:26.331283 [ 4 ] {15a9dff8-77e4-4b06-955a-43e79c625d4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:26.331311 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 78 rows starting from the beginning of the part 2025.12.24 02:40:26.331364 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 90 rows starting from the beginning of the part 2025.12.24 02:40:26.331407 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 114 rows starting from the beginning of the part 2025.12.24 02:40:26.331419 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.331449 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 90 rows starting from the beginning of the part 2025.12.24 02:40:26.331491 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 78 rows starting from the beginning of the part 2025.12.24 02:40:26.331503 [ 198 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_101_20} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 02:40:26.331584 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 02:40:26.331699 [ 4 ] {15a9dff8-77e4-4b06-955a-43e79c625d4c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.331742 [ 4 ] {15a9dff8-77e4-4b06-955a-43e79c625d4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.332099 [ 4 ] {15a9dff8-77e4-4b06-955a-43e79c625d4c} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 02:40:26.332311 [ 4 ] {15a9dff8-77e4-4b06-955a-43e79c625d4c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.332436 [ 175 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 02:40:26.332445 [ 199 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.001372032 sec., 788611.3443418229 rows/sec., 63.61 MiB/sec. 2025.12.24 02:40:26.332473 [ 175 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.332441 [ 4 ] {15a9dff8-77e4-4b06-955a-43e79c625d4c} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2025.12.24 02:40:26.332496 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.332534 [ 4 ] {15a9dff8-77e4-4b06-955a-43e79c625d4c} TCPHandler: Processed in 0.001455383 sec. 2025.12.24 02:40:26.332586 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 02:40:26.332616 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 02:40:26.332649 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:26.332704 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:26.332737 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 29047 rows starting from the beginning of the part 2025.12.24 02:40:26.332748 [ 4 ] {e2bf56d4-9f5f-4c9f-84a3-419e1c7e40da} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:26.332791 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2025.12.24 02:40:26.332809 [ 4 ] {e2bf56d4-9f5f-4c9f-84a3-419e1c7e40da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:26.332842 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2025.12.24 02:40:26.332889 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.332891 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 196 rows starting from the beginning of the part 2025.12.24 02:40:26.332941 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2025.12.24 02:40:26.332958 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_106_21} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 02:40:26.332984 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part 2025.12.24 02:40:26.333023 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.12.24 02:40:26.333597 [ 4 ] {e2bf56d4-9f5f-4c9f-84a3-419e1c7e40da} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.333639 [ 4 ] {e2bf56d4-9f5f-4c9f-84a3-419e1c7e40da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.334226 [ 4 ] {e2bf56d4-9f5f-4c9f-84a3-419e1c7e40da} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 02:40:26.334465 [ 4 ] {e2bf56d4-9f5f-4c9f-84a3-419e1c7e40da} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.334598 [ 175 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 02:40:26.334607 [ 4 ] {e2bf56d4-9f5f-4c9f-84a3-419e1c7e40da} executeQuery: Read 14 rows, 25.69 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 13.36 MiB/sec. 2025.12.24 02:40:26.334642 [ 175 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.334669 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.334692 [ 4 ] {e2bf56d4-9f5f-4c9f-84a3-419e1c7e40da} TCPHandler: Processed in 0.002089073 sec. 2025.12.24 02:40:26.334747 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 02:40:26.334831 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:26.334929 [ 4 ] {725703c1-b6cb-478f-be7a-99bb200adf3e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:26.334971 [ 4 ] {725703c1-b6cb-478f-be7a-99bb200adf3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:26.334986 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:26.335055 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1855 rows starting from the beginning of the part 2025.12.24 02:40:26.335193 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 14 rows starting from the beginning of the part 2025.12.24 02:40:26.335303 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:26.335324 [ 4 ] {725703c1-b6cb-478f-be7a-99bb200adf3e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.335365 [ 4 ] {725703c1-b6cb-478f-be7a-99bb200adf3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.335414 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 14 rows starting from the beginning of the part 2025.12.24 02:40:26.335525 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:26.335632 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 14 rows starting from the beginning of the part 2025.12.24 02:40:26.335689 [ 4 ] {725703c1-b6cb-478f-be7a-99bb200adf3e} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 02:40:26.335898 [ 4 ] {725703c1-b6cb-478f-be7a-99bb200adf3e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.336028 [ 175 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 02:40:26.336041 [ 4 ] {725703c1-b6cb-478f-be7a-99bb200adf3e} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2025.12.24 02:40:26.336061 [ 175 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.336085 [ 4 ] {725703c1-b6cb-478f-be7a-99bb200adf3e} TCPHandler: Processed in 0.001301051 sec. 2025.12.24 02:40:26.336085 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.336227 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 02:40:26.336377 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:26.336415 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5988 rows starting from the beginning of the part 2025.12.24 02:40:26.336480 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:26.336523 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:26.336561 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:26.336597 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:26.336633 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:26.339396 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6288 rows, containing 4 columns (4 merged, 0 gathered) in 0.003224731 sec., 1949930.0871917687 rows/sec., 131.41 MiB/sec. 2025.12.24 02:40:26.339983 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 02:40:26.340199 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 29883 rows, containing 5 columns (5 merged, 0 gathered) in 0.007647002 sec., 3907805.9610812184 rows/sec., 268.59 MiB/sec. 2025.12.24 02:40:26.340251 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.340332 [ 197 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_106_21} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 02:40:26.340408 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.12.24 02:40:26.340843 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 02:40:26.341161 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.341242 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_106_21} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 02:40:26.341347 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.12.24 02:40:26.347546 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 19 columns (19 merged, 0 gathered) in 0.012834004 sec., 151862.1935913375 rows/sec., 272.13 MiB/sec. 2025.12.24 02:40:26.349926 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 02:40:26.350271 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.350347 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_101_20} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 02:40:26.350514 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.41 MiB. 2025.12.24 02:40:26.705876 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 2025.12.24 02:40:26.723336 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:26.723398 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:26.729581 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 02:40:26.730322 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:26.733682 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 543 2025.12.24 02:40:27.000220 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 370.13 MiB, peak 389.00 MiB, free memory in arenas 0.00 B, will set to 377.65 MiB (RSS), difference: 7.53 MiB 2025.12.24 02:40:28.348381 [ 223 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:28.348436 [ 223 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:28.351476 [ 223 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:29.306064 [ 225 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:29.306133 [ 225 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:29.308325 [ 225 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:31.362086 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:31.362272 [ 4 ] {6cff1d02-6d71-4ed3-8337-6eac573c1511} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:40:31.362341 [ 4 ] {6cff1d02-6d71-4ed3-8337-6eac573c1511} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:40:31.363001 [ 4 ] {6cff1d02-6d71-4ed3-8337-6eac573c1511} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:31.363053 [ 4 ] {6cff1d02-6d71-4ed3-8337-6eac573c1511} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:31.363452 [ 4 ] {6cff1d02-6d71-4ed3-8337-6eac573c1511} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 02:40:31.363693 [ 4 ] {6cff1d02-6d71-4ed3-8337-6eac573c1511} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:31.363856 [ 4 ] {6cff1d02-6d71-4ed3-8337-6eac573c1511} executeQuery: Read 4 rows, 334.00 B in 0.001633 sec., 2449.479485609308 rows/sec., 199.74 KiB/sec. 2025.12.24 02:40:31.363899 [ 4 ] {6cff1d02-6d71-4ed3-8337-6eac573c1511} TCPHandler: Processed in 0.001945871 sec. 2025.12.24 02:40:31.364033 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:31.364135 [ 4 ] {3ea4a66b-6e9a-4158-abb3-ca314e162c17} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:31.364175 [ 4 ] {3ea4a66b-6e9a-4158-abb3-ca314e162c17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:31.365541 [ 4 ] {3ea4a66b-6e9a-4158-abb3-ca314e162c17} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:31.365576 [ 4 ] {3ea4a66b-6e9a-4158-abb3-ca314e162c17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:31.365962 [ 4 ] {3ea4a66b-6e9a-4158-abb3-ca314e162c17} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 02:40:31.366263 [ 4 ] {3ea4a66b-6e9a-4158-abb3-ca314e162c17} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:31.366400 [ 4 ] {3ea4a66b-6e9a-4158-abb3-ca314e162c17} executeQuery: Read 1250 rows, 105.99 KiB in 0.002283 sec., 547525.1861585634 rows/sec., 45.34 MiB/sec. 2025.12.24 02:40:31.366439 [ 4 ] {3ea4a66b-6e9a-4158-abb3-ca314e162c17} TCPHandler: Processed in 0.002456259 sec. 2025.12.24 02:40:31.366565 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:31.366660 [ 4 ] {38a349eb-904d-438f-9151-f4c7ec9bdfa0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:31.366702 [ 4 ] {38a349eb-904d-438f-9151-f4c7ec9bdfa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:31.367127 [ 4 ] {38a349eb-904d-438f-9151-f4c7ec9bdfa0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:31.367164 [ 4 ] {38a349eb-904d-438f-9151-f4c7ec9bdfa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:31.367469 [ 4 ] {38a349eb-904d-438f-9151-f4c7ec9bdfa0} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 02:40:31.367697 [ 4 ] {38a349eb-904d-438f-9151-f4c7ec9bdfa0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:31.367834 [ 4 ] {38a349eb-904d-438f-9151-f4c7ec9bdfa0} executeQuery: Read 30 rows, 2.23 KiB in 0.001192 sec., 25167.78523489933 rows/sec., 1.83 MiB/sec. 2025.12.24 02:40:31.367877 [ 4 ] {38a349eb-904d-438f-9151-f4c7ec9bdfa0} TCPHandler: Processed in 0.001362832 sec. 2025.12.24 02:40:31.368018 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:31.368141 [ 4 ] {ca75a579-2079-4df1-b04f-3ca3ad2cbb7d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:40:31.368212 [ 4 ] {ca75a579-2079-4df1-b04f-3ca3ad2cbb7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:40:31.368944 [ 4 ] {ca75a579-2079-4df1-b04f-3ca3ad2cbb7d} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:31.368992 [ 4 ] {ca75a579-2079-4df1-b04f-3ca3ad2cbb7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:31.369391 [ 4 ] {ca75a579-2079-4df1-b04f-3ca3ad2cbb7d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 02:40:31.369657 [ 4 ] {ca75a579-2079-4df1-b04f-3ca3ad2cbb7d} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:31.369819 [ 4 ] {ca75a579-2079-4df1-b04f-3ca3ad2cbb7d} executeQuery: Read 228 rows, 15.81 KiB in 0.001701 sec., 134038.80070546738 rows/sec., 9.08 MiB/sec. 2025.12.24 02:40:31.369867 [ 4 ] {ca75a579-2079-4df1-b04f-3ca3ad2cbb7d} TCPHandler: Processed in 0.001900001 sec. 2025.12.24 02:40:31.369990 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:31.370109 [ 4 ] {1b12010e-8fbf-4749-b700-b7719e815a25} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:31.370165 [ 4 ] {1b12010e-8fbf-4749-b700-b7719e815a25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:31.370905 [ 4 ] {1b12010e-8fbf-4749-b700-b7719e815a25} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:31.370943 [ 4 ] {1b12010e-8fbf-4749-b700-b7719e815a25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:31.371320 [ 4 ] {1b12010e-8fbf-4749-b700-b7719e815a25} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 02:40:31.371548 [ 4 ] {1b12010e-8fbf-4749-b700-b7719e815a25} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:31.371685 [ 4 ] {1b12010e-8fbf-4749-b700-b7719e815a25} executeQuery: Read 550 rows, 41.81 KiB in 0.001608 sec., 342039.80099502485 rows/sec., 25.39 MiB/sec. 2025.12.24 02:40:31.371743 [ 4 ] {1b12010e-8fbf-4749-b700-b7719e815a25} TCPHandler: Processed in 0.001809219 sec. 2025.12.24 02:40:31.371773 [ 217 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:31.371841 [ 217 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:31.371900 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:31.372016 [ 4 ] {1cd962b4-e0f1-49dd-80dd-f631391956c9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:31.372066 [ 4 ] {1cd962b4-e0f1-49dd-80dd-f631391956c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:31.372897 [ 4 ] {1cd962b4-e0f1-49dd-80dd-f631391956c9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:31.372935 [ 4 ] {1cd962b4-e0f1-49dd-80dd-f631391956c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:31.373382 [ 4 ] {1cd962b4-e0f1-49dd-80dd-f631391956c9} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 02:40:31.373637 [ 4 ] {1cd962b4-e0f1-49dd-80dd-f631391956c9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:31.373791 [ 4 ] {1cd962b4-e0f1-49dd-80dd-f631391956c9} executeQuery: Read 846 rows, 58.31 KiB in 0.0018 sec., 470000 rows/sec., 31.63 MiB/sec. 2025.12.24 02:40:31.373832 [ 4 ] {1cd962b4-e0f1-49dd-80dd-f631391956c9} TCPHandler: Processed in 0.001988382 sec. 2025.12.24 02:40:31.373967 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:31.374064 [ 4 ] {0f66fc4b-3a44-4a15-b82f-ce704ac957a6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:31.374072 [ 217 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:31.374123 [ 4 ] {0f66fc4b-3a44-4a15-b82f-ce704ac957a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:31.375132 [ 4 ] {0f66fc4b-3a44-4a15-b82f-ce704ac957a6} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:31.375176 [ 4 ] {0f66fc4b-3a44-4a15-b82f-ce704ac957a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:31.375843 [ 4 ] {0f66fc4b-3a44-4a15-b82f-ce704ac957a6} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 02:40:31.376101 [ 4 ] {0f66fc4b-3a44-4a15-b82f-ce704ac957a6} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:31.376267 [ 4 ] {0f66fc4b-3a44-4a15-b82f-ce704ac957a6} executeQuery: Read 26 rows, 47.71 KiB in 0.00222 sec., 11711.71171171171 rows/sec., 20.99 MiB/sec. 2025.12.24 02:40:31.376355 [ 4 ] {0f66fc4b-3a44-4a15-b82f-ce704ac957a6} TCPHandler: Processed in 0.002439259 sec. 2025.12.24 02:40:31.376497 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:31.376609 [ 4 ] {1717afae-4eb7-40a2-b69f-4ec973e32559} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:31.376661 [ 4 ] {1717afae-4eb7-40a2-b69f-4ec973e32559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:31.377019 [ 4 ] {1717afae-4eb7-40a2-b69f-4ec973e32559} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:31.377060 [ 4 ] {1717afae-4eb7-40a2-b69f-4ec973e32559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:31.377455 [ 4 ] {1717afae-4eb7-40a2-b69f-4ec973e32559} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 02:40:31.377686 [ 4 ] {1717afae-4eb7-40a2-b69f-4ec973e32559} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:31.377831 [ 4 ] {1717afae-4eb7-40a2-b69f-4ec973e32559} executeQuery: Read 60 rows, 4.14 KiB in 0.001246 sec., 48154.093097913326 rows/sec., 3.25 MiB/sec. 2025.12.24 02:40:31.377872 [ 4 ] {1717afae-4eb7-40a2-b69f-4ec973e32559} TCPHandler: Processed in 0.001436843 sec. 2025.12.24 02:40:31.377935 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:31.378008 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:31.381159 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:31.734478 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36743 2025.12.24 02:40:31.734642 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.734685 [ 352 ] {} TCP-Session: 33716e19-f240-4eaa-a911-fa6b418190da Authenticating user 'default' from [fd00:1122:3344:101::e]:36743 2025.12.24 02:40:31.734714 [ 352 ] {} TCP-Session: 33716e19-f240-4eaa-a911-fa6b418190da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.734732 [ 352 ] {} TCP-Session: 33716e19-f240-4eaa-a911-fa6b418190da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.734945 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33555 2025.12.24 02:40:31.734984 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40493 2025.12.24 02:40:31.734990 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65253 2025.12.24 02:40:31.735014 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62675 2025.12.24 02:40:31.735024 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61171 2025.12.24 02:40:31.735079 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.735090 [ 352 ] {} TCP-Session: 33716e19-f240-4eaa-a911-fa6b418190da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:31.735103 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.735121 [ 291 ] {} TCP-Session: 90f30458-55b8-46a4-bbc5-34d02ee782ee Authenticating user 'default' from [fd00:1122:3344:101::e]:40493 2025.12.24 02:40:31.735155 [ 349 ] {} TCP-Session: 0bc38c9f-3140-419f-bd95-8e0c8249a21c Authenticating user 'default' from [fd00:1122:3344:101::e]:62675 2025.12.24 02:40:31.735169 [ 291 ] {} TCP-Session: 90f30458-55b8-46a4-bbc5-34d02ee782ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735176 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.735199 [ 291 ] {} TCP-Session: 90f30458-55b8-46a4-bbc5-34d02ee782ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735192 [ 349 ] {} TCP-Session: 0bc38c9f-3140-419f-bd95-8e0c8249a21c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735235 [ 350 ] {} TCP-Session: e2e98630-de5a-4dd5-9175-1d56e6ee5683 Authenticating user 'default' from [fd00:1122:3344:101::e]:61171 2025.12.24 02:40:31.735257 [ 349 ] {} TCP-Session: 0bc38c9f-3140-419f-bd95-8e0c8249a21c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735274 [ 352 ] {35ac1f84-6e51-4779-bace-6b1ecf3f41ab} executeQuery: (from [fd00:1122:3344:101::e]:36743) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:40:31.735284 [ 350 ] {} TCP-Session: e2e98630-de5a-4dd5-9175-1d56e6ee5683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735079 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.735316 [ 350 ] {} TCP-Session: e2e98630-de5a-4dd5-9175-1d56e6ee5683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735060 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63996 2025.12.24 02:40:31.735353 [ 353 ] {} TCP-Session: ca7e62fb-1a43-4bec-a5a1-0243753a0c73 Authenticating user 'default' from [fd00:1122:3344:101::e]:33555 2025.12.24 02:40:31.735019 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40455 2025.12.24 02:40:31.735401 [ 353 ] {} TCP-Session: ca7e62fb-1a43-4bec-a5a1-0243753a0c73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.734981 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45861 2025.12.24 02:40:31.735432 [ 353 ] {} TCP-Session: ca7e62fb-1a43-4bec-a5a1-0243753a0c73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735453 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.735468 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.735497 [ 351 ] {} TCP-Session: 14c71d10-2432-4185-be23-bc0eb1ca5d4f Authenticating user 'default' from [fd00:1122:3344:101::e]:63996 2025.12.24 02:40:31.735507 [ 293 ] {} TCP-Session: 2a4e92a5-4751-45a9-b4d4-2a84e621f45d Authenticating user 'default' from [fd00:1122:3344:101::e]:40455 2025.12.24 02:40:31.735507 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.735524 [ 351 ] {} TCP-Session: 14c71d10-2432-4185-be23-bc0eb1ca5d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735530 [ 293 ] {} TCP-Session: 2a4e92a5-4751-45a9-b4d4-2a84e621f45d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735549 [ 290 ] {} TCP-Session: 36a1f154-f56b-4f0f-8aa1-21d0c20957b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:45861 2025.12.24 02:40:31.735563 [ 352 ] {35ac1f84-6e51-4779-bace-6b1ecf3f41ab} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:40:31.735592 [ 290 ] {} TCP-Session: 36a1f154-f56b-4f0f-8aa1-21d0c20957b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735566 [ 293 ] {} TCP-Session: 2a4e92a5-4751-45a9-b4d4-2a84e621f45d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735620 [ 290 ] {} TCP-Session: 36a1f154-f56b-4f0f-8aa1-21d0c20957b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735639 [ 352 ] {35ac1f84-6e51-4779-bace-6b1ecf3f41ab} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:40:31.735553 [ 351 ] {} TCP-Session: 14c71d10-2432-4185-be23-bc0eb1ca5d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735089 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.735717 [ 292 ] {} TCP-Session: 327a4d7f-3b83-448e-ac56-807038ddbf5c Authenticating user 'default' from [fd00:1122:3344:101::e]:65253 2025.12.24 02:40:31.735733 [ 292 ] {} TCP-Session: 327a4d7f-3b83-448e-ac56-807038ddbf5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735745 [ 292 ] {} TCP-Session: 327a4d7f-3b83-448e-ac56-807038ddbf5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.735975 [ 352 ] {35ac1f84-6e51-4779-bace-6b1ecf3f41ab} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:40:31.737000 [ 348 ] {35ac1f84-6e51-4779-bace-6b1ecf3f41ab} AggregatingTransform: Aggregating 2025.12.24 02:40:31.737055 [ 348 ] {35ac1f84-6e51-4779-bace-6b1ecf3f41ab} Aggregator: Aggregation method: without_key 2025.12.24 02:40:31.737101 [ 348 ] {35ac1f84-6e51-4779-bace-6b1ecf3f41ab} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001015096 sec. (985.129 rows/sec., 38.48 KiB/sec.) 2025.12.24 02:40:31.737122 [ 348 ] {35ac1f84-6e51-4779-bace-6b1ecf3f41ab} Aggregator: Merging aggregated data 2025.12.24 02:40:31.738301 [ 352 ] {35ac1f84-6e51-4779-bace-6b1ecf3f41ab} executeQuery: Read 1 rows, 40.00 B in 0.003084 sec., 324.25421530479895 rows/sec., 12.67 KiB/sec. 2025.12.24 02:40:31.738449 [ 352 ] {35ac1f84-6e51-4779-bace-6b1ecf3f41ab} TCPHandler: Processed in 0.003482255 sec. 2025.12.24 02:40:31.738588 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.738617 [ 352 ] {} TCP-Session: 33716e19-f240-4eaa-a911-fa6b418190da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.738627 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.738648 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.738671 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.738695 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.738717 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.738730 [ 350 ] {} TCP-Session: e2e98630-de5a-4dd5-9175-1d56e6ee5683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.738743 [ 290 ] {} TCP-Session: 36a1f154-f56b-4f0f-8aa1-21d0c20957b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.738761 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.738780 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.738815 [ 293 ] {} TCP-Session: 2a4e92a5-4751-45a9-b4d4-2a84e621f45d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.738833 [ 351 ] {} TCP-Session: 14c71d10-2432-4185-be23-bc0eb1ca5d4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.738774 [ 292 ] {} TCP-Session: 327a4d7f-3b83-448e-ac56-807038ddbf5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.738739 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.738707 [ 291 ] {} TCP-Session: 90f30458-55b8-46a4-bbc5-34d02ee782ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.738939 [ 349 ] {} TCP-Session: 0bc38c9f-3140-419f-bd95-8e0c8249a21c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.738683 [ 353 ] {} TCP-Session: ca7e62fb-1a43-4bec-a5a1-0243753a0c73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.797895 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50992 2025.12.24 02:40:31.798024 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.798054 [ 352 ] {} TCP-Session: 01f8864e-78c3-4e19-ba3e-e64efe66faf4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50992 2025.12.24 02:40:31.798082 [ 352 ] {} TCP-Session: 01f8864e-78c3-4e19-ba3e-e64efe66faf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.798097 [ 352 ] {} TCP-Session: 01f8864e-78c3-4e19-ba3e-e64efe66faf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.798312 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38703 2025.12.24 02:40:31.798345 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54604 2025.12.24 02:40:31.798371 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43476 2025.12.24 02:40:31.798381 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54721 2025.12.24 02:40:31.798390 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45481 2025.12.24 02:40:31.798445 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.798469 [ 352 ] {} TCP-Session: 01f8864e-78c3-4e19-ba3e-e64efe66faf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:31.798513 [ 353 ] {} TCP-Session: 3f15e613-fc1e-4e4a-9cc8-b721b5bfdb68 Authenticating user 'default' from [fd00:1122:3344:101::e]:38703 2025.12.24 02:40:31.798514 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.798550 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.798576 [ 350 ] {} TCP-Session: 05b7e890-e889-4e57-acd6-09255b86fe07 Authenticating user 'default' from [fd00:1122:3344:101::e]:54721 2025.12.24 02:40:31.798553 [ 353 ] {} TCP-Session: 3f15e613-fc1e-4e4a-9cc8-b721b5bfdb68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.798614 [ 351 ] {} TCP-Session: 7cadf64d-885c-46d3-9d71-479c4d02b104 Authenticating user 'default' from [fd00:1122:3344:101::e]:45481 2025.12.24 02:40:31.798631 [ 353 ] {} TCP-Session: 3f15e613-fc1e-4e4a-9cc8-b721b5bfdb68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.798444 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.798662 [ 351 ] {} TCP-Session: 7cadf64d-885c-46d3-9d71-479c4d02b104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.798374 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65508 2025.12.24 02:40:31.798711 [ 351 ] {} TCP-Session: 7cadf64d-885c-46d3-9d71-479c4d02b104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.798706 [ 291 ] {} TCP-Session: efb6d711-6941-48b7-bef2-19878200aa3c Authenticating user 'default' from [fd00:1122:3344:101::e]:54604 2025.12.24 02:40:31.798723 [ 352 ] {4370e9f6-9ce7-41b5-b3d7-0af6c05527df} executeQuery: (from [fd00:1122:3344:101::e]:50992) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:40:31.798757 [ 291 ] {} TCP-Session: efb6d711-6941-48b7-bef2-19878200aa3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.798777 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.798783 [ 291 ] {} TCP-Session: efb6d711-6941-48b7-bef2-19878200aa3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.798809 [ 293 ] {} TCP-Session: c35fcde2-eccd-4cf8-800e-cfd7cb05ace0 Authenticating user 'default' from [fd00:1122:3344:101::e]:65508 2025.12.24 02:40:31.798354 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65249 2025.12.24 02:40:31.798842 [ 293 ] {} TCP-Session: c35fcde2-eccd-4cf8-800e-cfd7cb05ace0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.798345 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61444 2025.12.24 02:40:31.798879 [ 293 ] {} TCP-Session: c35fcde2-eccd-4cf8-800e-cfd7cb05ace0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.798915 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.798464 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.798957 [ 292 ] {} TCP-Session: 2f6b94e5-8541-4347-ba52-770101282d54 Authenticating user 'default' from [fd00:1122:3344:101::e]:65249 2025.12.24 02:40:31.798968 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.798991 [ 292 ] {} TCP-Session: 2f6b94e5-8541-4347-ba52-770101282d54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.798991 [ 349 ] {} TCP-Session: 0cee96af-dd6a-45f0-a988-b035aa1d0722 Authenticating user 'default' from [fd00:1122:3344:101::e]:43476 2025.12.24 02:40:31.799012 [ 292 ] {} TCP-Session: 2f6b94e5-8541-4347-ba52-770101282d54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.799011 [ 290 ] {} TCP-Session: 1aca11e1-7a4f-4b22-8569-528c974e2323 Authenticating user 'default' from [fd00:1122:3344:101::e]:61444 2025.12.24 02:40:31.799031 [ 349 ] {} TCP-Session: 0cee96af-dd6a-45f0-a988-b035aa1d0722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.799052 [ 290 ] {} TCP-Session: 1aca11e1-7a4f-4b22-8569-528c974e2323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.799069 [ 349 ] {} TCP-Session: 0cee96af-dd6a-45f0-a988-b035aa1d0722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.799080 [ 290 ] {} TCP-Session: 1aca11e1-7a4f-4b22-8569-528c974e2323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.799069 [ 352 ] {4370e9f6-9ce7-41b5-b3d7-0af6c05527df} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:40:31.798617 [ 350 ] {} TCP-Session: 05b7e890-e889-4e57-acd6-09255b86fe07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.799172 [ 350 ] {} TCP-Session: 05b7e890-e889-4e57-acd6-09255b86fe07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.799180 [ 352 ] {4370e9f6-9ce7-41b5-b3d7-0af6c05527df} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:40:31.799497 [ 352 ] {4370e9f6-9ce7-41b5-b3d7-0af6c05527df} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:40:31.800577 [ 346 ] {4370e9f6-9ce7-41b5-b3d7-0af6c05527df} AggregatingTransform: Aggregating 2025.12.24 02:40:31.800632 [ 346 ] {4370e9f6-9ce7-41b5-b3d7-0af6c05527df} Aggregator: Aggregation method: without_key 2025.12.24 02:40:31.800674 [ 346 ] {4370e9f6-9ce7-41b5-b3d7-0af6c05527df} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001066287 sec. (937.834 rows/sec., 36.63 KiB/sec.) 2025.12.24 02:40:31.800695 [ 346 ] {4370e9f6-9ce7-41b5-b3d7-0af6c05527df} Aggregator: Merging aggregated data 2025.12.24 02:40:31.801930 [ 352 ] {4370e9f6-9ce7-41b5-b3d7-0af6c05527df} executeQuery: Read 1 rows, 40.00 B in 0.003289 sec., 304.04378230465187 rows/sec., 11.88 KiB/sec. 2025.12.24 02:40:31.802110 [ 352 ] {4370e9f6-9ce7-41b5-b3d7-0af6c05527df} TCPHandler: Processed in 0.00377989 sec. 2025.12.24 02:40:31.802293 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.802324 [ 352 ] {} TCP-Session: 01f8864e-78c3-4e19-ba3e-e64efe66faf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.802346 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.802359 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.802382 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.802388 [ 293 ] {} TCP-Session: c35fcde2-eccd-4cf8-800e-cfd7cb05ace0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.802414 [ 351 ] {} TCP-Session: 7cadf64d-885c-46d3-9d71-479c4d02b104 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.802430 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.802435 [ 353 ] {} TCP-Session: 3f15e613-fc1e-4e4a-9cc8-b721b5bfdb68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.802451 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.802478 [ 349 ] {} TCP-Session: 0cee96af-dd6a-45f0-a988-b035aa1d0722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.802483 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.802516 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.802547 [ 290 ] {} TCP-Session: 1aca11e1-7a4f-4b22-8569-528c974e2323 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.802509 [ 291 ] {} TCP-Session: efb6d711-6941-48b7-bef2-19878200aa3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.802572 [ 350 ] {} TCP-Session: 05b7e890-e889-4e57-acd6-09255b86fe07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.802404 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.802675 [ 292 ] {} TCP-Session: 2f6b94e5-8541-4347-ba52-770101282d54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.814185 [ 219 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:31.814229 [ 219 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:31.817550 [ 219 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:31.850566 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52568 2025.12.24 02:40:31.850712 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.850756 [ 352 ] {} TCP-Session: dea36332-dfd2-44f0-a671-d1cc836b704b Authenticating user 'default' from [fd00:1122:3344:101::e]:52568 2025.12.24 02:40:31.850790 [ 352 ] {} TCP-Session: dea36332-dfd2-44f0-a671-d1cc836b704b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.850811 [ 352 ] {} TCP-Session: dea36332-dfd2-44f0-a671-d1cc836b704b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851057 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57614 2025.12.24 02:40:31.851093 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33271 2025.12.24 02:40:31.851111 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54739 2025.12.24 02:40:31.851124 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43407 2025.12.24 02:40:31.851158 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64567 2025.12.24 02:40:31.851127 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36055 2025.12.24 02:40:31.851202 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.851199 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.851099 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52650 2025.12.24 02:40:31.851270 [ 349 ] {} TCP-Session: a4c920e3-41cb-4499-9b79-fa2f5a355daf Authenticating user 'default' from [fd00:1122:3344:101::e]:54739 2025.12.24 02:40:31.851279 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.851279 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.851319 [ 349 ] {} TCP-Session: a4c920e3-41cb-4499-9b79-fa2f5a355daf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851354 [ 351 ] {} TCP-Session: 384f3716-2532-40da-9454-4a0d7ad68571 Authenticating user 'default' from [fd00:1122:3344:101::e]:64567 2025.12.24 02:40:31.851356 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.851370 [ 349 ] {} TCP-Session: a4c920e3-41cb-4499-9b79-fa2f5a355daf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851388 [ 351 ] {} TCP-Session: 384f3716-2532-40da-9454-4a0d7ad68571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851335 [ 293 ] {} TCP-Session: fcb41f35-4f7c-48c3-b057-aadd09830f35 Authenticating user 'default' from [fd00:1122:3344:101::e]:36055 2025.12.24 02:40:31.851429 [ 351 ] {} TCP-Session: 384f3716-2532-40da-9454-4a0d7ad68571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851422 [ 291 ] {} TCP-Session: 6c9b269c-3e6c-459a-84cc-c76414a16f31 Authenticating user 'default' from [fd00:1122:3344:101::e]:52650 2025.12.24 02:40:31.851445 [ 293 ] {} TCP-Session: fcb41f35-4f7c-48c3-b057-aadd09830f35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851474 [ 291 ] {} TCP-Session: 6c9b269c-3e6c-459a-84cc-c76414a16f31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851485 [ 293 ] {} TCP-Session: fcb41f35-4f7c-48c3-b057-aadd09830f35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851497 [ 291 ] {} TCP-Session: 6c9b269c-3e6c-459a-84cc-c76414a16f31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851081 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51326 2025.12.24 02:40:31.851260 [ 353 ] {} TCP-Session: 15630c7b-cb2c-4887-b0d2-1c870ba94a44 Authenticating user 'default' from [fd00:1122:3344:101::e]:57614 2025.12.24 02:40:31.851319 [ 352 ] {} TCP-Session: dea36332-dfd2-44f0-a671-d1cc836b704b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:31.851606 [ 353 ] {} TCP-Session: 15630c7b-cb2c-4887-b0d2-1c870ba94a44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851633 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.851650 [ 353 ] {} TCP-Session: 15630c7b-cb2c-4887-b0d2-1c870ba94a44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851248 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.851684 [ 290 ] {} TCP-Session: 74f0e199-1f79-4cd0-8f79-b0f5a0e60460 Authenticating user 'default' from [fd00:1122:3344:101::e]:51326 2025.12.24 02:40:31.851207 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:40:31.851714 [ 350 ] {} TCP-Session: 3eb4690c-b445-4ea1-bab4-e54e620b3528 Authenticating user 'default' from [fd00:1122:3344:101::e]:43407 2025.12.24 02:40:31.851726 [ 290 ] {} TCP-Session: 74f0e199-1f79-4cd0-8f79-b0f5a0e60460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851750 [ 292 ] {} TCP-Session: 034c36b5-49f9-484c-82fe-ce3a76c03dfe Authenticating user 'default' from [fd00:1122:3344:101::e]:33271 2025.12.24 02:40:31.851766 [ 290 ] {} TCP-Session: 74f0e199-1f79-4cd0-8f79-b0f5a0e60460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851782 [ 292 ] {} TCP-Session: 034c36b5-49f9-484c-82fe-ce3a76c03dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851756 [ 350 ] {} TCP-Session: 3eb4690c-b445-4ea1-bab4-e54e620b3528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851807 [ 292 ] {} TCP-Session: 034c36b5-49f9-484c-82fe-ce3a76c03dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851836 [ 350 ] {} TCP-Session: 3eb4690c-b445-4ea1-bab4-e54e620b3528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.851854 [ 352 ] {1a8e1ba5-d5d2-41fb-9c8d-8f66b408c8b5} executeQuery: (from [fd00:1122:3344:101::e]:52568) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:40:31.852228 [ 352 ] {1a8e1ba5-d5d2-41fb-9c8d-8f66b408c8b5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:40:31.852302 [ 352 ] {1a8e1ba5-d5d2-41fb-9c8d-8f66b408c8b5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:40:31.852693 [ 352 ] {1a8e1ba5-d5d2-41fb-9c8d-8f66b408c8b5} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:40:31.853919 [ 301 ] {1a8e1ba5-d5d2-41fb-9c8d-8f66b408c8b5} AggregatingTransform: Aggregating 2025.12.24 02:40:31.853978 [ 301 ] {1a8e1ba5-d5d2-41fb-9c8d-8f66b408c8b5} Aggregator: Aggregation method: without_key 2025.12.24 02:40:31.854020 [ 301 ] {1a8e1ba5-d5d2-41fb-9c8d-8f66b408c8b5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001137768 sec. (878.914 rows/sec., 34.33 KiB/sec.) 2025.12.24 02:40:31.854040 [ 301 ] {1a8e1ba5-d5d2-41fb-9c8d-8f66b408c8b5} Aggregator: Merging aggregated data 2025.12.24 02:40:31.855498 [ 352 ] {1a8e1ba5-d5d2-41fb-9c8d-8f66b408c8b5} executeQuery: Read 1 rows, 40.00 B in 0.003734 sec., 267.8093197643278 rows/sec., 10.46 KiB/sec. 2025.12.24 02:40:31.855689 [ 352 ] {1a8e1ba5-d5d2-41fb-9c8d-8f66b408c8b5} TCPHandler: Processed in 0.004562213 sec. 2025.12.24 02:40:31.855810 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.855843 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.855847 [ 352 ] {} TCP-Session: dea36332-dfd2-44f0-a671-d1cc836b704b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.855872 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.855894 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.855909 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.855931 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.855946 [ 353 ] {} TCP-Session: 15630c7b-cb2c-4887-b0d2-1c870ba94a44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.855967 [ 293 ] {} TCP-Session: fcb41f35-4f7c-48c3-b057-aadd09830f35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.855975 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.855995 [ 349 ] {} TCP-Session: a4c920e3-41cb-4499-9b79-fa2f5a355daf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.856049 [ 292 ] {} TCP-Session: 034c36b5-49f9-484c-82fe-ce3a76c03dfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.855956 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.855927 [ 290 ] {} TCP-Session: 74f0e199-1f79-4cd0-8f79-b0f5a0e60460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.855889 [ 351 ] {} TCP-Session: 384f3716-2532-40da-9454-4a0d7ad68571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.856123 [ 291 ] {} TCP-Session: 6c9b269c-3e6c-459a-84cc-c76414a16f31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:31.855989 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 02:40:31.856200 [ 350 ] {} TCP-Session: 3eb4690c-b445-4ea1-bab4-e54e620b3528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:40:32.000429 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 378.95 MiB, peak 389.00 MiB, free memory in arenas 0.00 B, will set to 377.68 MiB (RSS), difference: -1.28 MiB 2025.12.24 02:40:32.277666 [ 223 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:32.277729 [ 223 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:32.280795 [ 223 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:32.325314 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34959 2025.12.24 02:40:32.325885 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:32.325934 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 02:40:32.326437 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 02:40:32.326701 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:32.326832 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34959 2025.12.24 02:40:34.233852 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 2025.12.24 02:40:34.250896 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:34.250957 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:34.256880 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 02:40:34.257560 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:34.260519 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.12.24 02:40:34.939781 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1670 2025.12.24 02:40:34.942418 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:34.942486 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:34.943781 [ 242 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 02:40:34.944076 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:34.944327 [ 217 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:34.944385 [ 217 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:34.944495 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1670 2025.12.24 02:40:34.946849 [ 217 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.12.24 02:40:36.325913 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:36.326088 [ 4 ] {7a73a6bc-9395-442a-ace2-6f42c1372e76} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:36.326154 [ 4 ] {7a73a6bc-9395-442a-ace2-6f42c1372e76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:36.326823 [ 4 ] {7a73a6bc-9395-442a-ace2-6f42c1372e76} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:36.326863 [ 4 ] {7a73a6bc-9395-442a-ace2-6f42c1372e76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:36.327264 [ 4 ] {7a73a6bc-9395-442a-ace2-6f42c1372e76} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 02:40:36.327498 [ 4 ] {7a73a6bc-9395-442a-ace2-6f42c1372e76} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:36.327655 [ 4 ] {7a73a6bc-9395-442a-ace2-6f42c1372e76} executeQuery: Read 84 rows, 7.20 KiB in 0.001614 sec., 52044.60966542751 rows/sec., 4.35 MiB/sec. 2025.12.24 02:40:36.327704 [ 4 ] {7a73a6bc-9395-442a-ace2-6f42c1372e76} TCPHandler: Processed in 0.001913761 sec. 2025.12.24 02:40:36.327833 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:36.327938 [ 4 ] {6af81ffd-c182-44f4-bc80-7bdada1abab5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:36.327984 [ 4 ] {6af81ffd-c182-44f4-bc80-7bdada1abab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:36.328419 [ 4 ] {6af81ffd-c182-44f4-bc80-7bdada1abab5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:36.328454 [ 4 ] {6af81ffd-c182-44f4-bc80-7bdada1abab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:36.328763 [ 4 ] {6af81ffd-c182-44f4-bc80-7bdada1abab5} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 02:40:36.328975 [ 4 ] {6af81ffd-c182-44f4-bc80-7bdada1abab5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:36.329112 [ 4 ] {6af81ffd-c182-44f4-bc80-7bdada1abab5} executeQuery: Read 14 rows, 1.05 KiB in 0.001199 sec., 11676.396997497915 rows/sec., 878.01 KiB/sec. 2025.12.24 02:40:36.329151 [ 4 ] {6af81ffd-c182-44f4-bc80-7bdada1abab5} TCPHandler: Processed in 0.001370892 sec. 2025.12.24 02:40:36.329265 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:36.329362 [ 4 ] {80ac6d9d-0894-4068-b5a6-9c256af35ebd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:36.329404 [ 4 ] {80ac6d9d-0894-4068-b5a6-9c256af35ebd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:36.329878 [ 4 ] {80ac6d9d-0894-4068-b5a6-9c256af35ebd} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:36.329914 [ 4 ] {80ac6d9d-0894-4068-b5a6-9c256af35ebd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:36.330234 [ 4 ] {80ac6d9d-0894-4068-b5a6-9c256af35ebd} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 02:40:36.330445 [ 4 ] {80ac6d9d-0894-4068-b5a6-9c256af35ebd} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:36.330576 [ 4 ] {80ac6d9d-0894-4068-b5a6-9c256af35ebd} executeQuery: Read 78 rows, 6.24 KiB in 0.001233 sec., 63260.34063260341 rows/sec., 4.94 MiB/sec. 2025.12.24 02:40:36.330615 [ 4 ] {80ac6d9d-0894-4068-b5a6-9c256af35ebd} TCPHandler: Processed in 0.001401452 sec. 2025.12.24 02:40:36.330737 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:36.330831 [ 4 ] {515a76b7-d4a7-47d2-9a99-5d8a84642bec} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:36.330877 [ 4 ] {515a76b7-d4a7-47d2-9a99-5d8a84642bec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:36.331299 [ 4 ] {515a76b7-d4a7-47d2-9a99-5d8a84642bec} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:36.331338 [ 4 ] {515a76b7-d4a7-47d2-9a99-5d8a84642bec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:36.331672 [ 4 ] {515a76b7-d4a7-47d2-9a99-5d8a84642bec} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 02:40:36.331879 [ 4 ] {515a76b7-d4a7-47d2-9a99-5d8a84642bec} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:36.332011 [ 4 ] {515a76b7-d4a7-47d2-9a99-5d8a84642bec} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2025.12.24 02:40:36.332050 [ 4 ] {515a76b7-d4a7-47d2-9a99-5d8a84642bec} TCPHandler: Processed in 0.001363102 sec. 2025.12.24 02:40:36.332166 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:36.332261 [ 4 ] {42ec5853-6b7e-46d3-93db-19fa1b367e05} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:36.332316 [ 4 ] {42ec5853-6b7e-46d3-93db-19fa1b367e05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:36.333118 [ 4 ] {42ec5853-6b7e-46d3-93db-19fa1b367e05} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:36.333153 [ 4 ] {42ec5853-6b7e-46d3-93db-19fa1b367e05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:36.333678 [ 4 ] {42ec5853-6b7e-46d3-93db-19fa1b367e05} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 02:40:36.333897 [ 4 ] {42ec5853-6b7e-46d3-93db-19fa1b367e05} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:36.334035 [ 4 ] {42ec5853-6b7e-46d3-93db-19fa1b367e05} executeQuery: Read 14 rows, 25.69 KiB in 0.001793 sec., 7808.1427774679305 rows/sec., 13.99 MiB/sec. 2025.12.24 02:40:36.334100 [ 4 ] {42ec5853-6b7e-46d3-93db-19fa1b367e05} TCPHandler: Processed in 0.001983621 sec. 2025.12.24 02:40:36.334222 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:36.334317 [ 4 ] {ee65df83-ecb0-4365-96fe-2226e539276d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:36.334360 [ 4 ] {ee65df83-ecb0-4365-96fe-2226e539276d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:36.334724 [ 4 ] {ee65df83-ecb0-4365-96fe-2226e539276d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:36.334760 [ 4 ] {ee65df83-ecb0-4365-96fe-2226e539276d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:36.335061 [ 4 ] {ee65df83-ecb0-4365-96fe-2226e539276d} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 02:40:36.335276 [ 4 ] {ee65df83-ecb0-4365-96fe-2226e539276d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:36.335401 [ 4 ] {ee65df83-ecb0-4365-96fe-2226e539276d} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.12.24 02:40:36.335438 [ 4 ] {ee65df83-ecb0-4365-96fe-2226e539276d} TCPHandler: Processed in 0.00126532 sec. 2025.12.24 02:40:39.657060 [ 140 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:40:39.657154 [ 140 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:40:39.827094 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35407 2025.12.24 02:40:39.827838 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:39.827910 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:39.828438 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 02:40:39.828665 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:39.828809 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35407 2025.12.24 02:40:41.327525 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:41.327777 [ 4 ] {22e10e25-a5c4-42b2-b744-604ed6e3a138} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:41.327874 [ 4 ] {22e10e25-a5c4-42b2-b744-604ed6e3a138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:41.328634 [ 4 ] {22e10e25-a5c4-42b2-b744-604ed6e3a138} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:41.328684 [ 4 ] {22e10e25-a5c4-42b2-b744-604ed6e3a138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:41.329083 [ 4 ] {22e10e25-a5c4-42b2-b744-604ed6e3a138} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 02:40:41.329340 [ 4 ] {22e10e25-a5c4-42b2-b744-604ed6e3a138} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:41.329507 [ 4 ] {22e10e25-a5c4-42b2-b744-604ed6e3a138} executeQuery: Read 108 rows, 9.29 KiB in 0.001796 sec., 60133.630289532295 rows/sec., 5.05 MiB/sec. 2025.12.24 02:40:41.329561 [ 4 ] {22e10e25-a5c4-42b2-b744-604ed6e3a138} TCPHandler: Processed in 0.002197805 sec. 2025.12.24 02:40:41.329685 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:41.329787 [ 4 ] {f5f44119-aa73-4606-8e3b-88c188b1e812} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:41.329832 [ 4 ] {f5f44119-aa73-4606-8e3b-88c188b1e812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:41.330257 [ 4 ] {f5f44119-aa73-4606-8e3b-88c188b1e812} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:41.330296 [ 4 ] {f5f44119-aa73-4606-8e3b-88c188b1e812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:41.330628 [ 4 ] {f5f44119-aa73-4606-8e3b-88c188b1e812} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 02:40:41.330847 [ 4 ] {f5f44119-aa73-4606-8e3b-88c188b1e812} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:41.330981 [ 4 ] {f5f44119-aa73-4606-8e3b-88c188b1e812} executeQuery: Read 26 rows, 1.96 KiB in 0.001218 sec., 21346.469622331693 rows/sec., 1.57 MiB/sec. 2025.12.24 02:40:41.331021 [ 4 ] {f5f44119-aa73-4606-8e3b-88c188b1e812} TCPHandler: Processed in 0.001386692 sec. 2025.12.24 02:40:41.331123 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:41.331218 [ 4 ] {68ded4af-2e0d-4a90-8649-18edf2f44246} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:41.331260 [ 4 ] {68ded4af-2e0d-4a90-8649-18edf2f44246} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:41.331683 [ 4 ] {68ded4af-2e0d-4a90-8649-18edf2f44246} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:41.331719 [ 4 ] {68ded4af-2e0d-4a90-8649-18edf2f44246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:41.332019 [ 4 ] {68ded4af-2e0d-4a90-8649-18edf2f44246} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 02:40:41.332221 [ 4 ] {68ded4af-2e0d-4a90-8649-18edf2f44246} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:41.332349 [ 4 ] {68ded4af-2e0d-4a90-8649-18edf2f44246} executeQuery: Read 90 rows, 7.20 KiB in 0.001151 sec., 78192.87576020852 rows/sec., 6.11 MiB/sec. 2025.12.24 02:40:41.332388 [ 4 ] {68ded4af-2e0d-4a90-8649-18edf2f44246} TCPHandler: Processed in 0.001313521 sec. 2025.12.24 02:40:41.332494 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:41.332588 [ 4 ] {73b76c3d-0bab-43c5-87c9-2597e4facf7e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:41.332630 [ 4 ] {73b76c3d-0bab-43c5-87c9-2597e4facf7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:41.333028 [ 4 ] {73b76c3d-0bab-43c5-87c9-2597e4facf7e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:41.333064 [ 4 ] {73b76c3d-0bab-43c5-87c9-2597e4facf7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:41.333402 [ 4 ] {73b76c3d-0bab-43c5-87c9-2597e4facf7e} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 02:40:41.333603 [ 4 ] {73b76c3d-0bab-43c5-87c9-2597e4facf7e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:41.333734 [ 4 ] {73b76c3d-0bab-43c5-87c9-2597e4facf7e} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2025.12.24 02:40:41.333771 [ 4 ] {73b76c3d-0bab-43c5-87c9-2597e4facf7e} TCPHandler: Processed in 0.001325882 sec. 2025.12.24 02:40:41.333898 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:41.334021 [ 4 ] {1f84d4eb-4f23-479a-8f43-93e1444a6655} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:41.334089 [ 4 ] {1f84d4eb-4f23-479a-8f43-93e1444a6655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:41.335047 [ 4 ] {1f84d4eb-4f23-479a-8f43-93e1444a6655} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:41.335090 [ 4 ] {1f84d4eb-4f23-479a-8f43-93e1444a6655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:41.335632 [ 4 ] {1f84d4eb-4f23-479a-8f43-93e1444a6655} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 02:40:41.335860 [ 4 ] {1f84d4eb-4f23-479a-8f43-93e1444a6655} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:41.336005 [ 4 ] {1f84d4eb-4f23-479a-8f43-93e1444a6655} executeQuery: Read 26 rows, 47.71 KiB in 0.002008 sec., 12948.207171314742 rows/sec., 23.20 MiB/sec. 2025.12.24 02:40:41.336070 [ 4 ] {1f84d4eb-4f23-479a-8f43-93e1444a6655} TCPHandler: Processed in 0.002235525 sec. 2025.12.24 02:40:41.336185 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:41.336280 [ 4 ] {c7dbb84d-e620-4538-b5e2-c44b03ca1a65} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:41.336322 [ 4 ] {c7dbb84d-e620-4538-b5e2-c44b03ca1a65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:41.336674 [ 4 ] {c7dbb84d-e620-4538-b5e2-c44b03ca1a65} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:41.336712 [ 4 ] {c7dbb84d-e620-4538-b5e2-c44b03ca1a65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:41.337019 [ 4 ] {c7dbb84d-e620-4538-b5e2-c44b03ca1a65} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 02:40:41.337225 [ 4 ] {c7dbb84d-e620-4538-b5e2-c44b03ca1a65} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:41.337353 [ 4 ] {c7dbb84d-e620-4538-b5e2-c44b03ca1a65} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.12.24 02:40:41.337391 [ 4 ] {c7dbb84d-e620-4538-b5e2-c44b03ca1a65} TCPHandler: Processed in 0.00125689 sec. 2025.12.24 02:40:41.760685 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2025.12.24 02:40:41.779515 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:41.779580 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:41.785841 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 02:40:41.786558 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:41.789945 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2025.12.24 02:40:44.944867 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1694 2025.12.24 02:40:44.947174 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:44.947216 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:44.948389 [ 242 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 02:40:44.948660 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:44.948923 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1694 2025.12.24 02:40:46.328367 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:46.328559 [ 4 ] {31c28760-4c7e-4252-8092-b96e2728bcf2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:40:46.328630 [ 4 ] {31c28760-4c7e-4252-8092-b96e2728bcf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:40:46.329323 [ 4 ] {31c28760-4c7e-4252-8092-b96e2728bcf2} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:46.329369 [ 4 ] {31c28760-4c7e-4252-8092-b96e2728bcf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:46.329781 [ 4 ] {31c28760-4c7e-4252-8092-b96e2728bcf2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:40:46.330004 [ 4 ] {31c28760-4c7e-4252-8092-b96e2728bcf2} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:46.330157 [ 4 ] {31c28760-4c7e-4252-8092-b96e2728bcf2} executeQuery: Read 24 rows, 2.04 KiB in 0.001648 sec., 14563.106796116504 rows/sec., 1.21 MiB/sec. 2025.12.24 02:40:46.330199 [ 4 ] {31c28760-4c7e-4252-8092-b96e2728bcf2} TCPHandler: Processed in 0.001958881 sec. 2025.12.24 02:40:46.330329 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:46.330423 [ 4 ] {0dac11ec-5855-44a3-aae9-5d60fed69159} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:40:46.330464 [ 4 ] {0dac11ec-5855-44a3-aae9-5d60fed69159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:40:46.330855 [ 4 ] {0dac11ec-5855-44a3-aae9-5d60fed69159} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:46.330890 [ 4 ] {0dac11ec-5855-44a3-aae9-5d60fed69159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:46.331179 [ 4 ] {0dac11ec-5855-44a3-aae9-5d60fed69159} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:40:46.331381 [ 4 ] {0dac11ec-5855-44a3-aae9-5d60fed69159} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:46.331507 [ 4 ] {0dac11ec-5855-44a3-aae9-5d60fed69159} executeQuery: Read 14 rows, 1.14 KiB in 0.001103 sec., 12692.656391659111 rows/sec., 1.01 MiB/sec. 2025.12.24 02:40:46.331544 [ 4 ] {0dac11ec-5855-44a3-aae9-5d60fed69159} TCPHandler: Processed in 0.00126347 sec. 2025.12.24 02:40:46.331648 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:46.331754 [ 4 ] {94eb06e3-5984-438b-bc18-dd4bf03dd26a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:46.331794 [ 4 ] {94eb06e3-5984-438b-bc18-dd4bf03dd26a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:46.332292 [ 4 ] {94eb06e3-5984-438b-bc18-dd4bf03dd26a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:46.332329 [ 4 ] {94eb06e3-5984-438b-bc18-dd4bf03dd26a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:46.332651 [ 4 ] {94eb06e3-5984-438b-bc18-dd4bf03dd26a} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 02:40:46.332861 [ 4 ] {94eb06e3-5984-438b-bc18-dd4bf03dd26a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:46.332988 [ 4 ] {94eb06e3-5984-438b-bc18-dd4bf03dd26a} executeQuery: Read 211 rows, 19.17 KiB in 0.001252 sec., 168530.35143769966 rows/sec., 14.95 MiB/sec. 2025.12.24 02:40:46.333026 [ 4 ] {94eb06e3-5984-438b-bc18-dd4bf03dd26a} TCPHandler: Processed in 0.001426292 sec. 2025.12.24 02:40:46.333134 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:46.333226 [ 4 ] {0434e468-f814-4e2f-9a51-3fab16b4b739} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:46.333266 [ 4 ] {0434e468-f814-4e2f-9a51-3fab16b4b739} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:46.333665 [ 4 ] {0434e468-f814-4e2f-9a51-3fab16b4b739} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:46.333699 [ 4 ] {0434e468-f814-4e2f-9a51-3fab16b4b739} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:46.333992 [ 4 ] {0434e468-f814-4e2f-9a51-3fab16b4b739} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 02:40:46.334198 [ 4 ] {0434e468-f814-4e2f-9a51-3fab16b4b739} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:46.334326 [ 4 ] {0434e468-f814-4e2f-9a51-3fab16b4b739} executeQuery: Read 40 rows, 2.99 KiB in 0.001118 sec., 35778.17531305903 rows/sec., 2.61 MiB/sec. 2025.12.24 02:40:46.334363 [ 4 ] {0434e468-f814-4e2f-9a51-3fab16b4b739} TCPHandler: Processed in 0.00127712 sec. 2025.12.24 02:40:46.334504 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:46.334622 [ 4 ] {6b7642dd-8b9e-4634-b5e0-72af7d9355e5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:40:46.334670 [ 4 ] {6b7642dd-8b9e-4634-b5e0-72af7d9355e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:40:46.335133 [ 4 ] {6b7642dd-8b9e-4634-b5e0-72af7d9355e5} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:46.335176 [ 4 ] {6b7642dd-8b9e-4634-b5e0-72af7d9355e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:46.335481 [ 4 ] {6b7642dd-8b9e-4634-b5e0-72af7d9355e5} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 02:40:46.335686 [ 4 ] {6b7642dd-8b9e-4634-b5e0-72af7d9355e5} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:46.335812 [ 4 ] {6b7642dd-8b9e-4634-b5e0-72af7d9355e5} executeQuery: Read 24 rows, 2.04 KiB in 0.001215 sec., 19753.086419753086 rows/sec., 1.64 MiB/sec. 2025.12.24 02:40:46.335850 [ 4 ] {6b7642dd-8b9e-4634-b5e0-72af7d9355e5} TCPHandler: Processed in 0.001405742 sec. 2025.12.24 02:40:46.335947 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:46.336044 [ 4 ] {6b50fead-87ff-4286-a256-4ed4da0f058a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:40:46.336082 [ 4 ] {6b50fead-87ff-4286-a256-4ed4da0f058a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:40:46.336461 [ 4 ] {6b50fead-87ff-4286-a256-4ed4da0f058a} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:46.336496 [ 4 ] {6b50fead-87ff-4286-a256-4ed4da0f058a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:46.336776 [ 4 ] {6b50fead-87ff-4286-a256-4ed4da0f058a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 02:40:46.336980 [ 4 ] {6b50fead-87ff-4286-a256-4ed4da0f058a} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:46.337102 [ 4 ] {6b50fead-87ff-4286-a256-4ed4da0f058a} executeQuery: Read 12 rows, 960.00 B in 0.001076 sec., 11152.416356877324 rows/sec., 871.28 KiB/sec. 2025.12.24 02:40:46.337139 [ 4 ] {6b50fead-87ff-4286-a256-4ed4da0f058a} TCPHandler: Processed in 0.00123889 sec. 2025.12.24 02:40:46.337236 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:46.337332 [ 4 ] {e169b056-a6f9-4e21-ad48-5d95b6fb65b8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:46.337371 [ 4 ] {e169b056-a6f9-4e21-ad48-5d95b6fb65b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:46.337806 [ 4 ] {e169b056-a6f9-4e21-ad48-5d95b6fb65b8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:46.337842 [ 4 ] {e169b056-a6f9-4e21-ad48-5d95b6fb65b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:46.338161 [ 4 ] {e169b056-a6f9-4e21-ad48-5d95b6fb65b8} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 02:40:46.338368 [ 4 ] {e169b056-a6f9-4e21-ad48-5d95b6fb65b8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:46.338494 [ 4 ] {e169b056-a6f9-4e21-ad48-5d95b6fb65b8} executeQuery: Read 128 rows, 10.64 KiB in 0.00118 sec., 108474.57627118644 rows/sec., 8.80 MiB/sec. 2025.12.24 02:40:46.338531 [ 4 ] {e169b056-a6f9-4e21-ad48-5d95b6fb65b8} TCPHandler: Processed in 0.001341501 sec. 2025.12.24 02:40:46.338635 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:46.338734 [ 4 ] {7c68c746-bd3f-452f-a2cf-7c865d09f8a8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:46.338778 [ 4 ] {7c68c746-bd3f-452f-a2cf-7c865d09f8a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:46.339197 [ 4 ] {7c68c746-bd3f-452f-a2cf-7c865d09f8a8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:46.339233 [ 4 ] {7c68c746-bd3f-452f-a2cf-7c865d09f8a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:46.339571 [ 4 ] {7c68c746-bd3f-452f-a2cf-7c865d09f8a8} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 02:40:46.339784 [ 4 ] {7c68c746-bd3f-452f-a2cf-7c865d09f8a8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:46.339916 [ 4 ] {7c68c746-bd3f-452f-a2cf-7c865d09f8a8} executeQuery: Read 203 rows, 14.89 KiB in 0.001199 sec., 169307.75646371976 rows/sec., 12.13 MiB/sec. 2025.12.24 02:40:46.339958 [ 4 ] {7c68c746-bd3f-452f-a2cf-7c865d09f8a8} TCPHandler: Processed in 0.001372262 sec. 2025.12.24 02:40:46.340068 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:46.340163 [ 4 ] {5eebf4e6-ed32-4665-8233-b6d33b30735c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:46.340216 [ 4 ] {5eebf4e6-ed32-4665-8233-b6d33b30735c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:46.340994 [ 4 ] {5eebf4e6-ed32-4665-8233-b6d33b30735c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:46.341030 [ 4 ] {5eebf4e6-ed32-4665-8233-b6d33b30735c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:46.341545 [ 4 ] {5eebf4e6-ed32-4665-8233-b6d33b30735c} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 02:40:46.341759 [ 4 ] {5eebf4e6-ed32-4665-8233-b6d33b30735c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:46.341901 [ 4 ] {5eebf4e6-ed32-4665-8233-b6d33b30735c} executeQuery: Read 14 rows, 25.69 KiB in 0.001756 sec., 7972.665148063781 rows/sec., 14.29 MiB/sec. 2025.12.24 02:40:46.341966 [ 4 ] {5eebf4e6-ed32-4665-8233-b6d33b30735c} TCPHandler: Processed in 0.001947581 sec. 2025.12.24 02:40:46.342080 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:46.342175 [ 4 ] {263275bc-a4a5-4d54-88c6-973eaa53380c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:46.342217 [ 4 ] {263275bc-a4a5-4d54-88c6-973eaa53380c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:46.342565 [ 4 ] {263275bc-a4a5-4d54-88c6-973eaa53380c} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:46.342600 [ 4 ] {263275bc-a4a5-4d54-88c6-973eaa53380c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:46.342912 [ 4 ] {263275bc-a4a5-4d54-88c6-973eaa53380c} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 02:40:46.343125 [ 4 ] {263275bc-a4a5-4d54-88c6-973eaa53380c} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:46.343257 [ 4 ] {263275bc-a4a5-4d54-88c6-973eaa53380c} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2025.12.24 02:40:46.343297 [ 4 ] {263275bc-a4a5-4d54-88c6-973eaa53380c} TCPHandler: Processed in 0.00126559 sec. 2025.12.24 02:40:47.329014 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35919 2025.12.24 02:40:47.329565 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:47.329609 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:47.330073 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 02:40:47.330294 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:47.330417 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35919 2025.12.24 02:40:47.362122 [ 220 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:47.362154 [ 220 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:47.365054 [ 220 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:47.991844 [ 221 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:47.991905 [ 221 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:47.994684 [ 221 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:49.290087 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2025.12.24 02:40:49.307095 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:49.307155 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:49.313085 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 02:40:49.313798 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:49.316880 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2025.12.24 02:40:51.327427 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:51.327650 [ 4 ] {fdc52046-1568-4d85-9631-19c1880c06bb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:51.327732 [ 4 ] {fdc52046-1568-4d85-9631-19c1880c06bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:51.328552 [ 4 ] {fdc52046-1568-4d85-9631-19c1880c06bb} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.328602 [ 4 ] {fdc52046-1568-4d85-9631-19c1880c06bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.328991 [ 4 ] {fdc52046-1568-4d85-9631-19c1880c06bb} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 02:40:51.329212 [ 4 ] {fdc52046-1568-4d85-9631-19c1880c06bb} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.329380 [ 4 ] {fdc52046-1568-4d85-9631-19c1880c06bb} executeQuery: Read 108 rows, 9.29 KiB in 0.001785 sec., 60504.201680672275 rows/sec., 5.08 MiB/sec. 2025.12.24 02:40:51.329433 [ 4 ] {fdc52046-1568-4d85-9631-19c1880c06bb} TCPHandler: Processed in 0.002160204 sec. 2025.12.24 02:40:51.329426 [ 126 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 02:40:51.329528 [ 126 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.329553 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.329596 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:51.329703 [ 4 ] {5f7ab671-76be-471d-a8d6-ff9f7c0466a2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:51.329732 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 02:40:51.329747 [ 4 ] {5f7ab671-76be-471d-a8d6-ff9f7c0466a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:51.329950 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:51.330009 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1406 rows starting from the beginning of the part 2025.12.24 02:40:51.330111 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1250 rows starting from the beginning of the part 2025.12.24 02:40:51.330189 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 84 rows starting from the beginning of the part 2025.12.24 02:40:51.330260 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 108 rows starting from the beginning of the part 2025.12.24 02:40:51.330265 [ 4 ] {5f7ab671-76be-471d-a8d6-ff9f7c0466a2} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.330319 [ 4 ] {5f7ab671-76be-471d-a8d6-ff9f7c0466a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.330331 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 211 rows starting from the beginning of the part 2025.12.24 02:40:51.330411 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 108 rows starting from the beginning of the part 2025.12.24 02:40:51.330641 [ 4 ] {5f7ab671-76be-471d-a8d6-ff9f7c0466a2} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 02:40:51.330879 [ 4 ] {5f7ab671-76be-471d-a8d6-ff9f7c0466a2} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.331023 [ 4 ] {5f7ab671-76be-471d-a8d6-ff9f7c0466a2} executeQuery: Read 26 rows, 1.96 KiB in 0.001341 sec., 19388.516032811334 rows/sec., 1.42 MiB/sec. 2025.12.24 02:40:51.331025 [ 126 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 02:40:51.331068 [ 4 ] {5f7ab671-76be-471d-a8d6-ff9f7c0466a2} TCPHandler: Processed in 0.001524675 sec. 2025.12.24 02:40:51.331078 [ 126 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.331109 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.331191 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:51.331195 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 02:40:51.331292 [ 4 ] {abe7e377-b746-449f-9f54-aaad77c53876} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:51.331306 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:51.331333 [ 4 ] {abe7e377-b746-449f-9f54-aaad77c53876} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:51.331338 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 70 rows starting from the beginning of the part 2025.12.24 02:40:51.331405 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 30 rows starting from the beginning of the part 2025.12.24 02:40:51.331450 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 14 rows starting from the beginning of the part 2025.12.24 02:40:51.331492 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:51.331529 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 40 rows starting from the beginning of the part 2025.12.24 02:40:51.331566 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:51.331783 [ 4 ] {abe7e377-b746-449f-9f54-aaad77c53876} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.331819 [ 4 ] {abe7e377-b746-449f-9f54-aaad77c53876} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.331880 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 3167 rows, containing 5 columns (5 merged, 0 gathered) in 0.002224925 sec., 1423418.7669247277 rows/sec., 124.72 MiB/sec. 2025.12.24 02:40:51.332135 [ 4 ] {abe7e377-b746-449f-9f54-aaad77c53876} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 02:40:51.332151 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 02:40:51.332293 [ 201 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.001137778 sec., 181054.65213776325 rows/sec., 13.92 MiB/sec. 2025.12.24 02:40:51.332415 [ 4 ] {abe7e377-b746-449f-9f54-aaad77c53876} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.332465 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 02:40:51.332493 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.332566 [ 4 ] {abe7e377-b746-449f-9f54-aaad77c53876} executeQuery: Read 90 rows, 7.20 KiB in 0.001292 sec., 69659.4427244582 rows/sec., 5.44 MiB/sec. 2025.12.24 02:40:51.332580 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_111_22} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 02:40:51.332576 [ 126 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 02:40:51.332614 [ 4 ] {abe7e377-b746-449f-9f54-aaad77c53876} TCPHandler: Processed in 0.001473533 sec. 2025.12.24 02:40:51.332639 [ 126 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.332668 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.332698 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:40:51.332742 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:51.332762 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.332803 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 02:40:51.332844 [ 4 ] {7a0e77ef-255e-4c4b-a149-9061bf2308a2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:51.332847 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_106_21} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 02:40:51.332892 [ 4 ] {7a0e77ef-255e-4c4b-a149-9061bf2308a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:51.332896 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:51.332928 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 632 rows starting from the beginning of the part 2025.12.24 02:40:51.332956 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 02:40:51.332981 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 550 rows starting from the beginning of the part 2025.12.24 02:40:51.333027 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 78 rows starting from the beginning of the part 2025.12.24 02:40:51.333068 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 90 rows starting from the beginning of the part 2025.12.24 02:40:51.333106 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 128 rows starting from the beginning of the part 2025.12.24 02:40:51.333144 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 90 rows starting from the beginning of the part 2025.12.24 02:40:51.333307 [ 4 ] {7a0e77ef-255e-4c4b-a149-9061bf2308a2} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.333345 [ 4 ] {7a0e77ef-255e-4c4b-a149-9061bf2308a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.333695 [ 4 ] {7a0e77ef-255e-4c4b-a149-9061bf2308a2} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 02:40:51.333911 [ 4 ] {7a0e77ef-255e-4c4b-a149-9061bf2308a2} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.334043 [ 128 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 02:40:51.334046 [ 4 ] {7a0e77ef-255e-4c4b-a149-9061bf2308a2} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.12.24 02:40:51.334074 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001306571 sec., 1200087.863575726 rows/sec., 95.66 MiB/sec. 2025.12.24 02:40:51.334080 [ 128 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.334099 [ 4 ] {7a0e77ef-255e-4c4b-a149-9061bf2308a2} TCPHandler: Processed in 0.001407183 sec. 2025.12.24 02:40:51.334122 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.334192 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 02:40:51.334219 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:51.334265 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 02:40:51.334281 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:51.334309 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 29883 rows starting from the beginning of the part 2025.12.24 02:40:51.334313 [ 4 ] {261b45ad-bfba-42da-bbb4-80a59a4a4595} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:51.334362 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 846 rows starting from the beginning of the part 2025.12.24 02:40:51.334375 [ 4 ] {261b45ad-bfba-42da-bbb4-80a59a4a4595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:51.334406 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part 2025.12.24 02:40:51.334448 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part 2025.12.24 02:40:51.334488 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 203 rows starting from the beginning of the part 2025.12.24 02:40:51.334526 [ 188 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part 2025.12.24 02:40:51.334547 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.334615 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_111_22} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 02:40:51.334688 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:40:51.335182 [ 4 ] {261b45ad-bfba-42da-bbb4-80a59a4a4595} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.335216 [ 4 ] {261b45ad-bfba-42da-bbb4-80a59a4a4595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.335756 [ 4 ] {261b45ad-bfba-42da-bbb4-80a59a4a4595} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 02:40:51.335983 [ 4 ] {261b45ad-bfba-42da-bbb4-80a59a4a4595} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.336102 [ 128 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 02:40:51.336129 [ 128 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.336131 [ 4 ] {261b45ad-bfba-42da-bbb4-80a59a4a4595} executeQuery: Read 26 rows, 47.71 KiB in 0.001834 sec., 14176.663031624865 rows/sec., 25.40 MiB/sec. 2025.12.24 02:40:51.336146 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.336219 [ 4 ] {261b45ad-bfba-42da-bbb4-80a59a4a4595} TCPHandler: Processed in 0.002049083 sec. 2025.12.24 02:40:51.336242 [ 201 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 02:40:51.336338 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:51.336433 [ 4 ] {1f32e6ed-6fab-441f-a804-9f21ec33b35e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:51.336473 [ 4 ] {1f32e6ed-6fab-441f-a804-9f21ec33b35e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:51.336474 [ 201 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:51.336563 [ 201 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1949 rows starting from the beginning of the part 2025.12.24 02:40:51.336740 [ 201 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:51.336809 [ 4 ] {1f32e6ed-6fab-441f-a804-9f21ec33b35e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.336846 [ 4 ] {1f32e6ed-6fab-441f-a804-9f21ec33b35e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.336889 [ 201 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 14 rows starting from the beginning of the part 2025.12.24 02:40:51.337047 [ 201 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:51.337153 [ 4 ] {1f32e6ed-6fab-441f-a804-9f21ec33b35e} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 02:40:51.337196 [ 201 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 14 rows starting from the beginning of the part 2025.12.24 02:40:51.337415 [ 201 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 26 rows starting from the beginning of the part 2025.12.24 02:40:51.337443 [ 4 ] {1f32e6ed-6fab-441f-a804-9f21ec33b35e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.337583 [ 4 ] {1f32e6ed-6fab-441f-a804-9f21ec33b35e} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2025.12.24 02:40:51.337596 [ 122 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 02:40:51.337625 [ 4 ] {1f32e6ed-6fab-441f-a804-9f21ec33b35e} TCPHandler: Processed in 0.001339111 sec. 2025.12.24 02:40:51.337640 [ 122 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:51.337665 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:51.337757 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 02:40:51.337847 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:51.337874 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6288 rows starting from the beginning of the part 2025.12.24 02:40:51.337919 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:51.337959 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:51.337995 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:51.338032 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:51.338068 [ 192 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part 2025.12.24 02:40:51.339735 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6588 rows, containing 4 columns (4 merged, 0 gathered) in 0.002007483 sec., 3281721.439235102 rows/sec., 221.17 MiB/sec. 2025.12.24 02:40:51.340170 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 02:40:51.340504 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.340590 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_111_22} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 02:40:51.340680 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2025.12.24 02:40:51.341449 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 31412 rows, containing 5 columns (5 merged, 0 gathered) in 0.007285286 sec., 4311704.440978707 rows/sec., 296.33 MiB/sec. 2025.12.24 02:40:51.341842 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 02:40:51.342085 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.342146 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_111_22} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 02:40:51.342217 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.12.24 02:40:51.346215 [ 192 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2055 rows, containing 19 columns (19 merged, 0 gathered) in 0.01000903 sec., 205314.60091537342 rows/sec., 367.91 MiB/sec. 2025.12.24 02:40:51.348481 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 02:40:51.348840 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:51.348917 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_106_21} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 02:40:51.349031 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.90 MiB. 2025.12.24 02:40:52.000194 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 378.28 MiB, peak 397.75 MiB, free memory in arenas 0.00 B, will set to 381.71 MiB (RSS), difference: 3.43 MiB 2025.12.24 02:40:54.657237 [ 124 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:40:54.657328 [ 124 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:40:54.830615 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36367 2025.12.24 02:40:54.831091 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:54.831124 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:54.831606 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 02:40:54.831850 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:54.831961 [ 124 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 02:40:54.831981 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36367 2025.12.24 02:40:54.831998 [ 124 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:54.832017 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:54.832104 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 02:40:54.832188 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:54.832218 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 33999 rows starting from the beginning of the part 2025.12.24 02:40:54.832268 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 448 rows starting from the beginning of the part 2025.12.24 02:40:54.832308 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 512 rows starting from the beginning of the part 2025.12.24 02:40:54.832347 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 448 rows starting from the beginning of the part 2025.12.24 02:40:54.832381 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 512 rows starting from the beginning of the part 2025.12.24 02:40:54.832417 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 448 rows starting from the beginning of the part 2025.12.24 02:40:54.834699 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36367 rows, containing 4 columns (4 merged, 0 gathered) in 0.002628022 sec., 13838164.216281295 rows/sec., 197.96 MiB/sec. 2025.12.24 02:40:54.834938 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 02:40:54.835176 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:54.835235 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_76_15} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 02:40:54.835308 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2025.12.24 02:40:54.949212 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1726 2025.12.24 02:40:54.951798 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:54.951857 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:54.953137 [ 242 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 02:40:54.953429 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:54.953596 [ 124 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 02:40:54.953651 [ 124 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:54.953671 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:54.953761 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 02:40:54.953835 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1726 2025.12.24 02:40:54.954237 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:54.954367 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1582 rows starting from the beginning of the part 2025.12.24 02:40:54.954690 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part 2025.12.24 02:40:54.954992 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part 2025.12.24 02:40:54.955301 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 34 rows starting from the beginning of the part 2025.12.24 02:40:54.955590 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 24 rows starting from the beginning of the part 2025.12.24 02:40:54.955877 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part 2025.12.24 02:40:54.962359 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1726 rows, containing 72 columns (72 merged, 0 gathered) in 0.008634208 sec., 199902.52724974888 rows/sec., 152.65 MiB/sec. 2025.12.24 02:40:54.964037 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 02:40:54.964568 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:54.964647 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_56_11} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 02:40:54.965019 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. 2025.12.24 02:40:56.326757 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:56.326931 [ 4 ] {c2ef1150-7740-44fd-8748-b25a005fa986} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:40:56.326994 [ 4 ] {c2ef1150-7740-44fd-8748-b25a005fa986} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:40:56.327654 [ 4 ] {c2ef1150-7740-44fd-8748-b25a005fa986} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:56.327705 [ 4 ] {c2ef1150-7740-44fd-8748-b25a005fa986} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:56.328106 [ 4 ] {c2ef1150-7740-44fd-8748-b25a005fa986} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 02:40:56.328332 [ 4 ] {c2ef1150-7740-44fd-8748-b25a005fa986} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:56.328504 [ 4 ] {c2ef1150-7740-44fd-8748-b25a005fa986} executeQuery: Read 84 rows, 7.20 KiB in 0.001617 sec., 51948.05194805195 rows/sec., 4.35 MiB/sec. 2025.12.24 02:40:56.328556 [ 4 ] {c2ef1150-7740-44fd-8748-b25a005fa986} TCPHandler: Processed in 0.00192774 sec. 2025.12.24 02:40:56.328570 [ 224 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:40:56.328614 [ 224 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:40:56.328696 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:56.328798 [ 4 ] {dca1120d-885e-4195-85e4-0d5251a9672d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:40:56.328843 [ 4 ] {dca1120d-885e-4195-85e4-0d5251a9672d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:40:56.329275 [ 4 ] {dca1120d-885e-4195-85e4-0d5251a9672d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:56.329311 [ 4 ] {dca1120d-885e-4195-85e4-0d5251a9672d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:56.329628 [ 4 ] {dca1120d-885e-4195-85e4-0d5251a9672d} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 02:40:56.329843 [ 4 ] {dca1120d-885e-4195-85e4-0d5251a9672d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:56.329979 [ 4 ] {dca1120d-885e-4195-85e4-0d5251a9672d} executeQuery: Read 14 rows, 1.05 KiB in 0.001203 sec., 11637.572734829591 rows/sec., 875.09 KiB/sec. 2025.12.24 02:40:56.330019 [ 4 ] {dca1120d-885e-4195-85e4-0d5251a9672d} TCPHandler: Processed in 0.001375032 sec. 2025.12.24 02:40:56.330054 [ 221 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:56.330107 [ 221 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:56.330139 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:56.330241 [ 4 ] {53773af7-0c96-4b33-984f-e54bbf2ae46a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:40:56.330282 [ 4 ] {53773af7-0c96-4b33-984f-e54bbf2ae46a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:40:56.330715 [ 4 ] {53773af7-0c96-4b33-984f-e54bbf2ae46a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:56.330750 [ 4 ] {53773af7-0c96-4b33-984f-e54bbf2ae46a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:56.330840 [ 224 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:40:56.331067 [ 4 ] {53773af7-0c96-4b33-984f-e54bbf2ae46a} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 02:40:56.331338 [ 4 ] {53773af7-0c96-4b33-984f-e54bbf2ae46a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:56.331471 [ 4 ] {53773af7-0c96-4b33-984f-e54bbf2ae46a} executeQuery: Read 78 rows, 6.24 KiB in 0.00125 sec., 62400 rows/sec., 4.87 MiB/sec. 2025.12.24 02:40:56.331512 [ 4 ] {53773af7-0c96-4b33-984f-e54bbf2ae46a} TCPHandler: Processed in 0.001422882 sec. 2025.12.24 02:40:56.331635 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:56.331730 [ 4 ] {6ec973e7-03a1-44a2-ab4c-fe2c694eabf0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:56.331775 [ 4 ] {6ec973e7-03a1-44a2-ab4c-fe2c694eabf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:40:56.332177 [ 4 ] {6ec973e7-03a1-44a2-ab4c-fe2c694eabf0} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:56.332212 [ 4 ] {6ec973e7-03a1-44a2-ab4c-fe2c694eabf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:56.332567 [ 4 ] {6ec973e7-03a1-44a2-ab4c-fe2c694eabf0} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 02:40:56.332585 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:40:56.332637 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:40:56.332800 [ 4 ] {6ec973e7-03a1-44a2-ab4c-fe2c694eabf0} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:56.332951 [ 4 ] {6ec973e7-03a1-44a2-ab4c-fe2c694eabf0} executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. 2025.12.24 02:40:56.332954 [ 221 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:56.332976 [ 224 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:40:56.332993 [ 4 ] {6ec973e7-03a1-44a2-ab4c-fe2c694eabf0} TCPHandler: Processed in 0.001413373 sec. 2025.12.24 02:40:56.333011 [ 224 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:40:56.333118 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:56.333220 [ 4 ] {e475c3b2-4485-4c57-ab6f-830a02a52d82} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:40:56.333275 [ 4 ] {e475c3b2-4485-4c57-ab6f-830a02a52d82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:40:56.334060 [ 4 ] {e475c3b2-4485-4c57-ab6f-830a02a52d82} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:56.334096 [ 4 ] {e475c3b2-4485-4c57-ab6f-830a02a52d82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:56.334653 [ 4 ] {e475c3b2-4485-4c57-ab6f-830a02a52d82} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 02:40:56.334927 [ 4 ] {e475c3b2-4485-4c57-ab6f-830a02a52d82} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:56.335075 [ 4 ] {e475c3b2-4485-4c57-ab6f-830a02a52d82} executeQuery: Read 14 rows, 25.69 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 13.37 MiB/sec. 2025.12.24 02:40:56.335148 [ 4 ] {e475c3b2-4485-4c57-ab6f-830a02a52d82} TCPHandler: Processed in 0.002080033 sec. 2025.12.24 02:40:56.335155 [ 222 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:56.335214 [ 222 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:56.335320 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:40:56.335425 [ 4 ] {765a32ee-458e-4d9d-a892-0efe806a4fea} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:40:56.335470 [ 4 ] {765a32ee-458e-4d9d-a892-0efe806a4fea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:40:56.335632 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:40:56.335816 [ 4 ] {765a32ee-458e-4d9d-a892-0efe806a4fea} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:56.335858 [ 4 ] {765a32ee-458e-4d9d-a892-0efe806a4fea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:56.336014 [ 224 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:40:56.336201 [ 4 ] {765a32ee-458e-4d9d-a892-0efe806a4fea} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 02:40:56.336483 [ 4 ] {765a32ee-458e-4d9d-a892-0efe806a4fea} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:56.336623 [ 4 ] {765a32ee-458e-4d9d-a892-0efe806a4fea} executeQuery: Read 60 rows, 4.14 KiB in 0.001218 sec., 49261.08374384237 rows/sec., 3.32 MiB/sec. 2025.12.24 02:40:56.336659 [ 4 ] {765a32ee-458e-4d9d-a892-0efe806a4fea} TCPHandler: Processed in 0.001387712 sec. 2025.12.24 02:40:56.337616 [ 222 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:40:56.817035 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2025.12.24 02:40:56.835893 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:56.835962 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:56.842175 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 02:40:56.842891 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:56.843216 [ 117 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 02:40:56.843279 [ 117 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:40:56.843300 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:40:56.843467 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 02:40:56.846653 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2025.12.24 02:40:56.847438 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:40:56.849047 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part 2025.12.24 02:40:56.853942 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part 2025.12.24 02:40:56.858871 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part 2025.12.24 02:40:56.863553 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2025.12.24 02:40:56.868815 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part 2025.12.24 02:40:56.873612 [ 190 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2025.12.24 02:40:56.930109 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.086728082 sec., 6606.856588849734 rows/sec., 34.16 MiB/sec. 2025.12.24 02:40:56.933073 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 02:40:56.935174 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:40:56.935266 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_76_15} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 02:40:56.938167 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.12.24 02:40:57.000226 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 383.25 MiB, peak 400.67 MiB, free memory in arenas 0.00 B, will set to 381.78 MiB (RSS), difference: -1.47 MiB 2025.12.24 02:40:57.354710 [ 225 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:40:57.354755 [ 225 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:40:57.356575 [ 225 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:01.355683 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:01.355867 [ 4 ] {a6ceaf08-d6b9-42a5-8674-777f13ae8231} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:01.355931 [ 4 ] {a6ceaf08-d6b9-42a5-8674-777f13ae8231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:01.357248 [ 4 ] {a6ceaf08-d6b9-42a5-8674-777f13ae8231} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:01.357289 [ 4 ] {a6ceaf08-d6b9-42a5-8674-777f13ae8231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:41:01.357765 [ 4 ] {a6ceaf08-d6b9-42a5-8674-777f13ae8231} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.12.24 02:41:01.357988 [ 4 ] {a6ceaf08-d6b9-42a5-8674-777f13ae8231} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:01.358153 [ 4 ] {a6ceaf08-d6b9-42a5-8674-777f13ae8231} executeQuery: Read 1248 rows, 105.85 KiB in 0.002327 sec., 536312.8491620112 rows/sec., 44.42 MiB/sec. 2025.12.24 02:41:01.358207 [ 4 ] {a6ceaf08-d6b9-42a5-8674-777f13ae8231} TCPHandler: Processed in 0.002644392 sec. 2025.12.24 02:41:01.358335 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:01.358438 [ 4 ] {4f7fbe5a-5bd6-4813-920b-7acab6bb5bda} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:01.358489 [ 4 ] {4f7fbe5a-5bd6-4813-920b-7acab6bb5bda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:01.358916 [ 4 ] {4f7fbe5a-5bd6-4813-920b-7acab6bb5bda} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:01.358951 [ 4 ] {4f7fbe5a-5bd6-4813-920b-7acab6bb5bda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:41:01.359249 [ 4 ] {4f7fbe5a-5bd6-4813-920b-7acab6bb5bda} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 02:41:01.359452 [ 4 ] {4f7fbe5a-5bd6-4813-920b-7acab6bb5bda} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:01.359593 [ 4 ] {4f7fbe5a-5bd6-4813-920b-7acab6bb5bda} executeQuery: Read 26 rows, 1.96 KiB in 0.001178 sec., 22071.30730050934 rows/sec., 1.62 MiB/sec. 2025.12.24 02:41:01.359636 [ 4 ] {4f7fbe5a-5bd6-4813-920b-7acab6bb5bda} TCPHandler: Processed in 0.001352791 sec. 2025.12.24 02:41:01.359745 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:01.359842 [ 4 ] {b69baea2-3720-4a01-b55d-b0f2ff46f772} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:41:01.359881 [ 4 ] {b69baea2-3720-4a01-b55d-b0f2ff46f772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:41:01.360374 [ 4 ] {b69baea2-3720-4a01-b55d-b0f2ff46f772} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:01.360407 [ 4 ] {b69baea2-3720-4a01-b55d-b0f2ff46f772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:41:01.360716 [ 4 ] {b69baea2-3720-4a01-b55d-b0f2ff46f772} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 02:41:01.360912 [ 4 ] {b69baea2-3720-4a01-b55d-b0f2ff46f772} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:01.361047 [ 4 ] {b69baea2-3720-4a01-b55d-b0f2ff46f772} executeQuery: Read 228 rows, 15.81 KiB in 0.001222 sec., 186579.37806873978 rows/sec., 12.63 MiB/sec. 2025.12.24 02:41:01.361086 [ 4 ] {b69baea2-3720-4a01-b55d-b0f2ff46f772} TCPHandler: Processed in 0.001390053 sec. 2025.12.24 02:41:01.361187 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:01.361280 [ 4 ] {66c8b134-14b3-48db-8b0b-fd9c96237aef} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:01.361320 [ 4 ] {66c8b134-14b3-48db-8b0b-fd9c96237aef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:01.361919 [ 4 ] {66c8b134-14b3-48db-8b0b-fd9c96237aef} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:01.361954 [ 4 ] {66c8b134-14b3-48db-8b0b-fd9c96237aef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:41:01.362278 [ 4 ] {66c8b134-14b3-48db-8b0b-fd9c96237aef} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.12.24 02:41:01.362482 [ 4 ] {66c8b134-14b3-48db-8b0b-fd9c96237aef} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:01.362613 [ 4 ] {66c8b134-14b3-48db-8b0b-fd9c96237aef} executeQuery: Read 546 rows, 41.49 KiB in 0.00135 sec., 404444.44444444444 rows/sec., 30.01 MiB/sec. 2025.12.24 02:41:01.362654 [ 4 ] {66c8b134-14b3-48db-8b0b-fd9c96237aef} TCPHandler: Processed in 0.001514734 sec. 2025.12.24 02:41:01.362766 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:01.362859 [ 4 ] {430f5a15-c1a2-4205-a8cd-693e7ab87e94} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:01.362902 [ 4 ] {430f5a15-c1a2-4205-a8cd-693e7ab87e94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:01.363489 [ 4 ] {430f5a15-c1a2-4205-a8cd-693e7ab87e94} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:01.363523 [ 4 ] {430f5a15-c1a2-4205-a8cd-693e7ab87e94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:41:01.363894 [ 4 ] {430f5a15-c1a2-4205-a8cd-693e7ab87e94} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.12.24 02:41:01.364097 [ 4 ] {430f5a15-c1a2-4205-a8cd-693e7ab87e94} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:01.364232 [ 4 ] {430f5a15-c1a2-4205-a8cd-693e7ab87e94} executeQuery: Read 844 rows, 58.17 KiB in 0.001389 sec., 607631.3894888408 rows/sec., 40.90 MiB/sec. 2025.12.24 02:41:01.364271 [ 4 ] {430f5a15-c1a2-4205-a8cd-693e7ab87e94} TCPHandler: Processed in 0.001554974 sec. 2025.12.24 02:41:01.364382 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:01.364480 [ 4 ] {a9b7f853-e2da-4b7f-ab87-d1dd9fc0a62c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:01.364535 [ 4 ] {a9b7f853-e2da-4b7f-ab87-d1dd9fc0a62c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:01.365363 [ 4 ] {a9b7f853-e2da-4b7f-ab87-d1dd9fc0a62c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:01.365396 [ 4 ] {a9b7f853-e2da-4b7f-ab87-d1dd9fc0a62c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:41:01.365924 [ 4 ] {a9b7f853-e2da-4b7f-ab87-d1dd9fc0a62c} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 02:41:01.366144 [ 4 ] {a9b7f853-e2da-4b7f-ab87-d1dd9fc0a62c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:01.366286 [ 4 ] {a9b7f853-e2da-4b7f-ab87-d1dd9fc0a62c} executeQuery: Read 26 rows, 47.71 KiB in 0.001827 sec., 14230.979748221127 rows/sec., 25.50 MiB/sec. 2025.12.24 02:41:01.366353 [ 4 ] {a9b7f853-e2da-4b7f-ab87-d1dd9fc0a62c} TCPHandler: Processed in 0.002019423 sec. 2025.12.24 02:41:01.366468 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:01.366564 [ 4 ] {5698fc3f-d6cb-47eb-b116-93c0259deb9a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:01.366605 [ 4 ] {5698fc3f-d6cb-47eb-b116-93c0259deb9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:01.366946 [ 4 ] {5698fc3f-d6cb-47eb-b116-93c0259deb9a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:01.366980 [ 4 ] {5698fc3f-d6cb-47eb-b116-93c0259deb9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:41:01.367279 [ 4 ] {5698fc3f-d6cb-47eb-b116-93c0259deb9a} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.12.24 02:41:01.367498 [ 4 ] {5698fc3f-d6cb-47eb-b116-93c0259deb9a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:01.367634 [ 4 ] {5698fc3f-d6cb-47eb-b116-93c0259deb9a} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.12.24 02:41:01.367672 [ 4 ] {5698fc3f-d6cb-47eb-b116-93c0259deb9a} TCPHandler: Processed in 0.00125434 sec. 2025.12.24 02:41:02.332169 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36879 2025.12.24 02:41:02.332764 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:02.332819 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 02:41:02.333301 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 02:41:02.333535 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:02.333687 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36879 2025.12.24 02:41:04.346761 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2025.12.24 02:41:04.363246 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:04.363307 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:04.369372 [ 243 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 02:41:04.370082 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:04.373139 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2025.12.24 02:41:04.954154 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1752 2025.12.24 02:41:04.956659 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:04.956724 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:04.957975 [ 242 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 02:41:04.958260 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:04.958664 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1752 2025.12.24 02:41:06.326884 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:06.327055 [ 4 ] {e4684535-19a9-4991-9020-8e62041dbb76} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:06.327118 [ 4 ] {e4684535-19a9-4991-9020-8e62041dbb76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:06.327775 [ 4 ] {e4684535-19a9-4991-9020-8e62041dbb76} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:06.327826 [ 4 ] {e4684535-19a9-4991-9020-8e62041dbb76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:06.328226 [ 4 ] {e4684535-19a9-4991-9020-8e62041dbb76} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.12.24 02:41:06.328444 [ 4 ] {e4684535-19a9-4991-9020-8e62041dbb76} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:06.328609 [ 4 ] {e4684535-19a9-4991-9020-8e62041dbb76} executeQuery: Read 84 rows, 7.20 KiB in 0.001597 sec., 52598.62241703194 rows/sec., 4.40 MiB/sec. 2025.12.24 02:41:06.328662 [ 4 ] {e4684535-19a9-4991-9020-8e62041dbb76} TCPHandler: Processed in 0.0019008 sec. 2025.12.24 02:41:06.328784 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:06.328886 [ 4 ] {d3e661a4-70ec-40ce-b2f1-deb9633599d8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:06.328930 [ 4 ] {d3e661a4-70ec-40ce-b2f1-deb9633599d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:06.329345 [ 4 ] {d3e661a4-70ec-40ce-b2f1-deb9633599d8} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:06.329382 [ 4 ] {d3e661a4-70ec-40ce-b2f1-deb9633599d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:06.329682 [ 4 ] {d3e661a4-70ec-40ce-b2f1-deb9633599d8} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 02:41:06.329885 [ 4 ] {d3e661a4-70ec-40ce-b2f1-deb9633599d8} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:06.330021 [ 4 ] {d3e661a4-70ec-40ce-b2f1-deb9633599d8} executeQuery: Read 14 rows, 1.05 KiB in 0.001156 sec., 12110.726643598617 rows/sec., 910.67 KiB/sec. 2025.12.24 02:41:06.330061 [ 4 ] {d3e661a4-70ec-40ce-b2f1-deb9633599d8} TCPHandler: Processed in 0.001328801 sec. 2025.12.24 02:41:06.330164 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:06.330257 [ 4 ] {c70d65e7-b6bb-4d2d-bcce-f636551a09de} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:06.330297 [ 4 ] {c70d65e7-b6bb-4d2d-bcce-f636551a09de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:06.330723 [ 4 ] {c70d65e7-b6bb-4d2d-bcce-f636551a09de} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:06.330760 [ 4 ] {c70d65e7-b6bb-4d2d-bcce-f636551a09de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:06.331064 [ 4 ] {c70d65e7-b6bb-4d2d-bcce-f636551a09de} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.12.24 02:41:06.331284 [ 4 ] {c70d65e7-b6bb-4d2d-bcce-f636551a09de} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:06.331414 [ 4 ] {c70d65e7-b6bb-4d2d-bcce-f636551a09de} executeQuery: Read 78 rows, 6.24 KiB in 0.001174 sec., 66439.52299829642 rows/sec., 5.19 MiB/sec. 2025.12.24 02:41:06.331454 [ 4 ] {c70d65e7-b6bb-4d2d-bcce-f636551a09de} TCPHandler: Processed in 0.001339371 sec. 2025.12.24 02:41:06.331574 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:06.331668 [ 4 ] {3f879ace-d30d-462d-9014-450c92c216b6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:06.331711 [ 4 ] {3f879ace-d30d-462d-9014-450c92c216b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:06.332117 [ 4 ] {3f879ace-d30d-462d-9014-450c92c216b6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:06.332153 [ 4 ] {3f879ace-d30d-462d-9014-450c92c216b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:06.332477 [ 4 ] {3f879ace-d30d-462d-9014-450c92c216b6} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.12.24 02:41:06.332684 [ 4 ] {3f879ace-d30d-462d-9014-450c92c216b6} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:06.332815 [ 4 ] {3f879ace-d30d-462d-9014-450c92c216b6} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2025.12.24 02:41:06.332855 [ 4 ] {3f879ace-d30d-462d-9014-450c92c216b6} TCPHandler: Processed in 0.001331202 sec. 2025.12.24 02:41:06.332956 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:06.333048 [ 4 ] {7d42d140-49bc-440c-88e9-538817c6c2df} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:06.333102 [ 4 ] {7d42d140-49bc-440c-88e9-538817c6c2df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:06.333897 [ 4 ] {7d42d140-49bc-440c-88e9-538817c6c2df} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:06.333933 [ 4 ] {7d42d140-49bc-440c-88e9-538817c6c2df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:06.334455 [ 4 ] {7d42d140-49bc-440c-88e9-538817c6c2df} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 02:41:06.334680 [ 4 ] {7d42d140-49bc-440c-88e9-538817c6c2df} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:06.334820 [ 4 ] {7d42d140-49bc-440c-88e9-538817c6c2df} executeQuery: Read 14 rows, 25.69 KiB in 0.001789 sec., 7825.6008943543875 rows/sec., 14.02 MiB/sec. 2025.12.24 02:41:06.334887 [ 4 ] {7d42d140-49bc-440c-88e9-538817c6c2df} TCPHandler: Processed in 0.001979812 sec. 2025.12.24 02:41:06.334998 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:06.335091 [ 4 ] {35bf9368-bed2-4fda-99d4-c277d61cbcd0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:06.335133 [ 4 ] {35bf9368-bed2-4fda-99d4-c277d61cbcd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:06.335469 [ 4 ] {35bf9368-bed2-4fda-99d4-c277d61cbcd0} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:06.335508 [ 4 ] {35bf9368-bed2-4fda-99d4-c277d61cbcd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:06.335809 [ 4 ] {35bf9368-bed2-4fda-99d4-c277d61cbcd0} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.12.24 02:41:06.336023 [ 4 ] {35bf9368-bed2-4fda-99d4-c277d61cbcd0} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:06.336153 [ 4 ] {35bf9368-bed2-4fda-99d4-c277d61cbcd0} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.12.24 02:41:06.336190 [ 4 ] {35bf9368-bed2-4fda-99d4-c277d61cbcd0} TCPHandler: Processed in 0.00124165 sec. 2025.12.24 02:41:09.657382 [ 106 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:41:09.657451 [ 106 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:41:09.833868 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 37327 2025.12.24 02:41:09.834556 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:09.834606 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:09.835084 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 02:41:09.835311 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:09.835456 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37327 2025.12.24 02:41:11.327255 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:11.327428 [ 4 ] {ef9cc9f9-ef07-4f0d-8421-44fb3c826633} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:11.327493 [ 4 ] {ef9cc9f9-ef07-4f0d-8421-44fb3c826633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:11.328141 [ 4 ] {ef9cc9f9-ef07-4f0d-8421-44fb3c826633} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:11.328192 [ 4 ] {ef9cc9f9-ef07-4f0d-8421-44fb3c826633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:11.328593 [ 4 ] {ef9cc9f9-ef07-4f0d-8421-44fb3c826633} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.12.24 02:41:11.328815 [ 4 ] {ef9cc9f9-ef07-4f0d-8421-44fb3c826633} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:11.328979 [ 4 ] {ef9cc9f9-ef07-4f0d-8421-44fb3c826633} executeQuery: Read 108 rows, 9.29 KiB in 0.001595 sec., 67711.59874608151 rows/sec., 5.68 MiB/sec. 2025.12.24 02:41:11.329032 [ 4 ] {ef9cc9f9-ef07-4f0d-8421-44fb3c826633} TCPHandler: Processed in 0.00189875 sec. 2025.12.24 02:41:11.329157 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:11.329259 [ 4 ] {2ce17e38-387d-44e3-96e3-66726a56afd0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:11.329302 [ 4 ] {2ce17e38-387d-44e3-96e3-66726a56afd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:11.329728 [ 4 ] {2ce17e38-387d-44e3-96e3-66726a56afd0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:11.329766 [ 4 ] {2ce17e38-387d-44e3-96e3-66726a56afd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:11.330062 [ 4 ] {2ce17e38-387d-44e3-96e3-66726a56afd0} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 02:41:11.330266 [ 4 ] {2ce17e38-387d-44e3-96e3-66726a56afd0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:11.330400 [ 4 ] {2ce17e38-387d-44e3-96e3-66726a56afd0} executeQuery: Read 26 rows, 1.96 KiB in 0.001162 sec., 22375.215146299484 rows/sec., 1.64 MiB/sec. 2025.12.24 02:41:11.330439 [ 4 ] {2ce17e38-387d-44e3-96e3-66726a56afd0} TCPHandler: Processed in 0.001333592 sec. 2025.12.24 02:41:11.330543 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:11.330637 [ 4 ] {6a1b0b31-9b85-4dc2-996d-c07f565290f5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:11.330678 [ 4 ] {6a1b0b31-9b85-4dc2-996d-c07f565290f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:11.331099 [ 4 ] {6a1b0b31-9b85-4dc2-996d-c07f565290f5} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:11.331136 [ 4 ] {6a1b0b31-9b85-4dc2-996d-c07f565290f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:11.331432 [ 4 ] {6a1b0b31-9b85-4dc2-996d-c07f565290f5} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.12.24 02:41:11.331638 [ 4 ] {6a1b0b31-9b85-4dc2-996d-c07f565290f5} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:11.331768 [ 4 ] {6a1b0b31-9b85-4dc2-996d-c07f565290f5} executeQuery: Read 90 rows, 7.20 KiB in 0.001148 sec., 78397.21254355401 rows/sec., 6.12 MiB/sec. 2025.12.24 02:41:11.331808 [ 4 ] {6a1b0b31-9b85-4dc2-996d-c07f565290f5} TCPHandler: Processed in 0.001315891 sec. 2025.12.24 02:41:11.331917 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:11.332011 [ 4 ] {659d515f-42af-42af-9247-8a74825555fc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:11.332054 [ 4 ] {659d515f-42af-42af-9247-8a74825555fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:11.332452 [ 4 ] {659d515f-42af-42af-9247-8a74825555fc} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:11.332488 [ 4 ] {659d515f-42af-42af-9247-8a74825555fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:11.332827 [ 4 ] {659d515f-42af-42af-9247-8a74825555fc} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.12.24 02:41:11.333029 [ 4 ] {659d515f-42af-42af-9247-8a74825555fc} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:11.333161 [ 4 ] {659d515f-42af-42af-9247-8a74825555fc} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2025.12.24 02:41:11.333201 [ 4 ] {659d515f-42af-42af-9247-8a74825555fc} TCPHandler: Processed in 0.001332442 sec. 2025.12.24 02:41:11.333323 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:11.333444 [ 4 ] {66d1a1ce-d428-4a49-815a-b2913d2b1e1d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:11.333508 [ 4 ] {66d1a1ce-d428-4a49-815a-b2913d2b1e1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:11.334368 [ 4 ] {66d1a1ce-d428-4a49-815a-b2913d2b1e1d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:11.334405 [ 4 ] {66d1a1ce-d428-4a49-815a-b2913d2b1e1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:11.334941 [ 4 ] {66d1a1ce-d428-4a49-815a-b2913d2b1e1d} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 02:41:11.335157 [ 4 ] {66d1a1ce-d428-4a49-815a-b2913d2b1e1d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:11.335294 [ 4 ] {66d1a1ce-d428-4a49-815a-b2913d2b1e1d} executeQuery: Read 26 rows, 47.71 KiB in 0.001874 sec., 13874.066168623265 rows/sec., 24.86 MiB/sec. 2025.12.24 02:41:11.335359 [ 4 ] {66d1a1ce-d428-4a49-815a-b2913d2b1e1d} TCPHandler: Processed in 0.002094993 sec. 2025.12.24 02:41:11.335466 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:11.335560 [ 4 ] {a0a98b68-fa0b-4d17-aa54-25cbf94527d3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:11.335601 [ 4 ] {a0a98b68-fa0b-4d17-aa54-25cbf94527d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:11.335925 [ 4 ] {a0a98b68-fa0b-4d17-aa54-25cbf94527d3} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:11.335960 [ 4 ] {a0a98b68-fa0b-4d17-aa54-25cbf94527d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:11.336252 [ 4 ] {a0a98b68-fa0b-4d17-aa54-25cbf94527d3} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.12.24 02:41:11.336455 [ 4 ] {a0a98b68-fa0b-4d17-aa54-25cbf94527d3} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:11.336580 [ 4 ] {a0a98b68-fa0b-4d17-aa54-25cbf94527d3} executeQuery: Read 60 rows, 4.14 KiB in 0.001039 sec., 57747.83445620789 rows/sec., 3.89 MiB/sec. 2025.12.24 02:41:11.336616 [ 4 ] {a0a98b68-fa0b-4d17-aa54-25cbf94527d3} TCPHandler: Processed in 0.001197619 sec. 2025.12.24 02:41:11.873260 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2025.12.24 02:41:11.891318 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:11.891382 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:11.897701 [ 243 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 02:41:11.898435 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:11.901553 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2025.12.24 02:41:13.515167 [ 103 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2025.12.24 02:41:13.515239 [ 103 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:13.515259 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:13.515349 [ 217 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:41:13.515357 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_37_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full 2025.12.24 02:41:13.515409 [ 217 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:41:13.515528 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:13.515568 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 253 rows starting from the beginning of the part 2025.12.24 02:41:13.515633 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2025.12.24 02:41:13.515675 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 228 rows starting from the beginning of the part 2025.12.24 02:41:13.515724 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part 2025.12.24 02:41:13.515763 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 228 rows starting from the beginning of the part 2025.12.24 02:41:13.516611 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.00129277 sec., 585564.3308554499 rows/sec., 42.73 MiB/sec. 2025.12.24 02:41:13.516847 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2025.12.24 02:41:13.517139 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_37_9} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:13.517210 [ 193 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_37_9} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2025.12.24 02:41:13.517300 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 02:41:13.517311 [ 217 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:41:14.958902 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1776 2025.12.24 02:41:14.961207 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:14.961262 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:14.962433 [ 242 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 02:41:14.962773 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:14.963087 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1776 2025.12.24 02:41:16.328296 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:16.328483 [ 4 ] {a371b9ba-014e-4382-993d-ee21e1e6c15e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:41:16.328554 [ 4 ] {a371b9ba-014e-4382-993d-ee21e1e6c15e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:41:16.329256 [ 4 ] {a371b9ba-014e-4382-993d-ee21e1e6c15e} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.329305 [ 4 ] {a371b9ba-014e-4382-993d-ee21e1e6c15e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.329708 [ 4 ] {a371b9ba-014e-4382-993d-ee21e1e6c15e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:41:16.329928 [ 4 ] {a371b9ba-014e-4382-993d-ee21e1e6c15e} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.330087 [ 4 ] {a371b9ba-014e-4382-993d-ee21e1e6c15e} executeQuery: Read 24 rows, 2.04 KiB in 0.001657 sec., 14484.007242003621 rows/sec., 1.20 MiB/sec. 2025.12.24 02:41:16.330139 [ 4 ] {a371b9ba-014e-4382-993d-ee21e1e6c15e} TCPHandler: Processed in 0.001972062 sec. 2025.12.24 02:41:16.330259 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:16.330360 [ 4 ] {69106775-05e0-4166-8f27-dd926ce836c9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:16.330403 [ 4 ] {69106775-05e0-4166-8f27-dd926ce836c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:16.330925 [ 4 ] {69106775-05e0-4166-8f27-dd926ce836c9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.330962 [ 4 ] {69106775-05e0-4166-8f27-dd926ce836c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.331285 [ 4 ] {69106775-05e0-4166-8f27-dd926ce836c9} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.12.24 02:41:16.331494 [ 4 ] {69106775-05e0-4166-8f27-dd926ce836c9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.331625 [ 4 ] {69106775-05e0-4166-8f27-dd926ce836c9} executeQuery: Read 204 rows, 18.66 KiB in 0.001288 sec., 158385.09316770185 rows/sec., 14.15 MiB/sec. 2025.12.24 02:41:16.331664 [ 4 ] {69106775-05e0-4166-8f27-dd926ce836c9} TCPHandler: Processed in 0.001456503 sec. 2025.12.24 02:41:16.331665 [ 101 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.12.24 02:41:16.331736 [ 101 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.331763 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.331775 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:16.331878 [ 4 ] {c1199e74-85a0-4bab-9a88-ebeeb556c39b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:16.331888 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.12.24 02:41:16.331919 [ 4 ] {c1199e74-85a0-4bab-9a88-ebeeb556c39b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:16.332027 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:16.332066 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1406 rows starting from the beginning of the part 2025.12.24 02:41:16.332134 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 84 rows starting from the beginning of the part 2025.12.24 02:41:16.332180 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:41:16.332222 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 84 rows starting from the beginning of the part 2025.12.24 02:41:16.332262 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 108 rows starting from the beginning of the part 2025.12.24 02:41:16.332303 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 204 rows starting from the beginning of the part 2025.12.24 02:41:16.332338 [ 4 ] {c1199e74-85a0-4bab-9a88-ebeeb556c39b} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.332380 [ 4 ] {c1199e74-85a0-4bab-9a88-ebeeb556c39b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.332716 [ 4 ] {c1199e74-85a0-4bab-9a88-ebeeb556c39b} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 02:41:16.332932 [ 4 ] {c1199e74-85a0-4bab-9a88-ebeeb556c39b} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.333060 [ 101 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 02:41:16.333069 [ 4 ] {c1199e74-85a0-4bab-9a88-ebeeb556c39b} executeQuery: Read 26 rows, 2.01 KiB in 0.001211 sec., 21469.859620148636 rows/sec., 1.62 MiB/sec. 2025.12.24 02:41:16.333095 [ 101 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.333119 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.333120 [ 4 ] {c1199e74-85a0-4bab-9a88-ebeeb556c39b} TCPHandler: Processed in 0.001393282 sec. 2025.12.24 02:41:16.333214 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 02:41:16.333236 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:16.333335 [ 4 ] {6a77b1b6-b1bf-444f-91bb-f6832e87ae1e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:41:16.333340 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:16.333378 [ 4 ] {6a77b1b6-b1bf-444f-91bb-f6832e87ae1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:41:16.333388 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 70 rows starting from the beginning of the part 2025.12.24 02:41:16.333463 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 14 rows starting from the beginning of the part 2025.12.24 02:41:16.333510 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 26 rows starting from the beginning of the part 2025.12.24 02:41:16.333550 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 14 rows starting from the beginning of the part 2025.12.24 02:41:16.333592 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 26 rows starting from the beginning of the part 2025.12.24 02:41:16.333631 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 26 rows starting from the beginning of the part 2025.12.24 02:41:16.333755 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 3134 rows, containing 5 columns (5 merged, 0 gathered) in 0.00192198 sec., 1630610.1000010406 rows/sec., 142.92 MiB/sec. 2025.12.24 02:41:16.333792 [ 4 ] {6a77b1b6-b1bf-444f-91bb-f6832e87ae1e} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.333834 [ 4 ] {6a77b1b6-b1bf-444f-91bb-f6832e87ae1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.333998 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.12.24 02:41:16.334174 [ 4 ] {6a77b1b6-b1bf-444f-91bb-f6832e87ae1e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 02:41:16.334318 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.334398 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_116_23} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.12.24 02:41:16.334445 [ 4 ] {6a77b1b6-b1bf-444f-91bb-f6832e87ae1e} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.334447 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.00127394 sec., 138154.07319026013 rows/sec., 10.69 MiB/sec. 2025.12.24 02:41:16.334475 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:41:16.334588 [ 4 ] {6a77b1b6-b1bf-444f-91bb-f6832e87ae1e} executeQuery: Read 24 rows, 2.04 KiB in 0.001273 sec., 18853.10290652003 rows/sec., 1.56 MiB/sec. 2025.12.24 02:41:16.334601 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 02:41:16.334629 [ 4 ] {6a77b1b6-b1bf-444f-91bb-f6832e87ae1e} TCPHandler: Processed in 0.001445254 sec. 2025.12.24 02:41:16.334728 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:16.334817 [ 4 ] {66fd4f9c-0c7a-49ab-bbc2-0e80afcfef53} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:41:16.334856 [ 4 ] {66fd4f9c-0c7a-49ab-bbc2-0e80afcfef53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:41:16.334864 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.334940 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_111_22} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 02:41:16.335011 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 02:41:16.335220 [ 4 ] {66fd4f9c-0c7a-49ab-bbc2-0e80afcfef53} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.335258 [ 4 ] {66fd4f9c-0c7a-49ab-bbc2-0e80afcfef53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.335600 [ 4 ] {66fd4f9c-0c7a-49ab-bbc2-0e80afcfef53} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:41:16.335805 [ 4 ] {66fd4f9c-0c7a-49ab-bbc2-0e80afcfef53} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.335933 [ 4 ] {66fd4f9c-0c7a-49ab-bbc2-0e80afcfef53} executeQuery: Read 12 rows, 960.00 B in 0.001116 sec., 10752.68817204301 rows/sec., 840.05 KiB/sec. 2025.12.24 02:41:16.335971 [ 4 ] {66fd4f9c-0c7a-49ab-bbc2-0e80afcfef53} TCPHandler: Processed in 0.001278251 sec. 2025.12.24 02:41:16.336106 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:16.336225 [ 4 ] {15979ad8-ff2f-4277-8b90-54e4b022dc09} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:16.336274 [ 4 ] {15979ad8-ff2f-4277-8b90-54e4b022dc09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:16.336841 [ 4 ] {15979ad8-ff2f-4277-8b90-54e4b022dc09} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.336885 [ 4 ] {15979ad8-ff2f-4277-8b90-54e4b022dc09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.337257 [ 4 ] {15979ad8-ff2f-4277-8b90-54e4b022dc09} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.12.24 02:41:16.337469 [ 4 ] {15979ad8-ff2f-4277-8b90-54e4b022dc09} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.337590 [ 101 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.12.24 02:41:16.337595 [ 4 ] {15979ad8-ff2f-4277-8b90-54e4b022dc09} executeQuery: Read 114 rows, 9.49 KiB in 0.001394 sec., 81779.05308464849 rows/sec., 6.65 MiB/sec. 2025.12.24 02:41:16.337633 [ 101 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.337655 [ 4 ] {15979ad8-ff2f-4277-8b90-54e4b022dc09} TCPHandler: Processed in 0.001608626 sec. 2025.12.24 02:41:16.337663 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.337764 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.12.24 02:41:16.337772 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:16.337878 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:16.337886 [ 4 ] {50f21b4e-79d9-44e6-8e00-0ec10acb923a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:16.337917 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 632 rows starting from the beginning of the part 2025.12.24 02:41:16.337942 [ 4 ] {50f21b4e-79d9-44e6-8e00-0ec10acb923a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:16.337983 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 78 rows starting from the beginning of the part 2025.12.24 02:41:16.338037 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 546 rows starting from the beginning of the part 2025.12.24 02:41:16.338082 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 78 rows starting from the beginning of the part 2025.12.24 02:41:16.338126 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 90 rows starting from the beginning of the part 2025.12.24 02:41:16.338170 [ 201 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 114 rows starting from the beginning of the part 2025.12.24 02:41:16.338373 [ 4 ] {50f21b4e-79d9-44e6-8e00-0ec10acb923a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.338413 [ 4 ] {50f21b4e-79d9-44e6-8e00-0ec10acb923a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.338756 [ 4 ] {50f21b4e-79d9-44e6-8e00-0ec10acb923a} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.12.24 02:41:16.338974 [ 4 ] {50f21b4e-79d9-44e6-8e00-0ec10acb923a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.339089 [ 101 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.12.24 02:41:16.339099 [ 4 ] {50f21b4e-79d9-44e6-8e00-0ec10acb923a} executeQuery: Read 196 rows, 14.40 KiB in 0.001232 sec., 159090.9090909091 rows/sec., 11.41 MiB/sec. 2025.12.24 02:41:16.339121 [ 101 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.339143 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.339146 [ 4 ] {50f21b4e-79d9-44e6-8e00-0ec10acb923a} TCPHandler: Processed in 0.001422262 sec. 2025.12.24 02:41:16.339154 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 5 columns (5 merged, 0 gathered) in 0.001420442 sec., 1082761.562950124 rows/sec., 86.24 MiB/sec. 2025.12.24 02:41:16.339211 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.12.24 02:41:16.339266 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:16.339309 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:16.339340 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} MergeTreeSequentialSource: Reading 5 marks from part all_1_111_22, total 31412 rows starting from the beginning of the part 2025.12.24 02:41:16.339362 [ 4 ] {6bbc553d-e0e9-447b-ae16-adcead01a4a3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:16.339387 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part 2025.12.24 02:41:16.339407 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.12.24 02:41:16.339420 [ 4 ] {6bbc553d-e0e9-447b-ae16-adcead01a4a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:16.339430 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 844 rows starting from the beginning of the part 2025.12.24 02:41:16.339481 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part 2025.12.24 02:41:16.339515 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part 2025.12.24 02:41:16.339551 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 196 rows starting from the beginning of the part 2025.12.24 02:41:16.339760 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.339858 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_116_23} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.12.24 02:41:16.339963 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:41:16.340217 [ 4 ] {6bbc553d-e0e9-447b-ae16-adcead01a4a3} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.340258 [ 4 ] {6bbc553d-e0e9-447b-ae16-adcead01a4a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.340789 [ 4 ] {6bbc553d-e0e9-447b-ae16-adcead01a4a3} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 02:41:16.341013 [ 4 ] {6bbc553d-e0e9-447b-ae16-adcead01a4a3} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.341135 [ 101 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 02:41:16.341152 [ 4 ] {6bbc553d-e0e9-447b-ae16-adcead01a4a3} executeQuery: Read 14 rows, 25.69 KiB in 0.001808 sec., 7743.362831858407 rows/sec., 13.88 MiB/sec. 2025.12.24 02:41:16.341163 [ 101 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.341191 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.341212 [ 4 ] {6bbc553d-e0e9-447b-ae16-adcead01a4a3} TCPHandler: Processed in 0.001994511 sec. 2025.12.24 02:41:16.341282 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 02:41:16.341326 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:16.341419 [ 4 ] {1907ee9f-7451-43c1-9507-9b7821012a6f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:16.341450 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:16.341460 [ 4 ] {1907ee9f-7451-43c1-9507-9b7821012a6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:16.341499 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2055 rows starting from the beginning of the part 2025.12.24 02:41:16.341607 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 14 rows starting from the beginning of the part 2025.12.24 02:41:16.341701 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 26 rows starting from the beginning of the part 2025.12.24 02:41:16.341793 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 14 rows starting from the beginning of the part 2025.12.24 02:41:16.341797 [ 4 ] {1907ee9f-7451-43c1-9507-9b7821012a6f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.341836 [ 4 ] {1907ee9f-7451-43c1-9507-9b7821012a6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.341886 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 26 rows starting from the beginning of the part 2025.12.24 02:41:16.341982 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 14 rows starting from the beginning of the part 2025.12.24 02:41:16.342147 [ 4 ] {1907ee9f-7451-43c1-9507-9b7821012a6f} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.12.24 02:41:16.342358 [ 4 ] {1907ee9f-7451-43c1-9507-9b7821012a6f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.342470 [ 101 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.12.24 02:41:16.342483 [ 4 ] {1907ee9f-7451-43c1-9507-9b7821012a6f} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.12.24 02:41:16.342502 [ 101 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:16.342525 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:16.342526 [ 4 ] {1907ee9f-7451-43c1-9507-9b7821012a6f} TCPHandler: Processed in 0.00124777 sec. 2025.12.24 02:41:16.342612 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.12.24 02:41:16.342718 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:16.342752 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6588 rows starting from the beginning of the part 2025.12.24 02:41:16.342813 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part 2025.12.24 02:41:16.342856 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part 2025.12.24 02:41:16.342895 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part 2025.12.24 02:41:16.342935 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part 2025.12.24 02:41:16.342975 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part 2025.12.24 02:41:16.346065 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6888 rows, containing 4 columns (4 merged, 0 gathered) in 0.003492116 sec., 1972443.0689014914 rows/sec., 132.93 MiB/sec. 2025.12.24 02:41:16.346488 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.12.24 02:41:16.346755 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.346827 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_116_23} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.12.24 02:41:16.346903 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2025.12.24 02:41:16.347171 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 32932 rows, containing 5 columns (5 merged, 0 gathered) in 0.007983847 sec., 4124828.5444347817 rows/sec., 283.46 MiB/sec. 2025.12.24 02:41:16.347391 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.12.24 02:41:16.347634 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.347698 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_116_23} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.12.24 02:41:16.347786 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.12.24 02:41:16.353017 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2149 rows, containing 19 columns (19 merged, 0 gathered) in 0.011772697 sec., 182541.00993170892 rows/sec., 327.11 MiB/sec. 2025.12.24 02:41:16.355324 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 02:41:16.355686 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:16.355762 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_111_22} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 02:41:16.355889 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.28 MiB. 2025.12.24 02:41:17.000201 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 382.70 MiB, peak 402.25 MiB, free memory in arenas 0.00 B, will set to 387.09 MiB (RSS), difference: 4.39 MiB 2025.12.24 02:41:17.335650 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37839 2025.12.24 02:41:17.336243 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:17.336301 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:17.336792 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 02:41:17.337022 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:17.337172 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37839 2025.12.24 02:41:19.401677 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2025.12.24 02:41:19.419832 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:19.419904 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:19.426421 [ 243 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 02:41:19.427124 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:19.430375 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2025.12.24 02:41:21.326923 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:21.327122 [ 4 ] {81487c5e-74a7-4765-81fc-f9c8e0e504b5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:21.327195 [ 4 ] {81487c5e-74a7-4765-81fc-f9c8e0e504b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:21.327861 [ 4 ] {81487c5e-74a7-4765-81fc-f9c8e0e504b5} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:21.327910 [ 4 ] {81487c5e-74a7-4765-81fc-f9c8e0e504b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:21.328311 [ 4 ] {81487c5e-74a7-4765-81fc-f9c8e0e504b5} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.12.24 02:41:21.328569 [ 4 ] {81487c5e-74a7-4765-81fc-f9c8e0e504b5} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:21.328724 [ 4 ] {81487c5e-74a7-4765-81fc-f9c8e0e504b5} executeQuery: Read 108 rows, 9.29 KiB in 0.001653 sec., 65335.75317604356 rows/sec., 5.49 MiB/sec. 2025.12.24 02:41:21.328766 [ 4 ] {81487c5e-74a7-4765-81fc-f9c8e0e504b5} TCPHandler: Processed in 0.001973721 sec. 2025.12.24 02:41:21.328819 [ 220 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:21.328854 [ 220 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:21.328882 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:21.328979 [ 4 ] {efdb9bdd-0709-4e21-b75d-bcfdc204cf16} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:21.329021 [ 4 ] {efdb9bdd-0709-4e21-b75d-bcfdc204cf16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:21.329412 [ 4 ] {efdb9bdd-0709-4e21-b75d-bcfdc204cf16} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:21.329447 [ 4 ] {efdb9bdd-0709-4e21-b75d-bcfdc204cf16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:21.329752 [ 4 ] {efdb9bdd-0709-4e21-b75d-bcfdc204cf16} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 02:41:21.329972 [ 4 ] {efdb9bdd-0709-4e21-b75d-bcfdc204cf16} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:21.330103 [ 4 ] {efdb9bdd-0709-4e21-b75d-bcfdc204cf16} executeQuery: Read 26 rows, 1.96 KiB in 0.001143 sec., 22747.156605424323 rows/sec., 1.67 MiB/sec. 2025.12.24 02:41:21.330142 [ 4 ] {efdb9bdd-0709-4e21-b75d-bcfdc204cf16} TCPHandler: Processed in 0.001311351 sec. 2025.12.24 02:41:21.330243 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:21.330337 [ 4 ] {0c98046f-b53f-4a95-ba41-409503905114} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:21.330377 [ 4 ] {0c98046f-b53f-4a95-ba41-409503905114} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:21.330780 [ 4 ] {0c98046f-b53f-4a95-ba41-409503905114} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:21.330816 [ 4 ] {0c98046f-b53f-4a95-ba41-409503905114} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:21.331126 [ 4 ] {0c98046f-b53f-4a95-ba41-409503905114} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.12.24 02:41:21.331240 [ 220 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:21.331346 [ 4 ] {0c98046f-b53f-4a95-ba41-409503905114} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:21.331472 [ 4 ] {0c98046f-b53f-4a95-ba41-409503905114} executeQuery: Read 90 rows, 7.20 KiB in 0.001153 sec., 78057.24197745013 rows/sec., 6.10 MiB/sec. 2025.12.24 02:41:21.331509 [ 4 ] {0c98046f-b53f-4a95-ba41-409503905114} TCPHandler: Processed in 0.001316111 sec. 2025.12.24 02:41:21.331539 [ 223 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:21.331594 [ 223 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:21.331624 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:21.331726 [ 4 ] {11aed92f-e567-4ff7-bf36-025c8e73566a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:21.331770 [ 4 ] {11aed92f-e567-4ff7-bf36-025c8e73566a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:21.332157 [ 4 ] {11aed92f-e567-4ff7-bf36-025c8e73566a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:21.332193 [ 4 ] {11aed92f-e567-4ff7-bf36-025c8e73566a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:21.332546 [ 4 ] {11aed92f-e567-4ff7-bf36-025c8e73566a} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.12.24 02:41:21.332860 [ 4 ] {11aed92f-e567-4ff7-bf36-025c8e73566a} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:21.333008 [ 4 ] {11aed92f-e567-4ff7-bf36-025c8e73566a} executeQuery: Read 160 rows, 11.41 KiB in 0.001299 sec., 123171.67051578137 rows/sec., 8.58 MiB/sec. 2025.12.24 02:41:21.333049 [ 4 ] {11aed92f-e567-4ff7-bf36-025c8e73566a} TCPHandler: Processed in 0.001477604 sec. 2025.12.24 02:41:21.333151 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:21.333248 [ 4 ] {374fd31f-6bee-479e-b238-01f52e16c0bb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:21.333303 [ 4 ] {374fd31f-6bee-479e-b238-01f52e16c0bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:21.334088 [ 4 ] {374fd31f-6bee-479e-b238-01f52e16c0bb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:21.334116 [ 223 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:21.334127 [ 4 ] {374fd31f-6bee-479e-b238-01f52e16c0bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:21.334676 [ 4 ] {374fd31f-6bee-479e-b238-01f52e16c0bb} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 02:41:21.334890 [ 4 ] {374fd31f-6bee-479e-b238-01f52e16c0bb} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:21.335034 [ 4 ] {374fd31f-6bee-479e-b238-01f52e16c0bb} executeQuery: Read 26 rows, 47.71 KiB in 0.001803 sec., 14420.410427066001 rows/sec., 25.84 MiB/sec. 2025.12.24 02:41:21.335101 [ 4 ] {374fd31f-6bee-479e-b238-01f52e16c0bb} TCPHandler: Processed in 0.001998381 sec. 2025.12.24 02:41:21.335113 [ 217 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:21.335182 [ 217 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:21.335218 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:21.335317 [ 4 ] {524f7106-7001-485c-96b0-8aeed7c0f5bd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:21.335359 [ 4 ] {524f7106-7001-485c-96b0-8aeed7c0f5bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:21.335718 [ 4 ] {524f7106-7001-485c-96b0-8aeed7c0f5bd} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:21.335757 [ 4 ] {524f7106-7001-485c-96b0-8aeed7c0f5bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:21.336097 [ 4 ] {524f7106-7001-485c-96b0-8aeed7c0f5bd} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.12.24 02:41:21.336331 [ 4 ] {524f7106-7001-485c-96b0-8aeed7c0f5bd} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:21.336478 [ 4 ] {524f7106-7001-485c-96b0-8aeed7c0f5bd} executeQuery: Read 60 rows, 4.14 KiB in 0.001178 sec., 50933.78607809847 rows/sec., 3.43 MiB/sec. 2025.12.24 02:41:21.336517 [ 4 ] {524f7106-7001-485c-96b0-8aeed7c0f5bd} TCPHandler: Processed in 0.001348482 sec. 2025.12.24 02:41:21.336532 [ 223 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:21.336562 [ 223 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:21.337528 [ 217 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:21.340029 [ 223 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:22.019355 [ 220 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:22.019410 [ 220 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:22.022748 [ 220 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:22.092345 [ 222 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:22.092403 [ 222 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:22.094713 [ 222 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:24.657513 [ 92 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:41:24.657578 [ 92 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:41:24.691209 [ 221 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:24.691264 [ 221 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:24.693409 [ 221 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:24.837366 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 38287 2025.12.24 02:41:24.837887 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:24.837931 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:24.838435 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 02:41:24.838674 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:24.838813 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38287 2025.12.24 02:41:24.963317 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1806 2025.12.24 02:41:24.965767 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:24.965831 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:24.967101 [ 242 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 02:41:24.967402 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:24.967652 [ 221 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:41:24.967718 [ 221 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:41:24.967810 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1806 2025.12.24 02:41:24.970729 [ 221 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.12.24 02:41:25.001607 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00118753 sec. 2025.12.24 02:41:25.689678 [ 225 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:25.689728 [ 225 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:25.692542 [ 225 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:41:26.326187 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:26.326357 [ 4 ] {27c9474f-16e7-47a2-8b73-d9deaf3a8e86} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:26.326422 [ 4 ] {27c9474f-16e7-47a2-8b73-d9deaf3a8e86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:26.327046 [ 4 ] {27c9474f-16e7-47a2-8b73-d9deaf3a8e86} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:26.327095 [ 4 ] {27c9474f-16e7-47a2-8b73-d9deaf3a8e86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:26.327498 [ 4 ] {27c9474f-16e7-47a2-8b73-d9deaf3a8e86} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.12.24 02:41:26.327727 [ 4 ] {27c9474f-16e7-47a2-8b73-d9deaf3a8e86} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:26.327890 [ 4 ] {27c9474f-16e7-47a2-8b73-d9deaf3a8e86} executeQuery: Read 84 rows, 7.20 KiB in 0.001575 sec., 53333.333333333336 rows/sec., 4.46 MiB/sec. 2025.12.24 02:41:26.327941 [ 4 ] {27c9474f-16e7-47a2-8b73-d9deaf3a8e86} TCPHandler: Processed in 0.001872819 sec. 2025.12.24 02:41:26.328060 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:26.328160 [ 4 ] {08b366ee-3bb5-4e2e-8613-941414a10e6a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:26.328204 [ 4 ] {08b366ee-3bb5-4e2e-8613-941414a10e6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:26.328617 [ 4 ] {08b366ee-3bb5-4e2e-8613-941414a10e6a} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:26.328656 [ 4 ] {08b366ee-3bb5-4e2e-8613-941414a10e6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:26.328958 [ 4 ] {08b366ee-3bb5-4e2e-8613-941414a10e6a} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.12.24 02:41:26.329168 [ 4 ] {08b366ee-3bb5-4e2e-8613-941414a10e6a} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:26.329305 [ 4 ] {08b366ee-3bb5-4e2e-8613-941414a10e6a} executeQuery: Read 14 rows, 1.05 KiB in 0.001166 sec., 12006.861063464838 rows/sec., 902.86 KiB/sec. 2025.12.24 02:41:26.329345 [ 4 ] {08b366ee-3bb5-4e2e-8613-941414a10e6a} TCPHandler: Processed in 0.001337041 sec. 2025.12.24 02:41:26.329452 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:26.329547 [ 4 ] {f3ddd639-4bd4-4fef-a8d0-91495805e968} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:26.329596 [ 4 ] {f3ddd639-4bd4-4fef-a8d0-91495805e968} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:26.330147 [ 4 ] {f3ddd639-4bd4-4fef-a8d0-91495805e968} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:26.330193 [ 4 ] {f3ddd639-4bd4-4fef-a8d0-91495805e968} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:26.330591 [ 4 ] {f3ddd639-4bd4-4fef-a8d0-91495805e968} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.12.24 02:41:26.330809 [ 4 ] {f3ddd639-4bd4-4fef-a8d0-91495805e968} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:26.330937 [ 4 ] {f3ddd639-4bd4-4fef-a8d0-91495805e968} executeQuery: Read 78 rows, 6.24 KiB in 0.001409 sec., 55358.41022001419 rows/sec., 4.32 MiB/sec. 2025.12.24 02:41:26.330975 [ 4 ] {f3ddd639-4bd4-4fef-a8d0-91495805e968} TCPHandler: Processed in 0.001573065 sec. 2025.12.24 02:41:26.331083 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:26.331176 [ 4 ] {bea1f30b-7d68-428b-ac41-5858ad03ea4f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:26.331220 [ 4 ] {bea1f30b-7d68-428b-ac41-5858ad03ea4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:26.331601 [ 4 ] {bea1f30b-7d68-428b-ac41-5858ad03ea4f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:26.331635 [ 4 ] {bea1f30b-7d68-428b-ac41-5858ad03ea4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:26.331956 [ 4 ] {bea1f30b-7d68-428b-ac41-5858ad03ea4f} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.12.24 02:41:26.332157 [ 4 ] {bea1f30b-7d68-428b-ac41-5858ad03ea4f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:26.332283 [ 4 ] {bea1f30b-7d68-428b-ac41-5858ad03ea4f} executeQuery: Read 160 rows, 11.41 KiB in 0.001126 sec., 142095.91474245116 rows/sec., 9.90 MiB/sec. 2025.12.24 02:41:26.332320 [ 4 ] {bea1f30b-7d68-428b-ac41-5858ad03ea4f} TCPHandler: Processed in 0.00128568 sec. 2025.12.24 02:41:26.332421 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:26.332513 [ 4 ] {1fa57d0e-8ef3-4ff7-bf75-1531c9b315dd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:26.332566 [ 4 ] {1fa57d0e-8ef3-4ff7-bf75-1531c9b315dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:26.333312 [ 4 ] {1fa57d0e-8ef3-4ff7-bf75-1531c9b315dd} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:26.333348 [ 4 ] {1fa57d0e-8ef3-4ff7-bf75-1531c9b315dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:26.333853 [ 4 ] {1fa57d0e-8ef3-4ff7-bf75-1531c9b315dd} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.12.24 02:41:26.334070 [ 4 ] {1fa57d0e-8ef3-4ff7-bf75-1531c9b315dd} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:26.334208 [ 4 ] {1fa57d0e-8ef3-4ff7-bf75-1531c9b315dd} executeQuery: Read 14 rows, 25.69 KiB in 0.001712 sec., 8177.570093457944 rows/sec., 14.65 MiB/sec. 2025.12.24 02:41:26.334273 [ 4 ] {1fa57d0e-8ef3-4ff7-bf75-1531c9b315dd} TCPHandler: Processed in 0.00189871 sec. 2025.12.24 02:41:26.334379 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:26.334471 [ 4 ] {9332bb20-ed66-4ec9-9711-038dae10435d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:26.334511 [ 4 ] {9332bb20-ed66-4ec9-9711-038dae10435d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:26.334832 [ 4 ] {9332bb20-ed66-4ec9-9711-038dae10435d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:26.334868 [ 4 ] {9332bb20-ed66-4ec9-9711-038dae10435d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:26.335181 [ 4 ] {9332bb20-ed66-4ec9-9711-038dae10435d} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.12.24 02:41:26.335390 [ 4 ] {9332bb20-ed66-4ec9-9711-038dae10435d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:26.335517 [ 4 ] {9332bb20-ed66-4ec9-9711-038dae10435d} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.12.24 02:41:26.335553 [ 4 ] {9332bb20-ed66-4ec9-9711-038dae10435d} TCPHandler: Processed in 0.00122165 sec. 2025.12.24 02:41:26.930512 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2025.12.24 02:41:26.948217 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:26.948282 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 02:41:26.955291 [ 243 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 02:41:26.956021 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:26.959393 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2025.12.24 02:41:31.367591 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:31.367793 [ 4 ] {caeb55f2-b044-4b5a-b7dd-33b7dfc0d521} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:41:31.367863 [ 4 ] {caeb55f2-b044-4b5a-b7dd-33b7dfc0d521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:41:31.368517 [ 4 ] {caeb55f2-b044-4b5a-b7dd-33b7dfc0d521} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:31.368573 [ 4 ] {caeb55f2-b044-4b5a-b7dd-33b7dfc0d521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:31.368978 [ 4 ] {caeb55f2-b044-4b5a-b7dd-33b7dfc0d521} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 02:41:31.369216 [ 4 ] {caeb55f2-b044-4b5a-b7dd-33b7dfc0d521} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:31.369385 [ 4 ] {caeb55f2-b044-4b5a-b7dd-33b7dfc0d521} executeQuery: Read 4 rows, 334.00 B in 0.001638 sec., 2442.002442002442 rows/sec., 199.13 KiB/sec. 2025.12.24 02:41:31.369452 [ 4 ] {caeb55f2-b044-4b5a-b7dd-33b7dfc0d521} TCPHandler: Processed in 0.001987681 sec. 2025.12.24 02:41:31.369592 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:31.369702 [ 4 ] {34d9d8ee-634d-4bf9-89b3-2eeac381d5af} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:31.369746 [ 4 ] {34d9d8ee-634d-4bf9-89b3-2eeac381d5af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:31.370911 [ 4 ] {34d9d8ee-634d-4bf9-89b3-2eeac381d5af} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:31.370952 [ 4 ] {34d9d8ee-634d-4bf9-89b3-2eeac381d5af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:31.371461 [ 4 ] {34d9d8ee-634d-4bf9-89b3-2eeac381d5af} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.12.24 02:41:31.371738 [ 4 ] {34d9d8ee-634d-4bf9-89b3-2eeac381d5af} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:31.371892 [ 4 ] {34d9d8ee-634d-4bf9-89b3-2eeac381d5af} executeQuery: Read 1250 rows, 105.99 KiB in 0.002207 sec., 566379.7009515178 rows/sec., 46.90 MiB/sec. 2025.12.24 02:41:31.371947 [ 4 ] {34d9d8ee-634d-4bf9-89b3-2eeac381d5af} TCPHandler: Processed in 0.002410058 sec. 2025.12.24 02:41:31.372082 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:31.372182 [ 4 ] {d79f852a-e40b-47c7-8f88-6897acc8f8ce} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:31.372246 [ 4 ] {d79f852a-e40b-47c7-8f88-6897acc8f8ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:31.372782 [ 4 ] {d79f852a-e40b-47c7-8f88-6897acc8f8ce} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:31.372829 [ 4 ] {d79f852a-e40b-47c7-8f88-6897acc8f8ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:31.373194 [ 4 ] {d79f852a-e40b-47c7-8f88-6897acc8f8ce} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.12.24 02:41:31.373467 [ 4 ] {d79f852a-e40b-47c7-8f88-6897acc8f8ce} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:31.373646 [ 4 ] {d79f852a-e40b-47c7-8f88-6897acc8f8ce} executeQuery: Read 30 rows, 2.23 KiB in 0.001485 sec., 20202.0202020202 rows/sec., 1.47 MiB/sec. 2025.12.24 02:41:31.373697 [ 4 ] {d79f852a-e40b-47c7-8f88-6897acc8f8ce} TCPHandler: Processed in 0.001667216 sec. 2025.12.24 02:41:31.373850 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:31.373956 [ 4 ] {7074d813-fa57-48cb-b450-4fc5c6a2f475} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:41:31.374003 [ 4 ] {7074d813-fa57-48cb-b450-4fc5c6a2f475} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:41:31.374636 [ 4 ] {7074d813-fa57-48cb-b450-4fc5c6a2f475} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:31.374678 [ 4 ] {7074d813-fa57-48cb-b450-4fc5c6a2f475} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:31.375060 [ 4 ] {7074d813-fa57-48cb-b450-4fc5c6a2f475} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 02:41:31.375301 [ 4 ] {7074d813-fa57-48cb-b450-4fc5c6a2f475} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:31.375485 [ 4 ] {7074d813-fa57-48cb-b450-4fc5c6a2f475} executeQuery: Read 228 rows, 15.81 KiB in 0.00155 sec., 147096.7741935484 rows/sec., 9.96 MiB/sec. 2025.12.24 02:41:31.375544 [ 4 ] {7074d813-fa57-48cb-b450-4fc5c6a2f475} TCPHandler: Processed in 0.001749659 sec. 2025.12.24 02:41:31.375682 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:31.375797 [ 4 ] {0ab9ead4-0dfe-4a8f-83ef-d078a57cc70d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:31.375847 [ 4 ] {0ab9ead4-0dfe-4a8f-83ef-d078a57cc70d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:31.376521 [ 4 ] {0ab9ead4-0dfe-4a8f-83ef-d078a57cc70d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:31.376557 [ 4 ] {0ab9ead4-0dfe-4a8f-83ef-d078a57cc70d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:31.376895 [ 4 ] {0ab9ead4-0dfe-4a8f-83ef-d078a57cc70d} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.12.24 02:41:31.377106 [ 4 ] {0ab9ead4-0dfe-4a8f-83ef-d078a57cc70d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:31.377277 [ 4 ] {0ab9ead4-0dfe-4a8f-83ef-d078a57cc70d} executeQuery: Read 550 rows, 41.81 KiB in 0.001503 sec., 365934.79707252164 rows/sec., 27.17 MiB/sec. 2025.12.24 02:41:31.377320 [ 4 ] {0ab9ead4-0dfe-4a8f-83ef-d078a57cc70d} TCPHandler: Processed in 0.001694977 sec. 2025.12.24 02:41:31.377457 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:31.377572 [ 4 ] {11c2eee5-11cf-4ae1-bf6d-56456f8828cc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:31.377630 [ 4 ] {11c2eee5-11cf-4ae1-bf6d-56456f8828cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:31.378362 [ 4 ] {11c2eee5-11cf-4ae1-bf6d-56456f8828cc} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:31.378400 [ 4 ] {11c2eee5-11cf-4ae1-bf6d-56456f8828cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:31.378803 [ 4 ] {11c2eee5-11cf-4ae1-bf6d-56456f8828cc} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.12.24 02:41:31.379053 [ 4 ] {11c2eee5-11cf-4ae1-bf6d-56456f8828cc} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:31.379231 [ 4 ] {11c2eee5-11cf-4ae1-bf6d-56456f8828cc} executeQuery: Read 846 rows, 58.31 KiB in 0.001682 sec., 502972.6516052319 rows/sec., 33.85 MiB/sec. 2025.12.24 02:41:31.379287 [ 4 ] {11c2eee5-11cf-4ae1-bf6d-56456f8828cc} TCPHandler: Processed in 0.00189121 sec. 2025.12.24 02:41:31.379420 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:31.379527 [ 4 ] {56be4bfc-13a5-4839-9b72-d947055409c2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:31.379592 [ 4 ] {56be4bfc-13a5-4839-9b72-d947055409c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:31.380683 [ 4 ] {56be4bfc-13a5-4839-9b72-d947055409c2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:31.380730 [ 4 ] {56be4bfc-13a5-4839-9b72-d947055409c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:31.381400 [ 4 ] {56be4bfc-13a5-4839-9b72-d947055409c2} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.12.24 02:41:31.381672 [ 4 ] {56be4bfc-13a5-4839-9b72-d947055409c2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:31.381893 [ 4 ] {56be4bfc-13a5-4839-9b72-d947055409c2} executeQuery: Read 26 rows, 47.71 KiB in 0.002386 sec., 10896.898575020956 rows/sec., 19.53 MiB/sec. 2025.12.24 02:41:31.381991 [ 4 ] {56be4bfc-13a5-4839-9b72-d947055409c2} TCPHandler: Processed in 0.002629002 sec. 2025.12.24 02:41:31.382130 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:31.382239 [ 4 ] {6616d68b-c038-4ad8-a6ee-701e889b9744} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:31.382289 [ 4 ] {6616d68b-c038-4ad8-a6ee-701e889b9744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:31.382739 [ 4 ] {6616d68b-c038-4ad8-a6ee-701e889b9744} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:31.382782 [ 4 ] {6616d68b-c038-4ad8-a6ee-701e889b9744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:31.383159 [ 4 ] {6616d68b-c038-4ad8-a6ee-701e889b9744} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.12.24 02:41:31.383452 [ 4 ] {6616d68b-c038-4ad8-a6ee-701e889b9744} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:31.383627 [ 4 ] {6616d68b-c038-4ad8-a6ee-701e889b9744} executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. 2025.12.24 02:41:31.383674 [ 4 ] {6616d68b-c038-4ad8-a6ee-701e889b9744} TCPHandler: Processed in 0.001600976 sec. 2025.12.24 02:41:31.676670 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56776 2025.12.24 02:41:31.676786 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.676817 [ 352 ] {} TCP-Session: 9652a013-a1e7-41db-a3c9-22eb8524eb25 Authenticating user 'default' from [fd00:1122:3344:101::e]:56776 2025.12.24 02:41:31.676843 [ 352 ] {} TCP-Session: 9652a013-a1e7-41db-a3c9-22eb8524eb25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.676858 [ 352 ] {} TCP-Session: 9652a013-a1e7-41db-a3c9-22eb8524eb25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.677083 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64710 2025.12.24 02:41:31.677213 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.677230 [ 352 ] {} TCP-Session: 9652a013-a1e7-41db-a3c9-22eb8524eb25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:31.677252 [ 353 ] {} TCP-Session: 6e28e4d5-9b02-4db7-b7f2-9dff0261f926 Authenticating user 'default' from [fd00:1122:3344:101::e]:64710 2025.12.24 02:41:31.677294 [ 353 ] {} TCP-Session: 6e28e4d5-9b02-4db7-b7f2-9dff0261f926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.677316 [ 353 ] {} TCP-Session: 6e28e4d5-9b02-4db7-b7f2-9dff0261f926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.677413 [ 352 ] {a2729915-40cb-4294-a9f4-563a4d81a9e6} executeQuery: (from [fd00:1122:3344:101::e]:56776) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:41:31.677692 [ 352 ] {a2729915-40cb-4294-a9f4-563a4d81a9e6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:41:31.677749 [ 352 ] {a2729915-40cb-4294-a9f4-563a4d81a9e6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:41:31.678052 [ 352 ] {a2729915-40cb-4294-a9f4-563a4d81a9e6} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:41:31.678554 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54517 2025.12.24 02:41:31.678593 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49220 2025.12.24 02:41:31.678602 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46886 2025.12.24 02:41:31.678634 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59338 2025.12.24 02:41:31.678677 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.678689 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.678724 [ 354 ] {} TCP-Session: 3344cc09-0735-451b-8a0e-3388eb418ad7 Authenticating user 'default' from [fd00:1122:3344:101::e]:54517 2025.12.24 02:41:31.678727 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62819 2025.12.24 02:41:31.678736 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.678784 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41770 2025.12.24 02:41:31.678835 [ 290 ] {} TCP-Session: 91e9847b-7d3b-488f-a432-ae51b1e34ba3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46886 2025.12.24 02:41:31.678837 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.678881 [ 290 ] {} TCP-Session: 91e9847b-7d3b-488f-a432-ae51b1e34ba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.678911 [ 358 ] {} TCP-Session: bd2504ab-352b-476b-9051-b75fde863800 Authenticating user 'default' from [fd00:1122:3344:101::e]:62819 2025.12.24 02:41:31.678925 [ 290 ] {} TCP-Session: 91e9847b-7d3b-488f-a432-ae51b1e34ba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.678928 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.678948 [ 358 ] {} TCP-Session: bd2504ab-352b-476b-9051-b75fde863800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.678758 [ 354 ] {} TCP-Session: 3344cc09-0735-451b-8a0e-3388eb418ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.678992 [ 358 ] {} TCP-Session: bd2504ab-352b-476b-9051-b75fde863800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.679016 [ 354 ] {} TCP-Session: 3344cc09-0735-451b-8a0e-3388eb418ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.678986 [ 359 ] {} TCP-Session: a9a9d7a5-a33e-4ba4-b542-bdc8f6bfd4c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:41770 2025.12.24 02:41:31.678755 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.679072 [ 359 ] {} TCP-Session: a9a9d7a5-a33e-4ba4-b542-bdc8f6bfd4c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.679115 [ 359 ] {} TCP-Session: a9a9d7a5-a33e-4ba4-b542-bdc8f6bfd4c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.679116 [ 356 ] {} TCP-Session: 9cb9c4df-290c-40ed-b224-4877c1b5b0e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:59338 2025.12.24 02:41:31.678733 [ 355 ] {} TCP-Session: 01ce4687-6d28-4c0b-b2ca-0d982264dff3 Authenticating user 'default' from [fd00:1122:3344:101::e]:49220 2025.12.24 02:41:31.679172 [ 346 ] {a2729915-40cb-4294-a9f4-563a4d81a9e6} AggregatingTransform: Aggregating 2025.12.24 02:41:31.679200 [ 355 ] {} TCP-Session: 01ce4687-6d28-4c0b-b2ca-0d982264dff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.679228 [ 346 ] {a2729915-40cb-4294-a9f4-563a4d81a9e6} Aggregator: Aggregation method: without_key 2025.12.24 02:41:31.679242 [ 355 ] {} TCP-Session: 01ce4687-6d28-4c0b-b2ca-0d982264dff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.679163 [ 356 ] {} TCP-Session: 9cb9c4df-290c-40ed-b224-4877c1b5b0e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.679280 [ 346 ] {a2729915-40cb-4294-a9f4-563a4d81a9e6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001126808 sec. (887.463 rows/sec., 34.67 KiB/sec.) 2025.12.24 02:41:31.679308 [ 356 ] {} TCP-Session: 9cb9c4df-290c-40ed-b224-4877c1b5b0e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.679325 [ 346 ] {a2729915-40cb-4294-a9f4-563a4d81a9e6} Aggregator: Merging aggregated data 2025.12.24 02:41:31.678729 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43563 2025.12.24 02:41:31.679473 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.679509 [ 357 ] {} TCP-Session: e511b108-1956-4a8c-a0ef-c4be337c9ee6 Authenticating user 'default' from [fd00:1122:3344:101::e]:43563 2025.12.24 02:41:31.679533 [ 357 ] {} TCP-Session: e511b108-1956-4a8c-a0ef-c4be337c9ee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.679550 [ 357 ] {} TCP-Session: e511b108-1956-4a8c-a0ef-c4be337c9ee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.680751 [ 352 ] {a2729915-40cb-4294-a9f4-563a4d81a9e6} executeQuery: Read 1 rows, 40.00 B in 0.003393 sec., 294.7244326554671 rows/sec., 11.51 KiB/sec. 2025.12.24 02:41:31.680967 [ 352 ] {a2729915-40cb-4294-a9f4-563a4d81a9e6} TCPHandler: Processed in 0.003877041 sec. 2025.12.24 02:41:31.681094 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.681129 [ 352 ] {} TCP-Session: 9652a013-a1e7-41db-a3c9-22eb8524eb25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.681150 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.681176 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.681198 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.681201 [ 353 ] {} TCP-Session: 6e28e4d5-9b02-4db7-b7f2-9dff0261f926 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.681218 [ 356 ] {} TCP-Session: 9cb9c4df-290c-40ed-b224-4877c1b5b0e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.681246 [ 355 ] {} TCP-Session: 01ce4687-6d28-4c0b-b2ca-0d982264dff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.681256 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.681289 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.681313 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.681324 [ 357 ] {} TCP-Session: e511b108-1956-4a8c-a0ef-c4be337c9ee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.681346 [ 290 ] {} TCP-Session: 91e9847b-7d3b-488f-a432-ae51b1e34ba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.681370 [ 354 ] {} TCP-Session: 3344cc09-0735-451b-8a0e-3388eb418ad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.681338 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.681223 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.681427 [ 358 ] {} TCP-Session: bd2504ab-352b-476b-9051-b75fde863800 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.681457 [ 359 ] {} TCP-Session: a9a9d7a5-a33e-4ba4-b542-bdc8f6bfd4c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.788725 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44809 2025.12.24 02:41:31.788881 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.788915 [ 352 ] {} TCP-Session: 80f958ee-7113-449f-b68e-4e761e12d27c Authenticating user 'default' from [fd00:1122:3344:101::e]:44809 2025.12.24 02:41:31.788939 [ 352 ] {} TCP-Session: 80f958ee-7113-449f-b68e-4e761e12d27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.788952 [ 352 ] {} TCP-Session: 80f958ee-7113-449f-b68e-4e761e12d27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789169 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53426 2025.12.24 02:41:31.789226 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45333 2025.12.24 02:41:31.789250 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57494 2025.12.24 02:41:31.789277 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42048 2025.12.24 02:41:31.789295 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.789303 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62784 2025.12.24 02:41:31.789345 [ 353 ] {} TCP-Session: 5c28c6b3-56c7-4b54-9e6d-6a71806939f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:53426 2025.12.24 02:41:31.789374 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.789397 [ 353 ] {} TCP-Session: 5c28c6b3-56c7-4b54-9e6d-6a71806939f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789301 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37222 2025.12.24 02:41:31.789422 [ 353 ] {} TCP-Session: 5c28c6b3-56c7-4b54-9e6d-6a71806939f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789431 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.789421 [ 357 ] {} TCP-Session: 3a2695c6-c4d3-44c6-bea1-d8356c2a2cfc Authenticating user 'default' from [fd00:1122:3344:101::e]:42048 2025.12.24 02:41:31.789486 [ 358 ] {} TCP-Session: 38a4fc61-e525-4534-b736-9f725912028f Authenticating user 'default' from [fd00:1122:3344:101::e]:62784 2025.12.24 02:41:31.789488 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.789513 [ 357 ] {} TCP-Session: 3a2695c6-c4d3-44c6-bea1-d8356c2a2cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789526 [ 358 ] {} TCP-Session: 38a4fc61-e525-4534-b736-9f725912028f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789551 [ 357 ] {} TCP-Session: 3a2695c6-c4d3-44c6-bea1-d8356c2a2cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789570 [ 358 ] {} TCP-Session: 38a4fc61-e525-4534-b736-9f725912028f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789534 [ 359 ] {} TCP-Session: c412f8c1-8e92-4605-ad00-2718ec461958 Authenticating user 'default' from [fd00:1122:3344:101::e]:37222 2025.12.24 02:41:31.789262 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39101 2025.12.24 02:41:31.789635 [ 359 ] {} TCP-Session: c412f8c1-8e92-4605-ad00-2718ec461958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789235 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36680 2025.12.24 02:41:31.789672 [ 359 ] {} TCP-Session: c412f8c1-8e92-4605-ad00-2718ec461958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789345 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.789704 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.789736 [ 355 ] {} TCP-Session: e7e13dbe-ccd7-4ade-bab7-e07da7a204d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:57494 2025.12.24 02:41:31.789751 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.789757 [ 356 ] {} TCP-Session: a91ac456-d1b0-4cb4-a0ae-62508e11587e Authenticating user 'default' from [fd00:1122:3344:101::e]:39101 2025.12.24 02:41:31.789799 [ 354 ] {} TCP-Session: 9b993632-c801-4c40-b742-970471615f36 Authenticating user 'default' from [fd00:1122:3344:101::e]:36680 2025.12.24 02:41:31.789825 [ 356 ] {} TCP-Session: a91ac456-d1b0-4cb4-a0ae-62508e11587e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789839 [ 354 ] {} TCP-Session: 9b993632-c801-4c40-b742-970471615f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789852 [ 356 ] {} TCP-Session: a91ac456-d1b0-4cb4-a0ae-62508e11587e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789865 [ 354 ] {} TCP-Session: 9b993632-c801-4c40-b742-970471615f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789774 [ 355 ] {} TCP-Session: e7e13dbe-ccd7-4ade-bab7-e07da7a204d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789344 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:31.789913 [ 355 ] {} TCP-Session: e7e13dbe-ccd7-4ade-bab7-e07da7a204d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789296 [ 352 ] {} TCP-Session: 80f958ee-7113-449f-b68e-4e761e12d27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:31.789944 [ 290 ] {} TCP-Session: 77ff57f5-f4d3-4e48-9a07-c76c6ff4d988 Authenticating user 'default' from [fd00:1122:3344:101::e]:45333 2025.12.24 02:41:31.789985 [ 290 ] {} TCP-Session: 77ff57f5-f4d3-4e48-9a07-c76c6ff4d988 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.789998 [ 290 ] {} TCP-Session: 77ff57f5-f4d3-4e48-9a07-c76c6ff4d988 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.790136 [ 352 ] {cce200b5-01d3-4601-8ebc-a716d790b19b} executeQuery: (from [fd00:1122:3344:101::e]:44809) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:41:31.790408 [ 352 ] {cce200b5-01d3-4601-8ebc-a716d790b19b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:41:31.790468 [ 352 ] {cce200b5-01d3-4601-8ebc-a716d790b19b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:41:31.790753 [ 352 ] {cce200b5-01d3-4601-8ebc-a716d790b19b} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:41:31.791757 [ 322 ] {cce200b5-01d3-4601-8ebc-a716d790b19b} AggregatingTransform: Aggregating 2025.12.24 02:41:31.791813 [ 322 ] {cce200b5-01d3-4601-8ebc-a716d790b19b} Aggregator: Aggregation method: without_key 2025.12.24 02:41:31.791854 [ 322 ] {cce200b5-01d3-4601-8ebc-a716d790b19b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001001076 sec. (998.925 rows/sec., 39.02 KiB/sec.) 2025.12.24 02:41:31.791871 [ 322 ] {cce200b5-01d3-4601-8ebc-a716d790b19b} Aggregator: Merging aggregated data 2025.12.24 02:41:31.793137 [ 352 ] {cce200b5-01d3-4601-8ebc-a716d790b19b} executeQuery: Read 1 rows, 40.00 B in 0.003056 sec., 327.22513089005236 rows/sec., 12.78 KiB/sec. 2025.12.24 02:41:31.793315 [ 352 ] {cce200b5-01d3-4601-8ebc-a716d790b19b} TCPHandler: Processed in 0.004142895 sec. 2025.12.24 02:41:31.793412 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.793439 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.793453 [ 352 ] {} TCP-Session: 80f958ee-7113-449f-b68e-4e761e12d27c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.793470 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.793476 [ 359 ] {} TCP-Session: c412f8c1-8e92-4605-ad00-2718ec461958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.793498 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.793524 [ 353 ] {} TCP-Session: 5c28c6b3-56c7-4b54-9e6d-6a71806939f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.793534 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.793561 [ 356 ] {} TCP-Session: a91ac456-d1b0-4cb4-a0ae-62508e11587e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.793569 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.793596 [ 290 ] {} TCP-Session: 77ff57f5-f4d3-4e48-9a07-c76c6ff4d988 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.793578 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.793627 [ 357 ] {} TCP-Session: 3a2695c6-c4d3-44c6-bea1-d8356c2a2cfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.793552 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.793664 [ 358 ] {} TCP-Session: 38a4fc61-e525-4534-b736-9f725912028f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.793698 [ 355 ] {} TCP-Session: e7e13dbe-ccd7-4ade-bab7-e07da7a204d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:31.793512 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:31.793753 [ 354 ] {} TCP-Session: 9b993632-c801-4c40-b742-970471615f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.000209 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 388.14 MiB, peak 402.25 MiB, free memory in arenas 0.00 B, will set to 387.08 MiB (RSS), difference: -1.06 MiB 2025.12.24 02:41:32.037897 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40370 2025.12.24 02:41:32.038036 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:32.038075 [ 352 ] {} TCP-Session: e7c1efc4-7d81-4c64-a56c-5012aec02576 Authenticating user 'default' from [fd00:1122:3344:101::e]:40370 2025.12.24 02:41:32.038106 [ 352 ] {} TCP-Session: e7c1efc4-7d81-4c64-a56c-5012aec02576 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.038127 [ 352 ] {} TCP-Session: e7c1efc4-7d81-4c64-a56c-5012aec02576 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.038409 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40017 2025.12.24 02:41:32.038423 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40620 2025.12.24 02:41:32.038457 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47043 2025.12.24 02:41:32.038478 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60899 2025.12.24 02:41:32.038526 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:32.038488 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47212 2025.12.24 02:41:32.038558 [ 352 ] {} TCP-Session: e7c1efc4-7d81-4c64-a56c-5012aec02576 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:32.038560 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:32.038609 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:32.038625 [ 356 ] {} TCP-Session: 69cb7692-ee44-4d60-a432-7b3d133e38e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:47043 2025.12.24 02:41:32.038627 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:32.038650 [ 358 ] {} TCP-Session: 59b32f9e-f1a4-44e9-85f5-051880717e16 Authenticating user 'default' from [fd00:1122:3344:101::e]:60899 2025.12.24 02:41:32.038659 [ 356 ] {} TCP-Session: 69cb7692-ee44-4d60-a432-7b3d133e38e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.038671 [ 359 ] {} TCP-Session: 149c7870-c642-4fe8-afa3-d6026bd2846b Authenticating user 'default' from [fd00:1122:3344:101::e]:47212 2025.12.24 02:41:32.038692 [ 356 ] {} TCP-Session: 69cb7692-ee44-4d60-a432-7b3d133e38e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.038691 [ 358 ] {} TCP-Session: 59b32f9e-f1a4-44e9-85f5-051880717e16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.038710 [ 359 ] {} TCP-Session: 149c7870-c642-4fe8-afa3-d6026bd2846b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.038733 [ 358 ] {} TCP-Session: 59b32f9e-f1a4-44e9-85f5-051880717e16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.038749 [ 359 ] {} TCP-Session: 149c7870-c642-4fe8-afa3-d6026bd2846b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.038567 [ 353 ] {} TCP-Session: 1e628c68-e429-4e61-b3be-ceb90d041aed Authenticating user 'default' from [fd00:1122:3344:101::e]:40017 2025.12.24 02:41:32.038793 [ 352 ] {228a742d-be79-4284-9da8-086f7ba860ad} executeQuery: (from [fd00:1122:3344:101::e]:40370) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:41:32.038825 [ 353 ] {} TCP-Session: 1e628c68-e429-4e61-b3be-ceb90d041aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.038468 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52080 2025.12.24 02:41:32.038881 [ 353 ] {} TCP-Session: 1e628c68-e429-4e61-b3be-ceb90d041aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.038448 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52343 2025.12.24 02:41:32.038440 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43640 2025.12.24 02:41:32.038968 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:32.038549 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:32.039004 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:32.039006 [ 357 ] {} TCP-Session: e3492560-556c-4237-90ed-669d7ac5e0bc Authenticating user 'default' from [fd00:1122:3344:101::e]:52080 2025.12.24 02:41:32.039028 [ 290 ] {} TCP-Session: be46c809-0124-42dd-8cd3-844f2b2b4465 Authenticating user 'default' from [fd00:1122:3344:101::e]:40620 2025.12.24 02:41:32.039029 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:41:32.039057 [ 290 ] {} TCP-Session: be46c809-0124-42dd-8cd3-844f2b2b4465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.039055 [ 357 ] {} TCP-Session: e3492560-556c-4237-90ed-669d7ac5e0bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.039077 [ 354 ] {} TCP-Session: 96f06991-1439-4cf5-bddb-d5cbebc732ef Authenticating user 'default' from [fd00:1122:3344:101::e]:43640 2025.12.24 02:41:32.039088 [ 357 ] {} TCP-Session: e3492560-556c-4237-90ed-669d7ac5e0bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.039108 [ 354 ] {} TCP-Session: 96f06991-1439-4cf5-bddb-d5cbebc732ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.039079 [ 290 ] {} TCP-Session: be46c809-0124-42dd-8cd3-844f2b2b4465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.039133 [ 354 ] {} TCP-Session: 96f06991-1439-4cf5-bddb-d5cbebc732ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.039040 [ 355 ] {} TCP-Session: d3764075-0db5-4045-a978-e7826d4bbddf Authenticating user 'default' from [fd00:1122:3344:101::e]:52343 2025.12.24 02:41:32.039189 [ 355 ] {} TCP-Session: d3764075-0db5-4045-a978-e7826d4bbddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.039201 [ 355 ] {} TCP-Session: d3764075-0db5-4045-a978-e7826d4bbddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.039207 [ 352 ] {228a742d-be79-4284-9da8-086f7ba860ad} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:41:32.039280 [ 352 ] {228a742d-be79-4284-9da8-086f7ba860ad} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:41:32.039672 [ 352 ] {228a742d-be79-4284-9da8-086f7ba860ad} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:41:32.040805 [ 308 ] {228a742d-be79-4284-9da8-086f7ba860ad} AggregatingTransform: Aggregating 2025.12.24 02:41:32.040845 [ 308 ] {228a742d-be79-4284-9da8-086f7ba860ad} Aggregator: Aggregation method: without_key 2025.12.24 02:41:32.040910 [ 308 ] {228a742d-be79-4284-9da8-086f7ba860ad} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001097407 sec. (911.239 rows/sec., 35.60 KiB/sec.) 2025.12.24 02:41:32.040932 [ 308 ] {228a742d-be79-4284-9da8-086f7ba860ad} Aggregator: Merging aggregated data 2025.12.24 02:41:32.042322 [ 352 ] {228a742d-be79-4284-9da8-086f7ba860ad} executeQuery: Read 1 rows, 40.00 B in 0.00361 sec., 277.0083102493075 rows/sec., 10.82 KiB/sec. 2025.12.24 02:41:32.042459 [ 352 ] {228a742d-be79-4284-9da8-086f7ba860ad} TCPHandler: Processed in 0.004083825 sec. 2025.12.24 02:41:32.042625 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:32.042665 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:32.042678 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:32.042702 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:32.042735 [ 359 ] {} TCP-Session: 149c7870-c642-4fe8-afa3-d6026bd2846b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.042753 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:32.042777 [ 357 ] {} TCP-Session: e3492560-556c-4237-90ed-669d7ac5e0bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.042795 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:32.042810 [ 356 ] {} TCP-Session: 69cb7692-ee44-4d60-a432-7b3d133e38e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.042747 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:32.042859 [ 358 ] {} TCP-Session: 59b32f9e-f1a4-44e9-85f5-051880717e16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.042749 [ 353 ] {} TCP-Session: 1e628c68-e429-4e61-b3be-ceb90d041aed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.042892 [ 354 ] {} TCP-Session: 96f06991-1439-4cf5-bddb-d5cbebc732ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.042722 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:32.042668 [ 352 ] {} TCP-Session: e7c1efc4-7d81-4c64-a56c-5012aec02576 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.042776 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:41:32.042969 [ 290 ] {} TCP-Session: be46c809-0124-42dd-8cd3-844f2b2b4465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.043010 [ 355 ] {} TCP-Session: d3764075-0db5-4045-a978-e7826d4bbddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:41:32.339059 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 38799 2025.12.24 02:41:32.339726 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:32.339800 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:32.340431 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 02:41:32.340756 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:32.340959 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38799 2025.12.24 02:41:32.340973 [ 85 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 02:41:32.341056 [ 85 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:32.341085 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:32.341215 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 02:41:32.341381 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:32.341434 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 36367 rows starting from the beginning of the part 2025.12.24 02:41:32.341537 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 512 rows starting from the beginning of the part 2025.12.24 02:41:32.341610 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 448 rows starting from the beginning of the part 2025.12.24 02:41:32.341669 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 512 rows starting from the beginning of the part 2025.12.24 02:41:32.341724 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 448 rows starting from the beginning of the part 2025.12.24 02:41:32.341777 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 512 rows starting from the beginning of the part 2025.12.24 02:41:32.345315 [ 186 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 38799 rows, containing 4 columns (4 merged, 0 gathered) in 0.004149417 sec., 9350470.198584525 rows/sec., 133.76 MiB/sec. 2025.12.24 02:41:32.345648 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 02:41:32.345977 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:32.346067 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_81_16} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 02:41:32.346164 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2025.12.24 02:41:34.459551 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2025.12.24 02:41:34.478262 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:34.478334 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:34.484733 [ 243 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 02:41:34.485503 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:34.485834 [ 84 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 02:41:34.485895 [ 84 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:34.485916 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:34.486015 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 02:41:34.489101 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:34.489244 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2025.12.24 02:41:34.489973 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part 2025.12.24 02:41:34.493407 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part 2025.12.24 02:41:34.496865 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part 2025.12.24 02:41:34.500828 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part 2025.12.24 02:41:34.505367 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part 2025.12.24 02:41:34.509880 [ 199 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part 2025.12.24 02:41:34.568066 [ 186 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.082089427 sec., 7430.9204277915105 rows/sec., 38.42 MiB/sec. 2025.12.24 02:41:34.571408 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 02:41:34.573565 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:34.573684 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_81_16} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 02:41:34.577011 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.12.24 02:41:34.968128 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1840 2025.12.24 02:41:34.970726 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:34.970792 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:34.972117 [ 242 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 02:41:34.972414 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:34.972828 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1840 2025.12.24 02:41:36.327790 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:36.327991 [ 4 ] {e860c506-7d6f-40a8-a95b-2ac65a0f1d40} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:36.328068 [ 4 ] {e860c506-7d6f-40a8-a95b-2ac65a0f1d40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:36.328699 [ 4 ] {e860c506-7d6f-40a8-a95b-2ac65a0f1d40} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:36.328751 [ 4 ] {e860c506-7d6f-40a8-a95b-2ac65a0f1d40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:36.329163 [ 4 ] {e860c506-7d6f-40a8-a95b-2ac65a0f1d40} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.12.24 02:41:36.329396 [ 4 ] {e860c506-7d6f-40a8-a95b-2ac65a0f1d40} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:36.329565 [ 4 ] {e860c506-7d6f-40a8-a95b-2ac65a0f1d40} executeQuery: Read 84 rows, 7.20 KiB in 0.001626 sec., 51660.51660516605 rows/sec., 4.32 MiB/sec. 2025.12.24 02:41:36.329615 [ 4 ] {e860c506-7d6f-40a8-a95b-2ac65a0f1d40} TCPHandler: Processed in 0.001961771 sec. 2025.12.24 02:41:36.329736 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:36.329839 [ 4 ] {0f8a2097-6d04-4d45-abb3-8f24b8924d6c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:36.329884 [ 4 ] {0f8a2097-6d04-4d45-abb3-8f24b8924d6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:36.330296 [ 4 ] {0f8a2097-6d04-4d45-abb3-8f24b8924d6c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:36.330334 [ 4 ] {0f8a2097-6d04-4d45-abb3-8f24b8924d6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:36.330643 [ 4 ] {0f8a2097-6d04-4d45-abb3-8f24b8924d6c} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.12.24 02:41:36.330856 [ 4 ] {0f8a2097-6d04-4d45-abb3-8f24b8924d6c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:36.330997 [ 4 ] {0f8a2097-6d04-4d45-abb3-8f24b8924d6c} executeQuery: Read 14 rows, 1.05 KiB in 0.001182 sec., 11844.331641285955 rows/sec., 890.64 KiB/sec. 2025.12.24 02:41:36.331037 [ 4 ] {0f8a2097-6d04-4d45-abb3-8f24b8924d6c} TCPHandler: Processed in 0.001354171 sec. 2025.12.24 02:41:36.331142 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:36.331237 [ 4 ] {6ce9480f-f721-41c6-9eb3-43c68629ea3f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:36.331278 [ 4 ] {6ce9480f-f721-41c6-9eb3-43c68629ea3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:36.331687 [ 4 ] {6ce9480f-f721-41c6-9eb3-43c68629ea3f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:36.331723 [ 4 ] {6ce9480f-f721-41c6-9eb3-43c68629ea3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:36.332028 [ 4 ] {6ce9480f-f721-41c6-9eb3-43c68629ea3f} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.12.24 02:41:36.332252 [ 4 ] {6ce9480f-f721-41c6-9eb3-43c68629ea3f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:36.332386 [ 4 ] {6ce9480f-f721-41c6-9eb3-43c68629ea3f} executeQuery: Read 78 rows, 6.24 KiB in 0.001168 sec., 66780.82191780822 rows/sec., 5.21 MiB/sec. 2025.12.24 02:41:36.332424 [ 4 ] {6ce9480f-f721-41c6-9eb3-43c68629ea3f} TCPHandler: Processed in 0.001333122 sec. 2025.12.24 02:41:36.332534 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:36.332661 [ 4 ] {f21de442-ad62-457a-9f0a-ffd3a56389f3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:36.332706 [ 4 ] {f21de442-ad62-457a-9f0a-ffd3a56389f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:36.333103 [ 4 ] {f21de442-ad62-457a-9f0a-ffd3a56389f3} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:36.333139 [ 4 ] {f21de442-ad62-457a-9f0a-ffd3a56389f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:36.333506 [ 4 ] {f21de442-ad62-457a-9f0a-ffd3a56389f3} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.12.24 02:41:36.333726 [ 4 ] {f21de442-ad62-457a-9f0a-ffd3a56389f3} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:36.333864 [ 4 ] {f21de442-ad62-457a-9f0a-ffd3a56389f3} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2025.12.24 02:41:36.333925 [ 4 ] {f21de442-ad62-457a-9f0a-ffd3a56389f3} TCPHandler: Processed in 0.001441252 sec. 2025.12.24 02:41:36.334032 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:36.334135 [ 4 ] {e49cab3e-0d8a-4ead-9130-aa800b1af5ff} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:36.334191 [ 4 ] {e49cab3e-0d8a-4ead-9130-aa800b1af5ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:36.334969 [ 4 ] {e49cab3e-0d8a-4ead-9130-aa800b1af5ff} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:36.335005 [ 4 ] {e49cab3e-0d8a-4ead-9130-aa800b1af5ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:36.335550 [ 4 ] {e49cab3e-0d8a-4ead-9130-aa800b1af5ff} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.12.24 02:41:36.335770 [ 4 ] {e49cab3e-0d8a-4ead-9130-aa800b1af5ff} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:36.335919 [ 4 ] {e49cab3e-0d8a-4ead-9130-aa800b1af5ff} executeQuery: Read 14 rows, 25.69 KiB in 0.001802 sec., 7769.145394006659 rows/sec., 13.92 MiB/sec. 2025.12.24 02:41:36.335987 [ 4 ] {e49cab3e-0d8a-4ead-9130-aa800b1af5ff} TCPHandler: Processed in 0.002004702 sec. 2025.12.24 02:41:36.336102 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:36.336197 [ 4 ] {32e5dca7-40eb-46cc-896d-5f4870fff699} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:36.336238 [ 4 ] {32e5dca7-40eb-46cc-896d-5f4870fff699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:36.336580 [ 4 ] {32e5dca7-40eb-46cc-896d-5f4870fff699} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:36.336616 [ 4 ] {32e5dca7-40eb-46cc-896d-5f4870fff699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:36.336922 [ 4 ] {32e5dca7-40eb-46cc-896d-5f4870fff699} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.12.24 02:41:36.337126 [ 4 ] {32e5dca7-40eb-46cc-896d-5f4870fff699} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:36.337255 [ 4 ] {32e5dca7-40eb-46cc-896d-5f4870fff699} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.12.24 02:41:36.337293 [ 4 ] {32e5dca7-40eb-46cc-896d-5f4870fff699} TCPHandler: Processed in 0.00124038 sec. 2025.12.24 02:41:39.657649 [ 71 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:41:39.657750 [ 71 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:41:39.841182 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 39247 2025.12.24 02:41:39.841744 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:39.841801 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:39.842333 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 02:41:39.842563 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:39.842710 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39247 2025.12.24 02:41:41.326665 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:41.326835 [ 4 ] {c9f6eff2-5acd-4fbd-8920-9eeaf8ef54ed} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:41.326899 [ 4 ] {c9f6eff2-5acd-4fbd-8920-9eeaf8ef54ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:41.327546 [ 4 ] {c9f6eff2-5acd-4fbd-8920-9eeaf8ef54ed} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.327590 [ 4 ] {c9f6eff2-5acd-4fbd-8920-9eeaf8ef54ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.327983 [ 4 ] {c9f6eff2-5acd-4fbd-8920-9eeaf8ef54ed} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.12.24 02:41:41.328223 [ 4 ] {c9f6eff2-5acd-4fbd-8920-9eeaf8ef54ed} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.328366 [ 79 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.12.24 02:41:41.328388 [ 4 ] {c9f6eff2-5acd-4fbd-8920-9eeaf8ef54ed} executeQuery: Read 108 rows, 9.29 KiB in 0.001596 sec., 67669.17293233082 rows/sec., 5.68 MiB/sec. 2025.12.24 02:41:41.328445 [ 79 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.328467 [ 4 ] {c9f6eff2-5acd-4fbd-8920-9eeaf8ef54ed} TCPHandler: Processed in 0.00191966 sec. 2025.12.24 02:41:41.328475 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.328604 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:41.328611 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.12.24 02:41:41.328711 [ 4 ] {e7acff51-bb15-4deb-8184-bc561801bdf6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:41.328759 [ 4 ] {e7acff51-bb15-4deb-8184-bc561801bdf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:41.328772 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:41.328814 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1406 rows starting from the beginning of the part 2025.12.24 02:41:41.328886 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 108 rows starting from the beginning of the part 2025.12.24 02:41:41.328945 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 84 rows starting from the beginning of the part 2025.12.24 02:41:41.328995 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1250 rows starting from the beginning of the part 2025.12.24 02:41:41.329042 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 84 rows starting from the beginning of the part 2025.12.24 02:41:41.329085 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 108 rows starting from the beginning of the part 2025.12.24 02:41:41.329240 [ 4 ] {e7acff51-bb15-4deb-8184-bc561801bdf6} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.329282 [ 4 ] {e7acff51-bb15-4deb-8184-bc561801bdf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.329615 [ 4 ] {e7acff51-bb15-4deb-8184-bc561801bdf6} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.12.24 02:41:41.329832 [ 4 ] {e7acff51-bb15-4deb-8184-bc561801bdf6} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.329948 [ 79 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.12.24 02:41:41.329977 [ 79 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.329979 [ 4 ] {e7acff51-bb15-4deb-8184-bc561801bdf6} executeQuery: Read 26 rows, 1.96 KiB in 0.00129 sec., 20155.038759689924 rows/sec., 1.48 MiB/sec. 2025.12.24 02:41:41.329994 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.330032 [ 4 ] {e7acff51-bb15-4deb-8184-bc561801bdf6} TCPHandler: Processed in 0.001479623 sec. 2025.12.24 02:41:41.330136 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.12.24 02:41:41.330197 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:41.330297 [ 4 ] {2828dc96-10a8-467d-89d6-b03c9469598d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:41.330298 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:41.330341 [ 4 ] {2828dc96-10a8-467d-89d6-b03c9469598d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:41.330354 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 70 rows starting from the beginning of the part 2025.12.24 02:41:41.330434 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 26 rows starting from the beginning of the part 2025.12.24 02:41:41.330484 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 14 rows starting from the beginning of the part 2025.12.24 02:41:41.330534 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 30 rows starting from the beginning of the part 2025.12.24 02:41:41.330541 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 3040 rows, containing 5 columns (5 merged, 0 gathered) in 0.001989791 sec., 1527798.6481997357 rows/sec., 133.34 MiB/sec. 2025.12.24 02:41:41.330590 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 14 rows starting from the beginning of the part 2025.12.24 02:41:41.330658 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 26 rows starting from the beginning of the part 2025.12.24 02:41:41.330786 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.12.24 02:41:41.330801 [ 4 ] {2828dc96-10a8-467d-89d6-b03c9469598d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.330844 [ 4 ] {2828dc96-10a8-467d-89d6-b03c9469598d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.331150 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.331205 [ 4 ] {2828dc96-10a8-467d-89d6-b03c9469598d} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.12.24 02:41:41.331239 [ 187 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_121_24} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.12.24 02:41:41.331337 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 02:41:41.331507 [ 4 ] {2828dc96-10a8-467d-89d6-b03c9469598d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.331652 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.001587335 sec., 113397.61298024676 rows/sec., 8.72 MiB/sec. 2025.12.24 02:41:41.331655 [ 4 ] {2828dc96-10a8-467d-89d6-b03c9469598d} executeQuery: Read 90 rows, 7.20 KiB in 0.001377 sec., 65359.47712418301 rows/sec., 5.10 MiB/sec. 2025.12.24 02:41:41.331665 [ 78 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.12.24 02:41:41.331720 [ 4 ] {2828dc96-10a8-467d-89d6-b03c9469598d} TCPHandler: Processed in 0.001572195 sec. 2025.12.24 02:41:41.331732 [ 78 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.331760 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.331797 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.12.24 02:41:41.331832 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.12.24 02:41:41.331847 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:41.331942 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:41.331959 [ 4 ] {458d5f23-71e4-4e98-9c91-ece9d1c92ec5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:41.331976 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 632 rows starting from the beginning of the part 2025.12.24 02:41:41.332014 [ 4 ] {458d5f23-71e4-4e98-9c91-ece9d1c92ec5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:41.332032 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 90 rows starting from the beginning of the part 2025.12.24 02:41:41.332069 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.332076 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 78 rows starting from the beginning of the part 2025.12.24 02:41:41.332126 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 550 rows starting from the beginning of the part 2025.12.24 02:41:41.332149 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_116_23} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.12.24 02:41:41.332162 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 78 rows starting from the beginning of the part 2025.12.24 02:41:41.332204 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 90 rows starting from the beginning of the part 2025.12.24 02:41:41.332247 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 02:41:41.332462 [ 4 ] {458d5f23-71e4-4e98-9c91-ece9d1c92ec5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.332499 [ 4 ] {458d5f23-71e4-4e98-9c91-ece9d1c92ec5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.332841 [ 4 ] {458d5f23-71e4-4e98-9c91-ece9d1c92ec5} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.12.24 02:41:41.333047 [ 4 ] {458d5f23-71e4-4e98-9c91-ece9d1c92ec5} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.333196 [ 78 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 4 parts from all_1_116_23 to all_119_119_0 2025.12.24 02:41:41.333202 [ 4 ] {458d5f23-71e4-4e98-9c91-ece9d1c92ec5} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2025.12.24 02:41:41.333233 [ 78 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.333232 [ 191 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 1518 rows, containing 5 columns (5 merged, 0 gathered) in 0.001427953 sec., 1063060.1987600431 rows/sec., 84.38 MiB/sec. 2025.12.24 02:41:41.333265 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.333268 [ 4 ] {458d5f23-71e4-4e98-9c91-ece9d1c92ec5} TCPHandler: Processed in 0.001471613 sec. 2025.12.24 02:41:41.333348 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_119_24} MergeTask::PrepareStage: Merging 4 parts: from all_1_116_23 to all_119_119_0 into Compact with storage Full 2025.12.24 02:41:41.333405 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:41.333423 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.12.24 02:41:41.333426 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_119_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:41.333475 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_119_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_116_23, total 32932 rows starting from the beginning of the part 2025.12.24 02:41:41.333502 [ 4 ] {5975153f-29d0-425a-8cb2-eea0331543e2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:41.333531 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part 2025.12.24 02:41:41.333558 [ 4 ] {5975153f-29d0-425a-8cb2-eea0331543e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:41.333577 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part 2025.12.24 02:41:41.333616 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 846 rows starting from the beginning of the part 2025.12.24 02:41:41.333719 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.333802 [ 186 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_121_24} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.12.24 02:41:41.333877 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 02:41:41.334436 [ 4 ] {5975153f-29d0-425a-8cb2-eea0331543e2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.334480 [ 4 ] {5975153f-29d0-425a-8cb2-eea0331543e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.335049 [ 4 ] {5975153f-29d0-425a-8cb2-eea0331543e2} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.12.24 02:41:41.335283 [ 4 ] {5975153f-29d0-425a-8cb2-eea0331543e2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.335424 [ 78 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.12.24 02:41:41.335434 [ 4 ] {5975153f-29d0-425a-8cb2-eea0331543e2} executeQuery: Read 26 rows, 47.71 KiB in 0.001949 sec., 13340.174448435095 rows/sec., 23.90 MiB/sec. 2025.12.24 02:41:41.335463 [ 78 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.335487 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.335532 [ 4 ] {5975153f-29d0-425a-8cb2-eea0331543e2} TCPHandler: Processed in 0.002171985 sec. 2025.12.24 02:41:41.335578 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.12.24 02:41:41.335679 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:41.335780 [ 4 ] {03989335-99a7-441c-bb12-ec45467a4a54} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:41.335812 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:41.335823 [ 4 ] {03989335-99a7-441c-bb12-ec45467a4a54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:41.335881 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2149 rows starting from the beginning of the part 2025.12.24 02:41:41.336034 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 26 rows starting from the beginning of the part 2025.12.24 02:41:41.336153 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 14 rows starting from the beginning of the part 2025.12.24 02:41:41.336227 [ 4 ] {03989335-99a7-441c-bb12-ec45467a4a54} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.336264 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 26 rows starting from the beginning of the part 2025.12.24 02:41:41.336275 [ 4 ] {03989335-99a7-441c-bb12-ec45467a4a54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.336363 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 14 rows starting from the beginning of the part 2025.12.24 02:41:41.336462 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 26 rows starting from the beginning of the part 2025.12.24 02:41:41.336676 [ 4 ] {03989335-99a7-441c-bb12-ec45467a4a54} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.12.24 02:41:41.336939 [ 4 ] {03989335-99a7-441c-bb12-ec45467a4a54} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.337068 [ 78 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.12.24 02:41:41.337081 [ 4 ] {03989335-99a7-441c-bb12-ec45467a4a54} executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec. 2025.12.24 02:41:41.337101 [ 78 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:41.337124 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:41.337128 [ 4 ] {03989335-99a7-441c-bb12-ec45467a4a54} TCPHandler: Processed in 0.001498844 sec. 2025.12.24 02:41:41.337189 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.12.24 02:41:41.337286 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:41.337314 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6888 rows starting from the beginning of the part 2025.12.24 02:41:41.337359 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part 2025.12.24 02:41:41.337398 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part 2025.12.24 02:41:41.337431 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part 2025.12.24 02:41:41.337464 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part 2025.12.24 02:41:41.337499 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part 2025.12.24 02:41:41.339859 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_119_24} MergeTask::MergeProjectionsStage: Merge sorted 34098 rows, containing 5 columns (5 merged, 0 gathered) in 0.006535694 sec., 5217196.521134557 rows/sec., 358.39 MiB/sec. 2025.12.24 02:41:41.339890 [ 201 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 7188 rows, containing 4 columns (4 merged, 0 gathered) in 0.002724123 sec., 2638647.3738520616 rows/sec., 177.83 MiB/sec. 2025.12.24 02:41:41.340133 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_119_24} MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) 2025.12.24 02:41:41.340421 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_119_24} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.340500 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_119_24} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 4 parts: [all_1_116_23, all_119_119_0] -> all_1_119_24 2025.12.24 02:41:41.340577 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.12.24 02:41:41.340581 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.12.24 02:41:41.340826 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.340893 [ 194 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_121_24} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.12.24 02:41:41.340955 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.12.24 02:41:41.346973 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2255 rows, containing 19 columns (19 merged, 0 gathered) in 0.011436252 sec., 197179.98519095243 rows/sec., 353.34 MiB/sec. 2025.12.24 02:41:41.349163 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.12.24 02:41:41.349509 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:41.349581 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_116_23} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.12.24 02:41:41.349698 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.47 MiB. 2025.12.24 02:41:41.989373 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2025.12.24 02:41:42.000212 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 388.48 MiB, peak 407.29 MiB, free memory in arenas 0.00 B, will set to 392.59 MiB (RSS), difference: 4.11 MiB 2025.12.24 02:41:42.007744 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:42.007800 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:42.014205 [ 243 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 02:41:42.014944 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:42.018159 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2025.12.24 02:41:44.973153 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1864 2025.12.24 02:41:44.975522 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:44.975586 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:44.976850 [ 242 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 02:41:44.977142 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:44.977298 [ 76 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 02:41:44.977369 [ 76 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:44.977391 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:44.977500 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 02:41:44.977535 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1864 2025.12.24 02:41:44.978056 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:44.978201 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1726 rows starting from the beginning of the part 2025.12.24 02:41:44.978550 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 26 rows starting from the beginning of the part 2025.12.24 02:41:44.978853 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 24 rows starting from the beginning of the part 2025.12.24 02:41:44.979148 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 30 rows starting from the beginning of the part 2025.12.24 02:41:44.979427 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 34 rows starting from the beginning of the part 2025.12.24 02:41:44.979705 [ 194 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 24 rows starting from the beginning of the part 2025.12.24 02:41:44.985962 [ 201 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1864 rows, containing 72 columns (72 merged, 0 gathered) in 0.008508085 sec., 219085.72845710872 rows/sec., 166.49 MiB/sec. 2025.12.24 02:41:44.987872 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 02:41:44.988546 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:44.988634 [ 196 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_61_12} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 02:41:44.989025 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.97 MiB. 2025.12.24 02:41:46.031199 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:46.031260 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:46.037398 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:46.194890 [ 220 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:46.194941 [ 220 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:46.207400 [ 220 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:46.293450 [ 222 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:46.293506 [ 222 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:46.301839 [ 222 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:46.328614 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:46.328774 [ 4 ] {2cf91261-bab4-4da5-9b36-97c7b26aa778} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:41:46.328840 [ 4 ] {2cf91261-bab4-4da5-9b36-97c7b26aa778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:41:46.329567 [ 4 ] {2cf91261-bab4-4da5-9b36-97c7b26aa778} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.329610 [ 4 ] {2cf91261-bab4-4da5-9b36-97c7b26aa778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.329992 [ 4 ] {2cf91261-bab4-4da5-9b36-97c7b26aa778} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:41:46.330237 [ 4 ] {2cf91261-bab4-4da5-9b36-97c7b26aa778} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.330369 [ 74 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.12.24 02:41:46.330392 [ 4 ] {2cf91261-bab4-4da5-9b36-97c7b26aa778} executeQuery: Read 24 rows, 2.04 KiB in 0.001664 sec., 14423.076923076924 rows/sec., 1.20 MiB/sec. 2025.12.24 02:41:46.330429 [ 74 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.330455 [ 4 ] {2cf91261-bab4-4da5-9b36-97c7b26aa778} TCPHandler: Processed in 0.001971551 sec. 2025.12.24 02:41:46.330459 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.330563 [ 221 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:41:46.330589 [ 197 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::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.12.24 02:41:46.330616 [ 221 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:41:46.330594 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:46.330718 [ 197 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:46.330743 [ 4 ] {ec379249-38d5-499a-975c-70a0d3216ccd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:41:46.330756 [ 197 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 24 rows starting from the beginning of the part 2025.12.24 02:41:46.330795 [ 4 ] {ec379249-38d5-499a-975c-70a0d3216ccd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:41:46.330834 [ 197 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2025.12.24 02:41:46.330885 [ 197 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.12.24 02:41:46.330927 [ 197 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2025.12.24 02:41:46.330969 [ 197 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2025.12.24 02:41:46.331233 [ 4 ] {ec379249-38d5-499a-975c-70a0d3216ccd} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.331274 [ 4 ] {ec379249-38d5-499a-975c-70a0d3216ccd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.331597 [ 4 ] {ec379249-38d5-499a-975c-70a0d3216ccd} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:41:46.331708 [ 190 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001168919 sec., 102658.95241672006 rows/sec., 8.91 MiB/sec. 2025.12.24 02:41:46.331830 [ 4 ] {ec379249-38d5-499a-975c-70a0d3216ccd} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.331846 [ 197 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.12.24 02:41:46.331974 [ 4 ] {ec379249-38d5-499a-975c-70a0d3216ccd} executeQuery: Read 14 rows, 1.14 KiB in 0.001255 sec., 11155.378486055777 rows/sec., 909.64 KiB/sec. 2025.12.24 02:41:46.332019 [ 4 ] {ec379249-38d5-499a-975c-70a0d3216ccd} TCPHandler: Processed in 0.001479364 sec. 2025.12.24 02:41:46.332122 [ 197 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_21_5} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.332134 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:46.332192 [ 197 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_21_5} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.12.24 02:41:46.332235 [ 4 ] {80b63550-93c6-4613-a460-c6b36b7c4072} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:46.332271 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:41:46.332281 [ 4 ] {80b63550-93c6-4613-a460-c6b36b7c4072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:46.332800 [ 4 ] {80b63550-93c6-4613-a460-c6b36b7c4072} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.332838 [ 4 ] {80b63550-93c6-4613-a460-c6b36b7c4072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.333168 [ 4 ] {80b63550-93c6-4613-a460-c6b36b7c4072} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.12.24 02:41:46.333380 [ 4 ] {80b63550-93c6-4613-a460-c6b36b7c4072} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.333510 [ 4 ] {80b63550-93c6-4613-a460-c6b36b7c4072} executeQuery: Read 211 rows, 19.17 KiB in 0.001294 sec., 163060.27820710975 rows/sec., 14.47 MiB/sec. 2025.12.24 02:41:46.333548 [ 4 ] {80b63550-93c6-4613-a460-c6b36b7c4072} TCPHandler: Processed in 0.001464614 sec. 2025.12.24 02:41:46.333659 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:46.333753 [ 4 ] {d7ba31f0-2f49-407d-9d86-4925d74b9927} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:46.333794 [ 4 ] {d7ba31f0-2f49-407d-9d86-4925d74b9927} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:46.334206 [ 4 ] {d7ba31f0-2f49-407d-9d86-4925d74b9927} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.334243 [ 4 ] {d7ba31f0-2f49-407d-9d86-4925d74b9927} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.334548 [ 4 ] {d7ba31f0-2f49-407d-9d86-4925d74b9927} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.12.24 02:41:46.334769 [ 4 ] {d7ba31f0-2f49-407d-9d86-4925d74b9927} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.334900 [ 4 ] {d7ba31f0-2f49-407d-9d86-4925d74b9927} executeQuery: Read 40 rows, 2.99 KiB in 0.001165 sec., 34334.76394849785 rows/sec., 2.51 MiB/sec. 2025.12.24 02:41:46.334938 [ 4 ] {d7ba31f0-2f49-407d-9d86-4925d74b9927} TCPHandler: Processed in 0.001328362 sec. 2025.12.24 02:41:46.335051 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:46.335144 [ 4 ] {28d3915b-0f2f-48da-be02-f6939167e9c4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:41:46.335184 [ 4 ] {28d3915b-0f2f-48da-be02-f6939167e9c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:41:46.335582 [ 4 ] {28d3915b-0f2f-48da-be02-f6939167e9c4} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.335619 [ 4 ] {28d3915b-0f2f-48da-be02-f6939167e9c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.335915 [ 4 ] {28d3915b-0f2f-48da-be02-f6939167e9c4} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 02:41:46.336126 [ 4 ] {28d3915b-0f2f-48da-be02-f6939167e9c4} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.336255 [ 4 ] {28d3915b-0f2f-48da-be02-f6939167e9c4} executeQuery: Read 24 rows, 2.04 KiB in 0.001129 sec., 21257.750221434897 rows/sec., 1.76 MiB/sec. 2025.12.24 02:41:46.336294 [ 4 ] {28d3915b-0f2f-48da-be02-f6939167e9c4} TCPHandler: Processed in 0.00129199 sec. 2025.12.24 02:41:46.336403 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:46.336495 [ 4 ] {812411a1-8e38-47e1-99a1-565ba9ba7aba} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:41:46.336535 [ 4 ] {812411a1-8e38-47e1-99a1-565ba9ba7aba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:41:46.336928 [ 4 ] {812411a1-8e38-47e1-99a1-565ba9ba7aba} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.336964 [ 4 ] {812411a1-8e38-47e1-99a1-565ba9ba7aba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.337257 [ 4 ] {812411a1-8e38-47e1-99a1-565ba9ba7aba} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 02:41:46.337350 [ 217 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:46.337384 [ 217 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:46.337531 [ 4 ] {812411a1-8e38-47e1-99a1-565ba9ba7aba} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.337638 [ 74 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.12.24 02:41:46.337667 [ 4 ] {812411a1-8e38-47e1-99a1-565ba9ba7aba} executeQuery: Read 12 rows, 960.00 B in 0.001189 sec., 10092.514718250632 rows/sec., 788.48 KiB/sec. 2025.12.24 02:41:46.337677 [ 74 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.337713 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.337715 [ 4 ] {812411a1-8e38-47e1-99a1-565ba9ba7aba} TCPHandler: Processed in 0.001361082 sec. 2025.12.24 02:41:46.337787 [ 197 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::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.12.24 02:41:46.337810 [ 219 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:41:46.337869 [ 197 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:46.337873 [ 219 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:41:46.337896 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:46.337903 [ 197 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 12 rows starting from the beginning of the part 2025.12.24 02:41:46.337970 [ 197 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2025.12.24 02:41:46.338001 [ 4 ] {68a3e435-17d9-4d87-9fb3-7438729e368a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:46.338009 [ 197 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2025.12.24 02:41:46.338050 [ 4 ] {68a3e435-17d9-4d87-9fb3-7438729e368a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:46.338059 [ 197 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2025.12.24 02:41:46.338103 [ 197 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2025.12.24 02:41:46.338152 [ 221 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:41:46.338536 [ 4 ] {68a3e435-17d9-4d87-9fb3-7438729e368a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.338579 [ 4 ] {68a3e435-17d9-4d87-9fb3-7438729e368a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.338763 [ 190 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001007607 sec., 59547.02577493011 rows/sec., 4.77 MiB/sec. 2025.12.24 02:41:46.338906 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.12.24 02:41:46.338924 [ 4 ] {68a3e435-17d9-4d87-9fb3-7438729e368a} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.12.24 02:41:46.339261 [ 4 ] {68a3e435-17d9-4d87-9fb3-7438729e368a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.339294 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_21_5} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.339374 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_21_5} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.12.24 02:41:46.339407 [ 4 ] {68a3e435-17d9-4d87-9fb3-7438729e368a} executeQuery: Read 128 rows, 10.64 KiB in 0.001425 sec., 89824.56140350876 rows/sec., 7.29 MiB/sec. 2025.12.24 02:41:46.339446 [ 4 ] {68a3e435-17d9-4d87-9fb3-7438729e368a} TCPHandler: Processed in 0.001599546 sec. 2025.12.24 02:41:46.339468 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.12.24 02:41:46.339560 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:46.339654 [ 4 ] {6a73f6ea-9fd2-48ac-95ca-ed421fc3bb23} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:46.339697 [ 4 ] {6a73f6ea-9fd2-48ac-95ca-ed421fc3bb23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:46.340113 [ 4 ] {6a73f6ea-9fd2-48ac-95ca-ed421fc3bb23} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.340151 [ 4 ] {6a73f6ea-9fd2-48ac-95ca-ed421fc3bb23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.340227 [ 219 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:41:46.340522 [ 4 ] {6a73f6ea-9fd2-48ac-95ca-ed421fc3bb23} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.12.24 02:41:46.340780 [ 4 ] {6a73f6ea-9fd2-48ac-95ca-ed421fc3bb23} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.340818 [ 217 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:41:46.340916 [ 4 ] {6a73f6ea-9fd2-48ac-95ca-ed421fc3bb23} executeQuery: Read 203 rows, 14.89 KiB in 0.001281 sec., 158469.94535519124 rows/sec., 11.35 MiB/sec. 2025.12.24 02:41:46.340957 [ 4 ] {6a73f6ea-9fd2-48ac-95ca-ed421fc3bb23} TCPHandler: Processed in 0.001446243 sec. 2025.12.24 02:41:46.341069 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:46.341162 [ 4 ] {bf1f1f79-cb2c-4084-a649-d71090bec5ef} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:46.341217 [ 4 ] {bf1f1f79-cb2c-4084-a649-d71090bec5ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:46.342024 [ 4 ] {bf1f1f79-cb2c-4084-a649-d71090bec5ef} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.342061 [ 4 ] {bf1f1f79-cb2c-4084-a649-d71090bec5ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.342583 [ 4 ] {bf1f1f79-cb2c-4084-a649-d71090bec5ef} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.12.24 02:41:46.342802 [ 4 ] {bf1f1f79-cb2c-4084-a649-d71090bec5ef} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.342942 [ 4 ] {bf1f1f79-cb2c-4084-a649-d71090bec5ef} executeQuery: Read 14 rows, 25.69 KiB in 0.001797 sec., 7790.762381747357 rows/sec., 13.96 MiB/sec. 2025.12.24 02:41:46.343009 [ 4 ] {bf1f1f79-cb2c-4084-a649-d71090bec5ef} TCPHandler: Processed in 0.001988321 sec. 2025.12.24 02:41:46.343123 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:46.343216 [ 4 ] {7aba5963-38b3-4735-8c63-cc1ebf45a2ef} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:46.343258 [ 4 ] {7aba5963-38b3-4735-8c63-cc1ebf45a2ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:46.343590 [ 4 ] {7aba5963-38b3-4735-8c63-cc1ebf45a2ef} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:46.343625 [ 4 ] {7aba5963-38b3-4735-8c63-cc1ebf45a2ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:46.343925 [ 4 ] {7aba5963-38b3-4735-8c63-cc1ebf45a2ef} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.12.24 02:41:46.344151 [ 4 ] {7aba5963-38b3-4735-8c63-cc1ebf45a2ef} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:46.344285 [ 4 ] {7aba5963-38b3-4735-8c63-cc1ebf45a2ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.12.24 02:41:46.344333 [ 4 ] {7aba5963-38b3-4735-8c63-cc1ebf45a2ef} TCPHandler: Processed in 0.00125937 sec. 2025.12.24 02:41:47.000256 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 389.34 MiB, peak 407.29 MiB, free memory in arenas 0.00 B, will set to 392.59 MiB (RSS), difference: 3.25 MiB 2025.12.24 02:41:47.048600 [ 222 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:47.048652 [ 222 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:47.050891 [ 222 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:47.342913 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 39759 2025.12.24 02:41:47.343501 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:47.343552 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:47.344053 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 02:41:47.344303 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:47.344469 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39759 2025.12.24 02:41:47.427862 [ 225 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:47.427919 [ 225 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:47.430141 [ 225 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:41:48.000289 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 388.60 MiB, peak 407.29 MiB, free memory in arenas 0.00 B, will set to 392.59 MiB (RSS), difference: 3.99 MiB 2025.12.24 02:41:49.518306 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2025.12.24 02:41:49.536524 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:49.536577 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:49.542744 [ 243 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 02:41:49.543454 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:49.546533 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2025.12.24 02:41:51.327599 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:51.327771 [ 4 ] {83214b21-6ff1-4aed-a155-fc05fb9f29eb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:51.327832 [ 4 ] {83214b21-6ff1-4aed-a155-fc05fb9f29eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:51.328513 [ 4 ] {83214b21-6ff1-4aed-a155-fc05fb9f29eb} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:51.328555 [ 4 ] {83214b21-6ff1-4aed-a155-fc05fb9f29eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:51.328934 [ 4 ] {83214b21-6ff1-4aed-a155-fc05fb9f29eb} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.12.24 02:41:51.329145 [ 4 ] {83214b21-6ff1-4aed-a155-fc05fb9f29eb} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:51.329290 [ 4 ] {83214b21-6ff1-4aed-a155-fc05fb9f29eb} executeQuery: Read 108 rows, 9.29 KiB in 0.001566 sec., 68965.51724137932 rows/sec., 5.79 MiB/sec. 2025.12.24 02:41:51.329331 [ 4 ] {83214b21-6ff1-4aed-a155-fc05fb9f29eb} TCPHandler: Processed in 0.001857049 sec. 2025.12.24 02:41:51.329451 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:51.329544 [ 4 ] {a23468ac-3b50-441e-bb80-347b49fb4455} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:51.329584 [ 4 ] {a23468ac-3b50-441e-bb80-347b49fb4455} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:51.329975 [ 4 ] {a23468ac-3b50-441e-bb80-347b49fb4455} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:51.330011 [ 4 ] {a23468ac-3b50-441e-bb80-347b49fb4455} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:51.330296 [ 4 ] {a23468ac-3b50-441e-bb80-347b49fb4455} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.12.24 02:41:51.330501 [ 4 ] {a23468ac-3b50-441e-bb80-347b49fb4455} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:51.330628 [ 4 ] {a23468ac-3b50-441e-bb80-347b49fb4455} executeQuery: Read 26 rows, 1.96 KiB in 0.001104 sec., 23550.72463768116 rows/sec., 1.73 MiB/sec. 2025.12.24 02:41:51.330665 [ 4 ] {a23468ac-3b50-441e-bb80-347b49fb4455} TCPHandler: Processed in 0.001261201 sec. 2025.12.24 02:41:51.330770 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:51.330860 [ 4 ] {ac43d0db-bdd0-4e3e-8284-62d43a6b9f69} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:51.330898 [ 4 ] {ac43d0db-bdd0-4e3e-8284-62d43a6b9f69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:51.331310 [ 4 ] {ac43d0db-bdd0-4e3e-8284-62d43a6b9f69} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:51.331344 [ 4 ] {ac43d0db-bdd0-4e3e-8284-62d43a6b9f69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:51.331632 [ 4 ] {ac43d0db-bdd0-4e3e-8284-62d43a6b9f69} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.12.24 02:41:51.331833 [ 4 ] {ac43d0db-bdd0-4e3e-8284-62d43a6b9f69} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:51.331954 [ 4 ] {ac43d0db-bdd0-4e3e-8284-62d43a6b9f69} executeQuery: Read 90 rows, 7.20 KiB in 0.001112 sec., 80935.25179856116 rows/sec., 6.32 MiB/sec. 2025.12.24 02:41:51.331990 [ 4 ] {ac43d0db-bdd0-4e3e-8284-62d43a6b9f69} TCPHandler: Processed in 0.001266691 sec. 2025.12.24 02:41:51.332101 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:51.332192 [ 4 ] {589e2caa-a808-4965-9428-46ae96f83dff} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:51.332233 [ 4 ] {589e2caa-a808-4965-9428-46ae96f83dff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:51.332627 [ 4 ] {589e2caa-a808-4965-9428-46ae96f83dff} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:51.332660 [ 4 ] {589e2caa-a808-4965-9428-46ae96f83dff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:51.332983 [ 4 ] {589e2caa-a808-4965-9428-46ae96f83dff} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.12.24 02:41:51.333190 [ 4 ] {589e2caa-a808-4965-9428-46ae96f83dff} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:51.333317 [ 4 ] {589e2caa-a808-4965-9428-46ae96f83dff} executeQuery: Read 160 rows, 11.41 KiB in 0.001143 sec., 139982.5021872266 rows/sec., 9.75 MiB/sec. 2025.12.24 02:41:51.333353 [ 4 ] {589e2caa-a808-4965-9428-46ae96f83dff} TCPHandler: Processed in 0.00129809 sec. 2025.12.24 02:41:51.333460 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:51.333559 [ 4 ] {3ca4fb3e-79eb-407d-abd1-d0bd0f431ba5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:51.333613 [ 4 ] {3ca4fb3e-79eb-407d-abd1-d0bd0f431ba5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:51.334427 [ 4 ] {3ca4fb3e-79eb-407d-abd1-d0bd0f431ba5} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:51.334461 [ 4 ] {3ca4fb3e-79eb-407d-abd1-d0bd0f431ba5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:51.334985 [ 4 ] {3ca4fb3e-79eb-407d-abd1-d0bd0f431ba5} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.12.24 02:41:51.335205 [ 4 ] {3ca4fb3e-79eb-407d-abd1-d0bd0f431ba5} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:51.335339 [ 4 ] {3ca4fb3e-79eb-407d-abd1-d0bd0f431ba5} executeQuery: Read 26 rows, 47.71 KiB in 0.001798 sec., 14460.511679644049 rows/sec., 25.91 MiB/sec. 2025.12.24 02:41:51.335402 [ 4 ] {3ca4fb3e-79eb-407d-abd1-d0bd0f431ba5} TCPHandler: Processed in 0.001989392 sec. 2025.12.24 02:41:51.335512 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:51.335606 [ 4 ] {a9d4878f-bc28-49a8-93ac-79dd130293f2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:51.335646 [ 4 ] {a9d4878f-bc28-49a8-93ac-79dd130293f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:51.335982 [ 4 ] {a9d4878f-bc28-49a8-93ac-79dd130293f2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:51.336016 [ 4 ] {a9d4878f-bc28-49a8-93ac-79dd130293f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:51.336306 [ 4 ] {a9d4878f-bc28-49a8-93ac-79dd130293f2} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.12.24 02:41:51.336502 [ 4 ] {a9d4878f-bc28-49a8-93ac-79dd130293f2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:51.336625 [ 4 ] {a9d4878f-bc28-49a8-93ac-79dd130293f2} executeQuery: Read 60 rows, 4.14 KiB in 0.001039 sec., 57747.83445620789 rows/sec., 3.89 MiB/sec. 2025.12.24 02:41:51.336660 [ 4 ] {a9d4878f-bc28-49a8-93ac-79dd130293f2} TCPHandler: Processed in 0.001195549 sec. 2025.12.24 02:41:54.657814 [ 13 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:41:54.657904 [ 13 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:41:54.844682 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 40207 2025.12.24 02:41:54.845168 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:54.845212 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:54.845684 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 02:41:54.845909 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:54.846059 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40207 2025.12.24 02:41:54.977788 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1896 2025.12.24 02:41:54.980276 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:54.980333 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:54.981598 [ 242 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 02:41:54.981887 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:54.982284 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1896 2025.12.24 02:41:56.327074 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:56.327266 [ 4 ] {4a84077f-1f3f-4e43-b258-1c71c25f741d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:41:56.327338 [ 4 ] {4a84077f-1f3f-4e43-b258-1c71c25f741d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:41:56.328028 [ 4 ] {4a84077f-1f3f-4e43-b258-1c71c25f741d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:56.328080 [ 4 ] {4a84077f-1f3f-4e43-b258-1c71c25f741d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:56.328468 [ 4 ] {4a84077f-1f3f-4e43-b258-1c71c25f741d} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.12.24 02:41:56.328693 [ 4 ] {4a84077f-1f3f-4e43-b258-1c71c25f741d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:56.328856 [ 4 ] {4a84077f-1f3f-4e43-b258-1c71c25f741d} executeQuery: Read 84 rows, 7.20 KiB in 0.001643 sec., 51125.98904443092 rows/sec., 4.28 MiB/sec. 2025.12.24 02:41:56.328908 [ 4 ] {4a84077f-1f3f-4e43-b258-1c71c25f741d} TCPHandler: Processed in 0.001965941 sec. 2025.12.24 02:41:56.329029 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:56.329131 [ 4 ] {4b68d278-fad0-4d15-899a-e21050c21fec} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:41:56.329175 [ 4 ] {4b68d278-fad0-4d15-899a-e21050c21fec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:41:56.329577 [ 4 ] {4b68d278-fad0-4d15-899a-e21050c21fec} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:56.329615 [ 4 ] {4b68d278-fad0-4d15-899a-e21050c21fec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:56.329908 [ 4 ] {4b68d278-fad0-4d15-899a-e21050c21fec} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.12.24 02:41:56.330117 [ 4 ] {4b68d278-fad0-4d15-899a-e21050c21fec} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:56.330245 [ 4 ] {4b68d278-fad0-4d15-899a-e21050c21fec} executeQuery: Read 14 rows, 1.05 KiB in 0.001138 sec., 12302.284710017575 rows/sec., 925.07 KiB/sec. 2025.12.24 02:41:56.330284 [ 4 ] {4b68d278-fad0-4d15-899a-e21050c21fec} TCPHandler: Processed in 0.00130768 sec. 2025.12.24 02:41:56.330390 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:56.330491 [ 4 ] {4d334062-4e0b-4f5e-9c9c-9d58fa98d151} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:41:56.330533 [ 4 ] {4d334062-4e0b-4f5e-9c9c-9d58fa98d151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:41:56.330958 [ 4 ] {4d334062-4e0b-4f5e-9c9c-9d58fa98d151} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:56.330995 [ 4 ] {4d334062-4e0b-4f5e-9c9c-9d58fa98d151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:56.331316 [ 4 ] {4d334062-4e0b-4f5e-9c9c-9d58fa98d151} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.12.24 02:41:56.331547 [ 4 ] {4d334062-4e0b-4f5e-9c9c-9d58fa98d151} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:56.331682 [ 4 ] {4d334062-4e0b-4f5e-9c9c-9d58fa98d151} executeQuery: Read 78 rows, 6.24 KiB in 0.001209 sec., 64516.12903225806 rows/sec., 5.04 MiB/sec. 2025.12.24 02:41:56.331723 [ 4 ] {4d334062-4e0b-4f5e-9c9c-9d58fa98d151} TCPHandler: Processed in 0.001383742 sec. 2025.12.24 02:41:56.331831 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:56.331928 [ 4 ] {01ecf0b4-14e1-4fb2-a0a8-03c273c2b8e3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:56.331972 [ 4 ] {01ecf0b4-14e1-4fb2-a0a8-03c273c2b8e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:41:56.332367 [ 4 ] {01ecf0b4-14e1-4fb2-a0a8-03c273c2b8e3} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:56.332404 [ 4 ] {01ecf0b4-14e1-4fb2-a0a8-03c273c2b8e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:56.332743 [ 4 ] {01ecf0b4-14e1-4fb2-a0a8-03c273c2b8e3} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.12.24 02:41:56.332963 [ 4 ] {01ecf0b4-14e1-4fb2-a0a8-03c273c2b8e3} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:56.333071 [ 15 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 4 parts from all_1_119_24 to all_122_122_0 2025.12.24 02:41:56.333099 [ 4 ] {01ecf0b4-14e1-4fb2-a0a8-03c273c2b8e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.12.24 02:41:56.333140 [ 15 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:56.333150 [ 4 ] {01ecf0b4-14e1-4fb2-a0a8-03c273c2b8e3} TCPHandler: Processed in 0.001367092 sec. 2025.12.24 02:41:56.333169 [ 15 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:56.333282 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:56.333294 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_122_25} MergeTask::PrepareStage: Merging 4 parts: from all_1_119_24 to all_122_122_0 into Compact with storage Full 2025.12.24 02:41:56.333407 [ 4 ] {da19cb64-6d09-4a33-a479-121712a9f778} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:41:56.333461 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_122_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:56.333477 [ 4 ] {da19cb64-6d09-4a33-a479-121712a9f778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:41:56.333504 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_122_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 34098 rows starting from the beginning of the part 2025.12.24 02:41:56.333583 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part 2025.12.24 02:41:56.333636 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part 2025.12.24 02:41:56.333685 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 203 rows starting from the beginning of the part 2025.12.24 02:41:56.334304 [ 4 ] {da19cb64-6d09-4a33-a479-121712a9f778} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:56.334345 [ 4 ] {da19cb64-6d09-4a33-a479-121712a9f778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:56.334885 [ 4 ] {da19cb64-6d09-4a33-a479-121712a9f778} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.12.24 02:41:56.335111 [ 4 ] {da19cb64-6d09-4a33-a479-121712a9f778} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:56.335256 [ 4 ] {da19cb64-6d09-4a33-a479-121712a9f778} executeQuery: Read 14 rows, 25.69 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 13.40 MiB/sec. 2025.12.24 02:41:56.335322 [ 4 ] {da19cb64-6d09-4a33-a479-121712a9f778} TCPHandler: Processed in 0.002102184 sec. 2025.12.24 02:41:56.335433 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:41:56.335527 [ 4 ] {f9f0d496-bcce-4759-86b4-6c07a64fdd6e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:41:56.335568 [ 4 ] {f9f0d496-bcce-4759-86b4-6c07a64fdd6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:41:56.335898 [ 4 ] {f9f0d496-bcce-4759-86b4-6c07a64fdd6e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:56.335934 [ 4 ] {f9f0d496-bcce-4759-86b4-6c07a64fdd6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:56.336247 [ 4 ] {f9f0d496-bcce-4759-86b4-6c07a64fdd6e} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.12.24 02:41:56.336463 [ 4 ] {f9f0d496-bcce-4759-86b4-6c07a64fdd6e} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:56.336593 [ 4 ] {f9f0d496-bcce-4759-86b4-6c07a64fdd6e} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.12.24 02:41:56.336630 [ 4 ] {f9f0d496-bcce-4759-86b4-6c07a64fdd6e} TCPHandler: Processed in 0.001245529 sec. 2025.12.24 02:41:56.339669 [ 190 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_122_25} MergeTask::MergeProjectionsStage: Merge sorted 34621 rows, containing 5 columns (5 merged, 0 gathered) in 0.006423183 sec., 5390006.792582432 rows/sec., 370.41 MiB/sec. 2025.12.24 02:41:56.340128 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_122_25} MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary) 2025.12.24 02:41:56.340498 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_122_25} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:56.340590 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_122_25} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 4 parts: [all_1_119_24, all_122_122_0] -> all_1_122_25 2025.12.24 02:41:56.340704 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.12.24 02:41:57.046670 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2025.12.24 02:41:57.064960 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:57.065013 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:41:57.071279 [ 243 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 02:41:57.071983 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:57.075083 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2025.12.24 02:41:59.153659 [ 24 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.12.24 02:41:59.153735 [ 24 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:41:59.153756 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:41:59.153841 [ 221 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:41:59.153868 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::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.12.24 02:41:59.153889 [ 221 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:41:59.153984 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:41:59.154017 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part 2025.12.24 02:41:59.154080 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2025.12.24 02:41:59.154123 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2025.12.24 02:41:59.154167 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part 2025.12.24 02:41:59.154214 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part 2025.12.24 02:41:59.154947 [ 190 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001118218 sec., 48291.12033610619 rows/sec., 4.03 MiB/sec. 2025.12.24 02:41:59.155154 [ 188 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.12.24 02:41:59.155613 [ 188 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_21_5} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:41:59.155702 [ 188 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_21_5} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.12.24 02:41:59.155795 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:41:59.156321 [ 221 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.12.24 02:42:01.354701 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:01.354891 [ 4 ] {cf765ee5-3f75-492d-a76b-24456876785a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:01.354963 [ 4 ] {cf765ee5-3f75-492d-a76b-24456876785a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:01.356330 [ 4 ] {cf765ee5-3f75-492d-a76b-24456876785a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:01.356371 [ 4 ] {cf765ee5-3f75-492d-a76b-24456876785a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:01.356816 [ 4 ] {cf765ee5-3f75-492d-a76b-24456876785a} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.12.24 02:42:01.357043 [ 4 ] {cf765ee5-3f75-492d-a76b-24456876785a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:01.357186 [ 4 ] {cf765ee5-3f75-492d-a76b-24456876785a} executeQuery: Read 1248 rows, 105.85 KiB in 0.002352 sec., 530612.2448979592 rows/sec., 43.95 MiB/sec. 2025.12.24 02:42:01.357235 [ 4 ] {cf765ee5-3f75-492d-a76b-24456876785a} TCPHandler: Processed in 0.002669953 sec. 2025.12.24 02:42:01.357348 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:01.357444 [ 4 ] {d6a0bd52-3c58-45f0-bb67-44a80800e51c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:01.357485 [ 4 ] {d6a0bd52-3c58-45f0-bb67-44a80800e51c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:01.357878 [ 4 ] {d6a0bd52-3c58-45f0-bb67-44a80800e51c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:01.357910 [ 4 ] {d6a0bd52-3c58-45f0-bb67-44a80800e51c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:01.358261 [ 4 ] {d6a0bd52-3c58-45f0-bb67-44a80800e51c} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.12.24 02:42:01.358471 [ 4 ] {d6a0bd52-3c58-45f0-bb67-44a80800e51c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:01.358598 [ 4 ] {d6a0bd52-3c58-45f0-bb67-44a80800e51c} executeQuery: Read 26 rows, 1.96 KiB in 0.001155 sec., 22510.822510822512 rows/sec., 1.65 MiB/sec. 2025.12.24 02:42:01.358637 [ 4 ] {d6a0bd52-3c58-45f0-bb67-44a80800e51c} TCPHandler: Processed in 0.001323391 sec. 2025.12.24 02:42:01.358738 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:01.358832 [ 4 ] {5b3c1b3f-b31b-49e2-9f85-be14caa6f022} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:42:01.358872 [ 4 ] {5b3c1b3f-b31b-49e2-9f85-be14caa6f022} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:42:01.359411 [ 4 ] {5b3c1b3f-b31b-49e2-9f85-be14caa6f022} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:01.359445 [ 4 ] {5b3c1b3f-b31b-49e2-9f85-be14caa6f022} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:01.359748 [ 4 ] {5b3c1b3f-b31b-49e2-9f85-be14caa6f022} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 02:42:01.359958 [ 4 ] {5b3c1b3f-b31b-49e2-9f85-be14caa6f022} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:01.360084 [ 4 ] {5b3c1b3f-b31b-49e2-9f85-be14caa6f022} executeQuery: Read 228 rows, 15.81 KiB in 0.001271 sec., 179386.30999213218 rows/sec., 12.15 MiB/sec. 2025.12.24 02:42:01.360122 [ 4 ] {5b3c1b3f-b31b-49e2-9f85-be14caa6f022} TCPHandler: Processed in 0.001433053 sec. 2025.12.24 02:42:01.360223 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:01.360316 [ 4 ] {05183d1e-560e-4ba3-b6eb-64f69fc61f3f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:01.360357 [ 4 ] {05183d1e-560e-4ba3-b6eb-64f69fc61f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:01.361024 [ 4 ] {05183d1e-560e-4ba3-b6eb-64f69fc61f3f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:01.361057 [ 4 ] {05183d1e-560e-4ba3-b6eb-64f69fc61f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:01.361378 [ 4 ] {05183d1e-560e-4ba3-b6eb-64f69fc61f3f} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.12.24 02:42:01.361588 [ 4 ] {05183d1e-560e-4ba3-b6eb-64f69fc61f3f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:01.361716 [ 4 ] {05183d1e-560e-4ba3-b6eb-64f69fc61f3f} executeQuery: Read 546 rows, 41.49 KiB in 0.001418 sec., 385049.36530324403 rows/sec., 28.57 MiB/sec. 2025.12.24 02:42:01.361753 [ 4 ] {05183d1e-560e-4ba3-b6eb-64f69fc61f3f} TCPHandler: Processed in 0.001577925 sec. 2025.12.24 02:42:01.361861 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:01.361954 [ 4 ] {5a1f2081-e5b4-4ae9-8aba-5d3e4203560b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:01.361996 [ 4 ] {5a1f2081-e5b4-4ae9-8aba-5d3e4203560b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:01.362647 [ 4 ] {5a1f2081-e5b4-4ae9-8aba-5d3e4203560b} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:01.362680 [ 4 ] {5a1f2081-e5b4-4ae9-8aba-5d3e4203560b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:01.363044 [ 4 ] {5a1f2081-e5b4-4ae9-8aba-5d3e4203560b} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.12.24 02:42:01.363255 [ 4 ] {5a1f2081-e5b4-4ae9-8aba-5d3e4203560b} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:01.363379 [ 4 ] {5a1f2081-e5b4-4ae9-8aba-5d3e4203560b} executeQuery: Read 832 rows, 57.35 KiB in 0.001443 sec., 576576.5765765766 rows/sec., 38.81 MiB/sec. 2025.12.24 02:42:01.363416 [ 4 ] {5a1f2081-e5b4-4ae9-8aba-5d3e4203560b} TCPHandler: Processed in 0.001604575 sec. 2025.12.24 02:42:01.363526 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:01.363620 [ 4 ] {836cc26d-d001-4a23-8ab9-c12d1411850f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:01.363674 [ 4 ] {836cc26d-d001-4a23-8ab9-c12d1411850f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:01.364500 [ 4 ] {836cc26d-d001-4a23-8ab9-c12d1411850f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:01.364535 [ 4 ] {836cc26d-d001-4a23-8ab9-c12d1411850f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:01.365058 [ 4 ] {836cc26d-d001-4a23-8ab9-c12d1411850f} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.12.24 02:42:01.365283 [ 4 ] {836cc26d-d001-4a23-8ab9-c12d1411850f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:01.365417 [ 4 ] {836cc26d-d001-4a23-8ab9-c12d1411850f} executeQuery: Read 26 rows, 47.71 KiB in 0.001815 sec., 14325.068870523415 rows/sec., 25.67 MiB/sec. 2025.12.24 02:42:01.365481 [ 4 ] {836cc26d-d001-4a23-8ab9-c12d1411850f} TCPHandler: Processed in 0.002004982 sec. 2025.12.24 02:42:01.365603 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:01.365697 [ 4 ] {275d7c91-6a29-4741-99d5-6350f852d38f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:01.365740 [ 4 ] {275d7c91-6a29-4741-99d5-6350f852d38f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:01.366079 [ 4 ] {275d7c91-6a29-4741-99d5-6350f852d38f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:01.366112 [ 4 ] {275d7c91-6a29-4741-99d5-6350f852d38f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:01.366419 [ 4 ] {275d7c91-6a29-4741-99d5-6350f852d38f} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.12.24 02:42:01.366629 [ 4 ] {275d7c91-6a29-4741-99d5-6350f852d38f} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:01.366755 [ 4 ] {275d7c91-6a29-4741-99d5-6350f852d38f} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.12.24 02:42:01.366791 [ 4 ] {275d7c91-6a29-4741-99d5-6350f852d38f} TCPHandler: Processed in 0.00123802 sec. 2025.12.24 02:42:02.346256 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 40719 2025.12.24 02:42:02.346830 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:02.346875 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:02.347378 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 02:42:02.347620 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:02.347762 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40719 2025.12.24 02:42:02.362259 [ 220 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:42:02.362297 [ 220 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:42:02.365311 [ 220 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:42:03.446117 [ 219 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:42:03.446186 [ 219 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:42:03.448377 [ 219 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:42:04.575214 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2025.12.24 02:42:04.593652 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:04.593711 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:42:04.599837 [ 243 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 02:42:04.600559 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:04.603849 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2025.12.24 02:42:04.982575 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1922 2025.12.24 02:42:04.984898 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:04.984938 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:42:04.986153 [ 242 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 02:42:04.986413 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:04.986681 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1922 2025.12.24 02:42:06.327801 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:06.327990 [ 4 ] {8467befa-edf6-431b-9c30-ea417086e2ab} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:06.328062 [ 4 ] {8467befa-edf6-431b-9c30-ea417086e2ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:06.328754 [ 4 ] {8467befa-edf6-431b-9c30-ea417086e2ab} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:06.328805 [ 4 ] {8467befa-edf6-431b-9c30-ea417086e2ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:42:06.329196 [ 4 ] {8467befa-edf6-431b-9c30-ea417086e2ab} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.12.24 02:42:06.329421 [ 4 ] {8467befa-edf6-431b-9c30-ea417086e2ab} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:06.329578 [ 4 ] {8467befa-edf6-431b-9c30-ea417086e2ab} executeQuery: Read 84 rows, 7.20 KiB in 0.00164 sec., 51219.512195121955 rows/sec., 4.29 MiB/sec. 2025.12.24 02:42:06.329589 [ 61 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.12.24 02:42:06.329629 [ 4 ] {8467befa-edf6-431b-9c30-ea417086e2ab} TCPHandler: Processed in 0.001961911 sec. 2025.12.24 02:42:06.329665 [ 61 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:06.329696 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:42:06.329770 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:06.329855 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.12.24 02:42:06.329875 [ 4 ] {3f6f0461-4a7d-472e-a550-e39412c4d192} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:06.329976 [ 4 ] {3f6f0461-4a7d-472e-a550-e39412c4d192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:06.330077 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:06.330138 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1406 rows starting from the beginning of the part 2025.12.24 02:42:06.330239 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 211 rows starting from the beginning of the part 2025.12.24 02:42:06.330284 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 108 rows starting from the beginning of the part 2025.12.24 02:42:06.330330 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 84 rows starting from the beginning of the part 2025.12.24 02:42:06.330372 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:42:06.330391 [ 4 ] {3f6f0461-4a7d-472e-a550-e39412c4d192} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:06.330418 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 84 rows starting from the beginning of the part 2025.12.24 02:42:06.330434 [ 4 ] {3f6f0461-4a7d-472e-a550-e39412c4d192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:06.330758 [ 4 ] {3f6f0461-4a7d-472e-a550-e39412c4d192} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.12.24 02:42:06.330980 [ 4 ] {3f6f0461-4a7d-472e-a550-e39412c4d192} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:06.331107 [ 61 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.12.24 02:42:06.331115 [ 4 ] {3f6f0461-4a7d-472e-a550-e39412c4d192} executeQuery: Read 14 rows, 1.05 KiB in 0.001264 sec., 11075.949367088608 rows/sec., 832.86 KiB/sec. 2025.12.24 02:42:06.331146 [ 61 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:06.331172 [ 4 ] {3f6f0461-4a7d-472e-a550-e39412c4d192} TCPHandler: Processed in 0.001464303 sec. 2025.12.24 02:42:06.331173 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:06.331288 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:06.331293 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.12.24 02:42:06.331387 [ 4 ] {66c02020-68a9-4f75-aa98-a2009242cfad} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:06.331432 [ 4 ] {66c02020-68a9-4f75-aa98-a2009242cfad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:06.331448 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:06.331487 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 70 rows starting from the beginning of the part 2025.12.24 02:42:06.331555 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 40 rows starting from the beginning of the part 2025.12.24 02:42:06.331602 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:06.331644 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:06.331686 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:06.331727 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:06.331872 [ 4 ] {66c02020-68a9-4f75-aa98-a2009242cfad} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:06.331887 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 3141 rows, containing 5 columns (5 merged, 0 gathered) in 0.002114313 sec., 1485588.9359806234 rows/sec., 130.17 MiB/sec. 2025.12.24 02:42:06.331915 [ 4 ] {66c02020-68a9-4f75-aa98-a2009242cfad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:06.332111 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.12.24 02:42:06.332271 [ 4 ] {66c02020-68a9-4f75-aa98-a2009242cfad} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.12.24 02:42:06.332426 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:06.332512 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_126_25} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.12.24 02:42:06.332557 [ 4 ] {66c02020-68a9-4f75-aa98-a2009242cfad} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:06.332604 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:42:06.332657 [ 199 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.001416783 sec., 134106.63453754032 rows/sec., 10.32 MiB/sec. 2025.12.24 02:42:06.332681 [ 61 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.12.24 02:42:06.332701 [ 4 ] {66c02020-68a9-4f75-aa98-a2009242cfad} executeQuery: Read 78 rows, 6.24 KiB in 0.001333 sec., 58514.62865716429 rows/sec., 4.57 MiB/sec. 2025.12.24 02:42:06.332710 [ 61 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:06.332740 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:06.332746 [ 4 ] {66c02020-68a9-4f75-aa98-a2009242cfad} TCPHandler: Processed in 0.001508854 sec. 2025.12.24 02:42:06.332813 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.12.24 02:42:06.332813 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.12.24 02:42:06.332894 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:06.332926 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:06.332956 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 632 rows starting from the beginning of the part 2025.12.24 02:42:06.332997 [ 4 ] {e3d97328-ac48-4dc8-9455-bec53ae5e354} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:06.333004 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 128 rows starting from the beginning of the part 2025.12.24 02:42:06.333051 [ 4 ] {e3d97328-ac48-4dc8-9455-bec53ae5e354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:06.333059 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 90 rows starting from the beginning of the part 2025.12.24 02:42:06.333151 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:06.333152 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 78 rows starting from the beginning of the part 2025.12.24 02:42:06.333217 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 546 rows starting from the beginning of the part 2025.12.24 02:42:06.333245 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_121_24} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.12.24 02:42:06.333256 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 78 rows starting from the beginning of the part 2025.12.24 02:42:06.333348 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 02:42:06.333518 [ 4 ] {e3d97328-ac48-4dc8-9455-bec53ae5e354} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:06.333561 [ 4 ] {e3d97328-ac48-4dc8-9455-bec53ae5e354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:06.333912 [ 4 ] {e3d97328-ac48-4dc8-9455-bec53ae5e354} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.12.24 02:42:06.334120 [ 4 ] {e3d97328-ac48-4dc8-9455-bec53ae5e354} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:06.334232 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 1552 rows, containing 5 columns (5 merged, 0 gathered) in 0.001449333 sec., 1070837.4127960932 rows/sec., 85.33 MiB/sec. 2025.12.24 02:42:06.334258 [ 4 ] {e3d97328-ac48-4dc8-9455-bec53ae5e354} executeQuery: Read 160 rows, 11.41 KiB in 0.00128 sec., 124999.99999999999 rows/sec., 8.71 MiB/sec. 2025.12.24 02:42:06.334308 [ 4 ] {e3d97328-ac48-4dc8-9455-bec53ae5e354} TCPHandler: Processed in 0.001462563 sec. 2025.12.24 02:42:06.334402 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.12.24 02:42:06.334424 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:06.334522 [ 4 ] {4b3069d8-247e-4424-aff5-d4fe872dca98} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:06.334580 [ 4 ] {4b3069d8-247e-4424-aff5-d4fe872dca98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:06.334656 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:06.334732 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_126_25} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.12.24 02:42:06.334812 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:42:06.335388 [ 4 ] {4b3069d8-247e-4424-aff5-d4fe872dca98} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:06.335430 [ 4 ] {4b3069d8-247e-4424-aff5-d4fe872dca98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:42:06.335954 [ 4 ] {4b3069d8-247e-4424-aff5-d4fe872dca98} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.12.24 02:42:06.336171 [ 4 ] {4b3069d8-247e-4424-aff5-d4fe872dca98} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:06.336300 [ 61 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.12.24 02:42:06.336314 [ 4 ] {4b3069d8-247e-4424-aff5-d4fe872dca98} executeQuery: Read 14 rows, 25.69 KiB in 0.00181 sec., 7734.806629834255 rows/sec., 13.86 MiB/sec. 2025.12.24 02:42:06.336342 [ 61 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:06.336368 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. 2025.12.24 02:42:06.336393 [ 4 ] {4b3069d8-247e-4424-aff5-d4fe872dca98} TCPHandler: Processed in 0.002018072 sec. 2025.12.24 02:42:06.336470 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.12.24 02:42:06.336511 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:06.336612 [ 4 ] {eaf9dde3-f4bf-46ff-a614-98c6df7acbc2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:06.336653 [ 4 ] {eaf9dde3-f4bf-46ff-a614-98c6df7acbc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:06.336768 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:06.336854 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2255 rows starting from the beginning of the part 2025.12.24 02:42:06.336988 [ 4 ] {eaf9dde3-f4bf-46ff-a614-98c6df7acbc2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:06.337031 [ 4 ] {eaf9dde3-f4bf-46ff-a614-98c6df7acbc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:06.337039 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:06.337219 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:06.337329 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:06.337352 [ 4 ] {eaf9dde3-f4bf-46ff-a614-98c6df7acbc2} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.12.24 02:42:06.337430 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:06.337540 [ 199 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:06.337595 [ 4 ] {eaf9dde3-f4bf-46ff-a614-98c6df7acbc2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:06.337721 [ 61 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.12.24 02:42:06.337731 [ 4 ] {eaf9dde3-f4bf-46ff-a614-98c6df7acbc2} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2025.12.24 02:42:06.337757 [ 61 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:06.337780 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:06.337780 [ 4 ] {eaf9dde3-f4bf-46ff-a614-98c6df7acbc2} TCPHandler: Processed in 0.001319361 sec. 2025.12.24 02:42:06.337851 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.12.24 02:42:06.337940 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:06.337964 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7188 rows starting from the beginning of the part 2025.12.24 02:42:06.338007 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:06.338041 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:06.338076 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:06.338107 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:06.338140 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:06.339898 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7488 rows, containing 4 columns (4 merged, 0 gathered) in 0.002075633 sec., 3607574.1713491743 rows/sec., 243.13 MiB/sec. 2025.12.24 02:42:06.340503 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.12.24 02:42:06.340754 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:06.340823 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_126_25} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.12.24 02:42:06.340887 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2025.12.24 02:42:06.344292 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2349 rows, containing 19 columns (19 merged, 0 gathered) in 0.007875575 sec., 298263.9362840174 rows/sec., 534.48 MiB/sec. 2025.12.24 02:42:06.346484 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.12.24 02:42:06.346844 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:06.346921 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_121_24} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.12.24 02:42:06.347063 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.55 MiB. 2025.12.24 02:42:09.658159 [ 60 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:42:09.658227 [ 60 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:42:09.847942 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 41167 2025.12.24 02:42:09.848462 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:09.848499 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:09.848960 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 02:42:09.849180 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:09.849303 [ 60 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 02:42:09.849318 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41167 2025.12.24 02:42:09.849340 [ 60 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:09.849359 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:09.849539 [ 191 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 02:42:09.849754 [ 191 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:09.849816 [ 191 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 38799 rows starting from the beginning of the part 2025.12.24 02:42:09.849917 [ 191 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 448 rows starting from the beginning of the part 2025.12.24 02:42:09.849991 [ 191 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 512 rows starting from the beginning of the part 2025.12.24 02:42:09.850060 [ 191 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 448 rows starting from the beginning of the part 2025.12.24 02:42:09.850122 [ 191 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 512 rows starting from the beginning of the part 2025.12.24 02:42:09.850194 [ 191 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 448 rows starting from the beginning of the part 2025.12.24 02:42:09.852667 [ 199 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 41167 rows, containing 4 columns (4 merged, 0 gathered) in 0.003216951 sec., 12796899.92169604 rows/sec., 183.06 MiB/sec. 2025.12.24 02:42:09.852976 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 02:42:09.853265 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:09.853343 [ 187 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_86_17} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 02:42:09.853411 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2025.12.24 02:42:11.328143 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:11.328389 [ 4 ] {f928bf89-683a-490e-b353-258da830079f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:11.328467 [ 4 ] {f928bf89-683a-490e-b353-258da830079f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:11.329216 [ 4 ] {f928bf89-683a-490e-b353-258da830079f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:11.329254 [ 4 ] {f928bf89-683a-490e-b353-258da830079f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:11.329630 [ 4 ] {f928bf89-683a-490e-b353-258da830079f} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.12.24 02:42:11.329842 [ 4 ] {f928bf89-683a-490e-b353-258da830079f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:11.329989 [ 4 ] {f928bf89-683a-490e-b353-258da830079f} executeQuery: Read 108 rows, 9.29 KiB in 0.001666 sec., 64825.93037214886 rows/sec., 5.44 MiB/sec. 2025.12.24 02:42:11.330030 [ 4 ] {f928bf89-683a-490e-b353-258da830079f} TCPHandler: Processed in 0.002043762 sec. 2025.12.24 02:42:11.330083 [ 217 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:11.330141 [ 217 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:11.330157 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:11.330259 [ 4 ] {e96d5373-83de-4fc9-9160-727764ead09f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:11.330317 [ 4 ] {e96d5373-83de-4fc9-9160-727764ead09f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:11.330785 [ 4 ] {e96d5373-83de-4fc9-9160-727764ead09f} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:11.330820 [ 4 ] {e96d5373-83de-4fc9-9160-727764ead09f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:11.331118 [ 4 ] {e96d5373-83de-4fc9-9160-727764ead09f} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.12.24 02:42:11.331382 [ 4 ] {e96d5373-83de-4fc9-9160-727764ead09f} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:11.331513 [ 4 ] {e96d5373-83de-4fc9-9160-727764ead09f} executeQuery: Read 26 rows, 1.96 KiB in 0.001275 sec., 20392.156862745098 rows/sec., 1.50 MiB/sec. 2025.12.24 02:42:11.331551 [ 4 ] {e96d5373-83de-4fc9-9160-727764ead09f} TCPHandler: Processed in 0.001441972 sec. 2025.12.24 02:42:11.331669 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:11.331760 [ 4 ] {2665d5bf-8df3-4b0d-b424-994e2ea6023b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:11.331800 [ 4 ] {2665d5bf-8df3-4b0d-b424-994e2ea6023b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:11.332225 [ 4 ] {2665d5bf-8df3-4b0d-b424-994e2ea6023b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:11.332261 [ 4 ] {2665d5bf-8df3-4b0d-b424-994e2ea6023b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:11.332581 [ 4 ] {2665d5bf-8df3-4b0d-b424-994e2ea6023b} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.12.24 02:42:11.332596 [ 217 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:11.332798 [ 4 ] {2665d5bf-8df3-4b0d-b424-994e2ea6023b} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:11.332931 [ 4 ] {2665d5bf-8df3-4b0d-b424-994e2ea6023b} executeQuery: Read 90 rows, 7.20 KiB in 0.001188 sec., 75757.57575757576 rows/sec., 5.92 MiB/sec. 2025.12.24 02:42:11.332968 [ 4 ] {2665d5bf-8df3-4b0d-b424-994e2ea6023b} TCPHandler: Processed in 0.001346211 sec. 2025.12.24 02:42:11.333091 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:11.333182 [ 4 ] {5a6d67bc-e666-4f7b-b3e0-a6657a8ce14f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:11.333224 [ 4 ] {5a6d67bc-e666-4f7b-b3e0-a6657a8ce14f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:11.333646 [ 4 ] {5a6d67bc-e666-4f7b-b3e0-a6657a8ce14f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:11.333680 [ 4 ] {5a6d67bc-e666-4f7b-b3e0-a6657a8ce14f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:11.333994 [ 4 ] {5a6d67bc-e666-4f7b-b3e0-a6657a8ce14f} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.12.24 02:42:11.334188 [ 4 ] {5a6d67bc-e666-4f7b-b3e0-a6657a8ce14f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:11.334315 [ 4 ] {5a6d67bc-e666-4f7b-b3e0-a6657a8ce14f} executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. 2025.12.24 02:42:11.334312 [ 59 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 4 parts from all_1_122_25 to all_125_125_0 2025.12.24 02:42:11.334352 [ 4 ] {5a6d67bc-e666-4f7b-b3e0-a6657a8ce14f} TCPHandler: Processed in 0.001307721 sec. 2025.12.24 02:42:11.334393 [ 59 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:11.334420 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:11.334483 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:11.334517 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_125_26} MergeTask::PrepareStage: Merging 4 parts: from all_1_122_25 to all_125_125_0 into Compact with storage Full 2025.12.24 02:42:11.334580 [ 4 ] {a6ddd849-5332-4b9e-a760-5fd4492fb80c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:11.334586 [ 222 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:11.334627 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_125_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:11.334633 [ 4 ] {a6ddd849-5332-4b9e-a760-5fd4492fb80c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:11.334647 [ 222 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:11.334672 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_125_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_122_25, total 34621 rows starting from the beginning of the part 2025.12.24 02:42:11.334746 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_125_26} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part 2025.12.24 02:42:11.334802 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_125_26} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part 2025.12.24 02:42:11.334851 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_125_26} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 832 rows starting from the beginning of the part 2025.12.24 02:42:11.335497 [ 4 ] {a6ddd849-5332-4b9e-a760-5fd4492fb80c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:11.335535 [ 4 ] {a6ddd849-5332-4b9e-a760-5fd4492fb80c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:11.336079 [ 4 ] {a6ddd849-5332-4b9e-a760-5fd4492fb80c} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.12.24 02:42:11.336297 [ 4 ] {a6ddd849-5332-4b9e-a760-5fd4492fb80c} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:11.336434 [ 4 ] {a6ddd849-5332-4b9e-a760-5fd4492fb80c} executeQuery: Read 26 rows, 47.71 KiB in 0.001872 sec., 13888.888888888889 rows/sec., 24.89 MiB/sec. 2025.12.24 02:42:11.336493 [ 4 ] {a6ddd849-5332-4b9e-a760-5fd4492fb80c} TCPHandler: Processed in 0.002056612 sec. 2025.12.24 02:42:11.336504 [ 220 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:11.336538 [ 220 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:11.336619 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:11.336711 [ 4 ] {69f5ee0e-d981-4a09-b3fe-e6b83c5f6f25} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:11.336754 [ 4 ] {69f5ee0e-d981-4a09-b3fe-e6b83c5f6f25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:11.337106 [ 4 ] {69f5ee0e-d981-4a09-b3fe-e6b83c5f6f25} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:11.337144 [ 4 ] {69f5ee0e-d981-4a09-b3fe-e6b83c5f6f25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:11.337474 [ 4 ] {69f5ee0e-d981-4a09-b3fe-e6b83c5f6f25} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.12.24 02:42:11.337690 [ 4 ] {69f5ee0e-d981-4a09-b3fe-e6b83c5f6f25} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:11.337816 [ 4 ] {69f5ee0e-d981-4a09-b3fe-e6b83c5f6f25} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2025.12.24 02:42:11.337853 [ 4 ] {69f5ee0e-d981-4a09-b3fe-e6b83c5f6f25} TCPHandler: Processed in 0.001281451 sec. 2025.12.24 02:42:11.337905 [ 225 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:11.337947 [ 225 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:11.338739 [ 220 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:11.338748 [ 222 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:11.341438 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_125_26} MergeTask::MergeProjectionsStage: Merge sorted 35773 rows, containing 5 columns (5 merged, 0 gathered) in 0.006958851 sec., 5140647.500571574 rows/sec., 353.14 MiB/sec. 2025.12.24 02:42:11.341578 [ 225 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:11.341748 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_125_26} MergedBlockOutputStream: filled checksums all_1_125_26 (state Temporary) 2025.12.24 02:42:11.342020 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_125_26} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_125_26 to all_1_125_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:11.342087 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_125_26} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 4 parts: [all_1_122_25, all_125_125_0] -> all_1_125_26 2025.12.24 02:42:11.342160 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.12.24 02:42:12.103976 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2025.12.24 02:42:12.122416 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:12.122471 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:12.128757 [ 243 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 02:42:12.129494 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:12.129861 [ 57 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 02:42:12.129960 [ 57 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:12.130006 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:12.130164 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 02:42:12.132890 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2025.12.24 02:42:12.134213 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:12.135905 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 610 rows starting from the beginning of the part 2025.12.24 02:42:12.140994 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part 2025.12.24 02:42:12.146040 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part 2025.12.24 02:42:12.150913 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part 2025.12.24 02:42:12.155905 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part 2025.12.24 02:42:12.160410 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part 2025.12.24 02:42:12.200647 [ 221 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:12.200679 [ 221 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:12.202628 [ 221 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:12.216671 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.086576639 sec., 7484.698037307732 rows/sec., 38.70 MiB/sec. 2025.12.24 02:42:12.218739 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 02:42:12.220462 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:12.220549 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_86_17} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 02:42:12.222178 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.12.24 02:42:12.328093 [ 221 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:12.328134 [ 221 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:12.330616 [ 221 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:13.000206 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 394.67 MiB, peak 412.08 MiB, free memory in arenas 0.00 B, will set to 393.58 MiB (RSS), difference: -1.09 MiB 2025.12.24 02:42:14.061457 [ 224 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:42:14.061534 [ 224 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:42:14.063584 [ 224 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.12.24 02:42:14.879461 [ 54 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2025.12.24 02:42:14.879568 [ 54 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:14.879611 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:14.879777 [ 223 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:42:14.879787 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_41_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full 2025.12.24 02:42:14.879873 [ 223 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:42:14.880047 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:14.880105 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 253 rows starting from the beginning of the part 2025.12.24 02:42:14.880204 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2025.12.24 02:42:14.880280 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 228 rows starting from the beginning of the part 2025.12.24 02:42:14.880350 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2025.12.24 02:42:14.880419 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 228 rows starting from the beginning of the part 2025.12.24 02:42:14.881465 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001758608 sec., 430454.0864138 rows/sec., 31.41 MiB/sec. 2025.12.24 02:42:14.881613 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2025.12.24 02:42:14.881924 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_41_10} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:14.882017 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_41_10} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2025.12.24 02:42:14.882096 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.24 02:42:14.882133 [ 223 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:42:14.986940 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1946 2025.12.24 02:42:14.989384 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:14.989429 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:14.990665 [ 242 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 02:42:14.990947 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:14.991357 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1946 2025.12.24 02:42:15.000261 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 389.61 MiB, peak 412.08 MiB, free memory in arenas 0.00 B, will set to 393.58 MiB (RSS), difference: 3.97 MiB 2025.12.24 02:42:16.328816 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:16.328989 [ 4 ] {df161e01-65cf-45e6-b76b-3f4028803cb4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:42:16.329052 [ 4 ] {df161e01-65cf-45e6-b76b-3f4028803cb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:42:16.329658 [ 4 ] {df161e01-65cf-45e6-b76b-3f4028803cb4} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:16.329702 [ 4 ] {df161e01-65cf-45e6-b76b-3f4028803cb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:16.330071 [ 4 ] {df161e01-65cf-45e6-b76b-3f4028803cb4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:42:16.330288 [ 4 ] {df161e01-65cf-45e6-b76b-3f4028803cb4} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:16.330452 [ 4 ] {df161e01-65cf-45e6-b76b-3f4028803cb4} executeQuery: Read 24 rows, 2.04 KiB in 0.001508 sec., 15915.119363395226 rows/sec., 1.32 MiB/sec. 2025.12.24 02:42:16.330502 [ 4 ] {df161e01-65cf-45e6-b76b-3f4028803cb4} TCPHandler: Processed in 0.001804439 sec. 2025.12.24 02:42:16.330619 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:16.330720 [ 4 ] {7afa64b9-6dc6-46df-b8e5-6a18ad716e8f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:16.330764 [ 4 ] {7afa64b9-6dc6-46df-b8e5-6a18ad716e8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:16.331232 [ 4 ] {7afa64b9-6dc6-46df-b8e5-6a18ad716e8f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:16.331266 [ 4 ] {7afa64b9-6dc6-46df-b8e5-6a18ad716e8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:16.331583 [ 4 ] {7afa64b9-6dc6-46df-b8e5-6a18ad716e8f} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.12.24 02:42:16.331792 [ 4 ] {7afa64b9-6dc6-46df-b8e5-6a18ad716e8f} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:16.331924 [ 4 ] {7afa64b9-6dc6-46df-b8e5-6a18ad716e8f} executeQuery: Read 204 rows, 18.66 KiB in 0.001227 sec., 166259.16870415647 rows/sec., 14.85 MiB/sec. 2025.12.24 02:42:16.331963 [ 4 ] {7afa64b9-6dc6-46df-b8e5-6a18ad716e8f} TCPHandler: Processed in 0.001393603 sec. 2025.12.24 02:42:16.332073 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:16.332168 [ 4 ] {b532790a-a26e-4778-930c-4e90799c03af} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:16.332208 [ 4 ] {b532790a-a26e-4778-930c-4e90799c03af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:16.332600 [ 4 ] {b532790a-a26e-4778-930c-4e90799c03af} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:16.332634 [ 4 ] {b532790a-a26e-4778-930c-4e90799c03af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:16.332930 [ 4 ] {b532790a-a26e-4778-930c-4e90799c03af} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.12.24 02:42:16.333143 [ 4 ] {b532790a-a26e-4778-930c-4e90799c03af} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:16.333273 [ 4 ] {b532790a-a26e-4778-930c-4e90799c03af} executeQuery: Read 26 rows, 2.01 KiB in 0.001124 sec., 23131.67259786477 rows/sec., 1.75 MiB/sec. 2025.12.24 02:42:16.333311 [ 4 ] {b532790a-a26e-4778-930c-4e90799c03af} TCPHandler: Processed in 0.00128666 sec. 2025.12.24 02:42:16.333410 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:16.333501 [ 4 ] {bb30c354-9e9e-485d-95fe-f74937f03b0d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:42:16.333541 [ 4 ] {bb30c354-9e9e-485d-95fe-f74937f03b0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:42:16.333926 [ 4 ] {bb30c354-9e9e-485d-95fe-f74937f03b0d} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:16.333960 [ 4 ] {bb30c354-9e9e-485d-95fe-f74937f03b0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:16.334237 [ 4 ] {bb30c354-9e9e-485d-95fe-f74937f03b0d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 02:42:16.334440 [ 4 ] {bb30c354-9e9e-485d-95fe-f74937f03b0d} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:16.334566 [ 4 ] {bb30c354-9e9e-485d-95fe-f74937f03b0d} executeQuery: Read 24 rows, 2.04 KiB in 0.001082 sec., 22181.146025878003 rows/sec., 1.84 MiB/sec. 2025.12.24 02:42:16.334604 [ 4 ] {bb30c354-9e9e-485d-95fe-f74937f03b0d} TCPHandler: Processed in 0.00124198 sec. 2025.12.24 02:42:16.334703 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:16.334796 [ 4 ] {b7eac6b5-4b25-4d4e-bdd8-4c7163eb026e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:42:16.334834 [ 4 ] {b7eac6b5-4b25-4d4e-bdd8-4c7163eb026e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:42:16.335445 [ 4 ] {b7eac6b5-4b25-4d4e-bdd8-4c7163eb026e} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:16.335490 [ 4 ] {b7eac6b5-4b25-4d4e-bdd8-4c7163eb026e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:16.335823 [ 4 ] {b7eac6b5-4b25-4d4e-bdd8-4c7163eb026e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:42:16.336031 [ 4 ] {b7eac6b5-4b25-4d4e-bdd8-4c7163eb026e} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:16.336160 [ 4 ] {b7eac6b5-4b25-4d4e-bdd8-4c7163eb026e} executeQuery: Read 12 rows, 960.00 B in 0.001381 sec., 8689.355539464155 rows/sec., 678.86 KiB/sec. 2025.12.24 02:42:16.336200 [ 4 ] {b7eac6b5-4b25-4d4e-bdd8-4c7163eb026e} TCPHandler: Processed in 0.001543924 sec. 2025.12.24 02:42:16.336310 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:16.336403 [ 4 ] {28831735-ed65-48ce-9005-69f6913510ae} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:16.336444 [ 4 ] {28831735-ed65-48ce-9005-69f6913510ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:16.336865 [ 4 ] {28831735-ed65-48ce-9005-69f6913510ae} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:16.336902 [ 4 ] {28831735-ed65-48ce-9005-69f6913510ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:16.337238 [ 4 ] {28831735-ed65-48ce-9005-69f6913510ae} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.12.24 02:42:16.337442 [ 4 ] {28831735-ed65-48ce-9005-69f6913510ae} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:16.337570 [ 4 ] {28831735-ed65-48ce-9005-69f6913510ae} executeQuery: Read 114 rows, 9.49 KiB in 0.001185 sec., 96202.53164556962 rows/sec., 7.82 MiB/sec. 2025.12.24 02:42:16.337609 [ 4 ] {28831735-ed65-48ce-9005-69f6913510ae} TCPHandler: Processed in 0.001346332 sec. 2025.12.24 02:42:16.337716 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:16.337809 [ 4 ] {b5d38208-6b4a-44e4-a7e6-9fad465738d1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:16.337852 [ 4 ] {b5d38208-6b4a-44e4-a7e6-9fad465738d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:16.338264 [ 4 ] {b5d38208-6b4a-44e4-a7e6-9fad465738d1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:16.338303 [ 4 ] {b5d38208-6b4a-44e4-a7e6-9fad465738d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:16.338662 [ 4 ] {b5d38208-6b4a-44e4-a7e6-9fad465738d1} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.12.24 02:42:16.338865 [ 4 ] {b5d38208-6b4a-44e4-a7e6-9fad465738d1} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:16.338996 [ 4 ] {b5d38208-6b4a-44e4-a7e6-9fad465738d1} executeQuery: Read 196 rows, 14.40 KiB in 0.001204 sec., 162790.6976744186 rows/sec., 11.68 MiB/sec. 2025.12.24 02:42:16.339043 [ 4 ] {b5d38208-6b4a-44e4-a7e6-9fad465738d1} TCPHandler: Processed in 0.001374462 sec. 2025.12.24 02:42:16.339179 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:16.339293 [ 4 ] {fd42c6f9-6ab7-40a9-aa31-9d1c487beaea} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:16.339361 [ 4 ] {fd42c6f9-6ab7-40a9-aa31-9d1c487beaea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:16.340382 [ 4 ] {fd42c6f9-6ab7-40a9-aa31-9d1c487beaea} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:16.340416 [ 4 ] {fd42c6f9-6ab7-40a9-aa31-9d1c487beaea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:16.340934 [ 4 ] {fd42c6f9-6ab7-40a9-aa31-9d1c487beaea} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.12.24 02:42:16.341150 [ 4 ] {fd42c6f9-6ab7-40a9-aa31-9d1c487beaea} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:16.341293 [ 4 ] {fd42c6f9-6ab7-40a9-aa31-9d1c487beaea} executeQuery: Read 14 rows, 25.69 KiB in 0.002024 sec., 6916.996047430829 rows/sec., 12.39 MiB/sec. 2025.12.24 02:42:16.341364 [ 4 ] {fd42c6f9-6ab7-40a9-aa31-9d1c487beaea} TCPHandler: Processed in 0.002243265 sec. 2025.12.24 02:42:16.341478 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:16.341572 [ 4 ] {4f02dcf7-5b99-4ec2-b2e6-aa2f6e98a974} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:16.341613 [ 4 ] {4f02dcf7-5b99-4ec2-b2e6-aa2f6e98a974} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:16.341952 [ 4 ] {4f02dcf7-5b99-4ec2-b2e6-aa2f6e98a974} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:16.341986 [ 4 ] {4f02dcf7-5b99-4ec2-b2e6-aa2f6e98a974} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:16.342286 [ 4 ] {4f02dcf7-5b99-4ec2-b2e6-aa2f6e98a974} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.12.24 02:42:16.342514 [ 4 ] {4f02dcf7-5b99-4ec2-b2e6-aa2f6e98a974} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:16.342641 [ 4 ] {4f02dcf7-5b99-4ec2-b2e6-aa2f6e98a974} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.12.24 02:42:16.342678 [ 4 ] {4f02dcf7-5b99-4ec2-b2e6-aa2f6e98a974} TCPHandler: Processed in 0.001248751 sec. 2025.12.24 02:42:17.349554 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 41679 2025.12.24 02:42:17.350249 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:17.350323 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:17.350824 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 02:42:17.351060 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:17.351215 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41679 2025.12.24 02:42:19.633060 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2025.12.24 02:42:19.651244 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:19.651303 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:19.657594 [ 243 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 02:42:19.658313 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:19.661529 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2025.12.24 02:42:21.327956 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:21.328133 [ 4 ] {abdf3ed2-9c98-48c8-82b5-c09f29308f16} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:21.328195 [ 4 ] {abdf3ed2-9c98-48c8-82b5-c09f29308f16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:21.328829 [ 4 ] {abdf3ed2-9c98-48c8-82b5-c09f29308f16} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:21.328878 [ 4 ] {abdf3ed2-9c98-48c8-82b5-c09f29308f16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:21.329249 [ 4 ] {abdf3ed2-9c98-48c8-82b5-c09f29308f16} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.12.24 02:42:21.329464 [ 4 ] {abdf3ed2-9c98-48c8-82b5-c09f29308f16} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:21.329609 [ 4 ] {abdf3ed2-9c98-48c8-82b5-c09f29308f16} executeQuery: Read 108 rows, 9.29 KiB in 0.001522 sec., 70959.2641261498 rows/sec., 5.96 MiB/sec. 2025.12.24 02:42:21.329651 [ 4 ] {abdf3ed2-9c98-48c8-82b5-c09f29308f16} TCPHandler: Processed in 0.001812219 sec. 2025.12.24 02:42:21.329773 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:21.329867 [ 4 ] {4066338d-206d-45aa-bb3a-81e506ee3ced} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:21.329907 [ 4 ] {4066338d-206d-45aa-bb3a-81e506ee3ced} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:21.330329 [ 4 ] {4066338d-206d-45aa-bb3a-81e506ee3ced} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:21.330365 [ 4 ] {4066338d-206d-45aa-bb3a-81e506ee3ced} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:21.330647 [ 4 ] {4066338d-206d-45aa-bb3a-81e506ee3ced} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.12.24 02:42:21.330845 [ 4 ] {4066338d-206d-45aa-bb3a-81e506ee3ced} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:21.330970 [ 4 ] {4066338d-206d-45aa-bb3a-81e506ee3ced} executeQuery: Read 26 rows, 1.96 KiB in 0.001122 sec., 23172.905525846705 rows/sec., 1.70 MiB/sec. 2025.12.24 02:42:21.331007 [ 4 ] {4066338d-206d-45aa-bb3a-81e506ee3ced} TCPHandler: Processed in 0.00128167 sec. 2025.12.24 02:42:21.331128 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:21.331254 [ 4 ] {47996700-ff22-471a-8c17-54e698eb810c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:21.331301 [ 4 ] {47996700-ff22-471a-8c17-54e698eb810c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:21.331840 [ 4 ] {47996700-ff22-471a-8c17-54e698eb810c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:21.331877 [ 4 ] {47996700-ff22-471a-8c17-54e698eb810c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:21.332182 [ 4 ] {47996700-ff22-471a-8c17-54e698eb810c} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.12.24 02:42:21.332383 [ 4 ] {47996700-ff22-471a-8c17-54e698eb810c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:21.332508 [ 4 ] {47996700-ff22-471a-8c17-54e698eb810c} executeQuery: Read 90 rows, 7.20 KiB in 0.001278 sec., 70422.5352112676 rows/sec., 5.50 MiB/sec. 2025.12.24 02:42:21.332546 [ 4 ] {47996700-ff22-471a-8c17-54e698eb810c} TCPHandler: Processed in 0.001476914 sec. 2025.12.24 02:42:21.332660 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:21.332753 [ 4 ] {a538c899-baa6-4789-82e3-7b3107dfff6d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:21.332797 [ 4 ] {a538c899-baa6-4789-82e3-7b3107dfff6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:21.333192 [ 4 ] {a538c899-baa6-4789-82e3-7b3107dfff6d} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:21.333228 [ 4 ] {a538c899-baa6-4789-82e3-7b3107dfff6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:21.333538 [ 4 ] {a538c899-baa6-4789-82e3-7b3107dfff6d} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.12.24 02:42:21.333738 [ 4 ] {a538c899-baa6-4789-82e3-7b3107dfff6d} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:21.333864 [ 4 ] {a538c899-baa6-4789-82e3-7b3107dfff6d} executeQuery: Read 160 rows, 11.41 KiB in 0.00113 sec., 141592.9203539823 rows/sec., 9.86 MiB/sec. 2025.12.24 02:42:21.333902 [ 4 ] {a538c899-baa6-4789-82e3-7b3107dfff6d} TCPHandler: Processed in 0.001289441 sec. 2025.12.24 02:42:21.334032 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:21.334158 [ 4 ] {6763e7be-e691-427f-9ae2-598ae1736e13} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:21.334221 [ 4 ] {6763e7be-e691-427f-9ae2-598ae1736e13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:21.335075 [ 4 ] {6763e7be-e691-427f-9ae2-598ae1736e13} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:21.335112 [ 4 ] {6763e7be-e691-427f-9ae2-598ae1736e13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:21.335628 [ 4 ] {6763e7be-e691-427f-9ae2-598ae1736e13} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.12.24 02:42:21.335847 [ 4 ] {6763e7be-e691-427f-9ae2-598ae1736e13} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:21.335981 [ 4 ] {6763e7be-e691-427f-9ae2-598ae1736e13} executeQuery: Read 26 rows, 47.71 KiB in 0.001847 sec., 14076.881429344885 rows/sec., 25.23 MiB/sec. 2025.12.24 02:42:21.336035 [ 4 ] {6763e7be-e691-427f-9ae2-598ae1736e13} TCPHandler: Processed in 0.002061193 sec. 2025.12.24 02:42:21.336145 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:21.336238 [ 4 ] {8f397246-202e-4180-b7b4-f8ad0dd3e12d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:21.336279 [ 4 ] {8f397246-202e-4180-b7b4-f8ad0dd3e12d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:21.336602 [ 4 ] {8f397246-202e-4180-b7b4-f8ad0dd3e12d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:21.336638 [ 4 ] {8f397246-202e-4180-b7b4-f8ad0dd3e12d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:21.336929 [ 4 ] {8f397246-202e-4180-b7b4-f8ad0dd3e12d} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.12.24 02:42:21.337132 [ 4 ] {8f397246-202e-4180-b7b4-f8ad0dd3e12d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:21.337257 [ 4 ] {8f397246-202e-4180-b7b4-f8ad0dd3e12d} executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. 2025.12.24 02:42:21.337294 [ 4 ] {8f397246-202e-4180-b7b4-f8ad0dd3e12d} TCPHandler: Processed in 0.001195459 sec. 2025.12.24 02:42:24.658267 [ 45 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:42:24.658339 [ 45 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:42:24.851461 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 42127 2025.12.24 02:42:24.852010 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:24.852055 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:24.852518 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 02:42:24.852741 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:24.852882 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42127 2025.12.24 02:42:24.991676 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1976 2025.12.24 02:42:24.994336 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:24.994390 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:24.995635 [ 242 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 02:42:24.995919 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:24.996211 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1976 2025.12.24 02:42:26.327745 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:26.327939 [ 4 ] {0d96f628-9c58-4c26-bcd5-e79fde9a8e54} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:26.328012 [ 4 ] {0d96f628-9c58-4c26-bcd5-e79fde9a8e54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:26.328667 [ 4 ] {0d96f628-9c58-4c26-bcd5-e79fde9a8e54} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:26.328718 [ 4 ] {0d96f628-9c58-4c26-bcd5-e79fde9a8e54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:26.329127 [ 4 ] {0d96f628-9c58-4c26-bcd5-e79fde9a8e54} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.12.24 02:42:26.329350 [ 4 ] {0d96f628-9c58-4c26-bcd5-e79fde9a8e54} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:26.329509 [ 4 ] {0d96f628-9c58-4c26-bcd5-e79fde9a8e54} executeQuery: Read 84 rows, 7.20 KiB in 0.001623 sec., 51756.007393715336 rows/sec., 4.33 MiB/sec. 2025.12.24 02:42:26.329562 [ 4 ] {0d96f628-9c58-4c26-bcd5-e79fde9a8e54} TCPHandler: Processed in 0.001944871 sec. 2025.12.24 02:42:26.329686 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:26.329788 [ 4 ] {c68627e3-69cc-4e6a-9641-f1e642c9f604} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:26.329833 [ 4 ] {c68627e3-69cc-4e6a-9641-f1e642c9f604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:26.330252 [ 4 ] {c68627e3-69cc-4e6a-9641-f1e642c9f604} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:26.330292 [ 4 ] {c68627e3-69cc-4e6a-9641-f1e642c9f604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:26.330596 [ 4 ] {c68627e3-69cc-4e6a-9641-f1e642c9f604} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.12.24 02:42:26.330817 [ 4 ] {c68627e3-69cc-4e6a-9641-f1e642c9f604} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:26.330956 [ 4 ] {c68627e3-69cc-4e6a-9641-f1e642c9f604} executeQuery: Read 14 rows, 1.05 KiB in 0.001191 sec., 11754.827875734676 rows/sec., 883.91 KiB/sec. 2025.12.24 02:42:26.330998 [ 4 ] {c68627e3-69cc-4e6a-9641-f1e642c9f604} TCPHandler: Processed in 0.001364642 sec. 2025.12.24 02:42:26.331108 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:26.331213 [ 4 ] {22d1689c-4130-44b8-af31-ede0daac9587} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:26.331256 [ 4 ] {22d1689c-4130-44b8-af31-ede0daac9587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:26.331690 [ 4 ] {22d1689c-4130-44b8-af31-ede0daac9587} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:26.331728 [ 4 ] {22d1689c-4130-44b8-af31-ede0daac9587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:26.332038 [ 4 ] {22d1689c-4130-44b8-af31-ede0daac9587} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.12.24 02:42:26.332245 [ 4 ] {22d1689c-4130-44b8-af31-ede0daac9587} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:26.332373 [ 4 ] {22d1689c-4130-44b8-af31-ede0daac9587} executeQuery: Read 78 rows, 6.24 KiB in 0.00118 sec., 66101.69491525424 rows/sec., 5.16 MiB/sec. 2025.12.24 02:42:26.332413 [ 4 ] {22d1689c-4130-44b8-af31-ede0daac9587} TCPHandler: Processed in 0.001356341 sec. 2025.12.24 02:42:26.332530 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:26.332623 [ 4 ] {6da18e91-6cf1-4529-b6c6-e2770f2b4bdc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:26.332666 [ 4 ] {6da18e91-6cf1-4529-b6c6-e2770f2b4bdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:26.333075 [ 4 ] {6da18e91-6cf1-4529-b6c6-e2770f2b4bdc} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:26.333111 [ 4 ] {6da18e91-6cf1-4529-b6c6-e2770f2b4bdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:26.333434 [ 4 ] {6da18e91-6cf1-4529-b6c6-e2770f2b4bdc} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.12.24 02:42:26.333643 [ 4 ] {6da18e91-6cf1-4529-b6c6-e2770f2b4bdc} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:26.333761 [ 41 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 4 parts from all_1_125_26 to all_128_128_0 2025.12.24 02:42:26.333772 [ 4 ] {6da18e91-6cf1-4529-b6c6-e2770f2b4bdc} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.12.24 02:42:26.333835 [ 41 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:26.333851 [ 4 ] {6da18e91-6cf1-4529-b6c6-e2770f2b4bdc} TCPHandler: Processed in 0.001370421 sec. 2025.12.24 02:42:26.333860 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:26.333972 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:26.333982 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_128_27} MergeTask::PrepareStage: Merging 4 parts: from all_1_125_26 to all_128_128_0 into Compact with storage Full 2025.12.24 02:42:26.334071 [ 4 ] {56b320da-1b4f-4721-aac5-68db4375da91} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:26.334129 [ 4 ] {56b320da-1b4f-4721-aac5-68db4375da91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:26.334130 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_128_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:26.334183 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_128_27} MergeTreeSequentialSource: Reading 6 marks from part all_1_125_26, total 35773 rows starting from the beginning of the part 2025.12.24 02:42:26.334256 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part 2025.12.24 02:42:26.334307 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part 2025.12.24 02:42:26.334356 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 196 rows starting from the beginning of the part 2025.12.24 02:42:26.334907 [ 4 ] {56b320da-1b4f-4721-aac5-68db4375da91} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:26.334947 [ 4 ] {56b320da-1b4f-4721-aac5-68db4375da91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:26.335472 [ 4 ] {56b320da-1b4f-4721-aac5-68db4375da91} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.12.24 02:42:26.335707 [ 4 ] {56b320da-1b4f-4721-aac5-68db4375da91} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:26.335846 [ 4 ] {56b320da-1b4f-4721-aac5-68db4375da91} executeQuery: Read 14 rows, 25.69 KiB in 0.001794 sec., 7803.790412486064 rows/sec., 13.98 MiB/sec. 2025.12.24 02:42:26.335902 [ 4 ] {56b320da-1b4f-4721-aac5-68db4375da91} TCPHandler: Processed in 0.001978931 sec. 2025.12.24 02:42:26.336016 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:26.336109 [ 4 ] {0e19e89d-64fa-4a80-bf75-e9a761bb9936} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:26.336151 [ 4 ] {0e19e89d-64fa-4a80-bf75-e9a761bb9936} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:26.336548 [ 4 ] {0e19e89d-64fa-4a80-bf75-e9a761bb9936} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:26.336583 [ 4 ] {0e19e89d-64fa-4a80-bf75-e9a761bb9936} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:26.336903 [ 4 ] {0e19e89d-64fa-4a80-bf75-e9a761bb9936} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.12.24 02:42:26.337121 [ 4 ] {0e19e89d-64fa-4a80-bf75-e9a761bb9936} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:26.337253 [ 4 ] {0e19e89d-64fa-4a80-bf75-e9a761bb9936} executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. 2025.12.24 02:42:26.337291 [ 4 ] {0e19e89d-64fa-4a80-bf75-e9a761bb9936} TCPHandler: Processed in 0.001325351 sec. 2025.12.24 02:42:26.340931 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_128_27} MergeTask::MergeProjectionsStage: Merge sorted 36289 rows, containing 5 columns (5 merged, 0 gathered) in 0.006992651 sec., 5189591.186518532 rows/sec., 356.64 MiB/sec. 2025.12.24 02:42:26.341410 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_128_27} MergedBlockOutputStream: filled checksums all_1_128_27 (state Temporary) 2025.12.24 02:42:26.341688 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_128_27} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_128_27 to all_1_128_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:26.341763 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_128_27} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 4 parts: [all_1_125_26, all_128_128_0] -> all_1_128_27 2025.12.24 02:42:26.341836 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2025.12.24 02:42:27.161689 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2025.12.24 02:42:27.180863 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:27.180922 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:27.187256 [ 243 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 02:42:27.187974 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:27.191381 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2025.12.24 02:42:31.359010 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:31.359207 [ 4 ] {5ea5fe63-6749-4f21-a0e4-0a40d16d918a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:42:31.359275 [ 4 ] {5ea5fe63-6749-4f21-a0e4-0a40d16d918a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:42:31.359963 [ 4 ] {5ea5fe63-6749-4f21-a0e4-0a40d16d918a} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.360019 [ 4 ] {5ea5fe63-6749-4f21-a0e4-0a40d16d918a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.360410 [ 4 ] {5ea5fe63-6749-4f21-a0e4-0a40d16d918a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 02:42:31.360647 [ 4 ] {5ea5fe63-6749-4f21-a0e4-0a40d16d918a} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.360828 [ 4 ] {5ea5fe63-6749-4f21-a0e4-0a40d16d918a} executeQuery: Read 4 rows, 334.00 B in 0.001668 sec., 2398.0815347721823 rows/sec., 195.55 KiB/sec. 2025.12.24 02:42:31.360903 [ 4 ] {5ea5fe63-6749-4f21-a0e4-0a40d16d918a} TCPHandler: Processed in 0.002023792 sec. 2025.12.24 02:42:31.361046 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:31.361150 [ 4 ] {b06f881a-d35f-4943-85e4-8a198661b49b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:31.361195 [ 4 ] {b06f881a-d35f-4943-85e4-8a198661b49b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:31.362854 [ 4 ] {b06f881a-d35f-4943-85e4-8a198661b49b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.362895 [ 4 ] {b06f881a-d35f-4943-85e4-8a198661b49b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.363296 [ 4 ] {b06f881a-d35f-4943-85e4-8a198661b49b} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.12.24 02:42:31.363623 [ 4 ] {b06f881a-d35f-4943-85e4-8a198661b49b} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.363818 [ 34 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.12.24 02:42:31.363837 [ 4 ] {b06f881a-d35f-4943-85e4-8a198661b49b} executeQuery: Read 1250 rows, 105.99 KiB in 0.002709 sec., 461424.8800295312 rows/sec., 38.21 MiB/sec. 2025.12.24 02:42:31.363896 [ 34 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.363923 [ 4 ] {b06f881a-d35f-4943-85e4-8a198661b49b} TCPHandler: Processed in 0.002930406 sec. 2025.12.24 02:42:31.363924 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.364045 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.12.24 02:42:31.364079 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:31.364165 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:31.364190 [ 4 ] {1fd636e1-5c69-4d7d-ada0-fe41f4bfdac3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:31.364202 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1406 rows starting from the beginning of the part 2025.12.24 02:42:31.364242 [ 4 ] {1fd636e1-5c69-4d7d-ada0-fe41f4bfdac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:31.364266 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 108 rows starting from the beginning of the part 2025.12.24 02:42:31.364312 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 204 rows starting from the beginning of the part 2025.12.24 02:42:31.364353 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 108 rows starting from the beginning of the part 2025.12.24 02:42:31.364390 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 84 rows starting from the beginning of the part 2025.12.24 02:42:31.364428 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 1250 rows starting from the beginning of the part 2025.12.24 02:42:31.364777 [ 4 ] {1fd636e1-5c69-4d7d-ada0-fe41f4bfdac3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.364815 [ 4 ] {1fd636e1-5c69-4d7d-ada0-fe41f4bfdac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.365115 [ 4 ] {1fd636e1-5c69-4d7d-ada0-fe41f4bfdac3} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.12.24 02:42:31.365366 [ 4 ] {1fd636e1-5c69-4d7d-ada0-fe41f4bfdac3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.365506 [ 34 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.12.24 02:42:31.365519 [ 4 ] {1fd636e1-5c69-4d7d-ada0-fe41f4bfdac3} executeQuery: Read 30 rows, 2.23 KiB in 0.001355 sec., 22140.22140221402 rows/sec., 1.61 MiB/sec. 2025.12.24 02:42:31.365544 [ 34 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.365570 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.365593 [ 4 ] {1fd636e1-5c69-4d7d-ada0-fe41f4bfdac3} TCPHandler: Processed in 0.001571665 sec. 2025.12.24 02:42:31.365671 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.12.24 02:42:31.365744 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:31.365813 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:31.365852 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 70 rows starting from the beginning of the part 2025.12.24 02:42:31.365855 [ 4 ] {28e112dc-b3d7-4ae4-acc2-3e3061a936f0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:42:31.365912 [ 4 ] {28e112dc-b3d7-4ae4-acc2-3e3061a936f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:42:31.365919 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:31.365974 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:31.365983 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 3160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001983211 sec., 1593375.5914020243 rows/sec., 139.66 MiB/sec. 2025.12.24 02:42:31.366017 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:31.366061 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:31.366099 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 30 rows starting from the beginning of the part 2025.12.24 02:42:31.366239 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.12.24 02:42:31.366532 [ 4 ] {28e112dc-b3d7-4ae4-acc2-3e3061a936f0} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.366579 [ 4 ] {28e112dc-b3d7-4ae4-acc2-3e3061a936f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.366603 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.366702 [ 198 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_131_26} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.12.24 02:42:31.366819 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 02:42:31.366942 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.00132107 sec., 145336.73461663653 rows/sec., 11.23 MiB/sec. 2025.12.24 02:42:31.366962 [ 4 ] {28e112dc-b3d7-4ae4-acc2-3e3061a936f0} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 02:42:31.367085 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.12.24 02:42:31.367189 [ 4 ] {28e112dc-b3d7-4ae4-acc2-3e3061a936f0} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.367331 [ 4 ] {28e112dc-b3d7-4ae4-acc2-3e3061a936f0} executeQuery: Read 228 rows, 15.81 KiB in 0.001501 sec., 151898.7341772152 rows/sec., 10.29 MiB/sec. 2025.12.24 02:42:31.367344 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.367373 [ 4 ] {28e112dc-b3d7-4ae4-acc2-3e3061a936f0} TCPHandler: Processed in 0.001694007 sec. 2025.12.24 02:42:31.367415 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_126_25} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.12.24 02:42:31.367492 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:42:31.367495 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:31.367598 [ 4 ] {c3e710bb-f1da-4782-a534-29beb8144344} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:31.367639 [ 4 ] {c3e710bb-f1da-4782-a534-29beb8144344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:31.368372 [ 4 ] {c3e710bb-f1da-4782-a534-29beb8144344} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.368408 [ 4 ] {c3e710bb-f1da-4782-a534-29beb8144344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.368745 [ 4 ] {c3e710bb-f1da-4782-a534-29beb8144344} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.12.24 02:42:31.368966 [ 4 ] {c3e710bb-f1da-4782-a534-29beb8144344} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.369098 [ 4 ] {c3e710bb-f1da-4782-a534-29beb8144344} executeQuery: Read 550 rows, 41.81 KiB in 0.001519 sec., 362080.3159973667 rows/sec., 26.88 MiB/sec. 2025.12.24 02:42:31.369100 [ 34 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.12.24 02:42:31.369143 [ 4 ] {c3e710bb-f1da-4782-a534-29beb8144344} TCPHandler: Processed in 0.001698627 sec. 2025.12.24 02:42:31.369152 [ 34 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.369184 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.369263 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.12.24 02:42:31.369271 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:31.369368 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:31.369389 [ 4 ] {f940804b-2ca8-4e9b-92ac-615693340de8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:31.369397 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 632 rows starting from the beginning of the part 2025.12.24 02:42:31.369455 [ 4 ] {f940804b-2ca8-4e9b-92ac-615693340de8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:31.369463 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 90 rows starting from the beginning of the part 2025.12.24 02:42:31.369524 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 114 rows starting from the beginning of the part 2025.12.24 02:42:31.369560 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 90 rows starting from the beginning of the part 2025.12.24 02:42:31.369596 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 78 rows starting from the beginning of the part 2025.12.24 02:42:31.369631 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 550 rows starting from the beginning of the part 2025.12.24 02:42:31.370242 [ 4 ] {f940804b-2ca8-4e9b-92ac-615693340de8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.370292 [ 4 ] {f940804b-2ca8-4e9b-92ac-615693340de8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.370628 [ 198 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 1554 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397242 sec., 1112191.0163021153 rows/sec., 88.61 MiB/sec. 2025.12.24 02:42:31.370726 [ 4 ] {f940804b-2ca8-4e9b-92ac-615693340de8} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.12.24 02:42:31.370818 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.12.24 02:42:31.371030 [ 4 ] {f940804b-2ca8-4e9b-92ac-615693340de8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.371141 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.371182 [ 4 ] {f940804b-2ca8-4e9b-92ac-615693340de8} executeQuery: Read 846 rows, 58.31 KiB in 0.001814 sec., 466372.6571113561 rows/sec., 31.39 MiB/sec. 2025.12.24 02:42:31.371226 [ 4 ] {f940804b-2ca8-4e9b-92ac-615693340de8} TCPHandler: Processed in 0.002003732 sec. 2025.12.24 02:42:31.371227 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_131_26} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.12.24 02:42:31.371321 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:42:31.371361 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:31.371469 [ 4 ] {4ead061a-0afd-4408-b4a5-650c0af9262d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:31.371531 [ 4 ] {4ead061a-0afd-4408-b4a5-650c0af9262d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:31.372417 [ 4 ] {4ead061a-0afd-4408-b4a5-650c0af9262d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.372456 [ 4 ] {4ead061a-0afd-4408-b4a5-650c0af9262d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.373021 [ 4 ] {4ead061a-0afd-4408-b4a5-650c0af9262d} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.12.24 02:42:31.373256 [ 4 ] {4ead061a-0afd-4408-b4a5-650c0af9262d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.373404 [ 34 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.12.24 02:42:31.373419 [ 4 ] {4ead061a-0afd-4408-b4a5-650c0af9262d} executeQuery: Read 26 rows, 47.71 KiB in 0.001967 sec., 13218.098627351297 rows/sec., 23.69 MiB/sec. 2025.12.24 02:42:31.373447 [ 34 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.373475 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.373531 [ 4 ] {4ead061a-0afd-4408-b4a5-650c0af9262d} TCPHandler: Processed in 0.002224396 sec. 2025.12.24 02:42:31.373587 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.12.24 02:42:31.373681 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:31.373793 [ 4 ] {d9ec43b3-dfa0-49fd-a9fd-842e2e157c70} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:31.373850 [ 4 ] {d9ec43b3-dfa0-49fd-a9fd-842e2e157c70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:31.373857 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:31.373939 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2349 rows starting from the beginning of the part 2025.12.24 02:42:31.374074 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:31.374188 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:31.374288 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:31.374295 [ 4 ] {d9ec43b3-dfa0-49fd-a9fd-842e2e157c70} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.374345 [ 4 ] {d9ec43b3-dfa0-49fd-a9fd-842e2e157c70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.374403 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:31.374531 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:31.374742 [ 4 ] {d9ec43b3-dfa0-49fd-a9fd-842e2e157c70} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.12.24 02:42:31.375000 [ 4 ] {d9ec43b3-dfa0-49fd-a9fd-842e2e157c70} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.375152 [ 34 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.12.24 02:42:31.375154 [ 4 ] {d9ec43b3-dfa0-49fd-a9fd-842e2e157c70} executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. 2025.12.24 02:42:31.375208 [ 34 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:31.375238 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:31.375241 [ 4 ] {d9ec43b3-dfa0-49fd-a9fd-842e2e157c70} TCPHandler: Processed in 0.001615466 sec. 2025.12.24 02:42:31.375331 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.12.24 02:42:31.375458 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:31.375492 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7488 rows starting from the beginning of the part 2025.12.24 02:42:31.375548 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:31.375594 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:31.375638 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:31.375676 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:31.375714 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:31.377784 [ 198 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 7788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002496739 sec., 3119268.774189052 rows/sec., 210.22 MiB/sec. 2025.12.24 02:42:31.378406 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.12.24 02:42:31.378725 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.378804 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_131_26} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.12.24 02:42:31.378910 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2025.12.24 02:42:31.385480 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2455 rows, containing 19 columns (19 merged, 0 gathered) in 0.011947871 sec., 205475.93793069912 rows/sec., 368.20 MiB/sec. 2025.12.24 02:42:31.388095 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.12.24 02:42:31.388631 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:31.388716 [ 190 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_126_25} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.12.24 02:42:31.388875 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.74 MiB. 2025.12.24 02:42:31.443537 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61530 2025.12.24 02:42:31.443672 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.443720 [ 352 ] {} TCP-Session: 6d2d01ef-f876-4b9c-aaf7-a12dead12001 Authenticating user 'default' from [fd00:1122:3344:101::e]:61530 2025.12.24 02:42:31.443750 [ 352 ] {} TCP-Session: 6d2d01ef-f876-4b9c-aaf7-a12dead12001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.443769 [ 352 ] {} TCP-Session: 6d2d01ef-f876-4b9c-aaf7-a12dead12001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.443970 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58700 2025.12.24 02:42:31.444012 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35647 2025.12.24 02:42:31.444036 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47686 2025.12.24 02:42:31.444058 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61300 2025.12.24 02:42:31.444108 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50276 2025.12.24 02:42:31.444113 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56566 2025.12.24 02:42:31.444170 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.444184 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.444210 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.444222 [ 354 ] {} TCP-Session: 3d9caed6-de50-4363-98f6-d13e17a5c328 Authenticating user 'default' from [fd00:1122:3344:101::e]:47686 2025.12.24 02:42:31.444240 [ 357 ] {} TCP-Session: 05ecacc6-1838-40dc-aaee-a8adabd7835c Authenticating user 'default' from [fd00:1122:3344:101::e]:61300 2025.12.24 02:42:31.444255 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.444300 [ 357 ] {} TCP-Session: 05ecacc6-1838-40dc-aaee-a8adabd7835c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444250 [ 358 ] {} TCP-Session: 03439c1c-e380-49c4-952c-dab1590455a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50276 2025.12.24 02:42:31.444327 [ 357 ] {} TCP-Session: 05ecacc6-1838-40dc-aaee-a8adabd7835c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444351 [ 358 ] {} TCP-Session: 03439c1c-e380-49c4-952c-dab1590455a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444322 [ 359 ] {} TCP-Session: febee05a-1d80-4114-ad85-c0ddbb5fe1d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:56566 2025.12.24 02:42:31.444377 [ 358 ] {} TCP-Session: 03439c1c-e380-49c4-952c-dab1590455a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444234 [ 352 ] {} TCP-Session: 6d2d01ef-f876-4b9c-aaf7-a12dead12001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:31.444410 [ 359 ] {} TCP-Session: febee05a-1d80-4114-ad85-c0ddbb5fe1d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444155 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.444452 [ 359 ] {} TCP-Session: febee05a-1d80-4114-ad85-c0ddbb5fe1d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444485 [ 290 ] {} TCP-Session: 75ed655f-c489-4f0b-b833-32e83ae1677d Authenticating user 'default' from [fd00:1122:3344:101::e]:35647 2025.12.24 02:42:31.444101 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.444521 [ 290 ] {} TCP-Session: 75ed655f-c489-4f0b-b833-32e83ae1677d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444039 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33769 2025.12.24 02:42:31.444552 [ 353 ] {} TCP-Session: daf547fc-f9b7-4f49-af1f-724c48488fac Authenticating user 'default' from [fd00:1122:3344:101::e]:58700 2025.12.24 02:42:31.444552 [ 290 ] {} TCP-Session: 75ed655f-c489-4f0b-b833-32e83ae1677d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444606 [ 353 ] {} TCP-Session: daf547fc-f9b7-4f49-af1f-724c48488fac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444614 [ 352 ] {0821fee5-3b4f-4370-a421-fe8dceb46a4b} executeQuery: (from [fd00:1122:3344:101::e]:61530) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:42:31.444628 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.444630 [ 353 ] {} TCP-Session: daf547fc-f9b7-4f49-af1f-724c48488fac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444663 [ 355 ] {} TCP-Session: 4104d535-94e1-488f-99ba-85b4ede64ee0 Authenticating user 'default' from [fd00:1122:3344:101::e]:33769 2025.12.24 02:42:31.444047 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44064 2025.12.24 02:42:31.444696 [ 355 ] {} TCP-Session: 4104d535-94e1-488f-99ba-85b4ede64ee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444274 [ 354 ] {} TCP-Session: 3d9caed6-de50-4363-98f6-d13e17a5c328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444734 [ 355 ] {} TCP-Session: 4104d535-94e1-488f-99ba-85b4ede64ee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444757 [ 354 ] {} TCP-Session: 3d9caed6-de50-4363-98f6-d13e17a5c328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.444964 [ 352 ] {0821fee5-3b4f-4370-a421-fe8dceb46a4b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:42:31.445034 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.445038 [ 352 ] {0821fee5-3b4f-4370-a421-fe8dceb46a4b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:42:31.445068 [ 356 ] {} TCP-Session: f2525904-d670-42f7-b3a8-e7ee4ad61ea0 Authenticating user 'default' from [fd00:1122:3344:101::e]:44064 2025.12.24 02:42:31.445094 [ 356 ] {} TCP-Session: f2525904-d670-42f7-b3a8-e7ee4ad61ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.445106 [ 356 ] {} TCP-Session: f2525904-d670-42f7-b3a8-e7ee4ad61ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.445411 [ 352 ] {0821fee5-3b4f-4370-a421-fe8dceb46a4b} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:42:31.446587 [ 327 ] {0821fee5-3b4f-4370-a421-fe8dceb46a4b} AggregatingTransform: Aggregating 2025.12.24 02:42:31.446624 [ 327 ] {0821fee5-3b4f-4370-a421-fe8dceb46a4b} Aggregator: Aggregation method: without_key 2025.12.24 02:42:31.446658 [ 327 ] {0821fee5-3b4f-4370-a421-fe8dceb46a4b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001123268 sec. (890.259 rows/sec., 34.78 KiB/sec.) 2025.12.24 02:42:31.446676 [ 327 ] {0821fee5-3b4f-4370-a421-fe8dceb46a4b} Aggregator: Merging aggregated data 2025.12.24 02:42:31.447892 [ 352 ] {0821fee5-3b4f-4370-a421-fe8dceb46a4b} executeQuery: Read 1 rows, 40.00 B in 0.003354 sec., 298.1514609421586 rows/sec., 11.65 KiB/sec. 2025.12.24 02:42:31.448062 [ 352 ] {0821fee5-3b4f-4370-a421-fe8dceb46a4b} TCPHandler: Processed in 0.004008044 sec. 2025.12.24 02:42:31.448148 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.448179 [ 352 ] {} TCP-Session: 6d2d01ef-f876-4b9c-aaf7-a12dead12001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.448183 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.448217 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.448229 [ 353 ] {} TCP-Session: daf547fc-f9b7-4f49-af1f-724c48488fac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.448234 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.448251 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.448276 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.448294 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.448314 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.448334 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.448368 [ 356 ] {} TCP-Session: f2525904-d670-42f7-b3a8-e7ee4ad61ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.448332 [ 358 ] {} TCP-Session: 03439c1c-e380-49c4-952c-dab1590455a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.448401 [ 357 ] {} TCP-Session: 05ecacc6-1838-40dc-aaee-a8adabd7835c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.448345 [ 354 ] {} TCP-Session: 3d9caed6-de50-4363-98f6-d13e17a5c328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.448306 [ 355 ] {} TCP-Session: 4104d535-94e1-488f-99ba-85b4ede64ee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.448294 [ 359 ] {} TCP-Session: febee05a-1d80-4114-ad85-c0ddbb5fe1d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.448264 [ 290 ] {} TCP-Session: 75ed655f-c489-4f0b-b833-32e83ae1677d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.570883 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36371 2025.12.24 02:42:31.570996 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.571023 [ 359 ] {} TCP-Session: d22470b5-dd13-41fc-971b-e85b8b77f714 Authenticating user 'default' from [fd00:1122:3344:101::e]:36371 2025.12.24 02:42:31.571045 [ 359 ] {} TCP-Session: d22470b5-dd13-41fc-971b-e85b8b77f714 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571059 [ 359 ] {} TCP-Session: d22470b5-dd13-41fc-971b-e85b8b77f714 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571227 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39381 2025.12.24 02:42:31.571283 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.571279 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43437 2025.12.24 02:42:31.571311 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62651 2025.12.24 02:42:31.571343 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39483 2025.12.24 02:42:31.571357 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62202 2025.12.24 02:42:31.571368 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48222 2025.12.24 02:42:31.571403 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.571431 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.571437 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.571453 [ 353 ] {} TCP-Session: e5468967-ad3a-4cb7-960a-439c5fd30e22 Authenticating user 'default' from [fd00:1122:3344:101::e]:43437 2025.12.24 02:42:31.571460 [ 356 ] {} TCP-Session: d8a851d8-1be0-4940-b7c3-82634f0281b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:39483 2025.12.24 02:42:31.571487 [ 290 ] {} TCP-Session: b5118d26-ef8f-407c-9e50-ef35413da972 Authenticating user 'default' from [fd00:1122:3344:101::e]:62651 2025.12.24 02:42:31.571490 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.571526 [ 290 ] {} TCP-Session: b5118d26-ef8f-407c-9e50-ef35413da972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571504 [ 356 ] {} TCP-Session: d8a851d8-1be0-4940-b7c3-82634f0281b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571552 [ 290 ] {} TCP-Session: b5118d26-ef8f-407c-9e50-ef35413da972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571554 [ 358 ] {} TCP-Session: 8f695cab-0089-4b55-b2e1-6ba5635fef07 Authenticating user 'default' from [fd00:1122:3344:101::e]:48222 2025.12.24 02:42:31.571566 [ 356 ] {} TCP-Session: d8a851d8-1be0-4940-b7c3-82634f0281b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571403 [ 359 ] {} TCP-Session: d22470b5-dd13-41fc-971b-e85b8b77f714 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:31.571597 [ 358 ] {} TCP-Session: 8f695cab-0089-4b55-b2e1-6ba5635fef07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571330 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51116 2025.12.24 02:42:31.571640 [ 358 ] {} TCP-Session: 8f695cab-0089-4b55-b2e1-6ba5635fef07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571326 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43523 2025.12.24 02:42:31.571304 [ 352 ] {} TCP-Session: 2a8fad53-4a5b-4353-bb19-850068e111e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:39381 2025.12.24 02:42:31.571709 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.571731 [ 352 ] {} TCP-Session: 2a8fad53-4a5b-4353-bb19-850068e111e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571741 [ 355 ] {} TCP-Session: ff8311d6-5a42-4304-a25c-2db332aef4a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51116 2025.12.24 02:42:31.571749 [ 352 ] {} TCP-Session: 2a8fad53-4a5b-4353-bb19-850068e111e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571745 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.571759 [ 355 ] {} TCP-Session: ff8311d6-5a42-4304-a25c-2db332aef4a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571788 [ 354 ] {} TCP-Session: d0ed8683-3c85-4bcb-b032-118fb360a377 Authenticating user 'default' from [fd00:1122:3344:101::e]:43523 2025.12.24 02:42:31.571795 [ 355 ] {} TCP-Session: ff8311d6-5a42-4304-a25c-2db332aef4a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571817 [ 354 ] {} TCP-Session: d0ed8683-3c85-4bcb-b032-118fb360a377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571795 [ 359 ] {2ddc35c6-319a-4193-9755-9312008fb78b} executeQuery: (from [fd00:1122:3344:101::e]:36371) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:42:31.571845 [ 354 ] {} TCP-Session: d0ed8683-3c85-4bcb-b032-118fb360a377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571501 [ 353 ] {} TCP-Session: e5468967-ad3a-4cb7-960a-439c5fd30e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571444 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.571908 [ 353 ] {} TCP-Session: e5468967-ad3a-4cb7-960a-439c5fd30e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571937 [ 357 ] {} TCP-Session: bfde9447-f51f-4922-9c7a-1957635ec2a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:62202 2025.12.24 02:42:31.571960 [ 357 ] {} TCP-Session: bfde9447-f51f-4922-9c7a-1957635ec2a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.571973 [ 357 ] {} TCP-Session: bfde9447-f51f-4922-9c7a-1957635ec2a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.572189 [ 359 ] {2ddc35c6-319a-4193-9755-9312008fb78b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:42:31.572250 [ 359 ] {2ddc35c6-319a-4193-9755-9312008fb78b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:42:31.572580 [ 359 ] {2ddc35c6-319a-4193-9755-9312008fb78b} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:42:31.573878 [ 332 ] {2ddc35c6-319a-4193-9755-9312008fb78b} AggregatingTransform: Aggregating 2025.12.24 02:42:31.573920 [ 332 ] {2ddc35c6-319a-4193-9755-9312008fb78b} Aggregator: Aggregation method: without_key 2025.12.24 02:42:31.573958 [ 332 ] {2ddc35c6-319a-4193-9755-9312008fb78b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001274941 sec. (784.350 rows/sec., 30.64 KiB/sec.) 2025.12.24 02:42:31.573977 [ 332 ] {2ddc35c6-319a-4193-9755-9312008fb78b} Aggregator: Merging aggregated data 2025.12.24 02:42:31.575200 [ 359 ] {2ddc35c6-319a-4193-9755-9312008fb78b} executeQuery: Read 1 rows, 40.00 B in 0.003475 sec., 287.7697841726619 rows/sec., 11.24 KiB/sec. 2025.12.24 02:42:31.575398 [ 359 ] {2ddc35c6-319a-4193-9755-9312008fb78b} TCPHandler: Processed in 0.004135956 sec. 2025.12.24 02:42:31.575522 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.575553 [ 359 ] {} TCP-Session: d22470b5-dd13-41fc-971b-e85b8b77f714 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.575563 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.575600 [ 358 ] {} TCP-Session: 8f695cab-0089-4b55-b2e1-6ba5635fef07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.575606 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.575616 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.575650 [ 352 ] {} TCP-Session: 2a8fad53-4a5b-4353-bb19-850068e111e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.575663 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.575684 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.575708 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.575720 [ 290 ] {} TCP-Session: b5118d26-ef8f-407c-9e50-ef35413da972 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.575740 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.575745 [ 355 ] {} TCP-Session: ff8311d6-5a42-4304-a25c-2db332aef4a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.575761 [ 353 ] {} TCP-Session: e5468967-ad3a-4cb7-960a-439c5fd30e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.575788 [ 357 ] {} TCP-Session: bfde9447-f51f-4922-9c7a-1957635ec2a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.575690 [ 356 ] {} TCP-Session: d8a851d8-1be0-4940-b7c3-82634f0281b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.575632 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.575874 [ 354 ] {} TCP-Session: d0ed8683-3c85-4bcb-b032-118fb360a377 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.746547 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54680 2025.12.24 02:42:31.746658 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.746685 [ 359 ] {} TCP-Session: 23486357-2fe2-4aa5-ac68-2b7b6eded394 Authenticating user 'default' from [fd00:1122:3344:101::e]:54680 2025.12.24 02:42:31.746708 [ 359 ] {} TCP-Session: 23486357-2fe2-4aa5-ac68-2b7b6eded394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.746721 [ 359 ] {} TCP-Session: 23486357-2fe2-4aa5-ac68-2b7b6eded394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.746912 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60281 2025.12.24 02:42:31.746988 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.746996 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50188 2025.12.24 02:42:31.747030 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38651 2025.12.24 02:42:31.747045 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41571 2025.12.24 02:42:31.747066 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46102 2025.12.24 02:42:31.747074 [ 359 ] {} TCP-Session: 23486357-2fe2-4aa5-ac68-2b7b6eded394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:31.747153 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.747154 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.747191 [ 354 ] {} TCP-Session: 860f7626-8a41-42ce-9d44-f4ad7483f80e Authenticating user 'default' from [fd00:1122:3344:101::e]:38651 2025.12.24 02:42:31.747201 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.747208 [ 356 ] {} TCP-Session: 0e4cf044-fdfb-4a05-abfa-ff36a4536325 Authenticating user 'default' from [fd00:1122:3344:101::e]:41571 2025.12.24 02:42:31.747226 [ 354 ] {} TCP-Session: 860f7626-8a41-42ce-9d44-f4ad7483f80e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747238 [ 357 ] {} TCP-Session: 2a0f3882-9dce-4806-b5c2-5927d70b4236 Authenticating user 'default' from [fd00:1122:3344:101::e]:46102 2025.12.24 02:42:31.747250 [ 356 ] {} TCP-Session: 0e4cf044-fdfb-4a05-abfa-ff36a4536325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747255 [ 354 ] {} TCP-Session: 860f7626-8a41-42ce-9d44-f4ad7483f80e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747277 [ 357 ] {} TCP-Session: 2a0f3882-9dce-4806-b5c2-5927d70b4236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747280 [ 356 ] {} TCP-Session: 0e4cf044-fdfb-4a05-abfa-ff36a4536325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747315 [ 357 ] {} TCP-Session: 2a0f3882-9dce-4806-b5c2-5927d70b4236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747320 [ 359 ] {6a3734ed-fa5c-4390-8df4-a299aa2f0cde} executeQuery: (from [fd00:1122:3344:101::e]:54680) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:42:31.747040 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54965 2025.12.24 02:42:31.747015 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43743 2025.12.24 02:42:31.747011 [ 352 ] {} TCP-Session: 79c7c8e1-53d8-43cb-93a8-4929c50ba3c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:60281 2025.12.24 02:42:31.747073 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43931 2025.12.24 02:42:31.747441 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.747442 [ 352 ] {} TCP-Session: 79c7c8e1-53d8-43cb-93a8-4929c50ba3c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747462 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.747480 [ 355 ] {} TCP-Session: 52454b44-f10f-414e-8967-fc31eee73d3c Authenticating user 'default' from [fd00:1122:3344:101::e]:54965 2025.12.24 02:42:31.747480 [ 352 ] {} TCP-Session: 79c7c8e1-53d8-43cb-93a8-4929c50ba3c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747504 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.747505 [ 290 ] {} TCP-Session: 8740d9a3-c96d-4a7e-84ac-afa04c4fe9f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:43743 2025.12.24 02:42:31.747513 [ 355 ] {} TCP-Session: 52454b44-f10f-414e-8967-fc31eee73d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747537 [ 358 ] {} TCP-Session: 54d15449-fdbf-4fc1-89ec-04c408d1b94d Authenticating user 'default' from [fd00:1122:3344:101::e]:43931 2025.12.24 02:42:31.747562 [ 355 ] {} TCP-Session: 52454b44-f10f-414e-8967-fc31eee73d3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747579 [ 358 ] {} TCP-Session: 54d15449-fdbf-4fc1-89ec-04c408d1b94d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747550 [ 290 ] {} TCP-Session: 8740d9a3-c96d-4a7e-84ac-afa04c4fe9f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747606 [ 358 ] {} TCP-Session: 54d15449-fdbf-4fc1-89ec-04c408d1b94d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747617 [ 359 ] {6a3734ed-fa5c-4390-8df4-a299aa2f0cde} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:42:31.747626 [ 290 ] {} TCP-Session: 8740d9a3-c96d-4a7e-84ac-afa04c4fe9f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747122 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:42:31.747692 [ 359 ] {6a3734ed-fa5c-4390-8df4-a299aa2f0cde} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:42:31.747696 [ 353 ] {} TCP-Session: 47f8f425-4751-4ef7-a989-6c584bebcd45 Authenticating user 'default' from [fd00:1122:3344:101::e]:50188 2025.12.24 02:42:31.747731 [ 353 ] {} TCP-Session: 47f8f425-4751-4ef7-a989-6c584bebcd45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747743 [ 353 ] {} TCP-Session: 47f8f425-4751-4ef7-a989-6c584bebcd45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.747998 [ 359 ] {6a3734ed-fa5c-4390-8df4-a299aa2f0cde} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:42:31.749010 [ 326 ] {6a3734ed-fa5c-4390-8df4-a299aa2f0cde} AggregatingTransform: Aggregating 2025.12.24 02:42:31.749045 [ 326 ] {6a3734ed-fa5c-4390-8df4-a299aa2f0cde} Aggregator: Aggregation method: without_key 2025.12.24 02:42:31.749075 [ 326 ] {6a3734ed-fa5c-4390-8df4-a299aa2f0cde} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000971645 sec. (1029.182 rows/sec., 40.20 KiB/sec.) 2025.12.24 02:42:31.749089 [ 326 ] {6a3734ed-fa5c-4390-8df4-a299aa2f0cde} Aggregator: Merging aggregated data 2025.12.24 02:42:31.750886 [ 359 ] {6a3734ed-fa5c-4390-8df4-a299aa2f0cde} executeQuery: Read 1 rows, 40.00 B in 0.003622 sec., 276.09055770292656 rows/sec., 10.78 KiB/sec. 2025.12.24 02:42:31.751054 [ 359 ] {6a3734ed-fa5c-4390-8df4-a299aa2f0cde} TCPHandler: Processed in 0.004120546 sec. 2025.12.24 02:42:31.751149 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.751177 [ 359 ] {} TCP-Session: 23486357-2fe2-4aa5-ac68-2b7b6eded394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.751181 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.751211 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.751227 [ 358 ] {} TCP-Session: 54d15449-fdbf-4fc1-89ec-04c408d1b94d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.751239 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.751246 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.751262 [ 290 ] {} TCP-Session: 8740d9a3-c96d-4a7e-84ac-afa04c4fe9f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.751283 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.751306 [ 355 ] {} TCP-Session: 52454b44-f10f-414e-8967-fc31eee73d3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.751323 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.751350 [ 353 ] {} TCP-Session: 47f8f425-4751-4ef7-a989-6c584bebcd45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.751303 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.751386 [ 356 ] {} TCP-Session: 0e4cf044-fdfb-4a05-abfa-ff36a4536325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.751289 [ 352 ] {} TCP-Session: 79c7c8e1-53d8-43cb-93a8-4929c50ba3c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.751415 [ 354 ] {} TCP-Session: 860f7626-8a41-42ce-9d44-f4ad7483f80e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:31.751267 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:42:31.751495 [ 357 ] {} TCP-Session: 2a0f3882-9dce-4806-b5c2-5927d70b4236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:42:32.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 395.01 MiB, peak 413.00 MiB, free memory in arenas 0.00 B, will set to 396.66 MiB (RSS), difference: 1.65 MiB 2025.12.24 02:42:32.353091 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 42639 2025.12.24 02:42:32.353672 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:32.353728 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. 2025.12.24 02:42:32.354284 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 02:42:32.354531 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:32.354685 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 2025.12.24 02:42:34.691543 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 671 2025.12.24 02:42:34.710276 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:34.710328 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:34.717228 [ 243 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 02:42:34.717933 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:34.721079 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 671 2025.12.24 02:42:34.996573 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2010 2025.12.24 02:42:34.999500 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:34.999555 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:35.000203 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 393.17 MiB, peak 413.00 MiB, free memory in arenas 0.00 B, will set to 396.66 MiB (RSS), difference: 3.49 MiB 2025.12.24 02:42:35.001017 [ 242 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 02:42:35.001313 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:35.001465 [ 30 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 02:42:35.001515 [ 30 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:35.001541 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:35.001643 [ 186 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 02:42:35.001727 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2010 2025.12.24 02:42:35.002204 [ 186 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:35.002355 [ 186 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1864 rows starting from the beginning of the part 2025.12.24 02:42:35.002714 [ 186 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 32 rows starting from the beginning of the part 2025.12.24 02:42:35.003077 [ 186 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:35.003455 [ 186 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 24 rows starting from the beginning of the part 2025.12.24 02:42:35.003862 [ 186 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 30 rows starting from the beginning of the part 2025.12.24 02:42:35.004261 [ 186 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 34 rows starting from the beginning of the part 2025.12.24 02:42:35.011984 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2010 rows, containing 72 columns (72 merged, 0 gathered) in 0.010378106 sec., 193676.95801141363 rows/sec., 146.52 MiB/sec. 2025.12.24 02:42:35.013952 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 02:42:35.014625 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:35.014727 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_66_13} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 02:42:35.015135 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.06 MiB. 2025.12.24 02:42:36.000211 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 400.77 MiB, peak 413.00 MiB, free memory in arenas 0.00 B, will set to 396.66 MiB (RSS), difference: -4.11 MiB 2025.12.24 02:42:36.327938 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:36.328111 [ 4 ] {5952f87b-ccfc-4a12-884f-7b154e784a9e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:36.328178 [ 4 ] {5952f87b-ccfc-4a12-884f-7b154e784a9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:36.328851 [ 4 ] {5952f87b-ccfc-4a12-884f-7b154e784a9e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:36.328900 [ 4 ] {5952f87b-ccfc-4a12-884f-7b154e784a9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:36.329301 [ 4 ] {5952f87b-ccfc-4a12-884f-7b154e784a9e} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.12.24 02:42:36.329525 [ 4 ] {5952f87b-ccfc-4a12-884f-7b154e784a9e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:36.329688 [ 4 ] {5952f87b-ccfc-4a12-884f-7b154e784a9e} executeQuery: Read 85 rows, 7.29 KiB in 0.001623 sec., 52372.150338878615 rows/sec., 4.39 MiB/sec. 2025.12.24 02:42:36.329740 [ 4 ] {5952f87b-ccfc-4a12-884f-7b154e784a9e} TCPHandler: Processed in 0.001923471 sec. 2025.12.24 02:42:36.329803 [ 219 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:36.329863 [ 219 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:36.329863 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:36.329978 [ 4 ] {b3488c0e-cefd-4c55-8486-dfca61138698} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:36.330027 [ 4 ] {b3488c0e-cefd-4c55-8486-dfca61138698} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:36.330437 [ 4 ] {b3488c0e-cefd-4c55-8486-dfca61138698} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:36.330476 [ 4 ] {b3488c0e-cefd-4c55-8486-dfca61138698} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:36.330779 [ 4 ] {b3488c0e-cefd-4c55-8486-dfca61138698} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.12.24 02:42:36.331061 [ 4 ] {b3488c0e-cefd-4c55-8486-dfca61138698} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:36.331201 [ 4 ] {b3488c0e-cefd-4c55-8486-dfca61138698} executeQuery: Read 14 rows, 1.05 KiB in 0.001246 sec., 11235.955056179775 rows/sec., 844.89 KiB/sec. 2025.12.24 02:42:36.331243 [ 4 ] {b3488c0e-cefd-4c55-8486-dfca61138698} TCPHandler: Processed in 0.001430893 sec. 2025.12.24 02:42:36.331344 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:36.331440 [ 4 ] {3a43062e-2862-4ddb-8a14-293c43f2b39d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:42:36.331481 [ 4 ] {3a43062e-2862-4ddb-8a14-293c43f2b39d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:42:36.331867 [ 4 ] {3a43062e-2862-4ddb-8a14-293c43f2b39d} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:36.331905 [ 4 ] {3a43062e-2862-4ddb-8a14-293c43f2b39d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:36.332236 [ 4 ] {3a43062e-2862-4ddb-8a14-293c43f2b39d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 02:42:36.332464 [ 4 ] {3a43062e-2862-4ddb-8a14-293c43f2b39d} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:36.332544 [ 219 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:36.332609 [ 4 ] {3a43062e-2862-4ddb-8a14-293c43f2b39d} executeQuery: Read 1 rows, 68.00 B in 0.001187 sec., 842.4599831508004 rows/sec., 55.94 KiB/sec. 2025.12.24 02:42:36.332653 [ 4 ] {3a43062e-2862-4ddb-8a14-293c43f2b39d} TCPHandler: Processed in 0.001357802 sec. 2025.12.24 02:42:36.332776 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:36.332902 [ 4 ] {8c0715f6-574f-4095-bf1e-156275b63b23} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:36.332955 [ 4 ] {8c0715f6-574f-4095-bf1e-156275b63b23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:36.333465 [ 4 ] {8c0715f6-574f-4095-bf1e-156275b63b23} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:36.333503 [ 4 ] {8c0715f6-574f-4095-bf1e-156275b63b23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:36.333843 [ 4 ] {8c0715f6-574f-4095-bf1e-156275b63b23} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.12.24 02:42:36.334078 [ 4 ] {8c0715f6-574f-4095-bf1e-156275b63b23} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:36.334214 [ 4 ] {8c0715f6-574f-4095-bf1e-156275b63b23} executeQuery: Read 78 rows, 6.24 KiB in 0.001338 sec., 58295.96412556054 rows/sec., 4.55 MiB/sec. 2025.12.24 02:42:36.334256 [ 4 ] {8c0715f6-574f-4095-bf1e-156275b63b23} TCPHandler: Processed in 0.001542325 sec. 2025.12.24 02:42:36.334285 [ 224 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:36.334317 [ 224 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:36.334370 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:36.334468 [ 4 ] {9e583a74-3aea-4fb5-afc9-868e8ae76382} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:36.334514 [ 4 ] {9e583a74-3aea-4fb5-afc9-868e8ae76382} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:36.334939 [ 4 ] {9e583a74-3aea-4fb5-afc9-868e8ae76382} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:36.334975 [ 4 ] {9e583a74-3aea-4fb5-afc9-868e8ae76382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:36.335320 [ 4 ] {9e583a74-3aea-4fb5-afc9-868e8ae76382} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.12.24 02:42:36.335546 [ 4 ] {9e583a74-3aea-4fb5-afc9-868e8ae76382} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:36.335690 [ 4 ] {9e583a74-3aea-4fb5-afc9-868e8ae76382} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2025.12.24 02:42:36.335731 [ 4 ] {9e583a74-3aea-4fb5-afc9-868e8ae76382} TCPHandler: Processed in 0.001410472 sec. 2025.12.24 02:42:36.335847 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:36.335962 [ 4 ] {c9e444f4-25ba-4748-acfa-faa6fc7ded4b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 02:42:36.336011 [ 4 ] {c9e444f4-25ba-4748-acfa-faa6fc7ded4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 02:42:36.336378 [ 4 ] {c9e444f4-25ba-4748-acfa-faa6fc7ded4b} oximeter.measurements_f64 (0d484346-0b97-4121-aa35-36d52ea2ff8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:36.336412 [ 4 ] {c9e444f4-25ba-4748-acfa-faa6fc7ded4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:36.336711 [ 4 ] {c9e444f4-25ba-4748-acfa-faa6fc7ded4b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 02:42:36.336943 [ 4 ] {c9e444f4-25ba-4748-acfa-faa6fc7ded4b} oximeter.measurements_f64 (0d484346-0b97-4121-aa35-36d52ea2ff8f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:36.337086 [ 4 ] {c9e444f4-25ba-4748-acfa-faa6fc7ded4b} executeQuery: Read 1 rows, 65.00 B in 0.001149 sec., 870.3220191470843 rows/sec., 55.25 KiB/sec. 2025.12.24 02:42:36.337124 [ 4 ] {c9e444f4-25ba-4748-acfa-faa6fc7ded4b} TCPHandler: Processed in 0.001336331 sec. 2025.12.24 02:42:36.337237 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:36.337330 [ 4 ] {cf9b27b7-55ca-4815-b176-10be26a75f09} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:36.337385 [ 4 ] {cf9b27b7-55ca-4815-b176-10be26a75f09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:36.337998 [ 224 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:36.338194 [ 4 ] {cf9b27b7-55ca-4815-b176-10be26a75f09} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:36.338230 [ 4 ] {cf9b27b7-55ca-4815-b176-10be26a75f09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:36.338785 [ 4 ] {cf9b27b7-55ca-4815-b176-10be26a75f09} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.12.24 02:42:36.339008 [ 4 ] {cf9b27b7-55ca-4815-b176-10be26a75f09} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:36.339154 [ 4 ] {cf9b27b7-55ca-4815-b176-10be26a75f09} executeQuery: Read 14 rows, 25.69 KiB in 0.001842 sec., 7600.43431053203 rows/sec., 13.62 MiB/sec. 2025.12.24 02:42:36.339223 [ 4 ] {cf9b27b7-55ca-4815-b176-10be26a75f09} TCPHandler: Processed in 0.002035522 sec. 2025.12.24 02:42:36.339336 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:36.339431 [ 4 ] {47c1ba46-dcd4-4400-aa79-2bcbd66f8a3a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:36.339473 [ 4 ] {47c1ba46-dcd4-4400-aa79-2bcbd66f8a3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:36.339816 [ 4 ] {47c1ba46-dcd4-4400-aa79-2bcbd66f8a3a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:36.339853 [ 4 ] {47c1ba46-dcd4-4400-aa79-2bcbd66f8a3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:36.340167 [ 4 ] {47c1ba46-dcd4-4400-aa79-2bcbd66f8a3a} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.12.24 02:42:36.340371 [ 4 ] {47c1ba46-dcd4-4400-aa79-2bcbd66f8a3a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:36.340505 [ 4 ] {47c1ba46-dcd4-4400-aa79-2bcbd66f8a3a} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.12.24 02:42:36.340542 [ 4 ] {47c1ba46-dcd4-4400-aa79-2bcbd66f8a3a} TCPHandler: Processed in 0.00125522 sec. 2025.12.24 02:42:37.047732 [ 220 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:37.047791 [ 220 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:37.050666 [ 220 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:37.097581 [ 224 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:37.097632 [ 224 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:37.100312 [ 224 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:37.250873 [ 220 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:37.250915 [ 220 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:37.253620 [ 220 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:42:37.341432 [ 219 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:37.341487 [ 219 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:37.344123 [ 219 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:42:39.526776 [ 222 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:39.526843 [ 222 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:39.529178 [ 222 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:39.658599 [ 88 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:42:39.658658 [ 88 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:42:39.854914 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 43087 2025.12.24 02:42:39.855460 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:39.855506 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:39.855981 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 02:42:39.856209 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:39.856350 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43087 2025.12.24 02:42:40.302790 [ 219 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:40.302869 [ 219 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:40.305142 [ 219 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:42:41.000257 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 392.66 MiB, peak 413.00 MiB, free memory in arenas 0.00 B, will set to 396.66 MiB (RSS), difference: 4.00 MiB 2025.12.24 02:42:41.328877 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:41.329047 [ 4 ] {b25d50e8-848c-445a-bc51-a0f9064b8ac2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:41.329110 [ 4 ] {b25d50e8-848c-445a-bc51-a0f9064b8ac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:41.329792 [ 4 ] {b25d50e8-848c-445a-bc51-a0f9064b8ac2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:41.329833 [ 4 ] {b25d50e8-848c-445a-bc51-a0f9064b8ac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:41.330221 [ 4 ] {b25d50e8-848c-445a-bc51-a0f9064b8ac2} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.12.24 02:42:41.330442 [ 4 ] {b25d50e8-848c-445a-bc51-a0f9064b8ac2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:41.330596 [ 4 ] {b25d50e8-848c-445a-bc51-a0f9064b8ac2} executeQuery: Read 108 rows, 9.29 KiB in 0.001592 sec., 67839.1959798995 rows/sec., 5.70 MiB/sec. 2025.12.24 02:42:41.330650 [ 4 ] {b25d50e8-848c-445a-bc51-a0f9064b8ac2} TCPHandler: Processed in 0.0018916 sec. 2025.12.24 02:42:41.330779 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:41.330881 [ 4 ] {0037f05b-ee28-48ec-9694-bdc8a26f1818} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:41.330924 [ 4 ] {0037f05b-ee28-48ec-9694-bdc8a26f1818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:41.331341 [ 4 ] {0037f05b-ee28-48ec-9694-bdc8a26f1818} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:41.331376 [ 4 ] {0037f05b-ee28-48ec-9694-bdc8a26f1818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:41.331678 [ 4 ] {0037f05b-ee28-48ec-9694-bdc8a26f1818} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.12.24 02:42:41.331879 [ 4 ] {0037f05b-ee28-48ec-9694-bdc8a26f1818} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:41.332012 [ 4 ] {0037f05b-ee28-48ec-9694-bdc8a26f1818} executeQuery: Read 26 rows, 1.96 KiB in 0.001153 sec., 22549.869904596704 rows/sec., 1.66 MiB/sec. 2025.12.24 02:42:41.332052 [ 4 ] {0037f05b-ee28-48ec-9694-bdc8a26f1818} TCPHandler: Processed in 0.001325661 sec. 2025.12.24 02:42:41.332153 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:41.332247 [ 4 ] {a7bc31b2-9d80-4264-8a88-bb632e73d713} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:41.332287 [ 4 ] {a7bc31b2-9d80-4264-8a88-bb632e73d713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:41.332717 [ 4 ] {a7bc31b2-9d80-4264-8a88-bb632e73d713} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:41.332750 [ 4 ] {a7bc31b2-9d80-4264-8a88-bb632e73d713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:41.333047 [ 4 ] {a7bc31b2-9d80-4264-8a88-bb632e73d713} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.12.24 02:42:41.333251 [ 4 ] {a7bc31b2-9d80-4264-8a88-bb632e73d713} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:41.333380 [ 4 ] {a7bc31b2-9d80-4264-8a88-bb632e73d713} executeQuery: Read 90 rows, 7.20 KiB in 0.001151 sec., 78192.87576020852 rows/sec., 6.11 MiB/sec. 2025.12.24 02:42:41.333420 [ 4 ] {a7bc31b2-9d80-4264-8a88-bb632e73d713} TCPHandler: Processed in 0.001315251 sec. 2025.12.24 02:42:41.333531 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:41.333625 [ 4 ] {c6c57b1e-ea51-48f5-9d51-de782c9f6067} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:41.333671 [ 4 ] {c6c57b1e-ea51-48f5-9d51-de782c9f6067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:41.334084 [ 4 ] {c6c57b1e-ea51-48f5-9d51-de782c9f6067} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:41.334117 [ 4 ] {c6c57b1e-ea51-48f5-9d51-de782c9f6067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:41.334440 [ 4 ] {c6c57b1e-ea51-48f5-9d51-de782c9f6067} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.12.24 02:42:41.334638 [ 4 ] {c6c57b1e-ea51-48f5-9d51-de782c9f6067} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:41.334760 [ 120 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 4 parts from all_1_128_27 to all_131_131_0 2025.12.24 02:42:41.334773 [ 4 ] {c6c57b1e-ea51-48f5-9d51-de782c9f6067} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.12.24 02:42:41.334801 [ 120 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:41.334819 [ 4 ] {c6c57b1e-ea51-48f5-9d51-de782c9f6067} TCPHandler: Processed in 0.001336492 sec. 2025.12.24 02:42:41.334824 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:41.334929 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:41.334956 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_131_28} MergeTask::PrepareStage: Merging 4 parts: from all_1_128_27 to all_131_131_0 into Compact with storage Full 2025.12.24 02:42:41.335023 [ 4 ] {4c2617b3-f8a1-47ff-85c8-c73830f9cb34} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:41.335082 [ 4 ] {4c2617b3-f8a1-47ff-85c8-c73830f9cb34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:41.335122 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_131_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:41.335168 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_131_28} MergeTreeSequentialSource: Reading 6 marks from part all_1_128_27, total 36289 rows starting from the beginning of the part 2025.12.24 02:42:41.335246 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_131_28} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part 2025.12.24 02:42:41.335300 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_131_28} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part 2025.12.24 02:42:41.335351 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_131_28} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 846 rows starting from the beginning of the part 2025.12.24 02:42:41.335955 [ 4 ] {4c2617b3-f8a1-47ff-85c8-c73830f9cb34} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:41.335996 [ 4 ] {4c2617b3-f8a1-47ff-85c8-c73830f9cb34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:41.336528 [ 4 ] {4c2617b3-f8a1-47ff-85c8-c73830f9cb34} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.12.24 02:42:41.336764 [ 4 ] {4c2617b3-f8a1-47ff-85c8-c73830f9cb34} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:41.336906 [ 4 ] {4c2617b3-f8a1-47ff-85c8-c73830f9cb34} executeQuery: Read 26 rows, 47.71 KiB in 0.001899 sec., 13691.41653501843 rows/sec., 24.53 MiB/sec. 2025.12.24 02:42:41.336976 [ 4 ] {4c2617b3-f8a1-47ff-85c8-c73830f9cb34} TCPHandler: Processed in 0.002095053 sec. 2025.12.24 02:42:41.337094 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:41.337187 [ 4 ] {920f257b-0cda-465d-876a-3e24b7e3da4d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:41.337227 [ 4 ] {920f257b-0cda-465d-876a-3e24b7e3da4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:41.337570 [ 4 ] {920f257b-0cda-465d-876a-3e24b7e3da4d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:41.337604 [ 4 ] {920f257b-0cda-465d-876a-3e24b7e3da4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:41.337914 [ 4 ] {920f257b-0cda-465d-876a-3e24b7e3da4d} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.12.24 02:42:41.338113 [ 4 ] {920f257b-0cda-465d-876a-3e24b7e3da4d} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:41.338245 [ 4 ] {920f257b-0cda-465d-876a-3e24b7e3da4d} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.12.24 02:42:41.338282 [ 4 ] {920f257b-0cda-465d-876a-3e24b7e3da4d} TCPHandler: Processed in 0.00123745 sec. 2025.12.24 02:42:41.342035 [ 196 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_131_28} MergeTask::MergeProjectionsStage: Merge sorted 37455 rows, containing 5 columns (5 merged, 0 gathered) in 0.007139983 sec., 5245810.809353468 rows/sec., 360.37 MiB/sec. 2025.12.24 02:42:41.342532 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_131_28} MergedBlockOutputStream: filled checksums all_1_131_28 (state Temporary) 2025.12.24 02:42:41.342860 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_131_28} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_131_28 to all_1_131_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:41.342944 [ 201 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_131_28} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 4 parts: [all_1_128_27, all_131_131_0] -> all_1_131_28 2025.12.24 02:42:41.343055 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. 2025.12.24 02:42:42.221259 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 678 2025.12.24 02:42:42.239578 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:42.239646 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:42.246015 [ 243 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 02:42:42.246729 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:42.250094 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2025.12.24 02:42:45.002110 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2038 2025.12.24 02:42:45.004767 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:45.004830 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:45.006517 [ 242 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 02:42:45.006878 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:45.007346 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2038 2025.12.24 02:42:46.000219 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 392.66 MiB, peak 413.00 MiB, free memory in arenas 0.00 B, will set to 396.66 MiB (RSS), difference: 4.00 MiB 2025.12.24 02:42:46.330153 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:46.330324 [ 4 ] {6b8bf917-919d-42c7-b412-fa8a823d4110} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:42:46.330389 [ 4 ] {6b8bf917-919d-42c7-b412-fa8a823d4110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:42:46.331024 [ 4 ] {6b8bf917-919d-42c7-b412-fa8a823d4110} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:46.331075 [ 4 ] {6b8bf917-919d-42c7-b412-fa8a823d4110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:46.331465 [ 4 ] {6b8bf917-919d-42c7-b412-fa8a823d4110} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:42:46.331682 [ 4 ] {6b8bf917-919d-42c7-b412-fa8a823d4110} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:46.331855 [ 4 ] {6b8bf917-919d-42c7-b412-fa8a823d4110} executeQuery: Read 24 rows, 2.04 KiB in 0.001572 sec., 15267.175572519083 rows/sec., 1.27 MiB/sec. 2025.12.24 02:42:46.331910 [ 4 ] {6b8bf917-919d-42c7-b412-fa8a823d4110} TCPHandler: Processed in 0.00187951 sec. 2025.12.24 02:42:46.332038 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:46.332140 [ 4 ] {d9ae1355-4053-4ad4-8b96-51d01026a99f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:42:46.332182 [ 4 ] {d9ae1355-4053-4ad4-8b96-51d01026a99f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:42:46.332622 [ 4 ] {d9ae1355-4053-4ad4-8b96-51d01026a99f} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:46.332660 [ 4 ] {d9ae1355-4053-4ad4-8b96-51d01026a99f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:46.332955 [ 4 ] {d9ae1355-4053-4ad4-8b96-51d01026a99f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:42:46.333156 [ 4 ] {d9ae1355-4053-4ad4-8b96-51d01026a99f} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:46.333292 [ 4 ] {d9ae1355-4053-4ad4-8b96-51d01026a99f} executeQuery: Read 14 rows, 1.14 KiB in 0.001175 sec., 11914.893617021276 rows/sec., 971.58 KiB/sec. 2025.12.24 02:42:46.333333 [ 4 ] {d9ae1355-4053-4ad4-8b96-51d01026a99f} TCPHandler: Processed in 0.001346931 sec. 2025.12.24 02:42:46.333451 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:46.333546 [ 4 ] {40630898-876c-4fce-a885-4b3a280d6fa2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:46.333585 [ 4 ] {40630898-876c-4fce-a885-4b3a280d6fa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:46.334099 [ 4 ] {40630898-876c-4fce-a885-4b3a280d6fa2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:46.334135 [ 4 ] {40630898-876c-4fce-a885-4b3a280d6fa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:46.334445 [ 4 ] {40630898-876c-4fce-a885-4b3a280d6fa2} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.12.24 02:42:46.334644 [ 4 ] {40630898-876c-4fce-a885-4b3a280d6fa2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:46.334779 [ 4 ] {40630898-876c-4fce-a885-4b3a280d6fa2} executeQuery: Read 211 rows, 19.17 KiB in 0.001251 sec., 168665.0679456435 rows/sec., 14.96 MiB/sec. 2025.12.24 02:42:46.334821 [ 4 ] {40630898-876c-4fce-a885-4b3a280d6fa2} TCPHandler: Processed in 0.001419883 sec. 2025.12.24 02:42:46.334940 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:46.335034 [ 4 ] {adc54fc4-cee7-4475-9fd2-dda73429f713} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:46.335074 [ 4 ] {adc54fc4-cee7-4475-9fd2-dda73429f713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:46.335480 [ 4 ] {adc54fc4-cee7-4475-9fd2-dda73429f713} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:46.335517 [ 4 ] {adc54fc4-cee7-4475-9fd2-dda73429f713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:46.335820 [ 4 ] {adc54fc4-cee7-4475-9fd2-dda73429f713} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.12.24 02:42:46.336018 [ 4 ] {adc54fc4-cee7-4475-9fd2-dda73429f713} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:46.336150 [ 4 ] {adc54fc4-cee7-4475-9fd2-dda73429f713} executeQuery: Read 40 rows, 2.99 KiB in 0.001133 sec., 35304.501323918805 rows/sec., 2.58 MiB/sec. 2025.12.24 02:42:46.336190 [ 4 ] {adc54fc4-cee7-4475-9fd2-dda73429f713} TCPHandler: Processed in 0.001299041 sec. 2025.12.24 02:42:46.336299 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:46.336392 [ 4 ] {adf85c6a-b2fb-47f3-bb82-6bfaed33d779} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:42:46.336433 [ 4 ] {adf85c6a-b2fb-47f3-bb82-6bfaed33d779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:42:46.336830 [ 4 ] {adf85c6a-b2fb-47f3-bb82-6bfaed33d779} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:46.336867 [ 4 ] {adf85c6a-b2fb-47f3-bb82-6bfaed33d779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:46.337149 [ 4 ] {adf85c6a-b2fb-47f3-bb82-6bfaed33d779} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 02:42:46.337347 [ 4 ] {adf85c6a-b2fb-47f3-bb82-6bfaed33d779} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:46.337479 [ 4 ] {adf85c6a-b2fb-47f3-bb82-6bfaed33d779} executeQuery: Read 24 rows, 2.04 KiB in 0.001103 sec., 21758.839528558477 rows/sec., 1.81 MiB/sec. 2025.12.24 02:42:46.337519 [ 4 ] {adf85c6a-b2fb-47f3-bb82-6bfaed33d779} TCPHandler: Processed in 0.00126836 sec. 2025.12.24 02:42:46.337621 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:46.337712 [ 4 ] {8d2bb588-8cda-4b30-b222-4083f80e2649} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:42:46.337754 [ 4 ] {8d2bb588-8cda-4b30-b222-4083f80e2649} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:42:46.338147 [ 4 ] {8d2bb588-8cda-4b30-b222-4083f80e2649} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:46.338183 [ 4 ] {8d2bb588-8cda-4b30-b222-4083f80e2649} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:46.338464 [ 4 ] {8d2bb588-8cda-4b30-b222-4083f80e2649} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 02:42:46.338664 [ 4 ] {8d2bb588-8cda-4b30-b222-4083f80e2649} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:46.338798 [ 4 ] {8d2bb588-8cda-4b30-b222-4083f80e2649} executeQuery: Read 12 rows, 960.00 B in 0.001101 sec., 10899.182561307902 rows/sec., 851.50 KiB/sec. 2025.12.24 02:42:46.338839 [ 4 ] {8d2bb588-8cda-4b30-b222-4083f80e2649} TCPHandler: Processed in 0.00126583 sec. 2025.12.24 02:42:46.338962 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:46.339082 [ 4 ] {fcea5115-aa36-4c43-bb0d-aa3bb3b837f3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:46.339131 [ 4 ] {fcea5115-aa36-4c43-bb0d-aa3bb3b837f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:46.339685 [ 4 ] {fcea5115-aa36-4c43-bb0d-aa3bb3b837f3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:46.339729 [ 4 ] {fcea5115-aa36-4c43-bb0d-aa3bb3b837f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:46.340068 [ 4 ] {fcea5115-aa36-4c43-bb0d-aa3bb3b837f3} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.12.24 02:42:46.340270 [ 4 ] {fcea5115-aa36-4c43-bb0d-aa3bb3b837f3} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:46.340401 [ 4 ] {fcea5115-aa36-4c43-bb0d-aa3bb3b837f3} executeQuery: Read 128 rows, 10.64 KiB in 0.001344 sec., 95238.09523809524 rows/sec., 7.73 MiB/sec. 2025.12.24 02:42:46.340442 [ 4 ] {fcea5115-aa36-4c43-bb0d-aa3bb3b837f3} TCPHandler: Processed in 0.001539964 sec. 2025.12.24 02:42:46.340584 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:46.340702 [ 4 ] {0452018b-bf10-47b9-8c89-a16d1dbf0a39} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:46.340753 [ 4 ] {0452018b-bf10-47b9-8c89-a16d1dbf0a39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:46.341203 [ 4 ] {0452018b-bf10-47b9-8c89-a16d1dbf0a39} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:46.341240 [ 4 ] {0452018b-bf10-47b9-8c89-a16d1dbf0a39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:46.341572 [ 4 ] {0452018b-bf10-47b9-8c89-a16d1dbf0a39} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.12.24 02:42:46.341768 [ 4 ] {0452018b-bf10-47b9-8c89-a16d1dbf0a39} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:46.341899 [ 4 ] {0452018b-bf10-47b9-8c89-a16d1dbf0a39} executeQuery: Read 203 rows, 14.89 KiB in 0.001222 sec., 166121.11292962357 rows/sec., 11.90 MiB/sec. 2025.12.24 02:42:46.341937 [ 4 ] {0452018b-bf10-47b9-8c89-a16d1dbf0a39} TCPHandler: Processed in 0.001411302 sec. 2025.12.24 02:42:46.342044 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:46.342137 [ 4 ] {d5bbaf03-6c26-47b0-b683-8001a2d2827d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:46.342190 [ 4 ] {d5bbaf03-6c26-47b0-b683-8001a2d2827d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:46.342991 [ 4 ] {d5bbaf03-6c26-47b0-b683-8001a2d2827d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:46.343028 [ 4 ] {d5bbaf03-6c26-47b0-b683-8001a2d2827d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:46.343529 [ 4 ] {d5bbaf03-6c26-47b0-b683-8001a2d2827d} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.12.24 02:42:46.343738 [ 4 ] {d5bbaf03-6c26-47b0-b683-8001a2d2827d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:46.343879 [ 4 ] {d5bbaf03-6c26-47b0-b683-8001a2d2827d} executeQuery: Read 14 rows, 25.69 KiB in 0.00176 sec., 7954.545454545454 rows/sec., 14.25 MiB/sec. 2025.12.24 02:42:46.343933 [ 4 ] {d5bbaf03-6c26-47b0-b683-8001a2d2827d} TCPHandler: Processed in 0.001935771 sec. 2025.12.24 02:42:46.344042 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:46.344135 [ 4 ] {f96bbe01-d37c-462a-b7c9-4bdf46082659} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:46.344176 [ 4 ] {f96bbe01-d37c-462a-b7c9-4bdf46082659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:46.344498 [ 4 ] {f96bbe01-d37c-462a-b7c9-4bdf46082659} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:46.344535 [ 4 ] {f96bbe01-d37c-462a-b7c9-4bdf46082659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:46.344822 [ 4 ] {f96bbe01-d37c-462a-b7c9-4bdf46082659} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.12.24 02:42:46.345016 [ 4 ] {f96bbe01-d37c-462a-b7c9-4bdf46082659} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:46.345139 [ 4 ] {f96bbe01-d37c-462a-b7c9-4bdf46082659} executeQuery: Read 60 rows, 4.14 KiB in 0.001023 sec., 58651.026392961874 rows/sec., 3.95 MiB/sec. 2025.12.24 02:42:46.345174 [ 4 ] {f96bbe01-d37c-462a-b7c9-4bdf46082659} TCPHandler: Processed in 0.001179549 sec. 2025.12.24 02:42:47.356626 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 43599 2025.12.24 02:42:47.357143 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:47.357193 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:47.357676 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 02:42:47.357909 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:47.358055 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43599 2025.12.24 02:42:47.358058 [ 135 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 02:42:47.358136 [ 135 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:47.358161 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:47.358265 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 02:42:47.358346 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:47.358376 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 41167 rows starting from the beginning of the part 2025.12.24 02:42:47.358430 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 512 rows starting from the beginning of the part 2025.12.24 02:42:47.358473 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 448 rows starting from the beginning of the part 2025.12.24 02:42:47.358511 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 512 rows starting from the beginning of the part 2025.12.24 02:42:47.358548 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 448 rows starting from the beginning of the part 2025.12.24 02:42:47.358586 [ 196 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 512 rows starting from the beginning of the part 2025.12.24 02:42:47.361293 [ 194 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 43599 rows, containing 4 columns (4 merged, 0 gathered) in 0.003063369 sec., 14232369.655761354 rows/sec., 203.60 MiB/sec. 2025.12.24 02:42:47.361609 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 02:42:47.361920 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:47.362004 [ 197 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_91_18} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 02:42:47.362112 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2025.12.24 02:42:49.750296 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 686 2025.12.24 02:42:49.770154 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:49.770208 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:49.776644 [ 243 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 02:42:49.777389 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:49.777739 [ 171 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 02:42:49.777782 [ 171 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:49.777806 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:49.777936 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 02:42:49.782181 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 686 2025.12.24 02:42:49.782519 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:49.784254 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part 2025.12.24 02:42:49.789256 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part 2025.12.24 02:42:49.794332 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part 2025.12.24 02:42:49.799292 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 8 rows starting from the beginning of the part 2025.12.24 02:42:49.804187 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 7 rows starting from the beginning of the part 2025.12.24 02:42:49.809013 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part 2025.12.24 02:42:49.873925 [ 194 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.096042739 sec., 7142.653438902862 rows/sec., 36.93 MiB/sec. 2025.12.24 02:42:49.877227 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 02:42:49.879372 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:49.879497 [ 192 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_91_18} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 02:42:49.882113 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.12.24 02:42:50.000301 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 397.76 MiB, peak 415.17 MiB, free memory in arenas 0.00 B, will set to 396.69 MiB (RSS), difference: -1.07 MiB 2025.12.24 02:42:51.328713 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:51.328903 [ 4 ] {98a46c62-0a06-4c21-9cc0-9227705f47c7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:51.328979 [ 4 ] {98a46c62-0a06-4c21-9cc0-9227705f47c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:51.329661 [ 4 ] {98a46c62-0a06-4c21-9cc0-9227705f47c7} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:51.329706 [ 4 ] {98a46c62-0a06-4c21-9cc0-9227705f47c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:51.330147 [ 4 ] {98a46c62-0a06-4c21-9cc0-9227705f47c7} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.12.24 02:42:51.330379 [ 4 ] {98a46c62-0a06-4c21-9cc0-9227705f47c7} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:51.330536 [ 4 ] {98a46c62-0a06-4c21-9cc0-9227705f47c7} executeQuery: Read 108 rows, 9.29 KiB in 0.001683 sec., 64171.1229946524 rows/sec., 5.39 MiB/sec. 2025.12.24 02:42:51.330588 [ 4 ] {98a46c62-0a06-4c21-9cc0-9227705f47c7} TCPHandler: Processed in 0.002009122 sec. 2025.12.24 02:42:51.330714 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:51.330815 [ 4 ] {05b362c6-245a-4700-9bfc-cab74e093785} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:51.330860 [ 4 ] {05b362c6-245a-4700-9bfc-cab74e093785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:51.331293 [ 4 ] {05b362c6-245a-4700-9bfc-cab74e093785} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:51.331330 [ 4 ] {05b362c6-245a-4700-9bfc-cab74e093785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:51.331621 [ 4 ] {05b362c6-245a-4700-9bfc-cab74e093785} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.12.24 02:42:51.331821 [ 4 ] {05b362c6-245a-4700-9bfc-cab74e093785} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:51.331956 [ 4 ] {05b362c6-245a-4700-9bfc-cab74e093785} executeQuery: Read 26 rows, 1.96 KiB in 0.001162 sec., 22375.215146299484 rows/sec., 1.64 MiB/sec. 2025.12.24 02:42:51.331996 [ 4 ] {05b362c6-245a-4700-9bfc-cab74e093785} TCPHandler: Processed in 0.001333011 sec. 2025.12.24 02:42:51.332108 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:51.332202 [ 4 ] {36147ac2-758c-4bc0-95fa-c5d2aceb7e6f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:51.332240 [ 4 ] {36147ac2-758c-4bc0-95fa-c5d2aceb7e6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:51.332676 [ 4 ] {36147ac2-758c-4bc0-95fa-c5d2aceb7e6f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:51.332710 [ 4 ] {36147ac2-758c-4bc0-95fa-c5d2aceb7e6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:51.333009 [ 4 ] {36147ac2-758c-4bc0-95fa-c5d2aceb7e6f} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.12.24 02:42:51.333208 [ 4 ] {36147ac2-758c-4bc0-95fa-c5d2aceb7e6f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:51.333337 [ 4 ] {36147ac2-758c-4bc0-95fa-c5d2aceb7e6f} executeQuery: Read 90 rows, 7.20 KiB in 0.001152 sec., 78125 rows/sec., 6.10 MiB/sec. 2025.12.24 02:42:51.333376 [ 4 ] {36147ac2-758c-4bc0-95fa-c5d2aceb7e6f} TCPHandler: Processed in 0.001317461 sec. 2025.12.24 02:42:51.333488 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:51.333581 [ 4 ] {cc224b6c-c337-40c4-b712-30529607e782} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:51.333623 [ 4 ] {cc224b6c-c337-40c4-b712-30529607e782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:51.334039 [ 4 ] {cc224b6c-c337-40c4-b712-30529607e782} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:51.334073 [ 4 ] {cc224b6c-c337-40c4-b712-30529607e782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:51.334398 [ 4 ] {cc224b6c-c337-40c4-b712-30529607e782} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.12.24 02:42:51.334607 [ 4 ] {cc224b6c-c337-40c4-b712-30529607e782} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:51.334736 [ 4 ] {cc224b6c-c337-40c4-b712-30529607e782} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.12.24 02:42:51.334774 [ 4 ] {cc224b6c-c337-40c4-b712-30529607e782} TCPHandler: Processed in 0.001334411 sec. 2025.12.24 02:42:51.334902 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:51.335007 [ 4 ] {033114aa-9bad-4281-9f8a-1f677efe6ec7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:51.335069 [ 4 ] {033114aa-9bad-4281-9f8a-1f677efe6ec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:51.336032 [ 4 ] {033114aa-9bad-4281-9f8a-1f677efe6ec7} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:51.336071 [ 4 ] {033114aa-9bad-4281-9f8a-1f677efe6ec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:51.336574 [ 4 ] {033114aa-9bad-4281-9f8a-1f677efe6ec7} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.12.24 02:42:51.336851 [ 4 ] {033114aa-9bad-4281-9f8a-1f677efe6ec7} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:51.336993 [ 4 ] {033114aa-9bad-4281-9f8a-1f677efe6ec7} executeQuery: Read 26 rows, 47.71 KiB in 0.002004 sec., 12974.051896207584 rows/sec., 23.25 MiB/sec. 2025.12.24 02:42:51.337062 [ 4 ] {033114aa-9bad-4281-9f8a-1f677efe6ec7} TCPHandler: Processed in 0.002221885 sec. 2025.12.24 02:42:51.337183 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:51.337279 [ 4 ] {49887caf-cea7-489d-9083-cc620785c5c5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:51.337321 [ 4 ] {49887caf-cea7-489d-9083-cc620785c5c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:51.337658 [ 4 ] {49887caf-cea7-489d-9083-cc620785c5c5} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:51.337693 [ 4 ] {49887caf-cea7-489d-9083-cc620785c5c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:51.338008 [ 4 ] {49887caf-cea7-489d-9083-cc620785c5c5} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.12.24 02:42:51.338221 [ 4 ] {49887caf-cea7-489d-9083-cc620785c5c5} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:51.338350 [ 4 ] {49887caf-cea7-489d-9083-cc620785c5c5} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.12.24 02:42:51.338387 [ 4 ] {49887caf-cea7-489d-9083-cc620785c5c5} TCPHandler: Processed in 0.00125406 sec. 2025.12.24 02:42:54.658909 [ 153 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:42:54.658982 [ 153 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:42:54.858309 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 44047 2025.12.24 02:42:54.858869 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:54.858931 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:54.859435 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 02:42:54.859682 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:54.859833 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44047 2025.12.24 02:42:55.007688 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2070 2025.12.24 02:42:55.010209 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:55.010266 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:55.011499 [ 242 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 02:42:55.011787 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:55.012188 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2070 2025.12.24 02:42:56.327383 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:56.327587 [ 4 ] {4a3a027c-1d3d-436f-b8de-3af2cd98f6b3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:42:56.327658 [ 4 ] {4a3a027c-1d3d-436f-b8de-3af2cd98f6b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:42:56.328369 [ 4 ] {4a3a027c-1d3d-436f-b8de-3af2cd98f6b3} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.328419 [ 4 ] {4a3a027c-1d3d-436f-b8de-3af2cd98f6b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.328800 [ 4 ] {4a3a027c-1d3d-436f-b8de-3af2cd98f6b3} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.12.24 02:42:56.329021 [ 4 ] {4a3a027c-1d3d-436f-b8de-3af2cd98f6b3} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.329159 [ 145 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.12.24 02:42:56.329175 [ 4 ] {4a3a027c-1d3d-436f-b8de-3af2cd98f6b3} executeQuery: Read 84 rows, 7.20 KiB in 0.001641 sec., 51188.29981718464 rows/sec., 4.28 MiB/sec. 2025.12.24 02:42:56.329222 [ 145 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.329246 [ 4 ] {4a3a027c-1d3d-436f-b8de-3af2cd98f6b3} TCPHandler: Processed in 0.001990951 sec. 2025.12.24 02:42:56.329249 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.329368 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.12.24 02:42:56.329382 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:56.329478 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:56.329492 [ 4 ] {5ed8f634-c807-4527-8514-9faf6a788600} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:42:56.329512 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1406 rows starting from the beginning of the part 2025.12.24 02:42:56.329536 [ 4 ] {5ed8f634-c807-4527-8514-9faf6a788600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:42:56.329578 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 85 rows starting from the beginning of the part 2025.12.24 02:42:56.329628 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 108 rows starting from the beginning of the part 2025.12.24 02:42:56.329676 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 211 rows starting from the beginning of the part 2025.12.24 02:42:56.329721 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 108 rows starting from the beginning of the part 2025.12.24 02:42:56.329767 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 84 rows starting from the beginning of the part 2025.12.24 02:42:56.329956 [ 4 ] {5ed8f634-c807-4527-8514-9faf6a788600} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.329992 [ 4 ] {5ed8f634-c807-4527-8514-9faf6a788600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.330291 [ 4 ] {5ed8f634-c807-4527-8514-9faf6a788600} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.12.24 02:42:56.330518 [ 4 ] {5ed8f634-c807-4527-8514-9faf6a788600} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.330656 [ 4 ] {5ed8f634-c807-4527-8514-9faf6a788600} executeQuery: Read 14 rows, 1.05 KiB in 0.001188 sec., 11784.511784511784 rows/sec., 886.14 KiB/sec. 2025.12.24 02:42:56.330696 [ 4 ] {5ed8f634-c807-4527-8514-9faf6a788600} TCPHandler: Processed in 0.001364541 sec. 2025.12.24 02:42:56.330700 [ 150 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.12.24 02:42:56.330775 [ 150 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.330800 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.330805 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:56.330907 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.12.24 02:42:56.330922 [ 4 ] {7bad4acc-5fc5-47df-b6b5-50c6751e9270} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:42:56.330979 [ 4 ] {7bad4acc-5fc5-47df-b6b5-50c6751e9270} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:42:56.331008 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:56.331036 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 70 rows starting from the beginning of the part 2025.12.24 02:42:56.331099 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:56.331118 [ 194 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.001790958 sec., 1117837.492559848 rows/sec., 98.64 MiB/sec. 2025.12.24 02:42:56.331154 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:56.331221 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 40 rows starting from the beginning of the part 2025.12.24 02:42:56.331269 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:56.331307 [ 192 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:56.331392 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.12.24 02:42:56.331427 [ 4 ] {7bad4acc-5fc5-47df-b6b5-50c6751e9270} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.331468 [ 4 ] {7bad4acc-5fc5-47df-b6b5-50c6751e9270} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.331755 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.331827 [ 4 ] {7bad4acc-5fc5-47df-b6b5-50c6751e9270} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.12.24 02:42:56.331852 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_136_27} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.12.24 02:42:56.331978 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.12.24 02:42:56.332057 [ 4 ] {7bad4acc-5fc5-47df-b6b5-50c6751e9270} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.332194 [ 4 ] {7bad4acc-5fc5-47df-b6b5-50c6751e9270} executeQuery: Read 78 rows, 6.24 KiB in 0.001299 sec., 60046.18937644341 rows/sec., 4.69 MiB/sec. 2025.12.24 02:42:56.332197 [ 150 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.12.24 02:42:56.332235 [ 4 ] {7bad4acc-5fc5-47df-b6b5-50c6751e9270} TCPHandler: Processed in 0.001478383 sec. 2025.12.24 02:42:56.332239 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.001371932 sec., 138490.82899152435 rows/sec., 10.66 MiB/sec. 2025.12.24 02:42:56.332249 [ 150 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.332316 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.332359 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:56.332388 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.12.24 02:42:56.332407 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.12.24 02:42:56.332459 [ 4 ] {71164f30-f936-4041-a24b-021c2e52a204} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:56.332491 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:56.332508 [ 4 ] {71164f30-f936-4041-a24b-021c2e52a204} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:42:56.332525 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 632 rows starting from the beginning of the part 2025.12.24 02:42:56.332600 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 78 rows starting from the beginning of the part 2025.12.24 02:42:56.332648 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 90 rows starting from the beginning of the part 2025.12.24 02:42:56.332667 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.332690 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 128 rows starting from the beginning of the part 2025.12.24 02:42:56.332729 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 90 rows starting from the beginning of the part 2025.12.24 02:42:56.332741 [ 190 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_131_26} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.12.24 02:42:56.332769 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 78 rows starting from the beginning of the part 2025.12.24 02:42:56.332834 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:42:56.332928 [ 4 ] {71164f30-f936-4041-a24b-021c2e52a204} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.332971 [ 4 ] {71164f30-f936-4041-a24b-021c2e52a204} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.333322 [ 4 ] {71164f30-f936-4041-a24b-021c2e52a204} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.12.24 02:42:56.333543 [ 4 ] {71164f30-f936-4041-a24b-021c2e52a204} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.333665 [ 150 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 4 parts from all_1_131_28 to all_134_134_0 2025.12.24 02:42:56.333675 [ 4 ] {71164f30-f936-4041-a24b-021c2e52a204} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2025.12.24 02:42:56.333697 [ 150 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.333724 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.333731 [ 4 ] {71164f30-f936-4041-a24b-021c2e52a204} TCPHandler: Processed in 0.001427203 sec. 2025.12.24 02:42:56.333745 [ 192 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 1096 rows, containing 5 columns (5 merged, 0 gathered) in 0.001389252 sec., 788913.7463901436 rows/sec., 63.66 MiB/sec. 2025.12.24 02:42:56.333784 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_134_29} MergeTask::PrepareStage: Merging 4 parts: from all_1_131_28 to all_134_134_0 into Compact with storage Full 2025.12.24 02:42:56.333870 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_134_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:56.333899 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_134_29} MergeTreeSequentialSource: Reading 6 marks from part all_1_131_28, total 37455 rows starting from the beginning of the part 2025.12.24 02:42:56.333903 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:56.333926 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.12.24 02:42:56.333961 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part 2025.12.24 02:42:56.334010 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part 2025.12.24 02:42:56.334023 [ 4 ] {752b5211-49e4-4c14-b693-93e9f7415bf2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:42:56.334055 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 203 rows starting from the beginning of the part 2025.12.24 02:42:56.334087 [ 4 ] {752b5211-49e4-4c14-b693-93e9f7415bf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:42:56.334207 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.334292 [ 190 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_136_27} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.12.24 02:42:56.334373 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.12.24 02:42:56.334925 [ 4 ] {752b5211-49e4-4c14-b693-93e9f7415bf2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.334967 [ 4 ] {752b5211-49e4-4c14-b693-93e9f7415bf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.335545 [ 4 ] {752b5211-49e4-4c14-b693-93e9f7415bf2} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.12.24 02:42:56.335783 [ 4 ] {752b5211-49e4-4c14-b693-93e9f7415bf2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.335930 [ 150 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.12.24 02:42:56.335942 [ 4 ] {752b5211-49e4-4c14-b693-93e9f7415bf2} executeQuery: Read 14 rows, 25.69 KiB in 0.001943 sec., 7205.352547606793 rows/sec., 12.91 MiB/sec. 2025.12.24 02:42:56.335969 [ 150 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.335996 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.336038 [ 4 ] {752b5211-49e4-4c14-b693-93e9f7415bf2} TCPHandler: Processed in 0.002194504 sec. 2025.12.24 02:42:56.336057 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.12.24 02:42:56.336161 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:42:56.336238 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:56.336263 [ 4 ] {09b4cae2-bdc8-47da-9840-b192a57e3b5b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:42:56.336290 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2455 rows starting from the beginning of the part 2025.12.24 02:42:56.336311 [ 4 ] {09b4cae2-bdc8-47da-9840-b192a57e3b5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:42:56.336407 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:56.336509 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:56.336607 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:56.336664 [ 4 ] {09b4cae2-bdc8-47da-9840-b192a57e3b5b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.336701 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 26 rows starting from the beginning of the part 2025.12.24 02:42:56.336706 [ 4 ] {09b4cae2-bdc8-47da-9840-b192a57e3b5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.336802 [ 194 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 14 rows starting from the beginning of the part 2025.12.24 02:42:56.337059 [ 4 ] {09b4cae2-bdc8-47da-9840-b192a57e3b5b} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.12.24 02:42:56.337314 [ 4 ] {09b4cae2-bdc8-47da-9840-b192a57e3b5b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.337438 [ 150 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.12.24 02:42:56.337452 [ 4 ] {09b4cae2-bdc8-47da-9840-b192a57e3b5b} executeQuery: Read 60 rows, 4.14 KiB in 0.00121 sec., 49586.776859504134 rows/sec., 3.34 MiB/sec. 2025.12.24 02:42:56.337469 [ 150 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:56.337496 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:56.337501 [ 4 ] {09b4cae2-bdc8-47da-9840-b192a57e3b5b} TCPHandler: Processed in 0.001391962 sec. 2025.12.24 02:42:56.337612 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.12.24 02:42:56.337735 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:56.337768 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7788 rows starting from the beginning of the part 2025.12.24 02:42:56.337826 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:56.337897 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:56.337936 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:56.337973 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:56.338009 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part 2025.12.24 02:42:56.340478 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 8088 rows, containing 4 columns (4 merged, 0 gathered) in 0.002921056 sec., 2768861.671943297 rows/sec., 186.60 MiB/sec. 2025.12.24 02:42:56.340909 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.12.24 02:42:56.341161 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.341251 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_136_27} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.12.24 02:42:56.341331 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2025.12.24 02:42:56.341710 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_134_29} MergeTask::MergeProjectionsStage: Merge sorted 37978 rows, containing 5 columns (5 merged, 0 gathered) in 0.007954877 sec., 4774178.155111637 rows/sec., 328.09 MiB/sec. 2025.12.24 02:42:56.342174 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_134_29} MergedBlockOutputStream: filled checksums all_1_134_29 (state Temporary) 2025.12.24 02:42:56.342450 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_134_29} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_134_29 to all_1_134_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.342520 [ 193 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_134_29} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 4 parts: [all_1_131_28, all_134_134_0] -> all_1_134_29 2025.12.24 02:42:56.342594 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2025.12.24 02:42:56.347051 [ 200 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2549 rows, containing 19 columns (19 merged, 0 gathered) in 0.011017625 sec., 231356.5763946404 rows/sec., 414.58 MiB/sec. 2025.12.24 02:42:56.349729 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.12.24 02:42:56.350142 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:56.350228 [ 191 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_131_26} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.12.24 02:42:56.350376 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.82 MiB. 2025.12.24 02:42:57.000269 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 397.32 MiB, peak 417.03 MiB, free memory in arenas 0.00 B, will set to 401.29 MiB (RSS), difference: 3.97 MiB 2025.12.24 02:42:57.282346 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 693 2025.12.24 02:42:57.301501 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:57.301581 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. 2025.12.24 02:42:57.307863 [ 243 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 02:42:57.308589 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:57.312396 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2025.12.24 02:42:59.145885 [ 148 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2025.12.24 02:42:59.145968 [ 148 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:42:59.145990 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:42:59.146126 [ 186 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_45_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full 2025.12.24 02:42:59.146288 [ 186 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:42:59.146327 [ 186 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 253 rows starting from the beginning of the part 2025.12.24 02:42:59.146399 [ 186 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part 2025.12.24 02:42:59.146447 [ 186 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 228 rows starting from the beginning of the part 2025.12.24 02:42:59.146491 [ 186 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part 2025.12.24 02:42:59.146536 [ 186 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part 2025.12.24 02:42:59.147370 [ 191 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 530 rows, containing 5 columns (5 merged, 0 gathered) in 0.001304561 sec., 406266.9357737967 rows/sec., 29.90 MiB/sec. 2025.12.24 02:42:59.147575 [ 200 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2025.12.24 02:42:59.147878 [ 200 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_45_11} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:42:59.147957 [ 200 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_45_11} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2025.12.24 02:42:59.148066 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.24 02:43:01.066339 [ 225 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:01.066389 [ 225 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:01.069484 [ 225 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:01.317428 [ 225 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:01.317500 [ 225 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:01.321294 [ 225 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:01.357374 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:01.357571 [ 4 ] {2b2da373-e361-455f-8d8f-ab08f7e3eb96} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:01.357647 [ 4 ] {2b2da373-e361-455f-8d8f-ab08f7e3eb96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:01.358987 [ 4 ] {2b2da373-e361-455f-8d8f-ab08f7e3eb96} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:01.359038 [ 4 ] {2b2da373-e361-455f-8d8f-ab08f7e3eb96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:01.359508 [ 4 ] {2b2da373-e361-455f-8d8f-ab08f7e3eb96} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.12.24 02:43:01.359738 [ 4 ] {2b2da373-e361-455f-8d8f-ab08f7e3eb96} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:01.359900 [ 4 ] {2b2da373-e361-455f-8d8f-ab08f7e3eb96} executeQuery: Read 1248 rows, 105.85 KiB in 0.002382 sec., 523929.4710327456 rows/sec., 43.39 MiB/sec. 2025.12.24 02:43:01.359953 [ 4 ] {2b2da373-e361-455f-8d8f-ab08f7e3eb96} TCPHandler: Processed in 0.002718354 sec. 2025.12.24 02:43:01.360078 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:01.360183 [ 4 ] {6dbd2de0-8a13-4951-b56f-393cb4cc4132} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:01.360228 [ 4 ] {6dbd2de0-8a13-4951-b56f-393cb4cc4132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:01.360647 [ 4 ] {6dbd2de0-8a13-4951-b56f-393cb4cc4132} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:01.360686 [ 4 ] {6dbd2de0-8a13-4951-b56f-393cb4cc4132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:01.361009 [ 4 ] {6dbd2de0-8a13-4951-b56f-393cb4cc4132} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.12.24 02:43:01.361226 [ 4 ] {6dbd2de0-8a13-4951-b56f-393cb4cc4132} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:01.361361 [ 4 ] {6dbd2de0-8a13-4951-b56f-393cb4cc4132} executeQuery: Read 26 rows, 1.96 KiB in 0.001202 sec., 21630.615640599004 rows/sec., 1.59 MiB/sec. 2025.12.24 02:43:01.361403 [ 4 ] {6dbd2de0-8a13-4951-b56f-393cb4cc4132} TCPHandler: Processed in 0.001377902 sec. 2025.12.24 02:43:01.361430 [ 219 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:01.361500 [ 219 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:01.361507 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:01.361615 [ 4 ] {9581ff42-1244-4164-ab5e-17ecad384e2c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:43:01.361657 [ 4 ] {9581ff42-1244-4164-ab5e-17ecad384e2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:43:01.362144 [ 4 ] {9581ff42-1244-4164-ab5e-17ecad384e2c} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:01.362183 [ 4 ] {9581ff42-1244-4164-ab5e-17ecad384e2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:01.362505 [ 4 ] {9581ff42-1244-4164-ab5e-17ecad384e2c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 02:43:01.362780 [ 4 ] {9581ff42-1244-4164-ab5e-17ecad384e2c} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:01.362913 [ 4 ] {9581ff42-1244-4164-ab5e-17ecad384e2c} executeQuery: Read 228 rows, 15.81 KiB in 0.001318 sec., 172989.37784522003 rows/sec., 11.71 MiB/sec. 2025.12.24 02:43:01.362953 [ 4 ] {9581ff42-1244-4164-ab5e-17ecad384e2c} TCPHandler: Processed in 0.001496563 sec. 2025.12.24 02:43:01.363081 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:01.363176 [ 4 ] {d79d1bd0-0e29-4750-b054-08803f5698e7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:01.363219 [ 4 ] {d79d1bd0-0e29-4750-b054-08803f5698e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:01.363846 [ 4 ] {d79d1bd0-0e29-4750-b054-08803f5698e7} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:01.363886 [ 4 ] {d79d1bd0-0e29-4750-b054-08803f5698e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:01.364221 [ 4 ] {d79d1bd0-0e29-4750-b054-08803f5698e7} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.12.24 02:43:01.364467 [ 4 ] {d79d1bd0-0e29-4750-b054-08803f5698e7} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:01.364505 [ 219 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:01.364602 [ 4 ] {d79d1bd0-0e29-4750-b054-08803f5698e7} executeQuery: Read 546 rows, 41.49 KiB in 0.001445 sec., 377854.6712802768 rows/sec., 28.04 MiB/sec. 2025.12.24 02:43:01.364647 [ 4 ] {d79d1bd0-0e29-4750-b054-08803f5698e7} TCPHandler: Processed in 0.001616855 sec. 2025.12.24 02:43:01.364696 [ 225 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:01.364727 [ 225 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:01.364761 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:01.364863 [ 4 ] {9b8760fb-e0fc-4268-b1e7-94ab46725eb8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:01.364908 [ 4 ] {9b8760fb-e0fc-4268-b1e7-94ab46725eb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:01.365508 [ 4 ] {9b8760fb-e0fc-4268-b1e7-94ab46725eb8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:01.365547 [ 4 ] {9b8760fb-e0fc-4268-b1e7-94ab46725eb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:01.365962 [ 4 ] {9b8760fb-e0fc-4268-b1e7-94ab46725eb8} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.12.24 02:43:01.366183 [ 4 ] {9b8760fb-e0fc-4268-b1e7-94ab46725eb8} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:01.366325 [ 4 ] {9b8760fb-e0fc-4268-b1e7-94ab46725eb8} executeQuery: Read 844 rows, 58.17 KiB in 0.001482 sec., 569500.6747638326 rows/sec., 38.33 MiB/sec. 2025.12.24 02:43:01.366365 [ 4 ] {9b8760fb-e0fc-4268-b1e7-94ab46725eb8} TCPHandler: Processed in 0.001655277 sec. 2025.12.24 02:43:01.366479 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:01.366575 [ 4 ] {3c293869-07b6-49bf-b26f-94babae193ca} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:01.366633 [ 4 ] {3c293869-07b6-49bf-b26f-94babae193ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:01.367461 [ 4 ] {3c293869-07b6-49bf-b26f-94babae193ca} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:01.367477 [ 225 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:01.367505 [ 4 ] {3c293869-07b6-49bf-b26f-94babae193ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:01.368069 [ 4 ] {3c293869-07b6-49bf-b26f-94babae193ca} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.12.24 02:43:01.368301 [ 4 ] {3c293869-07b6-49bf-b26f-94babae193ca} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:01.368443 [ 4 ] {3c293869-07b6-49bf-b26f-94babae193ca} executeQuery: Read 26 rows, 47.71 KiB in 0.001887 sec., 13778.48436671966 rows/sec., 24.69 MiB/sec. 2025.12.24 02:43:01.368509 [ 4 ] {3c293869-07b6-49bf-b26f-94babae193ca} TCPHandler: Processed in 0.002082193 sec. 2025.12.24 02:43:01.368510 [ 220 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:01.368547 [ 220 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:01.368622 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:01.368718 [ 4 ] {6cb76505-5b92-417a-96cb-12394fb373af} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:01.368762 [ 4 ] {6cb76505-5b92-417a-96cb-12394fb373af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:01.369106 [ 4 ] {6cb76505-5b92-417a-96cb-12394fb373af} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:01.369142 [ 4 ] {6cb76505-5b92-417a-96cb-12394fb373af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:01.369455 [ 4 ] {6cb76505-5b92-417a-96cb-12394fb373af} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.12.24 02:43:01.369676 [ 4 ] {6cb76505-5b92-417a-96cb-12394fb373af} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:01.369811 [ 4 ] {6cb76505-5b92-417a-96cb-12394fb373af} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.12.24 02:43:01.369849 [ 4 ] {6cb76505-5b92-417a-96cb-12394fb373af} TCPHandler: Processed in 0.00127813 sec. 2025.12.24 02:43:01.370768 [ 220 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:01.812497 [ 217 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:01.812542 [ 217 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:01.815358 [ 217 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:02.000263 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 397.84 MiB, peak 417.03 MiB, free memory in arenas 0.00 B, will set to 401.33 MiB (RSS), difference: 3.49 MiB 2025.12.24 02:43:02.360044 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 44559 2025.12.24 02:43:02.360621 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:02.360676 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:02.361178 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 02:43:02.361419 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:02.361559 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44559 2025.12.24 02:43:04.593420 [ 221 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:43:04.593490 [ 221 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:43:04.596342 [ 221 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.12.24 02:43:04.812566 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2025.12.24 02:43:04.832429 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:04.832500 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:04.838830 [ 243 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 02:43:04.839539 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:04.843467 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2025.12.24 02:43:05.012568 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2096 2025.12.24 02:43:05.015394 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:05.015443 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:05.016690 [ 242 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 02:43:05.016993 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:05.017261 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2096 2025.12.24 02:43:06.328607 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:06.328811 [ 4 ] {8388d398-94cd-46cc-85ec-064d0d5a0462} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:06.328882 [ 4 ] {8388d398-94cd-46cc-85ec-064d0d5a0462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:06.329584 [ 4 ] {8388d398-94cd-46cc-85ec-064d0d5a0462} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:06.329632 [ 4 ] {8388d398-94cd-46cc-85ec-064d0d5a0462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:06.330031 [ 4 ] {8388d398-94cd-46cc-85ec-064d0d5a0462} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.12.24 02:43:06.330288 [ 4 ] {8388d398-94cd-46cc-85ec-064d0d5a0462} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:06.330443 [ 4 ] {8388d398-94cd-46cc-85ec-064d0d5a0462} executeQuery: Read 84 rows, 7.20 KiB in 0.001683 sec., 49910.873440285206 rows/sec., 4.18 MiB/sec. 2025.12.24 02:43:06.330494 [ 4 ] {8388d398-94cd-46cc-85ec-064d0d5a0462} TCPHandler: Processed in 0.002046692 sec. 2025.12.24 02:43:06.330609 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:06.330710 [ 4 ] {6d176910-1d2f-43bb-a0b5-adffba71d190} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:06.330753 [ 4 ] {6d176910-1d2f-43bb-a0b5-adffba71d190} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:06.331197 [ 4 ] {6d176910-1d2f-43bb-a0b5-adffba71d190} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:06.331239 [ 4 ] {6d176910-1d2f-43bb-a0b5-adffba71d190} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:06.331609 [ 4 ] {6d176910-1d2f-43bb-a0b5-adffba71d190} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.12.24 02:43:06.331820 [ 4 ] {6d176910-1d2f-43bb-a0b5-adffba71d190} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:06.331956 [ 4 ] {6d176910-1d2f-43bb-a0b5-adffba71d190} executeQuery: Read 14 rows, 1.05 KiB in 0.001269 sec., 11032.308904649331 rows/sec., 829.58 KiB/sec. 2025.12.24 02:43:06.331996 [ 4 ] {6d176910-1d2f-43bb-a0b5-adffba71d190} TCPHandler: Processed in 0.001436603 sec. 2025.12.24 02:43:06.332101 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:06.332198 [ 4 ] {35654449-598b-47f8-b91a-afe830aa9e4a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:06.332240 [ 4 ] {35654449-598b-47f8-b91a-afe830aa9e4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:06.332674 [ 4 ] {35654449-598b-47f8-b91a-afe830aa9e4a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:06.332709 [ 4 ] {35654449-598b-47f8-b91a-afe830aa9e4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:06.333022 [ 4 ] {35654449-598b-47f8-b91a-afe830aa9e4a} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.12.24 02:43:06.333215 [ 4 ] {35654449-598b-47f8-b91a-afe830aa9e4a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:06.333337 [ 4 ] {35654449-598b-47f8-b91a-afe830aa9e4a} executeQuery: Read 78 rows, 6.24 KiB in 0.00118 sec., 66101.69491525424 rows/sec., 5.16 MiB/sec. 2025.12.24 02:43:06.333373 [ 4 ] {35654449-598b-47f8-b91a-afe830aa9e4a} TCPHandler: Processed in 0.001345042 sec. 2025.12.24 02:43:06.333477 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:06.333565 [ 4 ] {22f43897-fc79-4421-b51d-6cd3fe620b18} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:06.333607 [ 4 ] {22f43897-fc79-4421-b51d-6cd3fe620b18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:06.334058 [ 4 ] {22f43897-fc79-4421-b51d-6cd3fe620b18} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:06.334092 [ 4 ] {22f43897-fc79-4421-b51d-6cd3fe620b18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:06.334417 [ 4 ] {22f43897-fc79-4421-b51d-6cd3fe620b18} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.12.24 02:43:06.334618 [ 4 ] {22f43897-fc79-4421-b51d-6cd3fe620b18} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:06.334753 [ 4 ] {22f43897-fc79-4421-b51d-6cd3fe620b18} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.12.24 02:43:06.334790 [ 4 ] {22f43897-fc79-4421-b51d-6cd3fe620b18} TCPHandler: Processed in 0.001332362 sec. 2025.12.24 02:43:06.334898 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:06.335007 [ 4 ] {d7f411d4-a070-44c3-9418-08bd5ff9aa2b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:06.335066 [ 4 ] {d7f411d4-a070-44c3-9418-08bd5ff9aa2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:06.335850 [ 4 ] {d7f411d4-a070-44c3-9418-08bd5ff9aa2b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:06.335887 [ 4 ] {d7f411d4-a070-44c3-9418-08bd5ff9aa2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:06.336434 [ 4 ] {d7f411d4-a070-44c3-9418-08bd5ff9aa2b} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.12.24 02:43:06.336658 [ 4 ] {d7f411d4-a070-44c3-9418-08bd5ff9aa2b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:06.336800 [ 4 ] {d7f411d4-a070-44c3-9418-08bd5ff9aa2b} executeQuery: Read 14 rows, 25.69 KiB in 0.001817 sec., 7705.008255365988 rows/sec., 13.81 MiB/sec. 2025.12.24 02:43:06.336866 [ 4 ] {d7f411d4-a070-44c3-9418-08bd5ff9aa2b} TCPHandler: Processed in 0.002019223 sec. 2025.12.24 02:43:06.336979 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:06.337075 [ 4 ] {38796031-cfdf-48db-ae7d-e9d7d70f74cf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:06.337119 [ 4 ] {38796031-cfdf-48db-ae7d-e9d7d70f74cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:06.337453 [ 4 ] {38796031-cfdf-48db-ae7d-e9d7d70f74cf} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:06.337490 [ 4 ] {38796031-cfdf-48db-ae7d-e9d7d70f74cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:06.337795 [ 4 ] {38796031-cfdf-48db-ae7d-e9d7d70f74cf} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.12.24 02:43:06.338014 [ 4 ] {38796031-cfdf-48db-ae7d-e9d7d70f74cf} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:06.338149 [ 4 ] {38796031-cfdf-48db-ae7d-e9d7d70f74cf} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.12.24 02:43:06.338186 [ 4 ] {38796031-cfdf-48db-ae7d-e9d7d70f74cf} TCPHandler: Processed in 0.00125786 sec. 2025.12.24 02:43:09.659030 [ 131 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:43:09.659106 [ 131 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:43:09.861781 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 45007 2025.12.24 02:43:09.862348 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:09.862408 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:09.862946 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 02:43:09.863185 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:09.863333 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45007 2025.12.24 02:43:11.328401 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:11.328590 [ 4 ] {674f1c48-9fc3-4c3f-9763-c321d4be7966} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:11.328657 [ 4 ] {674f1c48-9fc3-4c3f-9763-c321d4be7966} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:11.329354 [ 4 ] {674f1c48-9fc3-4c3f-9763-c321d4be7966} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:11.329391 [ 4 ] {674f1c48-9fc3-4c3f-9763-c321d4be7966} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:11.329763 [ 4 ] {674f1c48-9fc3-4c3f-9763-c321d4be7966} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.12.24 02:43:11.329979 [ 4 ] {674f1c48-9fc3-4c3f-9763-c321d4be7966} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:11.330136 [ 4 ] {674f1c48-9fc3-4c3f-9763-c321d4be7966} executeQuery: Read 108 rows, 9.29 KiB in 0.001595 sec., 67711.59874608151 rows/sec., 5.68 MiB/sec. 2025.12.24 02:43:11.330181 [ 4 ] {674f1c48-9fc3-4c3f-9763-c321d4be7966} TCPHandler: Processed in 0.00190736 sec. 2025.12.24 02:43:11.330310 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:11.330402 [ 4 ] {88039648-cd6a-4a82-9c80-6480f1dd96da} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:11.330442 [ 4 ] {88039648-cd6a-4a82-9c80-6480f1dd96da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:11.330837 [ 4 ] {88039648-cd6a-4a82-9c80-6480f1dd96da} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:11.330870 [ 4 ] {88039648-cd6a-4a82-9c80-6480f1dd96da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:11.331153 [ 4 ] {88039648-cd6a-4a82-9c80-6480f1dd96da} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.12.24 02:43:11.331360 [ 4 ] {88039648-cd6a-4a82-9c80-6480f1dd96da} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:11.331487 [ 4 ] {88039648-cd6a-4a82-9c80-6480f1dd96da} executeQuery: Read 26 rows, 1.96 KiB in 0.001103 sec., 23572.07615593835 rows/sec., 1.73 MiB/sec. 2025.12.24 02:43:11.331523 [ 4 ] {88039648-cd6a-4a82-9c80-6480f1dd96da} TCPHandler: Processed in 0.00127098 sec. 2025.12.24 02:43:11.331652 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:11.331775 [ 4 ] {030d60f1-1f29-463a-b693-606f08f62595} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:11.331826 [ 4 ] {030d60f1-1f29-463a-b693-606f08f62595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:11.332379 [ 4 ] {030d60f1-1f29-463a-b693-606f08f62595} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:11.332422 [ 4 ] {030d60f1-1f29-463a-b693-606f08f62595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:11.332798 [ 4 ] {030d60f1-1f29-463a-b693-606f08f62595} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.12.24 02:43:11.333020 [ 4 ] {030d60f1-1f29-463a-b693-606f08f62595} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:11.333151 [ 4 ] {030d60f1-1f29-463a-b693-606f08f62595} executeQuery: Read 90 rows, 7.20 KiB in 0.001401 sec., 64239.82869379016 rows/sec., 5.02 MiB/sec. 2025.12.24 02:43:11.333191 [ 4 ] {030d60f1-1f29-463a-b693-606f08f62595} TCPHandler: Processed in 0.001608106 sec. 2025.12.24 02:43:11.333314 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:11.333410 [ 4 ] {f9f22a8c-ec16-4506-8840-feb880820432} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:11.333454 [ 4 ] {f9f22a8c-ec16-4506-8840-feb880820432} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:11.333883 [ 4 ] {f9f22a8c-ec16-4506-8840-feb880820432} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:11.333919 [ 4 ] {f9f22a8c-ec16-4506-8840-feb880820432} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:11.334254 [ 4 ] {f9f22a8c-ec16-4506-8840-feb880820432} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.12.24 02:43:11.334486 [ 4 ] {f9f22a8c-ec16-4506-8840-feb880820432} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:11.334619 [ 4 ] {f9f22a8c-ec16-4506-8840-feb880820432} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2025.12.24 02:43:11.334621 [ 132 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 4 parts from all_1_134_29 to all_137_137_0 2025.12.24 02:43:11.334658 [ 4 ] {f9f22a8c-ec16-4506-8840-feb880820432} TCPHandler: Processed in 0.001402513 sec. 2025.12.24 02:43:11.334667 [ 132 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:11.334686 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:11.334776 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:11.334852 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_137_30} MergeTask::PrepareStage: Merging 4 parts: from all_1_134_29 to all_137_137_0 into Compact with storage Full 2025.12.24 02:43:11.334880 [ 4 ] {4f690657-035d-4b69-ae9c-ff6ccde618c2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:11.334985 [ 4 ] {4f690657-035d-4b69-ae9c-ff6ccde618c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:11.335088 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_137_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:11.335152 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_137_30} MergeTreeSequentialSource: Reading 6 marks from part all_1_134_29, total 37978 rows starting from the beginning of the part 2025.12.24 02:43:11.335258 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_137_30} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part 2025.12.24 02:43:11.335335 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_137_30} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part 2025.12.24 02:43:11.335407 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_137_30} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 844 rows starting from the beginning of the part 2025.12.24 02:43:11.335865 [ 4 ] {4f690657-035d-4b69-ae9c-ff6ccde618c2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:11.335906 [ 4 ] {4f690657-035d-4b69-ae9c-ff6ccde618c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:11.336461 [ 4 ] {4f690657-035d-4b69-ae9c-ff6ccde618c2} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.12.24 02:43:11.336682 [ 4 ] {4f690657-035d-4b69-ae9c-ff6ccde618c2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:11.336834 [ 4 ] {4f690657-035d-4b69-ae9c-ff6ccde618c2} executeQuery: Read 26 rows, 47.71 KiB in 0.001972 sec., 13184.584178498988 rows/sec., 23.63 MiB/sec. 2025.12.24 02:43:11.336910 [ 4 ] {4f690657-035d-4b69-ae9c-ff6ccde618c2} TCPHandler: Processed in 0.002186685 sec. 2025.12.24 02:43:11.337025 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:11.337120 [ 4 ] {d73e56ee-8203-4764-b77e-df645a6d16f2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:11.337164 [ 4 ] {d73e56ee-8203-4764-b77e-df645a6d16f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:11.337512 [ 4 ] {d73e56ee-8203-4764-b77e-df645a6d16f2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:11.337549 [ 4 ] {d73e56ee-8203-4764-b77e-df645a6d16f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:11.337848 [ 4 ] {d73e56ee-8203-4764-b77e-df645a6d16f2} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.12.24 02:43:11.338051 [ 4 ] {d73e56ee-8203-4764-b77e-df645a6d16f2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:11.338187 [ 4 ] {d73e56ee-8203-4764-b77e-df645a6d16f2} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.12.24 02:43:11.338226 [ 4 ] {d73e56ee-8203-4764-b77e-df645a6d16f2} TCPHandler: Processed in 0.00124952 sec. 2025.12.24 02:43:11.342305 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_137_30} MergeTask::MergeProjectionsStage: Merge sorted 39142 rows, containing 5 columns (5 merged, 0 gathered) in 0.007525519 sec., 5201235.954623196 rows/sec., 357.32 MiB/sec. 2025.12.24 02:43:11.342723 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_137_30} MergedBlockOutputStream: filled checksums all_1_137_30 (state Temporary) 2025.12.24 02:43:11.342969 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_137_30} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_137_30 to all_1_137_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:11.343038 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_137_30} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 4 parts: [all_1_134_29, all_137_137_0] -> all_1_137_30 2025.12.24 02:43:11.343108 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. 2025.12.24 02:43:12.343620 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2025.12.24 02:43:12.361697 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:12.361751 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:12.368134 [ 243 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 02:43:12.368848 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:12.372638 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2025.12.24 02:43:15.017584 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2120 2025.12.24 02:43:15.019976 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:15.020018 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:15.021226 [ 242 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 02:43:15.021484 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:15.021750 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2120 2025.12.24 02:43:15.695444 [ 221 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.12.24 02:43:15.695499 [ 221 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.12.24 02:43:15.697400 [ 221 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.12.24 02:43:16.330838 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:16.331008 [ 4 ] {d3fa48ea-64a8-4134-9c2e-94849034949b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:43:16.331070 [ 4 ] {d3fa48ea-64a8-4134-9c2e-94849034949b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:43:16.331694 [ 4 ] {d3fa48ea-64a8-4134-9c2e-94849034949b} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:16.331735 [ 4 ] {d3fa48ea-64a8-4134-9c2e-94849034949b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:16.332122 [ 4 ] {d3fa48ea-64a8-4134-9c2e-94849034949b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:43:16.332345 [ 4 ] {d3fa48ea-64a8-4134-9c2e-94849034949b} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:16.332502 [ 4 ] {d3fa48ea-64a8-4134-9c2e-94849034949b} executeQuery: Read 24 rows, 2.04 KiB in 0.001537 sec., 15614.83409238777 rows/sec., 1.30 MiB/sec. 2025.12.24 02:43:16.332553 [ 4 ] {d3fa48ea-64a8-4134-9c2e-94849034949b} TCPHandler: Processed in 0.001833169 sec. 2025.12.24 02:43:16.332679 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:16.332781 [ 4 ] {17234eb2-96dc-4226-ad73-3cb162f13e0d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:16.332825 [ 4 ] {17234eb2-96dc-4226-ad73-3cb162f13e0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:16.333514 [ 4 ] {17234eb2-96dc-4226-ad73-3cb162f13e0d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:16.333569 [ 4 ] {17234eb2-96dc-4226-ad73-3cb162f13e0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:16.334053 [ 4 ] {17234eb2-96dc-4226-ad73-3cb162f13e0d} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.12.24 02:43:16.334318 [ 4 ] {17234eb2-96dc-4226-ad73-3cb162f13e0d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:16.334474 [ 4 ] {17234eb2-96dc-4226-ad73-3cb162f13e0d} executeQuery: Read 204 rows, 18.66 KiB in 0.001715 sec., 118950.43731778426 rows/sec., 10.62 MiB/sec. 2025.12.24 02:43:16.334521 [ 4 ] {17234eb2-96dc-4226-ad73-3cb162f13e0d} TCPHandler: Processed in 0.001894201 sec. 2025.12.24 02:43:16.334658 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:16.334767 [ 4 ] {01f8913f-f8a8-4287-b8f5-1522ddc1f433} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:16.334816 [ 4 ] {01f8913f-f8a8-4287-b8f5-1522ddc1f433} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:16.335297 [ 4 ] {01f8913f-f8a8-4287-b8f5-1522ddc1f433} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:16.335339 [ 4 ] {01f8913f-f8a8-4287-b8f5-1522ddc1f433} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:16.335720 [ 4 ] {01f8913f-f8a8-4287-b8f5-1522ddc1f433} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.12.24 02:43:16.335963 [ 4 ] {01f8913f-f8a8-4287-b8f5-1522ddc1f433} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:16.336100 [ 4 ] {01f8913f-f8a8-4287-b8f5-1522ddc1f433} executeQuery: Read 26 rows, 2.01 KiB in 0.001359 sec., 19131.714495952907 rows/sec., 1.45 MiB/sec. 2025.12.24 02:43:16.336140 [ 4 ] {01f8913f-f8a8-4287-b8f5-1522ddc1f433} TCPHandler: Processed in 0.001542004 sec. 2025.12.24 02:43:16.336279 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:16.336377 [ 4 ] {da309f0e-f29d-4e58-8770-e35d9954214b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:43:16.336419 [ 4 ] {da309f0e-f29d-4e58-8770-e35d9954214b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:43:16.336830 [ 4 ] {da309f0e-f29d-4e58-8770-e35d9954214b} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:16.336867 [ 4 ] {da309f0e-f29d-4e58-8770-e35d9954214b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:16.337164 [ 4 ] {da309f0e-f29d-4e58-8770-e35d9954214b} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 02:43:16.337371 [ 4 ] {da309f0e-f29d-4e58-8770-e35d9954214b} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:16.337502 [ 4 ] {da309f0e-f29d-4e58-8770-e35d9954214b} executeQuery: Read 24 rows, 2.04 KiB in 0.001146 sec., 20942.40837696335 rows/sec., 1.74 MiB/sec. 2025.12.24 02:43:16.337542 [ 4 ] {da309f0e-f29d-4e58-8770-e35d9954214b} TCPHandler: Processed in 0.001313341 sec. 2025.12.24 02:43:16.337659 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:16.337754 [ 4 ] {9f516c2a-fc56-4611-b46c-58f16a68ba6e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:43:16.337795 [ 4 ] {9f516c2a-fc56-4611-b46c-58f16a68ba6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:43:16.338184 [ 4 ] {9f516c2a-fc56-4611-b46c-58f16a68ba6e} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:16.338218 [ 4 ] {9f516c2a-fc56-4611-b46c-58f16a68ba6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:16.338501 [ 4 ] {9f516c2a-fc56-4611-b46c-58f16a68ba6e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:43:16.338702 [ 4 ] {9f516c2a-fc56-4611-b46c-58f16a68ba6e} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:16.338828 [ 4 ] {9f516c2a-fc56-4611-b46c-58f16a68ba6e} executeQuery: Read 12 rows, 960.00 B in 0.001093 sec., 10978.956999085087 rows/sec., 857.73 KiB/sec. 2025.12.24 02:43:16.338866 [ 4 ] {9f516c2a-fc56-4611-b46c-58f16a68ba6e} TCPHandler: Processed in 0.00125829 sec. 2025.12.24 02:43:16.338968 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:16.339061 [ 4 ] {b00eb8c0-274d-41f0-ba10-565261d49d6e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:16.339101 [ 4 ] {b00eb8c0-274d-41f0-ba10-565261d49d6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:16.339528 [ 4 ] {b00eb8c0-274d-41f0-ba10-565261d49d6e} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:16.339564 [ 4 ] {b00eb8c0-274d-41f0-ba10-565261d49d6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:16.339864 [ 4 ] {b00eb8c0-274d-41f0-ba10-565261d49d6e} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.12.24 02:43:16.340070 [ 4 ] {b00eb8c0-274d-41f0-ba10-565261d49d6e} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:16.340197 [ 4 ] {b00eb8c0-274d-41f0-ba10-565261d49d6e} executeQuery: Read 114 rows, 9.49 KiB in 0.001155 sec., 98701.2987012987 rows/sec., 8.03 MiB/sec. 2025.12.24 02:43:16.340237 [ 4 ] {b00eb8c0-274d-41f0-ba10-565261d49d6e} TCPHandler: Processed in 0.001318931 sec. 2025.12.24 02:43:16.340352 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:16.340446 [ 4 ] {73f4ca72-7e38-41bc-990d-b5f21e6a8b5d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:16.340491 [ 4 ] {73f4ca72-7e38-41bc-990d-b5f21e6a8b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:16.340895 [ 4 ] {73f4ca72-7e38-41bc-990d-b5f21e6a8b5d} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:16.340930 [ 4 ] {73f4ca72-7e38-41bc-990d-b5f21e6a8b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:16.341254 [ 4 ] {73f4ca72-7e38-41bc-990d-b5f21e6a8b5d} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.12.24 02:43:16.341455 [ 4 ] {73f4ca72-7e38-41bc-990d-b5f21e6a8b5d} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:16.341581 [ 4 ] {73f4ca72-7e38-41bc-990d-b5f21e6a8b5d} executeQuery: Read 196 rows, 14.40 KiB in 0.001154 sec., 169844.02079722701 rows/sec., 12.19 MiB/sec. 2025.12.24 02:43:16.341618 [ 4 ] {73f4ca72-7e38-41bc-990d-b5f21e6a8b5d} TCPHandler: Processed in 0.001316641 sec. 2025.12.24 02:43:16.341734 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:16.341827 [ 4 ] {1ad4d849-a9c4-4e39-ad3c-91013ba4ae39} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:16.341881 [ 4 ] {1ad4d849-a9c4-4e39-ad3c-91013ba4ae39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:16.342680 [ 4 ] {1ad4d849-a9c4-4e39-ad3c-91013ba4ae39} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:16.342717 [ 4 ] {1ad4d849-a9c4-4e39-ad3c-91013ba4ae39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:16.343234 [ 4 ] {1ad4d849-a9c4-4e39-ad3c-91013ba4ae39} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.12.24 02:43:16.343455 [ 4 ] {1ad4d849-a9c4-4e39-ad3c-91013ba4ae39} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:16.343597 [ 4 ] {1ad4d849-a9c4-4e39-ad3c-91013ba4ae39} executeQuery: Read 14 rows, 25.69 KiB in 0.001788 sec., 7829.977628635346 rows/sec., 14.03 MiB/sec. 2025.12.24 02:43:16.343669 [ 4 ] {1ad4d849-a9c4-4e39-ad3c-91013ba4ae39} TCPHandler: Processed in 0.001984801 sec. 2025.12.24 02:43:16.343785 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:16.343878 [ 4 ] {5d4e7e00-5a00-4e45-9156-d86d664a4c23} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:16.343919 [ 4 ] {5d4e7e00-5a00-4e45-9156-d86d664a4c23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:16.344263 [ 4 ] {5d4e7e00-5a00-4e45-9156-d86d664a4c23} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:16.344298 [ 4 ] {5d4e7e00-5a00-4e45-9156-d86d664a4c23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:16.344601 [ 4 ] {5d4e7e00-5a00-4e45-9156-d86d664a4c23} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.12.24 02:43:16.344815 [ 4 ] {5d4e7e00-5a00-4e45-9156-d86d664a4c23} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:16.344943 [ 4 ] {5d4e7e00-5a00-4e45-9156-d86d664a4c23} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.12.24 02:43:16.344980 [ 4 ] {5d4e7e00-5a00-4e45-9156-d86d664a4c23} TCPHandler: Processed in 0.00124466 sec. 2025.12.24 02:43:17.363557 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 45519 2025.12.24 02:43:17.364094 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:17.364146 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:17.364623 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 02:43:17.364863 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:17.365013 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45519 2025.12.24 02:43:17.365085 [ 224 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:43:17.365118 [ 224 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:43:17.368317 [ 224 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:43:18.407647 [ 225 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:43:18.407700 [ 225 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:43:18.410391 [ 225 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:43:19.872798 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2025.12.24 02:43:19.891562 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:19.891625 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:19.897936 [ 243 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 02:43:19.898661 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:19.902047 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2025.12.24 02:43:21.328879 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:21.329064 [ 4 ] {4c1083c3-f94c-4fc0-bc12-073710a104d6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:21.329135 [ 4 ] {4c1083c3-f94c-4fc0-bc12-073710a104d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:21.329849 [ 4 ] {4c1083c3-f94c-4fc0-bc12-073710a104d6} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:21.329893 [ 4 ] {4c1083c3-f94c-4fc0-bc12-073710a104d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:21.330264 [ 4 ] {4c1083c3-f94c-4fc0-bc12-073710a104d6} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.12.24 02:43:21.330472 [ 4 ] {4c1083c3-f94c-4fc0-bc12-073710a104d6} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:21.330620 [ 4 ] {4c1083c3-f94c-4fc0-bc12-073710a104d6} executeQuery: Read 108 rows, 9.29 KiB in 0.001633 sec., 66135.94611145133 rows/sec., 5.55 MiB/sec. 2025.12.24 02:43:21.330646 [ 117 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.12.24 02:43:21.330668 [ 4 ] {4c1083c3-f94c-4fc0-bc12-073710a104d6} TCPHandler: Processed in 0.001944701 sec. 2025.12.24 02:43:21.330720 [ 117 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:21.330748 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:21.330824 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:21.330899 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.12.24 02:43:21.330923 [ 4 ] {a6c0900b-e18e-4187-ac32-82c2349894be} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:21.331009 [ 4 ] {a6c0900b-e18e-4187-ac32-82c2349894be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:21.331117 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:21.331250 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1407 rows starting from the beginning of the part 2025.12.24 02:43:21.331322 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:43:21.331369 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 84 rows starting from the beginning of the part 2025.12.24 02:43:21.331412 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 108 rows starting from the beginning of the part 2025.12.24 02:43:21.331453 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 204 rows starting from the beginning of the part 2025.12.24 02:43:21.331491 [ 4 ] {a6c0900b-e18e-4187-ac32-82c2349894be} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:21.331495 [ 191 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 108 rows starting from the beginning of the part 2025.12.24 02:43:21.331534 [ 4 ] {a6c0900b-e18e-4187-ac32-82c2349894be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:21.331865 [ 4 ] {a6c0900b-e18e-4187-ac32-82c2349894be} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.12.24 02:43:21.332074 [ 4 ] {a6c0900b-e18e-4187-ac32-82c2349894be} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:21.332197 [ 117 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.12.24 02:43:21.332208 [ 4 ] {a6c0900b-e18e-4187-ac32-82c2349894be} executeQuery: Read 26 rows, 1.96 KiB in 0.001261 sec., 20618.556701030928 rows/sec., 1.51 MiB/sec. 2025.12.24 02:43:21.332234 [ 117 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:21.332256 [ 4 ] {a6c0900b-e18e-4187-ac32-82c2349894be} TCPHandler: Processed in 0.001441972 sec. 2025.12.24 02:43:21.332261 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:21.332370 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:21.332374 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.12.24 02:43:21.332468 [ 4 ] {bd97604b-0c92-40fc-aab5-9d9603328669} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:21.332492 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:21.332511 [ 4 ] {bd97604b-0c92-40fc-aab5-9d9603328669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:21.332523 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 70 rows starting from the beginning of the part 2025.12.24 02:43:21.332584 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 26 rows starting from the beginning of the part 2025.12.24 02:43:21.332630 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 14 rows starting from the beginning of the part 2025.12.24 02:43:21.332672 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 26 rows starting from the beginning of the part 2025.12.24 02:43:21.332711 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 26 rows starting from the beginning of the part 2025.12.24 02:43:21.332750 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 26 rows starting from the beginning of the part 2025.12.24 02:43:21.332936 [ 4 ] {bd97604b-0c92-40fc-aab5-9d9603328669} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:21.332986 [ 4 ] {bd97604b-0c92-40fc-aab5-9d9603328669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:21.333019 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 3159 rows, containing 5 columns (5 merged, 0 gathered) in 0.002156935 sec., 1464578.2093572593 rows/sec., 128.38 MiB/sec. 2025.12.24 02:43:21.333238 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.12.24 02:43:21.333314 [ 4 ] {bd97604b-0c92-40fc-aab5-9d9603328669} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.12.24 02:43:21.333458 [ 187 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.001123407 sec., 167348.07598670828 rows/sec., 12.95 MiB/sec. 2025.12.24 02:43:21.333547 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:21.333604 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.12.24 02:43:21.333607 [ 4 ] {bd97604b-0c92-40fc-aab5-9d9603328669} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:21.333630 [ 195 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_141_28} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.12.24 02:43:21.333711 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:43:21.333745 [ 117 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.12.24 02:43:21.333755 [ 4 ] {bd97604b-0c92-40fc-aab5-9d9603328669} executeQuery: Read 90 rows, 7.20 KiB in 0.001304 sec., 69018.40490797546 rows/sec., 5.39 MiB/sec. 2025.12.24 02:43:21.333778 [ 117 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:21.333803 [ 4 ] {bd97604b-0c92-40fc-aab5-9d9603328669} TCPHandler: Processed in 0.001479843 sec. 2025.12.24 02:43:21.333803 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:21.333881 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:21.333912 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.12.24 02:43:21.333921 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:21.333958 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_136_27} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.12.24 02:43:21.334040 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 02:43:21.334043 [ 4 ] {473dddf5-7f3a-4cdc-8f86-acf7fcb1840d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:21.334043 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:21.334096 [ 4 ] {473dddf5-7f3a-4cdc-8f86-acf7fcb1840d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:21.334104 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 632 rows starting from the beginning of the part 2025.12.24 02:43:21.334189 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 546 rows starting from the beginning of the part 2025.12.24 02:43:21.334240 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 78 rows starting from the beginning of the part 2025.12.24 02:43:21.334282 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 90 rows starting from the beginning of the part 2025.12.24 02:43:21.334323 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 114 rows starting from the beginning of the part 2025.12.24 02:43:21.334364 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 90 rows starting from the beginning of the part 2025.12.24 02:43:21.334513 [ 4 ] {473dddf5-7f3a-4cdc-8f86-acf7fcb1840d} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:21.334554 [ 4 ] {473dddf5-7f3a-4cdc-8f86-acf7fcb1840d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:21.334905 [ 4 ] {473dddf5-7f3a-4cdc-8f86-acf7fcb1840d} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.12.24 02:43:21.335122 [ 4 ] {473dddf5-7f3a-4cdc-8f86-acf7fcb1840d} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:21.335252 [ 4 ] {473dddf5-7f3a-4cdc-8f86-acf7fcb1840d} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.12.24 02:43:21.335288 [ 4 ] {473dddf5-7f3a-4cdc-8f86-acf7fcb1840d} TCPHandler: Processed in 0.001414553 sec. 2025.12.24 02:43:21.335356 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 5 columns (5 merged, 0 gathered) in 0.001489014 sec., 1040957.3046324614 rows/sec., 82.93 MiB/sec. 2025.12.24 02:43:21.335386 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:21.335484 [ 4 ] {6803675c-127f-42a0-b431-bef55860ae52} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:21.335500 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.12.24 02:43:21.335540 [ 4 ] {6803675c-127f-42a0-b431-bef55860ae52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:21.335729 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:21.335796 [ 197 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_141_28} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.12.24 02:43:21.335858 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 02:43:21.336378 [ 4 ] {6803675c-127f-42a0-b431-bef55860ae52} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:21.336418 [ 4 ] {6803675c-127f-42a0-b431-bef55860ae52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:21.336957 [ 4 ] {6803675c-127f-42a0-b431-bef55860ae52} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.12.24 02:43:21.337171 [ 4 ] {6803675c-127f-42a0-b431-bef55860ae52} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:21.337310 [ 4 ] {6803675c-127f-42a0-b431-bef55860ae52} executeQuery: Read 26 rows, 47.71 KiB in 0.001843 sec., 14107.433532284318 rows/sec., 25.28 MiB/sec. 2025.12.24 02:43:21.337325 [ 113 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.12.24 02:43:21.337372 [ 113 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:21.337374 [ 4 ] {6803675c-127f-42a0-b431-bef55860ae52} TCPHandler: Processed in 0.002033583 sec. 2025.12.24 02:43:21.337399 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:21.337490 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.12.24 02:43:21.337499 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:21.337611 [ 4 ] {c2cb0005-3fda-407e-af93-4e77a5fe782b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:21.337652 [ 4 ] {c2cb0005-3fda-407e-af93-4e77a5fe782b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:21.337690 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:21.337741 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2549 rows starting from the beginning of the part 2025.12.24 02:43:21.337848 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 26 rows starting from the beginning of the part 2025.12.24 02:43:21.337959 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 14 rows starting from the beginning of the part 2025.12.24 02:43:21.337980 [ 4 ] {c2cb0005-3fda-407e-af93-4e77a5fe782b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:21.338020 [ 4 ] {c2cb0005-3fda-407e-af93-4e77a5fe782b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:21.338074 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 26 rows starting from the beginning of the part 2025.12.24 02:43:21.338190 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 14 rows starting from the beginning of the part 2025.12.24 02:43:21.338301 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 26 rows starting from the beginning of the part 2025.12.24 02:43:21.338325 [ 4 ] {c2cb0005-3fda-407e-af93-4e77a5fe782b} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.12.24 02:43:21.338535 [ 4 ] {c2cb0005-3fda-407e-af93-4e77a5fe782b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:21.338667 [ 4 ] {c2cb0005-3fda-407e-af93-4e77a5fe782b} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.12.24 02:43:21.338673 [ 113 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.12.24 02:43:21.338709 [ 4 ] {c2cb0005-3fda-407e-af93-4e77a5fe782b} TCPHandler: Processed in 0.00125735 sec. 2025.12.24 02:43:21.338723 [ 113 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:21.338748 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:21.338823 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.12.24 02:43:21.338907 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:21.338932 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 8088 rows starting from the beginning of the part 2025.12.24 02:43:21.338984 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part 2025.12.24 02:43:21.339023 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part 2025.12.24 02:43:21.339059 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part 2025.12.24 02:43:21.339094 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part 2025.12.24 02:43:21.339130 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part 2025.12.24 02:43:21.341260 [ 190 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 8388 rows, containing 4 columns (4 merged, 0 gathered) in 0.00246464 sec., 3403336.7956374967 rows/sec., 229.36 MiB/sec. 2025.12.24 02:43:21.341479 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.12.24 02:43:21.341797 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:21.341882 [ 189 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_141_28} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.12.24 02:43:21.341962 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2025.12.24 02:43:21.345583 [ 196 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2655 rows, containing 19 columns (19 merged, 0 gathered) in 0.00812451 sec., 326788.9386559928 rows/sec., 585.59 MiB/sec. 2025.12.24 02:43:21.347844 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.12.24 02:43:21.348162 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:21.348230 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_136_27} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.12.24 02:43:21.348379 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.01 MiB. 2025.12.24 02:43:24.659162 [ 96 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:43:24.659225 [ 96 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:43:24.865225 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 45967 2025.12.24 02:43:24.865772 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:24.865821 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:24.866353 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 02:43:24.866578 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:24.866715 [ 96 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 02:43:24.866721 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45967 2025.12.24 02:43:24.866764 [ 96 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:24.866787 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:24.866907 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 02:43:24.867051 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:24.867094 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 43599 rows starting from the beginning of the part 2025.12.24 02:43:24.867162 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 448 rows starting from the beginning of the part 2025.12.24 02:43:24.867214 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 512 rows starting from the beginning of the part 2025.12.24 02:43:24.867260 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 448 rows starting from the beginning of the part 2025.12.24 02:43:24.867304 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 512 rows starting from the beginning of the part 2025.12.24 02:43:24.867346 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 448 rows starting from the beginning of the part 2025.12.24 02:43:24.870077 [ 194 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 45967 rows, containing 4 columns (4 merged, 0 gathered) in 0.003223041 sec., 14261996.667122759 rows/sec., 204.02 MiB/sec. 2025.12.24 02:43:24.870435 [ 188 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 02:43:24.870748 [ 188 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:24.870823 [ 188 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_96_19} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 02:43:24.870918 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. 2025.12.24 02:43:25.002638 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002248926 sec. 2025.12.24 02:43:25.022039 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2150 2025.12.24 02:43:25.024576 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:25.024631 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:25.025861 [ 242 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 02:43:25.026140 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:25.026343 [ 96 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 02:43:25.026422 [ 96 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:25.026445 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:25.026540 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2150 2025.12.24 02:43:25.026550 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 02:43:25.027139 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:25.027322 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2010 rows starting from the beginning of the part 2025.12.24 02:43:25.027761 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 28 rows starting from the beginning of the part 2025.12.24 02:43:25.028154 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 32 rows starting from the beginning of the part 2025.12.24 02:43:25.028529 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 26 rows starting from the beginning of the part 2025.12.24 02:43:25.028912 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 24 rows starting from the beginning of the part 2025.12.24 02:43:25.029283 [ 192 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 30 rows starting from the beginning of the part 2025.12.24 02:43:25.036943 [ 200 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2150 rows, containing 72 columns (72 merged, 0 gathered) in 0.010438076 sec., 205976.65700077295 rows/sec., 155.16 MiB/sec. 2025.12.24 02:43:25.038610 [ 188 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 02:43:25.039150 [ 188 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:25.039229 [ 188 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_71_14} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 02:43:25.039465 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. 2025.12.24 02:43:26.016768 [ 223 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:26.016851 [ 223 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:26.020501 [ 223 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:26.135324 [ 219 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:26.135358 [ 219 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:26.137946 [ 219 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:26.328869 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:26.329066 [ 4 ] {99604fea-9817-4da1-9d7c-aed29657aed6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:26.329140 [ 4 ] {99604fea-9817-4da1-9d7c-aed29657aed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:26.329797 [ 4 ] {99604fea-9817-4da1-9d7c-aed29657aed6} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:26.329850 [ 4 ] {99604fea-9817-4da1-9d7c-aed29657aed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:26.330246 [ 4 ] {99604fea-9817-4da1-9d7c-aed29657aed6} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.12.24 02:43:26.330487 [ 4 ] {99604fea-9817-4da1-9d7c-aed29657aed6} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:26.330647 [ 4 ] {99604fea-9817-4da1-9d7c-aed29657aed6} executeQuery: Read 84 rows, 7.20 KiB in 0.001634 sec., 51407.588739290084 rows/sec., 4.30 MiB/sec. 2025.12.24 02:43:26.330702 [ 4 ] {99604fea-9817-4da1-9d7c-aed29657aed6} TCPHandler: Processed in 0.001968262 sec. 2025.12.24 02:43:26.330750 [ 224 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:26.330784 [ 224 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:26.330825 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:26.330928 [ 4 ] {7dd01096-c9fa-4d84-a869-4784497d732d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:26.330974 [ 4 ] {7dd01096-c9fa-4d84-a869-4784497d732d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:26.331395 [ 4 ] {7dd01096-c9fa-4d84-a869-4784497d732d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:26.331432 [ 4 ] {7dd01096-c9fa-4d84-a869-4784497d732d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:26.331744 [ 4 ] {7dd01096-c9fa-4d84-a869-4784497d732d} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.12.24 02:43:26.331955 [ 4 ] {7dd01096-c9fa-4d84-a869-4784497d732d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:26.332093 [ 4 ] {7dd01096-c9fa-4d84-a869-4784497d732d} executeQuery: Read 14 rows, 1.05 KiB in 0.001189 sec., 11774.600504625736 rows/sec., 885.39 KiB/sec. 2025.12.24 02:43:26.332133 [ 4 ] {7dd01096-c9fa-4d84-a869-4784497d732d} TCPHandler: Processed in 0.001362171 sec. 2025.12.24 02:43:26.332247 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:26.332348 [ 4 ] {c43540fb-c2d1-4aaf-8e14-f0da33dd60f9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:26.332390 [ 4 ] {c43540fb-c2d1-4aaf-8e14-f0da33dd60f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:26.332808 [ 4 ] {c43540fb-c2d1-4aaf-8e14-f0da33dd60f9} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:26.332844 [ 4 ] {c43540fb-c2d1-4aaf-8e14-f0da33dd60f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:26.333156 [ 4 ] {c43540fb-c2d1-4aaf-8e14-f0da33dd60f9} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.12.24 02:43:26.333379 [ 4 ] {c43540fb-c2d1-4aaf-8e14-f0da33dd60f9} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:26.333510 [ 4 ] {c43540fb-c2d1-4aaf-8e14-f0da33dd60f9} executeQuery: Read 78 rows, 6.24 KiB in 0.001181 sec., 66045.72396274343 rows/sec., 5.16 MiB/sec. 2025.12.24 02:43:26.333549 [ 4 ] {c43540fb-c2d1-4aaf-8e14-f0da33dd60f9} TCPHandler: Processed in 0.001353122 sec. 2025.12.24 02:43:26.333581 [ 223 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:26.333641 [ 223 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:26.333661 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:26.333761 [ 4 ] {df290c43-61a3-4e76-b624-74dff42721d4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:26.333806 [ 4 ] {df290c43-61a3-4e76-b624-74dff42721d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:26.333945 [ 224 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:26.334203 [ 4 ] {df290c43-61a3-4e76-b624-74dff42721d4} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:26.334240 [ 4 ] {df290c43-61a3-4e76-b624-74dff42721d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:26.334566 [ 4 ] {df290c43-61a3-4e76-b624-74dff42721d4} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.12.24 02:43:26.334840 [ 4 ] {df290c43-61a3-4e76-b624-74dff42721d4} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:26.334981 [ 4 ] {df290c43-61a3-4e76-b624-74dff42721d4} executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. 2025.12.24 02:43:26.334981 [ 112 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 2 parts from all_1_137_30 to all_138_138_0 2025.12.24 02:43:26.335021 [ 4 ] {df290c43-61a3-4e76-b624-74dff42721d4} TCPHandler: Processed in 0.001410233 sec. 2025.12.24 02:43:26.335032 [ 112 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:26.335055 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:26.335131 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:26.335183 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_138_31} MergeTask::PrepareStage: Merging 2 parts: from all_1_137_30 to all_138_138_0 into Compact with storage Full 2025.12.24 02:43:26.335227 [ 4 ] {406739a3-0a26-468b-a84b-873fe30e25bc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:26.335299 [ 4 ] {406739a3-0a26-468b-a84b-873fe30e25bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:26.335360 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_138_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:26.335409 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_138_31} MergeTreeSequentialSource: Reading 6 marks from part all_1_137_30, total 39142 rows starting from the beginning of the part 2025.12.24 02:43:26.335490 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_138_31} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2025.12.24 02:43:26.336065 [ 4 ] {406739a3-0a26-468b-a84b-873fe30e25bc} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:26.336107 [ 4 ] {406739a3-0a26-468b-a84b-873fe30e25bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:26.336269 [ 223 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:26.336646 [ 4 ] {406739a3-0a26-468b-a84b-873fe30e25bc} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.12.24 02:43:26.336891 [ 4 ] {406739a3-0a26-468b-a84b-873fe30e25bc} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:26.337036 [ 4 ] {406739a3-0a26-468b-a84b-873fe30e25bc} executeQuery: Read 14 rows, 25.69 KiB in 0.001828 sec., 7658.643326039388 rows/sec., 13.72 MiB/sec. 2025.12.24 02:43:26.337104 [ 4 ] {406739a3-0a26-468b-a84b-873fe30e25bc} TCPHandler: Processed in 0.002023082 sec. 2025.12.24 02:43:26.337220 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:26.337314 [ 4 ] {0d8722fa-c2a0-4dc4-80d6-d037572a890a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:26.337355 [ 4 ] {0d8722fa-c2a0-4dc4-80d6-d037572a890a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:26.337750 [ 4 ] {0d8722fa-c2a0-4dc4-80d6-d037572a890a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:26.337790 [ 4 ] {0d8722fa-c2a0-4dc4-80d6-d037572a890a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:26.338104 [ 4 ] {0d8722fa-c2a0-4dc4-80d6-d037572a890a} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.12.24 02:43:26.338323 [ 4 ] {0d8722fa-c2a0-4dc4-80d6-d037572a890a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:26.338453 [ 4 ] {0d8722fa-c2a0-4dc4-80d6-d037572a890a} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2025.12.24 02:43:26.338489 [ 4 ] {0d8722fa-c2a0-4dc4-80d6-d037572a890a} TCPHandler: Processed in 0.001319571 sec. 2025.12.24 02:43:26.342257 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_138_31} MergeTask::MergeProjectionsStage: Merge sorted 39302 rows, containing 5 columns (5 merged, 0 gathered) in 0.007130024 sec., 5512183.409200305 rows/sec., 378.70 MiB/sec. 2025.12.24 02:43:26.342811 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_138_31} MergedBlockOutputStream: filled checksums all_1_138_31 (state Temporary) 2025.12.24 02:43:26.343075 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_138_31} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_138_31 to all_1_138_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:26.343147 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_138_31} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 2 parts: [all_1_137_30, all_138_138_0] -> all_1_138_31 2025.12.24 02:43:26.343235 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.12.24 02:43:26.728257 [ 217 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:26.728308 [ 217 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:26.730239 [ 217 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:43:27.361307 [ 220 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:27.361358 [ 220 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:27.363736 [ 220 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:27.402179 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2025.12.24 02:43:27.421999 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:27.422057 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:27.428503 [ 243 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 02:43:27.429234 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:27.429532 [ 111 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 02:43:27.429572 [ 111 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:27.429592 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:27.429740 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 02:43:27.433047 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2025.12.24 02:43:27.433979 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:27.435665 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part 2025.12.24 02:43:27.440555 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 7 rows starting from the beginning of the part 2025.12.24 02:43:27.445439 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part 2025.12.24 02:43:27.450419 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part 2025.12.24 02:43:27.455383 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part 2025.12.24 02:43:27.459904 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part 2025.12.24 02:43:27.517660 [ 198 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.087962931 sec., 8219.371407712642 rows/sec., 42.50 MiB/sec. 2025.12.24 02:43:27.520815 [ 187 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 02:43:27.522860 [ 187 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:27.522942 [ 187 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_96_19} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 02:43:27.525128 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.12.24 02:43:28.000256 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 403.12 MiB, peak 420.90 MiB, free memory in arenas 0.00 B, will set to 402.03 MiB (RSS), difference: -1.09 MiB 2025.12.24 02:43:31.375218 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:31.375536 [ 4 ] {c24cb901-5bd5-4ecc-93c3-c06a9ff1f002} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:43:31.375620 [ 4 ] {c24cb901-5bd5-4ecc-93c3-c06a9ff1f002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:43:31.376437 [ 4 ] {c24cb901-5bd5-4ecc-93c3-c06a9ff1f002} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:31.376494 [ 4 ] {c24cb901-5bd5-4ecc-93c3-c06a9ff1f002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:31.376967 [ 4 ] {c24cb901-5bd5-4ecc-93c3-c06a9ff1f002} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 02:43:31.377235 [ 4 ] {c24cb901-5bd5-4ecc-93c3-c06a9ff1f002} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:31.377413 [ 4 ] {c24cb901-5bd5-4ecc-93c3-c06a9ff1f002} executeQuery: Read 4 rows, 334.00 B in 0.001933 sec., 2069.3222969477497 rows/sec., 168.74 KiB/sec. 2025.12.24 02:43:31.377467 [ 4 ] {c24cb901-5bd5-4ecc-93c3-c06a9ff1f002} TCPHandler: Processed in 0.002401048 sec. 2025.12.24 02:43:31.377633 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:31.377747 [ 4 ] {f47f31f9-fdcf-4eb7-9637-62ac6e2b5de9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:31.377796 [ 4 ] {f47f31f9-fdcf-4eb7-9637-62ac6e2b5de9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:31.379390 [ 4 ] {f47f31f9-fdcf-4eb7-9637-62ac6e2b5de9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:31.379438 [ 4 ] {f47f31f9-fdcf-4eb7-9637-62ac6e2b5de9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:31.379909 [ 4 ] {f47f31f9-fdcf-4eb7-9637-62ac6e2b5de9} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.12.24 02:43:31.380183 [ 4 ] {f47f31f9-fdcf-4eb7-9637-62ac6e2b5de9} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:31.380340 [ 4 ] {f47f31f9-fdcf-4eb7-9637-62ac6e2b5de9} executeQuery: Read 1250 rows, 105.99 KiB in 0.002614 sec., 478194.338179036 rows/sec., 39.60 MiB/sec. 2025.12.24 02:43:31.380385 [ 4 ] {f47f31f9-fdcf-4eb7-9637-62ac6e2b5de9} TCPHandler: Processed in 0.002812824 sec. 2025.12.24 02:43:31.380559 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:31.380688 [ 4 ] {05adf11a-dcec-46be-9f45-cba96b4ecebe} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:31.380748 [ 4 ] {05adf11a-dcec-46be-9f45-cba96b4ecebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:31.381397 [ 4 ] {05adf11a-dcec-46be-9f45-cba96b4ecebe} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:31.381446 [ 4 ] {05adf11a-dcec-46be-9f45-cba96b4ecebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:31.381918 [ 4 ] {05adf11a-dcec-46be-9f45-cba96b4ecebe} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.12.24 02:43:31.382287 [ 4 ] {05adf11a-dcec-46be-9f45-cba96b4ecebe} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:31.382491 [ 4 ] {05adf11a-dcec-46be-9f45-cba96b4ecebe} executeQuery: Read 30 rows, 2.23 KiB in 0.001829 sec., 16402.405686167305 rows/sec., 1.19 MiB/sec. 2025.12.24 02:43:31.382556 [ 4 ] {05adf11a-dcec-46be-9f45-cba96b4ecebe} TCPHandler: Processed in 0.002061813 sec. 2025.12.24 02:43:31.382740 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:31.382884 [ 4 ] {45ba5a15-a525-4c8a-9598-67e169f36f0b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:43:31.382950 [ 4 ] {45ba5a15-a525-4c8a-9598-67e169f36f0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:43:31.383656 [ 4 ] {45ba5a15-a525-4c8a-9598-67e169f36f0b} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:31.383701 [ 4 ] {45ba5a15-a525-4c8a-9598-67e169f36f0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:31.384077 [ 4 ] {45ba5a15-a525-4c8a-9598-67e169f36f0b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 02:43:31.384322 [ 4 ] {45ba5a15-a525-4c8a-9598-67e169f36f0b} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:31.384512 [ 4 ] {45ba5a15-a525-4c8a-9598-67e169f36f0b} executeQuery: Read 228 rows, 15.81 KiB in 0.001659 sec., 137432.18806509944 rows/sec., 9.31 MiB/sec. 2025.12.24 02:43:31.384568 [ 4 ] {45ba5a15-a525-4c8a-9598-67e169f36f0b} TCPHandler: Processed in 0.00190299 sec. 2025.12.24 02:43:31.384727 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:31.384849 [ 4 ] {6e2ffb8b-1e1e-42a2-9cd0-6bf7b4e23352} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:31.384898 [ 4 ] {6e2ffb8b-1e1e-42a2-9cd0-6bf7b4e23352} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:31.385737 [ 4 ] {6e2ffb8b-1e1e-42a2-9cd0-6bf7b4e23352} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:31.385778 [ 4 ] {6e2ffb8b-1e1e-42a2-9cd0-6bf7b4e23352} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:31.386209 [ 4 ] {6e2ffb8b-1e1e-42a2-9cd0-6bf7b4e23352} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.12.24 02:43:31.386487 [ 4 ] {6e2ffb8b-1e1e-42a2-9cd0-6bf7b4e23352} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:31.386652 [ 4 ] {6e2ffb8b-1e1e-42a2-9cd0-6bf7b4e23352} executeQuery: Read 550 rows, 41.81 KiB in 0.001825 sec., 301369.8630136986 rows/sec., 22.37 MiB/sec. 2025.12.24 02:43:31.386701 [ 4 ] {6e2ffb8b-1e1e-42a2-9cd0-6bf7b4e23352} TCPHandler: Processed in 0.002043692 sec. 2025.12.24 02:43:31.386855 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:31.386970 [ 4 ] {96cb0dc2-7508-4d4a-88ac-8dc3cd9d7ad9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:31.387026 [ 4 ] {96cb0dc2-7508-4d4a-88ac-8dc3cd9d7ad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:31.387717 [ 4 ] {96cb0dc2-7508-4d4a-88ac-8dc3cd9d7ad9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:31.387758 [ 4 ] {96cb0dc2-7508-4d4a-88ac-8dc3cd9d7ad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:31.388216 [ 4 ] {96cb0dc2-7508-4d4a-88ac-8dc3cd9d7ad9} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.12.24 02:43:31.388476 [ 4 ] {96cb0dc2-7508-4d4a-88ac-8dc3cd9d7ad9} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:31.388639 [ 4 ] {96cb0dc2-7508-4d4a-88ac-8dc3cd9d7ad9} executeQuery: Read 846 rows, 58.31 KiB in 0.001692 sec., 500000 rows/sec., 33.65 MiB/sec. 2025.12.24 02:43:31.388688 [ 4 ] {96cb0dc2-7508-4d4a-88ac-8dc3cd9d7ad9} TCPHandler: Processed in 0.00189697 sec. 2025.12.24 02:43:31.388691 [ 106 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_138_31 to all_143_143_0 2025.12.24 02:43:31.388775 [ 106 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:31.388801 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:31.388839 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:31.388944 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_138_31 to all_143_143_0 into Compact with storage Full 2025.12.24 02:43:31.388954 [ 4 ] {8eef2c3f-6e5b-470a-b9a0-6f321f45fec4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:31.389069 [ 4 ] {8eef2c3f-6e5b-470a-b9a0-6f321f45fec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:31.389130 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:31.389182 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} MergeTreeSequentialSource: Reading 6 marks from part all_1_138_31, total 39302 rows starting from the beginning of the part 2025.12.24 02:43:31.389260 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part 2025.12.24 02:43:31.389313 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 196 rows starting from the beginning of the part 2025.12.24 02:43:31.389366 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part 2025.12.24 02:43:31.389414 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part 2025.12.24 02:43:31.389461 [ 197 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 846 rows starting from the beginning of the part 2025.12.24 02:43:31.390143 [ 4 ] {8eef2c3f-6e5b-470a-b9a0-6f321f45fec4} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:31.390190 [ 4 ] {8eef2c3f-6e5b-470a-b9a0-6f321f45fec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:31.390892 [ 4 ] {8eef2c3f-6e5b-470a-b9a0-6f321f45fec4} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.12.24 02:43:31.391250 [ 4 ] {8eef2c3f-6e5b-470a-b9a0-6f321f45fec4} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:31.391450 [ 4 ] {8eef2c3f-6e5b-470a-b9a0-6f321f45fec4} executeQuery: Read 26 rows, 47.71 KiB in 0.002513 sec., 10346.199761241543 rows/sec., 18.54 MiB/sec. 2025.12.24 02:43:31.391555 [ 4 ] {8eef2c3f-6e5b-470a-b9a0-6f321f45fec4} TCPHandler: Processed in 0.002772074 sec. 2025.12.24 02:43:31.391710 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:31.391836 [ 4 ] {7fb5474e-c6c9-426c-8e4d-79c2585cb2cc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:31.391896 [ 4 ] {7fb5474e-c6c9-426c-8e4d-79c2585cb2cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:31.392340 [ 4 ] {7fb5474e-c6c9-426c-8e4d-79c2585cb2cc} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:31.392384 [ 4 ] {7fb5474e-c6c9-426c-8e4d-79c2585cb2cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:31.392795 [ 4 ] {7fb5474e-c6c9-426c-8e4d-79c2585cb2cc} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.12.24 02:43:31.393115 [ 4 ] {7fb5474e-c6c9-426c-8e4d-79c2585cb2cc} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:31.393281 [ 4 ] {7fb5474e-c6c9-426c-8e4d-79c2585cb2cc} executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec. 2025.12.24 02:43:31.393329 [ 4 ] {7fb5474e-c6c9-426c-8e4d-79c2585cb2cc} TCPHandler: Processed in 0.001675387 sec. 2025.12.24 02:43:31.405714 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} MergeTask::MergeProjectionsStage: Merge sorted 40824 rows, containing 5 columns (5 merged, 0 gathered) in 0.016823198 sec., 2426649.2018937184 rows/sec., 166.71 MiB/sec. 2025.12.24 02:43:31.406733 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} MergedBlockOutputStream: filled checksums all_1_143_32 (state Temporary) 2025.12.24 02:43:31.407269 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_143_32 to all_1_143_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:31.407403 [ 198 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_143_32} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_138_31, all_143_143_0] -> all_1_143_32 2025.12.24 02:43:31.407590 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. 2025.12.24 02:43:31.700829 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55117 2025.12.24 02:43:31.700945 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.700974 [ 359 ] {} TCP-Session: 82dc015b-dfb0-46c0-abee-82dd7069f345 Authenticating user 'default' from [fd00:1122:3344:101::e]:55117 2025.12.24 02:43:31.700998 [ 359 ] {} TCP-Session: 82dc015b-dfb0-46c0-abee-82dd7069f345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701012 [ 359 ] {} TCP-Session: 82dc015b-dfb0-46c0-abee-82dd7069f345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701194 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39519 2025.12.24 02:43:31.701241 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64026 2025.12.24 02:43:31.701263 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60192 2025.12.24 02:43:31.701299 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43586 2025.12.24 02:43:31.701312 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41406 2025.12.24 02:43:31.701360 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.701361 [ 359 ] {} TCP-Session: 82dc015b-dfb0-46c0-abee-82dd7069f345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:31.701397 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.701398 [ 353 ] {} TCP-Session: 61db7be8-2653-4265-8bea-576bb5784288 Authenticating user 'default' from [fd00:1122:3344:101::e]:64026 2025.12.24 02:43:31.701416 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.701429 [ 356 ] {} TCP-Session: 83fb51ce-d4d3-450e-a2e9-e636c1f47e5d Authenticating user 'default' from [fd00:1122:3344:101::e]:43586 2025.12.24 02:43:31.701440 [ 353 ] {} TCP-Session: 61db7be8-2653-4265-8bea-576bb5784288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701457 [ 357 ] {} TCP-Session: 64c2fb55-ead2-4863-948b-0ab3687c0cac Authenticating user 'default' from [fd00:1122:3344:101::e]:41406 2025.12.24 02:43:31.701460 [ 356 ] {} TCP-Session: 83fb51ce-d4d3-450e-a2e9-e636c1f47e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701467 [ 353 ] {} TCP-Session: 61db7be8-2653-4265-8bea-576bb5784288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701488 [ 357 ] {} TCP-Session: 64c2fb55-ead2-4863-948b-0ab3687c0cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701489 [ 356 ] {} TCP-Session: 83fb51ce-d4d3-450e-a2e9-e636c1f47e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701511 [ 357 ] {} TCP-Session: 64c2fb55-ead2-4863-948b-0ab3687c0cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701397 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.701322 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37185 2025.12.24 02:43:31.701561 [ 290 ] {} TCP-Session: 249afd4b-e0d6-449a-a4bf-76869c6e368b Authenticating user 'default' from [fd00:1122:3344:101::e]:60192 2025.12.24 02:43:31.701560 [ 359 ] {0ff6b0ca-e954-4b17-90ec-4b78aa473bfa} executeQuery: (from [fd00:1122:3344:101::e]:55117) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:43:31.701603 [ 290 ] {} TCP-Session: 249afd4b-e0d6-449a-a4bf-76869c6e368b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701288 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46902 2025.12.24 02:43:31.701639 [ 290 ] {} TCP-Session: 249afd4b-e0d6-449a-a4bf-76869c6e368b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701653 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.701286 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56629 2025.12.24 02:43:31.701703 [ 358 ] {} TCP-Session: 694d0581-135f-4068-a0bc-e315a33b9f89 Authenticating user 'default' from [fd00:1122:3344:101::e]:37185 2025.12.24 02:43:31.701706 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.701740 [ 358 ] {} TCP-Session: 694d0581-135f-4068-a0bc-e315a33b9f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701749 [ 354 ] {} TCP-Session: af12e2bc-6e11-4411-a4c8-6d4eb80a171c Authenticating user 'default' from [fd00:1122:3344:101::e]:46902 2025.12.24 02:43:31.701758 [ 358 ] {} TCP-Session: 694d0581-135f-4068-a0bc-e315a33b9f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701770 [ 354 ] {} TCP-Session: af12e2bc-6e11-4411-a4c8-6d4eb80a171c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701277 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.701787 [ 354 ] {} TCP-Session: af12e2bc-6e11-4411-a4c8-6d4eb80a171c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701820 [ 352 ] {} TCP-Session: 3bcf0b41-f219-4572-acbb-a4601101fe24 Authenticating user 'default' from [fd00:1122:3344:101::e]:39519 2025.12.24 02:43:31.701847 [ 352 ] {} TCP-Session: 3bcf0b41-f219-4572-acbb-a4601101fe24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701864 [ 352 ] {} TCP-Session: 3bcf0b41-f219-4572-acbb-a4601101fe24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701900 [ 359 ] {0ff6b0ca-e954-4b17-90ec-4b78aa473bfa} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:43:31.701919 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.701957 [ 355 ] {} TCP-Session: ab3a3082-d7f5-49bf-ba6d-dac383b2557c Authenticating user 'default' from [fd00:1122:3344:101::e]:56629 2025.12.24 02:43:31.701973 [ 355 ] {} TCP-Session: ab3a3082-d7f5-49bf-ba6d-dac383b2557c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.701976 [ 359 ] {0ff6b0ca-e954-4b17-90ec-4b78aa473bfa} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:43:31.701987 [ 355 ] {} TCP-Session: ab3a3082-d7f5-49bf-ba6d-dac383b2557c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.702303 [ 359 ] {0ff6b0ca-e954-4b17-90ec-4b78aa473bfa} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:43:31.703257 [ 319 ] {0ff6b0ca-e954-4b17-90ec-4b78aa473bfa} AggregatingTransform: Aggregating 2025.12.24 02:43:31.703293 [ 319 ] {0ff6b0ca-e954-4b17-90ec-4b78aa473bfa} Aggregator: Aggregation method: without_key 2025.12.24 02:43:31.703330 [ 319 ] {0ff6b0ca-e954-4b17-90ec-4b78aa473bfa} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000917184 sec. (1090.294 rows/sec., 42.59 KiB/sec.) 2025.12.24 02:43:31.703354 [ 319 ] {0ff6b0ca-e954-4b17-90ec-4b78aa473bfa} Aggregator: Merging aggregated data 2025.12.24 02:43:31.704690 [ 359 ] {0ff6b0ca-e954-4b17-90ec-4b78aa473bfa} executeQuery: Read 1 rows, 40.00 B in 0.003189 sec., 313.5779241141424 rows/sec., 12.25 KiB/sec. 2025.12.24 02:43:31.704834 [ 359 ] {0ff6b0ca-e954-4b17-90ec-4b78aa473bfa} TCPHandler: Processed in 0.003599707 sec. 2025.12.24 02:43:31.704995 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.705027 [ 359 ] {} TCP-Session: 82dc015b-dfb0-46c0-abee-82dd7069f345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.705040 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.705053 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.705085 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.705116 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.705121 [ 356 ] {} TCP-Session: 83fb51ce-d4d3-450e-a2e9-e636c1f47e5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.705137 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.705159 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.705180 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.705200 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.705213 [ 354 ] {} TCP-Session: af12e2bc-6e11-4411-a4c8-6d4eb80a171c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.705250 [ 353 ] {} TCP-Session: 61db7be8-2653-4265-8bea-576bb5784288 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.705267 [ 357 ] {} TCP-Session: 64c2fb55-ead2-4863-948b-0ab3687c0cac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.705207 [ 358 ] {} TCP-Session: 694d0581-135f-4068-a0bc-e315a33b9f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.705168 [ 290 ] {} TCP-Session: 249afd4b-e0d6-449a-a4bf-76869c6e368b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.705089 [ 352 ] {} TCP-Session: 3bcf0b41-f219-4572-acbb-a4601101fe24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.705147 [ 355 ] {} TCP-Session: ab3a3082-d7f5-49bf-ba6d-dac383b2557c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.790533 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41695 2025.12.24 02:43:31.790678 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.790710 [ 359 ] {} TCP-Session: 32daf5e6-4180-47ee-a257-ff253e8fc9f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:41695 2025.12.24 02:43:31.790736 [ 359 ] {} TCP-Session: 32daf5e6-4180-47ee-a257-ff253e8fc9f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.790752 [ 359 ] {} TCP-Session: 32daf5e6-4180-47ee-a257-ff253e8fc9f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.790938 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41451 2025.12.24 02:43:31.790977 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48022 2025.12.24 02:43:31.791000 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39170 2025.12.24 02:43:31.791035 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53089 2025.12.24 02:43:31.791026 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62770 2025.12.24 02:43:31.791104 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.791014 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38413 2025.12.24 02:43:31.791143 [ 359 ] {} TCP-Session: 32daf5e6-4180-47ee-a257-ff253e8fc9f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:31.791175 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.791139 [ 353 ] {} TCP-Session: 654a9778-537c-4b28-991e-e50cad97b5b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:48022 2025.12.24 02:43:31.791131 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.791215 [ 356 ] {} TCP-Session: 33bf4056-b00b-4960-8f74-03fe9a576272 Authenticating user 'default' from [fd00:1122:3344:101::e]:62770 2025.12.24 02:43:31.791228 [ 353 ] {} TCP-Session: 654a9778-537c-4b28-991e-e50cad97b5b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791252 [ 357 ] {} TCP-Session: 3c988dd8-916f-4ecd-befe-2873cb9e85c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:53089 2025.12.24 02:43:31.791263 [ 356 ] {} TCP-Session: 33bf4056-b00b-4960-8f74-03fe9a576272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791265 [ 353 ] {} TCP-Session: 654a9778-537c-4b28-991e-e50cad97b5b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791286 [ 357 ] {} TCP-Session: 3c988dd8-916f-4ecd-befe-2873cb9e85c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791295 [ 356 ] {} TCP-Session: 33bf4056-b00b-4960-8f74-03fe9a576272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791316 [ 357 ] {} TCP-Session: 3c988dd8-916f-4ecd-befe-2873cb9e85c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791218 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.791351 [ 359 ] {b7707fa0-edac-498a-bec7-7fadc80e5d20} executeQuery: (from [fd00:1122:3344:101::e]:41695) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:43:31.791390 [ 355 ] {} TCP-Session: 1d0596d3-8b74-475b-9eed-3b1a258ca2fe Authenticating user 'default' from [fd00:1122:3344:101::e]:38413 2025.12.24 02:43:31.791131 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.791417 [ 355 ] {} TCP-Session: 1d0596d3-8b74-475b-9eed-3b1a258ca2fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791443 [ 290 ] {} TCP-Session: e634fc37-0e62-4b6b-bda2-5249075fe021 Authenticating user 'default' from [fd00:1122:3344:101::e]:39170 2025.12.24 02:43:31.791457 [ 355 ] {} TCP-Session: 1d0596d3-8b74-475b-9eed-3b1a258ca2fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791474 [ 290 ] {} TCP-Session: e634fc37-0e62-4b6b-bda2-5249075fe021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791004 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34537 2025.12.24 02:43:31.791008 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.791502 [ 290 ] {} TCP-Session: e634fc37-0e62-4b6b-bda2-5249075fe021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791571 [ 352 ] {} TCP-Session: 782f8452-f39f-4847-8a5d-c46e4475cd95 Authenticating user 'default' from [fd00:1122:3344:101::e]:41451 2025.12.24 02:43:31.791043 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41712 2025.12.24 02:43:31.791600 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.791601 [ 352 ] {} TCP-Session: 782f8452-f39f-4847-8a5d-c46e4475cd95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791639 [ 354 ] {} TCP-Session: e48ebcee-bc47-4437-a7fd-7f9b87200cd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:34537 2025.12.24 02:43:31.791654 [ 352 ] {} TCP-Session: 782f8452-f39f-4847-8a5d-c46e4475cd95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791676 [ 354 ] {} TCP-Session: e48ebcee-bc47-4437-a7fd-7f9b87200cd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791663 [ 359 ] {b7707fa0-edac-498a-bec7-7fadc80e5d20} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:43:31.791702 [ 354 ] {} TCP-Session: e48ebcee-bc47-4437-a7fd-7f9b87200cd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791662 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:31.791758 [ 358 ] {} TCP-Session: b883d452-97bf-402b-9691-90add592253c Authenticating user 'default' from [fd00:1122:3344:101::e]:41712 2025.12.24 02:43:31.791770 [ 359 ] {b7707fa0-edac-498a-bec7-7fadc80e5d20} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:43:31.791774 [ 358 ] {} TCP-Session: b883d452-97bf-402b-9691-90add592253c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.791803 [ 358 ] {} TCP-Session: b883d452-97bf-402b-9691-90add592253c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.792073 [ 359 ] {b7707fa0-edac-498a-bec7-7fadc80e5d20} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:43:31.793059 [ 317 ] {b7707fa0-edac-498a-bec7-7fadc80e5d20} AggregatingTransform: Aggregating 2025.12.24 02:43:31.793093 [ 317 ] {b7707fa0-edac-498a-bec7-7fadc80e5d20} Aggregator: Aggregation method: without_key 2025.12.24 02:43:31.793123 [ 317 ] {b7707fa0-edac-498a-bec7-7fadc80e5d20} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000945215 sec. (1057.960 rows/sec., 41.33 KiB/sec.) 2025.12.24 02:43:31.793138 [ 317 ] {b7707fa0-edac-498a-bec7-7fadc80e5d20} Aggregator: Merging aggregated data 2025.12.24 02:43:31.794402 [ 359 ] {b7707fa0-edac-498a-bec7-7fadc80e5d20} executeQuery: Read 1 rows, 40.00 B in 0.003119 sec., 320.6155819172812 rows/sec., 12.52 KiB/sec. 2025.12.24 02:43:31.794559 [ 359 ] {b7707fa0-edac-498a-bec7-7fadc80e5d20} TCPHandler: Processed in 0.003542806 sec. 2025.12.24 02:43:31.794650 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.794678 [ 359 ] {} TCP-Session: 32daf5e6-4180-47ee-a257-ff253e8fc9f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.794692 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.794710 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.794731 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.794736 [ 290 ] {} TCP-Session: e634fc37-0e62-4b6b-bda2-5249075fe021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.794755 [ 353 ] {} TCP-Session: 654a9778-537c-4b28-991e-e50cad97b5b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.794773 [ 358 ] {} TCP-Session: b883d452-97bf-402b-9691-90add592253c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.794780 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.794799 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.794815 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.794849 [ 357 ] {} TCP-Session: 3c988dd8-916f-4ecd-befe-2873cb9e85c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.794820 [ 354 ] {} TCP-Session: e48ebcee-bc47-4437-a7fd-7f9b87200cd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.794871 [ 356 ] {} TCP-Session: 33bf4056-b00b-4960-8f74-03fe9a576272 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.794763 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.794741 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:31.794942 [ 355 ] {} TCP-Session: 1d0596d3-8b74-475b-9eed-3b1a258ca2fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:31.794956 [ 352 ] {} TCP-Session: 782f8452-f39f-4847-8a5d-c46e4475cd95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.000214 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 403.12 MiB, peak 420.90 MiB, free memory in arenas 0.00 B, will set to 402.09 MiB (RSS), difference: -1.03 MiB 2025.12.24 02:43:32.138038 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52713 2025.12.24 02:43:32.138164 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:32.138200 [ 354 ] {} TCP-Session: d0e07b7d-ab25-4b05-9822-3aef5faf3be4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52713 2025.12.24 02:43:32.138229 [ 354 ] {} TCP-Session: d0e07b7d-ab25-4b05-9822-3aef5faf3be4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.138248 [ 354 ] {} TCP-Session: d0e07b7d-ab25-4b05-9822-3aef5faf3be4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.138456 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46216 2025.12.24 02:43:32.138469 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37556 2025.12.24 02:43:32.138528 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62724 2025.12.24 02:43:32.138550 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47551 2025.12.24 02:43:32.138534 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52603 2025.12.24 02:43:32.138593 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:32.138624 [ 354 ] {} TCP-Session: d0e07b7d-ab25-4b05-9822-3aef5faf3be4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:32.138642 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:32.138657 [ 355 ] {} TCP-Session: 6b37f68d-fcfa-4700-b7e5-5650c48621ff Authenticating user 'default' from [fd00:1122:3344:101::e]:46216 2025.12.24 02:43:32.138689 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:32.138696 [ 356 ] {} TCP-Session: 0505a0e4-c140-4b4a-82a9-3b577a4b538f Authenticating user 'default' from [fd00:1122:3344:101::e]:37556 2025.12.24 02:43:32.138697 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:32.138724 [ 353 ] {} TCP-Session: 0e78bcde-a456-47cb-9743-d2c3d7153010 Authenticating user 'default' from [fd00:1122:3344:101::e]:52603 2025.12.24 02:43:32.138733 [ 356 ] {} TCP-Session: 0505a0e4-c140-4b4a-82a9-3b577a4b538f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.138755 [ 290 ] {} TCP-Session: 656e1575-efa2-4413-89b5-015c24d27ab5 Authenticating user 'default' from [fd00:1122:3344:101::e]:47551 2025.12.24 02:43:32.138758 [ 353 ] {} TCP-Session: 0e78bcde-a456-47cb-9743-d2c3d7153010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.138763 [ 356 ] {} TCP-Session: 0505a0e4-c140-4b4a-82a9-3b577a4b538f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.138790 [ 353 ] {} TCP-Session: 0e78bcde-a456-47cb-9743-d2c3d7153010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.138790 [ 290 ] {} TCP-Session: 656e1575-efa2-4413-89b5-015c24d27ab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.138715 [ 355 ] {} TCP-Session: 6b37f68d-fcfa-4700-b7e5-5650c48621ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.138834 [ 354 ] {30e666fd-a9b0-400b-af68-8d365ccbb0a5} executeQuery: (from [fd00:1122:3344:101::e]:52713) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:43:32.138861 [ 355 ] {} TCP-Session: 6b37f68d-fcfa-4700-b7e5-5650c48621ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.138833 [ 290 ] {} TCP-Session: 656e1575-efa2-4413-89b5-015c24d27ab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.138642 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:32.138514 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34220 2025.12.24 02:43:32.138953 [ 352 ] {} TCP-Session: fe65832b-692b-48b1-a1c7-273ac32e3ae1 Authenticating user 'default' from [fd00:1122:3344:101::e]:62724 2025.12.24 02:43:32.138501 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45794 2025.12.24 02:43:32.138982 [ 352 ] {} TCP-Session: fe65832b-692b-48b1-a1c7-273ac32e3ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.139016 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:32.139028 [ 352 ] {} TCP-Session: fe65832b-692b-48b1-a1c7-273ac32e3ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.138495 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44682 2025.12.24 02:43:32.139045 [ 359 ] {} TCP-Session: 4c825c73-da31-4c0f-8625-09855cf47c30 Authenticating user 'default' from [fd00:1122:3344:101::e]:34220 2025.12.24 02:43:32.139070 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:32.139094 [ 359 ] {} TCP-Session: 4c825c73-da31-4c0f-8625-09855cf47c30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.139117 [ 358 ] {} TCP-Session: 3c4c1631-adb7-4d85-888d-221a8f0ee092 Authenticating user 'default' from [fd00:1122:3344:101::e]:45794 2025.12.24 02:43:32.139119 [ 359 ] {} TCP-Session: 4c825c73-da31-4c0f-8625-09855cf47c30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.139139 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:43:32.139147 [ 358 ] {} TCP-Session: 3c4c1631-adb7-4d85-888d-221a8f0ee092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.139165 [ 354 ] {30e666fd-a9b0-400b-af68-8d365ccbb0a5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:43:32.139186 [ 358 ] {} TCP-Session: 3c4c1631-adb7-4d85-888d-221a8f0ee092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.139181 [ 357 ] {} TCP-Session: fc142a3b-236f-41bd-b940-2ffa03215d3a Authenticating user 'default' from [fd00:1122:3344:101::e]:44682 2025.12.24 02:43:32.139229 [ 357 ] {} TCP-Session: fc142a3b-236f-41bd-b940-2ffa03215d3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.139237 [ 354 ] {30e666fd-a9b0-400b-af68-8d365ccbb0a5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:43:32.139244 [ 357 ] {} TCP-Session: fc142a3b-236f-41bd-b940-2ffa03215d3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.139564 [ 354 ] {30e666fd-a9b0-400b-af68-8d365ccbb0a5} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:43:32.140719 [ 341 ] {30e666fd-a9b0-400b-af68-8d365ccbb0a5} AggregatingTransform: Aggregating 2025.12.24 02:43:32.140758 [ 341 ] {30e666fd-a9b0-400b-af68-8d365ccbb0a5} Aggregator: Aggregation method: without_key 2025.12.24 02:43:32.140793 [ 341 ] {30e666fd-a9b0-400b-af68-8d365ccbb0a5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001119828 sec. (892.994 rows/sec., 34.88 KiB/sec.) 2025.12.24 02:43:32.140811 [ 341 ] {30e666fd-a9b0-400b-af68-8d365ccbb0a5} Aggregator: Merging aggregated data 2025.12.24 02:43:32.142098 [ 354 ] {30e666fd-a9b0-400b-af68-8d365ccbb0a5} executeQuery: Read 1 rows, 40.00 B in 0.003332 sec., 300.1200480192077 rows/sec., 11.72 KiB/sec. 2025.12.24 02:43:32.142275 [ 354 ] {30e666fd-a9b0-400b-af68-8d365ccbb0a5} TCPHandler: Processed in 0.003811191 sec. 2025.12.24 02:43:32.142380 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:32.142418 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:32.142425 [ 354 ] {} TCP-Session: d0e07b7d-ab25-4b05-9822-3aef5faf3be4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.142445 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:32.142464 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:32.142482 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:32.142504 [ 352 ] {} TCP-Session: fe65832b-692b-48b1-a1c7-273ac32e3ae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.142522 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:32.142541 [ 358 ] {} TCP-Session: 3c4c1631-adb7-4d85-888d-221a8f0ee092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.142554 [ 356 ] {} TCP-Session: 0505a0e4-c140-4b4a-82a9-3b577a4b538f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.142572 [ 357 ] {} TCP-Session: fc142a3b-236f-41bd-b940-2ffa03215d3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.142497 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:32.142481 [ 290 ] {} TCP-Session: 656e1575-efa2-4413-89b5-015c24d27ab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.142640 [ 359 ] {} TCP-Session: 4c825c73-da31-4c0f-8625-09855cf47c30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.142427 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:32.142527 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:43:32.142693 [ 355 ] {} TCP-Session: 6b37f68d-fcfa-4700-b7e5-5650c48621ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.142723 [ 353 ] {} TCP-Session: 0e78bcde-a456-47cb-9743-d2c3d7153010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:43:32.366945 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 46479 2025.12.24 02:43:32.367494 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:32.367549 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. 2025.12.24 02:43:32.368049 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 02:43:32.368320 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:32.368505 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46479 2025.12.24 02:43:34.933192 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2025.12.24 02:43:34.953029 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:34.953085 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:34.959492 [ 243 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 02:43:34.960223 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:34.963700 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2025.12.24 02:43:35.026909 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2184 2025.12.24 02:43:35.029856 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:35.029906 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:35.031170 [ 242 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 02:43:35.031446 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:35.031724 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2184 2025.12.24 02:43:36.328249 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:36.328443 [ 4 ] {3b8926a5-69f0-409e-9d18-190970fb6132} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:36.328516 [ 4 ] {3b8926a5-69f0-409e-9d18-190970fb6132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:36.329172 [ 4 ] {3b8926a5-69f0-409e-9d18-190970fb6132} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:36.329219 [ 4 ] {3b8926a5-69f0-409e-9d18-190970fb6132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:36.329613 [ 4 ] {3b8926a5-69f0-409e-9d18-190970fb6132} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.12.24 02:43:36.329847 [ 4 ] {3b8926a5-69f0-409e-9d18-190970fb6132} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:36.330008 [ 4 ] {3b8926a5-69f0-409e-9d18-190970fb6132} executeQuery: Read 84 rows, 7.20 KiB in 0.001617 sec., 51948.05194805195 rows/sec., 4.35 MiB/sec. 2025.12.24 02:43:36.330058 [ 4 ] {3b8926a5-69f0-409e-9d18-190970fb6132} TCPHandler: Processed in 0.001942201 sec. 2025.12.24 02:43:36.330177 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:36.330280 [ 4 ] {76febbb9-584c-4c98-af19-e57afd00131d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:36.330324 [ 4 ] {76febbb9-584c-4c98-af19-e57afd00131d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:36.330736 [ 4 ] {76febbb9-584c-4c98-af19-e57afd00131d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:36.330772 [ 4 ] {76febbb9-584c-4c98-af19-e57afd00131d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:36.331079 [ 4 ] {76febbb9-584c-4c98-af19-e57afd00131d} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.12.24 02:43:36.331290 [ 4 ] {76febbb9-584c-4c98-af19-e57afd00131d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:36.331424 [ 4 ] {76febbb9-584c-4c98-af19-e57afd00131d} executeQuery: Read 14 rows, 1.05 KiB in 0.001166 sec., 12006.861063464838 rows/sec., 902.86 KiB/sec. 2025.12.24 02:43:36.331462 [ 4 ] {76febbb9-584c-4c98-af19-e57afd00131d} TCPHandler: Processed in 0.001337071 sec. 2025.12.24 02:43:36.331563 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:36.331661 [ 4 ] {5250d6a7-4c3c-4645-8fbc-9215be8ca0d7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:36.331702 [ 4 ] {5250d6a7-4c3c-4645-8fbc-9215be8ca0d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:36.332111 [ 4 ] {5250d6a7-4c3c-4645-8fbc-9215be8ca0d7} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:36.332146 [ 4 ] {5250d6a7-4c3c-4645-8fbc-9215be8ca0d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:36.332440 [ 4 ] {5250d6a7-4c3c-4645-8fbc-9215be8ca0d7} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.12.24 02:43:36.332656 [ 4 ] {5250d6a7-4c3c-4645-8fbc-9215be8ca0d7} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:36.332786 [ 4 ] {5250d6a7-4c3c-4645-8fbc-9215be8ca0d7} executeQuery: Read 78 rows, 6.24 KiB in 0.001144 sec., 68181.81818181818 rows/sec., 5.32 MiB/sec. 2025.12.24 02:43:36.332824 [ 4 ] {5250d6a7-4c3c-4645-8fbc-9215be8ca0d7} TCPHandler: Processed in 0.001310461 sec. 2025.12.24 02:43:36.332932 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:36.333027 [ 4 ] {de5050d6-da6d-4720-bd4d-4c51966ee663} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:36.333070 [ 4 ] {de5050d6-da6d-4720-bd4d-4c51966ee663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:36.333466 [ 4 ] {de5050d6-da6d-4720-bd4d-4c51966ee663} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:36.333500 [ 4 ] {de5050d6-da6d-4720-bd4d-4c51966ee663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:36.333826 [ 4 ] {de5050d6-da6d-4720-bd4d-4c51966ee663} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.12.24 02:43:36.334026 [ 4 ] {de5050d6-da6d-4720-bd4d-4c51966ee663} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:36.334155 [ 4 ] {de5050d6-da6d-4720-bd4d-4c51966ee663} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2025.12.24 02:43:36.334192 [ 4 ] {de5050d6-da6d-4720-bd4d-4c51966ee663} TCPHandler: Processed in 0.001309241 sec. 2025.12.24 02:43:36.334296 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:36.334401 [ 4 ] {af0d3b39-d9f6-45fa-a324-6c6252999b1f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:36.334459 [ 4 ] {af0d3b39-d9f6-45fa-a324-6c6252999b1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:36.335243 [ 4 ] {af0d3b39-d9f6-45fa-a324-6c6252999b1f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:36.335280 [ 4 ] {af0d3b39-d9f6-45fa-a324-6c6252999b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:36.335823 [ 4 ] {af0d3b39-d9f6-45fa-a324-6c6252999b1f} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.12.24 02:43:36.336062 [ 4 ] {af0d3b39-d9f6-45fa-a324-6c6252999b1f} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:36.336209 [ 4 ] {af0d3b39-d9f6-45fa-a324-6c6252999b1f} executeQuery: Read 14 rows, 25.69 KiB in 0.001829 sec., 7654.455986878076 rows/sec., 13.72 MiB/sec. 2025.12.24 02:43:36.336280 [ 4 ] {af0d3b39-d9f6-45fa-a324-6c6252999b1f} TCPHandler: Processed in 0.002034262 sec. 2025.12.24 02:43:36.336390 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:36.336486 [ 4 ] {1909712c-d6ac-4b25-9a21-e34b72050db6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:36.336530 [ 4 ] {1909712c-d6ac-4b25-9a21-e34b72050db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:36.336868 [ 4 ] {1909712c-d6ac-4b25-9a21-e34b72050db6} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:36.336905 [ 4 ] {1909712c-d6ac-4b25-9a21-e34b72050db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:36.337210 [ 4 ] {1909712c-d6ac-4b25-9a21-e34b72050db6} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.12.24 02:43:36.337428 [ 4 ] {1909712c-d6ac-4b25-9a21-e34b72050db6} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:36.337559 [ 4 ] {1909712c-d6ac-4b25-9a21-e34b72050db6} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.12.24 02:43:36.337598 [ 4 ] {1909712c-d6ac-4b25-9a21-e34b72050db6} TCPHandler: Processed in 0.00125752 sec. 2025.12.24 02:43:39.659466 [ 98 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:43:39.659532 [ 98 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:43:39.868751 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46927 2025.12.24 02:43:39.869377 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:39.869428 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:39.869934 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 02:43:39.870194 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:39.870350 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46927 2025.12.24 02:43:41.329043 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:41.329241 [ 4 ] {2fd7f28a-e22c-4936-9d93-7e8ccdc209ba} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:41.329316 [ 4 ] {2fd7f28a-e22c-4936-9d93-7e8ccdc209ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:41.330035 [ 4 ] {2fd7f28a-e22c-4936-9d93-7e8ccdc209ba} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:41.330087 [ 4 ] {2fd7f28a-e22c-4936-9d93-7e8ccdc209ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:41.330485 [ 4 ] {2fd7f28a-e22c-4936-9d93-7e8ccdc209ba} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.12.24 02:43:41.330727 [ 4 ] {2fd7f28a-e22c-4936-9d93-7e8ccdc209ba} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:41.330885 [ 4 ] {2fd7f28a-e22c-4936-9d93-7e8ccdc209ba} executeQuery: Read 108 rows, 9.29 KiB in 0.001697 sec., 63641.72068355922 rows/sec., 5.34 MiB/sec. 2025.12.24 02:43:41.330938 [ 4 ] {2fd7f28a-e22c-4936-9d93-7e8ccdc209ba} TCPHandler: Processed in 0.002033052 sec. 2025.12.24 02:43:41.331061 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:41.331166 [ 4 ] {9e56bf4a-3ef9-4a5a-bbcd-f0b82d593e98} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:41.331212 [ 4 ] {9e56bf4a-3ef9-4a5a-bbcd-f0b82d593e98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:41.331666 [ 4 ] {9e56bf4a-3ef9-4a5a-bbcd-f0b82d593e98} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:41.331706 [ 4 ] {9e56bf4a-3ef9-4a5a-bbcd-f0b82d593e98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:41.332025 [ 4 ] {9e56bf4a-3ef9-4a5a-bbcd-f0b82d593e98} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.12.24 02:43:41.332231 [ 4 ] {9e56bf4a-3ef9-4a5a-bbcd-f0b82d593e98} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:41.332369 [ 4 ] {9e56bf4a-3ef9-4a5a-bbcd-f0b82d593e98} executeQuery: Read 26 rows, 1.96 KiB in 0.001228 sec., 21172.638436482084 rows/sec., 1.55 MiB/sec. 2025.12.24 02:43:41.332410 [ 4 ] {9e56bf4a-3ef9-4a5a-bbcd-f0b82d593e98} TCPHandler: Processed in 0.001403042 sec. 2025.12.24 02:43:41.332523 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:41.332622 [ 4 ] {f9111694-0794-4a93-b4c6-d91c1765bd7a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:41.332663 [ 4 ] {f9111694-0794-4a93-b4c6-d91c1765bd7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:41.333082 [ 4 ] {f9111694-0794-4a93-b4c6-d91c1765bd7a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:41.333120 [ 4 ] {f9111694-0794-4a93-b4c6-d91c1765bd7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:41.333418 [ 4 ] {f9111694-0794-4a93-b4c6-d91c1765bd7a} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.12.24 02:43:41.333621 [ 4 ] {f9111694-0794-4a93-b4c6-d91c1765bd7a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:41.333751 [ 4 ] {f9111694-0794-4a93-b4c6-d91c1765bd7a} executeQuery: Read 90 rows, 7.20 KiB in 0.00115 sec., 78260.86956521739 rows/sec., 6.11 MiB/sec. 2025.12.24 02:43:41.333790 [ 4 ] {f9111694-0794-4a93-b4c6-d91c1765bd7a} TCPHandler: Processed in 0.001317831 sec. 2025.12.24 02:43:41.333905 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:41.334001 [ 4 ] {5cd1b489-d1c5-4eb7-8d99-f382f9f36cea} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:41.334046 [ 4 ] {5cd1b489-d1c5-4eb7-8d99-f382f9f36cea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:41.334447 [ 4 ] {5cd1b489-d1c5-4eb7-8d99-f382f9f36cea} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:41.334484 [ 4 ] {5cd1b489-d1c5-4eb7-8d99-f382f9f36cea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:41.334807 [ 4 ] {5cd1b489-d1c5-4eb7-8d99-f382f9f36cea} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.12.24 02:43:41.335015 [ 4 ] {5cd1b489-d1c5-4eb7-8d99-f382f9f36cea} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:41.335149 [ 4 ] {5cd1b489-d1c5-4eb7-8d99-f382f9f36cea} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.12.24 02:43:41.335186 [ 4 ] {5cd1b489-d1c5-4eb7-8d99-f382f9f36cea} TCPHandler: Processed in 0.001331741 sec. 2025.12.24 02:43:41.335294 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:41.335388 [ 4 ] {30976311-9b60-45bd-b386-52415007ac09} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:41.335443 [ 4 ] {30976311-9b60-45bd-b386-52415007ac09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:41.336238 [ 4 ] {30976311-9b60-45bd-b386-52415007ac09} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:41.336275 [ 4 ] {30976311-9b60-45bd-b386-52415007ac09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:41.336812 [ 4 ] {30976311-9b60-45bd-b386-52415007ac09} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.12.24 02:43:41.337031 [ 4 ] {30976311-9b60-45bd-b386-52415007ac09} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:41.337172 [ 4 ] {30976311-9b60-45bd-b386-52415007ac09} executeQuery: Read 26 rows, 47.71 KiB in 0.001801 sec., 14436.424208772904 rows/sec., 25.87 MiB/sec. 2025.12.24 02:43:41.337238 [ 4 ] {30976311-9b60-45bd-b386-52415007ac09} TCPHandler: Processed in 0.001994131 sec. 2025.12.24 02:43:41.337354 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:41.337451 [ 4 ] {e1cace66-829f-436a-a546-c203c2e80317} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:41.337493 [ 4 ] {e1cace66-829f-436a-a546-c203c2e80317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:41.337831 [ 4 ] {e1cace66-829f-436a-a546-c203c2e80317} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:41.337869 [ 4 ] {e1cace66-829f-436a-a546-c203c2e80317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:41.338169 [ 4 ] {e1cace66-829f-436a-a546-c203c2e80317} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.12.24 02:43:41.338380 [ 4 ] {e1cace66-829f-436a-a546-c203c2e80317} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:41.338509 [ 4 ] {e1cace66-829f-436a-a546-c203c2e80317} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.12.24 02:43:41.338546 [ 4 ] {e1cace66-829f-436a-a546-c203c2e80317} TCPHandler: Processed in 0.00124336 sec. 2025.12.24 02:43:42.463845 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2025.12.24 02:43:42.483132 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:42.483195 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:42.489581 [ 243 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 02:43:42.490303 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:42.493706 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2025.12.24 02:43:45.032096 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2208 2025.12.24 02:43:45.034465 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:45.034506 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:45.035679 [ 242 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 02:43:45.035950 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:45.036228 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2208 2025.12.24 02:43:46.330670 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:46.330847 [ 4 ] {b2a94199-02d0-4ec4-9a65-679cb7d0bd06} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:43:46.330912 [ 4 ] {b2a94199-02d0-4ec4-9a65-679cb7d0bd06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:43:46.331562 [ 4 ] {b2a94199-02d0-4ec4-9a65-679cb7d0bd06} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.331611 [ 4 ] {b2a94199-02d0-4ec4-9a65-679cb7d0bd06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.331995 [ 4 ] {b2a94199-02d0-4ec4-9a65-679cb7d0bd06} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:43:46.332229 [ 4 ] {b2a94199-02d0-4ec4-9a65-679cb7d0bd06} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.332374 [ 93 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.12.24 02:43:46.332389 [ 4 ] {b2a94199-02d0-4ec4-9a65-679cb7d0bd06} executeQuery: Read 24 rows, 2.04 KiB in 0.001589 sec., 15103.838892385149 rows/sec., 1.25 MiB/sec. 2025.12.24 02:43:46.332451 [ 93 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.332481 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.332503 [ 4 ] {b2a94199-02d0-4ec4-9a65-679cb7d0bd06} TCPHandler: Processed in 0.001955631 sec. 2025.12.24 02:43:46.332568 [ 225 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:43:46.332597 [ 225 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:43:46.332616 [ 191 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::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.12.24 02:43:46.332650 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:46.332783 [ 4 ] {59ec7d66-79d4-4e06-b3ce-caae4afd459c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:43:46.332787 [ 191 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:46.332843 [ 4 ] {59ec7d66-79d4-4e06-b3ce-caae4afd459c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:43:46.332846 [ 191 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 24 rows starting from the beginning of the part 2025.12.24 02:43:46.332944 [ 191 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2025.12.24 02:43:46.333000 [ 191 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2025.12.24 02:43:46.333056 [ 191 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2025.12.24 02:43:46.333114 [ 191 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.12.24 02:43:46.333328 [ 4 ] {59ec7d66-79d4-4e06-b3ce-caae4afd459c} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.333377 [ 4 ] {59ec7d66-79d4-4e06-b3ce-caae4afd459c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.333743 [ 4 ] {59ec7d66-79d4-4e06-b3ce-caae4afd459c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:43:46.333934 [ 190 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001378842 sec., 87029.55088400267 rows/sec., 7.55 MiB/sec. 2025.12.24 02:43:46.334007 [ 4 ] {59ec7d66-79d4-4e06-b3ce-caae4afd459c} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.334108 [ 196 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.12.24 02:43:46.334148 [ 4 ] {59ec7d66-79d4-4e06-b3ce-caae4afd459c} executeQuery: Read 14 rows, 1.14 KiB in 0.001394 sec., 10043.041606886656 rows/sec., 818.94 KiB/sec. 2025.12.24 02:43:46.334188 [ 4 ] {59ec7d66-79d4-4e06-b3ce-caae4afd459c} TCPHandler: Processed in 0.001601106 sec. 2025.12.24 02:43:46.334304 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:46.334378 [ 196 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_25_6} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.334401 [ 4 ] {bb963067-7ff4-4d9c-a5ce-2c656f5f9532} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:46.334442 [ 4 ] {bb963067-7ff4-4d9c-a5ce-2c656f5f9532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:46.334442 [ 196 ] {8d910267-d950-4b4d-bb59-8dcf71d20344::all_1_25_6} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.12.24 02:43:46.334531 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:43:46.334945 [ 4 ] {bb963067-7ff4-4d9c-a5ce-2c656f5f9532} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.334968 [ 225 ] {} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:43:46.334984 [ 4 ] {bb963067-7ff4-4d9c-a5ce-2c656f5f9532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.335330 [ 4 ] {bb963067-7ff4-4d9c-a5ce-2c656f5f9532} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.12.24 02:43:46.335546 [ 4 ] {bb963067-7ff4-4d9c-a5ce-2c656f5f9532} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.335661 [ 93 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.12.24 02:43:46.335675 [ 4 ] {bb963067-7ff4-4d9c-a5ce-2c656f5f9532} executeQuery: Read 211 rows, 19.17 KiB in 0.001295 sec., 162934.36293436293 rows/sec., 14.46 MiB/sec. 2025.12.24 02:43:46.335706 [ 93 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.335727 [ 4 ] {bb963067-7ff4-4d9c-a5ce-2c656f5f9532} TCPHandler: Processed in 0.001472883 sec. 2025.12.24 02:43:46.335729 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.335838 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.12.24 02:43:46.335854 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:46.335954 [ 4 ] {ef09018f-9b57-49a3-af7c-aa9e2c117269} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:46.335956 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:46.336000 [ 4 ] {ef09018f-9b57-49a3-af7c-aa9e2c117269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:46.336009 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1407 rows starting from the beginning of the part 2025.12.24 02:43:46.336087 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 84 rows starting from the beginning of the part 2025.12.24 02:43:46.336132 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1250 rows starting from the beginning of the part 2025.12.24 02:43:46.336175 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 84 rows starting from the beginning of the part 2025.12.24 02:43:46.336216 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 108 rows starting from the beginning of the part 2025.12.24 02:43:46.336258 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 211 rows starting from the beginning of the part 2025.12.24 02:43:46.336423 [ 4 ] {ef09018f-9b57-49a3-af7c-aa9e2c117269} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.336467 [ 4 ] {ef09018f-9b57-49a3-af7c-aa9e2c117269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.336797 [ 4 ] {ef09018f-9b57-49a3-af7c-aa9e2c117269} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.12.24 02:43:46.337036 [ 4 ] {ef09018f-9b57-49a3-af7c-aa9e2c117269} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.337161 [ 93 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.12.24 02:43:46.337174 [ 4 ] {ef09018f-9b57-49a3-af7c-aa9e2c117269} executeQuery: Read 40 rows, 2.99 KiB in 0.001239 sec., 32284.100080710246 rows/sec., 2.36 MiB/sec. 2025.12.24 02:43:46.337200 [ 93 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.337223 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.337224 [ 4 ] {ef09018f-9b57-49a3-af7c-aa9e2c117269} TCPHandler: Processed in 0.001420182 sec. 2025.12.24 02:43:46.337299 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.12.24 02:43:46.337347 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:46.337372 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:46.337398 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 70 rows starting from the beginning of the part 2025.12.24 02:43:46.337440 [ 4 ] {a7167a35-db15-4a70-975e-944332f8ac18} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:43:46.337453 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 14 rows starting from the beginning of the part 2025.12.24 02:43:46.337482 [ 4 ] {a7167a35-db15-4a70-975e-944332f8ac18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:43:46.337495 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 30 rows starting from the beginning of the part 2025.12.24 02:43:46.337536 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 14 rows starting from the beginning of the part 2025.12.24 02:43:46.337575 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 26 rows starting from the beginning of the part 2025.12.24 02:43:46.337616 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 40 rows starting from the beginning of the part 2025.12.24 02:43:46.337639 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 3144 rows, containing 5 columns (5 merged, 0 gathered) in 0.00184257 sec., 1706312.3789055503 rows/sec., 149.50 MiB/sec. 2025.12.24 02:43:46.337845 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.12.24 02:43:46.337881 [ 4 ] {a7167a35-db15-4a70-975e-944332f8ac18} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.337924 [ 4 ] {a7167a35-db15-4a70-975e-944332f8ac18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.338124 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.338209 [ 190 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_146_29} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.12.24 02:43:46.338254 [ 4 ] {a7167a35-db15-4a70-975e-944332f8ac18} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 02:43:46.338286 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 02:43:46.338345 [ 196 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.001079057 sec., 179786.6099751913 rows/sec., 13.82 MiB/sec. 2025.12.24 02:43:46.338483 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.12.24 02:43:46.338505 [ 4 ] {a7167a35-db15-4a70-975e-944332f8ac18} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.338640 [ 4 ] {a7167a35-db15-4a70-975e-944332f8ac18} executeQuery: Read 24 rows, 2.04 KiB in 0.001218 sec., 19704.433497536946 rows/sec., 1.63 MiB/sec. 2025.12.24 02:43:46.338680 [ 4 ] {a7167a35-db15-4a70-975e-944332f8ac18} TCPHandler: Processed in 0.001383753 sec. 2025.12.24 02:43:46.338760 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.338781 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:46.338834 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_141_28} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.12.24 02:43:46.338873 [ 4 ] {bc99cdc9-3bc4-42e4-8ae6-c1b77e666647} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:43:46.338914 [ 4 ] {bc99cdc9-3bc4-42e4-8ae6-c1b77e666647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:43:46.338914 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:43:46.339304 [ 4 ] {bc99cdc9-3bc4-42e4-8ae6-c1b77e666647} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.339340 [ 4 ] {bc99cdc9-3bc4-42e4-8ae6-c1b77e666647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.339633 [ 4 ] {bc99cdc9-3bc4-42e4-8ae6-c1b77e666647} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 02:43:46.339840 [ 4 ] {bc99cdc9-3bc4-42e4-8ae6-c1b77e666647} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.339936 [ 93 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.12.24 02:43:46.339965 [ 4 ] {bc99cdc9-3bc4-42e4-8ae6-c1b77e666647} executeQuery: Read 12 rows, 960.00 B in 0.00111 sec., 10810.81081081081 rows/sec., 844.59 KiB/sec. 2025.12.24 02:43:46.339970 [ 93 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.340004 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.340010 [ 4 ] {bc99cdc9-3bc4-42e4-8ae6-c1b77e666647} TCPHandler: Processed in 0.001277631 sec. 2025.12.24 02:43:46.340084 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::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.12.24 02:43:46.340089 [ 223 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:43:46.340129 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:46.340138 [ 223 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:43:46.340171 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:46.340202 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 12 rows starting from the beginning of the part 2025.12.24 02:43:46.340230 [ 4 ] {81641ad5-2655-4255-b297-27a532f69256} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:46.340253 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part 2025.12.24 02:43:46.340272 [ 4 ] {81641ad5-2655-4255-b297-27a532f69256} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:46.340296 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part 2025.12.24 02:43:46.340335 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part 2025.12.24 02:43:46.340373 [ 192 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2025.12.24 02:43:46.340745 [ 4 ] {81641ad5-2655-4255-b297-27a532f69256} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.340780 [ 4 ] {81641ad5-2655-4255-b297-27a532f69256} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.341004 [ 196 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000951955 sec., 63028.18935769023 rows/sec., 5.05 MiB/sec. 2025.12.24 02:43:46.341100 [ 4 ] {81641ad5-2655-4255-b297-27a532f69256} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.12.24 02:43:46.341103 [ 188 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.12.24 02:43:46.341353 [ 4 ] {81641ad5-2655-4255-b297-27a532f69256} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.341394 [ 188 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_25_6} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.341476 [ 188 ] {9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8::all_1_25_6} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.12.24 02:43:46.341489 [ 93 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.12.24 02:43:46.341498 [ 4 ] {81641ad5-2655-4255-b297-27a532f69256} executeQuery: Read 128 rows, 10.64 KiB in 0.001285 sec., 99610.89494163425 rows/sec., 8.08 MiB/sec. 2025.12.24 02:43:46.341528 [ 93 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.341542 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:43:46.341553 [ 4 ] {81641ad5-2655-4255-b297-27a532f69256} TCPHandler: Processed in 0.001474313 sec. 2025.12.24 02:43:46.341552 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.341655 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.12.24 02:43:46.341672 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:46.341778 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:46.341784 [ 4 ] {31517a3c-0376-4f18-94af-a8f941fedd90} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:46.341819 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 632 rows starting from the beginning of the part 2025.12.24 02:43:46.341846 [ 4 ] {31517a3c-0376-4f18-94af-a8f941fedd90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:46.341891 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 78 rows starting from the beginning of the part 2025.12.24 02:43:46.341952 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 550 rows starting from the beginning of the part 2025.12.24 02:43:46.342004 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 78 rows starting from the beginning of the part 2025.12.24 02:43:46.342053 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 90 rows starting from the beginning of the part 2025.12.24 02:43:46.342100 [ 194 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 128 rows starting from the beginning of the part 2025.12.24 02:43:46.342261 [ 4 ] {31517a3c-0376-4f18-94af-a8f941fedd90} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.342303 [ 4 ] {31517a3c-0376-4f18-94af-a8f941fedd90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.342670 [ 4 ] {31517a3c-0376-4f18-94af-a8f941fedd90} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.12.24 02:43:46.342871 [ 223 ] {} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:43:46.342956 [ 4 ] {31517a3c-0376-4f18-94af-a8f941fedd90} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.343075 [ 188 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 1556 rows, containing 5 columns (5 merged, 0 gathered) in 0.001460913 sec., 1065087.3802889015 rows/sec., 84.88 MiB/sec. 2025.12.24 02:43:46.343100 [ 4 ] {31517a3c-0376-4f18-94af-a8f941fedd90} executeQuery: Read 203 rows, 14.89 KiB in 0.001334 sec., 152173.91304347827 rows/sec., 10.90 MiB/sec. 2025.12.24 02:43:46.343140 [ 4 ] {31517a3c-0376-4f18-94af-a8f941fedd90} TCPHandler: Processed in 0.001516915 sec. 2025.12.24 02:43:46.343245 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.12.24 02:43:46.343254 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:46.343349 [ 4 ] {d41909aa-57c2-41b7-8c30-3be8f1182f3b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:46.343404 [ 4 ] {d41909aa-57c2-41b7-8c30-3be8f1182f3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:46.343573 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.343650 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_146_29} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.12.24 02:43:46.343731 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:43:46.344200 [ 4 ] {d41909aa-57c2-41b7-8c30-3be8f1182f3b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.344237 [ 4 ] {d41909aa-57c2-41b7-8c30-3be8f1182f3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.344769 [ 4 ] {d41909aa-57c2-41b7-8c30-3be8f1182f3b} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.12.24 02:43:46.344992 [ 4 ] {d41909aa-57c2-41b7-8c30-3be8f1182f3b} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.345119 [ 91 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.12.24 02:43:46.345130 [ 4 ] {d41909aa-57c2-41b7-8c30-3be8f1182f3b} executeQuery: Read 14 rows, 25.69 KiB in 0.001798 sec., 7786.429365962181 rows/sec., 13.95 MiB/sec. 2025.12.24 02:43:46.345180 [ 91 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.345211 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.345220 [ 4 ] {d41909aa-57c2-41b7-8c30-3be8f1182f3b} TCPHandler: Processed in 0.002015572 sec. 2025.12.24 02:43:46.345292 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.12.24 02:43:46.345342 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:46.345435 [ 4 ] {cb2cce89-b69a-4c7d-a58d-f9219dd2a802} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:46.345476 [ 4 ] {cb2cce89-b69a-4c7d-a58d-f9219dd2a802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:46.345484 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:46.345538 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2655 rows starting from the beginning of the part 2025.12.24 02:43:46.345659 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 14 rows starting from the beginning of the part 2025.12.24 02:43:46.345767 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 26 rows starting from the beginning of the part 2025.12.24 02:43:46.345814 [ 4 ] {cb2cce89-b69a-4c7d-a58d-f9219dd2a802} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.345850 [ 4 ] {cb2cce89-b69a-4c7d-a58d-f9219dd2a802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.345869 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 14 rows starting from the beginning of the part 2025.12.24 02:43:46.345965 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 26 rows starting from the beginning of the part 2025.12.24 02:43:46.346063 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 14 rows starting from the beginning of the part 2025.12.24 02:43:46.346177 [ 4 ] {cb2cce89-b69a-4c7d-a58d-f9219dd2a802} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.12.24 02:43:46.346393 [ 4 ] {cb2cce89-b69a-4c7d-a58d-f9219dd2a802} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.346514 [ 91 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.12.24 02:43:46.346524 [ 4 ] {cb2cce89-b69a-4c7d-a58d-f9219dd2a802} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2025.12.24 02:43:46.346549 [ 91 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:46.346574 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:46.346575 [ 4 ] {cb2cce89-b69a-4c7d-a58d-f9219dd2a802} TCPHandler: Processed in 0.00128247 sec. 2025.12.24 02:43:46.346673 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.12.24 02:43:46.346795 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:46.346829 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8388 rows starting from the beginning of the part 2025.12.24 02:43:46.346889 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part 2025.12.24 02:43:46.346932 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part 2025.12.24 02:43:46.346970 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part 2025.12.24 02:43:46.347007 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part 2025.12.24 02:43:46.347043 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part 2025.12.24 02:43:46.349484 [ 199 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 8688 rows, containing 4 columns (4 merged, 0 gathered) in 0.002850515 sec., 3047870.297121748 rows/sec., 205.41 MiB/sec. 2025.12.24 02:43:46.349712 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.12.24 02:43:46.350027 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.350108 [ 200 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_146_29} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.12.24 02:43:46.350203 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. 2025.12.24 02:43:46.355335 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 2749 rows, containing 19 columns (19 merged, 0 gathered) in 0.010072981 sec., 272908.28802317806 rows/sec., 489.04 MiB/sec. 2025.12.24 02:43:46.357714 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.12.24 02:43:46.358065 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:46.358142 [ 193 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_141_28} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.12.24 02:43:46.358272 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.09 MiB. 2025.12.24 02:43:47.000207 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 399.06 MiB, peak 420.90 MiB, free memory in arenas 0.00 B, will set to 404.73 MiB (RSS), difference: 5.68 MiB 2025.12.24 02:43:47.370589 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 47439 2025.12.24 02:43:47.371411 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:47.371497 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:47.372022 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 02:43:47.372257 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:47.372404 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47439 2025.12.24 02:43:49.993847 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2025.12.24 02:43:50.013593 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:50.013654 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:43:50.020808 [ 243 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 02:43:50.021547 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:50.025312 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2025.12.24 02:43:51.001144 [ 217 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:51.001207 [ 217 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:51.004583 [ 217 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:51.059235 [ 225 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:51.059277 [ 225 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:51.062067 [ 225 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:51.329355 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:51.329525 [ 4 ] {780ec1c4-8640-4207-b13c-ac30daa3ba4a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:51.329590 [ 4 ] {780ec1c4-8640-4207-b13c-ac30daa3ba4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:51.330382 [ 4 ] {780ec1c4-8640-4207-b13c-ac30daa3ba4a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:51.330427 [ 4 ] {780ec1c4-8640-4207-b13c-ac30daa3ba4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:43:51.330815 [ 4 ] {780ec1c4-8640-4207-b13c-ac30daa3ba4a} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.12.24 02:43:51.331046 [ 4 ] {780ec1c4-8640-4207-b13c-ac30daa3ba4a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:51.331203 [ 4 ] {780ec1c4-8640-4207-b13c-ac30daa3ba4a} executeQuery: Read 108 rows, 9.29 KiB in 0.001721 sec., 62754.21266705404 rows/sec., 5.27 MiB/sec. 2025.12.24 02:43:51.331252 [ 4 ] {780ec1c4-8640-4207-b13c-ac30daa3ba4a} TCPHandler: Processed in 0.002015792 sec. 2025.12.24 02:43:51.331396 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:51.331496 [ 4 ] {ac8631c1-d77e-474f-9faf-471f0746fa9c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:51.331538 [ 4 ] {ac8631c1-d77e-474f-9faf-471f0746fa9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:51.331994 [ 4 ] {ac8631c1-d77e-474f-9faf-471f0746fa9c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:51.332030 [ 4 ] {ac8631c1-d77e-474f-9faf-471f0746fa9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:43:51.332331 [ 4 ] {ac8631c1-d77e-474f-9faf-471f0746fa9c} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.12.24 02:43:51.332536 [ 4 ] {ac8631c1-d77e-474f-9faf-471f0746fa9c} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:51.332667 [ 4 ] {ac8631c1-d77e-474f-9faf-471f0746fa9c} executeQuery: Read 26 rows, 1.96 KiB in 0.001195 sec., 21757.322175732217 rows/sec., 1.60 MiB/sec. 2025.12.24 02:43:51.332704 [ 4 ] {ac8631c1-d77e-474f-9faf-471f0746fa9c} TCPHandler: Processed in 0.001358151 sec. 2025.12.24 02:43:51.332821 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:51.332913 [ 4 ] {34f7f367-fae8-4b89-96d1-d1d3ae20f94f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:51.332952 [ 4 ] {34f7f367-fae8-4b89-96d1-d1d3ae20f94f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:51.333387 [ 4 ] {34f7f367-fae8-4b89-96d1-d1d3ae20f94f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:51.333423 [ 4 ] {34f7f367-fae8-4b89-96d1-d1d3ae20f94f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:43:51.333720 [ 4 ] {34f7f367-fae8-4b89-96d1-d1d3ae20f94f} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.12.24 02:43:51.333923 [ 4 ] {34f7f367-fae8-4b89-96d1-d1d3ae20f94f} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:51.334049 [ 4 ] {34f7f367-fae8-4b89-96d1-d1d3ae20f94f} executeQuery: Read 90 rows, 7.20 KiB in 0.001155 sec., 77922.07792207792 rows/sec., 6.09 MiB/sec. 2025.12.24 02:43:51.334087 [ 4 ] {34f7f367-fae8-4b89-96d1-d1d3ae20f94f} TCPHandler: Processed in 0.001312811 sec. 2025.12.24 02:43:51.334205 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:51.334297 [ 4 ] {4e16b227-11c0-42ba-a6e6-5d8508852411} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:51.334339 [ 4 ] {4e16b227-11c0-42ba-a6e6-5d8508852411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:51.334762 [ 4 ] {4e16b227-11c0-42ba-a6e6-5d8508852411} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:51.334798 [ 4 ] {4e16b227-11c0-42ba-a6e6-5d8508852411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:43:51.335120 [ 4 ] {4e16b227-11c0-42ba-a6e6-5d8508852411} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.12.24 02:43:51.335321 [ 4 ] {4e16b227-11c0-42ba-a6e6-5d8508852411} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:51.335447 [ 4 ] {4e16b227-11c0-42ba-a6e6-5d8508852411} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.12.24 02:43:51.335483 [ 4 ] {4e16b227-11c0-42ba-a6e6-5d8508852411} TCPHandler: Processed in 0.001325121 sec. 2025.12.24 02:43:51.335592 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:51.335683 [ 4 ] {bcf34e3b-d479-4839-8651-d9b91f917ede} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:51.335735 [ 4 ] {bcf34e3b-d479-4839-8651-d9b91f917ede} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:51.336544 [ 4 ] {bcf34e3b-d479-4839-8651-d9b91f917ede} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:51.336581 [ 4 ] {bcf34e3b-d479-4839-8651-d9b91f917ede} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:43:51.337104 [ 4 ] {bcf34e3b-d479-4839-8651-d9b91f917ede} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.12.24 02:43:51.337345 [ 4 ] {bcf34e3b-d479-4839-8651-d9b91f917ede} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:51.337483 [ 4 ] {bcf34e3b-d479-4839-8651-d9b91f917ede} executeQuery: Read 26 rows, 47.71 KiB in 0.001817 sec., 14309.301045679691 rows/sec., 25.64 MiB/sec. 2025.12.24 02:43:51.337549 [ 4 ] {bcf34e3b-d479-4839-8651-d9b91f917ede} TCPHandler: Processed in 0.002007001 sec. 2025.12.24 02:43:51.337660 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:51.337752 [ 4 ] {47a54e9c-e659-4cf5-86ec-b6dac09d98bb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:51.337792 [ 4 ] {47a54e9c-e659-4cf5-86ec-b6dac09d98bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:51.338116 [ 4 ] {47a54e9c-e659-4cf5-86ec-b6dac09d98bb} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:51.338151 [ 4 ] {47a54e9c-e659-4cf5-86ec-b6dac09d98bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:43:51.338469 [ 4 ] {47a54e9c-e659-4cf5-86ec-b6dac09d98bb} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.12.24 02:43:51.338719 [ 4 ] {47a54e9c-e659-4cf5-86ec-b6dac09d98bb} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:51.338843 [ 4 ] {47a54e9c-e659-4cf5-86ec-b6dac09d98bb} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2025.12.24 02:43:51.338878 [ 4 ] {47a54e9c-e659-4cf5-86ec-b6dac09d98bb} TCPHandler: Processed in 0.001265271 sec. 2025.12.24 02:43:51.684203 [ 220 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:51.684260 [ 220 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:51.687732 [ 220 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:52.026114 [ 220 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:52.026165 [ 220 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:52.028299 [ 220 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.12.24 02:43:52.034001 [ 225 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:52.034057 [ 225 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:52.036261 [ 225 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:52.738785 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:52.738852 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:52.742068 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:43:54.479214 [ 219 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:43:54.479282 [ 219 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:43:54.480974 [ 219 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.12.24 02:43:54.659573 [ 84 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:43:54.659631 [ 84 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:43:54.872603 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 47887 2025.12.24 02:43:54.873102 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:54.873141 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:54.873614 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 02:43:54.873847 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:54.873997 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47887 2025.12.24 02:43:54.874046 [ 219 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:54.874088 [ 219 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:54.876005 [ 219 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:55.036505 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2240 2025.12.24 02:43:55.039284 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:55.039338 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:55.040557 [ 242 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 02:43:55.040832 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:55.041110 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2240 2025.12.24 02:43:55.047700 [ 217 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:55.047759 [ 217 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:55.049519 [ 217 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.12.24 02:43:56.000250 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 400.73 MiB, peak 420.90 MiB, free memory in arenas 0.00 B, will set to 404.73 MiB (RSS), difference: 4.00 MiB 2025.12.24 02:43:56.328470 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:56.328644 [ 4 ] {6b884a15-1f69-4fd4-bdb2-d76e70711cf1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:43:56.328707 [ 4 ] {6b884a15-1f69-4fd4-bdb2-d76e70711cf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:43:56.329384 [ 4 ] {6b884a15-1f69-4fd4-bdb2-d76e70711cf1} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:56.329435 [ 4 ] {6b884a15-1f69-4fd4-bdb2-d76e70711cf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:56.329826 [ 4 ] {6b884a15-1f69-4fd4-bdb2-d76e70711cf1} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.12.24 02:43:56.330059 [ 4 ] {6b884a15-1f69-4fd4-bdb2-d76e70711cf1} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:56.330218 [ 4 ] {6b884a15-1f69-4fd4-bdb2-d76e70711cf1} executeQuery: Read 84 rows, 7.20 KiB in 0.001621 sec., 51819.86428130783 rows/sec., 4.34 MiB/sec. 2025.12.24 02:43:56.330272 [ 4 ] {6b884a15-1f69-4fd4-bdb2-d76e70711cf1} TCPHandler: Processed in 0.001921091 sec. 2025.12.24 02:43:56.330394 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:56.330495 [ 4 ] {f4785061-85d4-464a-93fd-dbc49bc65096} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:43:56.330539 [ 4 ] {f4785061-85d4-464a-93fd-dbc49bc65096} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:43:56.330996 [ 4 ] {f4785061-85d4-464a-93fd-dbc49bc65096} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:56.331036 [ 4 ] {f4785061-85d4-464a-93fd-dbc49bc65096} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:56.331366 [ 4 ] {f4785061-85d4-464a-93fd-dbc49bc65096} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.12.24 02:43:56.331577 [ 4 ] {f4785061-85d4-464a-93fd-dbc49bc65096} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:56.331709 [ 4 ] {f4785061-85d4-464a-93fd-dbc49bc65096} executeQuery: Read 14 rows, 1.05 KiB in 0.001237 sec., 11317.70412287793 rows/sec., 851.04 KiB/sec. 2025.12.24 02:43:56.331748 [ 4 ] {f4785061-85d4-464a-93fd-dbc49bc65096} TCPHandler: Processed in 0.001404652 sec. 2025.12.24 02:43:56.331857 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:56.331952 [ 4 ] {1d7918a2-27dd-4794-a1b5-7a907311ffbb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:43:56.331992 [ 4 ] {1d7918a2-27dd-4794-a1b5-7a907311ffbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:43:56.332411 [ 4 ] {1d7918a2-27dd-4794-a1b5-7a907311ffbb} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:56.332447 [ 4 ] {1d7918a2-27dd-4794-a1b5-7a907311ffbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:56.332744 [ 4 ] {1d7918a2-27dd-4794-a1b5-7a907311ffbb} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.12.24 02:43:56.332954 [ 4 ] {1d7918a2-27dd-4794-a1b5-7a907311ffbb} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:56.333083 [ 4 ] {1d7918a2-27dd-4794-a1b5-7a907311ffbb} executeQuery: Read 78 rows, 6.24 KiB in 0.001152 sec., 67708.33333333333 rows/sec., 5.29 MiB/sec. 2025.12.24 02:43:56.333121 [ 4 ] {1d7918a2-27dd-4794-a1b5-7a907311ffbb} TCPHandler: Processed in 0.001311871 sec. 2025.12.24 02:43:56.333232 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:56.333324 [ 4 ] {f1d61485-0e5a-4bf7-bc95-05514650bd80} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:56.333367 [ 4 ] {f1d61485-0e5a-4bf7-bc95-05514650bd80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:43:56.333775 [ 4 ] {f1d61485-0e5a-4bf7-bc95-05514650bd80} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:56.333811 [ 4 ] {f1d61485-0e5a-4bf7-bc95-05514650bd80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:56.334132 [ 4 ] {f1d61485-0e5a-4bf7-bc95-05514650bd80} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.12.24 02:43:56.334336 [ 4 ] {f1d61485-0e5a-4bf7-bc95-05514650bd80} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:56.334456 [ 81 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 2 parts from all_1_143_32 to all_144_144_0 2025.12.24 02:43:56.334463 [ 4 ] {f1d61485-0e5a-4bf7-bc95-05514650bd80} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2025.12.24 02:43:56.334523 [ 81 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:56.334542 [ 4 ] {f1d61485-0e5a-4bf7-bc95-05514650bd80} TCPHandler: Processed in 0.001357982 sec. 2025.12.24 02:43:56.334547 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:56.334663 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:56.334686 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_144_33} MergeTask::PrepareStage: Merging 2 parts: from all_1_143_32 to all_144_144_0 into Compact with storage Full 2025.12.24 02:43:56.334758 [ 4 ] {38d1f5e9-0def-4819-b247-992c5ca3a785} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:43:56.334815 [ 4 ] {38d1f5e9-0def-4819-b247-992c5ca3a785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:43:56.334864 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_144_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:56.334911 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_144_33} MergeTreeSequentialSource: Reading 6 marks from part all_1_143_32, total 40824 rows starting from the beginning of the part 2025.12.24 02:43:56.334989 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_144_33} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part 2025.12.24 02:43:56.335829 [ 4 ] {38d1f5e9-0def-4819-b247-992c5ca3a785} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:56.335876 [ 4 ] {38d1f5e9-0def-4819-b247-992c5ca3a785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:43:56.336519 [ 4 ] {38d1f5e9-0def-4819-b247-992c5ca3a785} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.12.24 02:43:56.336750 [ 4 ] {38d1f5e9-0def-4819-b247-992c5ca3a785} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:56.336892 [ 4 ] {38d1f5e9-0def-4819-b247-992c5ca3a785} executeQuery: Read 14 rows, 25.69 KiB in 0.002151 sec., 6508.600650860065 rows/sec., 11.66 MiB/sec. 2025.12.24 02:43:56.336961 [ 4 ] {38d1f5e9-0def-4819-b247-992c5ca3a785} TCPHandler: Processed in 0.002345467 sec. 2025.12.24 02:43:56.337076 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:43:56.337168 [ 4 ] {06b28286-f102-4009-be1f-3d2aff113b20} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:43:56.337209 [ 4 ] {06b28286-f102-4009-be1f-3d2aff113b20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:43:56.337544 [ 4 ] {06b28286-f102-4009-be1f-3d2aff113b20} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:56.337580 [ 4 ] {06b28286-f102-4009-be1f-3d2aff113b20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:43:56.337889 [ 4 ] {06b28286-f102-4009-be1f-3d2aff113b20} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.12.24 02:43:56.338090 [ 4 ] {06b28286-f102-4009-be1f-3d2aff113b20} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:56.338216 [ 4 ] {06b28286-f102-4009-be1f-3d2aff113b20} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2025.12.24 02:43:56.338252 [ 4 ] {06b28286-f102-4009-be1f-3d2aff113b20} TCPHandler: Processed in 0.00122265 sec. 2025.12.24 02:43:56.341993 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_144_33} MergeTask::MergeProjectionsStage: Merge sorted 40984 rows, containing 5 columns (5 merged, 0 gathered) in 0.007362138 sec., 5566861.148215369 rows/sec., 382.46 MiB/sec. 2025.12.24 02:43:56.342255 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_144_33} MergedBlockOutputStream: filled checksums all_1_144_33 (state Temporary) 2025.12.24 02:43:56.342586 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_144_33} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_144_33 to all_1_144_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:56.342667 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_144_33} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 2 parts: [all_1_143_32, all_144_144_0] -> all_1_144_33 2025.12.24 02:43:56.342750 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.12.24 02:43:57.525445 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2025.12.24 02:43:57.544018 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:57.544084 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:57.550438 [ 243 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 02:43:57.551174 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:57.554537 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2025.12.24 02:43:58.199443 [ 71 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 2025.12.24 02:43:58.199510 [ 71 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:58.199532 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:58.199653 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_49_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full 2025.12.24 02:43:58.199807 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_49_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:58.199849 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 254 rows starting from the beginning of the part 2025.12.24 02:43:58.199934 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 228 rows starting from the beginning of the part 2025.12.24 02:43:58.199997 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part 2025.12.24 02:43:58.200049 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 228 rows starting from the beginning of the part 2025.12.24 02:43:58.200095 [ 201 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part 2025.12.24 02:43:58.201025 [ 195 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_49_12} MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 5 columns (5 merged, 0 gathered) in 0.001429883 sec., 530113.3029765373 rows/sec., 38.68 MiB/sec. 2025.12.24 02:43:58.201236 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_49_12} MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) 2025.12.24 02:43:58.201576 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_49_12} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:58.201668 [ 198 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_49_12} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 2025.12.24 02:43:58.201786 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 02:43:58.726044 [ 71 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.12.24 02:43:58.726116 [ 71 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:43:58.726143 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. 2025.12.24 02:43:58.726232 [ 224 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:43:58.726253 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::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.12.24 02:43:58.726293 [ 224 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:43:58.726410 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:43:58.726447 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part 2025.12.24 02:43:58.726515 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part 2025.12.24 02:43:58.726563 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part 2025.12.24 02:43:58.726608 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part 2025.12.24 02:43:58.726648 [ 189 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part 2025.12.24 02:43:58.727406 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001196509 sec., 45131.29445745916 rows/sec., 3.77 MiB/sec. 2025.12.24 02:43:58.727619 [ 195 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.12.24 02:43:58.727973 [ 195 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_25_6} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:43:58.728057 [ 195 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_25_6} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.12.24 02:43:58.728159 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:43:58.728299 [ 224 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.12.24 02:44:01.359276 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:01.359467 [ 4 ] {838e3b37-4669-436d-bb62-a3e6aa9a830a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:01.359535 [ 4 ] {838e3b37-4669-436d-bb62-a3e6aa9a830a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:01.361076 [ 4 ] {838e3b37-4669-436d-bb62-a3e6aa9a830a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:01.361153 [ 4 ] {838e3b37-4669-436d-bb62-a3e6aa9a830a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:01.361634 [ 4 ] {838e3b37-4669-436d-bb62-a3e6aa9a830a} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.12.24 02:44:01.361898 [ 4 ] {838e3b37-4669-436d-bb62-a3e6aa9a830a} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:01.362066 [ 4 ] {838e3b37-4669-436d-bb62-a3e6aa9a830a} executeQuery: Read 1248 rows, 105.85 KiB in 0.002646 sec., 471655.328798186 rows/sec., 39.07 MiB/sec. 2025.12.24 02:44:01.362125 [ 4 ] {838e3b37-4669-436d-bb62-a3e6aa9a830a} TCPHandler: Processed in 0.002975267 sec. 2025.12.24 02:44:01.362255 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:01.362363 [ 4 ] {08355796-b324-494c-84d0-9b5103258859} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:01.362409 [ 4 ] {08355796-b324-494c-84d0-9b5103258859} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:01.362848 [ 4 ] {08355796-b324-494c-84d0-9b5103258859} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:01.362890 [ 4 ] {08355796-b324-494c-84d0-9b5103258859} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:01.363204 [ 4 ] {08355796-b324-494c-84d0-9b5103258859} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.12.24 02:44:01.363422 [ 4 ] {08355796-b324-494c-84d0-9b5103258859} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:01.363558 [ 4 ] {08355796-b324-494c-84d0-9b5103258859} executeQuery: Read 26 rows, 1.96 KiB in 0.001221 sec., 21294.02129402129 rows/sec., 1.56 MiB/sec. 2025.12.24 02:44:01.363599 [ 4 ] {08355796-b324-494c-84d0-9b5103258859} TCPHandler: Processed in 0.001397113 sec. 2025.12.24 02:44:01.363710 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:01.363809 [ 4 ] {cea30fff-2e0c-4d19-861c-2f9fce767325} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:44:01.363850 [ 4 ] {cea30fff-2e0c-4d19-861c-2f9fce767325} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:44:01.364342 [ 4 ] {cea30fff-2e0c-4d19-861c-2f9fce767325} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:01.364380 [ 4 ] {cea30fff-2e0c-4d19-861c-2f9fce767325} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:01.364709 [ 4 ] {cea30fff-2e0c-4d19-861c-2f9fce767325} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 02:44:01.364929 [ 4 ] {cea30fff-2e0c-4d19-861c-2f9fce767325} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:01.365062 [ 4 ] {cea30fff-2e0c-4d19-861c-2f9fce767325} executeQuery: Read 228 rows, 15.81 KiB in 0.001276 sec., 178683.3855799373 rows/sec., 12.10 MiB/sec. 2025.12.24 02:44:01.365102 [ 4 ] {cea30fff-2e0c-4d19-861c-2f9fce767325} TCPHandler: Processed in 0.001444173 sec. 2025.12.24 02:44:01.365222 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:01.365318 [ 4 ] {4c10829d-565c-434c-983b-5a34a2dc5dec} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:01.365360 [ 4 ] {4c10829d-565c-434c-983b-5a34a2dc5dec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:01.365997 [ 4 ] {4c10829d-565c-434c-983b-5a34a2dc5dec} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:01.366034 [ 4 ] {4c10829d-565c-434c-983b-5a34a2dc5dec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:01.366374 [ 4 ] {4c10829d-565c-434c-983b-5a34a2dc5dec} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.12.24 02:44:01.366622 [ 4 ] {4c10829d-565c-434c-983b-5a34a2dc5dec} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:01.366758 [ 4 ] {4c10829d-565c-434c-983b-5a34a2dc5dec} executeQuery: Read 546 rows, 41.49 KiB in 0.00146 sec., 373972.602739726 rows/sec., 27.75 MiB/sec. 2025.12.24 02:44:01.366797 [ 4 ] {4c10829d-565c-434c-983b-5a34a2dc5dec} TCPHandler: Processed in 0.001626416 sec. 2025.12.24 02:44:01.366911 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:01.367006 [ 4 ] {32f41fac-7c66-4e4b-a502-db9073650efd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:01.367051 [ 4 ] {32f41fac-7c66-4e4b-a502-db9073650efd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:01.367635 [ 4 ] {32f41fac-7c66-4e4b-a502-db9073650efd} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:01.367673 [ 4 ] {32f41fac-7c66-4e4b-a502-db9073650efd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:01.368066 [ 4 ] {32f41fac-7c66-4e4b-a502-db9073650efd} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.12.24 02:44:01.368282 [ 4 ] {32f41fac-7c66-4e4b-a502-db9073650efd} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:01.368408 [ 77 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_144_33 to all_149_149_0 2025.12.24 02:44:01.368416 [ 4 ] {32f41fac-7c66-4e4b-a502-db9073650efd} executeQuery: Read 844 rows, 58.17 KiB in 0.00143 sec., 590209.7902097902 rows/sec., 39.72 MiB/sec. 2025.12.24 02:44:01.368479 [ 77 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:01.368497 [ 4 ] {32f41fac-7c66-4e4b-a502-db9073650efd} TCPHandler: Processed in 0.001636666 sec. 2025.12.24 02:44:01.368505 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:01.368620 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:01.368620 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_144_33 to all_149_149_0 into Compact with storage Full 2025.12.24 02:44:01.368720 [ 4 ] {78667904-5a06-410c-b423-ee149e568786} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:01.368774 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:01.368779 [ 4 ] {78667904-5a06-410c-b423-ee149e568786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:01.368817 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} MergeTreeSequentialSource: Reading 7 marks from part all_1_144_33, total 40984 rows starting from the beginning of the part 2025.12.24 02:44:01.368890 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part 2025.12.24 02:44:01.368938 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 203 rows starting from the beginning of the part 2025.12.24 02:44:01.368984 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part 2025.12.24 02:44:01.369028 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 160 rows starting from the beginning of the part 2025.12.24 02:44:01.369067 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 844 rows starting from the beginning of the part 2025.12.24 02:44:01.369656 [ 4 ] {78667904-5a06-410c-b423-ee149e568786} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:01.369697 [ 4 ] {78667904-5a06-410c-b423-ee149e568786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:01.370247 [ 4 ] {78667904-5a06-410c-b423-ee149e568786} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.12.24 02:44:01.370489 [ 4 ] {78667904-5a06-410c-b423-ee149e568786} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:01.370638 [ 4 ] {78667904-5a06-410c-b423-ee149e568786} executeQuery: Read 26 rows, 47.71 KiB in 0.001937 sec., 13422.818791946309 rows/sec., 24.05 MiB/sec. 2025.12.24 02:44:01.370717 [ 4 ] {78667904-5a06-410c-b423-ee149e568786} TCPHandler: Processed in 0.002147664 sec. 2025.12.24 02:44:01.370845 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:01.370941 [ 4 ] {cd34a25e-ba5b-40ca-b706-b3e134a72d52} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:01.370983 [ 4 ] {cd34a25e-ba5b-40ca-b706-b3e134a72d52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:01.371327 [ 4 ] {cd34a25e-ba5b-40ca-b706-b3e134a72d52} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:01.371364 [ 4 ] {cd34a25e-ba5b-40ca-b706-b3e134a72d52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:01.371676 [ 4 ] {cd34a25e-ba5b-40ca-b706-b3e134a72d52} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.12.24 02:44:01.371927 [ 4 ] {cd34a25e-ba5b-40ca-b706-b3e134a72d52} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:01.372062 [ 4 ] {cd34a25e-ba5b-40ca-b706-b3e134a72d52} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2025.12.24 02:44:01.372099 [ 4 ] {cd34a25e-ba5b-40ca-b706-b3e134a72d52} TCPHandler: Processed in 0.001303141 sec. 2025.12.24 02:44:01.377267 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} MergeTask::MergeProjectionsStage: Merge sorted 42511 rows, containing 5 columns (5 merged, 0 gathered) in 0.008690768 sec., 4891512.464721185 rows/sec., 336.04 MiB/sec. 2025.12.24 02:44:01.377830 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} MergedBlockOutputStream: filled checksums all_1_149_34 (state Temporary) 2025.12.24 02:44:01.378167 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_149_34 to all_1_149_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:01.378253 [ 191 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_149_34} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_144_33, all_149_149_0] -> all_1_149_34 2025.12.24 02:44:01.378358 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.12.24 02:44:02.374178 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 48399 2025.12.24 02:44:02.374701 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:02.374742 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:02.375230 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 02:44:02.375466 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:02.375600 [ 76 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 02:44:02.375611 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48399 2025.12.24 02:44:02.375646 [ 76 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:02.375669 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:02.375807 [ 190 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 02:44:02.375978 [ 190 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:02.376024 [ 190 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 45967 rows starting from the beginning of the part 2025.12.24 02:44:02.376098 [ 190 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 512 rows starting from the beginning of the part 2025.12.24 02:44:02.376153 [ 190 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 448 rows starting from the beginning of the part 2025.12.24 02:44:02.376203 [ 190 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 512 rows starting from the beginning of the part 2025.12.24 02:44:02.376249 [ 190 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 448 rows starting from the beginning of the part 2025.12.24 02:44:02.376295 [ 190 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 512 rows starting from the beginning of the part 2025.12.24 02:44:02.379290 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 48399 rows, containing 4 columns (4 merged, 0 gathered) in 0.003546966 sec., 13645182.95354396 rows/sec., 195.20 MiB/sec. 2025.12.24 02:44:02.379782 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 02:44:02.380050 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:02.380116 [ 192 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_101_20} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 02:44:02.380214 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.12.24 02:44:05.041388 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2266 2025.12.24 02:44:05.043800 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:05.043861 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:05.045116 [ 242 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 02:44:05.045420 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:05.045828 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2266 2025.12.24 02:44:05.054678 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 2025.12.24 02:44:05.074054 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:05.074122 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:05.080547 [ 243 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 02:44:05.081289 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:05.081655 [ 74 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 02:44:05.081733 [ 74 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:05.081772 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:05.081898 [ 194 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 02:44:05.084948 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 761 2025.12.24 02:44:05.085689 [ 194 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:05.087270 [ 194 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 723 rows starting from the beginning of the part 2025.12.24 02:44:05.092390 [ 194 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part 2025.12.24 02:44:05.097516 [ 194 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part 2025.12.24 02:44:05.102452 [ 194 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part 2025.12.24 02:44:05.107826 [ 194 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part 2025.12.24 02:44:05.113022 [ 194 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part 2025.12.24 02:44:05.175947 [ 195 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.094094769 sec., 8087.590926547681 rows/sec., 41.82 MiB/sec. 2025.12.24 02:44:05.179511 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 02:44:05.181905 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:05.182023 [ 200 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_101_20} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 02:44:05.185322 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.12.24 02:44:06.000203 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 405.81 MiB, peak 423.24 MiB, free memory in arenas 0.00 B, will set to 404.75 MiB (RSS), difference: -1.06 MiB 2025.12.24 02:44:06.328860 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:06.329103 [ 4 ] {0eff119d-2758-4dcf-ba01-f02b593d0d4d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:06.329200 [ 4 ] {0eff119d-2758-4dcf-ba01-f02b593d0d4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:06.330082 [ 4 ] {0eff119d-2758-4dcf-ba01-f02b593d0d4d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:06.330128 [ 4 ] {0eff119d-2758-4dcf-ba01-f02b593d0d4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:06.330527 [ 4 ] {0eff119d-2758-4dcf-ba01-f02b593d0d4d} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.12.24 02:44:06.330765 [ 4 ] {0eff119d-2758-4dcf-ba01-f02b593d0d4d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:06.330920 [ 4 ] {0eff119d-2758-4dcf-ba01-f02b593d0d4d} executeQuery: Read 84 rows, 7.20 KiB in 0.001884 sec., 44585.987261146496 rows/sec., 3.73 MiB/sec. 2025.12.24 02:44:06.330969 [ 4 ] {0eff119d-2758-4dcf-ba01-f02b593d0d4d} TCPHandler: Processed in 0.002238665 sec. 2025.12.24 02:44:06.331091 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:06.331193 [ 4 ] {c1fe996e-1678-4e71-bc4d-74ef55420db7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:06.331237 [ 4 ] {c1fe996e-1678-4e71-bc4d-74ef55420db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:06.331650 [ 4 ] {c1fe996e-1678-4e71-bc4d-74ef55420db7} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:06.331687 [ 4 ] {c1fe996e-1678-4e71-bc4d-74ef55420db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:06.331996 [ 4 ] {c1fe996e-1678-4e71-bc4d-74ef55420db7} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.12.24 02:44:06.332204 [ 4 ] {c1fe996e-1678-4e71-bc4d-74ef55420db7} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:06.332336 [ 4 ] {c1fe996e-1678-4e71-bc4d-74ef55420db7} executeQuery: Read 14 rows, 1.05 KiB in 0.001168 sec., 11986.301369863013 rows/sec., 901.31 KiB/sec. 2025.12.24 02:44:06.332374 [ 4 ] {c1fe996e-1678-4e71-bc4d-74ef55420db7} TCPHandler: Processed in 0.001333891 sec. 2025.12.24 02:44:06.332473 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:06.332565 [ 4 ] {5e6dbe60-f5f5-4457-bc31-9f3038e851aa} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:06.332606 [ 4 ] {5e6dbe60-f5f5-4457-bc31-9f3038e851aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:06.333043 [ 4 ] {5e6dbe60-f5f5-4457-bc31-9f3038e851aa} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:06.333079 [ 4 ] {5e6dbe60-f5f5-4457-bc31-9f3038e851aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:06.333378 [ 4 ] {5e6dbe60-f5f5-4457-bc31-9f3038e851aa} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.12.24 02:44:06.333587 [ 4 ] {5e6dbe60-f5f5-4457-bc31-9f3038e851aa} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:06.333715 [ 4 ] {5e6dbe60-f5f5-4457-bc31-9f3038e851aa} executeQuery: Read 78 rows, 6.24 KiB in 0.001169 sec., 66723.69546621044 rows/sec., 5.21 MiB/sec. 2025.12.24 02:44:06.333753 [ 4 ] {5e6dbe60-f5f5-4457-bc31-9f3038e851aa} TCPHandler: Processed in 0.001327351 sec. 2025.12.24 02:44:06.333867 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:06.333959 [ 4 ] {8a88580b-c438-4878-98c8-0e918f77ad58} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:06.334007 [ 4 ] {8a88580b-c438-4878-98c8-0e918f77ad58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:06.334527 [ 4 ] {8a88580b-c438-4878-98c8-0e918f77ad58} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:06.334572 [ 4 ] {8a88580b-c438-4878-98c8-0e918f77ad58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:06.334929 [ 4 ] {8a88580b-c438-4878-98c8-0e918f77ad58} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.12.24 02:44:06.335148 [ 4 ] {8a88580b-c438-4878-98c8-0e918f77ad58} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:06.335286 [ 4 ] {8a88580b-c438-4878-98c8-0e918f77ad58} executeQuery: Read 160 rows, 11.41 KiB in 0.001345 sec., 118959.10780669145 rows/sec., 8.29 MiB/sec. 2025.12.24 02:44:06.335326 [ 4 ] {8a88580b-c438-4878-98c8-0e918f77ad58} TCPHandler: Processed in 0.001511954 sec. 2025.12.24 02:44:06.335446 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:06.335544 [ 4 ] {1062b863-9c34-4d41-aa56-097394a57d6d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:06.335599 [ 4 ] {1062b863-9c34-4d41-aa56-097394a57d6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:06.336424 [ 4 ] {1062b863-9c34-4d41-aa56-097394a57d6d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:06.336460 [ 4 ] {1062b863-9c34-4d41-aa56-097394a57d6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:06.336988 [ 4 ] {1062b863-9c34-4d41-aa56-097394a57d6d} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.12.24 02:44:06.337201 [ 4 ] {1062b863-9c34-4d41-aa56-097394a57d6d} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:06.337335 [ 4 ] {1062b863-9c34-4d41-aa56-097394a57d6d} executeQuery: Read 14 rows, 25.69 KiB in 0.00181 sec., 7734.806629834255 rows/sec., 13.86 MiB/sec. 2025.12.24 02:44:06.337390 [ 4 ] {1062b863-9c34-4d41-aa56-097394a57d6d} TCPHandler: Processed in 0.001991932 sec. 2025.12.24 02:44:06.337500 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:06.337592 [ 4 ] {b58595b0-a9b7-4c6e-ba91-ba9d92ab90a2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:06.337632 [ 4 ] {b58595b0-a9b7-4c6e-ba91-ba9d92ab90a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:06.337964 [ 4 ] {b58595b0-a9b7-4c6e-ba91-ba9d92ab90a2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:06.337998 [ 4 ] {b58595b0-a9b7-4c6e-ba91-ba9d92ab90a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:06.338286 [ 4 ] {b58595b0-a9b7-4c6e-ba91-ba9d92ab90a2} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.12.24 02:44:06.338482 [ 4 ] {b58595b0-a9b7-4c6e-ba91-ba9d92ab90a2} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:06.338614 [ 4 ] {b58595b0-a9b7-4c6e-ba91-ba9d92ab90a2} executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. 2025.12.24 02:44:06.338651 [ 4 ] {b58595b0-a9b7-4c6e-ba91-ba9d92ab90a2} TCPHandler: Processed in 0.001198859 sec. 2025.12.24 02:44:09.659670 [ 67 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:44:09.659735 [ 67 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:44:09.875838 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 48847 2025.12.24 02:44:09.876337 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:09.876383 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:09.876859 [ 244 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 02:44:09.877094 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:09.877243 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48847 2025.12.24 02:44:11.329811 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:11.330005 [ 4 ] {b562cabb-c86d-4a58-8b92-3bc083c0e7fe} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:11.330080 [ 4 ] {b562cabb-c86d-4a58-8b92-3bc083c0e7fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:11.330732 [ 4 ] {b562cabb-c86d-4a58-8b92-3bc083c0e7fe} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:11.330787 [ 4 ] {b562cabb-c86d-4a58-8b92-3bc083c0e7fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:11.331180 [ 4 ] {b562cabb-c86d-4a58-8b92-3bc083c0e7fe} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.12.24 02:44:11.331428 [ 4 ] {b562cabb-c86d-4a58-8b92-3bc083c0e7fe} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:11.331586 [ 4 ] {b562cabb-c86d-4a58-8b92-3bc083c0e7fe} executeQuery: Read 108 rows, 9.29 KiB in 0.001634 sec., 66095.4712362301 rows/sec., 5.55 MiB/sec. 2025.12.24 02:44:11.331582 [ 7 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.12.24 02:44:11.331639 [ 4 ] {b562cabb-c86d-4a58-8b92-3bc083c0e7fe} TCPHandler: Processed in 0.001970701 sec. 2025.12.24 02:44:11.331672 [ 7 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:11.331702 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:11.331772 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:11.331838 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.12.24 02:44:11.331880 [ 4 ] {97783a2e-5a95-4fef-bc23-3098da69ee05} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:11.331931 [ 4 ] {97783a2e-5a95-4fef-bc23-3098da69ee05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:11.331990 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:11.332038 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1407 rows starting from the beginning of the part 2025.12.24 02:44:11.332110 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 108 rows starting from the beginning of the part 2025.12.24 02:44:11.332157 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 84 rows starting from the beginning of the part 2025.12.24 02:44:11.332203 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1248 rows starting from the beginning of the part 2025.12.24 02:44:11.332244 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 84 rows starting from the beginning of the part 2025.12.24 02:44:11.332285 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 108 rows starting from the beginning of the part 2025.12.24 02:44:11.332365 [ 4 ] {97783a2e-5a95-4fef-bc23-3098da69ee05} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:11.332410 [ 4 ] {97783a2e-5a95-4fef-bc23-3098da69ee05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:11.332748 [ 4 ] {97783a2e-5a95-4fef-bc23-3098da69ee05} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.12.24 02:44:11.332976 [ 4 ] {97783a2e-5a95-4fef-bc23-3098da69ee05} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:11.333107 [ 7 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.12.24 02:44:11.333122 [ 4 ] {97783a2e-5a95-4fef-bc23-3098da69ee05} executeQuery: Read 26 rows, 1.96 KiB in 0.001267 sec., 20520.91554853986 rows/sec., 1.51 MiB/sec. 2025.12.24 02:44:11.333141 [ 7 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:11.333165 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:11.333172 [ 4 ] {97783a2e-5a95-4fef-bc23-3098da69ee05} TCPHandler: Processed in 0.001454173 sec. 2025.12.24 02:44:11.333255 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.12.24 02:44:11.333282 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:11.333378 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:11.333384 [ 4 ] {4126b1f4-67f6-4221-b5ed-d069e120826d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:11.333422 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 70 rows starting from the beginning of the part 2025.12.24 02:44:11.333442 [ 4 ] {4126b1f4-67f6-4221-b5ed-d069e120826d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:11.333499 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 26 rows starting from the beginning of the part 2025.12.24 02:44:11.333553 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 14 rows starting from the beginning of the part 2025.12.24 02:44:11.333595 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 26 rows starting from the beginning of the part 2025.12.24 02:44:11.333638 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 14 rows starting from the beginning of the part 2025.12.24 02:44:11.333678 [ 195 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 26 rows starting from the beginning of the part 2025.12.24 02:44:11.333741 [ 193 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 3039 rows, containing 5 columns (5 merged, 0 gathered) in 0.001969091 sec., 1543351.729300474 rows/sec., 134.71 MiB/sec. 2025.12.24 02:44:11.333891 [ 4 ] {4126b1f4-67f6-4221-b5ed-d069e120826d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:11.333934 [ 4 ] {4126b1f4-67f6-4221-b5ed-d069e120826d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:11.334007 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.12.24 02:44:11.334270 [ 4 ] {4126b1f4-67f6-4221-b5ed-d069e120826d} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.12.24 02:44:11.334305 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:11.334385 [ 188 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_151_30} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.12.24 02:44:11.334467 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.12.24 02:44:11.334500 [ 4 ] {4126b1f4-67f6-4221-b5ed-d069e120826d} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:11.334611 [ 7 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.12.24 02:44:11.334635 [ 4 ] {4126b1f4-67f6-4221-b5ed-d069e120826d} executeQuery: Read 90 rows, 7.20 KiB in 0.001271 sec., 70810.38552321008 rows/sec., 5.53 MiB/sec. 2025.12.24 02:44:11.334640 [ 7 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:11.334674 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:11.334682 [ 4 ] {4126b1f4-67f6-4221-b5ed-d069e120826d} TCPHandler: Processed in 0.001449003 sec. 2025.12.24 02:44:11.334694 [ 186 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.001478203 sec., 119063.4845146438 rows/sec., 9.17 MiB/sec. 2025.12.24 02:44:11.334737 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.12.24 02:44:11.334804 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:11.334830 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:11.334862 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 632 rows starting from the beginning of the part 2025.12.24 02:44:11.334872 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.12.24 02:44:11.334905 [ 4 ] {f8630ebe-e3d6-406e-9ee8-f0fcf72e4531} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:11.334913 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 90 rows starting from the beginning of the part 2025.12.24 02:44:11.334959 [ 4 ] {f8630ebe-e3d6-406e-9ee8-f0fcf72e4531} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:11.334971 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 78 rows starting from the beginning of the part 2025.12.24 02:44:11.335022 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 546 rows starting from the beginning of the part 2025.12.24 02:44:11.335065 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 78 rows starting from the beginning of the part 2025.12.24 02:44:11.335107 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 90 rows starting from the beginning of the part 2025.12.24 02:44:11.335158 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:11.335244 [ 193 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_146_29} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.12.24 02:44:11.335336 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 02:44:11.335384 [ 4 ] {f8630ebe-e3d6-406e-9ee8-f0fcf72e4531} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:11.335426 [ 4 ] {f8630ebe-e3d6-406e-9ee8-f0fcf72e4531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:11.335783 [ 4 ] {f8630ebe-e3d6-406e-9ee8-f0fcf72e4531} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.12.24 02:44:11.336015 [ 4 ] {f8630ebe-e3d6-406e-9ee8-f0fcf72e4531} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:11.336110 [ 193 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 1514 rows, containing 5 columns (5 merged, 0 gathered) in 0.001402902 sec., 1079191.5614918221 rows/sec., 85.65 MiB/sec. 2025.12.24 02:44:11.336153 [ 4 ] {f8630ebe-e3d6-406e-9ee8-f0fcf72e4531} executeQuery: Read 160 rows, 11.41 KiB in 0.001268 sec., 126182.96529968454 rows/sec., 8.79 MiB/sec. 2025.12.24 02:44:11.336197 [ 4 ] {f8630ebe-e3d6-406e-9ee8-f0fcf72e4531} TCPHandler: Processed in 0.001442123 sec. 2025.12.24 02:44:11.336265 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.12.24 02:44:11.336315 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:11.336417 [ 4 ] {eda381a5-dc18-418f-8eb6-412c7e5ef153} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:11.336476 [ 4 ] {eda381a5-dc18-418f-8eb6-412c7e5ef153} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:11.336546 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:11.336620 [ 195 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_151_30} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.12.24 02:44:11.336695 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 02:44:11.337354 [ 4 ] {eda381a5-dc18-418f-8eb6-412c7e5ef153} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:11.337397 [ 4 ] {eda381a5-dc18-418f-8eb6-412c7e5ef153} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:11.337974 [ 4 ] {eda381a5-dc18-418f-8eb6-412c7e5ef153} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.12.24 02:44:11.338210 [ 4 ] {eda381a5-dc18-418f-8eb6-412c7e5ef153} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:11.338350 [ 8 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.12.24 02:44:11.338359 [ 4 ] {eda381a5-dc18-418f-8eb6-412c7e5ef153} executeQuery: Read 26 rows, 47.71 KiB in 0.001961 sec., 13258.541560428352 rows/sec., 23.76 MiB/sec. 2025.12.24 02:44:11.338391 [ 8 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:11.338412 [ 8 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:11.338447 [ 4 ] {eda381a5-dc18-418f-8eb6-412c7e5ef153} TCPHandler: Processed in 0.002180154 sec. 2025.12.24 02:44:11.338486 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.12.24 02:44:11.338575 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:11.338670 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:11.338675 [ 4 ] {0c66bb9e-6327-4c75-80c1-7529724ba084} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:11.338727 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2749 rows starting from the beginning of the part 2025.12.24 02:44:11.338734 [ 4 ] {0c66bb9e-6327-4c75-80c1-7529724ba084} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:11.338854 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 26 rows starting from the beginning of the part 2025.12.24 02:44:11.338959 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 14 rows starting from the beginning of the part 2025.12.24 02:44:11.339055 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 26 rows starting from the beginning of the part 2025.12.24 02:44:11.339099 [ 4 ] {0c66bb9e-6327-4c75-80c1-7529724ba084} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:11.339140 [ 4 ] {0c66bb9e-6327-4c75-80c1-7529724ba084} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:11.339148 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 14 rows starting from the beginning of the part 2025.12.24 02:44:11.339250 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 26 rows starting from the beginning of the part 2025.12.24 02:44:11.339478 [ 4 ] {0c66bb9e-6327-4c75-80c1-7529724ba084} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.12.24 02:44:11.339747 [ 4 ] {0c66bb9e-6327-4c75-80c1-7529724ba084} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:11.339864 [ 8 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.12.24 02:44:11.339885 [ 4 ] {0c66bb9e-6327-4c75-80c1-7529724ba084} executeQuery: Read 60 rows, 4.14 KiB in 0.001229 sec., 48820.17900732302 rows/sec., 3.29 MiB/sec. 2025.12.24 02:44:11.339891 [ 8 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:11.339916 [ 8 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:11.339924 [ 4 ] {0c66bb9e-6327-4c75-80c1-7529724ba084} TCPHandler: Processed in 0.001398492 sec. 2025.12.24 02:44:11.339991 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.12.24 02:44:11.340089 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:11.340116 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8688 rows starting from the beginning of the part 2025.12.24 02:44:11.340163 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part 2025.12.24 02:44:11.340202 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part 2025.12.24 02:44:11.340238 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part 2025.12.24 02:44:11.340269 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part 2025.12.24 02:44:11.340306 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part 2025.12.24 02:44:11.342610 [ 186 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 8988 rows, containing 4 columns (4 merged, 0 gathered) in 0.002650943 sec., 3390491.6099667177 rows/sec., 228.50 MiB/sec. 2025.12.24 02:44:11.342847 [ 199 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.12.24 02:44:11.343159 [ 199 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:11.343240 [ 199 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_151_30} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.12.24 02:44:11.343324 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. 2025.12.24 02:44:11.347144 [ 186 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 2855 rows, containing 19 columns (19 merged, 0 gathered) in 0.008689348 sec., 328563.2017500047 rows/sec., 588.77 MiB/sec. 2025.12.24 02:44:11.349635 [ 201 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.12.24 02:44:11.349989 [ 201 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:11.350069 [ 201 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_146_29} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.12.24 02:44:11.350236 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.26 MiB. 2025.12.24 02:44:12.585101 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 2025.12.24 02:44:12.603489 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:12.603549 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:12.609930 [ 243 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 02:44:12.610688 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:12.614355 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 768 2025.12.24 02:44:13.381742 [ 217 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.12.24 02:44:13.381789 [ 217 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.12.24 02:44:13.384663 [ 217 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.12.24 02:44:15.046120 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2290 2025.12.24 02:44:15.048932 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:15.049007 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:15.050337 [ 242 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 02:44:15.050643 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:15.050831 [ 13 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 02:44:15.050896 [ 13 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:15.050916 [ 13 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:15.051013 [ 198 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 02:44:15.051109 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2290 2025.12.24 02:44:15.051504 [ 198 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:15.051652 [ 198 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2150 rows starting from the beginning of the part 2025.12.24 02:44:15.052002 [ 198 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 34 rows starting from the beginning of the part 2025.12.24 02:44:15.052325 [ 198 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 24 rows starting from the beginning of the part 2025.12.24 02:44:15.052640 [ 198 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 32 rows starting from the beginning of the part 2025.12.24 02:44:15.052982 [ 198 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 26 rows starting from the beginning of the part 2025.12.24 02:44:15.053314 [ 198 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 24 rows starting from the beginning of the part 2025.12.24 02:44:15.061092 [ 197 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2290 rows, containing 72 columns (72 merged, 0 gathered) in 0.010120941 sec., 226263.546047744 rows/sec., 169.90 MiB/sec. 2025.12.24 02:44:15.063353 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 02:44:15.064028 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:15.064125 [ 191 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_76_15} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 02:44:15.064430 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2025.12.24 02:44:16.084147 [ 222 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:16.084208 [ 222 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:16.085183 [ 223 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:44:16.085238 [ 223 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:44:16.088199 [ 222 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:16.088506 [ 223 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:44:16.327079 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:16.327131 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:16.329671 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:16.331018 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:16.331193 [ 4 ] {4cfbb14d-762c-4026-bd41-b910cb3098cd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:44:16.331264 [ 4 ] {4cfbb14d-762c-4026-bd41-b910cb3098cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:44:16.331910 [ 4 ] {4cfbb14d-762c-4026-bd41-b910cb3098cd} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:16.331961 [ 4 ] {4cfbb14d-762c-4026-bd41-b910cb3098cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:16.332358 [ 4 ] {4cfbb14d-762c-4026-bd41-b910cb3098cd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:44:16.332581 [ 4 ] {4cfbb14d-762c-4026-bd41-b910cb3098cd} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:16.332743 [ 4 ] {4cfbb14d-762c-4026-bd41-b910cb3098cd} executeQuery: Read 24 rows, 2.04 KiB in 0.001596 sec., 15037.593984962406 rows/sec., 1.25 MiB/sec. 2025.12.24 02:44:16.332797 [ 4 ] {4cfbb14d-762c-4026-bd41-b910cb3098cd} TCPHandler: Processed in 0.00190565 sec. 2025.12.24 02:44:16.332920 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:16.333023 [ 4 ] {35e818e2-8c03-4ccb-a339-2711e1cbff0c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:16.333070 [ 4 ] {35e818e2-8c03-4ccb-a339-2711e1cbff0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:16.333609 [ 4 ] {35e818e2-8c03-4ccb-a339-2711e1cbff0c} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:16.333660 [ 4 ] {35e818e2-8c03-4ccb-a339-2711e1cbff0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:16.334089 [ 4 ] {35e818e2-8c03-4ccb-a339-2711e1cbff0c} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.12.24 02:44:16.334308 [ 4 ] {35e818e2-8c03-4ccb-a339-2711e1cbff0c} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:16.334447 [ 4 ] {35e818e2-8c03-4ccb-a339-2711e1cbff0c} executeQuery: Read 204 rows, 18.66 KiB in 0.001448 sec., 140883.97790055248 rows/sec., 12.58 MiB/sec. 2025.12.24 02:44:16.334489 [ 4 ] {35e818e2-8c03-4ccb-a339-2711e1cbff0c} TCPHandler: Processed in 0.001622846 sec. 2025.12.24 02:44:16.334606 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:16.334701 [ 4 ] {ab05edf7-09f3-498b-b022-934a1d58499a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:16.334743 [ 4 ] {ab05edf7-09f3-498b-b022-934a1d58499a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:16.335165 [ 4 ] {ab05edf7-09f3-498b-b022-934a1d58499a} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:16.335205 [ 4 ] {ab05edf7-09f3-498b-b022-934a1d58499a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:16.335513 [ 4 ] {ab05edf7-09f3-498b-b022-934a1d58499a} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.12.24 02:44:16.335720 [ 4 ] {ab05edf7-09f3-498b-b022-934a1d58499a} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:16.335858 [ 4 ] {ab05edf7-09f3-498b-b022-934a1d58499a} executeQuery: Read 26 rows, 2.01 KiB in 0.001177 sec., 22090.05947323704 rows/sec., 1.67 MiB/sec. 2025.12.24 02:44:16.335898 [ 4 ] {ab05edf7-09f3-498b-b022-934a1d58499a} TCPHandler: Processed in 0.001343212 sec. 2025.12.24 02:44:16.336008 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:16.336103 [ 4 ] {aa6983c3-e7e3-4145-9bcf-9806896a13c0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:44:16.336144 [ 4 ] {aa6983c3-e7e3-4145-9bcf-9806896a13c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:44:16.336544 [ 4 ] {aa6983c3-e7e3-4145-9bcf-9806896a13c0} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:16.336582 [ 4 ] {aa6983c3-e7e3-4145-9bcf-9806896a13c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:16.336884 [ 4 ] {aa6983c3-e7e3-4145-9bcf-9806896a13c0} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 02:44:16.337095 [ 4 ] {aa6983c3-e7e3-4145-9bcf-9806896a13c0} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:16.337227 [ 4 ] {aa6983c3-e7e3-4145-9bcf-9806896a13c0} executeQuery: Read 24 rows, 2.04 KiB in 0.001143 sec., 20997.375328083992 rows/sec., 1.74 MiB/sec. 2025.12.24 02:44:16.337267 [ 4 ] {aa6983c3-e7e3-4145-9bcf-9806896a13c0} TCPHandler: Processed in 0.001309241 sec. 2025.12.24 02:44:16.337376 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:16.337470 [ 4 ] {48159dab-a9b7-469d-9bea-fd366b609347} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:44:16.337511 [ 4 ] {48159dab-a9b7-469d-9bea-fd366b609347} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:44:16.337906 [ 4 ] {48159dab-a9b7-469d-9bea-fd366b609347} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:16.337944 [ 4 ] {48159dab-a9b7-469d-9bea-fd366b609347} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:16.338251 [ 4 ] {48159dab-a9b7-469d-9bea-fd366b609347} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:44:16.338463 [ 4 ] {48159dab-a9b7-469d-9bea-fd366b609347} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:16.338590 [ 4 ] {48159dab-a9b7-469d-9bea-fd366b609347} executeQuery: Read 12 rows, 960.00 B in 0.001139 sec., 10535.557506584722 rows/sec., 823.09 KiB/sec. 2025.12.24 02:44:16.338632 [ 4 ] {48159dab-a9b7-469d-9bea-fd366b609347} TCPHandler: Processed in 0.00130562 sec. 2025.12.24 02:44:16.338743 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:16.338837 [ 4 ] {cb7b22c7-8d39-44e4-8e03-505eaf18aaa2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:16.338878 [ 4 ] {cb7b22c7-8d39-44e4-8e03-505eaf18aaa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:16.339314 [ 4 ] {cb7b22c7-8d39-44e4-8e03-505eaf18aaa2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:16.339351 [ 4 ] {cb7b22c7-8d39-44e4-8e03-505eaf18aaa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:16.339662 [ 4 ] {cb7b22c7-8d39-44e4-8e03-505eaf18aaa2} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.12.24 02:44:16.339870 [ 4 ] {cb7b22c7-8d39-44e4-8e03-505eaf18aaa2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:16.340004 [ 4 ] {cb7b22c7-8d39-44e4-8e03-505eaf18aaa2} executeQuery: Read 114 rows, 9.49 KiB in 0.001185 sec., 96202.53164556962 rows/sec., 7.82 MiB/sec. 2025.12.24 02:44:16.340044 [ 4 ] {cb7b22c7-8d39-44e4-8e03-505eaf18aaa2} TCPHandler: Processed in 0.001350862 sec. 2025.12.24 02:44:16.340085 [ 221 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:16.340122 [ 221 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:16.340157 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:16.340257 [ 4 ] {85fe17bd-1d2c-4b15-8b21-3b521f32458b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:16.340301 [ 4 ] {85fe17bd-1d2c-4b15-8b21-3b521f32458b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:16.340736 [ 4 ] {85fe17bd-1d2c-4b15-8b21-3b521f32458b} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:16.340774 [ 4 ] {85fe17bd-1d2c-4b15-8b21-3b521f32458b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:16.341148 [ 4 ] {85fe17bd-1d2c-4b15-8b21-3b521f32458b} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.12.24 02:44:16.341392 [ 4 ] {85fe17bd-1d2c-4b15-8b21-3b521f32458b} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:16.341535 [ 4 ] {85fe17bd-1d2c-4b15-8b21-3b521f32458b} executeQuery: Read 196 rows, 14.40 KiB in 0.001297 sec., 151117.96453353894 rows/sec., 10.84 MiB/sec. 2025.12.24 02:44:16.341574 [ 4 ] {85fe17bd-1d2c-4b15-8b21-3b521f32458b} TCPHandler: Processed in 0.001466603 sec. 2025.12.24 02:44:16.341690 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:16.341783 [ 4 ] {72ca0f7f-6917-4cc0-b246-643060d843e2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:16.341838 [ 4 ] {72ca0f7f-6917-4cc0-b246-643060d843e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:16.342437 [ 221 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:16.342628 [ 4 ] {72ca0f7f-6917-4cc0-b246-643060d843e2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:16.342670 [ 4 ] {72ca0f7f-6917-4cc0-b246-643060d843e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:16.343209 [ 4 ] {72ca0f7f-6917-4cc0-b246-643060d843e2} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.12.24 02:44:16.343446 [ 4 ] {72ca0f7f-6917-4cc0-b246-643060d843e2} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:16.343590 [ 4 ] {72ca0f7f-6917-4cc0-b246-643060d843e2} executeQuery: Read 14 rows, 25.69 KiB in 0.001825 sec., 7671.232876712329 rows/sec., 13.75 MiB/sec. 2025.12.24 02:44:16.343661 [ 4 ] {72ca0f7f-6917-4cc0-b246-643060d843e2} TCPHandler: Processed in 0.002020192 sec. 2025.12.24 02:44:16.343777 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:16.343875 [ 4 ] {9e4f30f5-6d03-4b20-abe3-991794e1bc58} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:16.343917 [ 4 ] {9e4f30f5-6d03-4b20-abe3-991794e1bc58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:16.344260 [ 4 ] {9e4f30f5-6d03-4b20-abe3-991794e1bc58} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:16.344297 [ 4 ] {9e4f30f5-6d03-4b20-abe3-991794e1bc58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:16.344600 [ 4 ] {9e4f30f5-6d03-4b20-abe3-991794e1bc58} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.12.24 02:44:16.344820 [ 4 ] {9e4f30f5-6d03-4b20-abe3-991794e1bc58} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:16.344955 [ 4 ] {9e4f30f5-6d03-4b20-abe3-991794e1bc58} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.12.24 02:44:16.344993 [ 4 ] {9e4f30f5-6d03-4b20-abe3-991794e1bc58} TCPHandler: Processed in 0.00126632 sec. 2025.12.24 02:44:17.377457 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 49359 2025.12.24 02:44:17.378007 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:17.378059 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:17.378558 [ 244 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 02:44:17.378803 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:17.378959 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49359 2025.12.24 02:44:17.408960 [ 225 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:44:17.409011 [ 225 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:44:17.410903 [ 225 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.12.24 02:44:17.763963 [ 224 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:17.764013 [ 224 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:17.766043 [ 224 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:19.000202 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 408.90 MiB, peak 424.59 MiB, free memory in arenas 0.00 B, will set to 404.89 MiB (RSS), difference: -4.00 MiB 2025.12.24 02:44:20.114506 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 2025.12.24 02:44:20.134503 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:20.134571 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:20.141084 [ 243 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 02:44:20.141893 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:20.146152 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 776 2025.12.24 02:44:21.331611 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:21.331776 [ 4 ] {af0a90b5-5e5e-46f8-a0f7-bc2d3edcab06} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:21.331842 [ 4 ] {af0a90b5-5e5e-46f8-a0f7-bc2d3edcab06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:21.332538 [ 4 ] {af0a90b5-5e5e-46f8-a0f7-bc2d3edcab06} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:21.332580 [ 4 ] {af0a90b5-5e5e-46f8-a0f7-bc2d3edcab06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:21.332976 [ 4 ] {af0a90b5-5e5e-46f8-a0f7-bc2d3edcab06} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.12.24 02:44:21.333191 [ 4 ] {af0a90b5-5e5e-46f8-a0f7-bc2d3edcab06} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:21.333337 [ 4 ] {af0a90b5-5e5e-46f8-a0f7-bc2d3edcab06} executeQuery: Read 130 rows, 11.37 KiB in 0.001635 sec., 79510.70336391438 rows/sec., 6.79 MiB/sec. 2025.12.24 02:44:21.333384 [ 4 ] {af0a90b5-5e5e-46f8-a0f7-bc2d3edcab06} TCPHandler: Processed in 0.00192698 sec. 2025.12.24 02:44:21.333506 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:21.333603 [ 4 ] {5d21d1e0-ac87-4fa8-ad90-06f5a32e82c5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:21.333644 [ 4 ] {5d21d1e0-ac87-4fa8-ad90-06f5a32e82c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:21.334169 [ 4 ] {5d21d1e0-ac87-4fa8-ad90-06f5a32e82c5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:21.334215 [ 4 ] {5d21d1e0-ac87-4fa8-ad90-06f5a32e82c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:21.334578 [ 4 ] {5d21d1e0-ac87-4fa8-ad90-06f5a32e82c5} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.12.24 02:44:21.334798 [ 4 ] {5d21d1e0-ac87-4fa8-ad90-06f5a32e82c5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:21.334965 [ 4 ] {5d21d1e0-ac87-4fa8-ad90-06f5a32e82c5} executeQuery: Read 37 rows, 2.78 KiB in 0.001335 sec., 27715.355805243446 rows/sec., 2.04 MiB/sec. 2025.12.24 02:44:21.335018 [ 4 ] {5d21d1e0-ac87-4fa8-ad90-06f5a32e82c5} TCPHandler: Processed in 0.001521585 sec. 2025.12.24 02:44:21.335140 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:21.335237 [ 4 ] {007b7320-1c87-499b-ae04-47d445027f02} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:21.335280 [ 4 ] {007b7320-1c87-499b-ae04-47d445027f02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:21.335813 [ 4 ] {007b7320-1c87-499b-ae04-47d445027f02} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:21.335850 [ 4 ] {007b7320-1c87-499b-ae04-47d445027f02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:21.336220 [ 4 ] {007b7320-1c87-499b-ae04-47d445027f02} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.12.24 02:44:21.336432 [ 4 ] {007b7320-1c87-499b-ae04-47d445027f02} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:21.336565 [ 4 ] {007b7320-1c87-499b-ae04-47d445027f02} executeQuery: Read 107 rows, 8.59 KiB in 0.001349 sec., 79318.0133432172 rows/sec., 6.22 MiB/sec. 2025.12.24 02:44:21.336604 [ 4 ] {007b7320-1c87-499b-ae04-47d445027f02} TCPHandler: Processed in 0.001516944 sec. 2025.12.24 02:44:21.336725 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:21.336820 [ 4 ] {84f2837b-5582-4f79-a645-1784f9614c3c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:21.336863 [ 4 ] {84f2837b-5582-4f79-a645-1784f9614c3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:21.337297 [ 4 ] {84f2837b-5582-4f79-a645-1784f9614c3c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:21.337331 [ 4 ] {84f2837b-5582-4f79-a645-1784f9614c3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:21.337667 [ 4 ] {84f2837b-5582-4f79-a645-1784f9614c3c} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.12.24 02:44:21.337883 [ 4 ] {84f2837b-5582-4f79-a645-1784f9614c3c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:21.338013 [ 4 ] {84f2837b-5582-4f79-a645-1784f9614c3c} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2025.12.24 02:44:21.338052 [ 4 ] {84f2837b-5582-4f79-a645-1784f9614c3c} TCPHandler: Processed in 0.001376742 sec. 2025.12.24 02:44:21.338165 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:21.338258 [ 4 ] {bf7d3b65-0b72-46a5-a5a2-cd300395f803} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:21.338313 [ 4 ] {bf7d3b65-0b72-46a5-a5a2-cd300395f803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:21.339219 [ 4 ] {bf7d3b65-0b72-46a5-a5a2-cd300395f803} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:21.339254 [ 4 ] {bf7d3b65-0b72-46a5-a5a2-cd300395f803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:21.339805 [ 4 ] {bf7d3b65-0b72-46a5-a5a2-cd300395f803} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.12.24 02:44:21.340030 [ 4 ] {bf7d3b65-0b72-46a5-a5a2-cd300395f803} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:21.340177 [ 4 ] {bf7d3b65-0b72-46a5-a5a2-cd300395f803} executeQuery: Read 37 rows, 67.89 KiB in 0.001937 sec., 19101.703665462057 rows/sec., 34.23 MiB/sec. 2025.12.24 02:44:21.340250 [ 4 ] {bf7d3b65-0b72-46a5-a5a2-cd300395f803} TCPHandler: Processed in 0.002133894 sec. 2025.12.24 02:44:21.340377 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:21.340474 [ 4 ] {7c1d4529-c7ad-4323-bafe-477815702a36} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 02:44:21.340517 [ 4 ] {7c1d4529-c7ad-4323-bafe-477815702a36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 02:44:21.340951 [ 4 ] {7c1d4529-c7ad-4323-bafe-477815702a36} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:21.340985 [ 4 ] {7c1d4529-c7ad-4323-bafe-477815702a36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:21.341275 [ 4 ] {7c1d4529-c7ad-4323-bafe-477815702a36} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 02:44:21.341501 [ 4 ] {7c1d4529-c7ad-4323-bafe-477815702a36} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:21.341625 [ 4 ] {7c1d4529-c7ad-4323-bafe-477815702a36} executeQuery: Read 9 rows, 709.00 B in 0.00117 sec., 7692.307692307692 rows/sec., 591.78 KiB/sec. 2025.12.24 02:44:21.341661 [ 4 ] {7c1d4529-c7ad-4323-bafe-477815702a36} TCPHandler: Processed in 0.001333062 sec. 2025.12.24 02:44:21.341768 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:21.341861 [ 4 ] {362322f5-56da-4c68-ad2d-9c980ba6131b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:21.341905 [ 4 ] {362322f5-56da-4c68-ad2d-9c980ba6131b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:21.342333 [ 4 ] {362322f5-56da-4c68-ad2d-9c980ba6131b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:21.342368 [ 4 ] {362322f5-56da-4c68-ad2d-9c980ba6131b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:21.342665 [ 4 ] {362322f5-56da-4c68-ad2d-9c980ba6131b} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.12.24 02:44:21.342879 [ 4 ] {362322f5-56da-4c68-ad2d-9c980ba6131b} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:21.343007 [ 4 ] {362322f5-56da-4c68-ad2d-9c980ba6131b} executeQuery: Read 60 rows, 4.14 KiB in 0.001165 sec., 51502.14592274678 rows/sec., 3.47 MiB/sec. 2025.12.24 02:44:21.343044 [ 4 ] {362322f5-56da-4c68-ad2d-9c980ba6131b} TCPHandler: Processed in 0.001324901 sec. 2025.12.24 02:44:24.659991 [ 66 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:44:24.660092 [ 66 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:44:24.879264 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 49807 2025.12.24 02:44:24.880048 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:24.880121 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:24.880978 [ 244 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 02:44:24.881363 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:24.881578 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49807 2025.12.24 02:44:25.051378 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2322 2025.12.24 02:44:25.053846 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:25.053896 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:25.055111 [ 242 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 02:44:25.055389 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:25.055655 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2322 2025.12.24 02:44:26.328873 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:26.329053 [ 4 ] {e5599675-76d2-42f8-925f-03a688f04b08} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:26.329119 [ 4 ] {e5599675-76d2-42f8-925f-03a688f04b08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:26.329786 [ 4 ] {e5599675-76d2-42f8-925f-03a688f04b08} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:26.329836 [ 4 ] {e5599675-76d2-42f8-925f-03a688f04b08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:26.330226 [ 4 ] {e5599675-76d2-42f8-925f-03a688f04b08} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.12.24 02:44:26.330450 [ 4 ] {e5599675-76d2-42f8-925f-03a688f04b08} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:26.330610 [ 4 ] {e5599675-76d2-42f8-925f-03a688f04b08} executeQuery: Read 84 rows, 7.20 KiB in 0.001604 sec., 52369.07730673317 rows/sec., 4.38 MiB/sec. 2025.12.24 02:44:26.330667 [ 4 ] {e5599675-76d2-42f8-925f-03a688f04b08} TCPHandler: Processed in 0.00192083 sec. 2025.12.24 02:44:26.330801 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:26.330906 [ 4 ] {8d4e68bc-acc7-4f2f-99b4-103aa4d8b49f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:26.330952 [ 4 ] {8d4e68bc-acc7-4f2f-99b4-103aa4d8b49f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:26.331381 [ 4 ] {8d4e68bc-acc7-4f2f-99b4-103aa4d8b49f} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:26.331421 [ 4 ] {8d4e68bc-acc7-4f2f-99b4-103aa4d8b49f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:26.331722 [ 4 ] {8d4e68bc-acc7-4f2f-99b4-103aa4d8b49f} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.12.24 02:44:26.331926 [ 4 ] {8d4e68bc-acc7-4f2f-99b4-103aa4d8b49f} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:26.332064 [ 4 ] {8d4e68bc-acc7-4f2f-99b4-103aa4d8b49f} executeQuery: Read 14 rows, 1.05 KiB in 0.001181 sec., 11854.360711261643 rows/sec., 891.39 KiB/sec. 2025.12.24 02:44:26.332105 [ 4 ] {8d4e68bc-acc7-4f2f-99b4-103aa4d8b49f} TCPHandler: Processed in 0.001358391 sec. 2025.12.24 02:44:26.332213 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:26.332312 [ 4 ] {c5217ebc-f604-4caf-85f5-e3d517c1f8dc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:26.332355 [ 4 ] {c5217ebc-f604-4caf-85f5-e3d517c1f8dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:26.332789 [ 4 ] {c5217ebc-f604-4caf-85f5-e3d517c1f8dc} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:26.332828 [ 4 ] {c5217ebc-f604-4caf-85f5-e3d517c1f8dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:26.333133 [ 4 ] {c5217ebc-f604-4caf-85f5-e3d517c1f8dc} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.12.24 02:44:26.333338 [ 4 ] {c5217ebc-f604-4caf-85f5-e3d517c1f8dc} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:26.333471 [ 4 ] {c5217ebc-f604-4caf-85f5-e3d517c1f8dc} executeQuery: Read 78 rows, 6.24 KiB in 0.00118 sec., 66101.69491525424 rows/sec., 5.16 MiB/sec. 2025.12.24 02:44:26.333510 [ 4 ] {c5217ebc-f604-4caf-85f5-e3d517c1f8dc} TCPHandler: Processed in 0.001347352 sec. 2025.12.24 02:44:26.333623 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:26.333721 [ 4 ] {3223fa2e-580f-43b3-942a-b23d1ac04e1c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:26.333768 [ 4 ] {3223fa2e-580f-43b3-942a-b23d1ac04e1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:26.334182 [ 4 ] {3223fa2e-580f-43b3-942a-b23d1ac04e1c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:26.334220 [ 4 ] {3223fa2e-580f-43b3-942a-b23d1ac04e1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:26.334558 [ 4 ] {3223fa2e-580f-43b3-942a-b23d1ac04e1c} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.12.24 02:44:26.334764 [ 4 ] {3223fa2e-580f-43b3-942a-b23d1ac04e1c} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:26.334889 [ 61 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 2 parts from all_1_149_34 to all_150_150_0 2025.12.24 02:44:26.334896 [ 4 ] {3223fa2e-580f-43b3-942a-b23d1ac04e1c} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2025.12.24 02:44:26.334962 [ 61 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:26.334989 [ 4 ] {3223fa2e-580f-43b3-942a-b23d1ac04e1c} TCPHandler: Processed in 0.001416252 sec. 2025.12.24 02:44:26.334990 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. 2025.12.24 02:44:26.335108 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:26.335115 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_150_35} MergeTask::PrepareStage: Merging 2 parts: from all_1_149_34 to all_150_150_0 into Compact with storage Full 2025.12.24 02:44:26.335210 [ 4 ] {b13bf4cd-adfe-4fbd-8595-24a396e76459} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:26.335260 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_150_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:26.335272 [ 4 ] {b13bf4cd-adfe-4fbd-8595-24a396e76459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:26.335309 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_150_35} MergeTreeSequentialSource: Reading 7 marks from part all_1_149_34, total 42511 rows starting from the beginning of the part 2025.12.24 02:44:26.335385 [ 186 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_150_35} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part 2025.12.24 02:44:26.336079 [ 4 ] {b13bf4cd-adfe-4fbd-8595-24a396e76459} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:26.336121 [ 4 ] {b13bf4cd-adfe-4fbd-8595-24a396e76459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:26.336649 [ 4 ] {b13bf4cd-adfe-4fbd-8595-24a396e76459} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.12.24 02:44:26.336871 [ 4 ] {b13bf4cd-adfe-4fbd-8595-24a396e76459} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:26.337015 [ 4 ] {b13bf4cd-adfe-4fbd-8595-24a396e76459} executeQuery: Read 14 rows, 25.69 KiB in 0.001825 sec., 7671.232876712329 rows/sec., 13.75 MiB/sec. 2025.12.24 02:44:26.337087 [ 4 ] {b13bf4cd-adfe-4fbd-8595-24a396e76459} TCPHandler: Processed in 0.002029503 sec. 2025.12.24 02:44:26.337204 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:26.337301 [ 4 ] {1a5f6d27-1c71-4127-9bc0-fc31bcd7aa52} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:26.337345 [ 4 ] {1a5f6d27-1c71-4127-9bc0-fc31bcd7aa52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:26.337683 [ 4 ] {1a5f6d27-1c71-4127-9bc0-fc31bcd7aa52} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:26.337719 [ 4 ] {1a5f6d27-1c71-4127-9bc0-fc31bcd7aa52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:26.338032 [ 4 ] {1a5f6d27-1c71-4127-9bc0-fc31bcd7aa52} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.12.24 02:44:26.338235 [ 4 ] {1a5f6d27-1c71-4127-9bc0-fc31bcd7aa52} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:26.338365 [ 4 ] {1a5f6d27-1c71-4127-9bc0-fc31bcd7aa52} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.12.24 02:44:26.338402 [ 4 ] {1a5f6d27-1c71-4127-9bc0-fc31bcd7aa52} TCPHandler: Processed in 0.001248019 sec. 2025.12.24 02:44:26.342828 [ 189 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_150_35} MergeTask::MergeProjectionsStage: Merge sorted 42671 rows, containing 5 columns (5 merged, 0 gathered) in 0.007758513 sec., 5499894.116308113 rows/sec., 377.86 MiB/sec. 2025.12.24 02:44:26.343197 [ 190 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_150_35} MergedBlockOutputStream: filled checksums all_1_150_35 (state Temporary) 2025.12.24 02:44:26.343503 [ 190 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_150_35} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_150_35 to all_1_150_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:26.343582 [ 190 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_150_35} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 2 parts: [all_1_149_34, all_150_150_0] -> all_1_150_35 2025.12.24 02:44:26.343668 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.12.24 02:44:27.646304 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 783 2025.12.24 02:44:27.665307 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:27.665374 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:27.671849 [ 243 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 02:44:27.672648 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:27.676733 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 783 2025.12.24 02:44:31.361577 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.361755 [ 4 ] {531051d1-dd6b-4621-87b4-697325fe88c9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:44:31.361823 [ 4 ] {531051d1-dd6b-4621-87b4-697325fe88c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:44:31.362469 [ 4 ] {531051d1-dd6b-4621-87b4-697325fe88c9} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:31.362517 [ 4 ] {531051d1-dd6b-4621-87b4-697325fe88c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:31.362899 [ 4 ] {531051d1-dd6b-4621-87b4-697325fe88c9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 02:44:31.363133 [ 4 ] {531051d1-dd6b-4621-87b4-697325fe88c9} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:31.363295 [ 4 ] {531051d1-dd6b-4621-87b4-697325fe88c9} executeQuery: Read 4 rows, 334.00 B in 0.001586 sec., 2522.068095838588 rows/sec., 205.66 KiB/sec. 2025.12.24 02:44:31.363346 [ 4 ] {531051d1-dd6b-4621-87b4-697325fe88c9} TCPHandler: Processed in 0.001895101 sec. 2025.12.24 02:44:31.363481 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.363585 [ 4 ] {35be29db-43ab-4c56-a56c-324576a5025e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:31.363630 [ 4 ] {35be29db-43ab-4c56-a56c-324576a5025e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:31.364973 [ 4 ] {35be29db-43ab-4c56-a56c-324576a5025e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:31.365010 [ 4 ] {35be29db-43ab-4c56-a56c-324576a5025e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:31.365434 [ 4 ] {35be29db-43ab-4c56-a56c-324576a5025e} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.12.24 02:44:31.365671 [ 4 ] {35be29db-43ab-4c56-a56c-324576a5025e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:31.365824 [ 4 ] {35be29db-43ab-4c56-a56c-324576a5025e} executeQuery: Read 1278 rows, 108.64 KiB in 0.002262 sec., 564986.7374005305 rows/sec., 46.90 MiB/sec. 2025.12.24 02:44:31.365876 [ 4 ] {35be29db-43ab-4c56-a56c-324576a5025e} TCPHandler: Processed in 0.002445789 sec. 2025.12.24 02:44:31.365994 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.366096 [ 4 ] {b8b8f31b-12b9-4668-b037-c6fe7de5f6e7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:31.366141 [ 4 ] {b8b8f31b-12b9-4668-b037-c6fe7de5f6e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:31.366596 [ 4 ] {b8b8f31b-12b9-4668-b037-c6fe7de5f6e7} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:31.366632 [ 4 ] {b8b8f31b-12b9-4668-b037-c6fe7de5f6e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:31.366977 [ 4 ] {b8b8f31b-12b9-4668-b037-c6fe7de5f6e7} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.12.24 02:44:31.367204 [ 4 ] {b8b8f31b-12b9-4668-b037-c6fe7de5f6e7} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:31.367342 [ 4 ] {b8b8f31b-12b9-4668-b037-c6fe7de5f6e7} executeQuery: Read 44 rows, 3.29 KiB in 0.001267 sec., 34727.703235990535 rows/sec., 2.53 MiB/sec. 2025.12.24 02:44:31.367383 [ 4 ] {b8b8f31b-12b9-4668-b037-c6fe7de5f6e7} TCPHandler: Processed in 0.001441663 sec. 2025.12.24 02:44:31.367498 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.367596 [ 4 ] {f4d80985-fb58-493a-a9e3-b75945d42d85} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:44:31.367637 [ 4 ] {f4d80985-fb58-493a-a9e3-b75945d42d85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:44:31.368140 [ 4 ] {f4d80985-fb58-493a-a9e3-b75945d42d85} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:31.368177 [ 4 ] {f4d80985-fb58-493a-a9e3-b75945d42d85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:31.368497 [ 4 ] {f4d80985-fb58-493a-a9e3-b75945d42d85} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 02:44:31.368713 [ 4 ] {f4d80985-fb58-493a-a9e3-b75945d42d85} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:31.368844 [ 4 ] {f4d80985-fb58-493a-a9e3-b75945d42d85} executeQuery: Read 228 rows, 15.81 KiB in 0.001268 sec., 179810.72555205046 rows/sec., 12.18 MiB/sec. 2025.12.24 02:44:31.368883 [ 4 ] {f4d80985-fb58-493a-a9e3-b75945d42d85} TCPHandler: Processed in 0.001434783 sec. 2025.12.24 02:44:31.368986 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.369081 [ 4 ] {c33c1175-7644-4563-87b6-c7621fa7db1a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:31.369121 [ 4 ] {c33c1175-7644-4563-87b6-c7621fa7db1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:31.369736 [ 4 ] {c33c1175-7644-4563-87b6-c7621fa7db1a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:31.369771 [ 4 ] {c33c1175-7644-4563-87b6-c7621fa7db1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:31.370108 [ 4 ] {c33c1175-7644-4563-87b6-c7621fa7db1a} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.12.24 02:44:31.370321 [ 4 ] {c33c1175-7644-4563-87b6-c7621fa7db1a} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:31.370450 [ 4 ] {c33c1175-7644-4563-87b6-c7621fa7db1a} executeQuery: Read 570 rows, 43.39 KiB in 0.001389 sec., 410367.17062634986 rows/sec., 30.50 MiB/sec. 2025.12.24 02:44:31.370490 [ 4 ] {c33c1175-7644-4563-87b6-c7621fa7db1a} TCPHandler: Processed in 0.001553244 sec. 2025.12.24 02:44:31.370605 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.370700 [ 4 ] {4fc32234-4dd6-4b84-bf9e-6563e948ba01} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:31.370746 [ 4 ] {4fc32234-4dd6-4b84-bf9e-6563e948ba01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:31.371355 [ 4 ] {4fc32234-4dd6-4b84-bf9e-6563e948ba01} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:31.371391 [ 4 ] {4fc32234-4dd6-4b84-bf9e-6563e948ba01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:31.371784 [ 4 ] {4fc32234-4dd6-4b84-bf9e-6563e948ba01} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.12.24 02:44:31.372046 [ 4 ] {4fc32234-4dd6-4b84-bf9e-6563e948ba01} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:31.372177 [ 60 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_150_35 to all_155_155_0 2025.12.24 02:44:31.372199 [ 4 ] {4fc32234-4dd6-4b84-bf9e-6563e948ba01} executeQuery: Read 846 rows, 58.31 KiB in 0.001517 sec., 557679.6308503626 rows/sec., 37.54 MiB/sec. 2025.12.24 02:44:31.372233 [ 60 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:31.372255 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:31.372263 [ 4 ] {4fc32234-4dd6-4b84-bf9e-6563e948ba01} TCPHandler: Processed in 0.001706388 sec. 2025.12.24 02:44:31.372336 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} MergeTask::PrepareStage: Merging 6 parts: from all_1_150_35 to all_155_155_0 into Compact with storage Full 2025.12.24 02:44:31.372394 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.372430 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:31.372461 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} MergeTreeSequentialSource: Reading 7 marks from part all_1_150_35, total 42671 rows starting from the beginning of the part 2025.12.24 02:44:31.372495 [ 4 ] {be3d580d-77da-4d53-a535-c8f511dd0d67} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:31.372517 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part 2025.12.24 02:44:31.372558 [ 4 ] {be3d580d-77da-4d53-a535-c8f511dd0d67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:31.372563 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 196 rows starting from the beginning of the part 2025.12.24 02:44:31.372612 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part 2025.12.24 02:44:31.372650 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 160 rows starting from the beginning of the part 2025.12.24 02:44:31.372689 [ 192 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 846 rows starting from the beginning of the part 2025.12.24 02:44:31.373756 [ 4 ] {be3d580d-77da-4d53-a535-c8f511dd0d67} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:31.373800 [ 4 ] {be3d580d-77da-4d53-a535-c8f511dd0d67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:31.374392 [ 4 ] {be3d580d-77da-4d53-a535-c8f511dd0d67} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.12.24 02:44:31.374664 [ 4 ] {be3d580d-77da-4d53-a535-c8f511dd0d67} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:31.374854 [ 4 ] {be3d580d-77da-4d53-a535-c8f511dd0d67} executeQuery: Read 40 rows, 73.40 KiB in 0.002379 sec., 16813.787305590584 rows/sec., 30.13 MiB/sec. 2025.12.24 02:44:31.374962 [ 4 ] {be3d580d-77da-4d53-a535-c8f511dd0d67} TCPHandler: Processed in 0.002623382 sec. 2025.12.24 02:44:31.375122 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.375240 [ 4 ] {b32b0854-6825-4d2d-92ab-af7237b0cabf} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 02:44:31.375295 [ 4 ] {b32b0854-6825-4d2d-92ab-af7237b0cabf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 02:44:31.375736 [ 4 ] {b32b0854-6825-4d2d-92ab-af7237b0cabf} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:31.375778 [ 4 ] {b32b0854-6825-4d2d-92ab-af7237b0cabf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:31.376169 [ 4 ] {b32b0854-6825-4d2d-92ab-af7237b0cabf} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 02:44:31.376471 [ 4 ] {b32b0854-6825-4d2d-92ab-af7237b0cabf} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:31.376637 [ 4 ] {b32b0854-6825-4d2d-92ab-af7237b0cabf} executeQuery: Read 6 rows, 405.00 B in 0.001421 sec., 4222.37860661506 rows/sec., 278.33 KiB/sec. 2025.12.24 02:44:31.376684 [ 4 ] {b32b0854-6825-4d2d-92ab-af7237b0cabf} TCPHandler: Processed in 0.001623906 sec. 2025.12.24 02:44:31.376827 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.376937 [ 4 ] {5b00cc96-331e-4845-ae05-8fe01f74c4f9} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:31.376989 [ 4 ] {5b00cc96-331e-4845-ae05-8fe01f74c4f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:31.377440 [ 4 ] {5b00cc96-331e-4845-ae05-8fe01f74c4f9} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:31.377483 [ 4 ] {5b00cc96-331e-4845-ae05-8fe01f74c4f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:31.377883 [ 4 ] {5b00cc96-331e-4845-ae05-8fe01f74c4f9} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.12.24 02:44:31.378153 [ 4 ] {5b00cc96-331e-4845-ae05-8fe01f74c4f9} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:31.378318 [ 4 ] {5b00cc96-331e-4845-ae05-8fe01f74c4f9} executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. 2025.12.24 02:44:31.378366 [ 4 ] {5b00cc96-331e-4845-ae05-8fe01f74c4f9} TCPHandler: Processed in 0.001599956 sec. 2025.12.24 02:44:31.382314 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} MergeTask::MergeProjectionsStage: Merge sorted 44193 rows, containing 5 columns (5 merged, 0 gathered) in 0.010011439 sec., 4414250.538808657 rows/sec., 303.26 MiB/sec. 2025.12.24 02:44:31.382753 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} MergedBlockOutputStream: filled checksums all_1_155_36 (state Temporary) 2025.12.24 02:44:31.383130 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_155_36 to all_1_155_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:31.383230 [ 200 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_155_36} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_150_35, all_155_155_0] -> all_1_155_36 2025.12.24 02:44:31.383339 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2025.12.24 02:44:31.532116 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33247 2025.12.24 02:44:31.532228 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.532263 [ 354 ] {} TCP-Session: 552fc88b-7507-4ca4-b67b-97781e7e7bf5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33247 2025.12.24 02:44:31.532293 [ 354 ] {} TCP-Session: 552fc88b-7507-4ca4-b67b-97781e7e7bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.532307 [ 354 ] {} TCP-Session: 552fc88b-7507-4ca4-b67b-97781e7e7bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.532504 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41630 2025.12.24 02:44:31.532532 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41163 2025.12.24 02:44:31.532552 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40353 2025.12.24 02:44:31.532596 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63119 2025.12.24 02:44:31.532585 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45525 2025.12.24 02:44:31.532648 [ 354 ] {} TCP-Session: 552fc88b-7507-4ca4-b67b-97781e7e7bf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.532686 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.532686 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.532657 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.532723 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.532732 [ 290 ] {} TCP-Session: c786ffc6-f05c-4bbf-8d67-ecb9b25d49a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:63119 2025.12.24 02:44:31.532756 [ 356 ] {} TCP-Session: 121a2a3d-86f1-45f0-94e9-fd2fbfd74d24 Authenticating user 'default' from [fd00:1122:3344:101::e]:41163 2025.12.24 02:44:31.532765 [ 353 ] {} TCP-Session: dacd1423-e44f-43ff-a084-ab183510c40d Authenticating user 'default' from [fd00:1122:3344:101::e]:45525 2025.12.24 02:44:31.532781 [ 290 ] {} TCP-Session: c786ffc6-f05c-4bbf-8d67-ecb9b25d49a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.532791 [ 356 ] {} TCP-Session: 121a2a3d-86f1-45f0-94e9-fd2fbfd74d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.532800 [ 353 ] {} TCP-Session: dacd1423-e44f-43ff-a084-ab183510c40d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.532819 [ 356 ] {} TCP-Session: 121a2a3d-86f1-45f0-94e9-fd2fbfd74d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.532808 [ 290 ] {} TCP-Session: c786ffc6-f05c-4bbf-8d67-ecb9b25d49a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.532830 [ 353 ] {} TCP-Session: dacd1423-e44f-43ff-a084-ab183510c40d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.532846 [ 354 ] {0f09c4b2-fba1-4433-b548-e0793f8f14b0} executeQuery: (from [fd00:1122:3344:101::e]:33247) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:44:31.532721 [ 357 ] {} TCP-Session: de9603b7-3eeb-49d7-accd-7bbd81e276d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:40353 2025.12.24 02:44:31.532633 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.532912 [ 357 ] {} TCP-Session: de9603b7-3eeb-49d7-accd-7bbd81e276d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.532574 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52540 2025.12.24 02:44:31.532945 [ 355 ] {} TCP-Session: 92c8677f-332f-4c02-adfb-743a72c2f6b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:41630 2025.12.24 02:44:31.532944 [ 357 ] {} TCP-Session: de9603b7-3eeb-49d7-accd-7bbd81e276d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.532988 [ 355 ] {} TCP-Session: 92c8677f-332f-4c02-adfb-743a72c2f6b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.532557 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52878 2025.12.24 02:44:31.533012 [ 355 ] {} TCP-Session: 92c8677f-332f-4c02-adfb-743a72c2f6b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.533024 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.532550 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44032 2025.12.24 02:44:31.533062 [ 352 ] {} TCP-Session: 703d1b45-29c7-4942-9d18-16559cc25eb1 Authenticating user 'default' from [fd00:1122:3344:101::e]:52540 2025.12.24 02:44:31.533076 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.533104 [ 352 ] {} TCP-Session: 703d1b45-29c7-4942-9d18-16559cc25eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.533111 [ 359 ] {} TCP-Session: 0604442d-2c96-4615-8c7c-01db4a6660e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:52878 2025.12.24 02:44:31.533120 [ 352 ] {} TCP-Session: 703d1b45-29c7-4942-9d18-16559cc25eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.533131 [ 359 ] {} TCP-Session: 0604442d-2c96-4615-8c7c-01db4a6660e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.533140 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.533153 [ 354 ] {0f09c4b2-fba1-4433-b548-e0793f8f14b0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:44:31.533175 [ 358 ] {} TCP-Session: debad641-6e83-4b17-980b-e6607dc3f6a0 Authenticating user 'default' from [fd00:1122:3344:101::e]:44032 2025.12.24 02:44:31.533143 [ 359 ] {} TCP-Session: 0604442d-2c96-4615-8c7c-01db4a6660e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.533198 [ 358 ] {} TCP-Session: debad641-6e83-4b17-980b-e6607dc3f6a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.533217 [ 354 ] {0f09c4b2-fba1-4433-b548-e0793f8f14b0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:44:31.533234 [ 358 ] {} TCP-Session: debad641-6e83-4b17-980b-e6607dc3f6a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.533519 [ 354 ] {0f09c4b2-fba1-4433-b548-e0793f8f14b0} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:44:31.534775 [ 340 ] {0f09c4b2-fba1-4433-b548-e0793f8f14b0} AggregatingTransform: Aggregating 2025.12.24 02:44:31.534830 [ 340 ] {0f09c4b2-fba1-4433-b548-e0793f8f14b0} Aggregator: Aggregation method: without_key 2025.12.24 02:44:31.534871 [ 340 ] {0f09c4b2-fba1-4433-b548-e0793f8f14b0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001160419 sec. (861.758 rows/sec., 33.66 KiB/sec.) 2025.12.24 02:44:31.534892 [ 340 ] {0f09c4b2-fba1-4433-b548-e0793f8f14b0} Aggregator: Merging aggregated data 2025.12.24 02:44:31.536473 [ 354 ] {0f09c4b2-fba1-4433-b548-e0793f8f14b0} executeQuery: Read 1 rows, 40.00 B in 0.003685 sec., 271.37042062415196 rows/sec., 10.60 KiB/sec. 2025.12.24 02:44:31.536610 [ 354 ] {0f09c4b2-fba1-4433-b548-e0793f8f14b0} TCPHandler: Processed in 0.004084435 sec. 2025.12.24 02:44:31.536748 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.536774 [ 354 ] {} TCP-Session: 552fc88b-7507-4ca4-b67b-97781e7e7bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.536783 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.536807 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.536811 [ 358 ] {} TCP-Session: debad641-6e83-4b17-980b-e6607dc3f6a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.536833 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.536861 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.536881 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.536902 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.536917 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.536932 [ 357 ] {} TCP-Session: de9603b7-3eeb-49d7-accd-7bbd81e276d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.536952 [ 356 ] {} TCP-Session: 121a2a3d-86f1-45f0-94e9-fd2fbfd74d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.536964 [ 353 ] {} TCP-Session: dacd1423-e44f-43ff-a084-ab183510c40d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.536911 [ 352 ] {} TCP-Session: 703d1b45-29c7-4942-9d18-16559cc25eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.536896 [ 355 ] {} TCP-Session: 92c8677f-332f-4c02-adfb-743a72c2f6b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.536861 [ 290 ] {} TCP-Session: c786ffc6-f05c-4bbf-8d67-ecb9b25d49a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.536846 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.537083 [ 359 ] {} TCP-Session: 0604442d-2c96-4615-8c7c-01db4a6660e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.600217 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44891 2025.12.24 02:44:31.600320 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.600351 [ 354 ] {} TCP-Session: 227d1c23-63f8-444e-921e-a90e68e2da9f Authenticating user 'default' from [fd00:1122:3344:101::e]:44891 2025.12.24 02:44:31.600375 [ 354 ] {} TCP-Session: 227d1c23-63f8-444e-921e-a90e68e2da9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.600388 [ 354 ] {} TCP-Session: 227d1c23-63f8-444e-921e-a90e68e2da9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.600639 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41230 2025.12.24 02:44:31.600668 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37255 2025.12.24 02:44:31.600669 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38442 2025.12.24 02:44:31.600717 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64786 2025.12.24 02:44:31.600726 [ 354 ] {} TCP-Session: 227d1c23-63f8-444e-921e-a90e68e2da9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.600762 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.600773 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.600796 [ 358 ] {} TCP-Session: 0da479bc-984a-4b8a-b040-9753d64b5729 Authenticating user 'default' from [fd00:1122:3344:101::e]:37255 2025.12.24 02:44:31.600815 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.600815 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.600828 [ 358 ] {} TCP-Session: 0da479bc-984a-4b8a-b040-9753d64b5729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.600851 [ 290 ] {} TCP-Session: 1d4c3f1c-0934-4115-9a52-13028de0d018 Authenticating user 'default' from [fd00:1122:3344:101::e]:64786 2025.12.24 02:44:31.600866 [ 357 ] {} TCP-Session: c27feba3-989b-4b69-8ea9-deb46207e91b Authenticating user 'default' from [fd00:1122:3344:101::e]:38442 2025.12.24 02:44:31.600871 [ 358 ] {} TCP-Session: 0da479bc-984a-4b8a-b040-9753d64b5729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.600893 [ 290 ] {} TCP-Session: 1d4c3f1c-0934-4115-9a52-13028de0d018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.600902 [ 357 ] {} TCP-Session: c27feba3-989b-4b69-8ea9-deb46207e91b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.600923 [ 290 ] {} TCP-Session: 1d4c3f1c-0934-4115-9a52-13028de0d018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.600930 [ 354 ] {d6c310e2-18f0-4569-8040-b22a9c37995e} executeQuery: (from [fd00:1122:3344:101::e]:44891) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:44:31.600933 [ 357 ] {} TCP-Session: c27feba3-989b-4b69-8ea9-deb46207e91b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.600701 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57715 2025.12.24 02:44:31.600692 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46200 2025.12.24 02:44:31.600642 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63789 2025.12.24 02:44:31.600679 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45537 2025.12.24 02:44:31.600820 [ 355 ] {} TCP-Session: a67a7cca-2ea1-45f7-9352-c01848c91d80 Authenticating user 'default' from [fd00:1122:3344:101::e]:41230 2025.12.24 02:44:31.601083 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.601097 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.601117 [ 355 ] {} TCP-Session: a67a7cca-2ea1-45f7-9352-c01848c91d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.601135 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.601148 [ 355 ] {} TCP-Session: a67a7cca-2ea1-45f7-9352-c01848c91d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.601150 [ 352 ] {} TCP-Session: 4187ad76-7978-44f0-af86-c7b1549dc279 Authenticating user 'default' from [fd00:1122:3344:101::e]:46200 2025.12.24 02:44:31.601163 [ 359 ] {} TCP-Session: 78188d31-0a23-41da-b2cb-15313225e320 Authenticating user 'default' from [fd00:1122:3344:101::e]:45537 2025.12.24 02:44:31.601180 [ 352 ] {} TCP-Session: 4187ad76-7978-44f0-af86-c7b1549dc279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.601190 [ 359 ] {} TCP-Session: 78188d31-0a23-41da-b2cb-15313225e320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.601202 [ 352 ] {} TCP-Session: 4187ad76-7978-44f0-af86-c7b1549dc279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.601211 [ 359 ] {} TCP-Session: 78188d31-0a23-41da-b2cb-15313225e320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.601221 [ 354 ] {d6c310e2-18f0-4569-8040-b22a9c37995e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:44:31.601133 [ 353 ] {} TCP-Session: 948c1a8f-6c29-4dd8-bfb3-dc2a8b693ae8 Authenticating user 'default' from [fd00:1122:3344:101::e]:57715 2025.12.24 02:44:31.601114 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.601288 [ 353 ] {} TCP-Session: 948c1a8f-6c29-4dd8-bfb3-dc2a8b693ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.601296 [ 354 ] {d6c310e2-18f0-4569-8040-b22a9c37995e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:44:31.601305 [ 353 ] {} TCP-Session: 948c1a8f-6c29-4dd8-bfb3-dc2a8b693ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.601305 [ 356 ] {} TCP-Session: b022138c-f8ec-4603-81dc-4f50d1a1b2f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:63789 2025.12.24 02:44:31.601345 [ 356 ] {} TCP-Session: b022138c-f8ec-4603-81dc-4f50d1a1b2f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.601362 [ 356 ] {} TCP-Session: b022138c-f8ec-4603-81dc-4f50d1a1b2f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.601618 [ 354 ] {d6c310e2-18f0-4569-8040-b22a9c37995e} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:44:31.602693 [ 308 ] {d6c310e2-18f0-4569-8040-b22a9c37995e} AggregatingTransform: Aggregating 2025.12.24 02:44:31.602735 [ 308 ] {d6c310e2-18f0-4569-8040-b22a9c37995e} Aggregator: Aggregation method: without_key 2025.12.24 02:44:31.602772 [ 308 ] {d6c310e2-18f0-4569-8040-b22a9c37995e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001043037 sec. (958.739 rows/sec., 37.45 KiB/sec.) 2025.12.24 02:44:31.602790 [ 308 ] {d6c310e2-18f0-4569-8040-b22a9c37995e} Aggregator: Merging aggregated data 2025.12.24 02:44:31.604067 [ 354 ] {d6c310e2-18f0-4569-8040-b22a9c37995e} executeQuery: Read 1 rows, 40.00 B in 0.003192 sec., 313.28320802005015 rows/sec., 12.24 KiB/sec. 2025.12.24 02:44:31.604225 [ 354 ] {d6c310e2-18f0-4569-8040-b22a9c37995e} TCPHandler: Processed in 0.003622448 sec. 2025.12.24 02:44:31.604350 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.604379 [ 354 ] {} TCP-Session: 227d1c23-63f8-444e-921e-a90e68e2da9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.604398 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.604414 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.604432 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.604450 [ 290 ] {} TCP-Session: 1d4c3f1c-0934-4115-9a52-13028de0d018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.604460 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.604492 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.604508 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.604529 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.604546 [ 356 ] {} TCP-Session: b022138c-f8ec-4603-81dc-4f50d1a1b2f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.604580 [ 352 ] {} TCP-Session: 4187ad76-7978-44f0-af86-c7b1549dc279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.604587 [ 353 ] {} TCP-Session: 948c1a8f-6c29-4dd8-bfb3-dc2a8b693ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.604524 [ 357 ] {} TCP-Session: c27feba3-989b-4b69-8ea9-deb46207e91b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.604486 [ 358 ] {} TCP-Session: 0da479bc-984a-4b8a-b040-9753d64b5729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.604468 [ 359 ] {} TCP-Session: 78188d31-0a23-41da-b2cb-15313225e320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.604472 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.604726 [ 355 ] {} TCP-Session: a67a7cca-2ea1-45f7-9352-c01848c91d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884011 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65078 2025.12.24 02:44:31.884114 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.884141 [ 354 ] {} TCP-Session: f645461b-1027-4313-b0b9-01ab2aa373ff Authenticating user 'default' from [fd00:1122:3344:101::e]:65078 2025.12.24 02:44:31.884164 [ 354 ] {} TCP-Session: f645461b-1027-4313-b0b9-01ab2aa373ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884178 [ 354 ] {} TCP-Session: f645461b-1027-4313-b0b9-01ab2aa373ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884363 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35008 2025.12.24 02:44:31.884389 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63172 2025.12.24 02:44:31.884406 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65074 2025.12.24 02:44:31.884441 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35611 2025.12.24 02:44:31.884483 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.884489 [ 354 ] {} TCP-Session: f645461b-1027-4313-b0b9-01ab2aa373ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:31.884506 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.884534 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.884538 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.884558 [ 356 ] {} TCP-Session: e38121e7-b710-4709-bfdf-9a8d682b55e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:63172 2025.12.24 02:44:31.884572 [ 357 ] {} TCP-Session: f06c79ac-1a97-465c-986d-5efea0cb7397 Authenticating user 'default' from [fd00:1122:3344:101::e]:65074 2025.12.24 02:44:31.884581 [ 353 ] {} TCP-Session: 6d91bd92-5781-4fbe-bd66-e16573cf2be8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35611 2025.12.24 02:44:31.884593 [ 356 ] {} TCP-Session: e38121e7-b710-4709-bfdf-9a8d682b55e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884606 [ 357 ] {} TCP-Session: f06c79ac-1a97-465c-986d-5efea0cb7397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884611 [ 353 ] {} TCP-Session: 6d91bd92-5781-4fbe-bd66-e16573cf2be8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884453 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53652 2025.12.24 02:44:31.884642 [ 356 ] {} TCP-Session: e38121e7-b710-4709-bfdf-9a8d682b55e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884661 [ 357 ] {} TCP-Session: f06c79ac-1a97-465c-986d-5efea0cb7397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884683 [ 354 ] {0a7d0ed1-67bf-4f8d-9fa7-914e11ba848a} executeQuery: (from [fd00:1122:3344:101::e]:65078) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 02:44:31.884711 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.884644 [ 353 ] {} TCP-Session: 6d91bd92-5781-4fbe-bd66-e16573cf2be8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884748 [ 290 ] {} TCP-Session: 235cbb11-f3a1-4b1d-8660-62d206ececea Authenticating user 'default' from [fd00:1122:3344:101::e]:53652 2025.12.24 02:44:31.884424 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56720 2025.12.24 02:44:31.884781 [ 290 ] {} TCP-Session: 235cbb11-f3a1-4b1d-8660-62d206ececea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884402 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58601 2025.12.24 02:44:31.884817 [ 290 ] {} TCP-Session: 235cbb11-f3a1-4b1d-8660-62d206ececea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884523 [ 355 ] {} TCP-Session: a595db6e-0b35-499b-b68c-0eb7065d55ff Authenticating user 'default' from [fd00:1122:3344:101::e]:35008 2025.12.24 02:44:31.884849 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.884434 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57330 2025.12.24 02:44:31.884888 [ 355 ] {} TCP-Session: a595db6e-0b35-499b-b68c-0eb7065d55ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884890 [ 359 ] {} TCP-Session: 665e7520-318f-4a4e-bb47-16308445c81d Authenticating user 'default' from [fd00:1122:3344:101::e]:56720 2025.12.24 02:44:31.884889 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.884933 [ 359 ] {} TCP-Session: 665e7520-318f-4a4e-bb47-16308445c81d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884926 [ 355 ] {} TCP-Session: a595db6e-0b35-499b-b68c-0eb7065d55ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884958 [ 359 ] {} TCP-Session: 665e7520-318f-4a4e-bb47-16308445c81d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884955 [ 358 ] {} TCP-Session: d0056fd3-b981-4c08-a60e-827c746920bf Authenticating user 'default' from [fd00:1122:3344:101::e]:58601 2025.12.24 02:44:31.884988 [ 354 ] {0a7d0ed1-67bf-4f8d-9fa7-914e11ba848a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 02:44:31.885004 [ 358 ] {} TCP-Session: d0056fd3-b981-4c08-a60e-827c746920bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.884951 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 02:44:31.885023 [ 358 ] {} TCP-Session: d0056fd3-b981-4c08-a60e-827c746920bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.885049 [ 354 ] {0a7d0ed1-67bf-4f8d-9fa7-914e11ba848a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:44:31.885056 [ 352 ] {} TCP-Session: aacb8974-0ad4-4a7b-a1e4-33a61a1bf9f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:57330 2025.12.24 02:44:31.885087 [ 352 ] {} TCP-Session: aacb8974-0ad4-4a7b-a1e4-33a61a1bf9f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.885102 [ 352 ] {} TCP-Session: aacb8974-0ad4-4a7b-a1e4-33a61a1bf9f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.885367 [ 354 ] {0a7d0ed1-67bf-4f8d-9fa7-914e11ba848a} oximeter.version (4597b76f-dd0e-4235-97dc-ddd9670cf0a3) (SelectExecutor): Key condition: unknown 2025.12.24 02:44:31.886449 [ 322 ] {0a7d0ed1-67bf-4f8d-9fa7-914e11ba848a} AggregatingTransform: Aggregating 2025.12.24 02:44:31.886491 [ 322 ] {0a7d0ed1-67bf-4f8d-9fa7-914e11ba848a} Aggregator: Aggregation method: without_key 2025.12.24 02:44:31.886530 [ 322 ] {0a7d0ed1-67bf-4f8d-9fa7-914e11ba848a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001056366 sec. (946.642 rows/sec., 36.98 KiB/sec.) 2025.12.24 02:44:31.886548 [ 322 ] {0a7d0ed1-67bf-4f8d-9fa7-914e11ba848a} Aggregator: Merging aggregated data 2025.12.24 02:44:31.887855 [ 354 ] {0a7d0ed1-67bf-4f8d-9fa7-914e11ba848a} executeQuery: Read 1 rows, 40.00 B in 0.003231 sec., 309.50170225936245 rows/sec., 12.09 KiB/sec. 2025.12.24 02:44:31.888071 [ 354 ] {0a7d0ed1-67bf-4f8d-9fa7-914e11ba848a} TCPHandler: Processed in 0.003708589 sec. 2025.12.24 02:44:31.888209 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.888236 [ 354 ] {} TCP-Session: f645461b-1027-4313-b0b9-01ab2aa373ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.888239 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.888263 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.888285 [ 352 ] {} TCP-Session: aacb8974-0ad4-4a7b-a1e4-33a61a1bf9f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.888289 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.888309 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.888325 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.888338 [ 290 ] {} TCP-Session: 235cbb11-f3a1-4b1d-8660-62d206ececea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.888344 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.888363 [ 356 ] {} TCP-Session: e38121e7-b710-4709-bfdf-9a8d682b55e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.888380 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.888398 [ 357 ] {} TCP-Session: f06c79ac-1a97-465c-986d-5efea0cb7397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.888375 [ 358 ] {} TCP-Session: d0056fd3-b981-4c08-a60e-827c746920bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.888429 [ 353 ] {} TCP-Session: 6d91bd92-5781-4fbe-bd66-e16573cf2be8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.888363 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 02:44:31.888299 [ 355 ] {} TCP-Session: a595db6e-0b35-499b-b68c-0eb7065d55ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:31.888505 [ 359 ] {} TCP-Session: 665e7520-318f-4a4e-bb47-16308445c81d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 02:44:32.000220 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 406.27 MiB, peak 424.59 MiB, free memory in arenas 0.00 B, will set to 404.90 MiB (RSS), difference: -1.37 MiB 2025.12.24 02:44:32.381812 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 50319 2025.12.24 02:44:32.382366 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:32.382416 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:32.382909 [ 244 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 02:44:32.383153 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:32.383305 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50319 2025.12.24 02:44:32.383382 [ 220 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:44:32.383410 [ 220 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:44:32.385938 [ 220 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:44:33.046952 [ 220 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:44:33.047000 [ 220 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:44:33.048823 [ 220 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.12.24 02:44:35.055988 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2358 2025.12.24 02:44:35.058708 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:35.058775 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:35.060104 [ 242 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 02:44:35.060427 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:35.060901 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2358 2025.12.24 02:44:35.176898 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 791 2025.12.24 02:44:35.195612 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:35.195679 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:35.202375 [ 243 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 02:44:35.203244 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:35.207632 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 791 2025.12.24 02:44:36.322753 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:36.322986 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} executeQuery: (from [fd00:1122:3344:101::d]:62324) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 02:44:36.323345 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 02:44:36.323386 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 02:44:36.323652 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:44:36.323723 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 02:44:36.323868 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.12.24 02:44:36.323999 [ 301 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 02:44:36.324000 [ 307 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 02:44:36.324156 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.24 02:44:36.324186 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 02:44:36.327395 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 02:44:36.327429 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1) (SelectExecutor): Reading approx. 36 rows with 2 streams 2025.12.24 02:44:36.327498 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:44:36.327549 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 02:44:36.329861 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} executeQuery: Read 36 rows, 1.52 KiB in 0.006975 sec., 5161.290322580645 rows/sec., 217.85 KiB/sec. 2025.12.24 02:44:36.329998 [ 4 ] {810c81d0-cc9d-4717-ac45-5cfe8a10a98b} TCPHandler: Processed in 0.007372987 sec. 2025.12.24 02:44:36.337318 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:36.337440 [ 4 ] {c16e3816-b9f8-4769-890c-92d27e302087} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 02:44:36.337491 [ 4 ] {c16e3816-b9f8-4769-890c-92d27e302087} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 02:44:36.338078 [ 4 ] {c16e3816-b9f8-4769-890c-92d27e302087} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.338127 [ 4 ] {c16e3816-b9f8-4769-890c-92d27e302087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.338586 [ 4 ] {c16e3816-b9f8-4769-890c-92d27e302087} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 02:44:36.338796 [ 4 ] {c16e3816-b9f8-4769-890c-92d27e302087} oximeter.timeseries_schema (7e66c0cc-e99b-4295-8b16-619598f28df1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.338947 [ 4 ] {c16e3816-b9f8-4769-890c-92d27e302087} executeQuery: Read 1 rows, 285.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 180.49 KiB/sec. 2025.12.24 02:44:36.338994 [ 4 ] {c16e3816-b9f8-4769-890c-92d27e302087} TCPHandler: Processed in 0.001739627 sec. 2025.12.24 02:44:36.339115 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:36.339220 [ 4 ] {898b69bb-e471-4406-bd98-467ce55b40b4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:44:36.339265 [ 4 ] {898b69bb-e471-4406-bd98-467ce55b40b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:44:36.339726 [ 4 ] {898b69bb-e471-4406-bd98-467ce55b40b4} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.339767 [ 4 ] {898b69bb-e471-4406-bd98-467ce55b40b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.340082 [ 4 ] {898b69bb-e471-4406-bd98-467ce55b40b4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:44:36.340321 [ 4 ] {898b69bb-e471-4406-bd98-467ce55b40b4} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.340477 [ 4 ] {898b69bb-e471-4406-bd98-467ce55b40b4} executeQuery: Read 2 rows, 152.00 B in 0.00128 sec., 1562.4999999999998 rows/sec., 115.97 KiB/sec. 2025.12.24 02:44:36.340526 [ 4 ] {898b69bb-e471-4406-bd98-467ce55b40b4} TCPHandler: Processed in 0.001464573 sec. 2025.12.24 02:44:36.340656 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:36.340757 [ 4 ] {f4c8f828-aadd-4008-8393-4a88da0947a0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:36.340799 [ 4 ] {f4c8f828-aadd-4008-8393-4a88da0947a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:36.341252 [ 4 ] {f4c8f828-aadd-4008-8393-4a88da0947a0} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.341293 [ 4 ] {f4c8f828-aadd-4008-8393-4a88da0947a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.341616 [ 4 ] {f4c8f828-aadd-4008-8393-4a88da0947a0} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.12.24 02:44:36.341843 [ 4 ] {f4c8f828-aadd-4008-8393-4a88da0947a0} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.341974 [ 54 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.12.24 02:44:36.341977 [ 4 ] {f4c8f828-aadd-4008-8393-4a88da0947a0} executeQuery: Read 88 rows, 7.46 KiB in 0.001244 sec., 70739.54983922829 rows/sec., 5.86 MiB/sec. 2025.12.24 02:44:36.342040 [ 54 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.342059 [ 4 ] {f4c8f828-aadd-4008-8393-4a88da0947a0} TCPHandler: Processed in 0.001454633 sec. 2025.12.24 02:44:36.342068 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.342194 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:36.342195 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.12.24 02:44:36.342296 [ 4 ] {0b11d20e-cb1c-4165-b97c-25f917bd06a5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:36.342341 [ 4 ] {0b11d20e-cb1c-4165-b97c-25f917bd06a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:36.342353 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:36.342393 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1407 rows starting from the beginning of the part 2025.12.24 02:44:36.342461 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 204 rows starting from the beginning of the part 2025.12.24 02:44:36.342507 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 130 rows starting from the beginning of the part 2025.12.24 02:44:36.342553 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 84 rows starting from the beginning of the part 2025.12.24 02:44:36.342597 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 1278 rows starting from the beginning of the part 2025.12.24 02:44:36.342638 [ 189 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 88 rows starting from the beginning of the part 2025.12.24 02:44:36.342780 [ 4 ] {0b11d20e-cb1c-4165-b97c-25f917bd06a5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.342821 [ 4 ] {0b11d20e-cb1c-4165-b97c-25f917bd06a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.343158 [ 4 ] {0b11d20e-cb1c-4165-b97c-25f917bd06a5} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.12.24 02:44:36.343382 [ 4 ] {0b11d20e-cb1c-4165-b97c-25f917bd06a5} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.343514 [ 54 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.12.24 02:44:36.343524 [ 4 ] {0b11d20e-cb1c-4165-b97c-25f917bd06a5} executeQuery: Read 16 rows, 1.18 KiB in 0.001247 sec., 12830.793905372895 rows/sec., 944.45 KiB/sec. 2025.12.24 02:44:36.343556 [ 54 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.343579 [ 4 ] {0b11d20e-cb1c-4165-b97c-25f917bd06a5} TCPHandler: Processed in 0.001435852 sec. 2025.12.24 02:44:36.343585 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.343687 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.12.24 02:44:36.343709 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:36.343781 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:36.343805 [ 4 ] {797d0f8b-d21f-4138-8ca0-dda43d755ed5} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:36.343809 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 70 rows starting from the beginning of the part 2025.12.24 02:44:36.343849 [ 4 ] {797d0f8b-d21f-4138-8ca0-dda43d755ed5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:36.343876 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 26 rows starting from the beginning of the part 2025.12.24 02:44:36.343923 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 37 rows starting from the beginning of the part 2025.12.24 02:44:36.343962 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 14 rows starting from the beginning of the part 2025.12.24 02:44:36.344004 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 44 rows starting from the beginning of the part 2025.12.24 02:44:36.344047 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 16 rows starting from the beginning of the part 2025.12.24 02:44:36.344261 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 3191 rows, containing 5 columns (5 merged, 0 gathered) in 0.002120693 sec., 1504696.813730229 rows/sec., 132.04 MiB/sec. 2025.12.24 02:44:36.344314 [ 4 ] {797d0f8b-d21f-4138-8ca0-dda43d755ed5} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.344351 [ 4 ] {797d0f8b-d21f-4138-8ca0-dda43d755ed5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.344538 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.12.24 02:44:36.344660 [ 4 ] {797d0f8b-d21f-4138-8ca0-dda43d755ed5} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.12.24 02:44:36.344873 [ 4 ] {797d0f8b-d21f-4138-8ca0-dda43d755ed5} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.344893 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.344989 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_156_31} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.12.24 02:44:36.345006 [ 54 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.12.24 02:44:36.345008 [ 4 ] {797d0f8b-d21f-4138-8ca0-dda43d755ed5} executeQuery: Read 92 rows, 7.22 KiB in 0.001221 sec., 75348.07534807535 rows/sec., 5.77 MiB/sec. 2025.12.24 02:44:36.345049 [ 54 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.345050 [ 189 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397732 sec., 148097.06009449594 rows/sec., 11.42 MiB/sec. 2025.12.24 02:44:36.345075 [ 4 ] {797d0f8b-d21f-4138-8ca0-dda43d755ed5} TCPHandler: Processed in 0.001415642 sec. 2025.12.24 02:44:36.345091 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.12.24 02:44:36.345077 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.345197 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.12.24 02:44:36.345230 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:36.345281 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.12.24 02:44:36.345283 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:36.345323 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 632 rows starting from the beginning of the part 2025.12.24 02:44:36.345346 [ 4 ] {5c5b3196-6212-4e38-99b2-d36dfc1eac9f} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:36.345369 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 114 rows starting from the beginning of the part 2025.12.24 02:44:36.345400 [ 4 ] {5c5b3196-6212-4e38-99b2-d36dfc1eac9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:36.345406 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 107 rows starting from the beginning of the part 2025.12.24 02:44:36.345449 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 78 rows starting from the beginning of the part 2025.12.24 02:44:36.345483 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 570 rows starting from the beginning of the part 2025.12.24 02:44:36.345517 [ 200 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 92 rows starting from the beginning of the part 2025.12.24 02:44:36.345657 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.345743 [ 188 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_151_30} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.12.24 02:44:36.345832 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:44:36.345926 [ 4 ] {5c5b3196-6212-4e38-99b2-d36dfc1eac9f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.345957 [ 4 ] {5c5b3196-6212-4e38-99b2-d36dfc1eac9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.346294 [ 4 ] {5c5b3196-6212-4e38-99b2-d36dfc1eac9f} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.12.24 02:44:36.346520 [ 4 ] {5c5b3196-6212-4e38-99b2-d36dfc1eac9f} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.346590 [ 196 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 1593 rows, containing 5 columns (5 merged, 0 gathered) in 0.001420782 sec., 1121213.5288876125 rows/sec., 89.31 MiB/sec. 2025.12.24 02:44:36.346657 [ 4 ] {5c5b3196-6212-4e38-99b2-d36dfc1eac9f} executeQuery: Read 162 rows, 11.53 KiB in 0.001335 sec., 121348.31460674157 rows/sec., 8.44 MiB/sec. 2025.12.24 02:44:36.346698 [ 4 ] {5c5b3196-6212-4e38-99b2-d36dfc1eac9f} TCPHandler: Processed in 0.001530264 sec. 2025.12.24 02:44:36.346743 [ 188 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.12.24 02:44:36.346821 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:36.346919 [ 4 ] {7cba5e9c-3e7c-4730-897e-1edf6fdeebdd} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:36.346980 [ 4 ] {7cba5e9c-3e7c-4730-897e-1edf6fdeebdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:36.346992 [ 188 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.347060 [ 188 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_156_31} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.12.24 02:44:36.347130 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 02:44:36.347789 [ 4 ] {7cba5e9c-3e7c-4730-897e-1edf6fdeebdd} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.347825 [ 4 ] {7cba5e9c-3e7c-4730-897e-1edf6fdeebdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.348352 [ 4 ] {7cba5e9c-3e7c-4730-897e-1edf6fdeebdd} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.12.24 02:44:36.348580 [ 4 ] {7cba5e9c-3e7c-4730-897e-1edf6fdeebdd} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.348730 [ 4 ] {7cba5e9c-3e7c-4730-897e-1edf6fdeebdd} executeQuery: Read 14 rows, 25.69 KiB in 0.00183 sec., 7650.273224043715 rows/sec., 13.71 MiB/sec. 2025.12.24 02:44:36.348748 [ 51 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.12.24 02:44:36.348807 [ 51 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.348809 [ 4 ] {7cba5e9c-3e7c-4730-897e-1edf6fdeebdd} TCPHandler: Processed in 0.002039193 sec. 2025.12.24 02:44:36.348831 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.348916 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.12.24 02:44:36.348946 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:36.349044 [ 4 ] {580a422f-367e-4141-9dd6-3e0b98957785} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:36.349087 [ 4 ] {580a422f-367e-4141-9dd6-3e0b98957785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:36.349097 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:36.349150 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 2855 rows starting from the beginning of the part 2025.12.24 02:44:36.349261 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 14 rows starting from the beginning of the part 2025.12.24 02:44:36.349358 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 37 rows starting from the beginning of the part 2025.12.24 02:44:36.349426 [ 4 ] {580a422f-367e-4141-9dd6-3e0b98957785} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.349452 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 14 rows starting from the beginning of the part 2025.12.24 02:44:36.349466 [ 4 ] {580a422f-367e-4141-9dd6-3e0b98957785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.349545 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 40 rows starting from the beginning of the part 2025.12.24 02:44:36.349636 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 14 rows starting from the beginning of the part 2025.12.24 02:44:36.349793 [ 4 ] {580a422f-367e-4141-9dd6-3e0b98957785} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.12.24 02:44:36.350019 [ 4 ] {580a422f-367e-4141-9dd6-3e0b98957785} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.350154 [ 51 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.12.24 02:44:36.350157 [ 4 ] {580a422f-367e-4141-9dd6-3e0b98957785} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2025.12.24 02:44:36.350194 [ 51 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:36.350217 [ 4 ] {580a422f-367e-4141-9dd6-3e0b98957785} TCPHandler: Processed in 0.001322151 sec. 2025.12.24 02:44:36.350219 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:36.350336 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.12.24 02:44:36.350424 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:36.350452 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 8988 rows starting from the beginning of the part 2025.12.24 02:44:36.350503 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 60 rows starting from the beginning of the part 2025.12.24 02:44:36.350544 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part 2025.12.24 02:44:36.350583 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 60 rows starting from the beginning of the part 2025.12.24 02:44:36.350620 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 60 rows starting from the beginning of the part 2025.12.24 02:44:36.350658 [ 196 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part 2025.12.24 02:44:36.353261 [ 187 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 9288 rows, containing 4 columns (4 merged, 0 gathered) in 0.002970328 sec., 3126927.396570345 rows/sec., 210.73 MiB/sec. 2025.12.24 02:44:36.353499 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.12.24 02:44:36.353793 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.353878 [ 193 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_156_31} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.12.24 02:44:36.353967 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. 2025.12.24 02:44:36.357399 [ 187 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 2974 rows, containing 19 columns (19 merged, 0 gathered) in 0.008513405 sec., 349331.4367165664 rows/sec., 625.99 MiB/sec. 2025.12.24 02:44:36.359889 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.12.24 02:44:36.360233 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:36.360306 [ 188 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_151_30} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.12.24 02:44:36.360393 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.47 MiB. 2025.12.24 02:44:39.660155 [ 48 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:44:39.660230 [ 48 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:44:39.883549 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 50767 2025.12.24 02:44:39.884093 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:39.884138 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:39.884597 [ 244 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 02:44:39.884812 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:39.884940 [ 48 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 02:44:39.884950 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50767 2025.12.24 02:44:39.884984 [ 48 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:39.885006 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:39.885186 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 02:44:39.885323 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:39.885361 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 48399 rows starting from the beginning of the part 2025.12.24 02:44:39.885424 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 448 rows starting from the beginning of the part 2025.12.24 02:44:39.885468 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 512 rows starting from the beginning of the part 2025.12.24 02:44:39.885507 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 448 rows starting from the beginning of the part 2025.12.24 02:44:39.885546 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 512 rows starting from the beginning of the part 2025.12.24 02:44:39.885583 [ 193 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 448 rows starting from the beginning of the part 2025.12.24 02:44:39.888524 [ 199 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 50767 rows, containing 4 columns (4 merged, 0 gathered) in 0.003393514 sec., 14960009.005414447 rows/sec., 214.00 MiB/sec. 2025.12.24 02:44:39.889011 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 02:44:39.889373 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:39.889454 [ 195 ] {0a9418dd-97f9-40ed-b0d4-ff5bea34d27c::all_1_106_21} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 02:44:39.889558 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2025.12.24 02:44:41.067609 [ 221 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.067690 [ 221 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.072248 [ 221 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.217014 [ 217 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.217073 [ 217 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.220548 [ 217 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.249407 [ 221 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.249460 [ 221 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.252830 [ 221 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.330795 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:41.330994 [ 4 ] {f41da3a5-5ced-416e-b390-68fc37dd9eac} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:44:41.331068 [ 4 ] {f41da3a5-5ced-416e-b390-68fc37dd9eac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:44:41.331760 [ 4 ] {f41da3a5-5ced-416e-b390-68fc37dd9eac} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:41.331814 [ 4 ] {f41da3a5-5ced-416e-b390-68fc37dd9eac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:41.332190 [ 4 ] {f41da3a5-5ced-416e-b390-68fc37dd9eac} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 02:44:41.332425 [ 4 ] {f41da3a5-5ced-416e-b390-68fc37dd9eac} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:41.332587 [ 4 ] {f41da3a5-5ced-416e-b390-68fc37dd9eac} executeQuery: Read 1 rows, 76.00 B in 0.001645 sec., 607.90273556231 rows/sec., 45.12 KiB/sec. 2025.12.24 02:44:41.332641 [ 4 ] {f41da3a5-5ced-416e-b390-68fc37dd9eac} TCPHandler: Processed in 0.001980542 sec. 2025.12.24 02:44:41.332776 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:41.332881 [ 4 ] {cc610f64-aa1b-4470-887b-a16abb07e65d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:41.332925 [ 4 ] {cc610f64-aa1b-4470-887b-a16abb07e65d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:41.333469 [ 4 ] {cc610f64-aa1b-4470-887b-a16abb07e65d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:41.333509 [ 4 ] {cc610f64-aa1b-4470-887b-a16abb07e65d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:41.333828 [ 4 ] {cc610f64-aa1b-4470-887b-a16abb07e65d} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.12.24 02:44:41.334039 [ 4 ] {cc610f64-aa1b-4470-887b-a16abb07e65d} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:41.334174 [ 4 ] {cc610f64-aa1b-4470-887b-a16abb07e65d} executeQuery: Read 142 rows, 12.45 KiB in 0.001316 sec., 107902.73556231004 rows/sec., 9.24 MiB/sec. 2025.12.24 02:44:41.334215 [ 4 ] {cc610f64-aa1b-4470-887b-a16abb07e65d} TCPHandler: Processed in 0.001493364 sec. 2025.12.24 02:44:41.334333 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:41.334431 [ 4 ] {74953edd-a3f9-4266-b065-c58ef314f5a4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:41.334473 [ 4 ] {74953edd-a3f9-4266-b065-c58ef314f5a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:41.334910 [ 4 ] {74953edd-a3f9-4266-b065-c58ef314f5a4} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:41.334947 [ 4 ] {74953edd-a3f9-4266-b065-c58ef314f5a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:41.335245 [ 4 ] {74953edd-a3f9-4266-b065-c58ef314f5a4} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.12.24 02:44:41.335444 [ 4 ] {74953edd-a3f9-4266-b065-c58ef314f5a4} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:41.335577 [ 4 ] {74953edd-a3f9-4266-b065-c58ef314f5a4} executeQuery: Read 43 rows, 3.22 KiB in 0.001166 sec., 36878.21612349914 rows/sec., 2.70 MiB/sec. 2025.12.24 02:44:41.335617 [ 4 ] {74953edd-a3f9-4266-b065-c58ef314f5a4} TCPHandler: Processed in 0.001335311 sec. 2025.12.24 02:44:41.335740 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:41.335865 [ 4 ] {550fe739-7e10-4abe-b167-0d15135c60d8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:41.335917 [ 4 ] {550fe739-7e10-4abe-b167-0d15135c60d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:41.336425 [ 4 ] {550fe739-7e10-4abe-b167-0d15135c60d8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:41.336463 [ 4 ] {550fe739-7e10-4abe-b167-0d15135c60d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:41.336792 [ 4 ] {550fe739-7e10-4abe-b167-0d15135c60d8} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.12.24 02:44:41.337009 [ 4 ] {550fe739-7e10-4abe-b167-0d15135c60d8} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:41.337151 [ 4 ] {550fe739-7e10-4abe-b167-0d15135c60d8} executeQuery: Read 113 rows, 8.97 KiB in 0.001312 sec., 86128.0487804878 rows/sec., 6.68 MiB/sec. 2025.12.24 02:44:41.337193 [ 4 ] {550fe739-7e10-4abe-b167-0d15135c60d8} TCPHandler: Processed in 0.001515204 sec. 2025.12.24 02:44:41.337305 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:41.337402 [ 4 ] {87b5ca8a-14ca-41fe-9028-afa2460120a7} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:41.337448 [ 4 ] {87b5ca8a-14ca-41fe-9028-afa2460120a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:41.337859 [ 4 ] {87b5ca8a-14ca-41fe-9028-afa2460120a7} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:41.337897 [ 4 ] {87b5ca8a-14ca-41fe-9028-afa2460120a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:41.338242 [ 4 ] {87b5ca8a-14ca-41fe-9028-afa2460120a7} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.12.24 02:44:41.338461 [ 4 ] {87b5ca8a-14ca-41fe-9028-afa2460120a7} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:41.338598 [ 4 ] {87b5ca8a-14ca-41fe-9028-afa2460120a7} executeQuery: Read 161 rows, 11.47 KiB in 0.001215 sec., 132510.28806584363 rows/sec., 9.22 MiB/sec. 2025.12.24 02:44:41.338637 [ 4 ] {87b5ca8a-14ca-41fe-9028-afa2460120a7} TCPHandler: Processed in 0.001381742 sec. 2025.12.24 02:44:41.338695 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.338728 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.338755 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:41.338877 [ 4 ] {38f4bb71-a8a3-42e9-9783-88cfbe34b145} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:41.338942 [ 4 ] {38f4bb71-a8a3-42e9-9783-88cfbe34b145} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:41.339849 [ 4 ] {38f4bb71-a8a3-42e9-9783-88cfbe34b145} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:41.339887 [ 4 ] {38f4bb71-a8a3-42e9-9783-88cfbe34b145} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:41.340456 [ 4 ] {38f4bb71-a8a3-42e9-9783-88cfbe34b145} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.12.24 02:44:41.340701 [ 4 ] {38f4bb71-a8a3-42e9-9783-88cfbe34b145} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:41.340931 [ 4 ] {38f4bb71-a8a3-42e9-9783-88cfbe34b145} executeQuery: Read 42 rows, 77.07 KiB in 0.002078 sec., 20211.74205967276 rows/sec., 36.22 MiB/sec. 2025.12.24 02:44:41.340987 [ 4 ] {38f4bb71-a8a3-42e9-9783-88cfbe34b145} TCPHandler: Processed in 0.002290006 sec. 2025.12.24 02:44:41.341097 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:41.341189 [ 4 ] {5ebfde0a-248b-4b29-b803-89fc19c3eed1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:41.341229 [ 4 ] {5ebfde0a-248b-4b29-b803-89fc19c3eed1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:41.341559 [ 221 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:44:41.341560 [ 4 ] {5ebfde0a-248b-4b29-b803-89fc19c3eed1} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:41.341693 [ 4 ] {5ebfde0a-248b-4b29-b803-89fc19c3eed1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:41.342012 [ 4 ] {5ebfde0a-248b-4b29-b803-89fc19c3eed1} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.12.24 02:44:41.342206 [ 4 ] {5ebfde0a-248b-4b29-b803-89fc19c3eed1} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:41.342329 [ 4 ] {5ebfde0a-248b-4b29-b803-89fc19c3eed1} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2025.12.24 02:44:41.342366 [ 4 ] {5ebfde0a-248b-4b29-b803-89fc19c3eed1} TCPHandler: Processed in 0.001316421 sec. 2025.12.24 02:44:41.742847 [ 220 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:41.742895 [ 220 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:41.745241 [ 220 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:41.759130 [ 221 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:41.759177 [ 221 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:41.761936 [ 221 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.12.24 02:44:42.000252 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 401.79 MiB, peak 424.59 MiB, free memory in arenas 0.00 B, will set to 405.29 MiB (RSS), difference: 3.49 MiB 2025.12.24 02:44:42.707833 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 799 2025.12.24 02:44:42.726312 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:42.726372 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:42.732695 [ 243 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 02:44:42.733395 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:42.733714 [ 46 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 02:44:42.733782 [ 46 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:42.733805 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:42.733922 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 02:44:42.736852 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 799 2025.12.24 02:44:42.737917 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:42.739580 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 761 rows starting from the beginning of the part 2025.12.24 02:44:42.744447 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 7 rows starting from the beginning of the part 2025.12.24 02:44:42.749217 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part 2025.12.24 02:44:42.754119 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 7 rows starting from the beginning of the part 2025.12.24 02:44:42.759160 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part 2025.12.24 02:44:42.763715 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part 2025.12.24 02:44:42.822865 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 679 columns (679 merged, 0 gathered) in 0.088942867 sec., 8983.2948605086 rows/sec., 46.45 MiB/sec. 2025.12.24 02:44:42.825290 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 02:44:42.827149 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:42.827251 [ 201 ] {42c979d6-dc23-4b14-903c-b2bae0ece99b::all_1_106_21} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 02:44:42.829068 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.12.24 02:44:43.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 406.36 MiB, peak 424.59 MiB, free memory in arenas 0.00 B, will set to 405.29 MiB (RSS), difference: -1.07 MiB 2025.12.24 02:44:44.079040 [ 224 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:44:44.079098 [ 224 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:44:44.082724 [ 224 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.12.24 02:44:45.061268 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2390 2025.12.24 02:44:45.063835 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:45.063897 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:45.065151 [ 242 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 02:44:45.065427 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:45.065842 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2390 2025.12.24 02:44:45.166309 [ 41 ] {} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 02:44:45.166369 [ 41 ] {} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:45.166389 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:45.166481 [ 197 ] {7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b::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.12.24 02:44:45.166589 [ 197 ] {7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:45.166622 [ 197 ] {7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.12.24 02:44:45.166683 [ 197 ] {7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part 2025.12.24 02:44:45.166722 [ 197 ] {7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.12.24 02:44:45.166760 [ 197 ] {7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part 2025.12.24 02:44:45.166796 [ 197 ] {7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.12.24 02:44:45.170068 [ 197 ] {7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.003612848 sec., 11625.17769914483 rows/sec., 852.53 KiB/sec. 2025.12.24 02:44:45.170198 [ 197 ] {7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 02:44:45.170466 [ 197 ] {7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b::all_1_5_1} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:45.170533 [ 197 ] {7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b::all_1_5_1} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 02:44:45.170608 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 02:44:46.332119 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:46.332293 [ 4 ] {127ca002-3ccf-4a74-b19f-dff22ed61d79} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 02:44:46.332363 [ 4 ] {127ca002-3ccf-4a74-b19f-dff22ed61d79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 02:44:46.332995 [ 4 ] {127ca002-3ccf-4a74-b19f-dff22ed61d79} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:46.333047 [ 4 ] {127ca002-3ccf-4a74-b19f-dff22ed61d79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:46.333435 [ 4 ] {127ca002-3ccf-4a74-b19f-dff22ed61d79} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:44:46.333671 [ 4 ] {127ca002-3ccf-4a74-b19f-dff22ed61d79} oximeter.fields_i16 (8d910267-d950-4b4d-bb59-8dcf71d20344): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:46.333833 [ 4 ] {127ca002-3ccf-4a74-b19f-dff22ed61d79} executeQuery: Read 24 rows, 2.04 KiB in 0.001588 sec., 15113.350125944584 rows/sec., 1.25 MiB/sec. 2025.12.24 02:44:46.333889 [ 4 ] {127ca002-3ccf-4a74-b19f-dff22ed61d79} TCPHandler: Processed in 0.00189304 sec. 2025.12.24 02:44:46.334012 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:46.334115 [ 4 ] {d37a4591-20e3-4a0c-9437-c9b5bcc864c6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:44:46.334160 [ 4 ] {d37a4591-20e3-4a0c-9437-c9b5bcc864c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:44:46.334585 [ 4 ] {d37a4591-20e3-4a0c-9437-c9b5bcc864c6} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:46.334624 [ 4 ] {d37a4591-20e3-4a0c-9437-c9b5bcc864c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:46.334934 [ 4 ] {d37a4591-20e3-4a0c-9437-c9b5bcc864c6} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 02:44:46.335147 [ 4 ] {d37a4591-20e3-4a0c-9437-c9b5bcc864c6} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:46.335284 [ 4 ] {d37a4591-20e3-4a0c-9437-c9b5bcc864c6} executeQuery: Read 18 rows, 1.45 KiB in 0.001194 sec., 15075.37688442211 rows/sec., 1.19 MiB/sec. 2025.12.24 02:44:46.335325 [ 4 ] {d37a4591-20e3-4a0c-9437-c9b5bcc864c6} TCPHandler: Processed in 0.001367312 sec. 2025.12.24 02:44:46.335439 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:46.335536 [ 4 ] {97855262-f7cc-4ff4-b518-90a0c0860e18} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:46.335577 [ 4 ] {97855262-f7cc-4ff4-b518-90a0c0860e18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:46.336055 [ 4 ] {97855262-f7cc-4ff4-b518-90a0c0860e18} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:46.336091 [ 4 ] {97855262-f7cc-4ff4-b518-90a0c0860e18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:46.336420 [ 4 ] {97855262-f7cc-4ff4-b518-90a0c0860e18} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.12.24 02:44:46.336653 [ 4 ] {97855262-f7cc-4ff4-b518-90a0c0860e18} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:46.336787 [ 4 ] {97855262-f7cc-4ff4-b518-90a0c0860e18} executeQuery: Read 216 rows, 19.51 KiB in 0.001272 sec., 169811.320754717 rows/sec., 14.98 MiB/sec. 2025.12.24 02:44:46.336827 [ 4 ] {97855262-f7cc-4ff4-b518-90a0c0860e18} TCPHandler: Processed in 0.001438392 sec. 2025.12.24 02:44:46.336941 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:46.337036 [ 4 ] {f2ab92ab-d5d4-4b30-993d-2d3ac296e1c0} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:46.337077 [ 4 ] {f2ab92ab-d5d4-4b30-993d-2d3ac296e1c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:46.337507 [ 4 ] {f2ab92ab-d5d4-4b30-993d-2d3ac296e1c0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:46.337543 [ 4 ] {f2ab92ab-d5d4-4b30-993d-2d3ac296e1c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:46.337846 [ 4 ] {f2ab92ab-d5d4-4b30-993d-2d3ac296e1c0} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.12.24 02:44:46.338056 [ 4 ] {f2ab92ab-d5d4-4b30-993d-2d3ac296e1c0} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:46.338189 [ 4 ] {f2ab92ab-d5d4-4b30-993d-2d3ac296e1c0} executeQuery: Read 44 rows, 3.26 KiB in 0.001173 sec., 37510.65643648764 rows/sec., 2.71 MiB/sec. 2025.12.24 02:44:46.338229 [ 4 ] {f2ab92ab-d5d4-4b30-993d-2d3ac296e1c0} TCPHandler: Processed in 0.001338131 sec. 2025.12.24 02:44:46.338336 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:46.338429 [ 4 ] {cc3b85fd-2894-4a19-8f28-d35ed155de70} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:44:46.338469 [ 4 ] {cc3b85fd-2894-4a19-8f28-d35ed155de70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:44:46.338864 [ 4 ] {cc3b85fd-2894-4a19-8f28-d35ed155de70} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:46.338901 [ 4 ] {cc3b85fd-2894-4a19-8f28-d35ed155de70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:46.339195 [ 4 ] {cc3b85fd-2894-4a19-8f28-d35ed155de70} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 02:44:46.339419 [ 4 ] {cc3b85fd-2894-4a19-8f28-d35ed155de70} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:46.339554 [ 4 ] {cc3b85fd-2894-4a19-8f28-d35ed155de70} executeQuery: Read 24 rows, 2.04 KiB in 0.001142 sec., 21015.761821366024 rows/sec., 1.74 MiB/sec. 2025.12.24 02:44:46.339603 [ 4 ] {cc3b85fd-2894-4a19-8f28-d35ed155de70} TCPHandler: Processed in 0.001316531 sec. 2025.12.24 02:44:46.339736 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:46.339858 [ 4 ] {ce38fe27-6241-4f95-a429-d75a9031fefa} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 02:44:46.339908 [ 4 ] {ce38fe27-6241-4f95-a429-d75a9031fefa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 02:44:46.340402 [ 4 ] {ce38fe27-6241-4f95-a429-d75a9031fefa} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:46.340448 [ 4 ] {ce38fe27-6241-4f95-a429-d75a9031fefa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:46.340759 [ 4 ] {ce38fe27-6241-4f95-a429-d75a9031fefa} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 02:44:46.340977 [ 4 ] {ce38fe27-6241-4f95-a429-d75a9031fefa} oximeter.fields_u8 (9b4d5bd2-8b95-4c3d-8f20-cb5acc9d9ee8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:46.341111 [ 4 ] {ce38fe27-6241-4f95-a429-d75a9031fefa} executeQuery: Read 12 rows, 960.00 B in 0.001279 sec., 9382.329945269743 rows/sec., 732.99 KiB/sec. 2025.12.24 02:44:46.341154 [ 4 ] {ce38fe27-6241-4f95-a429-d75a9031fefa} TCPHandler: Processed in 0.001482034 sec. 2025.12.24 02:44:46.341265 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:46.341361 [ 4 ] {2edbdd44-f72f-4d99-a7fc-6c0559d7e1ec} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:46.341402 [ 4 ] {2edbdd44-f72f-4d99-a7fc-6c0559d7e1ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:46.341875 [ 4 ] {2edbdd44-f72f-4d99-a7fc-6c0559d7e1ec} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:46.341913 [ 4 ] {2edbdd44-f72f-4d99-a7fc-6c0559d7e1ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:46.342224 [ 4 ] {2edbdd44-f72f-4d99-a7fc-6c0559d7e1ec} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.12.24 02:44:46.342437 [ 4 ] {2edbdd44-f72f-4d99-a7fc-6c0559d7e1ec} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:46.342572 [ 4 ] {2edbdd44-f72f-4d99-a7fc-6c0559d7e1ec} executeQuery: Read 144 rows, 11.78 KiB in 0.001229 sec., 117168.42961757525 rows/sec., 9.36 MiB/sec. 2025.12.24 02:44:46.342613 [ 4 ] {2edbdd44-f72f-4d99-a7fc-6c0559d7e1ec} TCPHandler: Processed in 0.001399053 sec. 2025.12.24 02:44:46.342729 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:46.342833 [ 4 ] {79e3b92b-64e8-4905-9102-76e561dda7de} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:46.342877 [ 4 ] {79e3b92b-64e8-4905-9102-76e561dda7de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:46.343290 [ 4 ] {79e3b92b-64e8-4905-9102-76e561dda7de} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:46.343328 [ 4 ] {79e3b92b-64e8-4905-9102-76e561dda7de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:46.343676 [ 4 ] {79e3b92b-64e8-4905-9102-76e561dda7de} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.12.24 02:44:46.343930 [ 4 ] {79e3b92b-64e8-4905-9102-76e561dda7de} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:46.344069 [ 4 ] {79e3b92b-64e8-4905-9102-76e561dda7de} executeQuery: Read 206 rows, 15.08 KiB in 0.001256 sec., 164012.7388535032 rows/sec., 11.73 MiB/sec. 2025.12.24 02:44:46.344109 [ 4 ] {79e3b92b-64e8-4905-9102-76e561dda7de} TCPHandler: Processed in 0.001430752 sec. 2025.12.24 02:44:46.344219 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:46.344315 [ 4 ] {4373b146-404e-4c7c-a593-8f9e6abb4981} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:46.344370 [ 4 ] {4373b146-404e-4c7c-a593-8f9e6abb4981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:46.345153 [ 4 ] {4373b146-404e-4c7c-a593-8f9e6abb4981} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:46.345189 [ 4 ] {4373b146-404e-4c7c-a593-8f9e6abb4981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:46.345715 [ 4 ] {4373b146-404e-4c7c-a593-8f9e6abb4981} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.12.24 02:44:46.345930 [ 4 ] {4373b146-404e-4c7c-a593-8f9e6abb4981} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:46.346068 [ 4 ] {4373b146-404e-4c7c-a593-8f9e6abb4981} executeQuery: Read 14 rows, 25.69 KiB in 0.001772 sec., 7900.677200902935 rows/sec., 14.16 MiB/sec. 2025.12.24 02:44:46.346129 [ 4 ] {4373b146-404e-4c7c-a593-8f9e6abb4981} TCPHandler: Processed in 0.001955602 sec. 2025.12.24 02:44:46.346245 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:46.346345 [ 4 ] {99b2828f-c092-4db6-9345-07eb34fe57cb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:46.346388 [ 4 ] {99b2828f-c092-4db6-9345-07eb34fe57cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:46.346717 [ 4 ] {99b2828f-c092-4db6-9345-07eb34fe57cb} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:46.346753 [ 4 ] {99b2828f-c092-4db6-9345-07eb34fe57cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:46.347048 [ 4 ] {99b2828f-c092-4db6-9345-07eb34fe57cb} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.12.24 02:44:46.347251 [ 4 ] {99b2828f-c092-4db6-9345-07eb34fe57cb} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:46.347379 [ 4 ] {99b2828f-c092-4db6-9345-07eb34fe57cb} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.12.24 02:44:46.347416 [ 4 ] {99b2828f-c092-4db6-9345-07eb34fe57cb} TCPHandler: Processed in 0.001221059 sec. 2025.12.24 02:44:47.385246 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 51279 2025.12.24 02:44:47.385803 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:47.385856 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:47.386351 [ 244 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 02:44:47.386603 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:47.386758 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51279 2025.12.24 02:44:50.237001 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 806 2025.12.24 02:44:50.256366 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:50.256429 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:50.262827 [ 243 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 02:44:50.263545 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:50.266992 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 806 2025.12.24 02:44:51.331804 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:51.331999 [ 4 ] {49110dc3-7c1e-4c64-8179-2415f1ef584c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:44:51.332074 [ 4 ] {49110dc3-7c1e-4c64-8179-2415f1ef584c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:44:51.332739 [ 4 ] {49110dc3-7c1e-4c64-8179-2415f1ef584c} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:51.332787 [ 4 ] {49110dc3-7c1e-4c64-8179-2415f1ef584c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:51.333163 [ 4 ] {49110dc3-7c1e-4c64-8179-2415f1ef584c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 02:44:51.333402 [ 4 ] {49110dc3-7c1e-4c64-8179-2415f1ef584c} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:51.333567 [ 4 ] {49110dc3-7c1e-4c64-8179-2415f1ef584c} executeQuery: Read 1 rows, 76.00 B in 0.001619 sec., 617.6652254478073 rows/sec., 45.84 KiB/sec. 2025.12.24 02:44:51.333577 [ 34 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Selected 6 parts from all_1_25_6 to all_30_30_0 2025.12.24 02:44:51.333617 [ 4 ] {49110dc3-7c1e-4c64-8179-2415f1ef584c} TCPHandler: Processed in 0.001953541 sec. 2025.12.24 02:44:51.333677 [ 34 ] {} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:51.333710 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:51.333768 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:51.333812 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_6 to all_30_30_0 into Compact with storage Full 2025.12.24 02:44:51.333876 [ 4 ] {c34cc9ee-7c83-488b-b16f-7b94f0ee3d93} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:51.333924 [ 4 ] {c34cc9ee-7c83-488b-b16f-7b94f0ee3d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:51.333933 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:51.333970 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part 2025.12.24 02:44:51.334036 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part 2025.12.24 02:44:51.334082 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part 2025.12.24 02:44:51.334124 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2025.12.24 02:44:51.334178 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 18 rows starting from the beginning of the part 2025.12.24 02:44:51.334243 [ 198 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2025.12.24 02:44:51.334493 [ 4 ] {c34cc9ee-7c83-488b-b16f-7b94f0ee3d93} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:51.334537 [ 4 ] {c34cc9ee-7c83-488b-b16f-7b94f0ee3d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:51.334887 [ 4 ] {c34cc9ee-7c83-488b-b16f-7b94f0ee3d93} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.12.24 02:44:51.335099 [ 199 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001328341 sec., 33124.02462921795 rows/sec., 2.73 MiB/sec. 2025.12.24 02:44:51.335110 [ 4 ] {c34cc9ee-7c83-488b-b16f-7b94f0ee3d93} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:51.335271 [ 186 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) 2025.12.24 02:44:51.335306 [ 4 ] {c34cc9ee-7c83-488b-b16f-7b94f0ee3d93} executeQuery: Read 148 rows, 13.01 KiB in 0.001452 sec., 101928.37465564739 rows/sec., 8.75 MiB/sec. 2025.12.24 02:44:51.335353 [ 4 ] {c34cc9ee-7c83-488b-b16f-7b94f0ee3d93} TCPHandler: Processed in 0.001638206 sec. 2025.12.24 02:44:51.335474 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:51.335549 [ 186 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:51.335573 [ 4 ] {cd6915c9-eff7-4c85-9530-2e196565274d} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:51.335619 [ 4 ] {cd6915c9-eff7-4c85-9530-2e196565274d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:51.335627 [ 186 ] {6b558a83-4159-4d45-ba58-886d87f50b30::all_1_30_7} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30) (MergerMutator): Merged 6 parts: [all_1_25_6, all_30_30_0] -> all_1_30_7 2025.12.24 02:44:51.335705 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 02:44:51.336062 [ 4 ] {cd6915c9-eff7-4c85-9530-2e196565274d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:51.336104 [ 4 ] {cd6915c9-eff7-4c85-9530-2e196565274d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:51.336414 [ 4 ] {cd6915c9-eff7-4c85-9530-2e196565274d} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.12.24 02:44:51.336615 [ 4 ] {cd6915c9-eff7-4c85-9530-2e196565274d} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:51.336748 [ 4 ] {cd6915c9-eff7-4c85-9530-2e196565274d} executeQuery: Read 46 rows, 3.45 KiB in 0.001195 sec., 38493.723849372385 rows/sec., 2.82 MiB/sec. 2025.12.24 02:44:51.336787 [ 4 ] {cd6915c9-eff7-4c85-9530-2e196565274d} TCPHandler: Processed in 0.001362702 sec. 2025.12.24 02:44:51.336900 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:51.336994 [ 4 ] {d24a9b3d-c7c6-45a1-968a-5e787583fce6} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:51.337035 [ 4 ] {d24a9b3d-c7c6-45a1-968a-5e787583fce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:51.337484 [ 4 ] {d24a9b3d-c7c6-45a1-968a-5e787583fce6} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:51.337518 [ 4 ] {d24a9b3d-c7c6-45a1-968a-5e787583fce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:51.337817 [ 4 ] {d24a9b3d-c7c6-45a1-968a-5e787583fce6} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.12.24 02:44:51.338018 [ 4 ] {d24a9b3d-c7c6-45a1-968a-5e787583fce6} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:51.338145 [ 4 ] {d24a9b3d-c7c6-45a1-968a-5e787583fce6} executeQuery: Read 125 rows, 9.93 KiB in 0.00117 sec., 106837.60683760683 rows/sec., 8.29 MiB/sec. 2025.12.24 02:44:51.338183 [ 4 ] {d24a9b3d-c7c6-45a1-968a-5e787583fce6} TCPHandler: Processed in 0.001331522 sec. 2025.12.24 02:44:51.338296 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:51.338390 [ 4 ] {77af3aa4-f9c8-4951-93d2-275ab1a39a4e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:51.338433 [ 4 ] {77af3aa4-f9c8-4951-93d2-275ab1a39a4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:51.338839 [ 4 ] {77af3aa4-f9c8-4951-93d2-275ab1a39a4e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:51.338874 [ 4 ] {77af3aa4-f9c8-4951-93d2-275ab1a39a4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:51.339201 [ 4 ] {77af3aa4-f9c8-4951-93d2-275ab1a39a4e} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.12.24 02:44:51.339405 [ 4 ] {77af3aa4-f9c8-4951-93d2-275ab1a39a4e} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:51.339537 [ 4 ] {77af3aa4-f9c8-4951-93d2-275ab1a39a4e} executeQuery: Read 161 rows, 11.47 KiB in 0.001165 sec., 138197.42489270386 rows/sec., 9.62 MiB/sec. 2025.12.24 02:44:51.339575 [ 4 ] {77af3aa4-f9c8-4951-93d2-275ab1a39a4e} TCPHandler: Processed in 0.001327991 sec. 2025.12.24 02:44:51.339694 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:51.339816 [ 4 ] {e395490e-d242-49a7-b728-6fc0a95f7357} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:51.339882 [ 4 ] {e395490e-d242-49a7-b728-6fc0a95f7357} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:51.340859 [ 4 ] {e395490e-d242-49a7-b728-6fc0a95f7357} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:51.340896 [ 4 ] {e395490e-d242-49a7-b728-6fc0a95f7357} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:51.341466 [ 4 ] {e395490e-d242-49a7-b728-6fc0a95f7357} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.12.24 02:44:51.341687 [ 4 ] {e395490e-d242-49a7-b728-6fc0a95f7357} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:51.341831 [ 4 ] {e395490e-d242-49a7-b728-6fc0a95f7357} executeQuery: Read 45 rows, 82.57 KiB in 0.00204 sec., 22058.823529411762 rows/sec., 39.53 MiB/sec. 2025.12.24 02:44:51.341900 [ 4 ] {e395490e-d242-49a7-b728-6fc0a95f7357} TCPHandler: Processed in 0.002266756 sec. 2025.12.24 02:44:51.342011 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:51.342105 [ 4 ] {ee090fb1-f1ac-4277-9e36-3a31c9798450} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 02:44:51.342148 [ 4 ] {ee090fb1-f1ac-4277-9e36-3a31c9798450} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 02:44:51.342501 [ 4 ] {ee090fb1-f1ac-4277-9e36-3a31c9798450} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:51.342546 [ 4 ] {ee090fb1-f1ac-4277-9e36-3a31c9798450} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:51.342902 [ 4 ] {ee090fb1-f1ac-4277-9e36-3a31c9798450} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 02:44:51.343145 [ 4 ] {ee090fb1-f1ac-4277-9e36-3a31c9798450} oximeter.measurements_i64 (7efcebc0-1b57-4cb9-9c2c-8dd5cd81801b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:51.343291 [ 4 ] {ee090fb1-f1ac-4277-9e36-3a31c9798450} executeQuery: Read 9 rows, 651.00 B in 0.001203 sec., 7481.296758104738 rows/sec., 528.46 KiB/sec. 2025.12.24 02:44:51.343334 [ 4 ] {ee090fb1-f1ac-4277-9e36-3a31c9798450} TCPHandler: Processed in 0.001372111 sec. 2025.12.24 02:44:51.343454 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:51.343566 [ 4 ] {6544cb2b-26d2-414c-a95c-4db644a8fe6a} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:51.343614 [ 4 ] {6544cb2b-26d2-414c-a95c-4db644a8fe6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:51.343942 [ 4 ] {6544cb2b-26d2-414c-a95c-4db644a8fe6a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:51.343977 [ 4 ] {6544cb2b-26d2-414c-a95c-4db644a8fe6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. 2025.12.24 02:44:51.344264 [ 4 ] {6544cb2b-26d2-414c-a95c-4db644a8fe6a} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.12.24 02:44:51.344462 [ 4 ] {6544cb2b-26d2-414c-a95c-4db644a8fe6a} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:51.344586 [ 4 ] {6544cb2b-26d2-414c-a95c-4db644a8fe6a} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2025.12.24 02:44:51.344622 [ 4 ] {6544cb2b-26d2-414c-a95c-4db644a8fe6a} TCPHandler: Processed in 0.00122543 sec. 2025.12.24 02:44:54.660271 [ 30 ] {} DNSResolver: Updating DNS cache 2025.12.24 02:44:54.660369 [ 30 ] {} DNSResolver: Updated DNS cache 2025.12.24 02:44:54.887001 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 51727 2025.12.24 02:44:54.887627 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:54.887680 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:54.888157 [ 244 ] {} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 02:44:54.888381 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:54.888523 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51727 2025.12.24 02:44:55.066142 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2426 2025.12.24 02:44:55.068673 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:55.068712 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:55.069884 [ 242 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 02:44:55.070145 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:55.070409 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2426 2025.12.24 02:44:56.330254 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:56.330445 [ 4 ] {9f116af7-12af-42d8-907c-1cdb8b61b1a4} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:44:56.330518 [ 4 ] {9f116af7-12af-42d8-907c-1cdb8b61b1a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:44:56.331122 [ 4 ] {9f116af7-12af-42d8-907c-1cdb8b61b1a4} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:56.331172 [ 4 ] {9f116af7-12af-42d8-907c-1cdb8b61b1a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:56.331546 [ 4 ] {9f116af7-12af-42d8-907c-1cdb8b61b1a4} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 02:44:56.331757 [ 4 ] {9f116af7-12af-42d8-907c-1cdb8b61b1a4} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:56.331916 [ 4 ] {9f116af7-12af-42d8-907c-1cdb8b61b1a4} executeQuery: Read 2 rows, 152.00 B in 0.001522 sec., 1314.060446780552 rows/sec., 97.53 KiB/sec. 2025.12.24 02:44:56.331968 [ 4 ] {9f116af7-12af-42d8-907c-1cdb8b61b1a4} TCPHandler: Processed in 0.00184402 sec. 2025.12.24 02:44:56.332082 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:56.332183 [ 4 ] {cda2ba1e-44e0-42bc-944c-b7ad551df7a2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:44:56.332225 [ 4 ] {cda2ba1e-44e0-42bc-944c-b7ad551df7a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:44:56.332666 [ 4 ] {cda2ba1e-44e0-42bc-944c-b7ad551df7a2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:56.332705 [ 4 ] {cda2ba1e-44e0-42bc-944c-b7ad551df7a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:56.333001 [ 4 ] {cda2ba1e-44e0-42bc-944c-b7ad551df7a2} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.12.24 02:44:56.333199 [ 4 ] {cda2ba1e-44e0-42bc-944c-b7ad551df7a2} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:56.333326 [ 4 ] {cda2ba1e-44e0-42bc-944c-b7ad551df7a2} executeQuery: Read 88 rows, 7.46 KiB in 0.001167 sec., 75407.0265638389 rows/sec., 6.25 MiB/sec. 2025.12.24 02:44:56.333365 [ 4 ] {cda2ba1e-44e0-42bc-944c-b7ad551df7a2} TCPHandler: Processed in 0.001332221 sec. 2025.12.24 02:44:56.333469 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:56.333561 [ 4 ] {e228d61d-a329-4300-9afa-0ef30cafd4d3} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:44:56.333601 [ 4 ] {e228d61d-a329-4300-9afa-0ef30cafd4d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:44:56.333980 [ 4 ] {e228d61d-a329-4300-9afa-0ef30cafd4d3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:56.334016 [ 4 ] {e228d61d-a329-4300-9afa-0ef30cafd4d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:56.334292 [ 4 ] {e228d61d-a329-4300-9afa-0ef30cafd4d3} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.12.24 02:44:56.334484 [ 4 ] {e228d61d-a329-4300-9afa-0ef30cafd4d3} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:56.334609 [ 4 ] {e228d61d-a329-4300-9afa-0ef30cafd4d3} executeQuery: Read 16 rows, 1.18 KiB in 0.001067 sec., 14995.313964386129 rows/sec., 1.08 MiB/sec. 2025.12.24 02:44:56.334646 [ 4 ] {e228d61d-a329-4300-9afa-0ef30cafd4d3} TCPHandler: Processed in 0.001224889 sec. 2025.12.24 02:44:56.334767 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:56.334890 [ 4 ] {ef2016fc-d2d0-445a-af6a-c3d2c158cea2} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:44:56.334940 [ 4 ] {ef2016fc-d2d0-445a-af6a-c3d2c158cea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:44:56.335451 [ 4 ] {ef2016fc-d2d0-445a-af6a-c3d2c158cea2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:56.335496 [ 4 ] {ef2016fc-d2d0-445a-af6a-c3d2c158cea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:56.335864 [ 4 ] {ef2016fc-d2d0-445a-af6a-c3d2c158cea2} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.12.24 02:44:56.336069 [ 4 ] {ef2016fc-d2d0-445a-af6a-c3d2c158cea2} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:56.336199 [ 4 ] {ef2016fc-d2d0-445a-af6a-c3d2c158cea2} executeQuery: Read 92 rows, 7.22 KiB in 0.001333 sec., 69017.25431357839 rows/sec., 5.29 MiB/sec. 2025.12.24 02:44:56.336240 [ 4 ] {ef2016fc-d2d0-445a-af6a-c3d2c158cea2} TCPHandler: Processed in 0.001534204 sec. 2025.12.24 02:44:56.336347 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:56.336442 [ 4 ] {734d23df-9042-4f31-919e-b7eb58ed7331} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:56.336486 [ 4 ] {734d23df-9042-4f31-919e-b7eb58ed7331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:44:56.336896 [ 4 ] {734d23df-9042-4f31-919e-b7eb58ed7331} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:56.336932 [ 4 ] {734d23df-9042-4f31-919e-b7eb58ed7331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:56.337255 [ 4 ] {734d23df-9042-4f31-919e-b7eb58ed7331} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.12.24 02:44:56.337463 [ 4 ] {734d23df-9042-4f31-919e-b7eb58ed7331} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:56.337582 [ 43 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 2 parts from all_1_155_36 to all_156_156_0 2025.12.24 02:44:56.337596 [ 4 ] {734d23df-9042-4f31-919e-b7eb58ed7331} executeQuery: Read 162 rows, 11.53 KiB in 0.001173 sec., 138107.4168797954 rows/sec., 9.60 MiB/sec. 2025.12.24 02:44:56.337647 [ 43 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:56.337660 [ 4 ] {734d23df-9042-4f31-919e-b7eb58ed7331} TCPHandler: Processed in 0.001362712 sec. 2025.12.24 02:44:56.337672 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:56.337789 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:56.337792 [ 190 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_156_37} MergeTask::PrepareStage: Merging 2 parts: from all_1_155_36 to all_156_156_0 into Compact with storage Full 2025.12.24 02:44:56.337915 [ 4 ] {be704e31-0a82-40db-9c75-0050f673f613} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:44:56.338005 [ 4 ] {be704e31-0a82-40db-9c75-0050f673f613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:44:56.338036 [ 190 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_156_37} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:56.338103 [ 190 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_156_37} MergeTreeSequentialSource: Reading 7 marks from part all_1_155_36, total 44193 rows starting from the beginning of the part 2025.12.24 02:44:56.338227 [ 190 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_156_37} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 162 rows starting from the beginning of the part 2025.12.24 02:44:56.338859 [ 4 ] {be704e31-0a82-40db-9c75-0050f673f613} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:56.338904 [ 4 ] {be704e31-0a82-40db-9c75-0050f673f613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:56.339442 [ 4 ] {be704e31-0a82-40db-9c75-0050f673f613} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.12.24 02:44:56.339665 [ 4 ] {be704e31-0a82-40db-9c75-0050f673f613} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:56.339812 [ 4 ] {be704e31-0a82-40db-9c75-0050f673f613} executeQuery: Read 14 rows, 25.69 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 13.07 MiB/sec. 2025.12.24 02:44:56.339885 [ 4 ] {be704e31-0a82-40db-9c75-0050f673f613} TCPHandler: Processed in 0.002155295 sec. 2025.12.24 02:44:56.340000 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:44:56.340096 [ 4 ] {48b441d5-8719-4846-a56e-8b03c726ae1c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:44:56.340138 [ 4 ] {48b441d5-8719-4846-a56e-8b03c726ae1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:44:56.340493 [ 4 ] {48b441d5-8719-4846-a56e-8b03c726ae1c} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:56.340531 [ 4 ] {48b441d5-8719-4846-a56e-8b03c726ae1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:56.340835 [ 4 ] {48b441d5-8719-4846-a56e-8b03c726ae1c} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.12.24 02:44:56.341035 [ 4 ] {48b441d5-8719-4846-a56e-8b03c726ae1c} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:56.341168 [ 4 ] {48b441d5-8719-4846-a56e-8b03c726ae1c} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.12.24 02:44:56.341206 [ 4 ] {48b441d5-8719-4846-a56e-8b03c726ae1c} TCPHandler: Processed in 0.00125536 sec. 2025.12.24 02:44:56.345817 [ 199 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_156_37} MergeTask::MergeProjectionsStage: Merge sorted 44355 rows, containing 5 columns (5 merged, 0 gathered) in 0.008071469 sec., 5495282.209471411 rows/sec., 377.54 MiB/sec. 2025.12.24 02:44:56.346206 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_156_37} MergedBlockOutputStream: filled checksums all_1_156_37 (state Temporary) 2025.12.24 02:44:56.346518 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_156_37} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_156_37 to all_1_156_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:56.346601 [ 194 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_156_37} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 2 parts: [all_1_155_36, all_156_156_0] -> all_1_156_37 2025.12.24 02:44:56.346694 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.12.24 02:44:57.767117 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 814 2025.12.24 02:44:57.787117 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:57.787182 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:57.793843 [ 243 ] {} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 02:44:57.794603 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:57.798783 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 814 2025.12.24 02:44:59.433681 [ 88 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 2025.12.24 02:44:59.433744 [ 88 ] {} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:44:59.433764 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:44:59.433862 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_53_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full 2025.12.24 02:44:59.433995 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_53_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:44:59.434033 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 254 rows starting from the beginning of the part 2025.12.24 02:44:59.434103 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 228 rows starting from the beginning of the part 2025.12.24 02:44:59.434153 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part 2025.12.24 02:44:59.434201 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 228 rows starting from the beginning of the part 2025.12.24 02:44:59.434247 [ 192 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 24 rows starting from the beginning of the part 2025.12.24 02:44:59.435214 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_53_13} MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 5 columns (5 merged, 0 gathered) in 0.001391733 sec., 544644.6983724608 rows/sec., 39.74 MiB/sec. 2025.12.24 02:44:59.435411 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_53_13} MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) 2025.12.24 02:44:59.435714 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_53_13} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:44:59.435796 [ 194 ] {a87b68c3-cbc3-4cb2-b83f-82945a3b6d79::all_1_53_13} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 2025.12.24 02:44:59.435905 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 02:45:01.361582 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:45:01.361803 [ 4 ] {171a95ca-6610-4849-b612-e8aa8dda840b} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 02:45:01.361887 [ 4 ] {171a95ca-6610-4849-b612-e8aa8dda840b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 02:45:01.362536 [ 4 ] {171a95ca-6610-4849-b612-e8aa8dda840b} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.362582 [ 4 ] {171a95ca-6610-4849-b612-e8aa8dda840b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.362955 [ 4 ] {171a95ca-6610-4849-b612-e8aa8dda840b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 02:45:01.363184 [ 4 ] {171a95ca-6610-4849-b612-e8aa8dda840b} oximeter.fields_ipaddr (6b558a83-4159-4d45-ba58-886d87f50b30): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.363349 [ 4 ] {171a95ca-6610-4849-b612-e8aa8dda840b} executeQuery: Read 1 rows, 76.00 B in 0.001602 sec., 624.2197253433209 rows/sec., 46.33 KiB/sec. 2025.12.24 02:45:01.363403 [ 4 ] {171a95ca-6610-4849-b612-e8aa8dda840b} TCPHandler: Processed in 0.001979761 sec. 2025.12.24 02:45:01.363535 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:45:01.363638 [ 4 ] {9cc7b391-917b-4718-a6eb-f70f91b3f55e} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 02:45:01.363681 [ 4 ] {9cc7b391-917b-4718-a6eb-f70f91b3f55e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 02:45:01.364869 [ 4 ] {9cc7b391-917b-4718-a6eb-f70f91b3f55e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.364904 [ 4 ] {9cc7b391-917b-4718-a6eb-f70f91b3f55e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.365283 [ 4 ] {9cc7b391-917b-4718-a6eb-f70f91b3f55e} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.12.24 02:45:01.365496 [ 4 ] {9cc7b391-917b-4718-a6eb-f70f91b3f55e} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.365616 [ 120 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2025.12.24 02:45:01.365632 [ 4 ] {9cc7b391-917b-4718-a6eb-f70f91b3f55e} executeQuery: Read 1288 rows, 109.57 KiB in 0.002016 sec., 638888.8888888889 rows/sec., 53.08 MiB/sec. 2025.12.24 02:45:01.365661 [ 120 ] {} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.365679 [ 4 ] {9cc7b391-917b-4718-a6eb-f70f91b3f55e} TCPHandler: Processed in 0.002196695 sec. 2025.12.24 02:45:01.365685 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.365786 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:45:01.365836 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2025.12.24 02:45:01.365882 [ 4 ] {2be4f435-c9b3-44f1-a480-47c40616ceb8} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 02:45:01.365932 [ 4 ] {2be4f435-c9b3-44f1-a480-47c40616ceb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 02:45:01.366021 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:45:01.366073 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1439 rows starting from the beginning of the part 2025.12.24 02:45:01.366165 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 142 rows starting from the beginning of the part 2025.12.24 02:45:01.366236 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 216 rows starting from the beginning of the part 2025.12.24 02:45:01.366296 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 148 rows starting from the beginning of the part 2025.12.24 02:45:01.366360 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 88 rows starting from the beginning of the part 2025.12.24 02:45:01.366368 [ 4 ] {2be4f435-c9b3-44f1-a480-47c40616ceb8} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.366412 [ 4 ] {2be4f435-c9b3-44f1-a480-47c40616ceb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.366419 [ 199 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1288 rows starting from the beginning of the part 2025.12.24 02:45:01.366731 [ 4 ] {2be4f435-c9b3-44f1-a480-47c40616ceb8} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.12.24 02:45:01.366956 [ 4 ] {2be4f435-c9b3-44f1-a480-47c40616ceb8} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.367067 [ 120 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.12.24 02:45:01.367091 [ 4 ] {2be4f435-c9b3-44f1-a480-47c40616ceb8} executeQuery: Read 46 rows, 3.45 KiB in 0.001228 sec., 37459.283387622156 rows/sec., 2.74 MiB/sec. 2025.12.24 02:45:01.367093 [ 120 ] {} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.367124 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.367132 [ 4 ] {2be4f435-c9b3-44f1-a480-47c40616ceb8} TCPHandler: Processed in 0.001395683 sec. 2025.12.24 02:45:01.367242 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:45:01.367243 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.12.24 02:45:01.367338 [ 4 ] {ce4e1f58-6fdb-4bdd-89d9-c932ec65afdb} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 02:45:01.367383 [ 4 ] {ce4e1f58-6fdb-4bdd-89d9-c932ec65afdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 02:45:01.367410 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:45:01.367459 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 86 rows starting from the beginning of the part 2025.12.24 02:45:01.367534 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 43 rows starting from the beginning of the part 2025.12.24 02:45:01.367585 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 44 rows starting from the beginning of the part 2025.12.24 02:45:01.367632 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 46 rows starting from the beginning of the part 2025.12.24 02:45:01.367676 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 16 rows starting from the beginning of the part 2025.12.24 02:45:01.367721 [ 194 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 46 rows starting from the beginning of the part 2025.12.24 02:45:01.367930 [ 4 ] {ce4e1f58-6fdb-4bdd-89d9-c932ec65afdb} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.367971 [ 4 ] {ce4e1f58-6fdb-4bdd-89d9-c932ec65afdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.368130 [ 200 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.002370868 sec., 1400752.804458114 rows/sec., 123.09 MiB/sec. 2025.12.24 02:45:01.368287 [ 4 ] {ce4e1f58-6fdb-4bdd-89d9-c932ec65afdb} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 02:45:01.368390 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2025.12.24 02:45:01.368532 [ 4 ] {ce4e1f58-6fdb-4bdd-89d9-c932ec65afdb} oximeter.fields_u32 (a87b68c3-cbc3-4cb2-b83f-82945a3b6d79): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.368669 [ 4 ] {ce4e1f58-6fdb-4bdd-89d9-c932ec65afdb} executeQuery: Read 228 rows, 15.81 KiB in 0.001348 sec., 169139.46587537092 rows/sec., 11.45 MiB/sec. 2025.12.24 02:45:01.368679 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 5 columns (5 merged, 0 gathered) in 0.001502504 sec., 187021.132722442 rows/sec., 14.33 MiB/sec. 2025.12.24 02:45:01.368712 [ 4 ] {ce4e1f58-6fdb-4bdd-89d9-c932ec65afdb} TCPHandler: Processed in 0.001518835 sec. 2025.12.24 02:45:01.368712 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.368800 [ 196 ] {6fbbc42a-4703-4209-a101-52e900aa0e08::all_1_161_32} oximeter.fields_string (6fbbc42a-4703-4209-a101-52e900aa0e08) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2025.12.24 02:45:01.368804 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.12.24 02:45:01.368822 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:45:01.368891 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2025.12.24 02:45:01.368915 [ 4 ] {9ba9738a-671e-4720-a27c-c26b973a068c} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 02:45:01.368956 [ 4 ] {9ba9738a-671e-4720-a27c-c26b973a068c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 02:45:01.369063 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.369129 [ 200 ] {721a19a6-f451-4b4a-8fb5-5b29693a8e83::all_1_156_31} oximeter.fields_u16 (721a19a6-f451-4b4a-8fb5-5b29693a8e83) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.12.24 02:45:01.369202 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 02:45:01.369690 [ 4 ] {9ba9738a-671e-4720-a27c-c26b973a068c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.369725 [ 4 ] {9ba9738a-671e-4720-a27c-c26b973a068c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.370048 [ 4 ] {9ba9738a-671e-4720-a27c-c26b973a068c} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.12.24 02:45:01.370246 [ 4 ] {9ba9738a-671e-4720-a27c-c26b973a068c} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.370354 [ 120 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2025.12.24 02:45:01.370374 [ 4 ] {9ba9738a-671e-4720-a27c-c26b973a068c} executeQuery: Read 572 rows, 43.50 KiB in 0.001476 sec., 387533.87533875334 rows/sec., 28.78 MiB/sec. 2025.12.24 02:45:01.370381 [ 120 ] {} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.370408 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.370415 [ 4 ] {9ba9738a-671e-4720-a27c-c26b973a068c} TCPHandler: Processed in 0.001642306 sec. 2025.12.24 02:45:01.370495 [ 187 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2025.12.24 02:45:01.370535 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:45:01.370616 [ 187 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:45:01.370635 [ 4 ] {eb7d9162-cd0c-41b2-be6f-03c64d6c6641} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 02:45:01.370650 [ 187 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 663 rows starting from the beginning of the part 2025.12.24 02:45:01.370683 [ 4 ] {eb7d9162-cd0c-41b2-be6f-03c64d6c6641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 02:45:01.370716 [ 187 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 113 rows starting from the beginning of the part 2025.12.24 02:45:01.370767 [ 187 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 144 rows starting from the beginning of the part 2025.12.24 02:45:01.370812 [ 187 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 125 rows starting from the beginning of the part 2025.12.24 02:45:01.370856 [ 187 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 92 rows starting from the beginning of the part 2025.12.24 02:45:01.370898 [ 187 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 572 rows starting from the beginning of the part 2025.12.24 02:45:01.371367 [ 4 ] {eb7d9162-cd0c-41b2-be6f-03c64d6c6641} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.371408 [ 4 ] {eb7d9162-cd0c-41b2-be6f-03c64d6c6641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.371788 [ 4 ] {eb7d9162-cd0c-41b2-be6f-03c64d6c6641} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.12.24 02:45:01.371969 [ 189 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 1709 rows, containing 5 columns (5 merged, 0 gathered) in 0.001509424 sec., 1132219.9726518195 rows/sec., 90.06 MiB/sec. 2025.12.24 02:45:01.371989 [ 4 ] {eb7d9162-cd0c-41b2-be6f-03c64d6c6641} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.372127 [ 120 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Selected 6 parts from all_1_156_37 to all_161_161_0 2025.12.24 02:45:01.372146 [ 4 ] {eb7d9162-cd0c-41b2-be6f-03c64d6c6641} executeQuery: Read 845 rows, 58.23 KiB in 0.001529 sec., 552648.790058862 rows/sec., 37.19 MiB/sec. 2025.12.24 02:45:01.372151 [ 120 ] {} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.372177 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.372176 [ 188 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2025.12.24 02:45:01.372187 [ 4 ] {eb7d9162-cd0c-41b2-be6f-03c64d6c6641} TCPHandler: Processed in 0.001700887 sec. 2025.12.24 02:45:01.372244 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_37 to all_161_161_0 into Compact with storage Full 2025.12.24 02:45:01.372306 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:45:01.372349 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:45:01.372384 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} MergeTreeSequentialSource: Reading 7 marks from part all_1_156_37, total 44355 rows starting from the beginning of the part 2025.12.24 02:45:01.372404 [ 4 ] {d7203e85-02b2-428c-979a-aa44e721a3cc} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 02:45:01.372434 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 161 rows starting from the beginning of the part 2025.12.24 02:45:01.372464 [ 4 ] {d7203e85-02b2-428c-979a-aa44e721a3cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.12.24 02:45:01.372465 [ 188 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.372477 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 206 rows starting from the beginning of the part 2025.12.24 02:45:01.372532 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 161 rows starting from the beginning of the part 2025.12.24 02:45:01.372552 [ 188 ] {4ac52a76-6a5f-45ed-83cb-2dd93d5b3998::all_1_161_32} oximeter.fields_uuid (4ac52a76-6a5f-45ed-83cb-2dd93d5b3998) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2025.12.24 02:45:01.372575 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 162 rows starting from the beginning of the part 2025.12.24 02:45:01.372619 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 845 rows starting from the beginning of the part 2025.12.24 02:45:01.372645 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.12.24 02:45:01.373387 [ 4 ] {d7203e85-02b2-428c-979a-aa44e721a3cc} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.373425 [ 4 ] {d7203e85-02b2-428c-979a-aa44e721a3cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.374005 [ 4 ] {d7203e85-02b2-428c-979a-aa44e721a3cc} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.12.24 02:45:01.374226 [ 4 ] {d7203e85-02b2-428c-979a-aa44e721a3cc} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.374374 [ 4 ] {d7203e85-02b2-428c-979a-aa44e721a3cc} executeQuery: Read 45 rows, 82.57 KiB in 0.001987 sec., 22647.206844489177 rows/sec., 40.58 MiB/sec. 2025.12.24 02:45:01.374378 [ 147 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.12.24 02:45:01.374437 [ 147 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.374450 [ 4 ] {d7203e85-02b2-428c-979a-aa44e721a3cc} TCPHandler: Processed in 0.002191755 sec. 2025.12.24 02:45:01.374460 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.374562 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.12.24 02:45:01.374577 [ 4 ] {} TCP-Session: f15c7382-cef8-4b99-92cd-7b5de2c2fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 02:45:01.374681 [ 4 ] {80d33bb8-4bea-4b1c-8a80-50954ba6a3c1} executeQuery: (from [fd00:1122:3344:101::d]:62324) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 02:45:01.374722 [ 4 ] {80d33bb8-4bea-4b1c-8a80-50954ba6a3c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 02:45:01.374777 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:45:01.374831 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 2974 rows starting from the beginning of the part 2025.12.24 02:45:01.374955 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 42 rows starting from the beginning of the part 2025.12.24 02:45:01.375059 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 14 rows starting from the beginning of the part 2025.12.24 02:45:01.375073 [ 4 ] {80d33bb8-4bea-4b1c-8a80-50954ba6a3c1} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.375114 [ 4 ] {80d33bb8-4bea-4b1c-8a80-50954ba6a3c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.375166 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 45 rows starting from the beginning of the part 2025.12.24 02:45:01.375297 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 14 rows starting from the beginning of the part 2025.12.24 02:45:01.375426 [ 189 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 45 rows starting from the beginning of the part 2025.12.24 02:45:01.375511 [ 4 ] {80d33bb8-4bea-4b1c-8a80-50954ba6a3c1} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.12.24 02:45:01.375760 [ 4 ] {80d33bb8-4bea-4b1c-8a80-50954ba6a3c1} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.375888 [ 147 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2025.12.24 02:45:01.375903 [ 4 ] {80d33bb8-4bea-4b1c-8a80-50954ba6a3c1} executeQuery: Read 60 rows, 4.14 KiB in 0.001241 sec., 48348.106365834006 rows/sec., 3.26 MiB/sec. 2025.12.24 02:45:01.375920 [ 147 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:01.375947 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:01.375950 [ 4 ] {80d33bb8-4bea-4b1c-8a80-50954ba6a3c1} TCPHandler: Processed in 0.001422943 sec. 2025.12.24 02:45:01.376022 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2025.12.24 02:45:01.376104 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:45:01.376131 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9288 rows starting from the beginning of the part 2025.12.24 02:45:01.376183 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 60 rows starting from the beginning of the part 2025.12.24 02:45:01.376225 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part 2025.12.24 02:45:01.376262 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 60 rows starting from the beginning of the part 2025.12.24 02:45:01.376298 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part 2025.12.24 02:45:01.376335 [ 188 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 60 rows starting from the beginning of the part 2025.12.24 02:45:01.380060 [ 191 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 9588 rows, containing 4 columns (4 merged, 0 gathered) in 0.004068014 sec., 2356924.042050986 rows/sec., 158.84 MiB/sec. 2025.12.24 02:45:01.380294 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2025.12.24 02:45:01.380593 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.380673 [ 195 ] {59b25110-0440-4b27-81bc-3892270eb61e::all_1_161_32} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2025.12.24 02:45:01.380759 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. 2025.12.24 02:45:01.381638 [ 187 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} MergeTask::MergeProjectionsStage: Merge sorted 45890 rows, containing 5 columns (5 merged, 0 gathered) in 0.009424211 sec., 4869373.149646161 rows/sec., 334.52 MiB/sec. 2025.12.24 02:45:01.382021 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} MergedBlockOutputStream: filled checksums all_1_161_38 (state Temporary) 2025.12.24 02:45:01.382265 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e): Renaming temporary part tmp_merge_all_1_161_38 to all_1_161_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.382334 [ 195 ] {6a374b12-6793-4e7b-878c-8adf0efa412e::all_1_161_38} oximeter.measurements_cumulativeu64 (6a374b12-6793-4e7b-878c-8adf0efa412e) (MergerMutator): Merged 6 parts: [all_1_156_37, all_161_161_0] -> all_1_161_38 2025.12.24 02:45:01.382401 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.12.24 02:45:01.389500 [ 195 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 3134 rows, containing 19 columns (19 merged, 0 gathered) in 0.014970389 sec., 209346.59747318522 rows/sec., 375.14 MiB/sec. 2025.12.24 02:45:01.392076 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.12.24 02:45:01.392440 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:01.392522 [ 197 ] {24a02576-5884-4839-97c1-d20dea07021d::all_1_156_31} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.12.24 02:45:01.392630 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.64 MiB. 2025.12.24 02:45:02.000249 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 406.03 MiB, peak 426.62 MiB, free memory in arenas 0.00 B, will set to 412.78 MiB (RSS), difference: 6.75 MiB 2025.12.24 02:45:02.388731 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 52239 2025.12.24 02:45:02.389295 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:02.389345 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:02.389826 [ 244 ] {} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 02:45:02.390059 [ 244 ] {} system.asynchronous_metric_log (0a9418dd-97f9-40ed-b0d4-ff5bea34d27c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:02.390202 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 52239 2025.12.24 02:45:05.070719 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2456 2025.12.24 02:45:05.073097 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:05.073139 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:05.074338 [ 242 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 02:45:05.074596 [ 242 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:05.074751 [ 121 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 02:45:05.074812 [ 121 ] {} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:05.074832 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:05.074866 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2456 2025.12.24 02:45:05.074961 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 02:45:05.075820 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 02:45:05.076055 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2290 rows starting from the beginning of the part 2025.12.24 02:45:05.076471 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 32 rows starting from the beginning of the part 2025.12.24 02:45:05.076833 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 36 rows starting from the beginning of the part 2025.12.24 02:45:05.077204 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 32 rows starting from the beginning of the part 2025.12.24 02:45:05.077565 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 36 rows starting from the beginning of the part 2025.12.24 02:45:05.077901 [ 195 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 30 rows starting from the beginning of the part 2025.12.24 02:45:05.085831 [ 197 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2456 rows, containing 72 columns (72 merged, 0 gathered) in 0.010932875 sec., 224643.56356402137 rows/sec., 168.36 MiB/sec. 2025.12.24 02:45:05.087861 [ 198 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 02:45:05.088432 [ 198 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:05.088502 [ 198 ] {842a06f1-5e97-4eab-b141-93d86ddf994f::all_1_81_16} system.query_log (842a06f1-5e97-4eab-b141-93d86ddf994f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 02:45:05.088835 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2025.12.24 02:45:05.298928 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 821 2025.12.24 02:45:05.317645 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 02:45:05.317689 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. 2025.12.24 02:45:05.324976 [ 243 ] {} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 02:45:05.325716 [ 243 ] {} system.metric_log (42c979d6-dc23-4b14-903c-b2bae0ece99b): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 02:45:05.329265 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 821 2025.12.24 02:45:06.004984 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 02:45:06.005044 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 02:45:06.008978 [ 219 ] {} oximeter.measurements_u64 (59b25110-0440-4b27-81bc-3892270eb61e): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 02:45:06.132667 [ 219 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:45:06.132696 [ 219 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.12.24 02:45:06.135562 [ 219 ] {} oximeter.measurements_histogramu64 (24a02576-5884-4839-97c1-d20dea07021d): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]