[ Sep 19 00:31:01 Enabled. ] [ Sep 19 00:31:01 Rereading configuration. ] [ Sep 19 00:31:01 Rereading configuration. ] [ Sep 19 00:31:03 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 [ Sep 19 00:31:03 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.09.19 00:31:04.175379 [ 1 ] {} Application: Will watch for the process with pid 27597 2025.09.19 00:31:04.175798 [ 1 ] {} Application: Forked a child process to watch 2025.09.19 00:31:04.534293 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 27597 2025.09.19 00:31:04.534988 [ 1 ] {} Application: starting up 2025.09.19 00:31:04.535114 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.09.19 00:31:04.633868 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.09.19 00:31:04.674637 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.09.19 00:31:04.674687 [ 1 ] {} Application: Initializing DateLUT. 2025.09.19 00:31:04.674703 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.09.19 00:31:04.674758 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.09.19 00:31:04.675251 [ 1 ] {} Application: Initializing interserver credentials. 2025.09.19 00:31:04.677413 [ 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.09.19 00:31:04.678193 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.09.19 00:31:04.679067 [ 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.09.19 00:31:04.679088 [ 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.09.19 00:31:04.679101 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.09.19 00:31:04.679849 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.19 00:31:04.680868 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.09.19 00:31:04.687009 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.19 00:31:04.687710 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.19 00:31:04.689108 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.09.19 00:31:04.689180 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.09.19 00:31:04.690166 [ 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.09.19 00:31:04.690532 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.09.19 00:31:04.694633 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.09.19 00:31:04.695334 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.09.19 00:31:04.698573 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.09.19 00:31:04.698919 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.09.19 00:31:04.699346 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.09.19 00:31:04.699654 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.09.19 00:31:04.701132 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.09.19 00:31:04.701157 [ 1 ] {} Application: Loading metadata from /data/ 2025.09.19 00:31:04.701231 [ 125 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:31:04.701291 [ 125 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:31:04.708334 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.09.19 00:31:04.708354 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000152712 sec 2025.09.19 00:31:04.708381 [ 1 ] {} ReferentialDeps: No tables 2025.09.19 00:31:04.708396 [ 1 ] {} LoadingDeps: No tables 2025.09.19 00:31:04.709100 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.09.19 00:31:04.709687 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.09.19 00:31:04.718359 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.09.19 00:31:04.718398 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.09.19 00:31:04.718416 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.09.19 00:31:04.718427 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.09.19 00:31:04.718456 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.09.19 00:31:04.718472 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.09.19 00:31:04.720492 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.09.19 00:31:04.720534 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.09.19 00:31:04.720551 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.09.19 00:31:04.720675 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.09.19 00:31:04.720714 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.09.19 00:31:04.720726 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.09.19 00:31:04.720747 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.09.19 00:31:04.720758 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.09.19 00:31:04.720785 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.09.19 00:31:04.720801 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.09.19 00:31:04.743194 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.09.19 00:31:04.744478 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.09.19 00:31:04.744512 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.476e-05 sec 2025.09.19 00:31:04.744525 [ 1 ] {} ReferentialDeps: No tables 2025.09.19 00:31:04.744534 [ 1 ] {} LoadingDeps: No tables 2025.09.19 00:31:04.744556 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.09.19 00:31:04.744737 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.09.19 00:31:04.744777 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.09.19 00:31:04.744788 [ 1 ] {} Application: Loaded metadata. 2025.09.19 00:31:04.744799 [ 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.09.19 00:31:04.744809 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.09.19 00:31:04.771818 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.09.19 00:31:04.772050 [ 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.86 MiB 2025.09.19 00:31:04.773537 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.4981e-05 sec. 2025.09.19 00:31:04.773928 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.09.19 00:31:04.773980 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.09.19 00:31:04.773994 [ 1 ] {} Application: Ready for connections. 2025.09.19 00:31:05.324689 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52458 2025.09.19 00:31:05.325670 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.325734 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Authenticating user 'default' from [fd00:1122:3344:101::d]:52458 2025.09.19 00:31:05.325770 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.325804 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.325900 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.19 00:31:05.325927 [ 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.09.19 00:31:05.325954 [ 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.09.19 00:31:05.326380 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55836 2025.09.19 00:31:05.327352 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45068 2025.09.19 00:31:05.327382 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47364 2025.09.19 00:31:05.328036 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39231 2025.09.19 00:31:05.328050 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.328124 [ 4 ] {} TCP-Session: d09e0ca2-d770-4ba8-9182-4c7bccf25e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:55836 2025.09.19 00:31:05.328146 [ 4 ] {} TCP-Session: d09e0ca2-d770-4ba8-9182-4c7bccf25e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.328158 [ 4 ] {} TCP-Session: d09e0ca2-d770-4ba8-9182-4c7bccf25e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.328655 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33733 2025.09.19 00:31:05.328736 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.328773 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Authenticating user 'default' from [fd00:1122:3344:101::d]:47364 2025.09.19 00:31:05.328823 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.328835 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.329463 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.329522 [ 255 ] {} TCP-Session: cc575d40-1a6f-4d04-8157-9b419e744b28 Authenticating user 'default' from [fd00:1122:3344:101::d]:39231 2025.09.19 00:31:05.329541 [ 255 ] {} TCP-Session: cc575d40-1a6f-4d04-8157-9b419e744b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.329537 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38968 2025.09.19 00:31:05.329556 [ 255 ] {} TCP-Session: cc575d40-1a6f-4d04-8157-9b419e744b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.329626 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.329637 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.329652 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49157 2025.09.19 00:31:05.329691 [ 256 ] {} TCP-Session: 2e61a335-1bcd-4bfe-886d-1ca5a6e6324d Authenticating user 'default' from [fd00:1122:3344:101::d]:33733 2025.09.19 00:31:05.329663 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.329747 [ 253 ] {} TCP-Session: e45c0b4a-41d7-4569-a255-c4a0d6036247 Authenticating user 'default' from [fd00:1122:3344:101::d]:45068 2025.09.19 00:31:05.329757 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.329787 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34539 2025.09.19 00:31:05.329798 [ 253 ] {} TCP-Session: e45c0b4a-41d7-4569-a255-c4a0d6036247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.329823 [ 257 ] {} TCP-Session: 7aa2d856-2f3d-4c30-a33e-059e2b503af3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38968 2025.09.19 00:31:05.329845 [ 253 ] {} TCP-Session: e45c0b4a-41d7-4569-a255-c4a0d6036247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.329755 [ 256 ] {} TCP-Session: 2e61a335-1bcd-4bfe-886d-1ca5a6e6324d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.329889 [ 256 ] {} TCP-Session: 2e61a335-1bcd-4bfe-886d-1ca5a6e6324d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.329896 [ 257 ] {} TCP-Session: 7aa2d856-2f3d-4c30-a33e-059e2b503af3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.329892 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.329938 [ 257 ] {} TCP-Session: 7aa2d856-2f3d-4c30-a33e-059e2b503af3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.329967 [ 258 ] {} TCP-Session: d5d7724f-a18c-4104-948c-1e4f01be50e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49157 2025.09.19 00:31:05.329991 [ 258 ] {} TCP-Session: d5d7724f-a18c-4104-948c-1e4f01be50e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.330004 [ 258 ] {} TCP-Session: d5d7724f-a18c-4104-948c-1e4f01be50e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.330071 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.330118 [ 259 ] {} TCP-Session: f49a9d36-9210-44ca-a653-75efb82fc556 Authenticating user 'default' from [fd00:1122:3344:101::d]:34539 2025.09.19 00:31:05.330134 [ 259 ] {} TCP-Session: f49a9d36-9210-44ca-a653-75efb82fc556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.330178 [ 259 ] {} TCP-Session: f49a9d36-9210-44ca-a653-75efb82fc556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.332724 [ 3 ] {60fd2a76-1f00-4da6-8f5b-4cfa4ae4870c} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:31:05.438686 [ 3 ] {60fd2a76-1f00-4da6-8f5b-4cfa4ae4870c} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52458) (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.09.19 00:31:05.439522 [ 3 ] {60fd2a76-1f00-4da6-8f5b-4cfa4ae4870c} 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.09.19 00:31:05.439617 [ 3 ] {60fd2a76-1f00-4da6-8f5b-4cfa4ae4870c} TCPHandler: Processed in 0.112492882 sec. 2025.09.19 00:31:05.440619 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.440880 [ 5 ] {ff65f84b-2cf7-445d-a1b0-af7a68d43907} executeQuery: (from [fd00:1122:3344:101::d]:47364) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:31:05.441309 [ 5 ] {ff65f84b-2cf7-445d-a1b0-af7a68d43907} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47364) (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.09.19 00:31:05.441462 [ 5 ] {ff65f84b-2cf7-445d-a1b0-af7a68d43907} 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.09.19 00:31:05.441545 [ 5 ] {ff65f84b-2cf7-445d-a1b0-af7a68d43907} TCPHandler: Processed in 0.001155485 sec. 2025.09.19 00:31:05.441814 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.442626 [ 3 ] {15597047-d47f-4b08-9469-48dca848c8be} executeQuery: (from [fd00:1122:3344:101::d]:52458) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.09.19 00:31:05.443243 [ 3 ] {15597047-d47f-4b08-9469-48dca848c8be} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.09.19 00:31:05.444614 [ 3 ] {15597047-d47f-4b08-9469-48dca848c8be} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.09.19 00:31:05.444634 [ 3 ] {15597047-d47f-4b08-9469-48dca848c8be} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3301e-05 sec 2025.09.19 00:31:05.444647 [ 3 ] {15597047-d47f-4b08-9469-48dca848c8be} ReferentialDeps: No tables 2025.09.19 00:31:05.444675 [ 3 ] {15597047-d47f-4b08-9469-48dca848c8be} LoadingDeps: No tables 2025.09.19 00:31:05.444699 [ 3 ] {15597047-d47f-4b08-9469-48dca848c8be} DatabaseAtomic (oximeter): Starting up tables. 2025.09.19 00:31:05.445343 [ 3 ] {15597047-d47f-4b08-9469-48dca848c8be} TCPHandler: Processed in 0.003603507 sec. 2025.09.19 00:31:05.445479 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.445643 [ 3 ] {f0862b6e-42c2-4f9e-ac2f-9a0dd1b6aba5} executeQuery: (from [fd00:1122:3344:101::d]:52458) /* 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.09.19 00:31:05.445689 [ 3 ] {f0862b6e-42c2-4f9e-ac2f-9a0dd1b6aba5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.09.19 00:31:05.450652 [ 3 ] {f0862b6e-42c2-4f9e-ac2f-9a0dd1b6aba5} StoragePolicy (default): Storage policy default created, total volumes 1 2025.09.19 00:31:05.451936 [ 3 ] {f0862b6e-42c2-4f9e-ac2f-9a0dd1b6aba5} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23): Loading data parts 2025.09.19 00:31:05.452993 [ 3 ] {f0862b6e-42c2-4f9e-ac2f-9a0dd1b6aba5} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23): There are no data parts 2025.09.19 00:31:05.455617 [ 3 ] {f0862b6e-42c2-4f9e-ac2f-9a0dd1b6aba5} TCPHandler: Processed in 0.010190463 sec. 2025.09.19 00:31:05.455762 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.455925 [ 3 ] {fa203b23-5687-4732-811f-38f01ddcd9de} executeQuery: (from [fd00:1122:3344:101::d]:52458) /* 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.09.19 00:31:05.456004 [ 3 ] {fa203b23-5687-4732-811f-38f01ddcd9de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.09.19 00:31:05.467420 [ 3 ] {fa203b23-5687-4732-811f-38f01ddcd9de} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Loading data parts 2025.09.19 00:31:05.467708 [ 3 ] {fa203b23-5687-4732-811f-38f01ddcd9de} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): There are no data parts 2025.09.19 00:31:05.468971 [ 3 ] {fa203b23-5687-4732-811f-38f01ddcd9de} TCPHandler: Processed in 0.013224943 sec. 2025.09.19 00:31:05.469115 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.469279 [ 3 ] {f23e613d-713d-4293-a6b9-d172512b2ed6} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.469327 [ 3 ] {f23e613d-713d-4293-a6b9-d172512b2ed6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.09.19 00:31:05.471089 [ 3 ] {f23e613d-713d-4293-a6b9-d172512b2ed6} oximeter.measurements_i8 (b14897ee-1303-4427-9ad8-d1e5a101226e): Loading data parts 2025.09.19 00:31:05.471234 [ 3 ] {f23e613d-713d-4293-a6b9-d172512b2ed6} oximeter.measurements_i8 (b14897ee-1303-4427-9ad8-d1e5a101226e): There are no data parts 2025.09.19 00:31:05.472446 [ 3 ] {f23e613d-713d-4293-a6b9-d172512b2ed6} TCPHandler: Processed in 0.003377194 sec. 2025.09.19 00:31:05.472581 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.472732 [ 3 ] {6b1a7b20-19ff-4c30-9544-8c4a09b8d073} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.472786 [ 3 ] {6b1a7b20-19ff-4c30-9544-8c4a09b8d073} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.09.19 00:31:05.474534 [ 3 ] {6b1a7b20-19ff-4c30-9544-8c4a09b8d073} oximeter.measurements_u8 (40476990-e505-47cd-827e-0ed7d1f0de44): Loading data parts 2025.09.19 00:31:05.474679 [ 3 ] {6b1a7b20-19ff-4c30-9544-8c4a09b8d073} oximeter.measurements_u8 (40476990-e505-47cd-827e-0ed7d1f0de44): There are no data parts 2025.09.19 00:31:05.475860 [ 3 ] {6b1a7b20-19ff-4c30-9544-8c4a09b8d073} TCPHandler: Processed in 0.003358144 sec. 2025.09.19 00:31:05.475980 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.476132 [ 3 ] {fdf51cb6-9c46-4d94-a188-d9e486e77cd3} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.476170 [ 3 ] {fdf51cb6-9c46-4d94-a188-d9e486e77cd3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.09.19 00:31:05.477997 [ 3 ] {fdf51cb6-9c46-4d94-a188-d9e486e77cd3} oximeter.measurements_i16 (6433fff4-c22d-41a7-b0ba-020c68fd9348): Loading data parts 2025.09.19 00:31:05.478135 [ 3 ] {fdf51cb6-9c46-4d94-a188-d9e486e77cd3} oximeter.measurements_i16 (6433fff4-c22d-41a7-b0ba-020c68fd9348): There are no data parts 2025.09.19 00:31:05.479408 [ 3 ] {fdf51cb6-9c46-4d94-a188-d9e486e77cd3} TCPHandler: Processed in 0.003435515 sec. 2025.09.19 00:31:05.479541 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.479681 [ 3 ] {85b9d507-600f-408c-a9bb-90b22381497d} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.479726 [ 3 ] {85b9d507-600f-408c-a9bb-90b22381497d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.09.19 00:31:05.481589 [ 3 ] {85b9d507-600f-408c-a9bb-90b22381497d} oximeter.measurements_u16 (64148f05-4363-4778-9c14-bdea36e6b2e7): Loading data parts 2025.09.19 00:31:05.481731 [ 3 ] {85b9d507-600f-408c-a9bb-90b22381497d} oximeter.measurements_u16 (64148f05-4363-4778-9c14-bdea36e6b2e7): There are no data parts 2025.09.19 00:31:05.482975 [ 3 ] {85b9d507-600f-408c-a9bb-90b22381497d} TCPHandler: Processed in 0.003469846 sec. 2025.09.19 00:31:05.483101 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.483261 [ 3 ] {1ba846fa-f53c-4683-a834-cec56ec1fd87} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.483301 [ 3 ] {1ba846fa-f53c-4683-a834-cec56ec1fd87} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.09.19 00:31:05.485065 [ 3 ] {1ba846fa-f53c-4683-a834-cec56ec1fd87} oximeter.measurements_i32 (ad9768c3-dd36-4d8b-9f97-14c918d1d6fd): Loading data parts 2025.09.19 00:31:05.485185 [ 3 ] {1ba846fa-f53c-4683-a834-cec56ec1fd87} oximeter.measurements_i32 (ad9768c3-dd36-4d8b-9f97-14c918d1d6fd): There are no data parts 2025.09.19 00:31:05.486431 [ 3 ] {1ba846fa-f53c-4683-a834-cec56ec1fd87} TCPHandler: Processed in 0.003375114 sec. 2025.09.19 00:31:05.486567 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.486715 [ 3 ] {9796299a-79c0-4c62-a36f-d6613e128cca} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.486766 [ 3 ] {9796299a-79c0-4c62-a36f-d6613e128cca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.09.19 00:31:05.488519 [ 3 ] {9796299a-79c0-4c62-a36f-d6613e128cca} oximeter.measurements_u32 (d21f97ea-07b4-4543-9ab9-11b814ef2865): Loading data parts 2025.09.19 00:31:05.488646 [ 3 ] {9796299a-79c0-4c62-a36f-d6613e128cca} oximeter.measurements_u32 (d21f97ea-07b4-4543-9ab9-11b814ef2865): There are no data parts 2025.09.19 00:31:05.489840 [ 3 ] {9796299a-79c0-4c62-a36f-d6613e128cca} TCPHandler: Processed in 0.003350074 sec. 2025.09.19 00:31:05.489968 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.490116 [ 3 ] {aa5852e3-be9c-439e-98a7-a50155e9bafe} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.490159 [ 3 ] {aa5852e3-be9c-439e-98a7-a50155e9bafe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.09.19 00:31:05.491951 [ 3 ] {aa5852e3-be9c-439e-98a7-a50155e9bafe} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Loading data parts 2025.09.19 00:31:05.492089 [ 3 ] {aa5852e3-be9c-439e-98a7-a50155e9bafe} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): There are no data parts 2025.09.19 00:31:05.493528 [ 3 ] {aa5852e3-be9c-439e-98a7-a50155e9bafe} TCPHandler: Processed in 0.003576997 sec. 2025.09.19 00:31:05.494086 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.494228 [ 3 ] {38f478e3-2d83-4013-a288-f60abf2f4d7d} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.494275 [ 3 ] {38f478e3-2d83-4013-a288-f60abf2f4d7d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.09.19 00:31:05.496084 [ 3 ] {38f478e3-2d83-4013-a288-f60abf2f4d7d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Loading data parts 2025.09.19 00:31:05.496217 [ 3 ] {38f478e3-2d83-4013-a288-f60abf2f4d7d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): There are no data parts 2025.09.19 00:31:05.497564 [ 3 ] {38f478e3-2d83-4013-a288-f60abf2f4d7d} TCPHandler: Processed in 0.003489226 sec. 2025.09.19 00:31:05.497697 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.497837 [ 3 ] {6e93c59d-963e-458c-9bd0-f75fc767249e} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.497883 [ 3 ] {6e93c59d-963e-458c-9bd0-f75fc767249e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.09.19 00:31:05.499686 [ 3 ] {6e93c59d-963e-458c-9bd0-f75fc767249e} oximeter.measurements_f32 (55d8aee1-7364-420a-8c2c-15239ab783fc): Loading data parts 2025.09.19 00:31:05.499818 [ 3 ] {6e93c59d-963e-458c-9bd0-f75fc767249e} oximeter.measurements_f32 (55d8aee1-7364-420a-8c2c-15239ab783fc): There are no data parts 2025.09.19 00:31:05.501123 [ 3 ] {6e93c59d-963e-458c-9bd0-f75fc767249e} TCPHandler: Processed in 0.003451975 sec. 2025.09.19 00:31:05.501264 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.501421 [ 3 ] {64ab7af3-1159-44c4-b209-19687f8a5860} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.501467 [ 3 ] {64ab7af3-1159-44c4-b209-19687f8a5860} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.09.19 00:31:05.502912 [ 3 ] {64ab7af3-1159-44c4-b209-19687f8a5860} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Loading data parts 2025.09.19 00:31:05.503061 [ 3 ] {64ab7af3-1159-44c4-b209-19687f8a5860} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): There are no data parts 2025.09.19 00:31:05.504199 [ 3 ] {64ab7af3-1159-44c4-b209-19687f8a5860} TCPHandler: Processed in 0.003035689 sec. 2025.09.19 00:31:05.504326 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.504540 [ 3 ] {50ecd72c-3d03-4c71-8c81-fbd1aa6e03db} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.504590 [ 3 ] {50ecd72c-3d03-4c71-8c81-fbd1aa6e03db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.09.19 00:31:05.505970 [ 3 ] {50ecd72c-3d03-4c71-8c81-fbd1aa6e03db} oximeter.measurements_string (67f410d2-e937-4584-b040-550d99acb9f7): Loading data parts 2025.09.19 00:31:05.506092 [ 3 ] {50ecd72c-3d03-4c71-8c81-fbd1aa6e03db} oximeter.measurements_string (67f410d2-e937-4584-b040-550d99acb9f7): There are no data parts 2025.09.19 00:31:05.507327 [ 3 ] {50ecd72c-3d03-4c71-8c81-fbd1aa6e03db} TCPHandler: Processed in 0.002984909 sec. 2025.09.19 00:31:05.507464 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.507619 [ 3 ] {dd5dbc03-cdae-4b7e-8d2e-a232572e0bce} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.507679 [ 3 ] {dd5dbc03-cdae-4b7e-8d2e-a232572e0bce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.09.19 00:31:05.509200 [ 3 ] {dd5dbc03-cdae-4b7e-8d2e-a232572e0bce} oximeter.measurements_bytes (eae3e2d7-19b7-4d19-a60c-ed4b4a8bcb0d): Loading data parts 2025.09.19 00:31:05.509324 [ 3 ] {dd5dbc03-cdae-4b7e-8d2e-a232572e0bce} oximeter.measurements_bytes (eae3e2d7-19b7-4d19-a60c-ed4b4a8bcb0d): There are no data parts 2025.09.19 00:31:05.510518 [ 3 ] {dd5dbc03-cdae-4b7e-8d2e-a232572e0bce} TCPHandler: Processed in 0.00309537 sec. 2025.09.19 00:31:05.510657 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.510817 [ 3 ] {407adce9-c412-415e-8282-b832d8985346} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.510872 [ 3 ] {407adce9-c412-415e-8282-b832d8985346} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.09.19 00:31:05.512335 [ 3 ] {407adce9-c412-415e-8282-b832d8985346} oximeter.measurements_cumulativei64 (239dcd1c-964f-48b3-9ae8-fece05489a84): Loading data parts 2025.09.19 00:31:05.512534 [ 3 ] {407adce9-c412-415e-8282-b832d8985346} oximeter.measurements_cumulativei64 (239dcd1c-964f-48b3-9ae8-fece05489a84): There are no data parts 2025.09.19 00:31:05.513754 [ 3 ] {407adce9-c412-415e-8282-b832d8985346} TCPHandler: Processed in 0.003167842 sec. 2025.09.19 00:31:05.513882 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.514038 [ 3 ] {ea8992ce-56a1-4690-95d2-f116ec7e1299} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.514083 [ 3 ] {ea8992ce-56a1-4690-95d2-f116ec7e1299} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.09.19 00:31:05.515639 [ 3 ] {ea8992ce-56a1-4690-95d2-f116ec7e1299} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Loading data parts 2025.09.19 00:31:05.515761 [ 3 ] {ea8992ce-56a1-4690-95d2-f116ec7e1299} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): There are no data parts 2025.09.19 00:31:05.516080 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60640 2025.09.19 00:31:05.516226 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.516271 [ 262 ] {} TCP-Session: 81847788-a355-41da-a742-b79f4064b9a5 Authenticating user 'default' from [fd00:1122:3344:101::c]:60640 2025.09.19 00:31:05.516291 [ 262 ] {} TCP-Session: 81847788-a355-41da-a742-b79f4064b9a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.516323 [ 262 ] {} TCP-Session: 81847788-a355-41da-a742-b79f4064b9a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.516439 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.19 00:31:05.516461 [ 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.09.19 00:31:05.516490 [ 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.09.19 00:31:05.517039 [ 3 ] {ea8992ce-56a1-4690-95d2-f116ec7e1299} TCPHandler: Processed in 0.003174611 sec. 2025.09.19 00:31:05.517171 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.517326 [ 3 ] {4a7574e0-b75e-4311-a72a-d228281467ba} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.517382 [ 3 ] {4a7574e0-b75e-4311-a72a-d228281467ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.09.19 00:31:05.518934 [ 3 ] {4a7574e0-b75e-4311-a72a-d228281467ba} oximeter.measurements_cumulativef32 (f6a0f4ea-7a1c-4cb3-bb09-4f327f4c3411): Loading data parts 2025.09.19 00:31:05.519080 [ 3 ] {4a7574e0-b75e-4311-a72a-d228281467ba} oximeter.measurements_cumulativef32 (f6a0f4ea-7a1c-4cb3-bb09-4f327f4c3411): There are no data parts 2025.09.19 00:31:05.519228 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59592 2025.09.19 00:31:05.519319 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51790 2025.09.19 00:31:05.519396 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36756 2025.09.19 00:31:05.519485 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46299 2025.09.19 00:31:05.519602 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34269 2025.09.19 00:31:05.519628 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.519608 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.519679 [ 264 ] {} TCP-Session: 02a691bf-8d26-4884-b478-60c4696edf27 Authenticating user 'default' from [fd00:1122:3344:101::c]:51790 2025.09.19 00:31:05.519705 [ 263 ] {} TCP-Session: c52e5329-2460-4047-9ab3-d226a399534e Authenticating user 'default' from [fd00:1122:3344:101::c]:59592 2025.09.19 00:31:05.519709 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.519705 [ 264 ] {} TCP-Session: 02a691bf-8d26-4884-b478-60c4696edf27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.519708 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33545 2025.09.19 00:31:05.519842 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.519824 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.519870 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35090 2025.09.19 00:31:05.519883 [ 265 ] {} TCP-Session: eba87ba7-4537-4c32-80ed-9365a6e55966 Authenticating user 'default' from [fd00:1122:3344:101::c]:36756 2025.09.19 00:31:05.519913 [ 267 ] {} TCP-Session: 7e4011f8-875b-4f89-9a3d-5d0b2cd37ddd Authenticating user 'default' from [fd00:1122:3344:101::c]:34269 2025.09.19 00:31:05.519788 [ 264 ] {} TCP-Session: 02a691bf-8d26-4884-b478-60c4696edf27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.519948 [ 265 ] {} TCP-Session: eba87ba7-4537-4c32-80ed-9365a6e55966 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.519957 [ 267 ] {} TCP-Session: 7e4011f8-875b-4f89-9a3d-5d0b2cd37ddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.519987 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.519992 [ 265 ] {} TCP-Session: eba87ba7-4537-4c32-80ed-9365a6e55966 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.520021 [ 268 ] {} TCP-Session: a58d1289-7e68-4346-9113-015919c7311f Authenticating user 'default' from [fd00:1122:3344:101::c]:33545 2025.09.19 00:31:05.520002 [ 267 ] {} TCP-Session: 7e4011f8-875b-4f89-9a3d-5d0b2cd37ddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.520042 [ 268 ] {} TCP-Session: a58d1289-7e68-4346-9113-015919c7311f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.520053 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:05.520089 [ 268 ] {} TCP-Session: a58d1289-7e68-4346-9113-015919c7311f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.519785 [ 263 ] {} TCP-Session: c52e5329-2460-4047-9ab3-d226a399534e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.520107 [ 269 ] {} TCP-Session: bb31894a-6559-4998-aefc-d03a1376f1ea Authenticating user 'default' from [fd00:1122:3344:101::c]:35090 2025.09.19 00:31:05.519767 [ 266 ] {} TCP-Session: d4b99707-2f6f-4dfb-b776-2ab69154ccd2 Authenticating user 'default' from [fd00:1122:3344:101::c]:46299 2025.09.19 00:31:05.520162 [ 263 ] {} TCP-Session: c52e5329-2460-4047-9ab3-d226a399534e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.520174 [ 266 ] {} TCP-Session: d4b99707-2f6f-4dfb-b776-2ab69154ccd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.520171 [ 269 ] {} TCP-Session: bb31894a-6559-4998-aefc-d03a1376f1ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.520197 [ 266 ] {} TCP-Session: d4b99707-2f6f-4dfb-b776-2ab69154ccd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.520200 [ 269 ] {} TCP-Session: bb31894a-6559-4998-aefc-d03a1376f1ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:05.520443 [ 3 ] {4a7574e0-b75e-4311-a72a-d228281467ba} TCPHandler: Processed in 0.003317853 sec. 2025.09.19 00:31:05.520574 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.520758 [ 3 ] {8f0442a7-3519-4ffd-9d3f-6ad00dd8a209} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.520809 [ 3 ] {8f0442a7-3519-4ffd-9d3f-6ad00dd8a209} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.09.19 00:31:05.522489 [ 3 ] {8f0442a7-3519-4ffd-9d3f-6ad00dd8a209} oximeter.measurements_cumulativef64 (14d95b09-94f8-4489-9b46-38921b2de947): Loading data parts 2025.09.19 00:31:05.522683 [ 3 ] {8f0442a7-3519-4ffd-9d3f-6ad00dd8a209} oximeter.measurements_cumulativef64 (14d95b09-94f8-4489-9b46-38921b2de947): There are no data parts 2025.09.19 00:31:05.523900 [ 3 ] {8f0442a7-3519-4ffd-9d3f-6ad00dd8a209} TCPHandler: Processed in 0.003404885 sec. 2025.09.19 00:31:05.524030 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.524241 [ 3 ] {5a768fce-6764-4655-b078-3186e09abfd1} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.524305 [ 3 ] {5a768fce-6764-4655-b078-3186e09abfd1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.09.19 00:31:05.526047 [ 3 ] {5a768fce-6764-4655-b078-3186e09abfd1} oximeter.measurements_histogrami8 (920b0845-3001-48cd-b51f-92be2dd9a5b3): Loading data parts 2025.09.19 00:31:05.526197 [ 3 ] {5a768fce-6764-4655-b078-3186e09abfd1} oximeter.measurements_histogrami8 (920b0845-3001-48cd-b51f-92be2dd9a5b3): There are no data parts 2025.09.19 00:31:05.527515 [ 3 ] {5a768fce-6764-4655-b078-3186e09abfd1} TCPHandler: Processed in 0.003498496 sec. 2025.09.19 00:31:05.527642 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.527848 [ 3 ] {a427242e-315e-4dfb-b6c2-3e6a82499ca2} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.527910 [ 3 ] {a427242e-315e-4dfb-b6c2-3e6a82499ca2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.09.19 00:31:05.529548 [ 3 ] {a427242e-315e-4dfb-b6c2-3e6a82499ca2} oximeter.measurements_histogramu8 (dfe72c1d-955a-457e-a9e8-d2c0439ba5f6): Loading data parts 2025.09.19 00:31:05.529676 [ 3 ] {a427242e-315e-4dfb-b6c2-3e6a82499ca2} oximeter.measurements_histogramu8 (dfe72c1d-955a-457e-a9e8-d2c0439ba5f6): There are no data parts 2025.09.19 00:31:05.530919 [ 3 ] {a427242e-315e-4dfb-b6c2-3e6a82499ca2} TCPHandler: Processed in 0.003307203 sec. 2025.09.19 00:31:05.531064 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.531270 [ 3 ] {ce5c511b-3796-4047-b334-0dd9c8f04c23} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.531338 [ 3 ] {ce5c511b-3796-4047-b334-0dd9c8f04c23} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.09.19 00:31:05.532971 [ 3 ] {ce5c511b-3796-4047-b334-0dd9c8f04c23} oximeter.measurements_histogrami16 (314e6178-7be5-4796-96c7-c02f56512916): Loading data parts 2025.09.19 00:31:05.533132 [ 3 ] {ce5c511b-3796-4047-b334-0dd9c8f04c23} oximeter.measurements_histogrami16 (314e6178-7be5-4796-96c7-c02f56512916): There are no data parts 2025.09.19 00:31:05.534318 [ 3 ] {ce5c511b-3796-4047-b334-0dd9c8f04c23} TCPHandler: Processed in 0.003362094 sec. 2025.09.19 00:31:05.534513 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.534732 [ 3 ] {a2745184-86a1-4d5c-895e-227dcabdaf12} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.534798 [ 3 ] {a2745184-86a1-4d5c-895e-227dcabdaf12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.09.19 00:31:05.536468 [ 3 ] {a2745184-86a1-4d5c-895e-227dcabdaf12} oximeter.measurements_histogramu16 (ed2b3327-4537-491f-aef6-62346248eefc): Loading data parts 2025.09.19 00:31:05.536638 [ 3 ] {a2745184-86a1-4d5c-895e-227dcabdaf12} oximeter.measurements_histogramu16 (ed2b3327-4537-491f-aef6-62346248eefc): There are no data parts 2025.09.19 00:31:05.537852 [ 3 ] {a2745184-86a1-4d5c-895e-227dcabdaf12} TCPHandler: Processed in 0.003415115 sec. 2025.09.19 00:31:05.537986 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.538179 [ 3 ] {89f573f1-feb4-449f-821a-1784f6f4d00e} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.538237 [ 3 ] {89f573f1-feb4-449f-821a-1784f6f4d00e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.09.19 00:31:05.539858 [ 3 ] {89f573f1-feb4-449f-821a-1784f6f4d00e} oximeter.measurements_histogrami32 (8abdeb2d-1ae6-43fc-b5b3-784343746cc0): Loading data parts 2025.09.19 00:31:05.539999 [ 3 ] {89f573f1-feb4-449f-821a-1784f6f4d00e} oximeter.measurements_histogrami32 (8abdeb2d-1ae6-43fc-b5b3-784343746cc0): There are no data parts 2025.09.19 00:31:05.541329 [ 3 ] {89f573f1-feb4-449f-821a-1784f6f4d00e} TCPHandler: Processed in 0.003351114 sec. 2025.09.19 00:31:05.541465 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.541659 [ 3 ] {fb0a5518-42bc-4998-a22f-66ab60746f74} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.541718 [ 3 ] {fb0a5518-42bc-4998-a22f-66ab60746f74} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.09.19 00:31:05.543344 [ 3 ] {fb0a5518-42bc-4998-a22f-66ab60746f74} oximeter.measurements_histogramu32 (bb7fdbd6-daf5-4326-9325-47bb851965c3): Loading data parts 2025.09.19 00:31:05.543514 [ 3 ] {fb0a5518-42bc-4998-a22f-66ab60746f74} oximeter.measurements_histogramu32 (bb7fdbd6-daf5-4326-9325-47bb851965c3): There are no data parts 2025.09.19 00:31:05.544735 [ 3 ] {fb0a5518-42bc-4998-a22f-66ab60746f74} TCPHandler: Processed in 0.003318934 sec. 2025.09.19 00:31:05.544879 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.545090 [ 3 ] {82fb1764-45af-44f2-8360-b5b4b808bb9c} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.545152 [ 3 ] {82fb1764-45af-44f2-8360-b5b4b808bb9c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.09.19 00:31:05.546755 [ 3 ] {82fb1764-45af-44f2-8360-b5b4b808bb9c} oximeter.measurements_histogrami64 (5802b3d3-1e3e-4df9-9ff4-98fc319d910a): Loading data parts 2025.09.19 00:31:05.546895 [ 3 ] {82fb1764-45af-44f2-8360-b5b4b808bb9c} oximeter.measurements_histogrami64 (5802b3d3-1e3e-4df9-9ff4-98fc319d910a): There are no data parts 2025.09.19 00:31:05.548141 [ 3 ] {82fb1764-45af-44f2-8360-b5b4b808bb9c} TCPHandler: Processed in 0.003356614 sec. 2025.09.19 00:31:05.548260 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.548523 [ 3 ] {1b2a5ccd-325e-411a-8be8-e83464680b77} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.548585 [ 3 ] {1b2a5ccd-325e-411a-8be8-e83464680b77} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.09.19 00:31:05.550109 [ 3 ] {1b2a5ccd-325e-411a-8be8-e83464680b77} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Loading data parts 2025.09.19 00:31:05.550236 [ 3 ] {1b2a5ccd-325e-411a-8be8-e83464680b77} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): There are no data parts 2025.09.19 00:31:05.551592 [ 3 ] {1b2a5ccd-325e-411a-8be8-e83464680b77} TCPHandler: Processed in 0.003332253 sec. 2025.09.19 00:31:05.551713 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.551929 [ 3 ] {25fd90fc-f30a-46d6-832d-5d5648706c59} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.551991 [ 3 ] {25fd90fc-f30a-46d6-832d-5d5648706c59} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.09.19 00:31:05.553717 [ 3 ] {25fd90fc-f30a-46d6-832d-5d5648706c59} oximeter.measurements_histogramf32 (b6c26dfe-4f12-4bdf-a549-5cd9475328cc): Loading data parts 2025.09.19 00:31:05.553881 [ 3 ] {25fd90fc-f30a-46d6-832d-5d5648706c59} oximeter.measurements_histogramf32 (b6c26dfe-4f12-4bdf-a549-5cd9475328cc): There are no data parts 2025.09.19 00:31:05.555211 [ 3 ] {25fd90fc-f30a-46d6-832d-5d5648706c59} TCPHandler: Processed in 0.003524756 sec. 2025.09.19 00:31:05.555350 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.555548 [ 3 ] {99aa2d35-b6e5-49b9-b36b-9756d914f67b} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.555612 [ 3 ] {99aa2d35-b6e5-49b9-b36b-9756d914f67b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.09.19 00:31:05.557240 [ 3 ] {99aa2d35-b6e5-49b9-b36b-9756d914f67b} oximeter.measurements_histogramf64 (743cd5ed-ad5a-4089-bcc3-ab9c09f74d2c): Loading data parts 2025.09.19 00:31:05.557376 [ 3 ] {99aa2d35-b6e5-49b9-b36b-9756d914f67b} oximeter.measurements_histogramf64 (743cd5ed-ad5a-4089-bcc3-ab9c09f74d2c): There are no data parts 2025.09.19 00:31:05.558602 [ 3 ] {99aa2d35-b6e5-49b9-b36b-9756d914f67b} TCPHandler: Processed in 0.003298663 sec. 2025.09.19 00:31:05.558742 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.558931 [ 3 ] {99dbbc24-ce0f-497f-8481-e7ffc128075e} executeQuery: (from [fd00:1122:3344:101::d]:52458) /* 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.09.19 00:31:05.558996 [ 3 ] {99dbbc24-ce0f-497f-8481-e7ffc128075e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.09.19 00:31:05.560600 [ 3 ] {99dbbc24-ce0f-497f-8481-e7ffc128075e} oximeter.fields_bool (e362eb44-7aa6-4698-a256-892a1caa0d2a): Loading data parts 2025.09.19 00:31:05.560742 [ 3 ] {99dbbc24-ce0f-497f-8481-e7ffc128075e} oximeter.fields_bool (e362eb44-7aa6-4698-a256-892a1caa0d2a): There are no data parts 2025.09.19 00:31:05.561970 [ 3 ] {99dbbc24-ce0f-497f-8481-e7ffc128075e} TCPHandler: Processed in 0.003311983 sec. 2025.09.19 00:31:05.562108 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.562250 [ 3 ] {b2d6fa0d-2b08-447b-b574-2ebaa46e0abe} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.562299 [ 3 ] {b2d6fa0d-2b08-447b-b574-2ebaa46e0abe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.09.19 00:31:05.563768 [ 3 ] {b2d6fa0d-2b08-447b-b574-2ebaa46e0abe} oximeter.fields_i8 (f6081798-165f-4b72-a885-2141ab4f224f): Loading data parts 2025.09.19 00:31:05.563949 [ 3 ] {b2d6fa0d-2b08-447b-b574-2ebaa46e0abe} oximeter.fields_i8 (f6081798-165f-4b72-a885-2141ab4f224f): There are no data parts 2025.09.19 00:31:05.565134 [ 3 ] {b2d6fa0d-2b08-447b-b574-2ebaa46e0abe} TCPHandler: Processed in 0.003026939 sec. 2025.09.19 00:31:05.565266 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.565429 [ 3 ] {299de32c-a3cc-47b5-ba1d-a2a3101d91e0} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.565484 [ 3 ] {299de32c-a3cc-47b5-ba1d-a2a3101d91e0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.09.19 00:31:05.567211 [ 3 ] {299de32c-a3cc-47b5-ba1d-a2a3101d91e0} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Loading data parts 2025.09.19 00:31:05.567354 [ 3 ] {299de32c-a3cc-47b5-ba1d-a2a3101d91e0} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): There are no data parts 2025.09.19 00:31:05.568296 [ 3 ] {299de32c-a3cc-47b5-ba1d-a2a3101d91e0} TCPHandler: Processed in 0.003136052 sec. 2025.09.19 00:31:05.568500 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.568652 [ 3 ] {407e2caa-5723-44f1-a67d-12e910f2b2b4} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.568703 [ 3 ] {407e2caa-5723-44f1-a67d-12e910f2b2b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.09.19 00:31:05.570695 [ 3 ] {407e2caa-5723-44f1-a67d-12e910f2b2b4} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Loading data parts 2025.09.19 00:31:05.570857 [ 3 ] {407e2caa-5723-44f1-a67d-12e910f2b2b4} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): There are no data parts 2025.09.19 00:31:05.572041 [ 3 ] {407e2caa-5723-44f1-a67d-12e910f2b2b4} TCPHandler: Processed in 0.003629397 sec. 2025.09.19 00:31:05.572164 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.572324 [ 3 ] {1d12482f-ec3b-43dc-a3b9-1f7819f1e2c6} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.572436 [ 3 ] {1d12482f-ec3b-43dc-a3b9-1f7819f1e2c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.09.19 00:31:05.574453 [ 3 ] {1d12482f-ec3b-43dc-a3b9-1f7819f1e2c6} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Loading data parts 2025.09.19 00:31:05.574594 [ 3 ] {1d12482f-ec3b-43dc-a3b9-1f7819f1e2c6} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): There are no data parts 2025.09.19 00:31:05.575725 [ 3 ] {1d12482f-ec3b-43dc-a3b9-1f7819f1e2c6} TCPHandler: Processed in 0.003576817 sec. 2025.09.19 00:31:05.575863 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.576005 [ 3 ] {1cd1ba85-3426-4df2-844c-4e39c51f75cd} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.576054 [ 3 ] {1cd1ba85-3426-4df2-844c-4e39c51f75cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.09.19 00:31:05.578144 [ 3 ] {1cd1ba85-3426-4df2-844c-4e39c51f75cd} oximeter.fields_i32 (e32b52c7-57d4-49b2-a300-c031baf481b7): Loading data parts 2025.09.19 00:31:05.578310 [ 3 ] {1cd1ba85-3426-4df2-844c-4e39c51f75cd} oximeter.fields_i32 (e32b52c7-57d4-49b2-a300-c031baf481b7): There are no data parts 2025.09.19 00:31:05.579416 [ 3 ] {1cd1ba85-3426-4df2-844c-4e39c51f75cd} TCPHandler: Processed in 0.003570096 sec. 2025.09.19 00:31:05.579552 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.579718 [ 3 ] {e7941fee-9243-43a1-9983-fb7c6ebb5e0f} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.579772 [ 3 ] {e7941fee-9243-43a1-9983-fb7c6ebb5e0f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.09.19 00:31:05.581753 [ 3 ] {e7941fee-9243-43a1-9983-fb7c6ebb5e0f} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Loading data parts 2025.09.19 00:31:05.581885 [ 3 ] {e7941fee-9243-43a1-9983-fb7c6ebb5e0f} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): There are no data parts 2025.09.19 00:31:05.582963 [ 3 ] {e7941fee-9243-43a1-9983-fb7c6ebb5e0f} TCPHandler: Processed in 0.003448614 sec. 2025.09.19 00:31:05.583106 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.583256 [ 3 ] {82465709-9398-4047-a25e-1d7e5327a742} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.583315 [ 3 ] {82465709-9398-4047-a25e-1d7e5327a742} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.09.19 00:31:05.585335 [ 3 ] {82465709-9398-4047-a25e-1d7e5327a742} oximeter.fields_i64 (ac7e7a93-2dfe-432e-b17f-0abd0d51aa1f): Loading data parts 2025.09.19 00:31:05.585519 [ 3 ] {82465709-9398-4047-a25e-1d7e5327a742} oximeter.fields_i64 (ac7e7a93-2dfe-432e-b17f-0abd0d51aa1f): There are no data parts 2025.09.19 00:31:05.586610 [ 3 ] {82465709-9398-4047-a25e-1d7e5327a742} TCPHandler: Processed in 0.003550596 sec. 2025.09.19 00:31:05.586745 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.586912 [ 3 ] {4f09850a-0cb7-4909-81e0-a0fb9d567c94} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.586966 [ 3 ] {4f09850a-0cb7-4909-81e0-a0fb9d567c94} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.09.19 00:31:05.589481 [ 3 ] {4f09850a-0cb7-4909-81e0-a0fb9d567c94} oximeter.fields_u64 (9189f3a8-e662-4ae0-bcce-e15779a877ee): Loading data parts 2025.09.19 00:31:05.589612 [ 3 ] {4f09850a-0cb7-4909-81e0-a0fb9d567c94} oximeter.fields_u64 (9189f3a8-e662-4ae0-bcce-e15779a877ee): There are no data parts 2025.09.19 00:31:05.590808 [ 3 ] {4f09850a-0cb7-4909-81e0-a0fb9d567c94} TCPHandler: Processed in 0.004113274 sec. 2025.09.19 00:31:05.590982 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.591132 [ 3 ] {4d8eda33-7cf7-40e7-b90c-76d4e62fdea3} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.591251 [ 3 ] {4d8eda33-7cf7-40e7-b90c-76d4e62fdea3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.09.19 00:31:05.593413 [ 3 ] {4d8eda33-7cf7-40e7-b90c-76d4e62fdea3} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Loading data parts 2025.09.19 00:31:05.593649 [ 3 ] {4d8eda33-7cf7-40e7-b90c-76d4e62fdea3} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): There are no data parts 2025.09.19 00:31:05.594919 [ 3 ] {4d8eda33-7cf7-40e7-b90c-76d4e62fdea3} TCPHandler: Processed in 0.003986442 sec. 2025.09.19 00:31:05.595052 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.595289 [ 3 ] {d9edb735-3628-4c9c-9c99-5186de4c85b7} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.595426 [ 3 ] {d9edb735-3628-4c9c-9c99-5186de4c85b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.09.19 00:31:05.597814 [ 3 ] {d9edb735-3628-4c9c-9c99-5186de4c85b7} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Loading data parts 2025.09.19 00:31:05.598006 [ 3 ] {d9edb735-3628-4c9c-9c99-5186de4c85b7} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): There are no data parts 2025.09.19 00:31:05.599325 [ 3 ] {d9edb735-3628-4c9c-9c99-5186de4c85b7} TCPHandler: Processed in 0.004320306 sec. 2025.09.19 00:31:05.599480 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.599660 [ 3 ] {12b11e5d-134a-4c25-917f-4fa5052d856f} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:05.599796 [ 3 ] {12b11e5d-134a-4c25-917f-4fa5052d856f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.09.19 00:31:05.602029 [ 3 ] {12b11e5d-134a-4c25-917f-4fa5052d856f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Loading data parts 2025.09.19 00:31:05.602261 [ 3 ] {12b11e5d-134a-4c25-917f-4fa5052d856f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): There are no data parts 2025.09.19 00:31:05.603650 [ 3 ] {12b11e5d-134a-4c25-917f-4fa5052d856f} TCPHandler: Processed in 0.004242615 sec. 2025.09.19 00:31:05.603833 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.604192 [ 3 ] {b4994a08-d9b1-4293-ba9a-368430fc4149} executeQuery: (from [fd00:1122:3344:101::d]:52458) /* 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.09.19 00:31:05.604337 [ 3 ] {b4994a08-d9b1-4293-ba9a-368430fc4149} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.09.19 00:31:05.606606 [ 3 ] {b4994a08-d9b1-4293-ba9a-368430fc4149} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Loading data parts 2025.09.19 00:31:05.606832 [ 3 ] {b4994a08-d9b1-4293-ba9a-368430fc4149} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): There are no data parts 2025.09.19 00:31:05.608027 [ 3 ] {b4994a08-d9b1-4293-ba9a-368430fc4149} TCPHandler: Processed in 0.004264106 sec. 2025.09.19 00:31:05.610324 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:05.610712 [ 5 ] {f8fb2562-3883-4e0a-bd58-cfc48eaa8e4f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.09.19 00:31:05.611938 [ 5 ] {f8fb2562-3883-4e0a-bd58-cfc48eaa8e4f} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.09.19 00:31:05.627168 [ 260 ] {f8fb2562-3883-4e0a-bd58-cfc48eaa8e4f} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:05.627262 [ 260 ] {f8fb2562-3883-4e0a-bd58-cfc48eaa8e4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.19 00:31:05.631589 [ 260 ] {f8fb2562-3883-4e0a-bd58-cfc48eaa8e4f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:05.632114 [ 260 ] {f8fb2562-3883-4e0a-bd58-cfc48eaa8e4f} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:05.632484 [ 5 ] {f8fb2562-3883-4e0a-bd58-cfc48eaa8e4f} executeQuery: Read 1 rows, 16.00 B in 0.021884 sec., 45.69548528605374 rows/sec., 731.13 B/sec. 2025.09.19 00:31:05.632725 [ 5 ] {f8fb2562-3883-4e0a-bd58-cfc48eaa8e4f} TCPHandler: Processed in 0.022414143 sec. 2025.09.19 00:31:06.000705 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.58 MiB, peak 124.58 MiB, free memory in arenas 0.00 B, will set to 138.55 MiB (RSS), difference: 13.97 MiB 2025.09.19 00:31:08.054709 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40022 2025.09.19 00:31:08.054852 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.054890 [ 270 ] {} TCP-Session: 66787f0d-8aa3-4251-a1dd-a31c9c1707a1 Authenticating user 'default' from [fd00:1122:3344:101::b]:40022 2025.09.19 00:31:08.055015 [ 270 ] {} TCP-Session: 66787f0d-8aa3-4251-a1dd-a31c9c1707a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.055031 [ 270 ] {} TCP-Session: 66787f0d-8aa3-4251-a1dd-a31c9c1707a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.055096 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.19 00:31:08.055197 [ 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.09.19 00:31:08.055215 [ 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.09.19 00:31:08.056338 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37489 2025.09.19 00:31:08.056519 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.056618 [ 271 ] {} TCP-Session: 16043a14-dcb9-4c55-8ae9-2cfae5d2572c Authenticating user 'default' from [fd00:1122:3344:101::b]:37489 2025.09.19 00:31:08.056569 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63572 2025.09.19 00:31:08.056570 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34874 2025.09.19 00:31:08.056658 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64437 2025.09.19 00:31:08.056731 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61501 2025.09.19 00:31:08.056820 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65190 2025.09.19 00:31:08.056702 [ 271 ] {} TCP-Session: 16043a14-dcb9-4c55-8ae9-2cfae5d2572c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.056903 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.056905 [ 271 ] {} TCP-Session: 16043a14-dcb9-4c55-8ae9-2cfae5d2572c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057054 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.057060 [ 272 ] {} TCP-Session: c660098c-2f26-457f-ac6c-ca0701b93768 Authenticating user 'default' from [fd00:1122:3344:101::b]:63572 2025.09.19 00:31:08.057108 [ 273 ] {} TCP-Session: 0dd8b5d7-d4ef-4740-862a-2e0feaf3a156 Authenticating user 'default' from [fd00:1122:3344:101::b]:34874 2025.09.19 00:31:08.057081 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36692 2025.09.19 00:31:08.057165 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.057184 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.057278 [ 273 ] {} TCP-Session: 0dd8b5d7-d4ef-4740-862a-2e0feaf3a156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057260 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.057361 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.057422 [ 275 ] {} TCP-Session: 8034aac6-3f55-45c5-b415-f614ab098253 Authenticating user 'default' from [fd00:1122:3344:101::b]:61501 2025.09.19 00:31:08.057441 [ 276 ] {} TCP-Session: 72263728-22fb-4cf0-9312-08eae9ee9bc8 Authenticating user 'default' from [fd00:1122:3344:101::b]:65190 2025.09.19 00:31:08.057443 [ 273 ] {} TCP-Session: 0dd8b5d7-d4ef-4740-862a-2e0feaf3a156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057521 [ 277 ] {} TCP-Session: 80a36935-56f5-4448-bde4-1879b6b1d8a3 Authenticating user 'default' from [fd00:1122:3344:101::b]:36692 2025.09.19 00:31:08.057532 [ 276 ] {} TCP-Session: 72263728-22fb-4cf0-9312-08eae9ee9bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057546 [ 275 ] {} TCP-Session: 8034aac6-3f55-45c5-b415-f614ab098253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057613 [ 276 ] {} TCP-Session: 72263728-22fb-4cf0-9312-08eae9ee9bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057642 [ 275 ] {} TCP-Session: 8034aac6-3f55-45c5-b415-f614ab098253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057604 [ 277 ] {} TCP-Session: 80a36935-56f5-4448-bde4-1879b6b1d8a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057253 [ 274 ] {} TCP-Session: cf5ca66d-6fa2-4a5e-9eed-3a8e392418a1 Authenticating user 'default' from [fd00:1122:3344:101::b]:64437 2025.09.19 00:31:08.057734 [ 277 ] {} TCP-Session: 80a36935-56f5-4448-bde4-1879b6b1d8a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057240 [ 272 ] {} TCP-Session: c660098c-2f26-457f-ac6c-ca0701b93768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057817 [ 274 ] {} TCP-Session: cf5ca66d-6fa2-4a5e-9eed-3a8e392418a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057846 [ 272 ] {} TCP-Session: c660098c-2f26-457f-ac6c-ca0701b93768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.057921 [ 274 ] {} TCP-Session: cf5ca66d-6fa2-4a5e-9eed-3a8e392418a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.348016 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33264 2025.09.19 00:31:08.348445 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.348487 [ 278 ] {} TCP-Session: 3f3ab356-6bc5-44bc-a1c2-1985dbd025af Authenticating user 'default' from [fd00:1122:3344:101::a]:33264 2025.09.19 00:31:08.348509 [ 278 ] {} TCP-Session: 3f3ab356-6bc5-44bc-a1c2-1985dbd025af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.348607 [ 278 ] {} TCP-Session: 3f3ab356-6bc5-44bc-a1c2-1985dbd025af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.348675 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.19 00:31:08.348700 [ 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.09.19 00:31:08.348791 [ 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.09.19 00:31:08.350228 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49225 2025.09.19 00:31:08.350322 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48752 2025.09.19 00:31:08.350431 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.350554 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.350514 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49264 2025.09.19 00:31:08.350600 [ 279 ] {} TCP-Session: afc6997b-f7b9-4441-bd89-deb99997c663 Authenticating user 'default' from [fd00:1122:3344:101::a]:49225 2025.09.19 00:31:08.350607 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43892 2025.09.19 00:31:08.350700 [ 279 ] {} TCP-Session: afc6997b-f7b9-4441-bd89-deb99997c663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.350721 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58531 2025.09.19 00:31:08.350693 [ 280 ] {} TCP-Session: e5bbc161-2eee-4750-82e9-7e8eeda8c291 Authenticating user 'default' from [fd00:1122:3344:101::a]:48752 2025.09.19 00:31:08.350808 [ 280 ] {} TCP-Session: e5bbc161-2eee-4750-82e9-7e8eeda8c291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.350871 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.350821 [ 279 ] {} TCP-Session: afc6997b-f7b9-4441-bd89-deb99997c663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.350842 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37140 2025.09.19 00:31:08.350950 [ 280 ] {} TCP-Session: e5bbc161-2eee-4750-82e9-7e8eeda8c291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.351003 [ 281 ] {} TCP-Session: 6e1f5243-1fd0-4af4-9f8d-013840cead9b Authenticating user 'default' from [fd00:1122:3344:101::a]:49264 2025.09.19 00:31:08.351095 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49301 2025.09.19 00:31:08.351186 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.351129 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.351123 [ 281 ] {} TCP-Session: 6e1f5243-1fd0-4af4-9f8d-013840cead9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.351275 [ 283 ] {} TCP-Session: 8ded1899-77b3-4191-8bb9-d6cf56c21fa8 Authenticating user 'default' from [fd00:1122:3344:101::a]:58531 2025.09.19 00:31:08.351305 [ 282 ] {} TCP-Session: 88b8a43d-c24c-4166-8238-19a57d787d83 Authenticating user 'default' from [fd00:1122:3344:101::a]:43892 2025.09.19 00:31:08.351363 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.351296 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:08.351458 [ 282 ] {} TCP-Session: 88b8a43d-c24c-4166-8238-19a57d787d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.351446 [ 285 ] {} TCP-Session: 3c54b702-79cd-419f-b5ba-b907c6d3f751 Authenticating user 'default' from [fd00:1122:3344:101::a]:49301 2025.09.19 00:31:08.351428 [ 283 ] {} TCP-Session: 8ded1899-77b3-4191-8bb9-d6cf56c21fa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.351646 [ 285 ] {} TCP-Session: 3c54b702-79cd-419f-b5ba-b907c6d3f751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.351648 [ 284 ] {} TCP-Session: 3f10d435-78ea-4301-8717-3dbf7d595d6e Authenticating user 'default' from [fd00:1122:3344:101::a]:37140 2025.09.19 00:31:08.351656 [ 282 ] {} TCP-Session: 88b8a43d-c24c-4166-8238-19a57d787d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.351725 [ 283 ] {} TCP-Session: 8ded1899-77b3-4191-8bb9-d6cf56c21fa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.351743 [ 284 ] {} TCP-Session: 3f10d435-78ea-4301-8717-3dbf7d595d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.351282 [ 281 ] {} TCP-Session: 6e1f5243-1fd0-4af4-9f8d-013840cead9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.351841 [ 285 ] {} TCP-Session: 3c54b702-79cd-419f-b5ba-b907c6d3f751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:08.351828 [ 284 ] {} TCP-Session: 3f10d435-78ea-4301-8717-3dbf7d595d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:09.000283 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.83 MiB, peak 138.83 MiB, free memory in arenas 0.00 B, will set to 139.86 MiB (RSS), difference: 1.03 MiB 2025.09.19 00:31:12.222421 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.09.19 00:31:12.222508 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.09.19 00:31:12.222529 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.09.19 00:31:12.222609 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.09.19 00:31:12.226152 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Loading data parts 2025.09.19 00:31:12.226379 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): There are no data parts 2025.09.19 00:31:12.232277 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:12.232431 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.19 00:31:12.242461 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:12.243135 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:12.243430 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.09.19 00:31:12.245548 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Loading data parts 2025.09.19 00:31:12.245727 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): There are no data parts 2025.09.19 00:31:12.269981 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:12.270114 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.19 00:31:12.276474 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:12.277603 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:12.280807 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.09.19 00:31:13.000264 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.88 MiB, peak 148.88 MiB, free memory in arenas 0.00 B, will set to 153.93 MiB (RSS), difference: 9.05 MiB 2025.09.19 00:31:14.722389 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.09.19 00:31:14.722555 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.09.19 00:31:14.727818 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Loading data parts 2025.09.19 00:31:14.728012 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): There are no data parts 2025.09.19 00:31:14.734379 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:14.734525 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:14.736287 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:14.736792 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:14.737054 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.09.19 00:31:15.001076 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.12 MiB, peak 158.12 MiB, free memory in arenas 0.00 B, will set to 154.97 MiB (RSS), difference: -3.15 MiB 2025.09.19 00:31:19.701528 [ 54 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:31:19.701594 [ 54 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:31:19.743523 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.09.19 00:31:19.746476 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:19.746521 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:19.747354 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:19.747883 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:19.748090 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.09.19 00:31:19.780864 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.09.19 00:31:19.798421 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:19.798588 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:19.805077 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:19.806245 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:19.809262 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.09.19 00:31:20.001153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.77 MiB, peak 159.77 MiB, free memory in arenas 0.00 B, will set to 157.66 MiB (RSS), difference: 1.89 MiB 2025.09.19 00:31:25.000329 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.67 MiB, peak 159.77 MiB, free memory in arenas 0.00 B, will set to 157.70 MiB (RSS), difference: 4.02 MiB 2025.09.19 00:31:25.643848 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.644040 [ 3 ] {5e3a5c3b-af41-45eb-b756-93df99b8f525} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.09.19 00:31:25.648543 [ 3 ] {5e3a5c3b-af41-45eb-b756-93df99b8f525} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.651205 [ 3 ] {5e3a5c3b-af41-45eb-b756-93df99b8f525} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.653941 [ 3 ] {5e3a5c3b-af41-45eb-b756-93df99b8f525} TCPHandler: Processed in 0.010224473 sec. 2025.09.19 00:31:25.664160 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.664355 [ 3 ] {6c312ba9-cab9-43a1-ab76-2440233db04c} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.09.19 00:31:25.670413 [ 3 ] {6c312ba9-cab9-43a1-ab76-2440233db04c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.670518 [ 3 ] {6c312ba9-cab9-43a1-ab76-2440233db04c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.672943 [ 3 ] {6c312ba9-cab9-43a1-ab76-2440233db04c} TCPHandler: Processed in 0.008833876 sec. 2025.09.19 00:31:25.673174 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.673320 [ 3 ] {2d7dce00-1b62-4eb8-96db-a398565e6485} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.09.19 00:31:25.673669 [ 3 ] {2d7dce00-1b62-4eb8-96db-a398565e6485} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.673721 [ 3 ] {2d7dce00-1b62-4eb8-96db-a398565e6485} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.674080 [ 3 ] {2d7dce00-1b62-4eb8-96db-a398565e6485} TCPHandler: Processed in 0.000964273 sec. 2025.09.19 00:31:25.674292 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.674408 [ 3 ] {3bf0b085-b2e3-4986-a70f-1480b1297f6b} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.09.19 00:31:25.674644 [ 3 ] {3bf0b085-b2e3-4986-a70f-1480b1297f6b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.674687 [ 3 ] {3bf0b085-b2e3-4986-a70f-1480b1297f6b} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.675016 [ 3 ] {3bf0b085-b2e3-4986-a70f-1480b1297f6b} TCPHandler: Processed in 0.00077471 sec. 2025.09.19 00:31:25.675231 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.675345 [ 3 ] {6ac9c474-aef2-4af7-a7cf-d5aa6f57be3f} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.19 00:31:25.675578 [ 3 ] {6ac9c474-aef2-4af7-a7cf-d5aa6f57be3f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.675620 [ 3 ] {6ac9c474-aef2-4af7-a7cf-d5aa6f57be3f} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.675991 [ 3 ] {6ac9c474-aef2-4af7-a7cf-d5aa6f57be3f} TCPHandler: Processed in 0.000806981 sec. 2025.09.19 00:31:25.676193 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.676307 [ 3 ] {81a22615-939b-4c65-a507-fe9996ef2d7f} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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.09.19 00:31:25.676542 [ 3 ] {81a22615-939b-4c65-a507-fe9996ef2d7f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.676584 [ 3 ] {81a22615-939b-4c65-a507-fe9996ef2d7f} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.676906 [ 3 ] {81a22615-939b-4c65-a507-fe9996ef2d7f} TCPHandler: Processed in 0.00075933 sec. 2025.09.19 00:31:25.677713 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.677828 [ 3 ] {63ff3879-7587-4d46-b010-eb3d6931355e} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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.09.19 00:31:25.678071 [ 3 ] {63ff3879-7587-4d46-b010-eb3d6931355e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.678113 [ 3 ] {63ff3879-7587-4d46-b010-eb3d6931355e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.678436 [ 3 ] {63ff3879-7587-4d46-b010-eb3d6931355e} TCPHandler: Processed in 0.00077127 sec. 2025.09.19 00:31:25.678630 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.678744 [ 3 ] {75d4ef5f-4c4d-433e-a1da-0a097fd35882} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', '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.09.19 00:31:25.678985 [ 3 ] {75d4ef5f-4c4d-433e-a1da-0a097fd35882} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.679027 [ 3 ] {75d4ef5f-4c4d-433e-a1da-0a097fd35882} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.679346 [ 3 ] {75d4ef5f-4c4d-433e-a1da-0a097fd35882} TCPHandler: Processed in 0.00076299 sec. 2025.09.19 00:31:25.679546 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.679660 [ 3 ] {adec5dc7-789f-4839-8f0e-a85bfea78e85} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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.09.19 00:31:25.679904 [ 3 ] {adec5dc7-789f-4839-8f0e-a85bfea78e85} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.679947 [ 3 ] {adec5dc7-789f-4839-8f0e-a85bfea78e85} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.680265 [ 3 ] {adec5dc7-789f-4839-8f0e-a85bfea78e85} TCPHandler: Processed in 0.00076569 sec. 2025.09.19 00:31:25.680458 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.680576 [ 3 ] {14bd222d-60fe-4052-8c81-6602d278b69d} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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.09.19 00:31:25.680818 [ 3 ] {14bd222d-60fe-4052-8c81-6602d278b69d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.680860 [ 3 ] {14bd222d-60fe-4052-8c81-6602d278b69d} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.681176 [ 3 ] {14bd222d-60fe-4052-8c81-6602d278b69d} TCPHandler: Processed in 0.00076381 sec. 2025.09.19 00:31:25.681386 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.681494 [ 3 ] {7241804f-9cec-4790-bf5d-fa52217627d2} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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', '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.09.19 00:31:25.681722 [ 3 ] {7241804f-9cec-4790-bf5d-fa52217627d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.681762 [ 3 ] {7241804f-9cec-4790-bf5d-fa52217627d2} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.682066 [ 3 ] {7241804f-9cec-4790-bf5d-fa52217627d2} TCPHandler: Processed in 0.00077088 sec. 2025.09.19 00:31:25.682320 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.682438 [ 3 ] {f96d8ecd-cf5b-468f-8466-cb9092f61b44} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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', '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.09.19 00:31:25.682685 [ 3 ] {f96d8ecd-cf5b-468f-8466-cb9092f61b44} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.682726 [ 3 ] {f96d8ecd-cf5b-468f-8466-cb9092f61b44} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.683052 [ 3 ] {f96d8ecd-cf5b-468f-8466-cb9092f61b44} TCPHandler: Processed in 0.00077998 sec. 2025.09.19 00:31:25.683258 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.683376 [ 3 ] {cf88410e-b298-43af-871d-8b400de46e53} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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', '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.09.19 00:31:25.683621 [ 3 ] {cf88410e-b298-43af-871d-8b400de46e53} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.683664 [ 3 ] {cf88410e-b298-43af-871d-8b400de46e53} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.683993 [ 3 ] {cf88410e-b298-43af-871d-8b400de46e53} TCPHandler: Processed in 0.00078247 sec. 2025.09.19 00:31:25.684192 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.684310 [ 3 ] {1f3a543d-ab07-468d-a26d-5d4809b54150} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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', '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.09.19 00:31:25.684558 [ 3 ] {1f3a543d-ab07-468d-a26d-5d4809b54150} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.684601 [ 3 ] {1f3a543d-ab07-468d-a26d-5d4809b54150} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.684932 [ 3 ] {1f3a543d-ab07-468d-a26d-5d4809b54150} TCPHandler: Processed in 0.00078633 sec. 2025.09.19 00:31:25.685123 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.685239 [ 3 ] {aa02d4b8-6ee2-4628-9984-088d064e92c9} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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', '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.09.19 00:31:25.685487 [ 3 ] {aa02d4b8-6ee2-4628-9984-088d064e92c9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.685529 [ 3 ] {aa02d4b8-6ee2-4628-9984-088d064e92c9} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.685849 [ 3 ] {aa02d4b8-6ee2-4628-9984-088d064e92c9} TCPHandler: Processed in 0.00077342 sec. 2025.09.19 00:31:25.686049 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.686166 [ 3 ] {47c59f59-8a17-4b92-91c9-b193c7c22b2e} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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', '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.09.19 00:31:25.686424 [ 3 ] {47c59f59-8a17-4b92-91c9-b193c7c22b2e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.686465 [ 3 ] {47c59f59-8a17-4b92-91c9-b193c7c22b2e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.686791 [ 3 ] {47c59f59-8a17-4b92-91c9-b193c7c22b2e} TCPHandler: Processed in 0.00078815 sec. 2025.09.19 00:31:25.686980 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.687098 [ 3 ] {468a39ff-32f8-4181-827e-d90ff6d529fa} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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', '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.09.19 00:31:25.687351 [ 3 ] {468a39ff-32f8-4181-827e-d90ff6d529fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.687393 [ 3 ] {468a39ff-32f8-4181-827e-d90ff6d529fa} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.687717 [ 3 ] {468a39ff-32f8-4181-827e-d90ff6d529fa} TCPHandler: Processed in 0.00078299 sec. 2025.09.19 00:31:25.687909 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.688028 [ 3 ] {fffb84cf-34be-4867-bc5c-b7645eccd9df} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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', '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.09.19 00:31:25.688302 [ 3 ] {fffb84cf-34be-4867-bc5c-b7645eccd9df} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.688344 [ 3 ] {fffb84cf-34be-4867-bc5c-b7645eccd9df} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.688664 [ 3 ] {fffb84cf-34be-4867-bc5c-b7645eccd9df} TCPHandler: Processed in 0.000802121 sec. 2025.09.19 00:31:25.688862 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.688981 [ 3 ] {9a115570-4014-4c08-bc6e-55432aa95289} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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', '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.09.19 00:31:25.689237 [ 3 ] {9a115570-4014-4c08-bc6e-55432aa95289} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.689279 [ 3 ] {9a115570-4014-4c08-bc6e-55432aa95289} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.689607 [ 3 ] {9a115570-4014-4c08-bc6e-55432aa95289} TCPHandler: Processed in 0.00079299 sec. 2025.09.19 00:31:25.689801 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.689920 [ 3 ] {49086bb4-2cc3-4534-b21c-84a492e1e8e8} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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', '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.09.19 00:31:25.690178 [ 3 ] {49086bb4-2cc3-4534-b21c-84a492e1e8e8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.690219 [ 3 ] {49086bb4-2cc3-4534-b21c-84a492e1e8e8} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:25.690541 [ 3 ] {49086bb4-2cc3-4534-b21c-84a492e1e8e8} TCPHandler: Processed in 0.00078669 sec. 2025.09.19 00:31:25.693444 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.693570 [ 3 ] {b0a7be7b-fe30-4121-8b1d-38b111df573d} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.19 00:31:25.693619 [ 3 ] {b0a7be7b-fe30-4121-8b1d-38b111df573d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:25.694191 [ 3 ] {b0a7be7b-fe30-4121-8b1d-38b111df573d} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:25.694238 [ 3 ] {b0a7be7b-fe30-4121-8b1d-38b111df573d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:25.694862 [ 3 ] {b0a7be7b-fe30-4121-8b1d-38b111df573d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:25.695231 [ 3 ] {b0a7be7b-fe30-4121-8b1d-38b111df573d} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:25.695381 [ 3 ] {b0a7be7b-fe30-4121-8b1d-38b111df573d} executeQuery: Read 20 rows, 2.89 KiB in 0.001846 sec., 10834.236186348862 rows/sec., 1.53 MiB/sec. 2025.09.19 00:31:25.695420 [ 3 ] {b0a7be7b-fe30-4121-8b1d-38b111df573d} TCPHandler: Processed in 0.002034336 sec. 2025.09.19 00:31:25.695523 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.695619 [ 3 ] {8cc9dcdd-e7cf-4427-bcff-e26c9c6a1ba1} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:31:25.695661 [ 3 ] {8cc9dcdd-e7cf-4427-bcff-e26c9c6a1ba1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:31:25.698132 [ 3 ] {8cc9dcdd-e7cf-4427-bcff-e26c9c6a1ba1} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:25.698173 [ 3 ] {8cc9dcdd-e7cf-4427-bcff-e26c9c6a1ba1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:25.698667 [ 3 ] {8cc9dcdd-e7cf-4427-bcff-e26c9c6a1ba1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:25.699104 [ 3 ] {8cc9dcdd-e7cf-4427-bcff-e26c9c6a1ba1} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:25.699236 [ 3 ] {8cc9dcdd-e7cf-4427-bcff-e26c9c6a1ba1} executeQuery: Read 8 rows, 668.00 B in 0.003637 sec., 2199.6150673632114 rows/sec., 179.36 KiB/sec. 2025.09.19 00:31:25.699273 [ 3 ] {8cc9dcdd-e7cf-4427-bcff-e26c9c6a1ba1} TCPHandler: Processed in 0.00379743 sec. 2025.09.19 00:31:25.699385 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.699478 [ 3 ] {832064fd-141d-4d95-91a8-e5fb3d447e31} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:31:25.699516 [ 3 ] {832064fd-141d-4d95-91a8-e5fb3d447e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:31:25.699956 [ 3 ] {832064fd-141d-4d95-91a8-e5fb3d447e31} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:25.699990 [ 3 ] {832064fd-141d-4d95-91a8-e5fb3d447e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:25.700395 [ 3 ] {832064fd-141d-4d95-91a8-e5fb3d447e31} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:25.700817 [ 3 ] {832064fd-141d-4d95-91a8-e5fb3d447e31} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:25.700945 [ 3 ] {832064fd-141d-4d95-91a8-e5fb3d447e31} executeQuery: Read 80 rows, 6.68 KiB in 0.001484 sec., 53908.35579514824 rows/sec., 4.39 MiB/sec. 2025.09.19 00:31:25.700983 [ 3 ] {832064fd-141d-4d95-91a8-e5fb3d447e31} TCPHandler: Processed in 0.001647002 sec. 2025.09.19 00:31:25.701091 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.701184 [ 3 ] {5d70d3fa-6666-4650-9576-4105c7154f83} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:31:25.701223 [ 3 ] {5d70d3fa-6666-4650-9576-4105c7154f83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:31:25.701617 [ 3 ] {5d70d3fa-6666-4650-9576-4105c7154f83} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:25.701653 [ 3 ] {5d70d3fa-6666-4650-9576-4105c7154f83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:25.702098 [ 3 ] {5d70d3fa-6666-4650-9576-4105c7154f83} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:25.702495 [ 3 ] {5d70d3fa-6666-4650-9576-4105c7154f83} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:25.702624 [ 3 ] {5d70d3fa-6666-4650-9576-4105c7154f83} executeQuery: Read 18 rows, 1.31 KiB in 0.001457 sec., 12354.152367879204 rows/sec., 899.48 KiB/sec. 2025.09.19 00:31:25.702662 [ 3 ] {5d70d3fa-6666-4650-9576-4105c7154f83} TCPHandler: Processed in 0.001619311 sec. 2025.09.19 00:31:25.702762 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.702855 [ 3 ] {ef9b6447-901a-4149-9bfc-2a2369ebafea} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:31:25.702894 [ 3 ] {ef9b6447-901a-4149-9bfc-2a2369ebafea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:31:25.703301 [ 3 ] {ef9b6447-901a-4149-9bfc-2a2369ebafea} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:25.703336 [ 3 ] {ef9b6447-901a-4149-9bfc-2a2369ebafea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:25.703765 [ 3 ] {ef9b6447-901a-4149-9bfc-2a2369ebafea} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:25.704238 [ 3 ] {ef9b6447-901a-4149-9bfc-2a2369ebafea} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:25.704365 [ 3 ] {ef9b6447-901a-4149-9bfc-2a2369ebafea} executeQuery: Read 82 rows, 6.57 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 4.20 MiB/sec. 2025.09.19 00:31:25.704402 [ 3 ] {ef9b6447-901a-4149-9bfc-2a2369ebafea} TCPHandler: Processed in 0.001687763 sec. 2025.09.19 00:31:25.704509 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.704603 [ 3 ] {3fad1570-a6f1-4241-9adb-c34c6fafc30e} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:31:25.704644 [ 3 ] {3fad1570-a6f1-4241-9adb-c34c6fafc30e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:31:25.705051 [ 3 ] {3fad1570-a6f1-4241-9adb-c34c6fafc30e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:25.705085 [ 3 ] {3fad1570-a6f1-4241-9adb-c34c6fafc30e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:25.707552 [ 3 ] {3fad1570-a6f1-4241-9adb-c34c6fafc30e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:25.708060 [ 3 ] {3fad1570-a6f1-4241-9adb-c34c6fafc30e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:25.708193 [ 3 ] {3fad1570-a6f1-4241-9adb-c34c6fafc30e} executeQuery: Read 68 rows, 4.85 KiB in 0.003607 sec., 18852.23177155531 rows/sec., 1.31 MiB/sec. 2025.09.19 00:31:25.708231 [ 3 ] {3fad1570-a6f1-4241-9adb-c34c6fafc30e} TCPHandler: Processed in 0.00376924 sec. 2025.09.19 00:31:25.708351 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.708445 [ 3 ] {c7c9991e-069d-42c7-a98f-1e4530a1d22c} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:31:25.708497 [ 3 ] {c7c9991e-069d-42c7-a98f-1e4530a1d22c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:31:25.709281 [ 3 ] {c7c9991e-069d-42c7-a98f-1e4530a1d22c} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:25.709318 [ 3 ] {c7c9991e-069d-42c7-a98f-1e4530a1d22c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:25.710540 [ 3 ] {c7c9991e-069d-42c7-a98f-1e4530a1d22c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:25.711045 [ 3 ] {c7c9991e-069d-42c7-a98f-1e4530a1d22c} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:25.711184 [ 3 ] {c7c9991e-069d-42c7-a98f-1e4530a1d22c} executeQuery: Read 10 rows, 18.35 KiB in 0.002755 sec., 3629.764065335753 rows/sec., 6.50 MiB/sec. 2025.09.19 00:31:25.711241 [ 3 ] {c7c9991e-069d-42c7-a98f-1e4530a1d22c} TCPHandler: Processed in 0.002937528 sec. 2025.09.19 00:31:25.711359 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:25.711453 [ 3 ] {04e69edd-b5bd-466f-93c7-1b4c49de528b} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:31:25.711495 [ 3 ] {04e69edd-b5bd-466f-93c7-1b4c49de528b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:31:25.711830 [ 3 ] {04e69edd-b5bd-466f-93c7-1b4c49de528b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:25.711867 [ 3 ] {04e69edd-b5bd-466f-93c7-1b4c49de528b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:25.712295 [ 3 ] {04e69edd-b5bd-466f-93c7-1b4c49de528b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:25.712758 [ 3 ] {04e69edd-b5bd-466f-93c7-1b4c49de528b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:25.712885 [ 3 ] {04e69edd-b5bd-466f-93c7-1b4c49de528b} executeQuery: Read 24 rows, 1.66 KiB in 0.001449 sec., 16563.146997929605 rows/sec., 1.12 MiB/sec. 2025.09.19 00:31:25.712921 [ 3 ] {04e69edd-b5bd-466f-93c7-1b4c49de528b} TCPHandler: Processed in 0.001610691 sec. 2025.09.19 00:31:27.248833 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.09.19 00:31:27.249417 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:27.249472 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:27.250269 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:31:27.250792 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:27.250934 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.09.19 00:31:27.309998 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.09.19 00:31:27.326814 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:27.326870 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.19 00:31:27.333359 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:31:27.334488 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:27.337567 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.09.19 00:31:28.001149 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.52 MiB, peak 163.52 MiB, free memory in arenas 0.00 B, will set to 160.86 MiB (RSS), difference: 1.34 MiB 2025.09.19 00:31:30.648650 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:30.648846 [ 3 ] {d2ca3038-fd16-4f0b-93a1-0c068533c268} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:31:30.648915 [ 3 ] {d2ca3038-fd16-4f0b-93a1-0c068533c268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:31:30.649587 [ 3 ] {d2ca3038-fd16-4f0b-93a1-0c068533c268} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:30.649635 [ 3 ] {d2ca3038-fd16-4f0b-93a1-0c068533c268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:30.650169 [ 3 ] {d2ca3038-fd16-4f0b-93a1-0c068533c268} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:30.650681 [ 3 ] {d2ca3038-fd16-4f0b-93a1-0c068533c268} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:30.650839 [ 3 ] {d2ca3038-fd16-4f0b-93a1-0c068533c268} executeQuery: Read 56 rows, 4.38 KiB in 0.002041 sec., 27437.530622244 rows/sec., 2.09 MiB/sec. 2025.09.19 00:31:30.650882 [ 3 ] {d2ca3038-fd16-4f0b-93a1-0c068533c268} TCPHandler: Processed in 0.002365171 sec. 2025.09.19 00:31:30.651008 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:30.651104 [ 3 ] {7e87b37a-96c8-4ab3-9020-a997fe54a82c} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:31:30.651146 [ 3 ] {7e87b37a-96c8-4ab3-9020-a997fe54a82c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:31:30.651570 [ 3 ] {7e87b37a-96c8-4ab3-9020-a997fe54a82c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:30.651607 [ 3 ] {7e87b37a-96c8-4ab3-9020-a997fe54a82c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:30.652060 [ 3 ] {7e87b37a-96c8-4ab3-9020-a997fe54a82c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:30.652509 [ 3 ] {7e87b37a-96c8-4ab3-9020-a997fe54a82c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:30.652643 [ 3 ] {7e87b37a-96c8-4ab3-9020-a997fe54a82c} executeQuery: Read 64 rows, 5.12 KiB in 0.001557 sec., 41104.68850353244 rows/sec., 3.21 MiB/sec. 2025.09.19 00:31:30.652681 [ 3 ] {7e87b37a-96c8-4ab3-9020-a997fe54a82c} TCPHandler: Processed in 0.001724023 sec. 2025.09.19 00:31:30.652797 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:30.652893 [ 3 ] {7fe01be6-41b4-46d2-9e2f-31a3f520a352} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:31:30.652938 [ 3 ] {7fe01be6-41b4-46d2-9e2f-31a3f520a352} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:31:30.653382 [ 3 ] {7fe01be6-41b4-46d2-9e2f-31a3f520a352} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:30.653420 [ 3 ] {7fe01be6-41b4-46d2-9e2f-31a3f520a352} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:30.653889 [ 3 ] {7fe01be6-41b4-46d2-9e2f-31a3f520a352} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:30.654399 [ 3 ] {7fe01be6-41b4-46d2-9e2f-31a3f520a352} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:30.654533 [ 3 ] {7fe01be6-41b4-46d2-9e2f-31a3f520a352} executeQuery: Read 160 rows, 11.41 KiB in 0.00166 sec., 96385.5421686747 rows/sec., 6.71 MiB/sec. 2025.09.19 00:31:30.654571 [ 3 ] {7fe01be6-41b4-46d2-9e2f-31a3f520a352} TCPHandler: Processed in 0.001823494 sec. 2025.09.19 00:31:30.654673 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:30.654770 [ 3 ] {b31a7183-e7b5-42fb-9d2a-cc5a1da2d8dc} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:31:30.654813 [ 3 ] {b31a7183-e7b5-42fb-9d2a-cc5a1da2d8dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:31:30.655150 [ 3 ] {b31a7183-e7b5-42fb-9d2a-cc5a1da2d8dc} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:30.655187 [ 3 ] {b31a7183-e7b5-42fb-9d2a-cc5a1da2d8dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:30.655642 [ 3 ] {b31a7183-e7b5-42fb-9d2a-cc5a1da2d8dc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:30.656223 [ 3 ] {b31a7183-e7b5-42fb-9d2a-cc5a1da2d8dc} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:30.656351 [ 3 ] {b31a7183-e7b5-42fb-9d2a-cc5a1da2d8dc} executeQuery: Read 60 rows, 4.14 KiB in 0.001599 sec., 37523.4521575985 rows/sec., 2.53 MiB/sec. 2025.09.19 00:31:30.656387 [ 3 ] {b31a7183-e7b5-42fb-9d2a-cc5a1da2d8dc} TCPHandler: Processed in 0.001763993 sec. 2025.09.19 00:31:34.701676 [ 96 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:31:34.701742 [ 96 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:31:34.739109 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 152 2025.09.19 00:31:34.742390 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:34.742439 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:34.743732 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:34.744269 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:34.744518 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 152 2025.09.19 00:31:34.751076 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.09.19 00:31:34.751527 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:34.751560 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:34.752300 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:31:34.752772 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:34.752899 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.09.19 00:31:34.837676 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.09.19 00:31:34.854674 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:34.854722 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:34.860960 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:31:34.862258 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:34.865173 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.09.19 00:31:35.649960 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:35.650139 [ 3 ] {aca30acd-56c3-4fcc-9dea-4da2d968dd57} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:31:35.650206 [ 3 ] {aca30acd-56c3-4fcc-9dea-4da2d968dd57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:31:35.650859 [ 3 ] {aca30acd-56c3-4fcc-9dea-4da2d968dd57} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:35.650903 [ 3 ] {aca30acd-56c3-4fcc-9dea-4da2d968dd57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:35.651430 [ 3 ] {aca30acd-56c3-4fcc-9dea-4da2d968dd57} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:31:35.651884 [ 3 ] {aca30acd-56c3-4fcc-9dea-4da2d968dd57} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:35.652040 [ 3 ] {aca30acd-56c3-4fcc-9dea-4da2d968dd57} executeQuery: Read 76 rows, 6.39 KiB in 0.001951 sec., 38954.3823680164 rows/sec., 3.20 MiB/sec. 2025.09.19 00:31:35.652089 [ 3 ] {aca30acd-56c3-4fcc-9dea-4da2d968dd57} TCPHandler: Processed in 0.00225444 sec. 2025.09.19 00:31:35.652220 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:35.652315 [ 3 ] {529eb740-5db5-4307-b1c8-dd114d0ed6c1} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:31:35.652358 [ 3 ] {529eb740-5db5-4307-b1c8-dd114d0ed6c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:31:35.652746 [ 3 ] {529eb740-5db5-4307-b1c8-dd114d0ed6c1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:35.652782 [ 3 ] {529eb740-5db5-4307-b1c8-dd114d0ed6c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:35.653270 [ 3 ] {529eb740-5db5-4307-b1c8-dd114d0ed6c1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:35.653811 [ 3 ] {529eb740-5db5-4307-b1c8-dd114d0ed6c1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:35.653945 [ 3 ] {529eb740-5db5-4307-b1c8-dd114d0ed6c1} executeQuery: Read 10 rows, 770.00 B in 0.001646 sec., 6075.334143377886 rows/sec., 456.84 KiB/sec. 2025.09.19 00:31:35.653983 [ 3 ] {529eb740-5db5-4307-b1c8-dd114d0ed6c1} TCPHandler: Processed in 0.001814154 sec. 2025.09.19 00:31:35.654085 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:35.654180 [ 3 ] {7bbf6235-af68-4b45-b85c-bfb9301155db} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:31:35.654221 [ 3 ] {7bbf6235-af68-4b45-b85c-bfb9301155db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:31:35.654656 [ 3 ] {7bbf6235-af68-4b45-b85c-bfb9301155db} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:35.654691 [ 3 ] {7bbf6235-af68-4b45-b85c-bfb9301155db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:35.655133 [ 3 ] {7bbf6235-af68-4b45-b85c-bfb9301155db} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:31:35.655614 [ 3 ] {7bbf6235-af68-4b45-b85c-bfb9301155db} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:35.655742 [ 3 ] {7bbf6235-af68-4b45-b85c-bfb9301155db} executeQuery: Read 74 rows, 5.92 KiB in 0.001581 sec., 46805.819101834284 rows/sec., 3.65 MiB/sec. 2025.09.19 00:31:35.655780 [ 3 ] {7bbf6235-af68-4b45-b85c-bfb9301155db} TCPHandler: Processed in 0.001744633 sec. 2025.09.19 00:31:35.655890 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:35.655985 [ 3 ] {a8b6cf1e-fd25-41a7-a60e-05a063ad0d35} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:31:35.656028 [ 3 ] {a8b6cf1e-fd25-41a7-a60e-05a063ad0d35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:31:35.656428 [ 3 ] {a8b6cf1e-fd25-41a7-a60e-05a063ad0d35} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:35.656463 [ 3 ] {a8b6cf1e-fd25-41a7-a60e-05a063ad0d35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:35.656934 [ 3 ] {a8b6cf1e-fd25-41a7-a60e-05a063ad0d35} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:31:35.657470 [ 3 ] {a8b6cf1e-fd25-41a7-a60e-05a063ad0d35} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:35.657615 [ 3 ] {a8b6cf1e-fd25-41a7-a60e-05a063ad0d35} executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. 2025.09.19 00:31:35.657653 [ 3 ] {a8b6cf1e-fd25-41a7-a60e-05a063ad0d35} TCPHandler: Processed in 0.001810524 sec. 2025.09.19 00:31:35.657753 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:35.657847 [ 3 ] {a1dfaac6-9794-4b55-ac03-6851f7040bad} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:31:35.657901 [ 3 ] {a1dfaac6-9794-4b55-ac03-6851f7040bad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:31:35.658686 [ 3 ] {a1dfaac6-9794-4b55-ac03-6851f7040bad} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:35.658722 [ 3 ] {a1dfaac6-9794-4b55-ac03-6851f7040bad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:35.659371 [ 3 ] {a1dfaac6-9794-4b55-ac03-6851f7040bad} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:35.659838 [ 3 ] {a1dfaac6-9794-4b55-ac03-6851f7040bad} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:35.659977 [ 3 ] {a1dfaac6-9794-4b55-ac03-6851f7040bad} executeQuery: Read 10 rows, 18.35 KiB in 0.002149 sec., 4653.327128897162 rows/sec., 8.34 MiB/sec. 2025.09.19 00:31:35.660033 [ 3 ] {a1dfaac6-9794-4b55-ac03-6851f7040bad} TCPHandler: Processed in 0.002329031 sec. 2025.09.19 00:31:35.660144 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:35.660238 [ 3 ] {975a12a0-16bd-4556-8a90-cf4fe9cf526a} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:31:35.660280 [ 3 ] {975a12a0-16bd-4556-8a90-cf4fe9cf526a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:31:35.660615 [ 3 ] {975a12a0-16bd-4556-8a90-cf4fe9cf526a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:35.660652 [ 3 ] {975a12a0-16bd-4556-8a90-cf4fe9cf526a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:35.661079 [ 3 ] {975a12a0-16bd-4556-8a90-cf4fe9cf526a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:31:35.661558 [ 3 ] {975a12a0-16bd-4556-8a90-cf4fe9cf526a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:35.661684 [ 3 ] {975a12a0-16bd-4556-8a90-cf4fe9cf526a} executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. 2025.09.19 00:31:35.661718 [ 3 ] {975a12a0-16bd-4556-8a90-cf4fe9cf526a} TCPHandler: Processed in 0.001656801 sec. 2025.09.19 00:31:40.646745 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.647015 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} executeQuery: (from [fd00:1122:3344:101::d]:52458) 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.09.19 00:31:40.650194 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.654246 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} 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_rib:active_routes')" moved to PREWHERE 2025.09.19 00:31:40.654504 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.656660 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.659196 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.09.19 00:31:40.674174 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.676221 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.676252 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.676367 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} 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_rib:active_routes'))" 2025.09.19 00:31:40.676391 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.692086 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} executeQuery: Read 20 rows, 840.00 B in 0.045184 sec., 442.63456090651556 rows/sec., 18.15 KiB/sec. 2025.09.19 00:31:40.692207 [ 3 ] {6de901fc-351c-4e36-9755-28fccedbe9c8} TCPHandler: Processed in 0.045612817 sec. 2025.09.19 00:31:40.694867 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.695017 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.19 00:31:40.695251 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.695293 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} 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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.19 00:31:40.695482 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.695546 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.695659 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.09.19 00:31:40.695692 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.695712 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.695727 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.695761 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} 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_data_link:link_enabled', 'switch_rib:active_routes'))" 2025.09.19 00:31:40.695787 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.696258 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} executeQuery: Read 20 rows, 840.00 B in 0.001305 sec., 15325.670498084291 rows/sec., 628.59 KiB/sec. 2025.09.19 00:31:40.696354 [ 3 ] {2d29d74b-14a4-4359-af5d-82c3181e1d58} TCPHandler: Processed in 0.00154961 sec. 2025.09.19 00:31:40.696901 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.697033 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.19 00:31:40.697243 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.697280 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.19 00:31:40.697456 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.697510 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.697614 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.09.19 00:31:40.697643 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.697663 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.697678 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.697712 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2025.09.19 00:31:40.697730 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.698199 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} executeQuery: Read 20 rows, 840.00 B in 0.001219 sec., 16406.890894175554 rows/sec., 672.94 KiB/sec. 2025.09.19 00:31:40.698283 [ 3 ] {3f2cef04-5e0c-4a04-9be2-a490e0ad3491} TCPHandler: Processed in 0.001432939 sec. 2025.09.19 00:31:40.698516 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.698642 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.09.19 00:31:40.698848 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.698881 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2025.09.19 00:31:40.699054 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.699108 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.699208 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.09.19 00:31:40.699240 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.699260 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.699275 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.699307 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.09.19 00:31:40.699325 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.699746 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} executeQuery: Read 20 rows, 840.00 B in 0.001153 sec., 17346.053772766696 rows/sec., 711.46 KiB/sec. 2025.09.19 00:31:40.699828 [ 3 ] {42abf76b-6428-4d8f-ac20-94ada3cf9d28} TCPHandler: Processed in 0.001362578 sec. 2025.09.19 00:31:40.700038 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.700166 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.09.19 00:31:40.700364 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.700398 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.09.19 00:31:40.700574 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.700628 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.700727 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.09.19 00:31:40.700757 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.700777 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.700792 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.700825 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.09.19 00:31:40.700843 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.701262 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} executeQuery: Read 20 rows, 840.00 B in 0.001146 sec., 17452.00698080279 rows/sec., 715.80 KiB/sec. 2025.09.19 00:31:40.701344 [ 3 ] {e9ec4d94-6045-4bb4-a549-e96c4794b37d} TCPHandler: Processed in 0.001356087 sec. 2025.09.19 00:31:40.701591 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.701719 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.09.19 00:31:40.701926 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.701959 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.09.19 00:31:40.702133 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.702186 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.702285 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.09.19 00:31:40.702313 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.702339 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.702354 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.702386 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.09.19 00:31:40.702405 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.702816 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} executeQuery: Read 20 rows, 840.00 B in 0.001147 sec., 17436.791630340016 rows/sec., 715.18 KiB/sec. 2025.09.19 00:31:40.702896 [ 3 ] {46ac7edb-d9af-4e4a-8b99-79f2a89ceed6} TCPHandler: Processed in 0.001355388 sec. 2025.09.19 00:31:40.703127 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.703254 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.09.19 00:31:40.703457 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.703489 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.09.19 00:31:40.703665 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.703718 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.703816 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.09.19 00:31:40.703845 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.703864 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.703878 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.703910 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.09.19 00:31:40.703928 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.704328 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} executeQuery: Read 20 rows, 840.00 B in 0.001124 sec., 17793.59430604982 rows/sec., 729.82 KiB/sec. 2025.09.19 00:31:40.704409 [ 3 ] {4d179367-6746-423f-bc8c-038fe59e93fa} TCPHandler: Processed in 0.001332198 sec. 2025.09.19 00:31:40.704630 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.704757 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:31:40.704975 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.705008 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:31:40.705186 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.705238 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.705336 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.09.19 00:31:40.705364 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.705383 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.705397 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.705429 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.09.19 00:31:40.705447 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.705849 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} executeQuery: Read 20 rows, 840.00 B in 0.001143 sec., 17497.812773403326 rows/sec., 717.68 KiB/sec. 2025.09.19 00:31:40.705931 [ 3 ] {02839015-fbd2-4b76-842a-1040537913de} TCPHandler: Processed in 0.001350088 sec. 2025.09.19 00:31:40.706162 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.706289 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:31:40.706506 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.706540 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:31:40.706723 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.706777 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.706875 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.09.19 00:31:40.706904 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.706923 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.706937 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.706970 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.09.19 00:31:40.706988 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.707392 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} executeQuery: Read 20 rows, 840.00 B in 0.001154 sec., 17331.02253032929 rows/sec., 710.84 KiB/sec. 2025.09.19 00:31:40.707472 [ 3 ] {acfca407-9d5d-4348-b36c-f6ab6ef37c68} TCPHandler: Processed in 0.001360578 sec. 2025.09.19 00:31:40.707699 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.707826 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:31:40.708030 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.708063 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:31:40.708243 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.708296 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.708394 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.09.19 00:31:40.708423 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.708442 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.708457 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.708490 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:31:40.708508 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.708896 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} executeQuery: Read 20 rows, 840.00 B in 0.00112 sec., 17857.14285714286 rows/sec., 732.42 KiB/sec. 2025.09.19 00:31:40.708975 [ 3 ] {82de51ca-a62a-4935-a4c4-676a2f8179a2} TCPHandler: Processed in 0.001325377 sec. 2025.09.19 00:31:40.709191 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.709319 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:31:40.709519 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.709552 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:31:40.709731 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.709784 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.709880 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.09.19 00:31:40.709909 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.709927 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.709940 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.709972 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:31:40.709991 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.710481 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} executeQuery: Read 20 rows, 840.00 B in 0.001211 sec., 16515.276630883567 rows/sec., 677.38 KiB/sec. 2025.09.19 00:31:40.710566 [ 3 ] {d1e24973-8351-4c50-b92f-afb7d9f9f5c6} TCPHandler: Processed in 0.001424318 sec. 2025.09.19 00:31:40.722087 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.722223 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:31:40.722440 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:40.722481 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:31:40.722672 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.722725 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:40.722825 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.09.19 00:31:40.722852 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:40.722871 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:40.722885 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:40.722918 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:31:40.722936 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.09.19 00:31:40.723382 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} executeQuery: Read 20 rows, 840.00 B in 0.00121 sec., 16528.92561983471 rows/sec., 677.94 KiB/sec. 2025.09.19 00:31:40.723479 [ 3 ] {776bdada-e9d8-4ad5-8642-17c268d641d6} TCPHandler: Processed in 0.001444689 sec. 2025.09.19 00:31:40.725508 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.725621 [ 3 ] {a42e63c8-094f-4910-930a-6a711bbcb742} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.19 00:31:40.725663 [ 3 ] {a42e63c8-094f-4910-930a-6a711bbcb742} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:40.726193 [ 3 ] {a42e63c8-094f-4910-930a-6a711bbcb742} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.726239 [ 3 ] {a42e63c8-094f-4910-930a-6a711bbcb742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.726867 [ 3 ] {a42e63c8-094f-4910-930a-6a711bbcb742} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:40.727248 [ 3 ] {a42e63c8-094f-4910-930a-6a711bbcb742} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.727395 [ 3 ] {a42e63c8-094f-4910-930a-6a711bbcb742} executeQuery: Read 12 rows, 4.37 KiB in 0.001807 sec., 6640.841173215274 rows/sec., 2.36 MiB/sec. 2025.09.19 00:31:40.727433 [ 3 ] {a42e63c8-094f-4910-930a-6a711bbcb742} TCPHandler: Processed in 0.001978316 sec. 2025.09.19 00:31:40.727556 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.727653 [ 3 ] {6ddb7d9e-a13b-460a-b129-98ad407433d8} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:31:40.727693 [ 3 ] {6ddb7d9e-a13b-460a-b129-98ad407433d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:31:40.730415 [ 3 ] {6ddb7d9e-a13b-460a-b129-98ad407433d8} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.730451 [ 3 ] {6ddb7d9e-a13b-460a-b129-98ad407433d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.730915 [ 3 ] {6ddb7d9e-a13b-460a-b129-98ad407433d8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:40.731489 [ 3 ] {6ddb7d9e-a13b-460a-b129-98ad407433d8} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.731624 [ 3 ] {6ddb7d9e-a13b-460a-b129-98ad407433d8} executeQuery: Read 410 rows, 26.63 KiB in 0.003993 sec., 102679.68945654896 rows/sec., 6.51 MiB/sec. 2025.09.19 00:31:40.731661 [ 3 ] {6ddb7d9e-a13b-460a-b129-98ad407433d8} TCPHandler: Processed in 0.004161134 sec. 2025.09.19 00:31:40.731775 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.731871 [ 3 ] {9e0a49b0-d3fb-441d-9d2b-27af3c4d39a3} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:31:40.731913 [ 3 ] {9e0a49b0-d3fb-441d-9d2b-27af3c4d39a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:31:40.732304 [ 3 ] {9e0a49b0-d3fb-441d-9d2b-27af3c4d39a3} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.732342 [ 3 ] {9e0a49b0-d3fb-441d-9d2b-27af3c4d39a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.732869 [ 3 ] {9e0a49b0-d3fb-441d-9d2b-27af3c4d39a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:40.733392 [ 3 ] {9e0a49b0-d3fb-441d-9d2b-27af3c4d39a3} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.733524 [ 3 ] {9e0a49b0-d3fb-441d-9d2b-27af3c4d39a3} executeQuery: Read 2 rows, 167.00 B in 0.001673 sec., 1195.457262402869 rows/sec., 97.48 KiB/sec. 2025.09.19 00:31:40.733561 [ 3 ] {9e0a49b0-d3fb-441d-9d2b-27af3c4d39a3} TCPHandler: Processed in 0.001836504 sec. 2025.09.19 00:31:40.733673 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.733768 [ 3 ] {63fd3af2-2f99-434e-8902-1534c1897e97} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:31:40.733807 [ 3 ] {63fd3af2-2f99-434e-8902-1534c1897e97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:31:40.734779 [ 3 ] {63fd3af2-2f99-434e-8902-1534c1897e97} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.734816 [ 3 ] {63fd3af2-2f99-434e-8902-1534c1897e97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.735346 [ 3 ] {63fd3af2-2f99-434e-8902-1534c1897e97} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:31:40.735848 [ 3 ] {63fd3af2-2f99-434e-8902-1534c1897e97} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.735995 [ 3 ] {63fd3af2-2f99-434e-8902-1534c1897e97} executeQuery: Read 1113 rows, 89.87 KiB in 0.002246 sec., 495547.6402493321 rows/sec., 39.08 MiB/sec. 2025.09.19 00:31:40.736031 [ 3 ] {63fd3af2-2f99-434e-8902-1534c1897e97} TCPHandler: Processed in 0.002407261 sec. 2025.09.19 00:31:40.736130 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.736223 [ 3 ] {68b8ad8f-3351-4982-a061-2e2ecbc46201} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:31:40.736263 [ 3 ] {68b8ad8f-3351-4982-a061-2e2ecbc46201} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:31:40.736704 [ 3 ] {68b8ad8f-3351-4982-a061-2e2ecbc46201} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.736741 [ 3 ] {68b8ad8f-3351-4982-a061-2e2ecbc46201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.737232 [ 3 ] {68b8ad8f-3351-4982-a061-2e2ecbc46201} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:31:40.737750 [ 3 ] {68b8ad8f-3351-4982-a061-2e2ecbc46201} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.737887 [ 3 ] {68b8ad8f-3351-4982-a061-2e2ecbc46201} executeQuery: Read 207 rows, 12.46 KiB in 0.001684 sec., 122921.61520190025 rows/sec., 7.22 MiB/sec. 2025.09.19 00:31:40.737924 [ 3 ] {68b8ad8f-3351-4982-a061-2e2ecbc46201} TCPHandler: Processed in 0.001844464 sec. 2025.09.19 00:31:40.738035 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.738128 [ 3 ] {515b7299-eba8-4664-bd4c-b146e8825267} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:31:40.738174 [ 3 ] {515b7299-eba8-4664-bd4c-b146e8825267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:31:40.738687 [ 3 ] {515b7299-eba8-4664-bd4c-b146e8825267} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.738720 [ 3 ] {515b7299-eba8-4664-bd4c-b146e8825267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.739166 [ 3 ] {515b7299-eba8-4664-bd4c-b146e8825267} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:40.739682 [ 3 ] {515b7299-eba8-4664-bd4c-b146e8825267} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.739816 [ 3 ] {515b7299-eba8-4664-bd4c-b146e8825267} executeQuery: Read 212 rows, 14.00 KiB in 0.001705 sec., 124340.17595307919 rows/sec., 8.02 MiB/sec. 2025.09.19 00:31:40.739854 [ 3 ] {515b7299-eba8-4664-bd4c-b146e8825267} TCPHandler: Processed in 0.001867365 sec. 2025.09.19 00:31:40.739957 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.740049 [ 3 ] {19c5b86a-e1ae-45ea-8475-5982fed9f1f8} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:31:40.740088 [ 3 ] {19c5b86a-e1ae-45ea-8475-5982fed9f1f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:31:40.740540 [ 3 ] {19c5b86a-e1ae-45ea-8475-5982fed9f1f8} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.740576 [ 3 ] {19c5b86a-e1ae-45ea-8475-5982fed9f1f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.741060 [ 3 ] {19c5b86a-e1ae-45ea-8475-5982fed9f1f8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:40.741635 [ 3 ] {19c5b86a-e1ae-45ea-8475-5982fed9f1f8} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.741767 [ 3 ] {19c5b86a-e1ae-45ea-8475-5982fed9f1f8} executeQuery: Read 211 rows, 12.27 KiB in 0.001736 sec., 121543.77880184332 rows/sec., 6.90 MiB/sec. 2025.09.19 00:31:40.741805 [ 3 ] {19c5b86a-e1ae-45ea-8475-5982fed9f1f8} TCPHandler: Processed in 0.001896825 sec. 2025.09.19 00:31:40.741915 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.742007 [ 3 ] {4e90a1af-a191-44bb-b583-7a7ec2397b21} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:31:40.742047 [ 3 ] {4e90a1af-a191-44bb-b583-7a7ec2397b21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:31:40.742694 [ 3 ] {4e90a1af-a191-44bb-b583-7a7ec2397b21} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.742731 [ 3 ] {4e90a1af-a191-44bb-b583-7a7ec2397b21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.743290 [ 3 ] {4e90a1af-a191-44bb-b583-7a7ec2397b21} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:31:40.743794 [ 3 ] {4e90a1af-a191-44bb-b583-7a7ec2397b21} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.743920 [ 3 ] {4e90a1af-a191-44bb-b583-7a7ec2397b21} executeQuery: Read 681 rows, 48.63 KiB in 0.00193 sec., 352849.7409326425 rows/sec., 24.61 MiB/sec. 2025.09.19 00:31:40.743957 [ 3 ] {4e90a1af-a191-44bb-b583-7a7ec2397b21} TCPHandler: Processed in 0.002090717 sec. 2025.09.19 00:31:40.744065 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.744158 [ 3 ] {c7bbede2-3a7e-44f1-a2f4-d1af6570d6e2} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:31:40.744199 [ 3 ] {c7bbede2-3a7e-44f1-a2f4-d1af6570d6e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:31:40.744509 [ 3 ] {c7bbede2-3a7e-44f1-a2f4-d1af6570d6e2} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.744544 [ 3 ] {c7bbede2-3a7e-44f1-a2f4-d1af6570d6e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.744989 [ 3 ] {c7bbede2-3a7e-44f1-a2f4-d1af6570d6e2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:40.745483 [ 3 ] {c7bbede2-3a7e-44f1-a2f4-d1af6570d6e2} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.745619 [ 3 ] {c7bbede2-3a7e-44f1-a2f4-d1af6570d6e2} executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. 2025.09.19 00:31:40.745656 [ 3 ] {c7bbede2-3a7e-44f1-a2f4-d1af6570d6e2} TCPHandler: Processed in 0.001641621 sec. 2025.09.19 00:31:40.745757 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.745850 [ 3 ] {aa9a9f2b-adf6-405e-944e-6f41bf21cfed} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:31:40.745892 [ 3 ] {aa9a9f2b-adf6-405e-944e-6f41bf21cfed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:31:40.746328 [ 3 ] {aa9a9f2b-adf6-405e-944e-6f41bf21cfed} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.746365 [ 3 ] {aa9a9f2b-adf6-405e-944e-6f41bf21cfed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.746871 [ 3 ] {aa9a9f2b-adf6-405e-944e-6f41bf21cfed} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:31:40.747383 [ 3 ] {aa9a9f2b-adf6-405e-944e-6f41bf21cfed} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.747519 [ 3 ] {aa9a9f2b-adf6-405e-944e-6f41bf21cfed} executeQuery: Read 315 rows, 21.19 KiB in 0.001688 sec., 186611.37440758295 rows/sec., 12.26 MiB/sec. 2025.09.19 00:31:40.747555 [ 3 ] {aa9a9f2b-adf6-405e-944e-6f41bf21cfed} TCPHandler: Processed in 0.001846825 sec. 2025.09.19 00:31:40.747676 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.747808 [ 3 ] {961ababa-0a88-40dc-9513-db4cfc2e3180} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:31:40.747861 [ 3 ] {961ababa-0a88-40dc-9513-db4cfc2e3180} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:31:40.748271 [ 3 ] {961ababa-0a88-40dc-9513-db4cfc2e3180} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.748315 [ 3 ] {961ababa-0a88-40dc-9513-db4cfc2e3180} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.748939 [ 3 ] {961ababa-0a88-40dc-9513-db4cfc2e3180} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:40.749404 [ 3 ] {961ababa-0a88-40dc-9513-db4cfc2e3180} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.749549 [ 3 ] {961ababa-0a88-40dc-9513-db4cfc2e3180} executeQuery: Read 1 rows, 69.00 B in 0.001766 sec., 566.2514156285391 rows/sec., 38.16 KiB/sec. 2025.09.19 00:31:40.749586 [ 3 ] {961ababa-0a88-40dc-9513-db4cfc2e3180} TCPHandler: Processed in 0.001973456 sec. 2025.09.19 00:31:40.749693 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:40.749789 [ 3 ] {f01891a7-a8f2-40c8-91d7-3385d11b5f6f} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:31:40.749829 [ 3 ] {f01891a7-a8f2-40c8-91d7-3385d11b5f6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:31:40.750173 [ 3 ] {f01891a7-a8f2-40c8-91d7-3385d11b5f6f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:40.750209 [ 3 ] {f01891a7-a8f2-40c8-91d7-3385d11b5f6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:40.750691 [ 3 ] {f01891a7-a8f2-40c8-91d7-3385d11b5f6f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:31:40.751271 [ 3 ] {f01891a7-a8f2-40c8-91d7-3385d11b5f6f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:40.751409 [ 3 ] {f01891a7-a8f2-40c8-91d7-3385d11b5f6f} executeQuery: Read 104 rows, 6.53 KiB in 0.001639 sec., 63453.32519829164 rows/sec., 3.89 MiB/sec. 2025.09.19 00:31:40.751446 [ 3 ] {f01891a7-a8f2-40c8-91d7-3385d11b5f6f} TCPHandler: Processed in 0.001802553 sec. 2025.09.19 00:31:42.253271 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.09.19 00:31:42.253842 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:42.253890 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:42.254640 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:31:42.255203 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:42.255389 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.09.19 00:31:42.365618 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.09.19 00:31:42.384176 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:42.384245 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.09.19 00:31:42.390697 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:31:42.391914 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:42.395570 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.09.19 00:31:43.000462 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 164.48 MiB, peak 168.48 MiB, free memory in arenas 0.00 B, will set to 165.71 MiB (RSS), difference: 1.23 MiB 2025.09.19 00:31:44.683359 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51975 2025.09.19 00:31:44.683496 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:44.683529 [ 286 ] {} TCP-Session: 17e50e98-056b-4ef5-8014-cbb435eb65f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:51975 2025.09.19 00:31:44.683553 [ 286 ] {} TCP-Session: 17e50e98-056b-4ef5-8014-cbb435eb65f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.683569 [ 286 ] {} TCP-Session: 17e50e98-056b-4ef5-8014-cbb435eb65f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.683639 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.19 00:31:44.683670 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.19 00:31:44.683690 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.19 00:31:44.686573 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40965 2025.09.19 00:31:44.686575 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63140 2025.09.19 00:31:44.686705 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39013 2025.09.19 00:31:44.686720 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59520 2025.09.19 00:31:44.686941 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46352 2025.09.19 00:31:44.687244 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38090 2025.09.19 00:31:44.687496 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44287 2025.09.19 00:31:44.687561 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48032 2025.09.19 00:31:44.688455 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:44.688474 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:44.688498 [ 287 ] {} TCP-Session: 42b84d3d-44bb-46d1-bfed-c2e4fdd3c588 Authenticating user 'default' from [fd00:1122:3344:101::e]:63140 2025.09.19 00:31:44.688521 [ 291 ] {} TCP-Session: 7535b1c3-debe-4203-a2c6-aee39a0194a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:46352 2025.09.19 00:31:44.688529 [ 287 ] {} TCP-Session: 42b84d3d-44bb-46d1-bfed-c2e4fdd3c588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.688541 [ 291 ] {} TCP-Session: 7535b1c3-debe-4203-a2c6-aee39a0194a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.688544 [ 287 ] {} TCP-Session: 42b84d3d-44bb-46d1-bfed-c2e4fdd3c588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.688555 [ 291 ] {} TCP-Session: 7535b1c3-debe-4203-a2c6-aee39a0194a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690411 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:44.690469 [ 293 ] {} TCP-Session: a70dbfff-b4f2-4523-aaa7-6987990fbee4 Authenticating user 'default' from [fd00:1122:3344:101::e]:44287 2025.09.19 00:31:44.690482 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:44.690499 [ 293 ] {} TCP-Session: a70dbfff-b4f2-4523-aaa7-6987990fbee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690489 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:44.690521 [ 294 ] {} TCP-Session: 5af2c7b8-d803-4f26-96d7-c33621038a0c Authenticating user 'default' from [fd00:1122:3344:101::e]:48032 2025.09.19 00:31:44.690527 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:44.690567 [ 294 ] {} TCP-Session: 5af2c7b8-d803-4f26-96d7-c33621038a0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690571 [ 292 ] {} TCP-Session: cdfbc076-e0e1-45f7-85b7-63756d5870ff Authenticating user 'default' from [fd00:1122:3344:101::e]:38090 2025.09.19 00:31:44.690592 [ 290 ] {} TCP-Session: c421b0bb-4bbf-42fa-bdfb-2d0595fa50c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:39013 2025.09.19 00:31:44.690600 [ 294 ] {} TCP-Session: 5af2c7b8-d803-4f26-96d7-c33621038a0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690621 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:44.690631 [ 290 ] {} TCP-Session: c421b0bb-4bbf-42fa-bdfb-2d0595fa50c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690628 [ 292 ] {} TCP-Session: cdfbc076-e0e1-45f7-85b7-63756d5870ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690668 [ 290 ] {} TCP-Session: c421b0bb-4bbf-42fa-bdfb-2d0595fa50c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690690 [ 292 ] {} TCP-Session: cdfbc076-e0e1-45f7-85b7-63756d5870ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690663 [ 289 ] {} TCP-Session: 06ea0841-4560-41a7-b579-36ca0069fd1b Authenticating user 'default' from [fd00:1122:3344:101::e]:59520 2025.09.19 00:31:44.690615 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:44.690749 [ 289 ] {} TCP-Session: 06ea0841-4560-41a7-b579-36ca0069fd1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690524 [ 293 ] {} TCP-Session: a70dbfff-b4f2-4523-aaa7-6987990fbee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690796 [ 289 ] {} TCP-Session: 06ea0841-4560-41a7-b579-36ca0069fd1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690807 [ 288 ] {} TCP-Session: 33a6bd0d-fe8d-47f0-8933-9a84ea76d331 Authenticating user 'default' from [fd00:1122:3344:101::e]:40965 2025.09.19 00:31:44.690843 [ 288 ] {} TCP-Session: 33a6bd0d-fe8d-47f0-8933-9a84ea76d331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.690865 [ 288 ] {} TCP-Session: 33a6bd0d-fe8d-47f0-8933-9a84ea76d331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.693004 [ 286 ] {} TCP-Session: 17e50e98-056b-4ef5-8014-cbb435eb65f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:44.693200 [ 286 ] {d3b7c565-83ff-4c2e-a900-f7b8ed11c895} executeQuery: (from [fd00:1122:3344:101::e]:51975) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:31:44.693513 [ 286 ] {d3b7c565-83ff-4c2e-a900-f7b8ed11c895} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:31:44.693587 [ 286 ] {d3b7c565-83ff-4c2e-a900-f7b8ed11c895} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:44.696111 [ 286 ] {d3b7c565-83ff-4c2e-a900-f7b8ed11c895} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:31:44.710363 [ 295 ] {d3b7c565-83ff-4c2e-a900-f7b8ed11c895} AggregatingTransform: Aggregating 2025.09.19 00:31:44.712418 [ 295 ] {d3b7c565-83ff-4c2e-a900-f7b8ed11c895} Aggregator: Aggregation method: without_key 2025.09.19 00:31:44.713179 [ 295 ] {d3b7c565-83ff-4c2e-a900-f7b8ed11c895} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.005739005 sec. (174.246 rows/sec., 6.81 KiB/sec.) 2025.09.19 00:31:44.713202 [ 295 ] {d3b7c565-83ff-4c2e-a900-f7b8ed11c895} Aggregator: Merging aggregated data 2025.09.19 00:31:44.713232 [ 295 ] {d3b7c565-83ff-4c2e-a900-f7b8ed11c895} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.09.19 00:31:44.717092 [ 286 ] {d3b7c565-83ff-4c2e-a900-f7b8ed11c895} executeQuery: Read 1 rows, 40.00 B in 0.023953 sec., 41.74842399699411 rows/sec., 1.63 KiB/sec. 2025.09.19 00:31:44.717278 [ 286 ] {d3b7c565-83ff-4c2e-a900-f7b8ed11c895} TCPHandler: Processed in 0.024420729 sec. 2025.09.19 00:31:44.720016 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:44.720061 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:44.720066 [ 286 ] {} TCP-Session: 17e50e98-056b-4ef5-8014-cbb435eb65f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.720094 [ 294 ] {} TCP-Session: 5af2c7b8-d803-4f26-96d7-c33621038a0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.720123 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:44.720153 [ 290 ] {} TCP-Session: c421b0bb-4bbf-42fa-bdfb-2d0595fa50c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.720180 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:44.720222 [ 287 ] {} TCP-Session: 42b84d3d-44bb-46d1-bfed-c2e4fdd3c588 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.720225 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:44.720263 [ 291 ] {} TCP-Session: 7535b1c3-debe-4203-a2c6-aee39a0194a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.722310 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:44.722337 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:44.722363 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:44.722377 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:44.722376 [ 292 ] {} TCP-Session: cdfbc076-e0e1-45f7-85b7-63756d5870ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.722427 [ 289 ] {} TCP-Session: 06ea0841-4560-41a7-b579-36ca0069fd1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.722437 [ 293 ] {} TCP-Session: a70dbfff-b4f2-4523-aaa7-6987990fbee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.722367 [ 288 ] {} TCP-Session: 33a6bd0d-fe8d-47f0-8933-9a84ea76d331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:44.744795 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 214 2025.09.19 00:31:44.747751 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:44.747800 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:44.749308 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:31:44.749809 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:44.750145 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 214 2025.09.19 00:31:45.000460 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.97 MiB, peak 172.02 MiB, free memory in arenas 0.00 B, will set to 168.84 MiB (RSS), difference: 2.87 MiB 2025.09.19 00:31:45.649687 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:45.649898 [ 3 ] {3d61a234-a5ee-4409-bb08-8ef9455a636c} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:31:45.649976 [ 3 ] {3d61a234-a5ee-4409-bb08-8ef9455a636c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:31:45.650650 [ 3 ] {3d61a234-a5ee-4409-bb08-8ef9455a636c} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:45.650702 [ 3 ] {3d61a234-a5ee-4409-bb08-8ef9455a636c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:45.651210 [ 3 ] {3d61a234-a5ee-4409-bb08-8ef9455a636c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:31:45.651665 [ 3 ] {3d61a234-a5ee-4409-bb08-8ef9455a636c} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:45.651850 [ 3 ] {3d61a234-a5ee-4409-bb08-8ef9455a636c} executeQuery: Read 76 rows, 6.39 KiB in 0.002008 sec., 37848.605577689246 rows/sec., 3.11 MiB/sec. 2025.09.19 00:31:45.651901 [ 3 ] {3d61a234-a5ee-4409-bb08-8ef9455a636c} TCPHandler: Processed in 0.002355851 sec. 2025.09.19 00:31:45.652030 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:45.652133 [ 3 ] {f4eeac3c-8717-40a2-b8bf-2ab0996de7bc} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:31:45.652178 [ 3 ] {f4eeac3c-8717-40a2-b8bf-2ab0996de7bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:31:45.652581 [ 3 ] {f4eeac3c-8717-40a2-b8bf-2ab0996de7bc} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:45.652620 [ 3 ] {f4eeac3c-8717-40a2-b8bf-2ab0996de7bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:45.653075 [ 3 ] {f4eeac3c-8717-40a2-b8bf-2ab0996de7bc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:31:45.653478 [ 3 ] {f4eeac3c-8717-40a2-b8bf-2ab0996de7bc} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:45.653616 [ 3 ] {f4eeac3c-8717-40a2-b8bf-2ab0996de7bc} executeQuery: Read 10 rows, 770.00 B in 0.001507 sec., 6635.700066357001 rows/sec., 498.97 KiB/sec. 2025.09.19 00:31:45.653654 [ 3 ] {f4eeac3c-8717-40a2-b8bf-2ab0996de7bc} TCPHandler: Processed in 0.001678242 sec. 2025.09.19 00:31:45.653759 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:45.653855 [ 3 ] {8bb86846-03b3-4fd4-a821-13662f8305ca} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:31:45.653896 [ 3 ] {8bb86846-03b3-4fd4-a821-13662f8305ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:31:45.654314 [ 3 ] {8bb86846-03b3-4fd4-a821-13662f8305ca} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:45.654351 [ 3 ] {8bb86846-03b3-4fd4-a821-13662f8305ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:45.654768 [ 3 ] {8bb86846-03b3-4fd4-a821-13662f8305ca} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:31:45.655187 [ 3 ] {8bb86846-03b3-4fd4-a821-13662f8305ca} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:45.655340 [ 3 ] {8bb86846-03b3-4fd4-a821-13662f8305ca} executeQuery: Read 74 rows, 5.92 KiB in 0.001504 sec., 49202.12765957447 rows/sec., 3.84 MiB/sec. 2025.09.19 00:31:45.655381 [ 3 ] {8bb86846-03b3-4fd4-a821-13662f8305ca} TCPHandler: Processed in 0.001672931 sec. 2025.09.19 00:31:45.655493 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:45.655599 [ 3 ] {3b17a9d3-0cf0-4e08-8210-95a616f7fc6a} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:31:45.655657 [ 3 ] {3b17a9d3-0cf0-4e08-8210-95a616f7fc6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:31:45.656098 [ 3 ] {3b17a9d3-0cf0-4e08-8210-95a616f7fc6a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:45.656135 [ 3 ] {3b17a9d3-0cf0-4e08-8210-95a616f7fc6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:45.656575 [ 3 ] {3b17a9d3-0cf0-4e08-8210-95a616f7fc6a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:31:45.656996 [ 3 ] {3b17a9d3-0cf0-4e08-8210-95a616f7fc6a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:45.657155 [ 3 ] {3b17a9d3-0cf0-4e08-8210-95a616f7fc6a} executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. 2025.09.19 00:31:45.657194 [ 3 ] {3b17a9d3-0cf0-4e08-8210-95a616f7fc6a} TCPHandler: Processed in 0.001751123 sec. 2025.09.19 00:31:45.657299 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:45.657395 [ 3 ] {5468dab2-b5bf-409c-a87d-b526383aa55d} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:31:45.657451 [ 3 ] {5468dab2-b5bf-409c-a87d-b526383aa55d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:31:45.658193 [ 3 ] {5468dab2-b5bf-409c-a87d-b526383aa55d} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:45.658231 [ 3 ] {5468dab2-b5bf-409c-a87d-b526383aa55d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:45.658965 [ 3 ] {5468dab2-b5bf-409c-a87d-b526383aa55d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:31:45.659540 [ 3 ] {5468dab2-b5bf-409c-a87d-b526383aa55d} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:45.659702 [ 3 ] {5468dab2-b5bf-409c-a87d-b526383aa55d} executeQuery: Read 10 rows, 18.35 KiB in 0.002324 sec., 4302.925989672977 rows/sec., 7.71 MiB/sec. 2025.09.19 00:31:45.659766 [ 3 ] {5468dab2-b5bf-409c-a87d-b526383aa55d} TCPHandler: Processed in 0.002518363 sec. 2025.09.19 00:31:45.659894 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:45.660007 [ 3 ] {4d848a69-dd62-4992-a760-1dbce152a939} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:31:45.660051 [ 3 ] {4d848a69-dd62-4992-a760-1dbce152a939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:31:45.660400 [ 3 ] {4d848a69-dd62-4992-a760-1dbce152a939} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:45.660437 [ 3 ] {4d848a69-dd62-4992-a760-1dbce152a939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:45.660892 [ 3 ] {4d848a69-dd62-4992-a760-1dbce152a939} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:31:45.661377 [ 3 ] {4d848a69-dd62-4992-a760-1dbce152a939} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:45.661540 [ 3 ] {4d848a69-dd62-4992-a760-1dbce152a939} executeQuery: Read 60 rows, 4.14 KiB in 0.001556 sec., 38560.411311053984 rows/sec., 2.60 MiB/sec. 2025.09.19 00:31:45.661579 [ 3 ] {4d848a69-dd62-4992-a760-1dbce152a939} TCPHandler: Processed in 0.001739843 sec. 2025.09.19 00:31:49.701812 [ 75 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:31:49.701881 [ 75 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:31:49.755986 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 442 entries to flush up to offset 2821 2025.09.19 00:31:49.756486 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:49.756539 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:49.757194 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:31:49.757675 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:49.757817 [ 75 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.19 00:31:49.757829 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2821 2025.09.19 00:31:49.757890 [ 75 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:49.757918 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:49.760072 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:31:49.762247 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:31:49.762357 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:31:49.762471 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:31:49.762529 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:31:49.762586 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:31:49.762638 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:31:49.762686 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 442 rows starting from the beginning of the part 2025.09.19 00:31:49.833717 [ 192 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2821 rows, containing 4 columns (4 merged, 0 gathered) in 0.075707561 sec., 37261.80004662942 rows/sec., 545.83 KiB/sec. 2025.09.19 00:31:49.834697 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.19 00:31:49.835425 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_6_1} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:49.835510 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_6_1} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.19 00:31:49.835632 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.09.19 00:31:49.896107 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.09.19 00:31:49.915128 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:49.915192 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:49.921740 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:31:49.922966 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:49.923292 [ 75 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.19 00:31:49.923365 [ 75 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:49.923390 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:49.923490 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:31:49.926380 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:31:49.926584 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.09.19 00:31:49.927174 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:31:49.930602 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:31:49.934317 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:31:49.938250 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:31:49.957716 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:31:49.962020 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:31:50.001108 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 179.41 MiB, peak 179.41 MiB, free memory in arenas 0.00 B, will set to 178.26 MiB (RSS), difference: -1.15 MiB 2025.09.19 00:31:50.034759 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.111308977 sec., 413.2640622507922 rows/sec., 2.14 MiB/sec. 2025.09.19 00:31:50.037322 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.19 00:31:50.040012 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_6_1} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.040134 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_6_1} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.19 00:31:50.041926 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.09.19 00:31:50.428873 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38140 2025.09.19 00:31:50.428989 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.429017 [ 286 ] {} TCP-Session: ba391cc5-de83-4178-ae08-37fd8ddfbc59 Authenticating user 'default' from [fd00:1122:3344:101::e]:38140 2025.09.19 00:31:50.429040 [ 286 ] {} TCP-Session: ba391cc5-de83-4178-ae08-37fd8ddfbc59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429053 [ 286 ] {} TCP-Session: ba391cc5-de83-4178-ae08-37fd8ddfbc59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429248 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46580 2025.09.19 00:31:50.429287 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45084 2025.09.19 00:31:50.429325 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59952 2025.09.19 00:31:50.429327 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65312 2025.09.19 00:31:50.429367 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.429380 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42351 2025.09.19 00:31:50.429401 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.429416 [ 287 ] {} TCP-Session: ab8b7b50-6326-46a6-9191-b969d9d9d869 Authenticating user 'default' from [fd00:1122:3344:101::e]:46580 2025.09.19 00:31:50.429383 [ 286 ] {} TCP-Session: ba391cc5-de83-4178-ae08-37fd8ddfbc59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.429457 [ 287 ] {} TCP-Session: ab8b7b50-6326-46a6-9191-b969d9d9d869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429373 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62106 2025.09.19 00:31:50.429486 [ 287 ] {} TCP-Session: ab8b7b50-6326-46a6-9191-b969d9d9d869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429532 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.429363 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59691 2025.09.19 00:31:50.429572 [ 290 ] {} TCP-Session: 3a15e321-6426-4a9f-9de1-c4a3786efacf Authenticating user 'default' from [fd00:1122:3344:101::e]:59952 2025.09.19 00:31:50.429351 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51428 2025.09.19 00:31:50.429615 [ 290 ] {} TCP-Session: 3a15e321-6426-4a9f-9de1-c4a3786efacf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429621 [ 286 ] {11280116-e9bb-4f3f-a7e9-ca212f59ce46} executeQuery: (from [fd00:1122:3344:101::e]:38140) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:31:50.429642 [ 290 ] {} TCP-Session: 3a15e321-6426-4a9f-9de1-c4a3786efacf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429445 [ 288 ] {} TCP-Session: 9b9e277e-2e5f-44c0-b8ec-916ec4145d93 Authenticating user 'default' from [fd00:1122:3344:101::e]:45084 2025.09.19 00:31:50.429690 [ 288 ] {} TCP-Session: 9b9e277e-2e5f-44c0-b8ec-916ec4145d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429703 [ 288 ] {} TCP-Session: 9b9e277e-2e5f-44c0-b8ec-916ec4145d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429885 [ 286 ] {11280116-e9bb-4f3f-a7e9-ca212f59ce46} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:31:50.429900 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.429913 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.429941 [ 291 ] {} TCP-Session: 41a526f4-6b1c-43bd-9e7f-1983c47a3c02 Authenticating user 'default' from [fd00:1122:3344:101::e]:51428 2025.09.19 00:31:50.429951 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.429973 [ 291 ] {} TCP-Session: 41a526f4-6b1c-43bd-9e7f-1983c47a3c02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429968 [ 292 ] {} TCP-Session: 8d079e6c-55cb-410f-aad1-871272a50ef6 Authenticating user 'default' from [fd00:1122:3344:101::e]:59691 2025.09.19 00:31:50.429999 [ 291 ] {} TCP-Session: 41a526f4-6b1c-43bd-9e7f-1983c47a3c02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429997 [ 293 ] {} TCP-Session: abab0d85-1e80-4339-8d55-6c994a6585af Authenticating user 'default' from [fd00:1122:3344:101::e]:62106 2025.09.19 00:31:50.430024 [ 292 ] {} TCP-Session: 8d079e6c-55cb-410f-aad1-871272a50ef6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.430047 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.430051 [ 293 ] {} TCP-Session: abab0d85-1e80-4339-8d55-6c994a6585af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.430066 [ 292 ] {} TCP-Session: 8d079e6c-55cb-410f-aad1-871272a50ef6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.430082 [ 289 ] {} TCP-Session: 550bd533-b2bd-4e84-a92b-5a11023eb98f Authenticating user 'default' from [fd00:1122:3344:101::e]:65312 2025.09.19 00:31:50.430083 [ 293 ] {} TCP-Session: abab0d85-1e80-4339-8d55-6c994a6585af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.430114 [ 289 ] {} TCP-Session: 550bd533-b2bd-4e84-a92b-5a11023eb98f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429989 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.430130 [ 289 ] {} TCP-Session: 550bd533-b2bd-4e84-a92b-5a11023eb98f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.429954 [ 286 ] {11280116-e9bb-4f3f-a7e9-ca212f59ce46} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:50.430164 [ 294 ] {} TCP-Session: ac3999f3-ed8b-47c7-b06e-c35c10e6c4ed Authenticating user 'default' from [fd00:1122:3344:101::e]:42351 2025.09.19 00:31:50.430196 [ 294 ] {} TCP-Session: ac3999f3-ed8b-47c7-b06e-c35c10e6c4ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.430208 [ 294 ] {} TCP-Session: ac3999f3-ed8b-47c7-b06e-c35c10e6c4ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.430459 [ 286 ] {11280116-e9bb-4f3f-a7e9-ca212f59ce46} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:31:50.431666 [ 328 ] {11280116-e9bb-4f3f-a7e9-ca212f59ce46} AggregatingTransform: Aggregating 2025.09.19 00:31:50.431715 [ 328 ] {11280116-e9bb-4f3f-a7e9-ca212f59ce46} Aggregator: Aggregation method: without_key 2025.09.19 00:31:50.431747 [ 328 ] {11280116-e9bb-4f3f-a7e9-ca212f59ce46} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001191106 sec. (839.556 rows/sec., 32.80 KiB/sec.) 2025.09.19 00:31:50.431762 [ 328 ] {11280116-e9bb-4f3f-a7e9-ca212f59ce46} Aggregator: Merging aggregated data 2025.09.19 00:31:50.432772 [ 286 ] {11280116-e9bb-4f3f-a7e9-ca212f59ce46} executeQuery: Read 1 rows, 40.00 B in 0.003204 sec., 312.10986267166044 rows/sec., 12.19 KiB/sec. 2025.09.19 00:31:50.432909 [ 286 ] {11280116-e9bb-4f3f-a7e9-ca212f59ce46} TCPHandler: Processed in 0.003636148 sec. 2025.09.19 00:31:50.432997 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.433021 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.433039 [ 287 ] {} TCP-Session: ab8b7b50-6326-46a6-9191-b969d9d9d869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.433037 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.433056 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.433069 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.433102 [ 294 ] {} TCP-Session: ac3999f3-ed8b-47c7-b06e-c35c10e6c4ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.433112 [ 290 ] {} TCP-Session: 3a15e321-6426-4a9f-9de1-c4a3786efacf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.433125 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.433135 [ 291 ] {} TCP-Session: 41a526f4-6b1c-43bd-9e7f-1983c47a3c02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.433141 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.433188 [ 293 ] {} TCP-Session: abab0d85-1e80-4339-8d55-6c994a6585af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.433211 [ 286 ] {} TCP-Session: ba391cc5-de83-4178-ae08-37fd8ddfbc59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.433110 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.433089 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.433069 [ 288 ] {} TCP-Session: 9b9e277e-2e5f-44c0-b8ec-916ec4145d93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.433289 [ 292 ] {} TCP-Session: 8d079e6c-55cb-410f-aad1-871272a50ef6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.433305 [ 289 ] {} TCP-Session: 550bd533-b2bd-4e84-a92b-5a11023eb98f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.660263 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.660446 [ 3 ] {b318b3ab-001b-42fe-a313-a787a371c2f0} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:31:50.660516 [ 3 ] {b318b3ab-001b-42fe-a313-a787a371c2f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:31:50.661413 [ 3 ] {b318b3ab-001b-42fe-a313-a787a371c2f0} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.661470 [ 3 ] {b318b3ab-001b-42fe-a313-a787a371c2f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.662049 [ 3 ] {b318b3ab-001b-42fe-a313-a787a371c2f0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:50.662562 [ 3 ] {b318b3ab-001b-42fe-a313-a787a371c2f0} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.662729 [ 3 ] {b318b3ab-001b-42fe-a313-a787a371c2f0} executeQuery: Read 410 rows, 26.63 KiB in 0.002332 sec., 175814.7512864494 rows/sec., 11.15 MiB/sec. 2025.09.19 00:31:50.662780 [ 3 ] {b318b3ab-001b-42fe-a313-a787a371c2f0} TCPHandler: Processed in 0.002651444 sec. 2025.09.19 00:31:50.662917 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.663021 [ 3 ] {12520f8a-a453-48cb-9766-2a23f3a052ae} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:31:50.663065 [ 3 ] {12520f8a-a453-48cb-9766-2a23f3a052ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:31:50.664145 [ 3 ] {12520f8a-a453-48cb-9766-2a23f3a052ae} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.664182 [ 3 ] {12520f8a-a453-48cb-9766-2a23f3a052ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.664729 [ 3 ] {12520f8a-a453-48cb-9766-2a23f3a052ae} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:31:50.665266 [ 3 ] {12520f8a-a453-48cb-9766-2a23f3a052ae} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.665376 [ 74 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.19 00:31:50.665404 [ 3 ] {12520f8a-a453-48cb-9766-2a23f3a052ae} executeQuery: Read 1112 rows, 89.80 KiB in 0.002407 sec., 461985.87453261326 rows/sec., 36.43 MiB/sec. 2025.09.19 00:31:50.665413 [ 74 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.665437 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.665443 [ 3 ] {12520f8a-a453-48cb-9766-2a23f3a052ae} TCPHandler: Processed in 0.002578683 sec. 2025.09.19 00:31:50.665566 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.665584 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:31:50.665665 [ 3 ] {448375ad-ca02-4269-afce-b1fdc8347795} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:31:50.665713 [ 3 ] {448375ad-ca02-4269-afce-b1fdc8347795} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:31:50.665760 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:31:50.665822 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part 2025.09.19 00:31:50.665942 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:31:50.666000 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:31:50.666050 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:31:50.666095 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:31:50.666143 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:31:50.666214 [ 3 ] {448375ad-ca02-4269-afce-b1fdc8347795} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.666256 [ 3 ] {448375ad-ca02-4269-afce-b1fdc8347795} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.666760 [ 3 ] {448375ad-ca02-4269-afce-b1fdc8347795} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:31:50.667227 [ 3 ] {448375ad-ca02-4269-afce-b1fdc8347795} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.667414 [ 3 ] {448375ad-ca02-4269-afce-b1fdc8347795} executeQuery: Read 205 rows, 12.32 KiB in 0.001771 sec., 115753.81140598533 rows/sec., 6.79 MiB/sec. 2025.09.19 00:31:50.667455 [ 3 ] {448375ad-ca02-4269-afce-b1fdc8347795} TCPHandler: Processed in 0.001941526 sec. 2025.09.19 00:31:50.667566 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.667577 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2513 rows, containing 5 columns (5 merged, 0 gathered) in 0.002068237 sec., 1215044.5040872975 rows/sec., 100.72 MiB/sec. 2025.09.19 00:31:50.667661 [ 3 ] {4fab4006-9add-40fc-b946-cb603b8b1fd1} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:31:50.667702 [ 3 ] {4fab4006-9add-40fc-b946-cb603b8b1fd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:31:50.667879 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.19 00:31:50.668233 [ 3 ] {4fab4006-9add-40fc-b946-cb603b8b1fd1} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.668275 [ 3 ] {4fab4006-9add-40fc-b946-cb603b8b1fd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.668476 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_6_1} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.668583 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_6_1} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.19 00:31:50.668665 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2025.09.19 00:31:50.668809 [ 3 ] {4fab4006-9add-40fc-b946-cb603b8b1fd1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:50.669310 [ 3 ] {4fab4006-9add-40fc-b946-cb603b8b1fd1} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.669454 [ 3 ] {4fab4006-9add-40fc-b946-cb603b8b1fd1} executeQuery: Read 212 rows, 14.00 KiB in 0.001813 sec., 116933.25979040265 rows/sec., 7.54 MiB/sec. 2025.09.19 00:31:50.669492 [ 3 ] {4fab4006-9add-40fc-b946-cb603b8b1fd1} TCPHandler: Processed in 0.001975745 sec. 2025.09.19 00:31:50.669608 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.669701 [ 3 ] {81ec74b5-18dc-42a1-a64a-6fba28fca42b} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:31:50.669741 [ 3 ] {81ec74b5-18dc-42a1-a64a-6fba28fca42b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:31:50.670233 [ 3 ] {81ec74b5-18dc-42a1-a64a-6fba28fca42b} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.670269 [ 3 ] {81ec74b5-18dc-42a1-a64a-6fba28fca42b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.670718 [ 3 ] {81ec74b5-18dc-42a1-a64a-6fba28fca42b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:50.671195 [ 3 ] {81ec74b5-18dc-42a1-a64a-6fba28fca42b} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.671329 [ 3 ] {81ec74b5-18dc-42a1-a64a-6fba28fca42b} executeQuery: Read 211 rows, 12.27 KiB in 0.001647 sec., 128111.7182756527 rows/sec., 7.28 MiB/sec. 2025.09.19 00:31:50.671368 [ 3 ] {81ec74b5-18dc-42a1-a64a-6fba28fca42b} TCPHandler: Processed in 0.001809554 sec. 2025.09.19 00:31:50.671480 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.671573 [ 3 ] {d8cd6582-959d-45d9-8dda-80172e1f9fdb} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:31:50.671613 [ 3 ] {d8cd6582-959d-45d9-8dda-80172e1f9fdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:31:50.672398 [ 3 ] {d8cd6582-959d-45d9-8dda-80172e1f9fdb} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.672438 [ 3 ] {d8cd6582-959d-45d9-8dda-80172e1f9fdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.672958 [ 3 ] {d8cd6582-959d-45d9-8dda-80172e1f9fdb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:31:50.673514 [ 3 ] {d8cd6582-959d-45d9-8dda-80172e1f9fdb} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.673633 [ 73 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.19 00:31:50.673650 [ 3 ] {d8cd6582-959d-45d9-8dda-80172e1f9fdb} executeQuery: Read 679 rows, 48.47 KiB in 0.002094 sec., 324259.7898758357 rows/sec., 22.60 MiB/sec. 2025.09.19 00:31:50.673703 [ 73 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.673715 [ 3 ] {d8cd6582-959d-45d9-8dda-80172e1f9fdb} TCPHandler: Processed in 0.0022837 sec. 2025.09.19 00:31:50.673735 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.673841 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.673846 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:31:50.673945 [ 3 ] {73640209-c312-42eb-a762-48e6b41dcd45} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:31:50.673993 [ 3 ] {73640209-c312-42eb-a762-48e6b41dcd45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:31:50.674004 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:31:50.674061 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 82 rows starting from the beginning of the part 2025.09.19 00:31:50.674165 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:31:50.674219 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:31:50.674264 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 681 rows starting from the beginning of the part 2025.09.19 00:31:50.674307 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:31:50.674341 [ 3 ] {73640209-c312-42eb-a762-48e6b41dcd45} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.674351 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 679 rows starting from the beginning of the part 2025.09.19 00:31:50.674385 [ 3 ] {73640209-c312-42eb-a762-48e6b41dcd45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.674925 [ 3 ] {73640209-c312-42eb-a762-48e6b41dcd45} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:50.675488 [ 3 ] {73640209-c312-42eb-a762-48e6b41dcd45} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.675615 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1654 rows, containing 5 columns (5 merged, 0 gathered) in 0.001823704 sec., 906945.4253541145 rows/sec., 68.05 MiB/sec. 2025.09.19 00:31:50.675636 [ 3 ] {73640209-c312-42eb-a762-48e6b41dcd45} executeQuery: Read 6 rows, 321.00 B in 0.00171 sec., 3508.7719298245615 rows/sec., 183.32 KiB/sec. 2025.09.19 00:31:50.675690 [ 3 ] {73640209-c312-42eb-a762-48e6b41dcd45} TCPHandler: Processed in 0.001898884 sec. 2025.09.19 00:31:50.675836 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.675951 [ 3 ] {d3199d42-0a0b-40ae-8c5a-71dd7d755fa6} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:31:50.676005 [ 3 ] {d3199d42-0a0b-40ae-8c5a-71dd7d755fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:31:50.676008 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.19 00:31:50.676577 [ 3 ] {d3199d42-0a0b-40ae-8c5a-71dd7d755fa6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.676612 [ 3 ] {d3199d42-0a0b-40ae-8c5a-71dd7d755fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.676680 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_6_1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.676764 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_6_1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.19 00:31:50.676860 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.19 00:31:50.677254 [ 3 ] {d3199d42-0a0b-40ae-8c5a-71dd7d755fa6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:31:50.677772 [ 3 ] {d3199d42-0a0b-40ae-8c5a-71dd7d755fa6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.677883 [ 73 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.19 00:31:50.677923 [ 73 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.677924 [ 3 ] {d3199d42-0a0b-40ae-8c5a-71dd7d755fa6} executeQuery: Read 314 rows, 21.12 KiB in 0.001997 sec., 157235.853780671 rows/sec., 10.33 MiB/sec. 2025.09.19 00:31:50.677951 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.677982 [ 3 ] {d3199d42-0a0b-40ae-8c5a-71dd7d755fa6} TCPHandler: Processed in 0.002206809 sec. 2025.09.19 00:31:50.678083 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:31:50.678115 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.678216 [ 3 ] {704327e3-8950-4843-bc0d-f5ac1d5f6564} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:31:50.678229 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:31:50.678261 [ 3 ] {704327e3-8950-4843-bc0d-f5ac1d5f6564} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:31:50.678265 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 68 rows starting from the beginning of the part 2025.09.19 00:31:50.678361 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:31:50.678412 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:31:50.678466 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 315 rows starting from the beginning of the part 2025.09.19 00:31:50.678516 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:31:50.678568 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 314 rows starting from the beginning of the part 2025.09.19 00:31:50.678603 [ 3 ] {704327e3-8950-4843-bc0d-f5ac1d5f6564} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.678646 [ 3 ] {704327e3-8950-4843-bc0d-f5ac1d5f6564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.679156 [ 3 ] {704327e3-8950-4843-bc0d-f5ac1d5f6564} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:31:50.679689 [ 3 ] {704327e3-8950-4843-bc0d-f5ac1d5f6564} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.679746 [ 194 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1177 rows, containing 5 columns (5 merged, 0 gathered) in 0.001716752 sec., 685596.987800218 rows/sec., 46.30 MiB/sec. 2025.09.19 00:31:50.679864 [ 3 ] {704327e3-8950-4843-bc0d-f5ac1d5f6564} executeQuery: Read 1 rows, 69.00 B in 0.001666 sec., 600.2400960384153 rows/sec., 40.45 KiB/sec. 2025.09.19 00:31:50.679904 [ 3 ] {704327e3-8950-4843-bc0d-f5ac1d5f6564} TCPHandler: Processed in 0.001844334 sec. 2025.09.19 00:31:50.680019 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.680069 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.19 00:31:50.680114 [ 3 ] {dc0bccc5-d0c3-445b-936a-33ab3c8fb235} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:31:50.680163 [ 3 ] {dc0bccc5-d0c3-445b-936a-33ab3c8fb235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:31:50.680505 [ 3 ] {dc0bccc5-d0c3-445b-936a-33ab3c8fb235} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.680544 [ 3 ] {dc0bccc5-d0c3-445b-936a-33ab3c8fb235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.680598 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_6_1} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.680678 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_6_1} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.19 00:31:50.680756 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:31:50.681021 [ 3 ] {dc0bccc5-d0c3-445b-936a-33ab3c8fb235} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:31:50.681515 [ 3 ] {dc0bccc5-d0c3-445b-936a-33ab3c8fb235} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.681628 [ 73 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.19 00:31:50.681659 [ 73 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:50.681673 [ 3 ] {dc0bccc5-d0c3-445b-936a-33ab3c8fb235} executeQuery: Read 104 rows, 6.53 KiB in 0.001576 sec., 65989.84771573605 rows/sec., 4.04 MiB/sec. 2025.09.19 00:31:50.681677 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:50.681731 [ 3 ] {dc0bccc5-d0c3-445b-936a-33ab3c8fb235} TCPHandler: Processed in 0.001762872 sec. 2025.09.19 00:31:50.681805 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:31:50.681934 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:31:50.681970 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.09.19 00:31:50.682052 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:31:50.682100 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:31:50.682150 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 104 rows starting from the beginning of the part 2025.09.19 00:31:50.682192 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:31:50.682240 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 104 rows starting from the beginning of the part 2025.09.19 00:31:50.683259 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 412 rows, containing 4 columns (4 merged, 0 gathered) in 0.0015043 sec., 273881.53958651866 rows/sec., 17.61 MiB/sec. 2025.09.19 00:31:50.683526 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.19 00:31:50.684162 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_6_1} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:50.684248 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_6_1} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.19 00:31:50.684332 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.09.19 00:31:50.690612 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63563 2025.09.19 00:31:50.690706 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.690735 [ 286 ] {} TCP-Session: b6206a01-ea3b-4243-b52f-7003e9999e9f Authenticating user 'default' from [fd00:1122:3344:101::e]:63563 2025.09.19 00:31:50.690760 [ 286 ] {} TCP-Session: b6206a01-ea3b-4243-b52f-7003e9999e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.690775 [ 286 ] {} TCP-Session: b6206a01-ea3b-4243-b52f-7003e9999e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.690986 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37801 2025.09.19 00:31:50.691043 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49089 2025.09.19 00:31:50.691062 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57409 2025.09.19 00:31:50.691078 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.691105 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34620 2025.09.19 00:31:50.691129 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.691136 [ 287 ] {} TCP-Session: ed47d89f-132a-42a4-a597-99e3e98a7965 Authenticating user 'default' from [fd00:1122:3344:101::e]:37801 2025.09.19 00:31:50.691157 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.691174 [ 288 ] {} TCP-Session: 10224fb1-9ba6-4ffd-9c53-ac2f71fc7049 Authenticating user 'default' from [fd00:1122:3344:101::e]:49089 2025.09.19 00:31:50.691187 [ 287 ] {} TCP-Session: ed47d89f-132a-42a4-a597-99e3e98a7965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691202 [ 290 ] {} TCP-Session: 5de58849-599a-4361-bdd4-68ba5c21def4 Authenticating user 'default' from [fd00:1122:3344:101::e]:57409 2025.09.19 00:31:50.691228 [ 287 ] {} TCP-Session: ed47d89f-132a-42a4-a597-99e3e98a7965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691249 [ 290 ] {} TCP-Session: 5de58849-599a-4361-bdd4-68ba5c21def4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691186 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.691277 [ 290 ] {} TCP-Session: 5de58849-599a-4361-bdd4-68ba5c21def4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691298 [ 294 ] {} TCP-Session: 67251068-20c0-414a-9b4c-277ebe97797f Authenticating user 'default' from [fd00:1122:3344:101::e]:34620 2025.09.19 00:31:50.691103 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48157 2025.09.19 00:31:50.691317 [ 294 ] {} TCP-Session: 67251068-20c0-414a-9b4c-277ebe97797f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691088 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63243 2025.09.19 00:31:50.691382 [ 294 ] {} TCP-Session: 67251068-20c0-414a-9b4c-277ebe97797f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691076 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58774 2025.09.19 00:31:50.691428 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.691459 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.691482 [ 293 ] {} TCP-Session: 8d8607f3-a1a8-4990-a6e2-bbee1f01af51 Authenticating user 'default' from [fd00:1122:3344:101::e]:48157 2025.09.19 00:31:50.691059 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53337 2025.09.19 00:31:50.691521 [ 293 ] {} TCP-Session: 8d8607f3-a1a8-4990-a6e2-bbee1f01af51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691506 [ 292 ] {} TCP-Session: 8294f802-1570-46ae-8cc3-ac92e7b3063a Authenticating user 'default' from [fd00:1122:3344:101::e]:63243 2025.09.19 00:31:50.691546 [ 293 ] {} TCP-Session: 8d8607f3-a1a8-4990-a6e2-bbee1f01af51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691582 [ 292 ] {} TCP-Session: 8294f802-1570-46ae-8cc3-ac92e7b3063a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691509 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.691609 [ 292 ] {} TCP-Session: 8294f802-1570-46ae-8cc3-ac92e7b3063a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691630 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:31:50.691640 [ 291 ] {} TCP-Session: 1d17a8bb-fa4b-4d76-894d-0d361a009046 Authenticating user 'default' from [fd00:1122:3344:101::e]:58774 2025.09.19 00:31:50.691049 [ 286 ] {} TCP-Session: b6206a01-ea3b-4243-b52f-7003e9999e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:50.691681 [ 291 ] {} TCP-Session: 1d17a8bb-fa4b-4d76-894d-0d361a009046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691677 [ 289 ] {} TCP-Session: e1a13ba5-d082-48c0-a738-101269086be9 Authenticating user 'default' from [fd00:1122:3344:101::e]:53337 2025.09.19 00:31:50.691713 [ 291 ] {} TCP-Session: 1d17a8bb-fa4b-4d76-894d-0d361a009046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691734 [ 289 ] {} TCP-Session: e1a13ba5-d082-48c0-a738-101269086be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691221 [ 288 ] {} TCP-Session: 10224fb1-9ba6-4ffd-9c53-ac2f71fc7049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691764 [ 289 ] {} TCP-Session: e1a13ba5-d082-48c0-a738-101269086be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691795 [ 288 ] {} TCP-Session: 10224fb1-9ba6-4ffd-9c53-ac2f71fc7049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.691810 [ 286 ] {843aa507-b9e3-42c2-9436-31ef62ed4809} executeQuery: (from [fd00:1122:3344:101::e]:63563) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:31:50.692025 [ 286 ] {843aa507-b9e3-42c2-9436-31ef62ed4809} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:31:50.692093 [ 286 ] {843aa507-b9e3-42c2-9436-31ef62ed4809} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:50.692443 [ 286 ] {843aa507-b9e3-42c2-9436-31ef62ed4809} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:31:50.693591 [ 311 ] {843aa507-b9e3-42c2-9436-31ef62ed4809} AggregatingTransform: Aggregating 2025.09.19 00:31:50.693643 [ 311 ] {843aa507-b9e3-42c2-9436-31ef62ed4809} Aggregator: Aggregation method: without_key 2025.09.19 00:31:50.693678 [ 311 ] {843aa507-b9e3-42c2-9436-31ef62ed4809} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001115235 sec. (896.672 rows/sec., 35.03 KiB/sec.) 2025.09.19 00:31:50.693697 [ 311 ] {843aa507-b9e3-42c2-9436-31ef62ed4809} Aggregator: Merging aggregated data 2025.09.19 00:31:50.694844 [ 286 ] {843aa507-b9e3-42c2-9436-31ef62ed4809} executeQuery: Read 1 rows, 40.00 B in 0.00307 sec., 325.73289902280135 rows/sec., 12.72 KiB/sec. 2025.09.19 00:31:50.695011 [ 286 ] {843aa507-b9e3-42c2-9436-31ef62ed4809} TCPHandler: Processed in 0.004028722 sec. 2025.09.19 00:31:50.695143 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.695173 [ 286 ] {} TCP-Session: b6206a01-ea3b-4243-b52f-7003e9999e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.695179 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.695197 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.695223 [ 294 ] {} TCP-Session: 67251068-20c0-414a-9b4c-277ebe97797f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.695228 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.695241 [ 288 ] {} TCP-Session: 10224fb1-9ba6-4ffd-9c53-ac2f71fc7049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.695250 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.695286 [ 287 ] {} TCP-Session: ed47d89f-132a-42a4-a597-99e3e98a7965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.695291 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.695310 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.695321 [ 289 ] {} TCP-Session: e1a13ba5-d082-48c0-a738-101269086be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.695345 [ 290 ] {} TCP-Session: 5de58849-599a-4361-bdd4-68ba5c21def4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.695363 [ 293 ] {} TCP-Session: 8d8607f3-a1a8-4990-a6e2-bbee1f01af51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.695270 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.695228 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.19 00:31:50.695429 [ 292 ] {} TCP-Session: 8294f802-1570-46ae-8cc3-ac92e7b3063a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:50.695447 [ 291 ] {} TCP-Session: 1d17a8bb-fa4b-4d76-894d-0d361a009046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:31:51.000228 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.18 MiB, peak 180.27 MiB, free memory in arenas 0.00 B, will set to 181.52 MiB (RSS), difference: 11.33 MiB 2025.09.19 00:31:54.751271 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 250 2025.09.19 00:31:54.753613 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:54.753671 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:54.755166 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:31:54.755733 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:54.756086 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 250 2025.09.19 00:31:55.649205 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.649465 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:31:55.649845 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:55.649886 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:31:55.650139 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:55.650215 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:55.650361 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.09.19 00:31:55.650477 [ 314 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:55.650478 [ 306 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.19 00:31:55.650563 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:55.650585 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:55.652706 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.19 00:31:55.652735 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Reading approx. 32 rows with 2 streams 2025.09.19 00:31:55.652794 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:31:55.652835 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:31:55.653680 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} executeQuery: Read 32 rows, 1.21 KiB in 0.004329 sec., 7392.007392007391 rows/sec., 279.05 KiB/sec. 2025.09.19 00:31:55.653781 [ 3 ] {bfda6c4c-d25c-419b-b2c5-fa3d65a9375f} TCPHandler: Processed in 0.004718442 sec. 2025.09.19 00:31:55.654077 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.654223 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:31:55.654451 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:55.654487 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:31:55.654697 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:55.654753 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:55.654861 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.09.19 00:31:55.654924 [ 306 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.19 00:31:55.654931 [ 330 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:55.655039 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:55.655066 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:55.655123 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.19 00:31:55.655142 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Reading approx. 32 rows with 2 streams 2025.09.19 00:31:55.655171 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:31:55.655206 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:31:55.655829 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} executeQuery: Read 32 rows, 1.21 KiB in 0.001672 sec., 19138.755980861242 rows/sec., 722.49 KiB/sec. 2025.09.19 00:31:55.655916 [ 3 ] {c534e3ba-0a46-42e6-b4da-e5b59c94b4e5} TCPHandler: Processed in 0.001897716 sec. 2025.09.19 00:31:55.656165 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.656296 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} executeQuery: (from [fd00:1122:3344:101::d]:52458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:31:55.656499 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:31:55.656534 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:31:55.656719 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:55.656770 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:31:55.656871 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.09.19 00:31:55.656930 [ 314 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:31:55.656966 [ 326 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.19 00:31:55.657139 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:31:55.657164 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:31:55.657219 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.19 00:31:55.657237 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Reading approx. 32 rows with 2 streams 2025.09.19 00:31:55.657267 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:31:55.657297 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:31:55.658046 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} executeQuery: Read 32 rows, 1.21 KiB in 0.00179 sec., 17877.09497206704 rows/sec., 674.86 KiB/sec. 2025.09.19 00:31:55.658138 [ 3 ] {f8b09d6f-09d0-4b66-90db-472c060bb977} TCPHandler: Processed in 0.002015476 sec. 2025.09.19 00:31:55.660534 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.660662 [ 3 ] {a49ef0d8-6b62-4eb3-a31e-2d396bfef174} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.19 00:31:55.660716 [ 3 ] {a49ef0d8-6b62-4eb3-a31e-2d396bfef174} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:31:55.661300 [ 3 ] {a49ef0d8-6b62-4eb3-a31e-2d396bfef174} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:55.661348 [ 3 ] {a49ef0d8-6b62-4eb3-a31e-2d396bfef174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:55.661886 [ 3 ] {a49ef0d8-6b62-4eb3-a31e-2d396bfef174} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:31:55.662297 [ 3 ] {a49ef0d8-6b62-4eb3-a31e-2d396bfef174} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:55.662467 [ 3 ] {a49ef0d8-6b62-4eb3-a31e-2d396bfef174} executeQuery: Read 3 rows, 280.00 B in 0.001844 sec., 1626.8980477223429 rows/sec., 148.28 KiB/sec. 2025.09.19 00:31:55.662508 [ 3 ] {a49ef0d8-6b62-4eb3-a31e-2d396bfef174} TCPHandler: Processed in 0.002035017 sec. 2025.09.19 00:31:55.662620 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.662720 [ 3 ] {4252b9e2-6c60-4942-8e9f-8a92e7a54491} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:31:55.662762 [ 3 ] {4252b9e2-6c60-4942-8e9f-8a92e7a54491} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:31:55.663177 [ 3 ] {4252b9e2-6c60-4942-8e9f-8a92e7a54491} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:55.663213 [ 3 ] {4252b9e2-6c60-4942-8e9f-8a92e7a54491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:55.663683 [ 3 ] {4252b9e2-6c60-4942-8e9f-8a92e7a54491} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:31:55.664185 [ 3 ] {4252b9e2-6c60-4942-8e9f-8a92e7a54491} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:55.664318 [ 3 ] {4252b9e2-6c60-4942-8e9f-8a92e7a54491} executeQuery: Read 2 rows, 167.00 B in 0.001621 sec., 1233.8062924120914 rows/sec., 100.61 KiB/sec. 2025.09.19 00:31:55.664357 [ 3 ] {4252b9e2-6c60-4942-8e9f-8a92e7a54491} TCPHandler: Processed in 0.001786133 sec. 2025.09.19 00:31:55.664572 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.664691 [ 3 ] {1130b87d-c16f-4877-b2e6-a1668e1fa6fc} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:31:55.664747 [ 3 ] {1130b87d-c16f-4877-b2e6-a1668e1fa6fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:31:55.665301 [ 3 ] {1130b87d-c16f-4877-b2e6-a1668e1fa6fc} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:55.665338 [ 3 ] {1130b87d-c16f-4877-b2e6-a1668e1fa6fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:55.665833 [ 3 ] {1130b87d-c16f-4877-b2e6-a1668e1fa6fc} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:31:55.666337 [ 3 ] {1130b87d-c16f-4877-b2e6-a1668e1fa6fc} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:55.666470 [ 3 ] {1130b87d-c16f-4877-b2e6-a1668e1fa6fc} executeQuery: Read 105 rows, 9.09 KiB in 0.001805 sec., 58171.745152354575 rows/sec., 4.92 MiB/sec. 2025.09.19 00:31:55.666593 [ 3 ] {1130b87d-c16f-4877-b2e6-a1668e1fa6fc} TCPHandler: Processed in 0.002081507 sec. 2025.09.19 00:31:55.666711 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.666806 [ 3 ] {f2fd4775-2e92-4ead-a6dc-57389e51b95b} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:31:55.666848 [ 3 ] {f2fd4775-2e92-4ead-a6dc-57389e51b95b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:31:55.667255 [ 3 ] {f2fd4775-2e92-4ead-a6dc-57389e51b95b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:55.667291 [ 3 ] {f2fd4775-2e92-4ead-a6dc-57389e51b95b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:55.667752 [ 3 ] {f2fd4775-2e92-4ead-a6dc-57389e51b95b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:31:55.668259 [ 3 ] {f2fd4775-2e92-4ead-a6dc-57389e51b95b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:55.668358 [ 62 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.19 00:31:55.668391 [ 3 ] {f2fd4775-2e92-4ead-a6dc-57389e51b95b} executeQuery: Read 26 rows, 1.94 KiB in 0.001605 sec., 16199.376947040497 rows/sec., 1.18 MiB/sec. 2025.09.19 00:31:55.668399 [ 62 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:55.668424 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:55.668428 [ 3 ] {f2fd4775-2e92-4ead-a6dc-57389e51b95b} TCPHandler: Processed in 0.001767603 sec. 2025.09.19 00:31:55.668531 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:31:55.668551 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.668632 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:31:55.668646 [ 3 ] {646660f5-7fdc-49fc-9ce3-d0ab4773a138} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:31:55.668665 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2025.09.19 00:31:55.668687 [ 3 ] {646660f5-7fdc-49fc-9ce3-d0ab4773a138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:31:55.668748 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:31:55.668807 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 207 rows starting from the beginning of the part 2025.09.19 00:31:55.668863 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:31:55.668917 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 205 rows starting from the beginning of the part 2025.09.19 00:31:55.668966 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2025.09.19 00:31:55.669107 [ 3 ] {646660f5-7fdc-49fc-9ce3-d0ab4773a138} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:55.669142 [ 3 ] {646660f5-7fdc-49fc-9ce3-d0ab4773a138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:55.669642 [ 3 ] {646660f5-7fdc-49fc-9ce3-d0ab4773a138} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:31:55.669878 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 476 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390928 sec., 342217.5698526451 rows/sec., 22.04 MiB/sec. 2025.09.19 00:31:55.670140 [ 3 ] {646660f5-7fdc-49fc-9ce3-d0ab4773a138} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:55.670224 [ 200 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.19 00:31:55.670280 [ 3 ] {646660f5-7fdc-49fc-9ce3-d0ab4773a138} executeQuery: Read 105 rows, 8.41 KiB in 0.001651 sec., 63597.81950333132 rows/sec., 4.97 MiB/sec. 2025.09.19 00:31:55.670324 [ 3 ] {646660f5-7fdc-49fc-9ce3-d0ab4773a138} TCPHandler: Processed in 0.001821784 sec. 2025.09.19 00:31:55.670445 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.670538 [ 3 ] {8258adb8-3bee-4d39-971d-e382cbc70977} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:31:55.670583 [ 3 ] {8258adb8-3bee-4d39-971d-e382cbc70977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:31:55.670775 [ 200 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_6_1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:55.670865 [ 200 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_6_1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.19 00:31:55.670954 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.09.19 00:31:55.671001 [ 3 ] {8258adb8-3bee-4d39-971d-e382cbc70977} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:55.671042 [ 3 ] {8258adb8-3bee-4d39-971d-e382cbc70977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:55.671517 [ 3 ] {8258adb8-3bee-4d39-971d-e382cbc70977} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:31:55.672003 [ 3 ] {8258adb8-3bee-4d39-971d-e382cbc70977} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:55.672143 [ 3 ] {8258adb8-3bee-4d39-971d-e382cbc70977} executeQuery: Read 161 rows, 11.48 KiB in 0.001623 sec., 99199.01417128774 rows/sec., 6.91 MiB/sec. 2025.09.19 00:31:55.672179 [ 3 ] {8258adb8-3bee-4d39-971d-e382cbc70977} TCPHandler: Processed in 0.001782683 sec. 2025.09.19 00:31:55.672284 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.672379 [ 3 ] {c5883c29-cdd4-4d27-b2eb-ba03409835c6} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:31:55.672432 [ 3 ] {c5883c29-cdd4-4d27-b2eb-ba03409835c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:31:55.673198 [ 3 ] {c5883c29-cdd4-4d27-b2eb-ba03409835c6} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:55.673233 [ 3 ] {c5883c29-cdd4-4d27-b2eb-ba03409835c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:55.673891 [ 3 ] {c5883c29-cdd4-4d27-b2eb-ba03409835c6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:31:55.674378 [ 3 ] {c5883c29-cdd4-4d27-b2eb-ba03409835c6} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:55.674520 [ 3 ] {c5883c29-cdd4-4d27-b2eb-ba03409835c6} executeQuery: Read 24 rows, 44.04 KiB in 0.002159 sec., 11116.2575266327 rows/sec., 19.92 MiB/sec. 2025.09.19 00:31:55.674575 [ 3 ] {c5883c29-cdd4-4d27-b2eb-ba03409835c6} TCPHandler: Processed in 0.00233963 sec. 2025.09.19 00:31:55.674745 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.674838 [ 3 ] {389e6dbd-1756-4d2f-97f6-95d7c36f964d} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.19 00:31:55.674881 [ 3 ] {389e6dbd-1756-4d2f-97f6-95d7c36f964d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.19 00:31:55.675204 [ 3 ] {389e6dbd-1756-4d2f-97f6-95d7c36f964d} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:55.675239 [ 3 ] {389e6dbd-1756-4d2f-97f6-95d7c36f964d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:55.675772 [ 3 ] {389e6dbd-1756-4d2f-97f6-95d7c36f964d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.19 00:31:55.676289 [ 3 ] {389e6dbd-1756-4d2f-97f6-95d7c36f964d} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:55.676417 [ 3 ] {389e6dbd-1756-4d2f-97f6-95d7c36f964d} executeQuery: Read 18 rows, 1.30 KiB in 0.001597 sec., 11271.133375078272 rows/sec., 813.90 KiB/sec. 2025.09.19 00:31:55.676453 [ 3 ] {389e6dbd-1756-4d2f-97f6-95d7c36f964d} TCPHandler: Processed in 0.001758183 sec. 2025.09.19 00:31:55.676567 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:31:55.676662 [ 3 ] {e3245d84-53e6-40fa-a6f5-885cefbdc300} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:31:55.676702 [ 3 ] {e3245d84-53e6-40fa-a6f5-885cefbdc300} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:31:55.677040 [ 3 ] {e3245d84-53e6-40fa-a6f5-885cefbdc300} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:55.677075 [ 3 ] {e3245d84-53e6-40fa-a6f5-885cefbdc300} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:55.677523 [ 3 ] {e3245d84-53e6-40fa-a6f5-885cefbdc300} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:31:55.678012 [ 3 ] {e3245d84-53e6-40fa-a6f5-885cefbdc300} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:55.678147 [ 3 ] {e3245d84-53e6-40fa-a6f5-885cefbdc300} executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec. 2025.09.19 00:31:55.678183 [ 3 ] {e3245d84-53e6-40fa-a6f5-885cefbdc300} TCPHandler: Processed in 0.001666032 sec. 2025.09.19 00:31:57.257946 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3333 2025.09.19 00:31:57.258477 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:57.258530 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:57.259198 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:31:57.259656 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:57.259805 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3333 2025.09.19 00:31:57.426690 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.09.19 00:31:57.445258 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:31:57.445331 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:31:57.451170 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:31:57.452316 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:31:57.456040 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.09.19 00:32:00.660344 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:00.660578 [ 3 ] {0012b143-85c5-48e3-9b8d-6640287e1b03} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:32:00.660645 [ 3 ] {0012b143-85c5-48e3-9b8d-6640287e1b03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:32:00.661445 [ 3 ] {0012b143-85c5-48e3-9b8d-6640287e1b03} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:00.661489 [ 3 ] {0012b143-85c5-48e3-9b8d-6640287e1b03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:32:00.661977 [ 3 ] {0012b143-85c5-48e3-9b8d-6640287e1b03} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:32:00.662512 [ 3 ] {0012b143-85c5-48e3-9b8d-6640287e1b03} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:00.662666 [ 3 ] {0012b143-85c5-48e3-9b8d-6640287e1b03} executeQuery: Read 410 rows, 26.63 KiB in 0.002136 sec., 191947.56554307116 rows/sec., 12.18 MiB/sec. 2025.09.19 00:32:00.662709 [ 3 ] {0012b143-85c5-48e3-9b8d-6640287e1b03} TCPHandler: Processed in 0.002522553 sec. 2025.09.19 00:32:00.662836 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:00.662932 [ 3 ] {7c99d0f2-555a-49f3-8845-f3ce324ef5e6} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:00.662973 [ 3 ] {7c99d0f2-555a-49f3-8845-f3ce324ef5e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:00.663875 [ 3 ] {7c99d0f2-555a-49f3-8845-f3ce324ef5e6} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:00.663913 [ 3 ] {7c99d0f2-555a-49f3-8845-f3ce324ef5e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:32:00.664436 [ 3 ] {7c99d0f2-555a-49f3-8845-f3ce324ef5e6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:00.664965 [ 3 ] {7c99d0f2-555a-49f3-8845-f3ce324ef5e6} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:00.665100 [ 3 ] {7c99d0f2-555a-49f3-8845-f3ce324ef5e6} executeQuery: Read 1112 rows, 89.80 KiB in 0.002187 sec., 508459.0763603109 rows/sec., 40.10 MiB/sec. 2025.09.19 00:32:00.665138 [ 3 ] {7c99d0f2-555a-49f3-8845-f3ce324ef5e6} TCPHandler: Processed in 0.002351751 sec. 2025.09.19 00:32:00.665251 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:00.665346 [ 3 ] {dbc9be65-4f9e-4667-86c8-718dbddd9b3b} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:00.665388 [ 3 ] {dbc9be65-4f9e-4667-86c8-718dbddd9b3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:00.665856 [ 3 ] {dbc9be65-4f9e-4667-86c8-718dbddd9b3b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:00.665893 [ 3 ] {dbc9be65-4f9e-4667-86c8-718dbddd9b3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:32:00.666327 [ 3 ] {dbc9be65-4f9e-4667-86c8-718dbddd9b3b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:32:00.666786 [ 3 ] {dbc9be65-4f9e-4667-86c8-718dbddd9b3b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:00.666921 [ 3 ] {dbc9be65-4f9e-4667-86c8-718dbddd9b3b} executeQuery: Read 205 rows, 12.32 KiB in 0.001593 sec., 128688.01004394225 rows/sec., 7.55 MiB/sec. 2025.09.19 00:32:00.666958 [ 3 ] {dbc9be65-4f9e-4667-86c8-718dbddd9b3b} TCPHandler: Processed in 0.001757772 sec. 2025.09.19 00:32:00.667068 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:00.667161 [ 3 ] {d004462b-c6b4-40a8-a5f4-5f010d04bf10} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:32:00.667202 [ 3 ] {d004462b-c6b4-40a8-a5f4-5f010d04bf10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:32:00.667678 [ 3 ] {d004462b-c6b4-40a8-a5f4-5f010d04bf10} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:00.667716 [ 3 ] {d004462b-c6b4-40a8-a5f4-5f010d04bf10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:32:00.668138 [ 3 ] {d004462b-c6b4-40a8-a5f4-5f010d04bf10} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:32:00.668648 [ 3 ] {d004462b-c6b4-40a8-a5f4-5f010d04bf10} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:00.668782 [ 3 ] {d004462b-c6b4-40a8-a5f4-5f010d04bf10} executeQuery: Read 212 rows, 14.00 KiB in 0.001639 sec., 129347.16290420988 rows/sec., 8.34 MiB/sec. 2025.09.19 00:32:00.668820 [ 3 ] {d004462b-c6b4-40a8-a5f4-5f010d04bf10} TCPHandler: Processed in 0.001801924 sec. 2025.09.19 00:32:00.668933 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:00.669027 [ 3 ] {30904671-596f-411e-bde0-57a0617d93b1} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:32:00.669074 [ 3 ] {30904671-596f-411e-bde0-57a0617d93b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:32:00.669535 [ 3 ] {30904671-596f-411e-bde0-57a0617d93b1} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:00.669572 [ 3 ] {30904671-596f-411e-bde0-57a0617d93b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:32:00.670008 [ 3 ] {30904671-596f-411e-bde0-57a0617d93b1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:32:00.670479 [ 3 ] {30904671-596f-411e-bde0-57a0617d93b1} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:00.670610 [ 3 ] {30904671-596f-411e-bde0-57a0617d93b1} executeQuery: Read 211 rows, 12.27 KiB in 0.001601 sec., 131792.62960649593 rows/sec., 7.48 MiB/sec. 2025.09.19 00:32:00.670648 [ 3 ] {30904671-596f-411e-bde0-57a0617d93b1} TCPHandler: Processed in 0.001763133 sec. 2025.09.19 00:32:00.670751 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:00.670846 [ 3 ] {25547924-fd5d-4c55-80d3-f5c1758710dc} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:00.670885 [ 3 ] {25547924-fd5d-4c55-80d3-f5c1758710dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:00.671504 [ 3 ] {25547924-fd5d-4c55-80d3-f5c1758710dc} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:00.671541 [ 3 ] {25547924-fd5d-4c55-80d3-f5c1758710dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:32:00.671970 [ 3 ] {25547924-fd5d-4c55-80d3-f5c1758710dc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:00.672415 [ 3 ] {25547924-fd5d-4c55-80d3-f5c1758710dc} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:00.672550 [ 3 ] {25547924-fd5d-4c55-80d3-f5c1758710dc} executeQuery: Read 679 rows, 48.47 KiB in 0.001723 sec., 394080.09286128846 rows/sec., 27.47 MiB/sec. 2025.09.19 00:32:00.672589 [ 3 ] {25547924-fd5d-4c55-80d3-f5c1758710dc} TCPHandler: Processed in 0.001885564 sec. 2025.09.19 00:32:00.672697 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:00.672790 [ 3 ] {8a555baf-41a2-4f31-a7d6-326e975e4cfa} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:32:00.672832 [ 3 ] {8a555baf-41a2-4f31-a7d6-326e975e4cfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:32:00.673162 [ 3 ] {8a555baf-41a2-4f31-a7d6-326e975e4cfa} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:00.673199 [ 3 ] {8a555baf-41a2-4f31-a7d6-326e975e4cfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:32:00.673618 [ 3 ] {8a555baf-41a2-4f31-a7d6-326e975e4cfa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:32:00.674042 [ 3 ] {8a555baf-41a2-4f31-a7d6-326e975e4cfa} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:00.674177 [ 3 ] {8a555baf-41a2-4f31-a7d6-326e975e4cfa} executeQuery: Read 6 rows, 321.00 B in 0.001405 sec., 4270.462633451957 rows/sec., 223.11 KiB/sec. 2025.09.19 00:32:00.674215 [ 3 ] {8a555baf-41a2-4f31-a7d6-326e975e4cfa} TCPHandler: Processed in 0.001568221 sec. 2025.09.19 00:32:00.674324 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:00.674417 [ 3 ] {7b2c9434-6659-451a-899f-0a5f218298e3} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:00.674462 [ 3 ] {7b2c9434-6659-451a-899f-0a5f218298e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:00.674896 [ 3 ] {7b2c9434-6659-451a-899f-0a5f218298e3} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:00.674932 [ 3 ] {7b2c9434-6659-451a-899f-0a5f218298e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:32:00.675374 [ 3 ] {7b2c9434-6659-451a-899f-0a5f218298e3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:00.675897 [ 3 ] {7b2c9434-6659-451a-899f-0a5f218298e3} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:00.676037 [ 3 ] {7b2c9434-6659-451a-899f-0a5f218298e3} executeQuery: Read 314 rows, 21.12 KiB in 0.001637 sec., 191814.2944410507 rows/sec., 12.60 MiB/sec. 2025.09.19 00:32:00.676076 [ 3 ] {7b2c9434-6659-451a-899f-0a5f218298e3} TCPHandler: Processed in 0.001800494 sec. 2025.09.19 00:32:00.676199 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:00.676320 [ 3 ] {1680a270-36af-465c-a6b9-3232eb86a0d1} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:32:00.676373 [ 3 ] {1680a270-36af-465c-a6b9-3232eb86a0d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:32:00.676706 [ 3 ] {1680a270-36af-465c-a6b9-3232eb86a0d1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:00.676744 [ 3 ] {1680a270-36af-465c-a6b9-3232eb86a0d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:32:00.677206 [ 3 ] {1680a270-36af-465c-a6b9-3232eb86a0d1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:32:00.677668 [ 3 ] {1680a270-36af-465c-a6b9-3232eb86a0d1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:00.677806 [ 3 ] {1680a270-36af-465c-a6b9-3232eb86a0d1} executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. 2025.09.19 00:32:00.677845 [ 3 ] {1680a270-36af-465c-a6b9-3232eb86a0d1} TCPHandler: Processed in 0.001707523 sec. 2025.09.19 00:32:00.677947 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:00.678040 [ 3 ] {09329b57-85cc-4bd8-9697-7ca124fc7d8d} executeQuery: (from [fd00:1122:3344:101::d]:52458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:00.678084 [ 3 ] {09329b57-85cc-4bd8-9697-7ca124fc7d8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:00.678423 [ 3 ] {09329b57-85cc-4bd8-9697-7ca124fc7d8d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:00.678462 [ 3 ] {09329b57-85cc-4bd8-9697-7ca124fc7d8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.09.19 00:32:00.678884 [ 3 ] {09329b57-85cc-4bd8-9697-7ca124fc7d8d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:00.679341 [ 3 ] {09329b57-85cc-4bd8-9697-7ca124fc7d8d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:00.679477 [ 3 ] {09329b57-85cc-4bd8-9697-7ca124fc7d8d} executeQuery: Read 104 rows, 6.53 KiB in 0.001454 sec., 71526.82255845942 rows/sec., 4.38 MiB/sec. 2025.09.19 00:32:00.679515 [ 3 ] {09329b57-85cc-4bd8-9697-7ca124fc7d8d} TCPHandler: Processed in 0.001616711 sec. 2025.09.19 00:32:04.702126 [ 48 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:32:04.702219 [ 48 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:32:04.756239 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 294 2025.09.19 00:32:04.758948 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:04.758994 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:04.759909 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3781 2025.09.19 00:32:04.760232 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:32:04.760472 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:04.760518 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:04.760531 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:04.760889 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 294 2025.09.19 00:32:04.761109 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:04.761417 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:04.761581 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3781 2025.09.19 00:32:04.956119 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.09.19 00:32:04.972389 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:04.972434 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:04.978516 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:04.979228 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:04.982054 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.09.19 00:32:05.330839 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.19 00:32:05.330924 [ 3 ] {} TCP-Session: b67742b0-37b0-41ae-a429-edf2f38b1b8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:05.651043 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:05.651224 [ 5 ] {6bdd2f62-90ee-4e89-a420-f54ef9d6793a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:05.651290 [ 5 ] {6bdd2f62-90ee-4e89-a420-f54ef9d6793a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:05.652044 [ 5 ] {6bdd2f62-90ee-4e89-a420-f54ef9d6793a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:05.652096 [ 5 ] {6bdd2f62-90ee-4e89-a420-f54ef9d6793a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:05.652498 [ 5 ] {6bdd2f62-90ee-4e89-a420-f54ef9d6793a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:32:05.652753 [ 5 ] {6bdd2f62-90ee-4e89-a420-f54ef9d6793a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:05.652916 [ 5 ] {6bdd2f62-90ee-4e89-a420-f54ef9d6793a} executeQuery: Read 130 rows, 11.45 KiB in 0.001739 sec., 74755.60667050029 rows/sec., 6.43 MiB/sec. 2025.09.19 00:32:05.652965 [ 5 ] {6bdd2f62-90ee-4e89-a420-f54ef9d6793a} TCPHandler: Processed in 0.002047817 sec. 2025.09.19 00:32:05.653104 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:05.653207 [ 5 ] {eb8932c1-a737-4ab2-99f0-db8903bb07fc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:05.653251 [ 5 ] {eb8932c1-a737-4ab2-99f0-db8903bb07fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:05.653681 [ 5 ] {eb8932c1-a737-4ab2-99f0-db8903bb07fc} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:05.653721 [ 5 ] {eb8932c1-a737-4ab2-99f0-db8903bb07fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:05.654031 [ 5 ] {eb8932c1-a737-4ab2-99f0-db8903bb07fc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:05.654249 [ 5 ] {eb8932c1-a737-4ab2-99f0-db8903bb07fc} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:05.654386 [ 5 ] {eb8932c1-a737-4ab2-99f0-db8903bb07fc} executeQuery: Read 37 rows, 2.78 KiB in 0.001203 sec., 30756.44222776392 rows/sec., 2.26 MiB/sec. 2025.09.19 00:32:05.654426 [ 5 ] {eb8932c1-a737-4ab2-99f0-db8903bb07fc} TCPHandler: Processed in 0.001375268 sec. 2025.09.19 00:32:05.654531 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:05.654629 [ 5 ] {37eb39b5-e80e-4975-a672-f0af13d003e1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:05.654670 [ 5 ] {37eb39b5-e80e-4975-a672-f0af13d003e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:05.655098 [ 5 ] {37eb39b5-e80e-4975-a672-f0af13d003e1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:05.655136 [ 5 ] {37eb39b5-e80e-4975-a672-f0af13d003e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:05.655442 [ 5 ] {37eb39b5-e80e-4975-a672-f0af13d003e1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:32:05.655660 [ 5 ] {37eb39b5-e80e-4975-a672-f0af13d003e1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:05.655791 [ 5 ] {37eb39b5-e80e-4975-a672-f0af13d003e1} executeQuery: Read 107 rows, 8.59 KiB in 0.001184 sec., 90371.62162162163 rows/sec., 7.08 MiB/sec. 2025.09.19 00:32:05.655831 [ 5 ] {37eb39b5-e80e-4975-a672-f0af13d003e1} TCPHandler: Processed in 0.001351707 sec. 2025.09.19 00:32:05.655944 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:05.656040 [ 5 ] {30b67ad2-0469-4ba5-b432-45c6aa2a9125} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:05.656084 [ 5 ] {30b67ad2-0469-4ba5-b432-45c6aa2a9125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:05.656500 [ 5 ] {30b67ad2-0469-4ba5-b432-45c6aa2a9125} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:05.656537 [ 5 ] {30b67ad2-0469-4ba5-b432-45c6aa2a9125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:05.656872 [ 5 ] {30b67ad2-0469-4ba5-b432-45c6aa2a9125} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:32:05.657077 [ 5 ] {30b67ad2-0469-4ba5-b432-45c6aa2a9125} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:05.657207 [ 5 ] {30b67ad2-0469-4ba5-b432-45c6aa2a9125} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.09.19 00:32:05.657244 [ 5 ] {30b67ad2-0469-4ba5-b432-45c6aa2a9125} TCPHandler: Processed in 0.001350938 sec. 2025.09.19 00:32:05.657367 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:05.657524 [ 5 ] {1f7453c1-811f-41fb-8aa6-1a89f60ae966} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:05.657594 [ 5 ] {1f7453c1-811f-41fb-8aa6-1a89f60ae966} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:32:05.658872 [ 5 ] {1f7453c1-811f-41fb-8aa6-1a89f60ae966} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:05.658916 [ 5 ] {1f7453c1-811f-41fb-8aa6-1a89f60ae966} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:05.659503 [ 5 ] {1f7453c1-811f-41fb-8aa6-1a89f60ae966} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:32:05.659725 [ 5 ] {1f7453c1-811f-41fb-8aa6-1a89f60ae966} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:05.659868 [ 5 ] {1f7453c1-811f-41fb-8aa6-1a89f60ae966} executeQuery: Read 37 rows, 67.89 KiB in 0.00237 sec., 15611.814345991561 rows/sec., 27.98 MiB/sec. 2025.09.19 00:32:05.659922 [ 5 ] {1f7453c1-811f-41fb-8aa6-1a89f60ae966} TCPHandler: Processed in 0.002617984 sec. 2025.09.19 00:32:05.660052 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:05.660147 [ 5 ] {8ea4e149-3b47-4ac0-9bcd-2693a85a4de7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.19 00:32:05.660190 [ 5 ] {8ea4e149-3b47-4ac0-9bcd-2693a85a4de7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.19 00:32:05.660521 [ 5 ] {8ea4e149-3b47-4ac0-9bcd-2693a85a4de7} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:05.660559 [ 5 ] {8ea4e149-3b47-4ac0-9bcd-2693a85a4de7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:05.660860 [ 5 ] {8ea4e149-3b47-4ac0-9bcd-2693a85a4de7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.19 00:32:05.661070 [ 5 ] {8ea4e149-3b47-4ac0-9bcd-2693a85a4de7} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:05.661198 [ 5 ] {8ea4e149-3b47-4ac0-9bcd-2693a85a4de7} executeQuery: Read 9 rows, 709.00 B in 0.00107 sec., 8411.214953271028 rows/sec., 647.09 KiB/sec. 2025.09.19 00:32:05.661236 [ 5 ] {8ea4e149-3b47-4ac0-9bcd-2693a85a4de7} TCPHandler: Processed in 0.001234786 sec. 2025.09.19 00:32:05.661342 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:05.661437 [ 5 ] {ebb71706-3f09-44c8-986d-34eefb4cc346} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:05.661478 [ 5 ] {ebb71706-3f09-44c8-986d-34eefb4cc346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:05.661823 [ 5 ] {ebb71706-3f09-44c8-986d-34eefb4cc346} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:05.661860 [ 5 ] {ebb71706-3f09-44c8-986d-34eefb4cc346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:05.662159 [ 5 ] {ebb71706-3f09-44c8-986d-34eefb4cc346} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:32:05.662367 [ 5 ] {ebb71706-3f09-44c8-986d-34eefb4cc346} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:05.662496 [ 5 ] {ebb71706-3f09-44c8-986d-34eefb4cc346} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.09.19 00:32:05.662533 [ 5 ] {ebb71706-3f09-44c8-986d-34eefb4cc346} TCPHandler: Processed in 0.001239916 sec. 2025.09.19 00:32:06.001022 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.41 MiB, peak 187.23 MiB, free memory in arenas 0.00 B, will set to 184.02 MiB (RSS), difference: 1.61 MiB 2025.09.19 00:32:10.661295 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:10.661490 [ 5 ] {da1b9d5b-75bb-4aeb-8e06-41927e34ddf7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:32:10.661559 [ 5 ] {da1b9d5b-75bb-4aeb-8e06-41927e34ddf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:32:10.662373 [ 5 ] {da1b9d5b-75bb-4aeb-8e06-41927e34ddf7} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:10.662427 [ 5 ] {da1b9d5b-75bb-4aeb-8e06-41927e34ddf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:10.662850 [ 5 ] {da1b9d5b-75bb-4aeb-8e06-41927e34ddf7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:32:10.663094 [ 5 ] {da1b9d5b-75bb-4aeb-8e06-41927e34ddf7} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:10.663254 [ 5 ] {da1b9d5b-75bb-4aeb-8e06-41927e34ddf7} executeQuery: Read 410 rows, 26.63 KiB in 0.001814 sec., 226019.84564498346 rows/sec., 14.34 MiB/sec. 2025.09.19 00:32:10.663306 [ 5 ] {da1b9d5b-75bb-4aeb-8e06-41927e34ddf7} TCPHandler: Processed in 0.002141398 sec. 2025.09.19 00:32:10.663434 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:10.663543 [ 5 ] {4a77a221-2171-43c9-9449-cf769ceb4368} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:10.663591 [ 5 ] {4a77a221-2171-43c9-9449-cf769ceb4368} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:10.664447 [ 5 ] {4a77a221-2171-43c9-9449-cf769ceb4368} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:10.664487 [ 5 ] {4a77a221-2171-43c9-9449-cf769ceb4368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:10.664874 [ 5 ] {4a77a221-2171-43c9-9449-cf769ceb4368} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:32:10.665086 [ 5 ] {4a77a221-2171-43c9-9449-cf769ceb4368} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:10.665218 [ 5 ] {4a77a221-2171-43c9-9449-cf769ceb4368} executeQuery: Read 1112 rows, 89.80 KiB in 0.001714 sec., 648774.7957992998 rows/sec., 51.16 MiB/sec. 2025.09.19 00:32:10.665257 [ 5 ] {4a77a221-2171-43c9-9449-cf769ceb4368} TCPHandler: Processed in 0.001891665 sec. 2025.09.19 00:32:10.665372 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:10.665466 [ 5 ] {51b7a720-8f88-4483-9eb1-e74d273b0827} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:10.665508 [ 5 ] {51b7a720-8f88-4483-9eb1-e74d273b0827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:10.666030 [ 5 ] {51b7a720-8f88-4483-9eb1-e74d273b0827} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:10.666068 [ 5 ] {51b7a720-8f88-4483-9eb1-e74d273b0827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:10.666382 [ 5 ] {51b7a720-8f88-4483-9eb1-e74d273b0827} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:32:10.666594 [ 5 ] {51b7a720-8f88-4483-9eb1-e74d273b0827} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:10.666731 [ 5 ] {51b7a720-8f88-4483-9eb1-e74d273b0827} executeQuery: Read 205 rows, 12.32 KiB in 0.001257 sec., 163086.71439936355 rows/sec., 9.57 MiB/sec. 2025.09.19 00:32:10.666770 [ 5 ] {51b7a720-8f88-4483-9eb1-e74d273b0827} TCPHandler: Processed in 0.001427139 sec. 2025.09.19 00:32:10.666890 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:10.666989 [ 5 ] {d5b23964-411b-4ee9-b0d2-bad158a9fb34} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:32:10.667029 [ 5 ] {d5b23964-411b-4ee9-b0d2-bad158a9fb34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:32:10.667512 [ 5 ] {d5b23964-411b-4ee9-b0d2-bad158a9fb34} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:10.667550 [ 5 ] {d5b23964-411b-4ee9-b0d2-bad158a9fb34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:10.667858 [ 5 ] {d5b23964-411b-4ee9-b0d2-bad158a9fb34} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:32:10.668080 [ 5 ] {d5b23964-411b-4ee9-b0d2-bad158a9fb34} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:10.668215 [ 5 ] {d5b23964-411b-4ee9-b0d2-bad158a9fb34} executeQuery: Read 212 rows, 14.00 KiB in 0.001248 sec., 169871.79487179487 rows/sec., 10.96 MiB/sec. 2025.09.19 00:32:10.668253 [ 5 ] {d5b23964-411b-4ee9-b0d2-bad158a9fb34} TCPHandler: Processed in 0.001413629 sec. 2025.09.19 00:32:10.668366 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:10.668463 [ 5 ] {9a474998-fb2f-4b8b-8ab6-9dbfc6e313e3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:32:10.668503 [ 5 ] {9a474998-fb2f-4b8b-8ab6-9dbfc6e313e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:32:10.668977 [ 5 ] {9a474998-fb2f-4b8b-8ab6-9dbfc6e313e3} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:10.669012 [ 5 ] {9a474998-fb2f-4b8b-8ab6-9dbfc6e313e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:10.669329 [ 5 ] {9a474998-fb2f-4b8b-8ab6-9dbfc6e313e3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:32:10.669550 [ 5 ] {9a474998-fb2f-4b8b-8ab6-9dbfc6e313e3} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:10.669686 [ 5 ] {9a474998-fb2f-4b8b-8ab6-9dbfc6e313e3} executeQuery: Read 211 rows, 12.27 KiB in 0.001243 sec., 169750.60337892198 rows/sec., 9.64 MiB/sec. 2025.09.19 00:32:10.669725 [ 5 ] {9a474998-fb2f-4b8b-8ab6-9dbfc6e313e3} TCPHandler: Processed in 0.001409588 sec. 2025.09.19 00:32:10.669846 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:10.669943 [ 5 ] {34ca0429-7a30-402e-af55-a9fa041f0582} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:10.669997 [ 5 ] {34ca0429-7a30-402e-af55-a9fa041f0582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:10.670823 [ 5 ] {34ca0429-7a30-402e-af55-a9fa041f0582} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:10.670872 [ 5 ] {34ca0429-7a30-402e-af55-a9fa041f0582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:10.671359 [ 5 ] {34ca0429-7a30-402e-af55-a9fa041f0582} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:32:10.671667 [ 5 ] {34ca0429-7a30-402e-af55-a9fa041f0582} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:10.671845 [ 5 ] {34ca0429-7a30-402e-af55-a9fa041f0582} executeQuery: Read 679 rows, 48.47 KiB in 0.001921 sec., 353461.738677772 rows/sec., 24.64 MiB/sec. 2025.09.19 00:32:10.671898 [ 5 ] {34ca0429-7a30-402e-af55-a9fa041f0582} TCPHandler: Processed in 0.002101367 sec. 2025.09.19 00:32:10.672045 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:10.672168 [ 5 ] {4cb45b5f-55dc-495c-94a0-9ffaa4de053c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:32:10.672172 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47567 2025.09.19 00:32:10.672224 [ 5 ] {4cb45b5f-55dc-495c-94a0-9ffaa4de053c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:32:10.672289 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:32:10.672322 [ 3 ] {} TCP-Session: eba20314-9451-4861-af3e-fe89f03f6d4a Authenticating user 'default' from [fd00:1122:3344:101::e]:47567 2025.09.19 00:32:10.672343 [ 3 ] {} TCP-Session: eba20314-9451-4861-af3e-fe89f03f6d4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.672357 [ 3 ] {} TCP-Session: eba20314-9451-4861-af3e-fe89f03f6d4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.672557 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59922 2025.09.19 00:32:10.672618 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50986 2025.09.19 00:32:10.672649 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:32:10.672658 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61957 2025.09.19 00:32:10.672686 [ 286 ] {} TCP-Session: 823eacd5-acab-474a-af47-1114a97ccc7b Authenticating user 'default' from [fd00:1122:3344:101::e]:59922 2025.09.19 00:32:10.672697 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59126 2025.09.19 00:32:10.672713 [ 286 ] {} TCP-Session: 823eacd5-acab-474a-af47-1114a97ccc7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.672708 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43303 2025.09.19 00:32:10.672729 [ 286 ] {} TCP-Session: 823eacd5-acab-474a-af47-1114a97ccc7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.672749 [ 3 ] {} TCP-Session: eba20314-9451-4861-af3e-fe89f03f6d4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:10.672747 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34674 2025.09.19 00:32:10.672799 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:32:10.672769 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:32:10.672752 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:32:10.672846 [ 291 ] {} TCP-Session: ccc7e91b-52b8-444d-8a19-be8031d58ea4 Authenticating user 'default' from [fd00:1122:3344:101::e]:43303 2025.09.19 00:32:10.672857 [ 290 ] {} TCP-Session: 1c9096da-436f-45e4-bb3b-900b921802ac Authenticating user 'default' from [fd00:1122:3344:101::e]:59126 2025.09.19 00:32:10.672878 [ 288 ] {} TCP-Session: 375a3107-9551-4256-bb63-f77d8136a9fa Authenticating user 'default' from [fd00:1122:3344:101::e]:61957 2025.09.19 00:32:10.672894 [ 291 ] {} TCP-Session: ccc7e91b-52b8-444d-8a19-be8031d58ea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.672900 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:32:10.672926 [ 291 ] {} TCP-Session: ccc7e91b-52b8-444d-8a19-be8031d58ea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.672934 [ 3 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} executeQuery: (from [fd00:1122:3344:101::e]:47567) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:32:10.672961 [ 293 ] {} TCP-Session: 43bbd1ee-a017-4902-ba70-007c99a66881 Authenticating user 'default' from [fd00:1122:3344:101::e]:34674 2025.09.19 00:32:10.672920 [ 288 ] {} TCP-Session: 375a3107-9551-4256-bb63-f77d8136a9fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.672739 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:32:10.673022 [ 293 ] {} TCP-Session: 43bbd1ee-a017-4902-ba70-007c99a66881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.673061 [ 287 ] {} TCP-Session: 8359465d-6c19-47ee-b4a2-e162c722dcf1 Authenticating user 'default' from [fd00:1122:3344:101::e]:50986 2025.09.19 00:32:10.673073 [ 293 ] {} TCP-Session: 43bbd1ee-a017-4902-ba70-007c99a66881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.673093 [ 287 ] {} TCP-Session: 8359465d-6c19-47ee-b4a2-e162c722dcf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.673030 [ 288 ] {} TCP-Session: 375a3107-9551-4256-bb63-f77d8136a9fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.673118 [ 287 ] {} TCP-Session: 8359465d-6c19-47ee-b4a2-e162c722dcf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.672734 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63983 2025.09.19 00:32:10.672705 [ 5 ] {4cb45b5f-55dc-495c-94a0-9ffaa4de053c} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:10.672698 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40995 2025.09.19 00:32:10.673228 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:32:10.673232 [ 5 ] {4cb45b5f-55dc-495c-94a0-9ffaa4de053c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:10.673260 [ 292 ] {} TCP-Session: 6031511a-cf2a-43b9-b73a-2e1522926e37 Authenticating user 'default' from [fd00:1122:3344:101::e]:63983 2025.09.19 00:32:10.673234 [ 3 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:32:10.673282 [ 292 ] {} TCP-Session: 6031511a-cf2a-43b9-b73a-2e1522926e37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.673294 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:32:10.673319 [ 292 ] {} TCP-Session: 6031511a-cf2a-43b9-b73a-2e1522926e37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.673345 [ 289 ] {} TCP-Session: c5bb2b0b-600a-44a3-9d74-90ffa88bb458 Authenticating user 'default' from [fd00:1122:3344:101::e]:40995 2025.09.19 00:32:10.673345 [ 3 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:32:10.673371 [ 289 ] {} TCP-Session: c5bb2b0b-600a-44a3-9d74-90ffa88bb458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.672902 [ 290 ] {} TCP-Session: 1c9096da-436f-45e4-bb3b-900b921802ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.673396 [ 289 ] {} TCP-Session: c5bb2b0b-600a-44a3-9d74-90ffa88bb458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.673414 [ 290 ] {} TCP-Session: 1c9096da-436f-45e4-bb3b-900b921802ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:10.673670 [ 3 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:32:10.673758 [ 3 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} Aggregator: Compile expression max()(UInt64) 0 2025.09.19 00:32:10.673817 [ 5 ] {4cb45b5f-55dc-495c-94a0-9ffaa4de053c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:32:10.674107 [ 5 ] {4cb45b5f-55dc-495c-94a0-9ffaa4de053c} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:10.674269 [ 5 ] {4cb45b5f-55dc-495c-94a0-9ffaa4de053c} executeQuery: Read 6 rows, 321.00 B in 0.002127 sec., 2820.8744710860365 rows/sec., 147.38 KiB/sec. 2025.09.19 00:32:10.674313 [ 5 ] {4cb45b5f-55dc-495c-94a0-9ffaa4de053c} TCPHandler: Processed in 0.00233137 sec. 2025.09.19 00:32:10.674440 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:10.674543 [ 5 ] {2b9c3aba-73fe-469e-96e6-b91c3c10284e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:10.674592 [ 5 ] {2b9c3aba-73fe-469e-96e6-b91c3c10284e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:10.675113 [ 5 ] {2b9c3aba-73fe-469e-96e6-b91c3c10284e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:10.675159 [ 5 ] {2b9c3aba-73fe-469e-96e6-b91c3c10284e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:10.675622 [ 5 ] {2b9c3aba-73fe-469e-96e6-b91c3c10284e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:32:10.675858 [ 5 ] {2b9c3aba-73fe-469e-96e6-b91c3c10284e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:10.675997 [ 5 ] {2b9c3aba-73fe-469e-96e6-b91c3c10284e} executeQuery: Read 314 rows, 21.12 KiB in 0.001478 sec., 212449.2557510149 rows/sec., 13.96 MiB/sec. 2025.09.19 00:32:10.676036 [ 5 ] {2b9c3aba-73fe-469e-96e6-b91c3c10284e} TCPHandler: Processed in 0.001653292 sec. 2025.09.19 00:32:10.676155 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:10.676244 [ 5 ] {8a9f7a06-62bb-4b12-853d-b5d88c124d8d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:32:10.676284 [ 5 ] {8a9f7a06-62bb-4b12-853d-b5d88c124d8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:32:10.676599 [ 5 ] {8a9f7a06-62bb-4b12-853d-b5d88c124d8d} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:10.676634 [ 5 ] {8a9f7a06-62bb-4b12-853d-b5d88c124d8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:10.676917 [ 5 ] {8a9f7a06-62bb-4b12-853d-b5d88c124d8d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:32:10.677198 [ 5 ] {8a9f7a06-62bb-4b12-853d-b5d88c124d8d} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:10.677331 [ 5 ] {8a9f7a06-62bb-4b12-853d-b5d88c124d8d} executeQuery: Read 1 rows, 69.00 B in 0.00109 sec., 917.4311926605504 rows/sec., 61.82 KiB/sec. 2025.09.19 00:32:10.677367 [ 5 ] {8a9f7a06-62bb-4b12-853d-b5d88c124d8d} TCPHandler: Processed in 0.001253496 sec. 2025.09.19 00:32:10.677484 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:10.677578 [ 5 ] {63972379-5905-451e-ab83-d696b7386a6c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:10.677620 [ 5 ] {63972379-5905-451e-ab83-d696b7386a6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:10.677988 [ 5 ] {63972379-5905-451e-ab83-d696b7386a6c} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:10.678028 [ 5 ] {63972379-5905-451e-ab83-d696b7386a6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:10.678384 [ 5 ] {63972379-5905-451e-ab83-d696b7386a6c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:32:10.678632 [ 5 ] {63972379-5905-451e-ab83-d696b7386a6c} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:10.678763 [ 5 ] {63972379-5905-451e-ab83-d696b7386a6c} executeQuery: Read 104 rows, 6.53 KiB in 0.001202 sec., 86522.46256239602 rows/sec., 5.30 MiB/sec. 2025.09.19 00:32:10.678798 [ 5 ] {63972379-5905-451e-ab83-d696b7386a6c} TCPHandler: Processed in 0.001364888 sec. 2025.09.19 00:32:11.000269 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 184.78 MiB, peak 187.23 MiB, free memory in arenas 0.00 B, will set to 199.42 MiB (RSS), difference: 14.63 MiB 2025.09.19 00:32:11.080443 [ 331 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} AggregatingTransform: Aggregating 2025.09.19 00:32:11.080508 [ 331 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} Aggregator: Aggregation method: without_key 2025.09.19 00:32:11.080546 [ 331 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001106464 sec. (903.780 rows/sec., 35.30 KiB/sec.) 2025.09.19 00:32:11.080565 [ 331 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} Aggregator: Merging aggregated data 2025.09.19 00:32:11.081839 [ 3 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} executeQuery: Read 1 rows, 40.00 B in 0.40892 sec., 2.445466105839773 rows/sec., 97.82 B/sec. 2025.09.19 00:32:11.082014 [ 3 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.09.19 00:32:11.082031 [ 3 ] {a0db174f-16cd-4cec-9aa2-b6dc5fdf3adb} TCPHandler: Processed in 0.409406737 sec. 2025.09.19 00:32:11.082140 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.19 00:32:11.082172 [ 3 ] {} TCP-Session: eba20314-9451-4861-af3e-fe89f03f6d4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:11.082176 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:32:11.082198 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.19 00:32:11.082222 [ 286 ] {} TCP-Session: 823eacd5-acab-474a-af47-1114a97ccc7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:11.082222 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.19 00:32:11.082239 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:32:11.082270 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:32:11.082301 [ 293 ] {} TCP-Session: 43bbd1ee-a017-4902-ba70-007c99a66881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:11.082298 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.19 00:32:11.082331 [ 287 ] {} TCP-Session: 8359465d-6c19-47ee-b4a2-e162c722dcf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:11.082338 [ 289 ] {} TCP-Session: c5bb2b0b-600a-44a3-9d74-90ffa88bb458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:11.082373 [ 292 ] {} TCP-Session: 6031511a-cf2a-43b9-b73a-2e1522926e37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:11.082286 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.19 00:32:11.082254 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:32:11.082448 [ 291 ] {} TCP-Session: ccc7e91b-52b8-444d-8a19-be8031d58ea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:11.082241 [ 290 ] {} TCP-Session: 1c9096da-436f-45e4-bb3b-900b921802ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:11.082475 [ 288 ] {} TCP-Session: 375a3107-9551-4256-bb63-f77d8136a9fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:32:12.000223 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 200.80 MiB, peak 211.90 MiB, free memory in arenas 0.00 B, will set to 203.82 MiB (RSS), difference: 3.03 MiB 2025.09.19 00:32:12.261754 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4293 2025.09.19 00:32:12.262335 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:12.262392 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:12.263062 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:32:12.263521 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:12.263677 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4293 2025.09.19 00:32:12.482238 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.09.19 00:32:12.500242 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:12.500301 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.09.19 00:32:12.505863 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:32:12.507041 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:12.510424 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.09.19 00:32:14.761252 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 330 2025.09.19 00:32:14.763808 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:14.763861 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:14.764981 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:32:14.765323 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:14.765498 [ 34 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.19 00:32:14.765597 [ 34 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:14.765636 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:14.765696 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 330 2025.09.19 00:32:14.765802 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:32:14.766533 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:14.766716 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:32:14.767157 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:32:14.767505 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part 2025.09.19 00:32:14.767835 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2025.09.19 00:32:14.768156 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 44 rows starting from the beginning of the part 2025.09.19 00:32:14.768469 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2025.09.19 00:32:14.774029 [ 188 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 72 columns (72 merged, 0 gathered) in 0.008296239 sec., 39777.06042460927 rows/sec., 38.48 MiB/sec. 2025.09.19 00:32:14.775034 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.19 00:32:14.775680 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_6_1} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:14.775763 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_6_1} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.19 00:32:14.776008 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB. 2025.09.19 00:32:15.650581 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:15.650778 [ 5 ] {91f701ab-3477-4188-81ac-50eb1a01cbac} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:15.650852 [ 5 ] {91f701ab-3477-4188-81ac-50eb1a01cbac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:15.651513 [ 5 ] {91f701ab-3477-4188-81ac-50eb1a01cbac} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:15.651558 [ 5 ] {91f701ab-3477-4188-81ac-50eb1a01cbac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:15.651951 [ 5 ] {91f701ab-3477-4188-81ac-50eb1a01cbac} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:32:15.652175 [ 5 ] {91f701ab-3477-4188-81ac-50eb1a01cbac} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:15.652334 [ 5 ] {91f701ab-3477-4188-81ac-50eb1a01cbac} executeQuery: Read 130 rows, 11.45 KiB in 0.001608 sec., 80845.77114427861 rows/sec., 6.95 MiB/sec. 2025.09.19 00:32:15.652353 [ 34 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.19 00:32:15.652378 [ 5 ] {91f701ab-3477-4188-81ac-50eb1a01cbac} TCPHandler: Processed in 0.001931745 sec. 2025.09.19 00:32:15.652433 [ 34 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:15.652468 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:15.652521 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:15.652596 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:32:15.652620 [ 5 ] {308accd9-4b4c-421d-b86d-f5d7b9879147} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:15.652670 [ 5 ] {308accd9-4b4c-421d-b86d-f5d7b9879147} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:15.652726 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:15.652770 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1137 rows starting from the beginning of the part 2025.09.19 00:32:15.652841 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 105 rows starting from the beginning of the part 2025.09.19 00:32:15.652892 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:32:15.652943 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 130 rows starting from the beginning of the part 2025.09.19 00:32:15.652986 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:32:15.653025 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 130 rows starting from the beginning of the part 2025.09.19 00:32:15.653094 [ 5 ] {308accd9-4b4c-421d-b86d-f5d7b9879147} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:15.653137 [ 5 ] {308accd9-4b4c-421d-b86d-f5d7b9879147} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:15.653479 [ 5 ] {308accd9-4b4c-421d-b86d-f5d7b9879147} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:32:15.653721 [ 5 ] {308accd9-4b4c-421d-b86d-f5d7b9879147} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:15.653867 [ 5 ] {308accd9-4b4c-421d-b86d-f5d7b9879147} executeQuery: Read 37 rows, 2.78 KiB in 0.001266 sec., 29225.908372827806 rows/sec., 2.15 MiB/sec. 2025.09.19 00:32:15.653906 [ 5 ] {308accd9-4b4c-421d-b86d-f5d7b9879147} TCPHandler: Processed in 0.001436179 sec. 2025.09.19 00:32:15.654017 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:15.654111 [ 5 ] {180fd00d-392e-48e5-a8e5-c6ccded23591} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:15.654152 [ 5 ] {180fd00d-392e-48e5-a8e5-c6ccded23591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:15.654554 [ 188 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3726 rows, containing 5 columns (5 merged, 0 gathered) in 0.002005376 sec., 1858005.680730197 rows/sec., 155.01 MiB/sec. 2025.09.19 00:32:15.654580 [ 5 ] {180fd00d-392e-48e5-a8e5-c6ccded23591} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:15.654633 [ 5 ] {180fd00d-392e-48e5-a8e5-c6ccded23591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:15.654874 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.19 00:32:15.654956 [ 5 ] {180fd00d-392e-48e5-a8e5-c6ccded23591} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:32:15.655236 [ 5 ] {180fd00d-392e-48e5-a8e5-c6ccded23591} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:15.655282 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_11_2} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:15.655339 [ 34 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.19 00:32:15.655367 [ 5 ] {180fd00d-392e-48e5-a8e5-c6ccded23591} executeQuery: Read 101 rows, 8.08 KiB in 0.001285 sec., 78599.22178988328 rows/sec., 6.14 MiB/sec. 2025.09.19 00:32:15.655376 [ 34 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:15.655389 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_11_2} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.19 00:32:15.655409 [ 5 ] {180fd00d-392e-48e5-a8e5-c6ccded23591} TCPHandler: Processed in 0.001455729 sec. 2025.09.19 00:32:15.655411 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:15.655499 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:32:15.655524 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. 2025.09.19 00:32:15.655533 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:15.655578 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:15.655606 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 699 rows starting from the beginning of the part 2025.09.19 00:32:15.655635 [ 5 ] {82b55583-341e-4f4e-8ed3-836d5b996dbb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:15.655651 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 105 rows starting from the beginning of the part 2025.09.19 00:32:15.655681 [ 5 ] {82b55583-341e-4f4e-8ed3-836d5b996dbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:15.655694 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 679 rows starting from the beginning of the part 2025.09.19 00:32:15.655731 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 107 rows starting from the beginning of the part 2025.09.19 00:32:15.655765 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 679 rows starting from the beginning of the part 2025.09.19 00:32:15.655796 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 101 rows starting from the beginning of the part 2025.09.19 00:32:15.656071 [ 5 ] {82b55583-341e-4f4e-8ed3-836d5b996dbb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:15.656111 [ 5 ] {82b55583-341e-4f4e-8ed3-836d5b996dbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:15.656543 [ 5 ] {82b55583-341e-4f4e-8ed3-836d5b996dbb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:32:15.656768 [ 5 ] {82b55583-341e-4f4e-8ed3-836d5b996dbb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:15.656818 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2370 rows, containing 5 columns (5 merged, 0 gathered) in 0.001325907 sec., 1787455.6812808136 rows/sec., 133.57 MiB/sec. 2025.09.19 00:32:15.656874 [ 34 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.19 00:32:15.656907 [ 5 ] {82b55583-341e-4f4e-8ed3-836d5b996dbb} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2025.09.19 00:32:15.656911 [ 34 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:15.656949 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:15.656952 [ 5 ] {82b55583-341e-4f4e-8ed3-836d5b996dbb} TCPHandler: Processed in 0.001445109 sec. 2025.09.19 00:32:15.656980 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.19 00:32:15.657061 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:32:15.657138 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:15.657181 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:15.657230 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1177 rows starting from the beginning of the part 2025.09.19 00:32:15.657237 [ 5 ] {8bf77711-4bff-470f-94de-763e4548c7cb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:15.657257 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_11_2} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:15.657300 [ 5 ] {8bf77711-4bff-470f-94de-763e4548c7cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:32:15.657315 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 161 rows starting from the beginning of the part 2025.09.19 00:32:15.657344 [ 194 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_11_2} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.19 00:32:15.657381 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 314 rows starting from the beginning of the part 2025.09.19 00:32:15.657420 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.09.19 00:32:15.657434 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:32:15.657489 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 314 rows starting from the beginning of the part 2025.09.19 00:32:15.657539 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2025.09.19 00:32:15.658203 [ 5 ] {8bf77711-4bff-470f-94de-763e4548c7cb} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:15.658246 [ 5 ] {8bf77711-4bff-470f-94de-763e4548c7cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:15.658882 [ 5 ] {8bf77711-4bff-470f-94de-763e4548c7cb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:32:15.658956 [ 194 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2286 rows, containing 5 columns (5 merged, 0 gathered) in 0.001940525 sec., 1178031.7182205846 rows/sec., 79.48 MiB/sec. 2025.09.19 00:32:15.659118 [ 5 ] {8bf77711-4bff-470f-94de-763e4548c7cb} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:15.659225 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.19 00:32:15.659232 [ 34 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.19 00:32:15.659267 [ 5 ] {8bf77711-4bff-470f-94de-763e4548c7cb} executeQuery: Read 37 rows, 67.89 KiB in 0.002048 sec., 18066.40625 rows/sec., 32.37 MiB/sec. 2025.09.19 00:32:15.659277 [ 34 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:15.659311 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:15.659329 [ 5 ] {8bf77711-4bff-470f-94de-763e4548c7cb} TCPHandler: Processed in 0.002241449 sec. 2025.09.19 00:32:15.659414 [ 193 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:32:15.659463 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:15.659549 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_11_2} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:15.659559 [ 5 ] {9749570c-c0cf-4c4b-8029-45220c3f388a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:15.659612 [ 5 ] {9749570c-c0cf-4c4b-8029-45220c3f388a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:15.659618 [ 193 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:15.659640 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_11_2} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.19 00:32:15.659690 [ 193 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:32:15.659745 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2025.09.19 00:32:15.659845 [ 193 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:32:15.659961 [ 193 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:32:15.659966 [ 5 ] {9749570c-c0cf-4c4b-8029-45220c3f388a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:15.660006 [ 5 ] {9749570c-c0cf-4c4b-8029-45220c3f388a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:15.660068 [ 193 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.09.19 00:32:15.660173 [ 193 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 37 rows starting from the beginning of the part 2025.09.19 00:32:15.660275 [ 193 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part 2025.09.19 00:32:15.660327 [ 5 ] {9749570c-c0cf-4c4b-8029-45220c3f388a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:32:15.660536 [ 5 ] {9749570c-c0cf-4c4b-8029-45220c3f388a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:15.660660 [ 31 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.19 00:32:15.660669 [ 5 ] {9749570c-c0cf-4c4b-8029-45220c3f388a} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2025.09.19 00:32:15.660705 [ 31 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:15.660722 [ 5 ] {9749570c-c0cf-4c4b-8029-45220c3f388a} TCPHandler: Processed in 0.001309237 sec. 2025.09.19 00:32:15.660733 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:15.660835 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:32:15.660922 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:15.660948 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 412 rows starting from the beginning of the part 2025.09.19 00:32:15.660993 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:32:15.661034 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 104 rows starting from the beginning of the part 2025.09.19 00:32:15.661068 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:32:15.661101 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 104 rows starting from the beginning of the part 2025.09.19 00:32:15.661134 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.09.19 00:32:15.662010 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 800 rows, containing 4 columns (4 merged, 0 gathered) in 0.001222436 sec., 654430.988616173 rows/sec., 42.02 MiB/sec. 2025.09.19 00:32:15.662193 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.19 00:32:15.662430 [ 188 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 128 rows, containing 19 columns (19 merged, 0 gathered) in 0.00307093 sec., 41681.18452716278 rows/sec., 74.69 MiB/sec. 2025.09.19 00:32:15.662434 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_11_2} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:15.662542 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_11_2} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.19 00:32:15.662624 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.19 00:32:15.662825 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.19 00:32:15.663160 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_6_1} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:15.663232 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_6_1} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.19 00:32:15.663343 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2025.09.19 00:32:19.702271 [ 47 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:32:19.702335 [ 47 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:32:19.763804 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4741 2025.09.19 00:32:19.764340 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:19.764392 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:19.764900 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:32:19.765129 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:19.765273 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4741 2025.09.19 00:32:20.010536 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.09.19 00:32:20.028764 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.028831 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.035060 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:32:20.035768 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.038707 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.09.19 00:32:20.659677 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:20.659851 [ 5 ] {7e10dd24-20dc-4f42-8e59-11a1f294c5da} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:32:20.659916 [ 5 ] {7e10dd24-20dc-4f42-8e59-11a1f294c5da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:32:20.660758 [ 5 ] {7e10dd24-20dc-4f42-8e59-11a1f294c5da} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.660803 [ 5 ] {7e10dd24-20dc-4f42-8e59-11a1f294c5da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.661217 [ 5 ] {7e10dd24-20dc-4f42-8e59-11a1f294c5da} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:32:20.661448 [ 5 ] {7e10dd24-20dc-4f42-8e59-11a1f294c5da} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.661582 [ 69 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.19 00:32:20.661611 [ 5 ] {7e10dd24-20dc-4f42-8e59-11a1f294c5da} executeQuery: Read 410 rows, 26.63 KiB in 0.001807 sec., 226895.40675152186 rows/sec., 14.39 MiB/sec. 2025.09.19 00:32:20.661621 [ 69 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.661647 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.661659 [ 5 ] {7e10dd24-20dc-4f42-8e59-11a1f294c5da} TCPHandler: Processed in 0.002109318 sec. 2025.09.19 00:32:20.661779 [ 195 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:32:20.661790 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:20.661915 [ 5 ] {59355f7b-a346-4f27-9fe0-0d4c65d3c60f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:20.661916 [ 195 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:20.661964 [ 5 ] {59355f7b-a346-4f27-9fe0-0d4c65d3c60f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:20.661965 [ 195 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 410 rows starting from the beginning of the part 2025.09.19 00:32:20.662044 [ 195 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 410 rows starting from the beginning of the part 2025.09.19 00:32:20.662085 [ 195 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 410 rows starting from the beginning of the part 2025.09.19 00:32:20.662129 [ 195 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 410 rows starting from the beginning of the part 2025.09.19 00:32:20.662180 [ 195 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 410 rows starting from the beginning of the part 2025.09.19 00:32:20.662918 [ 5 ] {59355f7b-a346-4f27-9fe0-0d4c65d3c60f} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.662959 [ 5 ] {59355f7b-a346-4f27-9fe0-0d4c65d3c60f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.663231 [ 193 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.00150653 sec., 1360742.8992452854 rows/sec., 91.51 MiB/sec. 2025.09.19 00:32:20.663386 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.19 00:32:20.663410 [ 5 ] {59355f7b-a346-4f27-9fe0-0d4c65d3c60f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:32:20.663696 [ 5 ] {59355f7b-a346-4f27-9fe0-0d4c65d3c60f} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.663712 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_5_1} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.663789 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_5_1} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.19 00:32:20.663833 [ 5 ] {59355f7b-a346-4f27-9fe0-0d4c65d3c60f} executeQuery: Read 1112 rows, 89.80 KiB in 0.001942 sec., 572605.561277034 rows/sec., 45.16 MiB/sec. 2025.09.19 00:32:20.663859 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:32:20.663875 [ 5 ] {59355f7b-a346-4f27-9fe0-0d4c65d3c60f} TCPHandler: Processed in 0.002137248 sec. 2025.09.19 00:32:20.663993 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:20.664088 [ 5 ] {3839c8fa-4176-451a-8011-009c17e64189} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:20.664129 [ 5 ] {3839c8fa-4176-451a-8011-009c17e64189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:20.664609 [ 5 ] {3839c8fa-4176-451a-8011-009c17e64189} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.664643 [ 5 ] {3839c8fa-4176-451a-8011-009c17e64189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.664945 [ 5 ] {3839c8fa-4176-451a-8011-009c17e64189} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:32:20.665150 [ 5 ] {3839c8fa-4176-451a-8011-009c17e64189} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.665241 [ 69 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.19 00:32:20.665269 [ 69 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.665280 [ 5 ] {3839c8fa-4176-451a-8011-009c17e64189} executeQuery: Read 205 rows, 12.32 KiB in 0.001212 sec., 169141.91419141914 rows/sec., 9.92 MiB/sec. 2025.09.19 00:32:20.665286 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.665317 [ 5 ] {3839c8fa-4176-451a-8011-009c17e64189} TCPHandler: Processed in 0.001373458 sec. 2025.09.19 00:32:20.665390 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:32:20.665426 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:20.665517 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:20.665525 [ 5 ] {e3459b40-a58e-4332-b6b2-39983b256d05} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:32:20.665556 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 241 rows starting from the beginning of the part 2025.09.19 00:32:20.665575 [ 5 ] {e3459b40-a58e-4332-b6b2-39983b256d05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:32:20.665627 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 205 rows starting from the beginning of the part 2025.09.19 00:32:20.665678 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 37 rows starting from the beginning of the part 2025.09.19 00:32:20.665720 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 205 rows starting from the beginning of the part 2025.09.19 00:32:20.665757 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 37 rows starting from the beginning of the part 2025.09.19 00:32:20.665794 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 205 rows starting from the beginning of the part 2025.09.19 00:32:20.666054 [ 5 ] {e3459b40-a58e-4332-b6b2-39983b256d05} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.666094 [ 5 ] {e3459b40-a58e-4332-b6b2-39983b256d05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.666408 [ 5 ] {e3459b40-a58e-4332-b6b2-39983b256d05} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:32:20.666630 [ 5 ] {e3459b40-a58e-4332-b6b2-39983b256d05} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.666695 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 930 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349127 sec., 689334.658634806 rows/sec., 44.23 MiB/sec. 2025.09.19 00:32:20.666721 [ 69 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.19 00:32:20.666750 [ 69 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.666762 [ 5 ] {e3459b40-a58e-4332-b6b2-39983b256d05} executeQuery: Read 212 rows, 14.00 KiB in 0.001256 sec., 168789.80891719746 rows/sec., 10.89 MiB/sec. 2025.09.19 00:32:20.666767 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.666799 [ 5 ] {e3459b40-a58e-4332-b6b2-39983b256d05} TCPHandler: Processed in 0.001422019 sec. 2025.09.19 00:32:20.666844 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.19 00:32:20.666844 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::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.09.19 00:32:20.666923 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:20.666959 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:20.666993 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part 2025.09.19 00:32:20.667046 [ 5 ] {d23698fe-7e4b-463b-8ea8-1401d563453a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:32:20.667054 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2025.09.19 00:32:20.667097 [ 5 ] {d23698fe-7e4b-463b-8ea8-1401d563453a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:32:20.667099 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2025.09.19 00:32:20.667121 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_11_2} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.667145 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2025.09.19 00:32:20.667188 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part 2025.09.19 00:32:20.667198 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_11_2} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.19 00:32:20.667278 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.19 00:32:20.667688 [ 5 ] {d23698fe-7e4b-463b-8ea8-1401d563453a} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.667735 [ 5 ] {d23698fe-7e4b-463b-8ea8-1401d563453a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.667983 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001162895 sec., 911518.2368141578 rows/sec., 62.26 MiB/sec. 2025.09.19 00:32:20.668123 [ 5 ] {d23698fe-7e4b-463b-8ea8-1401d563453a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:32:20.668144 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.19 00:32:20.668405 [ 5 ] {d23698fe-7e4b-463b-8ea8-1401d563453a} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.668446 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_5_1} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.668505 [ 69 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.19 00:32:20.668524 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_5_1} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.19 00:32:20.668532 [ 69 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.668560 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.668560 [ 5 ] {d23698fe-7e4b-463b-8ea8-1401d563453a} executeQuery: Read 211 rows, 12.27 KiB in 0.001539 sec., 137102.01429499674 rows/sec., 7.79 MiB/sec. 2025.09.19 00:32:20.668605 [ 5 ] {d23698fe-7e4b-463b-8ea8-1401d563453a} TCPHandler: Processed in 0.001742883 sec. 2025.09.19 00:32:20.668616 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:32:20.668683 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:32:20.668717 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:20.668765 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:20.668788 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 211 rows starting from the beginning of the part 2025.09.19 00:32:20.668811 [ 5 ] {7ea200fb-bb19-4e4e-9300-f2ed9263c1a4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:20.668829 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 211 rows starting from the beginning of the part 2025.09.19 00:32:20.668851 [ 5 ] {7ea200fb-bb19-4e4e-9300-f2ed9263c1a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:20.668864 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 211 rows starting from the beginning of the part 2025.09.19 00:32:20.668925 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 211 rows starting from the beginning of the part 2025.09.19 00:32:20.668958 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 211 rows starting from the beginning of the part 2025.09.19 00:32:20.669537 [ 5 ] {7ea200fb-bb19-4e4e-9300-f2ed9263c1a4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.669572 [ 5 ] {7ea200fb-bb19-4e4e-9300-f2ed9263c1a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.669653 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001052404 sec., 1002466.7333077411 rows/sec., 60.75 MiB/sec. 2025.09.19 00:32:20.669860 [ 190 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.19 00:32:20.669935 [ 5 ] {7ea200fb-bb19-4e4e-9300-f2ed9263c1a4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:32:20.670230 [ 5 ] {7ea200fb-bb19-4e4e-9300-f2ed9263c1a4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.670275 [ 190 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_5_1} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.670367 [ 190 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_5_1} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.19 00:32:20.670368 [ 5 ] {7ea200fb-bb19-4e4e-9300-f2ed9263c1a4} executeQuery: Read 679 rows, 48.47 KiB in 0.001576 sec., 430837.5634517767 rows/sec., 30.03 MiB/sec. 2025.09.19 00:32:20.670420 [ 5 ] {7ea200fb-bb19-4e4e-9300-f2ed9263c1a4} TCPHandler: Processed in 0.001752063 sec. 2025.09.19 00:32:20.670478 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:32:20.670527 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:20.670625 [ 5 ] {180236ae-cd89-4e6f-ac0e-10a5211bf6a9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:32:20.670666 [ 5 ] {180236ae-cd89-4e6f-ac0e-10a5211bf6a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:32:20.671000 [ 5 ] {180236ae-cd89-4e6f-ac0e-10a5211bf6a9} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.671036 [ 5 ] {180236ae-cd89-4e6f-ac0e-10a5211bf6a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.671339 [ 5 ] {180236ae-cd89-4e6f-ac0e-10a5211bf6a9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:32:20.671548 [ 5 ] {180236ae-cd89-4e6f-ac0e-10a5211bf6a9} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.671692 [ 5 ] {180236ae-cd89-4e6f-ac0e-10a5211bf6a9} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2025.09.19 00:32:20.671729 [ 5 ] {180236ae-cd89-4e6f-ac0e-10a5211bf6a9} TCPHandler: Processed in 0.001251346 sec. 2025.09.19 00:32:20.671836 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:20.671928 [ 5 ] {d199fa3f-6753-4e0b-b265-88145ab09759} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:20.671971 [ 5 ] {d199fa3f-6753-4e0b-b265-88145ab09759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:20.672411 [ 5 ] {d199fa3f-6753-4e0b-b265-88145ab09759} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.672447 [ 5 ] {d199fa3f-6753-4e0b-b265-88145ab09759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.672801 [ 5 ] {d199fa3f-6753-4e0b-b265-88145ab09759} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:32:20.673013 [ 5 ] {d199fa3f-6753-4e0b-b265-88145ab09759} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.673147 [ 5 ] {d199fa3f-6753-4e0b-b265-88145ab09759} executeQuery: Read 314 rows, 21.12 KiB in 0.001236 sec., 254045.30744336572 rows/sec., 16.69 MiB/sec. 2025.09.19 00:32:20.673186 [ 5 ] {d199fa3f-6753-4e0b-b265-88145ab09759} TCPHandler: Processed in 0.001398709 sec. 2025.09.19 00:32:20.673293 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:20.673385 [ 5 ] {62391e43-888f-47e6-8d1f-8673cbba8514} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:32:20.673426 [ 5 ] {62391e43-888f-47e6-8d1f-8673cbba8514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:32:20.673730 [ 5 ] {62391e43-888f-47e6-8d1f-8673cbba8514} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.673764 [ 5 ] {62391e43-888f-47e6-8d1f-8673cbba8514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.674045 [ 5 ] {62391e43-888f-47e6-8d1f-8673cbba8514} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:32:20.674243 [ 5 ] {62391e43-888f-47e6-8d1f-8673cbba8514} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.674341 [ 87 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.19 00:32:20.674377 [ 5 ] {62391e43-888f-47e6-8d1f-8673cbba8514} executeQuery: Read 1 rows, 69.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 66.65 KiB/sec. 2025.09.19 00:32:20.674381 [ 87 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.674421 [ 5 ] {62391e43-888f-47e6-8d1f-8673cbba8514} TCPHandler: Processed in 0.001176086 sec. 2025.09.19 00:32:20.674421 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.674531 [ 193 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::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.09.19 00:32:20.674535 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:20.674629 [ 193 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:20.674645 [ 5 ] {50e82485-4390-4808-8f62-7ad56611f99d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:20.674657 [ 193 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.09.19 00:32:20.674685 [ 5 ] {50e82485-4390-4808-8f62-7ad56611f99d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:20.674704 [ 193 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.09.19 00:32:20.674743 [ 193 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.09.19 00:32:20.674782 [ 193 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.09.19 00:32:20.674819 [ 193 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.09.19 00:32:20.675009 [ 5 ] {50e82485-4390-4808-8f62-7ad56611f99d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:20.675043 [ 5 ] {50e82485-4390-4808-8f62-7ad56611f99d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:20.675337 [ 5 ] {50e82485-4390-4808-8f62-7ad56611f99d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:32:20.675447 [ 198 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.000952512 sec., 5249.2776993885645 rows/sec., 353.71 KiB/sec. 2025.09.19 00:32:20.675538 [ 5 ] {50e82485-4390-4808-8f62-7ad56611f99d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.675605 [ 186 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.19 00:32:20.675680 [ 5 ] {50e82485-4390-4808-8f62-7ad56611f99d} executeQuery: Read 104 rows, 6.53 KiB in 0.001054 sec., 98671.72675521822 rows/sec., 6.05 MiB/sec. 2025.09.19 00:32:20.675722 [ 5 ] {50e82485-4390-4808-8f62-7ad56611f99d} TCPHandler: Processed in 0.001234296 sec. 2025.09.19 00:32:20.675957 [ 186 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_5_1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:20.676044 [ 186 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_5_1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.19 00:32:20.676143 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.19 00:32:21.001161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 206.34 MiB, peak 211.90 MiB, free memory in arenas 0.00 B, will set to 207.98 MiB (RSS), difference: 1.65 MiB 2025.09.19 00:32:24.218117 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.218394 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} executeQuery: (from [fd00:1122:3344:101::d]:47364) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:32:24.218811 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:32:24.218857 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:32:24.219146 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:32:24.219212 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:32:24.219354 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.09.19 00:32:24.219484 [ 300 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:32:24.219499 [ 295 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.19 00:32:24.219499 [ 337 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.09.19 00:32:24.219647 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.09.19 00:32:24.219674 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:32:24.219758 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.19 00:32:24.219778 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.09.19 00:32:24.219823 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.219867 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.219907 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.220745 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} executeQuery: Read 35 rows, 1.35 KiB in 0.002507 sec., 13960.909453530116 rows/sec., 537.17 KiB/sec. 2025.09.19 00:32:24.220878 [ 5 ] {0610c622-1277-4bfd-a616-a9de1f0f84c8} TCPHandler: Processed in 0.002982429 sec. 2025.09.19 00:32:24.221252 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.221384 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} executeQuery: (from [fd00:1122:3344:101::d]:47364) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:32:24.221609 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:32:24.221644 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:32:24.221839 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:32:24.221891 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:32:24.221988 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.09.19 00:32:24.222064 [ 332 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:32:24.222066 [ 329 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.19 00:32:24.222064 [ 300 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.09.19 00:32:24.222196 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.09.19 00:32:24.222221 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:32:24.222287 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.19 00:32:24.222304 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.09.19 00:32:24.222334 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.222364 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.222391 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.223072 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} executeQuery: Read 35 rows, 1.35 KiB in 0.001741 sec., 20103.38885697875 rows/sec., 773.51 KiB/sec. 2025.09.19 00:32:24.223220 [ 5 ] {4ab01749-7244-4a3e-afbe-10c5f3d7112c} TCPHandler: Processed in 0.002016447 sec. 2025.09.19 00:32:24.223483 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.223617 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} executeQuery: (from [fd00:1122:3344:101::d]:47364) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:32:24.223827 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:32:24.223862 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:32:24.224064 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:32:24.224116 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:32:24.224213 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.09.19 00:32:24.224283 [ 300 ] {01eb179d-a006-4fb3-a281-e9500656689e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:32:24.224287 [ 302 ] {01eb179d-a006-4fb3-a281-e9500656689e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.19 00:32:24.224286 [ 295 ] {01eb179d-a006-4fb3-a281-e9500656689e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.09.19 00:32:24.224401 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.09.19 00:32:24.224426 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:32:24.224494 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.19 00:32:24.224511 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.09.19 00:32:24.224541 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.224570 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.224598 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.225219 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} executeQuery: Read 35 rows, 1.35 KiB in 0.001658 sec., 21109.770808202655 rows/sec., 812.23 KiB/sec. 2025.09.19 00:32:24.225345 [ 5 ] {01eb179d-a006-4fb3-a281-e9500656689e} TCPHandler: Processed in 0.001924425 sec. 2025.09.19 00:32:24.225580 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.225713 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} executeQuery: (from [fd00:1122:3344:101::d]:47364) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:32:24.225950 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:32:24.225985 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:32:24.226182 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:32:24.226233 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:32:24.226329 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.09.19 00:32:24.226389 [ 318 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:32:24.226397 [ 329 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.19 00:32:24.226397 [ 302 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.09.19 00:32:24.226501 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.09.19 00:32:24.226525 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:32:24.226590 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.19 00:32:24.226607 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.09.19 00:32:24.226636 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.226665 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.226691 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.227250 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} executeQuery: Read 35 rows, 1.35 KiB in 0.001594 sec., 21957.340025094105 rows/sec., 844.84 KiB/sec. 2025.09.19 00:32:24.227378 [ 5 ] {c6e21013-5134-48e7-b4f2-02b209755d4c} TCPHandler: Processed in 0.001845174 sec. 2025.09.19 00:32:24.227595 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.227727 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} executeQuery: (from [fd00:1122:3344:101::d]:47364) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:32:24.227961 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:32:24.227997 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:32:24.228192 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:32:24.228240 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:32:24.228329 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.09.19 00:32:24.228387 [ 295 ] {c30e2616-010e-4238-a924-4f13402222b7} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:32:24.228392 [ 329 ] {c30e2616-010e-4238-a924-4f13402222b7} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.19 00:32:24.228406 [ 302 ] {c30e2616-010e-4238-a924-4f13402222b7} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.09.19 00:32:24.228484 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.09.19 00:32:24.228509 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:32:24.228570 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.19 00:32:24.228586 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.09.19 00:32:24.228613 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.228654 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.228690 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.229290 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} executeQuery: Read 35 rows, 1.35 KiB in 0.001617 sec., 21645.021645021647 rows/sec., 832.83 KiB/sec. 2025.09.19 00:32:24.229416 [ 5 ] {c30e2616-010e-4238-a924-4f13402222b7} TCPHandler: Processed in 0.001867555 sec. 2025.09.19 00:32:24.229648 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.229780 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} executeQuery: (from [fd00:1122:3344:101::d]:47364) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:32:24.230013 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:32:24.230050 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:32:24.230247 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:32:24.230298 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:32:24.230393 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.09.19 00:32:24.230454 [ 302 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:32:24.230499 [ 324 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.19 00:32:24.230507 [ 344 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.09.19 00:32:24.230610 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.09.19 00:32:24.230636 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:32:24.230701 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.19 00:32:24.230718 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.09.19 00:32:24.230748 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.230799 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.230838 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:32:24.231742 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} executeQuery: Read 35 rows, 1.35 KiB in 0.002017 sec., 17352.50371839365 rows/sec., 667.66 KiB/sec. 2025.09.19 00:32:24.231870 [ 5 ] {7c6f1bf4-1563-4623-b243-b20c6650119e} TCPHandler: Processed in 0.00226924 sec. 2025.09.19 00:32:24.321527 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.321634 [ 5 ] {95cbbebe-5016-47c1-97ba-3272593b03da} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.19 00:32:24.321675 [ 5 ] {95cbbebe-5016-47c1-97ba-3272593b03da} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:32:24.322255 [ 5 ] {95cbbebe-5016-47c1-97ba-3272593b03da} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:24.322304 [ 5 ] {95cbbebe-5016-47c1-97ba-3272593b03da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:24.322745 [ 5 ] {95cbbebe-5016-47c1-97ba-3272593b03da} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:32:24.322935 [ 5 ] {95cbbebe-5016-47c1-97ba-3272593b03da} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:24.323083 [ 5 ] {95cbbebe-5016-47c1-97ba-3272593b03da} executeQuery: Read 6 rows, 1.34 KiB in 0.001479 sec., 4056.7951318458418 rows/sec., 903.27 KiB/sec. 2025.09.19 00:32:24.323122 [ 5 ] {95cbbebe-5016-47c1-97ba-3272593b03da} TCPHandler: Processed in 0.001645172 sec. 2025.09.19 00:32:24.323235 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.323328 [ 5 ] {c1388a31-c881-4337-814c-d99e41e04b48} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:32:24.323367 [ 5 ] {c1388a31-c881-4337-814c-d99e41e04b48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:32:24.323784 [ 5 ] {c1388a31-c881-4337-814c-d99e41e04b48} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:24.323820 [ 5 ] {c1388a31-c881-4337-814c-d99e41e04b48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:24.324100 [ 5 ] {c1388a31-c881-4337-814c-d99e41e04b48} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:32:24.324297 [ 5 ] {c1388a31-c881-4337-814c-d99e41e04b48} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:24.324429 [ 5 ] {c1388a31-c881-4337-814c-d99e41e04b48} executeQuery: Read 14 rows, 1.14 KiB in 0.001119 sec., 12511.170688114387 rows/sec., 1020.20 KiB/sec. 2025.09.19 00:32:24.324465 [ 5 ] {c1388a31-c881-4337-814c-d99e41e04b48} TCPHandler: Processed in 0.001276966 sec. 2025.09.19 00:32:24.324573 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.324665 [ 5 ] {c089b80a-8905-4f82-9ae4-d96c1af705c7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:24.324702 [ 5 ] {c089b80a-8905-4f82-9ae4-d96c1af705c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:24.325759 [ 5 ] {c089b80a-8905-4f82-9ae4-d96c1af705c7} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:24.325794 [ 5 ] {c089b80a-8905-4f82-9ae4-d96c1af705c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:24.326230 [ 5 ] {c089b80a-8905-4f82-9ae4-d96c1af705c7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:32:24.326419 [ 5 ] {c089b80a-8905-4f82-9ae4-d96c1af705c7} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:24.326543 [ 5 ] {c089b80a-8905-4f82-9ae4-d96c1af705c7} executeQuery: Read 1287 rows, 109.05 KiB in 0.00193 sec., 666839.3782383419 rows/sec., 55.18 MiB/sec. 2025.09.19 00:32:24.326577 [ 5 ] {c089b80a-8905-4f82-9ae4-d96c1af705c7} TCPHandler: Processed in 0.002086658 sec. 2025.09.19 00:32:24.326677 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.326763 [ 5 ] {7cdac05c-57ce-4c00-99f7-579c1fbe2c90} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:24.326800 [ 5 ] {7cdac05c-57ce-4c00-99f7-579c1fbe2c90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:24.327245 [ 5 ] {7cdac05c-57ce-4c00-99f7-579c1fbe2c90} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:24.327281 [ 5 ] {7cdac05c-57ce-4c00-99f7-579c1fbe2c90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:24.327586 [ 5 ] {7cdac05c-57ce-4c00-99f7-579c1fbe2c90} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:32:24.327786 [ 5 ] {7cdac05c-57ce-4c00-99f7-579c1fbe2c90} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:24.327918 [ 5 ] {7cdac05c-57ce-4c00-99f7-579c1fbe2c90} executeQuery: Read 56 rows, 4.14 KiB in 0.001122 sec., 49910.873440285206 rows/sec., 3.60 MiB/sec. 2025.09.19 00:32:24.327954 [ 5 ] {7cdac05c-57ce-4c00-99f7-579c1fbe2c90} TCPHandler: Processed in 0.001280317 sec. 2025.09.19 00:32:24.328058 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.328162 [ 5 ] {d004ab60-15a7-477e-92e0-a34aa342fc56} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:32:24.328200 [ 5 ] {d004ab60-15a7-477e-92e0-a34aa342fc56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:32:24.328689 [ 5 ] {d004ab60-15a7-477e-92e0-a34aa342fc56} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:24.328725 [ 5 ] {d004ab60-15a7-477e-92e0-a34aa342fc56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:24.329031 [ 5 ] {d004ab60-15a7-477e-92e0-a34aa342fc56} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:32:24.329237 [ 5 ] {d004ab60-15a7-477e-92e0-a34aa342fc56} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:24.329369 [ 5 ] {d004ab60-15a7-477e-92e0-a34aa342fc56} executeQuery: Read 228 rows, 15.81 KiB in 0.001237 sec., 184316.89571544057 rows/sec., 12.48 MiB/sec. 2025.09.19 00:32:24.329406 [ 5 ] {d004ab60-15a7-477e-92e0-a34aa342fc56} TCPHandler: Processed in 0.001395508 sec. 2025.09.19 00:32:24.329511 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.329602 [ 5 ] {c18fb6bb-3d06-4db6-a399-17e45d5f8385} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:24.329639 [ 5 ] {c18fb6bb-3d06-4db6-a399-17e45d5f8385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:24.330218 [ 5 ] {c18fb6bb-3d06-4db6-a399-17e45d5f8385} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:24.330253 [ 5 ] {c18fb6bb-3d06-4db6-a399-17e45d5f8385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:24.330574 [ 5 ] {c18fb6bb-3d06-4db6-a399-17e45d5f8385} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:32:24.330780 [ 5 ] {c18fb6bb-3d06-4db6-a399-17e45d5f8385} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:24.330909 [ 5 ] {c18fb6bb-3d06-4db6-a399-17e45d5f8385} executeQuery: Read 576 rows, 43.91 KiB in 0.001325 sec., 434716.9811320755 rows/sec., 32.36 MiB/sec. 2025.09.19 00:32:24.330946 [ 5 ] {c18fb6bb-3d06-4db6-a399-17e45d5f8385} TCPHandler: Processed in 0.001481769 sec. 2025.09.19 00:32:24.331063 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.331187 [ 5 ] {db2d964e-ffc1-44cb-8c00-491737cab8a8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:24.331241 [ 5 ] {db2d964e-ffc1-44cb-8c00-491737cab8a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:24.332515 [ 5 ] {db2d964e-ffc1-44cb-8c00-491737cab8a8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:24.332555 [ 5 ] {db2d964e-ffc1-44cb-8c00-491737cab8a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:24.333138 [ 5 ] {db2d964e-ffc1-44cb-8c00-491737cab8a8} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:32:24.333370 [ 5 ] {db2d964e-ffc1-44cb-8c00-491737cab8a8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:24.333506 [ 5 ] {db2d964e-ffc1-44cb-8c00-491737cab8a8} executeQuery: Read 2607 rows, 178.61 KiB in 0.002344 sec., 1112201.3651877132 rows/sec., 74.41 MiB/sec. 2025.09.19 00:32:24.333544 [ 5 ] {db2d964e-ffc1-44cb-8c00-491737cab8a8} TCPHandler: Processed in 0.002538903 sec. 2025.09.19 00:32:24.333669 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.333793 [ 5 ] {a12aedee-c0e1-4379-aff9-46f4fb9a9b1b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:24.333860 [ 5 ] {a12aedee-c0e1-4379-aff9-46f4fb9a9b1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:32:24.334675 [ 5 ] {a12aedee-c0e1-4379-aff9-46f4fb9a9b1b} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:24.334714 [ 5 ] {a12aedee-c0e1-4379-aff9-46f4fb9a9b1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:24.335258 [ 5 ] {a12aedee-c0e1-4379-aff9-46f4fb9a9b1b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:32:24.335470 [ 5 ] {a12aedee-c0e1-4379-aff9-46f4fb9a9b1b} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:24.335602 [ 5 ] {a12aedee-c0e1-4379-aff9-46f4fb9a9b1b} executeQuery: Read 42 rows, 77.07 KiB in 0.001872 sec., 22435.897435897437 rows/sec., 40.20 MiB/sec. 2025.09.19 00:32:24.335651 [ 5 ] {a12aedee-c0e1-4379-aff9-46f4fb9a9b1b} TCPHandler: Processed in 0.002083737 sec. 2025.09.19 00:32:24.335758 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:24.335847 [ 5 ] {5162a242-1f5a-4858-94db-94a2107ac3b4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:24.335886 [ 5 ] {5162a242-1f5a-4858-94db-94a2107ac3b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:24.336300 [ 5 ] {5162a242-1f5a-4858-94db-94a2107ac3b4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:24.336337 [ 5 ] {5162a242-1f5a-4858-94db-94a2107ac3b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:24.336644 [ 5 ] {5162a242-1f5a-4858-94db-94a2107ac3b4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:32:24.336850 [ 5 ] {5162a242-1f5a-4858-94db-94a2107ac3b4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:24.336979 [ 5 ] {5162a242-1f5a-4858-94db-94a2107ac3b4} executeQuery: Read 48 rows, 3.31 KiB in 0.001096 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. 2025.09.19 00:32:24.337015 [ 5 ] {5162a242-1f5a-4858-94db-94a2107ac3b4} TCPHandler: Processed in 0.001255766 sec. 2025.09.19 00:32:24.766756 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 392 2025.09.19 00:32:24.769616 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:24.769678 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:24.770940 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:32:24.771226 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:24.771544 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 392 2025.09.19 00:32:25.642955 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:25.643234 [ 5 ] {17ec6d96-df73-4d29-929e-f70b81e08a51} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:25.643301 [ 5 ] {17ec6d96-df73-4d29-929e-f70b81e08a51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:25.643960 [ 5 ] {17ec6d96-df73-4d29-929e-f70b81e08a51} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:25.643999 [ 5 ] {17ec6d96-df73-4d29-929e-f70b81e08a51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:25.644364 [ 5 ] {17ec6d96-df73-4d29-929e-f70b81e08a51} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:32:25.644581 [ 5 ] {17ec6d96-df73-4d29-929e-f70b81e08a51} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:25.644766 [ 5 ] {17ec6d96-df73-4d29-929e-f70b81e08a51} executeQuery: Read 56 rows, 4.38 KiB in 0.00165 sec., 33939.393939393936 rows/sec., 2.59 MiB/sec. 2025.09.19 00:32:25.644815 [ 5 ] {17ec6d96-df73-4d29-929e-f70b81e08a51} TCPHandler: Processed in 0.002075137 sec. 2025.09.19 00:32:25.644955 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:25.645064 [ 5 ] {4913c6f2-29c7-4310-9fcb-3894d68913d4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:25.645109 [ 5 ] {4913c6f2-29c7-4310-9fcb-3894d68913d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:25.645653 [ 5 ] {4913c6f2-29c7-4310-9fcb-3894d68913d4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:25.645690 [ 5 ] {4913c6f2-29c7-4310-9fcb-3894d68913d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:25.646016 [ 5 ] {4913c6f2-29c7-4310-9fcb-3894d68913d4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:32:25.646235 [ 5 ] {4913c6f2-29c7-4310-9fcb-3894d68913d4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:25.646368 [ 5 ] {4913c6f2-29c7-4310-9fcb-3894d68913d4} executeQuery: Read 64 rows, 5.12 KiB in 0.001271 sec., 50354.05192761605 rows/sec., 3.93 MiB/sec. 2025.09.19 00:32:25.646405 [ 5 ] {4913c6f2-29c7-4310-9fcb-3894d68913d4} TCPHandler: Processed in 0.001468429 sec. 2025.09.19 00:32:25.646527 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:25.646626 [ 5 ] {fcbaf3e8-0492-4009-855d-f604d5e4e1c6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:25.646670 [ 5 ] {fcbaf3e8-0492-4009-855d-f604d5e4e1c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:25.647034 [ 5 ] {fcbaf3e8-0492-4009-855d-f604d5e4e1c6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:25.647068 [ 5 ] {fcbaf3e8-0492-4009-855d-f604d5e4e1c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:25.647387 [ 5 ] {fcbaf3e8-0492-4009-855d-f604d5e4e1c6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:32:25.647596 [ 5 ] {fcbaf3e8-0492-4009-855d-f604d5e4e1c6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:25.647730 [ 5 ] {fcbaf3e8-0492-4009-855d-f604d5e4e1c6} executeQuery: Read 32 rows, 2.28 KiB in 0.001124 sec., 28469.750889679715 rows/sec., 1.98 MiB/sec. 2025.09.19 00:32:25.647769 [ 5 ] {fcbaf3e8-0492-4009-855d-f604d5e4e1c6} TCPHandler: Processed in 0.001291877 sec. 2025.09.19 00:32:25.647889 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:25.647983 [ 5 ] {4e542134-7825-46a1-980c-9d8046a1418d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:25.648026 [ 5 ] {4e542134-7825-46a1-980c-9d8046a1418d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:25.648345 [ 5 ] {4e542134-7825-46a1-980c-9d8046a1418d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:25.648378 [ 5 ] {4e542134-7825-46a1-980c-9d8046a1418d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:25.648682 [ 5 ] {4e542134-7825-46a1-980c-9d8046a1418d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:32:25.648897 [ 5 ] {4e542134-7825-46a1-980c-9d8046a1418d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:25.649026 [ 5 ] {4e542134-7825-46a1-980c-9d8046a1418d} executeQuery: Read 12 rows, 848.00 B in 0.001062 sec., 11299.435028248587 rows/sec., 779.78 KiB/sec. 2025.09.19 00:32:25.649062 [ 5 ] {4e542134-7825-46a1-980c-9d8046a1418d} TCPHandler: Processed in 0.001231796 sec. 2025.09.19 00:32:27.265429 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5253 2025.09.19 00:32:27.265949 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:27.265998 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:27.266522 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:32:27.266770 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:27.266919 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5253 2025.09.19 00:32:27.266925 [ 152 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.19 00:32:27.267004 [ 152 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:27.267029 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:27.267204 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:32:27.267392 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:27.267429 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2821 rows starting from the beginning of the part 2025.09.19 00:32:27.267489 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2025.09.19 00:32:27.267531 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2025.09.19 00:32:27.267568 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:32:27.267606 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:32:27.267642 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:32:27.269051 [ 198 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5253 rows, containing 4 columns (4 merged, 0 gathered) in 0.001939175 sec., 2708883.932600204 rows/sec., 38.75 MiB/sec. 2025.09.19 00:32:27.269862 [ 192 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.19 00:32:27.270171 [ 192 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_11_2} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:27.270251 [ 192 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_11_2} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.19 00:32:27.270356 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.09.19 00:32:27.538856 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.09.19 00:32:27.556172 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:27.556233 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:27.562506 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:32:27.563194 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:27.563480 [ 152 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.19 00:32:27.563521 [ 152 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:27.563541 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:27.563647 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:32:27.566762 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.09.19 00:32:27.567779 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:27.569104 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:32:27.573551 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:32:27.577705 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:32:27.581876 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:32:27.586497 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:32:27.590860 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:32:27.643661 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.080054188 sec., 1036.79772506093 rows/sec., 5.36 MiB/sec. 2025.09.19 00:32:27.645549 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.19 00:32:27.647409 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_11_2} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:27.647511 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_11_2} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.19 00:32:27.648891 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.09.19 00:32:28.000209 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 210.11 MiB, peak 219.99 MiB, free memory in arenas 0.00 B, will set to 219.95 MiB (RSS), difference: 9.84 MiB 2025.09.19 00:32:30.659144 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:30.659333 [ 5 ] {dd8a8e34-e08f-4834-a024-bd09fbf153ce} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:32:30.659404 [ 5 ] {dd8a8e34-e08f-4834-a024-bd09fbf153ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:32:30.660232 [ 5 ] {dd8a8e34-e08f-4834-a024-bd09fbf153ce} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:30.660273 [ 5 ] {dd8a8e34-e08f-4834-a024-bd09fbf153ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:30.660700 [ 5 ] {dd8a8e34-e08f-4834-a024-bd09fbf153ce} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:32:30.660933 [ 5 ] {dd8a8e34-e08f-4834-a024-bd09fbf153ce} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:30.661088 [ 5 ] {dd8a8e34-e08f-4834-a024-bd09fbf153ce} executeQuery: Read 410 rows, 26.63 KiB in 0.001802 sec., 227524.97225305217 rows/sec., 14.43 MiB/sec. 2025.09.19 00:32:30.661138 [ 5 ] {dd8a8e34-e08f-4834-a024-bd09fbf153ce} TCPHandler: Processed in 0.002118098 sec. 2025.09.19 00:32:30.661271 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:30.661398 [ 5 ] {7c6d408b-81ff-48a6-95e5-4f46646a13ba} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:30.661453 [ 5 ] {7c6d408b-81ff-48a6-95e5-4f46646a13ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:30.662494 [ 5 ] {7c6d408b-81ff-48a6-95e5-4f46646a13ba} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:30.662531 [ 5 ] {7c6d408b-81ff-48a6-95e5-4f46646a13ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:30.662938 [ 5 ] {7c6d408b-81ff-48a6-95e5-4f46646a13ba} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:32:30.663185 [ 5 ] {7c6d408b-81ff-48a6-95e5-4f46646a13ba} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:30.663324 [ 5 ] {7c6d408b-81ff-48a6-95e5-4f46646a13ba} executeQuery: Read 1112 rows, 89.80 KiB in 0.001956 sec., 568507.1574642127 rows/sec., 44.83 MiB/sec. 2025.09.19 00:32:30.663365 [ 5 ] {7c6d408b-81ff-48a6-95e5-4f46646a13ba} TCPHandler: Processed in 0.002157098 sec. 2025.09.19 00:32:30.663478 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:30.663573 [ 5 ] {98d18195-4f06-45c7-89b5-0c090e8447dd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:30.663613 [ 5 ] {98d18195-4f06-45c7-89b5-0c090e8447dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:30.664095 [ 5 ] {98d18195-4f06-45c7-89b5-0c090e8447dd} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:30.664130 [ 5 ] {98d18195-4f06-45c7-89b5-0c090e8447dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:30.664440 [ 5 ] {98d18195-4f06-45c7-89b5-0c090e8447dd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:32:30.664649 [ 5 ] {98d18195-4f06-45c7-89b5-0c090e8447dd} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:30.664776 [ 5 ] {98d18195-4f06-45c7-89b5-0c090e8447dd} executeQuery: Read 205 rows, 12.32 KiB in 0.001223 sec., 167620.60506950124 rows/sec., 9.83 MiB/sec. 2025.09.19 00:32:30.664813 [ 5 ] {98d18195-4f06-45c7-89b5-0c090e8447dd} TCPHandler: Processed in 0.001383669 sec. 2025.09.19 00:32:30.664919 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:30.665013 [ 5 ] {866da574-5947-419f-b93f-78b7ec1ee947} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:32:30.665052 [ 5 ] {866da574-5947-419f-b93f-78b7ec1ee947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:32:30.665544 [ 5 ] {866da574-5947-419f-b93f-78b7ec1ee947} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:30.665581 [ 5 ] {866da574-5947-419f-b93f-78b7ec1ee947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:30.665933 [ 5 ] {866da574-5947-419f-b93f-78b7ec1ee947} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:32:30.666156 [ 5 ] {866da574-5947-419f-b93f-78b7ec1ee947} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:30.666290 [ 5 ] {866da574-5947-419f-b93f-78b7ec1ee947} executeQuery: Read 212 rows, 14.00 KiB in 0.001295 sec., 163706.56370656373 rows/sec., 10.56 MiB/sec. 2025.09.19 00:32:30.666328 [ 5 ] {866da574-5947-419f-b93f-78b7ec1ee947} TCPHandler: Processed in 0.001457159 sec. 2025.09.19 00:32:30.666441 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:30.666539 [ 5 ] {17f37ee1-2358-4dce-9c0b-e5e7c46699e8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:32:30.666579 [ 5 ] {17f37ee1-2358-4dce-9c0b-e5e7c46699e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:32:30.667052 [ 5 ] {17f37ee1-2358-4dce-9c0b-e5e7c46699e8} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:30.667088 [ 5 ] {17f37ee1-2358-4dce-9c0b-e5e7c46699e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:30.667406 [ 5 ] {17f37ee1-2358-4dce-9c0b-e5e7c46699e8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:32:30.667620 [ 5 ] {17f37ee1-2358-4dce-9c0b-e5e7c46699e8} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:30.667746 [ 5 ] {17f37ee1-2358-4dce-9c0b-e5e7c46699e8} executeQuery: Read 211 rows, 12.27 KiB in 0.001227 sec., 171964.1401792991 rows/sec., 9.77 MiB/sec. 2025.09.19 00:32:30.667784 [ 5 ] {17f37ee1-2358-4dce-9c0b-e5e7c46699e8} TCPHandler: Processed in 0.001392608 sec. 2025.09.19 00:32:30.667886 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:30.667980 [ 5 ] {e078b2ab-3c36-441a-80b5-0da335553f69} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:30.668023 [ 5 ] {e078b2ab-3c36-441a-80b5-0da335553f69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:30.668700 [ 5 ] {e078b2ab-3c36-441a-80b5-0da335553f69} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:30.668735 [ 5 ] {e078b2ab-3c36-441a-80b5-0da335553f69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:30.669077 [ 5 ] {e078b2ab-3c36-441a-80b5-0da335553f69} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:32:30.669297 [ 5 ] {e078b2ab-3c36-441a-80b5-0da335553f69} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:30.669427 [ 5 ] {e078b2ab-3c36-441a-80b5-0da335553f69} executeQuery: Read 679 rows, 48.47 KiB in 0.001466 sec., 463165.0750341064 rows/sec., 32.29 MiB/sec. 2025.09.19 00:32:30.669465 [ 5 ] {e078b2ab-3c36-441a-80b5-0da335553f69} TCPHandler: Processed in 0.001627302 sec. 2025.09.19 00:32:30.669576 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:30.669670 [ 5 ] {4eb1e3a6-b2fb-49b3-ac61-820b3c9f9f30} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:32:30.669712 [ 5 ] {4eb1e3a6-b2fb-49b3-ac61-820b3c9f9f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:32:30.670044 [ 5 ] {4eb1e3a6-b2fb-49b3-ac61-820b3c9f9f30} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:30.670078 [ 5 ] {4eb1e3a6-b2fb-49b3-ac61-820b3c9f9f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:30.670373 [ 5 ] {4eb1e3a6-b2fb-49b3-ac61-820b3c9f9f30} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:32:30.670576 [ 5 ] {4eb1e3a6-b2fb-49b3-ac61-820b3c9f9f30} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:30.670662 [ 149 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.19 00:32:30.670696 [ 149 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:30.670702 [ 5 ] {4eb1e3a6-b2fb-49b3-ac61-820b3c9f9f30} executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. 2025.09.19 00:32:30.670714 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:30.670740 [ 5 ] {4eb1e3a6-b2fb-49b3-ac61-820b3c9f9f30} TCPHandler: Processed in 0.001215876 sec. 2025.09.19 00:32:30.670807 [ 197 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:32:30.670846 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:30.670901 [ 197 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:30.670935 [ 197 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.09.19 00:32:30.670943 [ 5 ] {9be66116-15ca-4865-828e-3e4662a3d733} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:30.670987 [ 5 ] {9be66116-15ca-4865-828e-3e4662a3d733} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:30.670996 [ 197 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.09.19 00:32:30.671046 [ 197 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.09.19 00:32:30.671090 [ 197 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.09.19 00:32:30.671132 [ 197 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.09.19 00:32:30.671176 [ 197 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.09.19 00:32:30.671431 [ 5 ] {9be66116-15ca-4865-828e-3e4662a3d733} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:30.671466 [ 5 ] {9be66116-15ca-4865-828e-3e4662a3d733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:30.671887 [ 196 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001114095 sec., 32313.22284006301 rows/sec., 1.65 MiB/sec. 2025.09.19 00:32:30.671963 [ 5 ] {9be66116-15ca-4865-828e-3e4662a3d733} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:32:30.672176 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.19 00:32:30.672210 [ 5 ] {9be66116-15ca-4865-828e-3e4662a3d733} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:30.672362 [ 5 ] {9be66116-15ca-4865-828e-3e4662a3d733} executeQuery: Read 314 rows, 21.12 KiB in 0.001438 sec., 218358.83171070932 rows/sec., 14.34 MiB/sec. 2025.09.19 00:32:30.672400 [ 5 ] {9be66116-15ca-4865-828e-3e4662a3d733} TCPHandler: Processed in 0.001602211 sec. 2025.09.19 00:32:30.672522 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:30.672565 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_6_1} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:30.672642 [ 5 ] {c9dfbb95-3405-4be5-9af7-dc39f8511fa8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:32:30.672654 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_6_1} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.19 00:32:30.672703 [ 5 ] {c9dfbb95-3405-4be5-9af7-dc39f8511fa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:32:30.672767 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.19 00:32:30.673081 [ 5 ] {c9dfbb95-3405-4be5-9af7-dc39f8511fa8} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:30.673129 [ 5 ] {c9dfbb95-3405-4be5-9af7-dc39f8511fa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:30.673493 [ 5 ] {c9dfbb95-3405-4be5-9af7-dc39f8511fa8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:32:30.673706 [ 5 ] {c9dfbb95-3405-4be5-9af7-dc39f8511fa8} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:30.673845 [ 5 ] {c9dfbb95-3405-4be5-9af7-dc39f8511fa8} executeQuery: Read 1 rows, 69.00 B in 0.001228 sec., 814.3322475570033 rows/sec., 54.87 KiB/sec. 2025.09.19 00:32:30.673881 [ 5 ] {c9dfbb95-3405-4be5-9af7-dc39f8511fa8} TCPHandler: Processed in 0.001420788 sec. 2025.09.19 00:32:30.673984 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:30.674077 [ 5 ] {c08f2a5c-df8b-4868-b3ed-480ae4dd354b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:30.674120 [ 5 ] {c08f2a5c-df8b-4868-b3ed-480ae4dd354b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:30.674457 [ 5 ] {c08f2a5c-df8b-4868-b3ed-480ae4dd354b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:30.674494 [ 5 ] {c08f2a5c-df8b-4868-b3ed-480ae4dd354b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.09.19 00:32:30.674839 [ 5 ] {c08f2a5c-df8b-4868-b3ed-480ae4dd354b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:32:30.675058 [ 5 ] {c08f2a5c-df8b-4868-b3ed-480ae4dd354b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:30.675192 [ 5 ] {c08f2a5c-df8b-4868-b3ed-480ae4dd354b} executeQuery: Read 104 rows, 6.53 KiB in 0.001133 sec., 91791.70344218888 rows/sec., 5.62 MiB/sec. 2025.09.19 00:32:30.675229 [ 5 ] {c08f2a5c-df8b-4868-b3ed-480ae4dd354b} TCPHandler: Processed in 0.001294427 sec. 2025.09.19 00:32:34.702592 [ 145 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:32:34.702679 [ 145 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:32:34.767968 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5701 2025.09.19 00:32:34.768471 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:34.768523 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:34.769018 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:32:34.769257 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:34.769399 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5701 2025.09.19 00:32:34.771975 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 420 2025.09.19 00:32:34.774223 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:34.774274 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:34.775494 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:34.775792 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:34.776160 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 420 2025.09.19 00:32:35.067796 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.09.19 00:32:35.083656 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:35.083714 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:35.089650 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:32:35.090353 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:35.093052 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.09.19 00:32:35.650398 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:35.650573 [ 5 ] {eeb76df7-bf38-45bd-97bf-50d3905b287a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:35.650673 [ 5 ] {eeb76df7-bf38-45bd-97bf-50d3905b287a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:35.651490 [ 5 ] {eeb76df7-bf38-45bd-97bf-50d3905b287a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:35.651534 [ 5 ] {eeb76df7-bf38-45bd-97bf-50d3905b287a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:35.651944 [ 5 ] {eeb76df7-bf38-45bd-97bf-50d3905b287a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:32:35.652171 [ 5 ] {eeb76df7-bf38-45bd-97bf-50d3905b287a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:35.652305 [ 144 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.19 00:32:35.652324 [ 5 ] {eeb76df7-bf38-45bd-97bf-50d3905b287a} executeQuery: Read 140 rows, 12.42 KiB in 0.001803 sec., 77648.3638380477 rows/sec., 6.73 MiB/sec. 2025.09.19 00:32:35.652374 [ 144 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:35.652387 [ 5 ] {eeb76df7-bf38-45bd-97bf-50d3905b287a} TCPHandler: Processed in 0.002113128 sec. 2025.09.19 00:32:35.652435 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:35.652539 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:32:35.652564 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:35.652624 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:35.652653 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1192 rows starting from the beginning of the part 2025.09.19 00:32:35.652659 [ 5 ] {86b9540e-68fe-46f7-8636-294345957175} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:35.652701 [ 5 ] {86b9540e-68fe-46f7-8636-294345957175} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:35.652709 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:32:35.652755 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1287 rows starting from the beginning of the part 2025.09.19 00:32:35.652799 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2025.09.19 00:32:35.652837 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:32:35.652873 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 140 rows starting from the beginning of the part 2025.09.19 00:32:35.653144 [ 5 ] {86b9540e-68fe-46f7-8636-294345957175} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:35.653181 [ 5 ] {86b9540e-68fe-46f7-8636-294345957175} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:35.653553 [ 5 ] {86b9540e-68fe-46f7-8636-294345957175} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:32:35.653766 [ 5 ] {86b9540e-68fe-46f7-8636-294345957175} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:35.653897 [ 5 ] {86b9540e-68fe-46f7-8636-294345957175} executeQuery: Read 42 rows, 3.16 KiB in 0.001257 sec., 33412.88782816229 rows/sec., 2.45 MiB/sec. 2025.09.19 00:32:35.653935 [ 5 ] {86b9540e-68fe-46f7-8636-294345957175} TCPHandler: Processed in 0.001422698 sec. 2025.09.19 00:32:35.654052 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:35.654146 [ 5 ] {10721396-7bda-44c1-92fc-1deaf3ff83ad} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:35.654184 [ 5 ] {10721396-7bda-44c1-92fc-1deaf3ff83ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:35.654613 [ 5 ] {10721396-7bda-44c1-92fc-1deaf3ff83ad} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:35.654650 [ 5 ] {10721396-7bda-44c1-92fc-1deaf3ff83ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:35.654953 [ 5 ] {10721396-7bda-44c1-92fc-1deaf3ff83ad} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:32:35.655170 [ 5 ] {10721396-7bda-44c1-92fc-1deaf3ff83ad} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:35.655277 [ 144 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.19 00:32:35.655297 [ 5 ] {10721396-7bda-44c1-92fc-1deaf3ff83ad} executeQuery: Read 106 rows, 8.48 KiB in 0.001169 sec., 90675.79127459368 rows/sec., 7.08 MiB/sec. 2025.09.19 00:32:35.655335 [ 144 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:35.655347 [ 5 ] {10721396-7bda-44c1-92fc-1deaf3ff83ad} TCPHandler: Processed in 0.001345488 sec. 2025.09.19 00:32:35.655374 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:35.655480 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:35.655517 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:32:35.655579 [ 5 ] {310fb1df-15bb-427a-831b-bf63d7e43267} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:35.655626 [ 5 ] {310fb1df-15bb-427a-831b-bf63d7e43267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:35.655673 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:35.655718 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 746 rows starting from the beginning of the part 2025.09.19 00:32:35.655823 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 679 rows starting from the beginning of the part 2025.09.19 00:32:35.655883 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 576 rows starting from the beginning of the part 2025.09.19 00:32:35.655929 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2025.09.19 00:32:35.655977 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 679 rows starting from the beginning of the part 2025.09.19 00:32:35.656022 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 106 rows starting from the beginning of the part 2025.09.19 00:32:35.656113 [ 5 ] {310fb1df-15bb-427a-831b-bf63d7e43267} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:35.656153 [ 5 ] {310fb1df-15bb-427a-831b-bf63d7e43267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:35.659609 [ 5 ] {310fb1df-15bb-427a-831b-bf63d7e43267} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:32:35.659717 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4899 rows, containing 5 columns (5 merged, 0 gathered) in 0.007213785 sec., 679116.4416460984 rows/sec., 57.11 MiB/sec. 2025.09.19 00:32:35.659851 [ 5 ] {310fb1df-15bb-427a-831b-bf63d7e43267} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:35.659978 [ 140 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.19 00:32:35.659995 [ 5 ] {310fb1df-15bb-427a-831b-bf63d7e43267} executeQuery: Read 160 rows, 11.41 KiB in 0.004435 sec., 36076.66290868095 rows/sec., 2.51 MiB/sec. 2025.09.19 00:32:35.660025 [ 140 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:35.660041 [ 5 ] {310fb1df-15bb-427a-831b-bf63d7e43267} TCPHandler: Processed in 0.00461023 sec. 2025.09.19 00:32:35.660056 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:35.660056 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.19 00:32:35.660165 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:35.660183 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:32:35.660258 [ 5 ] {817af7ce-035e-4696-ad22-d99d3a365736} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:35.660316 [ 5 ] {817af7ce-035e-4696-ad22-d99d3a365736} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:32:35.660327 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:35.660367 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_16_3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:35.660369 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2286 rows starting from the beginning of the part 2025.09.19 00:32:35.660447 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_16_3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.19 00:32:35.660482 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 314 rows starting from the beginning of the part 2025.09.19 00:32:35.660517 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2025.09.19 00:32:35.660533 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2607 rows starting from the beginning of the part 2025.09.19 00:32:35.660579 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:32:35.660599 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2850 rows, containing 5 columns (5 merged, 0 gathered) in 0.005146367 sec., 553788.7212474353 rows/sec., 41.64 MiB/sec. 2025.09.19 00:32:35.660619 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 314 rows starting from the beginning of the part 2025.09.19 00:32:35.660660 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:32:35.660867 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.19 00:32:35.661179 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_16_3} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:35.661195 [ 5 ] {817af7ce-035e-4696-ad22-d99d3a365736} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:35.661239 [ 5 ] {817af7ce-035e-4696-ad22-d99d3a365736} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:35.661264 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_16_3} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.19 00:32:35.661376 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2025.09.19 00:32:35.661840 [ 5 ] {817af7ce-035e-4696-ad22-d99d3a365736} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:35.662065 [ 5 ] {817af7ce-035e-4696-ad22-d99d3a365736} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:35.662206 [ 5 ] {817af7ce-035e-4696-ad22-d99d3a365736} executeQuery: Read 42 rows, 77.07 KiB in 0.001966 sec., 21363.173957273655 rows/sec., 38.28 MiB/sec. 2025.09.19 00:32:35.662258 [ 5 ] {817af7ce-035e-4696-ad22-d99d3a365736} TCPHandler: Processed in 0.002143518 sec. 2025.09.19 00:32:35.662377 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:35.662471 [ 5 ] {fe092751-be33-4856-aa6a-c3fdda51c2a0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:35.662512 [ 5 ] {fe092751-be33-4856-aa6a-c3fdda51c2a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:35.662865 [ 5 ] {fe092751-be33-4856-aa6a-c3fdda51c2a0} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:35.662902 [ 5 ] {fe092751-be33-4856-aa6a-c3fdda51c2a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:35.663065 [ 191 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5713 rows, containing 5 columns (5 merged, 0 gathered) in 0.002942729 sec., 1941395.2151217458 rows/sec., 130.25 MiB/sec. 2025.09.19 00:32:35.663209 [ 5 ] {fe092751-be33-4856-aa6a-c3fdda51c2a0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:32:35.663431 [ 5 ] {fe092751-be33-4856-aa6a-c3fdda51c2a0} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:35.663440 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.19 00:32:35.663540 [ 140 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.19 00:32:35.663569 [ 5 ] {fe092751-be33-4856-aa6a-c3fdda51c2a0} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2025.09.19 00:32:35.663574 [ 140 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:35.663614 [ 5 ] {fe092751-be33-4856-aa6a-c3fdda51c2a0} TCPHandler: Processed in 0.001285337 sec. 2025.09.19 00:32:35.663616 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:35.663720 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:32:35.663734 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_16_3} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:35.663818 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_16_3} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.19 00:32:35.663829 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:35.663866 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 800 rows starting from the beginning of the part 2025.09.19 00:32:35.663904 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. 2025.09.19 00:32:35.663927 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 104 rows starting from the beginning of the part 2025.09.19 00:32:35.663973 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 48 rows starting from the beginning of the part 2025.09.19 00:32:35.664012 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2025.09.19 00:32:35.664050 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 104 rows starting from the beginning of the part 2025.09.19 00:32:35.664090 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:32:35.665019 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1128 rows, containing 4 columns (4 merged, 0 gathered) in 0.001333487 sec., 845902.509735753 rows/sec., 54.14 MiB/sec. 2025.09.19 00:32:35.665232 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.19 00:32:35.665498 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_16_3} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:35.665571 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_16_3} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.19 00:32:35.665645 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.09.19 00:32:36.000213 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 221.22 MiB, peak 228.24 MiB, free memory in arenas 0.00 B, will set to 222.35 MiB (RSS), difference: 1.13 MiB 2025.09.19 00:32:40.660727 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:40.660925 [ 5 ] {1323b65a-6b5d-4370-9467-e9f216188152} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:32:40.660997 [ 5 ] {1323b65a-6b5d-4370-9467-e9f216188152} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:32:40.661984 [ 5 ] {1323b65a-6b5d-4370-9467-e9f216188152} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:40.662036 [ 5 ] {1323b65a-6b5d-4370-9467-e9f216188152} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:40.662448 [ 5 ] {1323b65a-6b5d-4370-9467-e9f216188152} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:32:40.662680 [ 5 ] {1323b65a-6b5d-4370-9467-e9f216188152} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:40.662829 [ 5 ] {1323b65a-6b5d-4370-9467-e9f216188152} executeQuery: Read 410 rows, 26.63 KiB in 0.001926 sec., 212876.42782969886 rows/sec., 13.50 MiB/sec. 2025.09.19 00:32:40.662870 [ 5 ] {1323b65a-6b5d-4370-9467-e9f216188152} TCPHandler: Processed in 0.00225378 sec. 2025.09.19 00:32:40.663011 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:40.663106 [ 5 ] {a4171c6c-6e2f-4486-8040-3875318393ee} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:32:40.663148 [ 5 ] {a4171c6c-6e2f-4486-8040-3875318393ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:32:40.663550 [ 5 ] {a4171c6c-6e2f-4486-8040-3875318393ee} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:40.663588 [ 5 ] {a4171c6c-6e2f-4486-8040-3875318393ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:40.663882 [ 5 ] {a4171c6c-6e2f-4486-8040-3875318393ee} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:32:40.664092 [ 5 ] {a4171c6c-6e2f-4486-8040-3875318393ee} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:40.664223 [ 5 ] {a4171c6c-6e2f-4486-8040-3875318393ee} executeQuery: Read 2 rows, 167.00 B in 0.001136 sec., 1760.5633802816901 rows/sec., 143.56 KiB/sec. 2025.09.19 00:32:40.664261 [ 5 ] {a4171c6c-6e2f-4486-8040-3875318393ee} TCPHandler: Processed in 0.001303517 sec. 2025.09.19 00:32:40.664388 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:40.664482 [ 5 ] {03500b48-4e37-4b57-90f2-f343e0cf15ae} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:40.664521 [ 5 ] {03500b48-4e37-4b57-90f2-f343e0cf15ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:40.666014 [ 5 ] {03500b48-4e37-4b57-90f2-f343e0cf15ae} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:40.666084 [ 5 ] {03500b48-4e37-4b57-90f2-f343e0cf15ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:40.666560 [ 5 ] {03500b48-4e37-4b57-90f2-f343e0cf15ae} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:32:40.666793 [ 5 ] {03500b48-4e37-4b57-90f2-f343e0cf15ae} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:40.666958 [ 5 ] {03500b48-4e37-4b57-90f2-f343e0cf15ae} executeQuery: Read 1113 rows, 89.87 KiB in 0.002523 sec., 441141.498216409 rows/sec., 34.79 MiB/sec. 2025.09.19 00:32:40.667022 [ 5 ] {03500b48-4e37-4b57-90f2-f343e0cf15ae} TCPHandler: Processed in 0.002720436 sec. 2025.09.19 00:32:40.667155 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:40.667258 [ 5 ] {a3047e04-cd3b-4b72-a370-622f1f73945c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:40.667299 [ 5 ] {a3047e04-cd3b-4b72-a370-622f1f73945c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:40.667947 [ 5 ] {a3047e04-cd3b-4b72-a370-622f1f73945c} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:40.667986 [ 5 ] {a3047e04-cd3b-4b72-a370-622f1f73945c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:40.668330 [ 5 ] {a3047e04-cd3b-4b72-a370-622f1f73945c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:32:40.668558 [ 5 ] {a3047e04-cd3b-4b72-a370-622f1f73945c} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:40.668699 [ 5 ] {a3047e04-cd3b-4b72-a370-622f1f73945c} executeQuery: Read 207 rows, 12.46 KiB in 0.001407 sec., 147121.53518123666 rows/sec., 8.64 MiB/sec. 2025.09.19 00:32:40.668738 [ 5 ] {a3047e04-cd3b-4b72-a370-622f1f73945c} TCPHandler: Processed in 0.00159148 sec. 2025.09.19 00:32:40.668849 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:40.668944 [ 5 ] {7a3ebbf4-34a2-4cee-b6e3-146189ff06f1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:32:40.668985 [ 5 ] {7a3ebbf4-34a2-4cee-b6e3-146189ff06f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:32:40.669507 [ 5 ] {7a3ebbf4-34a2-4cee-b6e3-146189ff06f1} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:40.669544 [ 5 ] {7a3ebbf4-34a2-4cee-b6e3-146189ff06f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:40.669852 [ 5 ] {7a3ebbf4-34a2-4cee-b6e3-146189ff06f1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:40.670063 [ 5 ] {7a3ebbf4-34a2-4cee-b6e3-146189ff06f1} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:40.670193 [ 5 ] {7a3ebbf4-34a2-4cee-b6e3-146189ff06f1} executeQuery: Read 212 rows, 14.00 KiB in 0.001268 sec., 167192.429022082 rows/sec., 10.78 MiB/sec. 2025.09.19 00:32:40.670231 [ 5 ] {7a3ebbf4-34a2-4cee-b6e3-146189ff06f1} TCPHandler: Processed in 0.001432089 sec. 2025.09.19 00:32:40.670339 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:40.670432 [ 5 ] {9ce89180-e029-4906-b066-736fd240e31d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:32:40.670477 [ 5 ] {9ce89180-e029-4906-b066-736fd240e31d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:32:40.670982 [ 5 ] {9ce89180-e029-4906-b066-736fd240e31d} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:40.671019 [ 5 ] {9ce89180-e029-4906-b066-736fd240e31d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:40.671331 [ 5 ] {9ce89180-e029-4906-b066-736fd240e31d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:32:40.671546 [ 5 ] {9ce89180-e029-4906-b066-736fd240e31d} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:40.671668 [ 5 ] {9ce89180-e029-4906-b066-736fd240e31d} executeQuery: Read 211 rows, 12.27 KiB in 0.001268 sec., 166403.785488959 rows/sec., 9.45 MiB/sec. 2025.09.19 00:32:40.671703 [ 5 ] {9ce89180-e029-4906-b066-736fd240e31d} TCPHandler: Processed in 0.001429249 sec. 2025.09.19 00:32:40.671810 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:40.671896 [ 5 ] {a2356336-2207-4395-b14f-71085c3e4b73} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:40.671933 [ 5 ] {a2356336-2207-4395-b14f-71085c3e4b73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:40.672693 [ 5 ] {a2356336-2207-4395-b14f-71085c3e4b73} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:40.672728 [ 5 ] {a2356336-2207-4395-b14f-71085c3e4b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:40.673064 [ 5 ] {a2356336-2207-4395-b14f-71085c3e4b73} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:32:40.673270 [ 5 ] {a2356336-2207-4395-b14f-71085c3e4b73} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:40.673399 [ 5 ] {a2356336-2207-4395-b14f-71085c3e4b73} executeQuery: Read 681 rows, 48.63 KiB in 0.001491 sec., 456740.44265593565 rows/sec., 31.85 MiB/sec. 2025.09.19 00:32:40.673435 [ 5 ] {a2356336-2207-4395-b14f-71085c3e4b73} TCPHandler: Processed in 0.001651882 sec. 2025.09.19 00:32:40.673551 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:40.673645 [ 5 ] {62b73f42-52fa-4c0a-ba7a-cd1b658a5eef} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:32:40.673686 [ 5 ] {62b73f42-52fa-4c0a-ba7a-cd1b658a5eef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:32:40.674032 [ 5 ] {62b73f42-52fa-4c0a-ba7a-cd1b658a5eef} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:40.674067 [ 5 ] {62b73f42-52fa-4c0a-ba7a-cd1b658a5eef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:40.674354 [ 5 ] {62b73f42-52fa-4c0a-ba7a-cd1b658a5eef} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:32:40.674561 [ 5 ] {62b73f42-52fa-4c0a-ba7a-cd1b658a5eef} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:40.674687 [ 5 ] {62b73f42-52fa-4c0a-ba7a-cd1b658a5eef} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2025.09.19 00:32:40.674723 [ 5 ] {62b73f42-52fa-4c0a-ba7a-cd1b658a5eef} TCPHandler: Processed in 0.001221346 sec. 2025.09.19 00:32:40.674828 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:40.674922 [ 5 ] {931bba59-3c92-4ac8-a8db-cc0c980262b6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:40.674963 [ 5 ] {931bba59-3c92-4ac8-a8db-cc0c980262b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:40.675418 [ 5 ] {931bba59-3c92-4ac8-a8db-cc0c980262b6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:40.675454 [ 5 ] {931bba59-3c92-4ac8-a8db-cc0c980262b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:40.675781 [ 5 ] {931bba59-3c92-4ac8-a8db-cc0c980262b6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:32:40.675987 [ 5 ] {931bba59-3c92-4ac8-a8db-cc0c980262b6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:40.676116 [ 5 ] {931bba59-3c92-4ac8-a8db-cc0c980262b6} executeQuery: Read 315 rows, 21.19 KiB in 0.001213 sec., 259686.72712283593 rows/sec., 17.06 MiB/sec. 2025.09.19 00:32:40.676153 [ 5 ] {931bba59-3c92-4ac8-a8db-cc0c980262b6} TCPHandler: Processed in 0.001372698 sec. 2025.09.19 00:32:40.676262 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:40.676355 [ 5 ] {5e07cf0c-ee30-46a0-81c4-b0edfeb345af} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:32:40.676395 [ 5 ] {5e07cf0c-ee30-46a0-81c4-b0edfeb345af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:32:40.676706 [ 5 ] {5e07cf0c-ee30-46a0-81c4-b0edfeb345af} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:40.676747 [ 5 ] {5e07cf0c-ee30-46a0-81c4-b0edfeb345af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:40.677043 [ 5 ] {5e07cf0c-ee30-46a0-81c4-b0edfeb345af} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:32:40.677250 [ 5 ] {5e07cf0c-ee30-46a0-81c4-b0edfeb345af} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:40.677377 [ 5 ] {5e07cf0c-ee30-46a0-81c4-b0edfeb345af} executeQuery: Read 1 rows, 69.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 64.79 KiB/sec. 2025.09.19 00:32:40.677411 [ 5 ] {5e07cf0c-ee30-46a0-81c4-b0edfeb345af} TCPHandler: Processed in 0.001197686 sec. 2025.09.19 00:32:40.677517 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:40.677608 [ 5 ] {011d219a-b1f6-485f-89d2-b43df7a1495d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:40.677645 [ 5 ] {011d219a-b1f6-485f-89d2-b43df7a1495d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:40.677961 [ 5 ] {011d219a-b1f6-485f-89d2-b43df7a1495d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:40.677995 [ 5 ] {011d219a-b1f6-485f-89d2-b43df7a1495d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:40.678275 [ 5 ] {011d219a-b1f6-485f-89d2-b43df7a1495d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:32:40.678539 [ 5 ] {011d219a-b1f6-485f-89d2-b43df7a1495d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:40.678690 [ 5 ] {011d219a-b1f6-485f-89d2-b43df7a1495d} executeQuery: Read 104 rows, 6.53 KiB in 0.001089 sec., 95500.45913682278 rows/sec., 5.85 MiB/sec. 2025.09.19 00:32:40.678732 [ 5 ] {011d219a-b1f6-485f-89d2-b43df7a1495d} TCPHandler: Processed in 0.001259266 sec. 2025.09.19 00:32:42.269847 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6213 2025.09.19 00:32:42.270334 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:42.270366 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:42.270914 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:32:42.271152 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:42.271280 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6213 2025.09.19 00:32:42.593525 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.09.19 00:32:42.610859 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:42.610924 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:42.616564 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:32:42.617242 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:42.620250 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.09.19 00:32:44.776725 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 454 2025.09.19 00:32:44.779050 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:44.779106 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:44.780294 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:32:44.780578 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:44.780955 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 454 2025.09.19 00:32:45.651484 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:45.651654 [ 5 ] {8192cd83-8ba3-4515-94cb-648fdce66cb0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:45.651719 [ 5 ] {8192cd83-8ba3-4515-94cb-648fdce66cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:45.652444 [ 5 ] {8192cd83-8ba3-4515-94cb-648fdce66cb0} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:45.652491 [ 5 ] {8192cd83-8ba3-4515-94cb-648fdce66cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:45.652875 [ 5 ] {8192cd83-8ba3-4515-94cb-648fdce66cb0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:32:45.653097 [ 5 ] {8192cd83-8ba3-4515-94cb-648fdce66cb0} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:45.653253 [ 5 ] {8192cd83-8ba3-4515-94cb-648fdce66cb0} executeQuery: Read 140 rows, 12.42 KiB in 0.001644 sec., 85158.15085158151 rows/sec., 7.38 MiB/sec. 2025.09.19 00:32:45.653295 [ 5 ] {8192cd83-8ba3-4515-94cb-648fdce66cb0} TCPHandler: Processed in 0.001940185 sec. 2025.09.19 00:32:45.653420 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:45.653514 [ 5 ] {5aefc9d1-c485-4ad4-8046-882c7fecde64} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:45.653557 [ 5 ] {5aefc9d1-c485-4ad4-8046-882c7fecde64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:45.653976 [ 5 ] {5aefc9d1-c485-4ad4-8046-882c7fecde64} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:45.654013 [ 5 ] {5aefc9d1-c485-4ad4-8046-882c7fecde64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:45.654326 [ 5 ] {5aefc9d1-c485-4ad4-8046-882c7fecde64} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:32:45.654532 [ 5 ] {5aefc9d1-c485-4ad4-8046-882c7fecde64} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:45.654638 [ 128 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.19 00:32:45.654663 [ 5 ] {5aefc9d1-c485-4ad4-8046-882c7fecde64} executeQuery: Read 42 rows, 3.16 KiB in 0.001167 sec., 35989.71722365038 rows/sec., 2.64 MiB/sec. 2025.09.19 00:32:45.654705 [ 128 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:45.654725 [ 5 ] {5aefc9d1-c485-4ad4-8046-882c7fecde64} TCPHandler: Processed in 0.001355278 sec. 2025.09.19 00:32:45.654732 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:45.654859 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:45.654882 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:32:45.654958 [ 5 ] {18080da1-718b-4572-888d-2fca5dbe6c29} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:45.655003 [ 5 ] {18080da1-718b-4572-888d-2fca5dbe6c29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:45.655015 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:45.655052 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 254 rows starting from the beginning of the part 2025.09.19 00:32:45.655116 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2025.09.19 00:32:45.655159 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 205 rows starting from the beginning of the part 2025.09.19 00:32:45.655198 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part 2025.09.19 00:32:45.655235 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 207 rows starting from the beginning of the part 2025.09.19 00:32:45.655273 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part 2025.09.19 00:32:45.655449 [ 5 ] {18080da1-718b-4572-888d-2fca5dbe6c29} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:45.655490 [ 5 ] {18080da1-718b-4572-888d-2fca5dbe6c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:45.655818 [ 5 ] {18080da1-718b-4572-888d-2fca5dbe6c29} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:32:45.656040 [ 5 ] {18080da1-718b-4572-888d-2fca5dbe6c29} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:45.656169 [ 191 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 806 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349518 sec., 597250.2775064874 rows/sec., 39.30 MiB/sec. 2025.09.19 00:32:45.656186 [ 5 ] {18080da1-718b-4572-888d-2fca5dbe6c29} executeQuery: Read 106 rows, 8.48 KiB in 0.001246 sec., 85072.23113964687 rows/sec., 6.65 MiB/sec. 2025.09.19 00:32:45.656231 [ 5 ] {18080da1-718b-4572-888d-2fca5dbe6c29} TCPHandler: Processed in 0.001424449 sec. 2025.09.19 00:32:45.656311 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.19 00:32:45.656345 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:45.656442 [ 5 ] {a5910b0d-714e-4130-8ac8-5cf967ba9c06} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:45.656489 [ 5 ] {a5910b0d-714e-4130-8ac8-5cf967ba9c06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:45.656573 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_16_3} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:45.656649 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_16_3} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.19 00:32:45.656722 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:32:45.656919 [ 5 ] {a5910b0d-714e-4130-8ac8-5cf967ba9c06} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:45.656961 [ 5 ] {a5910b0d-714e-4130-8ac8-5cf967ba9c06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:45.657299 [ 5 ] {a5910b0d-714e-4130-8ac8-5cf967ba9c06} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:32:45.657505 [ 5 ] {a5910b0d-714e-4130-8ac8-5cf967ba9c06} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:45.657643 [ 5 ] {a5910b0d-714e-4130-8ac8-5cf967ba9c06} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2025.09.19 00:32:45.657679 [ 5 ] {a5910b0d-714e-4130-8ac8-5cf967ba9c06} TCPHandler: Processed in 0.001384238 sec. 2025.09.19 00:32:45.657785 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:45.657879 [ 5 ] {0d0cb202-1821-4d69-a854-ce38700cb751} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:45.657934 [ 5 ] {0d0cb202-1821-4d69-a854-ce38700cb751} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:32:45.658797 [ 5 ] {0d0cb202-1821-4d69-a854-ce38700cb751} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:45.658833 [ 5 ] {0d0cb202-1821-4d69-a854-ce38700cb751} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:45.659393 [ 5 ] {0d0cb202-1821-4d69-a854-ce38700cb751} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:32:45.659621 [ 5 ] {0d0cb202-1821-4d69-a854-ce38700cb751} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:45.659755 [ 5 ] {0d0cb202-1821-4d69-a854-ce38700cb751} executeQuery: Read 42 rows, 77.07 KiB in 0.001894 sec., 22175.290390707498 rows/sec., 39.74 MiB/sec. 2025.09.19 00:32:45.659814 [ 5 ] {0d0cb202-1821-4d69-a854-ce38700cb751} TCPHandler: Processed in 0.002077417 sec. 2025.09.19 00:32:45.659932 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:45.660034 [ 5 ] {8c019486-95f2-483c-85fd-c93447ad29c8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:45.660078 [ 5 ] {8c019486-95f2-483c-85fd-c93447ad29c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:45.660419 [ 5 ] {8c019486-95f2-483c-85fd-c93447ad29c8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:45.660455 [ 5 ] {8c019486-95f2-483c-85fd-c93447ad29c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:45.660753 [ 5 ] {8c019486-95f2-483c-85fd-c93447ad29c8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:32:45.660954 [ 5 ] {8c019486-95f2-483c-85fd-c93447ad29c8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:45.661090 [ 5 ] {8c019486-95f2-483c-85fd-c93447ad29c8} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.09.19 00:32:45.661126 [ 5 ] {8c019486-95f2-483c-85fd-c93447ad29c8} TCPHandler: Processed in 0.001245107 sec. 2025.09.19 00:32:49.702932 [ 121 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:32:49.703004 [ 121 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:32:49.772099 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6661 2025.09.19 00:32:49.772594 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:49.772638 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:49.773125 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:32:49.773363 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:49.773500 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6661 2025.09.19 00:32:50.121029 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.09.19 00:32:50.138103 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:50.138167 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:50.144326 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:32:50.144997 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:50.147811 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.09.19 00:32:50.660848 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:50.661029 [ 5 ] {ff701c34-c4ba-4d73-bdb1-b96361b6ca55} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:32:50.661103 [ 5 ] {ff701c34-c4ba-4d73-bdb1-b96361b6ca55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:32:50.662003 [ 5 ] {ff701c34-c4ba-4d73-bdb1-b96361b6ca55} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:50.662049 [ 5 ] {ff701c34-c4ba-4d73-bdb1-b96361b6ca55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:50.662444 [ 5 ] {ff701c34-c4ba-4d73-bdb1-b96361b6ca55} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:50.662696 [ 5 ] {ff701c34-c4ba-4d73-bdb1-b96361b6ca55} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:50.662852 [ 5 ] {ff701c34-c4ba-4d73-bdb1-b96361b6ca55} executeQuery: Read 410 rows, 26.63 KiB in 0.001876 sec., 218550.1066098081 rows/sec., 13.86 MiB/sec. 2025.09.19 00:32:50.662893 [ 5 ] {ff701c34-c4ba-4d73-bdb1-b96361b6ca55} TCPHandler: Processed in 0.002171739 sec. 2025.09.19 00:32:50.663024 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:50.663122 [ 5 ] {fff3d81e-fb67-4a63-8348-8046e9747ed9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:50.663167 [ 5 ] {fff3d81e-fb67-4a63-8348-8046e9747ed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:50.664278 [ 5 ] {fff3d81e-fb67-4a63-8348-8046e9747ed9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:50.664313 [ 5 ] {fff3d81e-fb67-4a63-8348-8046e9747ed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:50.664703 [ 5 ] {fff3d81e-fb67-4a63-8348-8046e9747ed9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:32:50.664916 [ 5 ] {fff3d81e-fb67-4a63-8348-8046e9747ed9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:50.665043 [ 5 ] {fff3d81e-fb67-4a63-8348-8046e9747ed9} executeQuery: Read 1112 rows, 89.80 KiB in 0.00194 sec., 573195.8762886598 rows/sec., 45.20 MiB/sec. 2025.09.19 00:32:50.665080 [ 5 ] {fff3d81e-fb67-4a63-8348-8046e9747ed9} TCPHandler: Processed in 0.002112737 sec. 2025.09.19 00:32:50.665197 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:50.665290 [ 5 ] {b6061b22-caab-4b29-9697-029d0ce2b56d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:50.665330 [ 5 ] {b6061b22-caab-4b29-9697-029d0ce2b56d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:50.665836 [ 5 ] {b6061b22-caab-4b29-9697-029d0ce2b56d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:50.665872 [ 5 ] {b6061b22-caab-4b29-9697-029d0ce2b56d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:50.666190 [ 5 ] {b6061b22-caab-4b29-9697-029d0ce2b56d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:32:50.666406 [ 5 ] {b6061b22-caab-4b29-9697-029d0ce2b56d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:50.666539 [ 5 ] {b6061b22-caab-4b29-9697-029d0ce2b56d} executeQuery: Read 205 rows, 12.32 KiB in 0.001267 sec., 161799.52644041044 rows/sec., 9.49 MiB/sec. 2025.09.19 00:32:50.666575 [ 5 ] {b6061b22-caab-4b29-9697-029d0ce2b56d} TCPHandler: Processed in 0.001428809 sec. 2025.09.19 00:32:50.666678 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:50.666772 [ 5 ] {6c55a0d1-067a-47e8-bb23-2a40cd3ed603} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:32:50.666813 [ 5 ] {6c55a0d1-067a-47e8-bb23-2a40cd3ed603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:32:50.667321 [ 5 ] {6c55a0d1-067a-47e8-bb23-2a40cd3ed603} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:50.667356 [ 5 ] {6c55a0d1-067a-47e8-bb23-2a40cd3ed603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:50.667665 [ 5 ] {6c55a0d1-067a-47e8-bb23-2a40cd3ed603} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:32:50.667889 [ 5 ] {6c55a0d1-067a-47e8-bb23-2a40cd3ed603} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:50.668020 [ 5 ] {6c55a0d1-067a-47e8-bb23-2a40cd3ed603} executeQuery: Read 212 rows, 14.00 KiB in 0.001265 sec., 167588.9328063241 rows/sec., 10.81 MiB/sec. 2025.09.19 00:32:50.668056 [ 5 ] {6c55a0d1-067a-47e8-bb23-2a40cd3ed603} TCPHandler: Processed in 0.001427308 sec. 2025.09.19 00:32:50.668158 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:50.668251 [ 5 ] {5b54f310-2266-498b-b404-f653536ca4ac} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:32:50.668292 [ 5 ] {5b54f310-2266-498b-b404-f653536ca4ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:32:50.668788 [ 5 ] {5b54f310-2266-498b-b404-f653536ca4ac} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:50.668825 [ 5 ] {5b54f310-2266-498b-b404-f653536ca4ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:50.669129 [ 5 ] {5b54f310-2266-498b-b404-f653536ca4ac} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:50.669333 [ 5 ] {5b54f310-2266-498b-b404-f653536ca4ac} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:50.669466 [ 5 ] {5b54f310-2266-498b-b404-f653536ca4ac} executeQuery: Read 211 rows, 12.27 KiB in 0.001232 sec., 171266.23376623375 rows/sec., 9.73 MiB/sec. 2025.09.19 00:32:50.669501 [ 5 ] {5b54f310-2266-498b-b404-f653536ca4ac} TCPHandler: Processed in 0.001393108 sec. 2025.09.19 00:32:50.669600 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:50.669693 [ 5 ] {2a8caae9-d26b-4fbc-b7da-1dcb707f5e1c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:50.669732 [ 5 ] {2a8caae9-d26b-4fbc-b7da-1dcb707f5e1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:50.670415 [ 5 ] {2a8caae9-d26b-4fbc-b7da-1dcb707f5e1c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:50.670451 [ 5 ] {2a8caae9-d26b-4fbc-b7da-1dcb707f5e1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:50.670775 [ 5 ] {2a8caae9-d26b-4fbc-b7da-1dcb707f5e1c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:32:50.670982 [ 5 ] {2a8caae9-d26b-4fbc-b7da-1dcb707f5e1c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:50.671108 [ 5 ] {2a8caae9-d26b-4fbc-b7da-1dcb707f5e1c} executeQuery: Read 679 rows, 48.47 KiB in 0.001433 sec., 473831.123517097 rows/sec., 33.03 MiB/sec. 2025.09.19 00:32:50.671145 [ 5 ] {2a8caae9-d26b-4fbc-b7da-1dcb707f5e1c} TCPHandler: Processed in 0.001592311 sec. 2025.09.19 00:32:50.671252 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:50.671345 [ 5 ] {31c35c8a-0b3b-4db1-8fc5-ebcb79233480} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:32:50.671386 [ 5 ] {31c35c8a-0b3b-4db1-8fc5-ebcb79233480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:32:50.671714 [ 5 ] {31c35c8a-0b3b-4db1-8fc5-ebcb79233480} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:50.671749 [ 5 ] {31c35c8a-0b3b-4db1-8fc5-ebcb79233480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:50.672040 [ 5 ] {31c35c8a-0b3b-4db1-8fc5-ebcb79233480} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:50.672249 [ 5 ] {31c35c8a-0b3b-4db1-8fc5-ebcb79233480} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:50.672374 [ 5 ] {31c35c8a-0b3b-4db1-8fc5-ebcb79233480} executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. 2025.09.19 00:32:50.672410 [ 5 ] {31c35c8a-0b3b-4db1-8fc5-ebcb79233480} TCPHandler: Processed in 0.001206215 sec. 2025.09.19 00:32:50.672517 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:50.672609 [ 5 ] {cfd14ec1-b1f5-47ae-81bc-ff3334837fef} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:50.672649 [ 5 ] {cfd14ec1-b1f5-47ae-81bc-ff3334837fef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:50.673092 [ 5 ] {cfd14ec1-b1f5-47ae-81bc-ff3334837fef} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:50.673126 [ 5 ] {cfd14ec1-b1f5-47ae-81bc-ff3334837fef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:50.673451 [ 5 ] {cfd14ec1-b1f5-47ae-81bc-ff3334837fef} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:32:50.673664 [ 5 ] {cfd14ec1-b1f5-47ae-81bc-ff3334837fef} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:50.673788 [ 5 ] {cfd14ec1-b1f5-47ae-81bc-ff3334837fef} executeQuery: Read 314 rows, 21.12 KiB in 0.001198 sec., 262103.50584307176 rows/sec., 17.22 MiB/sec. 2025.09.19 00:32:50.673824 [ 5 ] {cfd14ec1-b1f5-47ae-81bc-ff3334837fef} TCPHandler: Processed in 0.001355638 sec. 2025.09.19 00:32:50.673926 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:50.674017 [ 5 ] {935c9e43-eb4e-4eb9-a29c-62a0c6f25590} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:32:50.674058 [ 5 ] {935c9e43-eb4e-4eb9-a29c-62a0c6f25590} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:32:50.674363 [ 5 ] {935c9e43-eb4e-4eb9-a29c-62a0c6f25590} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:50.674399 [ 5 ] {935c9e43-eb4e-4eb9-a29c-62a0c6f25590} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:50.674691 [ 5 ] {935c9e43-eb4e-4eb9-a29c-62a0c6f25590} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:32:50.674894 [ 5 ] {935c9e43-eb4e-4eb9-a29c-62a0c6f25590} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:50.675019 [ 5 ] {935c9e43-eb4e-4eb9-a29c-62a0c6f25590} executeQuery: Read 1 rows, 69.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 66.13 KiB/sec. 2025.09.19 00:32:50.675055 [ 5 ] {935c9e43-eb4e-4eb9-a29c-62a0c6f25590} TCPHandler: Processed in 0.001176456 sec. 2025.09.19 00:32:50.675161 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:50.675254 [ 5 ] {8e1c0ee2-9657-49e7-a5fa-01e4d14c166a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:50.675294 [ 5 ] {8e1c0ee2-9657-49e7-a5fa-01e4d14c166a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:50.675625 [ 5 ] {8e1c0ee2-9657-49e7-a5fa-01e4d14c166a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:50.675661 [ 5 ] {8e1c0ee2-9657-49e7-a5fa-01e4d14c166a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:50.675961 [ 5 ] {8e1c0ee2-9657-49e7-a5fa-01e4d14c166a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:32:50.676164 [ 5 ] {8e1c0ee2-9657-49e7-a5fa-01e4d14c166a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:50.676284 [ 5 ] {8e1c0ee2-9657-49e7-a5fa-01e4d14c166a} executeQuery: Read 104 rows, 6.53 KiB in 0.001048 sec., 99236.64122137404 rows/sec., 6.08 MiB/sec. 2025.09.19 00:32:50.676318 [ 5 ] {8e1c0ee2-9657-49e7-a5fa-01e4d14c166a} TCPHandler: Processed in 0.001204155 sec. 2025.09.19 00:32:52.962231 [ 117 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.19 00:32:52.962297 [ 117 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:52.962322 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.09.19 00:32:52.962433 [ 201 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:32:52.962540 [ 201 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:52.962572 [ 201 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.09.19 00:32:52.962636 [ 201 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.09.19 00:32:52.962679 [ 201 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.09.19 00:32:52.962718 [ 201 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part 2025.09.19 00:32:52.962758 [ 201 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2025.09.19 00:32:52.963533 [ 194 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.001134435 sec., 24681.89010388431 rows/sec., 2.06 MiB/sec. 2025.09.19 00:32:52.963689 [ 201 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.19 00:32:52.963945 [ 201 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_5_1} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:52.964013 [ 201 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_5_1} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.19 00:32:52.964082 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:32:54.781858 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 486 2025.09.19 00:32:54.784170 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:54.784229 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:54.785416 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:32:54.785688 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:54.786046 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 486 2025.09.19 00:32:55.677588 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:55.677861 [ 5 ] {254fab8f-28ff-42e0-a3ad-2fc0fb0084fc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:32:55.677966 [ 5 ] {254fab8f-28ff-42e0-a3ad-2fc0fb0084fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:32:55.678695 [ 5 ] {254fab8f-28ff-42e0-a3ad-2fc0fb0084fc} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:55.678744 [ 5 ] {254fab8f-28ff-42e0-a3ad-2fc0fb0084fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:55.679127 [ 5 ] {254fab8f-28ff-42e0-a3ad-2fc0fb0084fc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:32:55.679347 [ 5 ] {254fab8f-28ff-42e0-a3ad-2fc0fb0084fc} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:55.679503 [ 5 ] {254fab8f-28ff-42e0-a3ad-2fc0fb0084fc} executeQuery: Read 2 rows, 167.00 B in 0.001717 sec., 1164.8223645894002 rows/sec., 94.98 KiB/sec. 2025.09.19 00:32:55.679544 [ 5 ] {254fab8f-28ff-42e0-a3ad-2fc0fb0084fc} TCPHandler: Processed in 0.002139868 sec. 2025.09.19 00:32:55.679671 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:55.679765 [ 5 ] {2bc0af11-df27-4324-b98c-61405ac38ff5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:32:55.679805 [ 5 ] {2bc0af11-df27-4324-b98c-61405ac38ff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:32:55.681134 [ 5 ] {2bc0af11-df27-4324-b98c-61405ac38ff5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:55.681170 [ 5 ] {2bc0af11-df27-4324-b98c-61405ac38ff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:55.681548 [ 5 ] {2bc0af11-df27-4324-b98c-61405ac38ff5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:32:55.681766 [ 5 ] {2bc0af11-df27-4324-b98c-61405ac38ff5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:55.681894 [ 5 ] {2bc0af11-df27-4324-b98c-61405ac38ff5} executeQuery: Read 1281 rows, 108.61 KiB in 0.002147 sec., 596646.4834653004 rows/sec., 49.40 MiB/sec. 2025.09.19 00:32:55.681932 [ 5 ] {2bc0af11-df27-4324-b98c-61405ac38ff5} TCPHandler: Processed in 0.002311321 sec. 2025.09.19 00:32:55.682046 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:55.682140 [ 5 ] {9d6cabfa-a9ea-49c2-884d-61d7eb2b19d4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:32:55.682179 [ 5 ] {9d6cabfa-a9ea-49c2-884d-61d7eb2b19d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:32:55.682597 [ 5 ] {9d6cabfa-a9ea-49c2-884d-61d7eb2b19d4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:55.682635 [ 5 ] {9d6cabfa-a9ea-49c2-884d-61d7eb2b19d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:55.682935 [ 5 ] {9d6cabfa-a9ea-49c2-884d-61d7eb2b19d4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:32:55.683146 [ 5 ] {9d6cabfa-a9ea-49c2-884d-61d7eb2b19d4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:55.683286 [ 5 ] {9d6cabfa-a9ea-49c2-884d-61d7eb2b19d4} executeQuery: Read 44 rows, 3.30 KiB in 0.001164 sec., 37800.687285223365 rows/sec., 2.77 MiB/sec. 2025.09.19 00:32:55.683322 [ 5 ] {9d6cabfa-a9ea-49c2-884d-61d7eb2b19d4} TCPHandler: Processed in 0.001326177 sec. 2025.09.19 00:32:55.683429 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:55.683522 [ 5 ] {73ebff4b-d968-4039-89c9-5bd71feb0e32} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:32:55.683561 [ 5 ] {73ebff4b-d968-4039-89c9-5bd71feb0e32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:32:55.684068 [ 5 ] {73ebff4b-d968-4039-89c9-5bd71feb0e32} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:55.684103 [ 5 ] {73ebff4b-d968-4039-89c9-5bd71feb0e32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:55.684429 [ 5 ] {73ebff4b-d968-4039-89c9-5bd71feb0e32} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:32:55.684647 [ 5 ] {73ebff4b-d968-4039-89c9-5bd71feb0e32} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:55.684741 [ 61 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.09.19 00:32:55.684775 [ 5 ] {73ebff4b-d968-4039-89c9-5bd71feb0e32} executeQuery: Read 228 rows, 15.81 KiB in 0.001269 sec., 179669.03073286053 rows/sec., 12.17 MiB/sec. 2025.09.19 00:32:55.684775 [ 61 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:55.684807 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:55.684811 [ 5 ] {73ebff4b-d968-4039-89c9-5bd71feb0e32} TCPHandler: Processed in 0.001430738 sec. 2025.09.19 00:32:55.684908 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.09.19 00:32:55.684921 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:55.685006 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:32:55.685020 [ 5 ] {b25bcc4a-c843-4386-b78c-af158ad072db} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:32:55.685039 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part 2025.09.19 00:32:55.685059 [ 5 ] {b25bcc4a-c843-4386-b78c-af158ad072db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:32:55.685104 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part 2025.09.19 00:32:55.685156 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part 2025.09.19 00:32:55.685197 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2025.09.19 00:32:55.685233 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2025.09.19 00:32:55.685272 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part 2025.09.19 00:32:55.685704 [ 5 ] {b25bcc4a-c843-4386-b78c-af158ad072db} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:55.685739 [ 5 ] {b25bcc4a-c843-4386-b78c-af158ad072db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:55.686095 [ 5 ] {b25bcc4a-c843-4386-b78c-af158ad072db} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:32:55.686153 [ 194 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1304 rows, containing 5 columns (5 merged, 0 gathered) in 0.001287307 sec., 1012967.3807413462 rows/sec., 70.33 MiB/sec. 2025.09.19 00:32:55.686324 [ 5 ] {b25bcc4a-c843-4386-b78c-af158ad072db} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:55.686353 [ 189 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.09.19 00:32:55.686456 [ 5 ] {b25bcc4a-c843-4386-b78c-af158ad072db} executeQuery: Read 564 rows, 42.93 KiB in 0.001454 sec., 387895.46079779917 rows/sec., 28.83 MiB/sec. 2025.09.19 00:32:55.686493 [ 5 ] {b25bcc4a-c843-4386-b78c-af158ad072db} TCPHandler: Processed in 0.001619962 sec. 2025.09.19 00:32:55.686606 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:55.686616 [ 189 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:55.686682 [ 189 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_10_2} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.09.19 00:32:55.686698 [ 5 ] {80e0867c-9334-4849-a38d-33571c04926e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:55.686740 [ 5 ] {80e0867c-9334-4849-a38d-33571c04926e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:32:55.686750 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.09.19 00:32:55.687358 [ 5 ] {80e0867c-9334-4849-a38d-33571c04926e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:55.687393 [ 5 ] {80e0867c-9334-4849-a38d-33571c04926e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:55.687773 [ 5 ] {80e0867c-9334-4849-a38d-33571c04926e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:32:55.687983 [ 5 ] {80e0867c-9334-4849-a38d-33571c04926e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:55.688107 [ 5 ] {80e0867c-9334-4849-a38d-33571c04926e} executeQuery: Read 845 rows, 58.24 KiB in 0.001427 sec., 592151.3665031535 rows/sec., 39.86 MiB/sec. 2025.09.19 00:32:55.688141 [ 5 ] {80e0867c-9334-4849-a38d-33571c04926e} TCPHandler: Processed in 0.001584631 sec. 2025.09.19 00:32:55.688257 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:55.688350 [ 5 ] {9aa6702b-730d-4194-b522-f98c932a1827} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:32:55.688404 [ 5 ] {9aa6702b-730d-4194-b522-f98c932a1827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:32:55.689240 [ 5 ] {9aa6702b-730d-4194-b522-f98c932a1827} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:55.689276 [ 5 ] {9aa6702b-730d-4194-b522-f98c932a1827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:55.689870 [ 5 ] {9aa6702b-730d-4194-b522-f98c932a1827} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:32:55.690099 [ 5 ] {9aa6702b-730d-4194-b522-f98c932a1827} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:55.690235 [ 5 ] {9aa6702b-730d-4194-b522-f98c932a1827} executeQuery: Read 42 rows, 77.07 KiB in 0.001903 sec., 22070.41513399895 rows/sec., 39.55 MiB/sec. 2025.09.19 00:32:55.690292 [ 5 ] {9aa6702b-730d-4194-b522-f98c932a1827} TCPHandler: Processed in 0.002085027 sec. 2025.09.19 00:32:55.690407 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:32:55.690506 [ 5 ] {6bc23839-82a2-4dbf-979c-affdb6561a32} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:32:55.690547 [ 5 ] {6bc23839-82a2-4dbf-979c-affdb6561a32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:32:55.690899 [ 5 ] {6bc23839-82a2-4dbf-979c-affdb6561a32} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:55.690934 [ 5 ] {6bc23839-82a2-4dbf-979c-affdb6561a32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:55.691251 [ 5 ] {6bc23839-82a2-4dbf-979c-affdb6561a32} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:32:55.691463 [ 5 ] {6bc23839-82a2-4dbf-979c-affdb6561a32} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:55.691590 [ 5 ] {6bc23839-82a2-4dbf-979c-affdb6561a32} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2025.09.19 00:32:55.691624 [ 5 ] {6bc23839-82a2-4dbf-979c-affdb6561a32} TCPHandler: Processed in 0.001265687 sec. 2025.09.19 00:32:57.273581 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7173 2025.09.19 00:32:57.274320 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:57.274366 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:57.274883 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:32:57.275126 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:57.275271 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7173 2025.09.19 00:32:57.647872 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.09.19 00:32:57.666731 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:32:57.666799 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:32:57.673219 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:32:57.673972 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:32:57.677200 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.09.19 00:32:58.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 224.63 MiB, peak 228.63 MiB, free memory in arenas 0.00 B, will set to 226.00 MiB (RSS), difference: 1.38 MiB 2025.09.19 00:33:00.660276 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:00.660484 [ 5 ] {16d0ca52-aa79-4ccd-9f36-42907a14b1af} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:33:00.660559 [ 5 ] {16d0ca52-aa79-4ccd-9f36-42907a14b1af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:33:00.661484 [ 5 ] {16d0ca52-aa79-4ccd-9f36-42907a14b1af} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.661534 [ 5 ] {16d0ca52-aa79-4ccd-9f36-42907a14b1af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.661973 [ 5 ] {16d0ca52-aa79-4ccd-9f36-42907a14b1af} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:33:00.662224 [ 5 ] {16d0ca52-aa79-4ccd-9f36-42907a14b1af} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.662376 [ 35 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.19 00:33:00.662386 [ 5 ] {16d0ca52-aa79-4ccd-9f36-42907a14b1af} executeQuery: Read 410 rows, 26.63 KiB in 0.001956 sec., 209611.4519427403 rows/sec., 13.30 MiB/sec. 2025.09.19 00:33:00.662448 [ 35 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.662475 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.662490 [ 5 ] {16d0ca52-aa79-4ccd-9f36-42907a14b1af} TCPHandler: Processed in 0.00234837 sec. 2025.09.19 00:33:00.662593 [ 201 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:33:00.662645 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:00.662694 [ 201 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:00.662729 [ 201 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 410 rows starting from the beginning of the part 2025.09.19 00:33:00.662766 [ 5 ] {93786919-8d2b-4245-ae41-9a97df68d735} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:00.662792 [ 201 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 410 rows starting from the beginning of the part 2025.09.19 00:33:00.662818 [ 5 ] {93786919-8d2b-4245-ae41-9a97df68d735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:00.662843 [ 201 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 410 rows starting from the beginning of the part 2025.09.19 00:33:00.662895 [ 201 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 410 rows starting from the beginning of the part 2025.09.19 00:33:00.662941 [ 201 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 410 rows starting from the beginning of the part 2025.09.19 00:33:00.663784 [ 5 ] {93786919-8d2b-4245-ae41-9a97df68d735} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.663821 [ 5 ] {93786919-8d2b-4245-ae41-9a97df68d735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.663987 [ 194 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001429499 sec., 1434068.859089793 rows/sec., 96.44 MiB/sec. 2025.09.19 00:33:00.664236 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.19 00:33:00.664430 [ 5 ] {93786919-8d2b-4245-ae41-9a97df68d735} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:33:00.664598 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_9_2} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.664694 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_9_2} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.19 00:33:00.664760 [ 5 ] {93786919-8d2b-4245-ae41-9a97df68d735} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.664794 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:33:00.664894 [ 35 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.19 00:33:00.664931 [ 5 ] {93786919-8d2b-4245-ae41-9a97df68d735} executeQuery: Read 1112 rows, 89.80 KiB in 0.002192 sec., 507299.2700729927 rows/sec., 40.01 MiB/sec. 2025.09.19 00:33:00.664939 [ 35 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.664976 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.664983 [ 5 ] {93786919-8d2b-4245-ae41-9a97df68d735} TCPHandler: Processed in 0.002399332 sec. 2025.09.19 00:33:00.665094 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:33:00.665124 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:00.665207 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:00.665237 [ 5 ] {8869f87d-b7b0-4ccf-a260-aef38061306d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:00.665244 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2345 rows starting from the beginning of the part 2025.09.19 00:33:00.665285 [ 5 ] {8869f87d-b7b0-4ccf-a260-aef38061306d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:00.665318 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:33:00.665366 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 140 rows starting from the beginning of the part 2025.09.19 00:33:00.665404 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:33:00.665444 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1281 rows starting from the beginning of the part 2025.09.19 00:33:00.665489 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:33:00.665804 [ 5 ] {8869f87d-b7b0-4ccf-a260-aef38061306d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.665847 [ 5 ] {8869f87d-b7b0-4ccf-a260-aef38061306d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.666175 [ 5 ] {8869f87d-b7b0-4ccf-a260-aef38061306d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:33:00.666409 [ 5 ] {8869f87d-b7b0-4ccf-a260-aef38061306d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.666543 [ 5 ] {8869f87d-b7b0-4ccf-a260-aef38061306d} executeQuery: Read 205 rows, 12.32 KiB in 0.001326 sec., 154600.3016591252 rows/sec., 9.07 MiB/sec. 2025.09.19 00:33:00.666581 [ 5 ] {8869f87d-b7b0-4ccf-a260-aef38061306d} TCPHandler: Processed in 0.00151827 sec. 2025.09.19 00:33:00.666699 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:00.666791 [ 5 ] {1210bb9c-80ba-40f9-97d2-9f4956a2aab8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:33:00.666831 [ 5 ] {1210bb9c-80ba-40f9-97d2-9f4956a2aab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:33:00.667314 [ 5 ] {1210bb9c-80ba-40f9-97d2-9f4956a2aab8} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.667350 [ 5 ] {1210bb9c-80ba-40f9-97d2-9f4956a2aab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.667662 [ 5 ] {1210bb9c-80ba-40f9-97d2-9f4956a2aab8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:33:00.667878 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7103 rows, containing 5 columns (5 merged, 0 gathered) in 0.002844787 sec., 2496847.7429065867 rows/sec., 210.39 MiB/sec. 2025.09.19 00:33:00.667887 [ 5 ] {1210bb9c-80ba-40f9-97d2-9f4956a2aab8} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.668030 [ 5 ] {1210bb9c-80ba-40f9-97d2-9f4956a2aab8} executeQuery: Read 212 rows, 14.00 KiB in 0.001257 sec., 168655.5290373906 rows/sec., 10.88 MiB/sec. 2025.09.19 00:33:00.668067 [ 5 ] {1210bb9c-80ba-40f9-97d2-9f4956a2aab8} TCPHandler: Processed in 0.001417878 sec. 2025.09.19 00:33:00.668180 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:00.668223 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.19 00:33:00.668274 [ 5 ] {afc7a1a6-d857-41fa-8a8e-e4f81c6381cc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:33:00.668320 [ 5 ] {afc7a1a6-d857-41fa-8a8e-e4f81c6381cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:33:00.668583 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_21_4} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.668696 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_21_4} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.19 00:33:00.668800 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2025.09.19 00:33:00.668814 [ 5 ] {afc7a1a6-d857-41fa-8a8e-e4f81c6381cc} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.668857 [ 5 ] {afc7a1a6-d857-41fa-8a8e-e4f81c6381cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.669175 [ 5 ] {afc7a1a6-d857-41fa-8a8e-e4f81c6381cc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:33:00.669391 [ 5 ] {afc7a1a6-d857-41fa-8a8e-e4f81c6381cc} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.669506 [ 43 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.19 00:33:00.669521 [ 5 ] {afc7a1a6-d857-41fa-8a8e-e4f81c6381cc} executeQuery: Read 211 rows, 12.27 KiB in 0.001265 sec., 166798.418972332 rows/sec., 9.47 MiB/sec. 2025.09.19 00:33:00.669546 [ 43 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.669568 [ 5 ] {afc7a1a6-d857-41fa-8a8e-e4f81c6381cc} TCPHandler: Processed in 0.001437939 sec. 2025.09.19 00:33:00.669570 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.669664 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:33:00.669685 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:00.669755 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:00.669781 [ 5 ] {56369807-f7a7-4224-8645-354b2af68195} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:00.669785 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 211 rows starting from the beginning of the part 2025.09.19 00:33:00.669828 [ 5 ] {56369807-f7a7-4224-8645-354b2af68195} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:00.669853 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 211 rows starting from the beginning of the part 2025.09.19 00:33:00.669897 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 211 rows starting from the beginning of the part 2025.09.19 00:33:00.669935 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 211 rows starting from the beginning of the part 2025.09.19 00:33:00.669970 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 211 rows starting from the beginning of the part 2025.09.19 00:33:00.670500 [ 5 ] {56369807-f7a7-4224-8645-354b2af68195} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.670542 [ 5 ] {56369807-f7a7-4224-8645-354b2af68195} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.670772 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001140825 sec., 924769.3555102666 rows/sec., 56.04 MiB/sec. 2025.09.19 00:33:00.670885 [ 5 ] {56369807-f7a7-4224-8645-354b2af68195} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:33:00.670925 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.19 00:33:00.671168 [ 5 ] {56369807-f7a7-4224-8645-354b2af68195} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.671256 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_9_2} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.671287 [ 43 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.19 00:33:00.671315 [ 5 ] {56369807-f7a7-4224-8645-354b2af68195} executeQuery: Read 679 rows, 48.47 KiB in 0.001551 sec., 437782.0760799484 rows/sec., 30.52 MiB/sec. 2025.09.19 00:33:00.671325 [ 43 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.671336 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_9_2} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.19 00:33:00.671361 [ 5 ] {56369807-f7a7-4224-8645-354b2af68195} TCPHandler: Processed in 0.001724812 sec. 2025.09.19 00:33:00.671369 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.671477 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:33:00.671490 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:00.671527 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:33:00.671591 [ 5 ] {cdb619f2-587f-4328-8602-df843126d686} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:33:00.671619 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:00.671636 [ 5 ] {cdb619f2-587f-4328-8602-df843126d686} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:33:00.671648 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1213 rows starting from the beginning of the part 2025.09.19 00:33:00.671705 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 681 rows starting from the beginning of the part 2025.09.19 00:33:00.671745 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 106 rows starting from the beginning of the part 2025.09.19 00:33:00.671781 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 679 rows starting from the beginning of the part 2025.09.19 00:33:00.671821 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 564 rows starting from the beginning of the part 2025.09.19 00:33:00.671855 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 679 rows starting from the beginning of the part 2025.09.19 00:33:00.671979 [ 5 ] {cdb619f2-587f-4328-8602-df843126d686} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.672021 [ 5 ] {cdb619f2-587f-4328-8602-df843126d686} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.672346 [ 5 ] {cdb619f2-587f-4328-8602-df843126d686} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:33:00.672584 [ 5 ] {cdb619f2-587f-4328-8602-df843126d686} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.672718 [ 5 ] {cdb619f2-587f-4328-8602-df843126d686} executeQuery: Read 6 rows, 321.00 B in 0.001146 sec., 5235.602094240838 rows/sec., 273.54 KiB/sec. 2025.09.19 00:33:00.672755 [ 5 ] {cdb619f2-587f-4328-8602-df843126d686} TCPHandler: Processed in 0.001315238 sec. 2025.09.19 00:33:00.672863 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:00.672954 [ 5 ] {7a8c59fd-2378-459c-96c7-091c5c200dee} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:00.672996 [ 5 ] {7a8c59fd-2378-459c-96c7-091c5c200dee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:00.673242 [ 187 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3922 rows, containing 5 columns (5 merged, 0 gathered) in 0.001787833 sec., 2193717.1984184207 rows/sec., 164.60 MiB/sec. 2025.09.19 00:33:00.673446 [ 187 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.19 00:33:00.673450 [ 5 ] {7a8c59fd-2378-459c-96c7-091c5c200dee} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.673497 [ 5 ] {7a8c59fd-2378-459c-96c7-091c5c200dee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.673831 [ 187 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_21_4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.673884 [ 5 ] {7a8c59fd-2378-459c-96c7-091c5c200dee} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:33:00.673920 [ 187 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_21_4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.19 00:33:00.674006 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.09.19 00:33:00.674126 [ 5 ] {7a8c59fd-2378-459c-96c7-091c5c200dee} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.674237 [ 43 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.19 00:33:00.674262 [ 5 ] {7a8c59fd-2378-459c-96c7-091c5c200dee} executeQuery: Read 314 rows, 21.12 KiB in 0.001325 sec., 236981.1320754717 rows/sec., 15.57 MiB/sec. 2025.09.19 00:33:00.674273 [ 43 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.674301 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.674305 [ 5 ] {7a8c59fd-2378-459c-96c7-091c5c200dee} TCPHandler: Processed in 0.00149201 sec. 2025.09.19 00:33:00.674364 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:33:00.674433 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:00.674463 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:00.674494 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5713 rows starting from the beginning of the part 2025.09.19 00:33:00.674529 [ 5 ] {191fdd24-760a-4210-9988-e08dcf8beff9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:33:00.674541 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 315 rows starting from the beginning of the part 2025.09.19 00:33:00.674577 [ 5 ] {191fdd24-760a-4210-9988-e08dcf8beff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:33:00.674588 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:33:00.674626 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 314 rows starting from the beginning of the part 2025.09.19 00:33:00.674662 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 845 rows starting from the beginning of the part 2025.09.19 00:33:00.674699 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 314 rows starting from the beginning of the part 2025.09.19 00:33:00.674900 [ 5 ] {191fdd24-760a-4210-9988-e08dcf8beff9} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.674941 [ 5 ] {191fdd24-760a-4210-9988-e08dcf8beff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.675253 [ 5 ] {191fdd24-760a-4210-9988-e08dcf8beff9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:33:00.675477 [ 5 ] {191fdd24-760a-4210-9988-e08dcf8beff9} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.675607 [ 5 ] {191fdd24-760a-4210-9988-e08dcf8beff9} executeQuery: Read 1 rows, 69.00 B in 0.001096 sec., 912.4087591240876 rows/sec., 61.48 KiB/sec. 2025.09.19 00:33:00.675644 [ 5 ] {191fdd24-760a-4210-9988-e08dcf8beff9} TCPHandler: Processed in 0.001260987 sec. 2025.09.19 00:33:00.675752 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:00.675872 [ 5 ] {3e8a642a-1755-49ae-8f3d-4a2054c598cc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:00.675914 [ 5 ] {3e8a642a-1755-49ae-8f3d-4a2054c598cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:00.676249 [ 5 ] {3e8a642a-1755-49ae-8f3d-4a2054c598cc} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.676284 [ 5 ] {3e8a642a-1755-49ae-8f3d-4a2054c598cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.676602 [ 5 ] {3e8a642a-1755-49ae-8f3d-4a2054c598cc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:33:00.676830 [ 5 ] {3e8a642a-1755-49ae-8f3d-4a2054c598cc} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.676935 [ 43 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.19 00:33:00.676962 [ 5 ] {3e8a642a-1755-49ae-8f3d-4a2054c598cc} executeQuery: Read 104 rows, 6.53 KiB in 0.001107 sec., 93947.6061427281 rows/sec., 5.76 MiB/sec. 2025.09.19 00:33:00.676966 [ 43 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:00.677034 [ 5 ] {3e8a642a-1755-49ae-8f3d-4a2054c598cc} TCPHandler: Processed in 0.001331178 sec. 2025.09.19 00:33:00.677037 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:00.677119 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:33:00.677197 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:00.677224 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1128 rows starting from the beginning of the part 2025.09.19 00:33:00.677287 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 104 rows starting from the beginning of the part 2025.09.19 00:33:00.677329 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:33:00.677370 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 104 rows starting from the beginning of the part 2025.09.19 00:33:00.677407 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:33:00.677447 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 104 rows starting from the beginning of the part 2025.09.19 00:33:00.677472 [ 190 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7661 rows, containing 5 columns (5 merged, 0 gathered) in 0.003129731 sec., 2447814.205118587 rows/sec., 163.99 MiB/sec. 2025.09.19 00:33:00.678259 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.19 00:33:00.678316 [ 186 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1560 rows, containing 4 columns (4 merged, 0 gathered) in 0.001226926 sec., 1271470.3250236772 rows/sec., 81.02 MiB/sec. 2025.09.19 00:33:00.678564 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_21_4} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.678598 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.19 00:33:00.678646 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_21_4} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.19 00:33:00.678733 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2025.09.19 00:33:00.678897 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_21_4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:00.678977 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_21_4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.19 00:33:00.679055 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.09.19 00:33:04.703047 [ 54 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:33:04.703127 [ 54 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:33:04.775551 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7621 2025.09.19 00:33:04.776050 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:04.776093 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:04.776587 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:33:04.776826 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:04.776954 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7621 2025.09.19 00:33:04.776953 [ 54 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.19 00:33:04.777009 [ 54 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:04.777032 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:04.777158 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:04.777299 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:04.777339 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5253 rows starting from the beginning of the part 2025.09.19 00:33:04.777404 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:04.777448 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:04.777489 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:04.777527 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:04.777565 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:04.778991 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7621 rows, containing 4 columns (4 merged, 0 gathered) in 0.001892355 sec., 4027257.042151182 rows/sec., 57.61 MiB/sec. 2025.09.19 00:33:04.779680 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.19 00:33:04.779942 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_16_3} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:04.780013 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_16_3} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.19 00:33:04.780091 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2025.09.19 00:33:04.786327 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 522 2025.09.19 00:33:04.789152 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:04.789207 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:04.790414 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:33:04.790707 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:04.790860 [ 54 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.19 00:33:04.790908 [ 54 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:04.790938 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:04.791040 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:33:04.791074 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 522 2025.09.19 00:33:04.791660 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:04.791819 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 330 rows starting from the beginning of the part 2025.09.19 00:33:04.792189 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 62 rows starting from the beginning of the part 2025.09.19 00:33:04.792545 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part 2025.09.19 00:33:04.792889 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part 2025.09.19 00:33:04.793227 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part 2025.09.19 00:33:04.793561 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:33:04.799699 [ 190 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 522 rows, containing 72 columns (72 merged, 0 gathered) in 0.008702294 sec., 59984.183480815525 rows/sec., 54.11 MiB/sec. 2025.09.19 00:33:04.800502 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.19 00:33:04.801016 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_11_2} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:04.801091 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_11_2} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.19 00:33:04.801230 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. 2025.09.19 00:33:05.002033 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000835561 sec. 2025.09.19 00:33:05.177433 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.09.19 00:33:05.193988 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:05.194051 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:05.199693 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:33:05.200389 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:05.200710 [ 7 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.19 00:33:05.200770 [ 7 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:05.200793 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:05.200962 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:05.203493 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.09.19 00:33:05.204745 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:05.206142 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:05.210483 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:05.214764 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:05.218677 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:05.223084 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:05.227156 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:05.279390 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.078515488 sec., 1541.097216386148 rows/sec., 7.97 MiB/sec. 2025.09.19 00:33:05.281828 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.19 00:33:05.283863 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_16_3} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:05.283970 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_16_3} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.19 00:33:05.286122 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.09.19 00:33:05.651230 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:05.651401 [ 5 ] {a2e52983-114f-4d6b-9369-0011bf6cd9d9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:05.651465 [ 5 ] {a2e52983-114f-4d6b-9369-0011bf6cd9d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:05.652225 [ 5 ] {a2e52983-114f-4d6b-9369-0011bf6cd9d9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:05.652271 [ 5 ] {a2e52983-114f-4d6b-9369-0011bf6cd9d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:05.652689 [ 5 ] {a2e52983-114f-4d6b-9369-0011bf6cd9d9} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:33:05.652937 [ 5 ] {a2e52983-114f-4d6b-9369-0011bf6cd9d9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:05.653105 [ 5 ] {a2e52983-114f-4d6b-9369-0011bf6cd9d9} executeQuery: Read 140 rows, 12.42 KiB in 0.001751 sec., 79954.31182181611 rows/sec., 6.93 MiB/sec. 2025.09.19 00:33:05.653153 [ 5 ] {a2e52983-114f-4d6b-9369-0011bf6cd9d9} TCPHandler: Processed in 0.002048826 sec. 2025.09.19 00:33:05.653275 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:05.653376 [ 5 ] {56548f41-59ee-4685-bdf4-ad842e1585cd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:05.653420 [ 5 ] {56548f41-59ee-4685-bdf4-ad842e1585cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:05.653859 [ 5 ] {56548f41-59ee-4685-bdf4-ad842e1585cd} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:05.653897 [ 5 ] {56548f41-59ee-4685-bdf4-ad842e1585cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:05.654207 [ 5 ] {56548f41-59ee-4685-bdf4-ad842e1585cd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:33:05.654421 [ 5 ] {56548f41-59ee-4685-bdf4-ad842e1585cd} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:05.654556 [ 5 ] {56548f41-59ee-4685-bdf4-ad842e1585cd} executeQuery: Read 42 rows, 3.16 KiB in 0.001203 sec., 34912.718204488774 rows/sec., 2.56 MiB/sec. 2025.09.19 00:33:05.654600 [ 5 ] {56548f41-59ee-4685-bdf4-ad842e1585cd} TCPHandler: Processed in 0.001375598 sec. 2025.09.19 00:33:05.654712 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:05.654808 [ 5 ] {89b76512-0791-4e4e-bf1a-9218afbad967} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:05.654849 [ 5 ] {89b76512-0791-4e4e-bf1a-9218afbad967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:05.655269 [ 5 ] {89b76512-0791-4e4e-bf1a-9218afbad967} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:05.655306 [ 5 ] {89b76512-0791-4e4e-bf1a-9218afbad967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:05.655615 [ 5 ] {89b76512-0791-4e4e-bf1a-9218afbad967} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:33:05.655826 [ 5 ] {89b76512-0791-4e4e-bf1a-9218afbad967} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:05.655964 [ 5 ] {89b76512-0791-4e4e-bf1a-9218afbad967} executeQuery: Read 106 rows, 8.48 KiB in 0.001175 sec., 90212.7659574468 rows/sec., 7.05 MiB/sec. 2025.09.19 00:33:05.656007 [ 5 ] {89b76512-0791-4e4e-bf1a-9218afbad967} TCPHandler: Processed in 0.001344528 sec. 2025.09.19 00:33:05.656121 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:05.656216 [ 5 ] {1771ab77-b323-4f32-b490-f8a4866daf5e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:05.656260 [ 5 ] {1771ab77-b323-4f32-b490-f8a4866daf5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:05.656687 [ 5 ] {1771ab77-b323-4f32-b490-f8a4866daf5e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:05.656723 [ 5 ] {1771ab77-b323-4f32-b490-f8a4866daf5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:05.657055 [ 5 ] {1771ab77-b323-4f32-b490-f8a4866daf5e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:33:05.657284 [ 5 ] {1771ab77-b323-4f32-b490-f8a4866daf5e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:05.657415 [ 5 ] {1771ab77-b323-4f32-b490-f8a4866daf5e} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2025.09.19 00:33:05.657452 [ 5 ] {1771ab77-b323-4f32-b490-f8a4866daf5e} TCPHandler: Processed in 0.001380958 sec. 2025.09.19 00:33:05.657563 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:05.657657 [ 5 ] {67c799e6-6926-4dd2-8645-2492215a3096} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:05.657710 [ 5 ] {67c799e6-6926-4dd2-8645-2492215a3096} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:33:05.658602 [ 5 ] {67c799e6-6926-4dd2-8645-2492215a3096} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:05.658639 [ 5 ] {67c799e6-6926-4dd2-8645-2492215a3096} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:05.659233 [ 5 ] {67c799e6-6926-4dd2-8645-2492215a3096} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:33:05.659480 [ 5 ] {67c799e6-6926-4dd2-8645-2492215a3096} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:05.659631 [ 5 ] {67c799e6-6926-4dd2-8645-2492215a3096} executeQuery: Read 42 rows, 77.07 KiB in 0.001993 sec., 21073.75815353738 rows/sec., 37.76 MiB/sec. 2025.09.19 00:33:05.659626 [ 63 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.19 00:33:05.659695 [ 5 ] {67c799e6-6926-4dd2-8645-2492215a3096} TCPHandler: Processed in 0.002181468 sec. 2025.09.19 00:33:05.659700 [ 63 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:05.659736 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:05.659827 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:05.659828 [ 197 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:33:05.659925 [ 5 ] {913a80d7-d0e9-4af3-88e1-56689b34350a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:05.659968 [ 5 ] {913a80d7-d0e9-4af3-88e1-56689b34350a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:05.660036 [ 197 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:05.660091 [ 197 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 128 rows starting from the beginning of the part 2025.09.19 00:33:05.660215 [ 197 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:05.660327 [ 5 ] {913a80d7-d0e9-4af3-88e1-56689b34350a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:05.660332 [ 197 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:05.660366 [ 5 ] {913a80d7-d0e9-4af3-88e1-56689b34350a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:05.660492 [ 197 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:05.660621 [ 197 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:05.660723 [ 197 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:05.660782 [ 5 ] {913a80d7-d0e9-4af3-88e1-56689b34350a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:33:05.661023 [ 5 ] {913a80d7-d0e9-4af3-88e1-56689b34350a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:05.661165 [ 5 ] {913a80d7-d0e9-4af3-88e1-56689b34350a} executeQuery: Read 60 rows, 4.14 KiB in 0.001258 sec., 47694.753577106516 rows/sec., 3.21 MiB/sec. 2025.09.19 00:33:05.661205 [ 5 ] {913a80d7-d0e9-4af3-88e1-56689b34350a} TCPHandler: Processed in 0.001428189 sec. 2025.09.19 00:33:05.664612 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 338 rows, containing 19 columns (19 merged, 0 gathered) in 0.004823073 sec., 70079.80181929654 rows/sec., 125.58 MiB/sec. 2025.09.19 00:33:05.665366 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.19 00:33:05.665793 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_11_2} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:05.665892 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_11_2} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.19 00:33:05.666035 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. 2025.09.19 00:33:06.001154 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 229.45 MiB, peak 238.94 MiB, free memory in arenas 0.00 B, will set to 238.05 MiB (RSS), difference: 8.60 MiB 2025.09.19 00:33:10.580179 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54131 2025.09.19 00:33:10.580299 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.580325 [ 288 ] {} TCP-Session: 5599c5e8-7cd2-47a3-ba9f-8c04dacbf1dd Authenticating user 'default' from [fd00:1122:3344:101::e]:54131 2025.09.19 00:33:10.580345 [ 288 ] {} TCP-Session: 5599c5e8-7cd2-47a3-ba9f-8c04dacbf1dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.580358 [ 288 ] {} TCP-Session: 5599c5e8-7cd2-47a3-ba9f-8c04dacbf1dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.580617 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38701 2025.09.19 00:33:10.580641 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33553 2025.09.19 00:33:10.580672 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60858 2025.09.19 00:33:10.580692 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47241 2025.09.19 00:33:10.580681 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48534 2025.09.19 00:33:10.580734 [ 288 ] {} TCP-Session: 5599c5e8-7cd2-47a3-ba9f-8c04dacbf1dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.580772 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.580662 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50920 2025.09.19 00:33:10.580810 [ 290 ] {} TCP-Session: d65c92e4-2a6e-4f17-9f82-4867b44c742e Authenticating user 'default' from [fd00:1122:3344:101::e]:38701 2025.09.19 00:33:10.580627 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42750 2025.09.19 00:33:10.580866 [ 290 ] {} TCP-Session: d65c92e4-2a6e-4f17-9f82-4867b44c742e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.580618 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44758 2025.09.19 00:33:10.580894 [ 290 ] {} TCP-Session: d65c92e4-2a6e-4f17-9f82-4867b44c742e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.580932 [ 288 ] {d7a095ae-fc41-4897-8632-04397fb61be5} executeQuery: (from [fd00:1122:3344:101::e]:54131) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:33:10.581145 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.581186 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.581197 [ 291 ] {} TCP-Session: 8a62f3e9-3aea-4f89-93a3-b7a8008aa91f Authenticating user 'default' from [fd00:1122:3344:101::e]:33553 2025.09.19 00:33:10.581231 [ 289 ] {} TCP-Session: 3fabb588-9314-4561-8a28-105678b37225 Authenticating user 'default' from [fd00:1122:3344:101::e]:44758 2025.09.19 00:33:10.581237 [ 291 ] {} TCP-Session: 8a62f3e9-3aea-4f89-93a3-b7a8008aa91f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581263 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.581268 [ 291 ] {} TCP-Session: 8a62f3e9-3aea-4f89-93a3-b7a8008aa91f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581305 [ 292 ] {} TCP-Session: 8caf8168-6b37-42d3-92ff-2397ce1c325b Authenticating user 'default' from [fd00:1122:3344:101::e]:42750 2025.09.19 00:33:10.581315 [ 288 ] {d7a095ae-fc41-4897-8632-04397fb61be5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:33:10.581332 [ 292 ] {} TCP-Session: 8caf8168-6b37-42d3-92ff-2397ce1c325b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581331 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.581351 [ 292 ] {} TCP-Session: 8caf8168-6b37-42d3-92ff-2397ce1c325b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581378 [ 293 ] {} TCP-Session: 7c001c91-f33f-464c-a910-baac1f7c9793 Authenticating user 'default' from [fd00:1122:3344:101::e]:50920 2025.09.19 00:33:10.581379 [ 288 ] {d7a095ae-fc41-4897-8632-04397fb61be5} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:33:10.581406 [ 293 ] {} TCP-Session: 7c001c91-f33f-464c-a910-baac1f7c9793 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581265 [ 289 ] {} TCP-Session: 3fabb588-9314-4561-8a28-105678b37225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581430 [ 293 ] {} TCP-Session: 7c001c91-f33f-464c-a910-baac1f7c9793 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581442 [ 289 ] {} TCP-Session: 3fabb588-9314-4561-8a28-105678b37225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581506 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.581506 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.581549 [ 286 ] {} TCP-Session: 62ae3408-7fa9-4ee5-aed3-be43e2322feb Authenticating user 'default' from [fd00:1122:3344:101::e]:47241 2025.09.19 00:33:10.581564 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.581571 [ 3 ] {} TCP-Session: 3f2c2a7c-7f55-441e-a7f4-1b50ef9ef7e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48534 2025.09.19 00:33:10.581571 [ 286 ] {} TCP-Session: 62ae3408-7fa9-4ee5-aed3-be43e2322feb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581597 [ 294 ] {} TCP-Session: 5cf02777-9cf4-401f-a131-28a4ec8a4aa3 Authenticating user 'default' from [fd00:1122:3344:101::e]:60858 2025.09.19 00:33:10.581599 [ 3 ] {} TCP-Session: 3f2c2a7c-7f55-441e-a7f4-1b50ef9ef7e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581603 [ 286 ] {} TCP-Session: 62ae3408-7fa9-4ee5-aed3-be43e2322feb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581619 [ 3 ] {} TCP-Session: 3f2c2a7c-7f55-441e-a7f4-1b50ef9ef7e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581615 [ 294 ] {} TCP-Session: 5cf02777-9cf4-401f-a131-28a4ec8a4aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581640 [ 294 ] {} TCP-Session: 5cf02777-9cf4-401f-a131-28a4ec8a4aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.581706 [ 288 ] {d7a095ae-fc41-4897-8632-04397fb61be5} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:33:10.583296 [ 302 ] {d7a095ae-fc41-4897-8632-04397fb61be5} AggregatingTransform: Aggregating 2025.09.19 00:33:10.583337 [ 302 ] {d7a095ae-fc41-4897-8632-04397fb61be5} Aggregator: Aggregation method: without_key 2025.09.19 00:33:10.583371 [ 302 ] {d7a095ae-fc41-4897-8632-04397fb61be5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00155899 sec. (641.441 rows/sec., 25.06 KiB/sec.) 2025.09.19 00:33:10.583386 [ 302 ] {d7a095ae-fc41-4897-8632-04397fb61be5} Aggregator: Merging aggregated data 2025.09.19 00:33:10.584410 [ 288 ] {d7a095ae-fc41-4897-8632-04397fb61be5} executeQuery: Read 1 rows, 40.00 B in 0.003539 sec., 282.56569652444193 rows/sec., 11.04 KiB/sec. 2025.09.19 00:33:10.584547 [ 288 ] {d7a095ae-fc41-4897-8632-04397fb61be5} TCPHandler: Processed in 0.003956712 sec. 2025.09.19 00:33:10.584690 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.584719 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.584723 [ 288 ] {} TCP-Session: 5599c5e8-7cd2-47a3-ba9f-8c04dacbf1dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.584743 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.584764 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.584783 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.584795 [ 289 ] {} TCP-Session: 3fabb588-9314-4561-8a28-105678b37225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.584804 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.584823 [ 290 ] {} TCP-Session: d65c92e4-2a6e-4f17-9f82-4867b44c742e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.584834 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.584864 [ 3 ] {} TCP-Session: 3f2c2a7c-7f55-441e-a7f4-1b50ef9ef7e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.584851 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.584893 [ 292 ] {} TCP-Session: 8caf8168-6b37-42d3-92ff-2397ce1c325b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.584918 [ 294 ] {} TCP-Session: 5cf02777-9cf4-401f-a131-28a4ec8a4aa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.584819 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.584768 [ 286 ] {} TCP-Session: 62ae3408-7fa9-4ee5-aed3-be43e2322feb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.584836 [ 293 ] {} TCP-Session: 7c001c91-f33f-464c-a910-baac1f7c9793 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.584989 [ 291 ] {} TCP-Session: 8a62f3e9-3aea-4f89-93a3-b7a8008aa91f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.661077 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.661248 [ 5 ] {c9413f2a-eb52-453e-a6ab-f41742a4ad22} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:33:10.661312 [ 5 ] {c9413f2a-eb52-453e-a6ab-f41742a4ad22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:33:10.662315 [ 5 ] {c9413f2a-eb52-453e-a6ab-f41742a4ad22} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.662370 [ 5 ] {c9413f2a-eb52-453e-a6ab-f41742a4ad22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.662913 [ 5 ] {c9413f2a-eb52-453e-a6ab-f41742a4ad22} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:33:10.663159 [ 5 ] {c9413f2a-eb52-453e-a6ab-f41742a4ad22} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.663332 [ 5 ] {c9413f2a-eb52-453e-a6ab-f41742a4ad22} executeQuery: Read 410 rows, 26.63 KiB in 0.002131 sec., 192397.93524167058 rows/sec., 12.20 MiB/sec. 2025.09.19 00:33:10.663385 [ 5 ] {c9413f2a-eb52-453e-a6ab-f41742a4ad22} TCPHandler: Processed in 0.002437581 sec. 2025.09.19 00:33:10.663514 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.663618 [ 5 ] {06353245-d47a-46bb-a6ad-5030c710af80} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:10.663664 [ 5 ] {06353245-d47a-46bb-a6ad-5030c710af80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:10.664665 [ 5 ] {06353245-d47a-46bb-a6ad-5030c710af80} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.664702 [ 5 ] {06353245-d47a-46bb-a6ad-5030c710af80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.665070 [ 5 ] {06353245-d47a-46bb-a6ad-5030c710af80} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:33:10.665277 [ 5 ] {06353245-d47a-46bb-a6ad-5030c710af80} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.665472 [ 5 ] {06353245-d47a-46bb-a6ad-5030c710af80} executeQuery: Read 1112 rows, 89.80 KiB in 0.001876 sec., 592750.5330490405 rows/sec., 46.75 MiB/sec. 2025.09.19 00:33:10.665512 [ 5 ] {06353245-d47a-46bb-a6ad-5030c710af80} TCPHandler: Processed in 0.002048697 sec. 2025.09.19 00:33:10.665633 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.665736 [ 5 ] {f64ebb58-0355-404f-a770-5eb86b877d73} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:10.665780 [ 5 ] {f64ebb58-0355-404f-a770-5eb86b877d73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:10.666288 [ 5 ] {f64ebb58-0355-404f-a770-5eb86b877d73} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.666328 [ 5 ] {f64ebb58-0355-404f-a770-5eb86b877d73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.666648 [ 5 ] {f64ebb58-0355-404f-a770-5eb86b877d73} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:33:10.666873 [ 5 ] {f64ebb58-0355-404f-a770-5eb86b877d73} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.667011 [ 5 ] {f64ebb58-0355-404f-a770-5eb86b877d73} executeQuery: Read 205 rows, 12.32 KiB in 0.001297 sec., 158057.05474171165 rows/sec., 9.27 MiB/sec. 2025.09.19 00:33:10.666998 [ 82 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.19 00:33:10.667051 [ 5 ] {f64ebb58-0355-404f-a770-5eb86b877d73} TCPHandler: Processed in 0.001468799 sec. 2025.09.19 00:33:10.667108 [ 82 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.667143 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.667186 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.667271 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:33:10.667287 [ 5 ] {dd1dc10d-385a-4e1b-b9c5-dea447a5ff02} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:33:10.667352 [ 5 ] {dd1dc10d-385a-4e1b-b9c5-dea447a5ff02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:33:10.667433 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:10.667475 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 265 rows starting from the beginning of the part 2025.09.19 00:33:10.667547 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 205 rows starting from the beginning of the part 2025.09.19 00:33:10.667596 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 44 rows starting from the beginning of the part 2025.09.19 00:33:10.667653 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 205 rows starting from the beginning of the part 2025.09.19 00:33:10.667702 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:10.667764 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 205 rows starting from the beginning of the part 2025.09.19 00:33:10.667967 [ 5 ] {dd1dc10d-385a-4e1b-b9c5-dea447a5ff02} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.668026 [ 5 ] {dd1dc10d-385a-4e1b-b9c5-dea447a5ff02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.668510 [ 5 ] {dd1dc10d-385a-4e1b-b9c5-dea447a5ff02} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:33:10.668806 [ 5 ] {dd1dc10d-385a-4e1b-b9c5-dea447a5ff02} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.668930 [ 200 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 966 rows, containing 5 columns (5 merged, 0 gathered) in 0.001712863 sec., 563968.0464812422 rows/sec., 36.44 MiB/sec. 2025.09.19 00:33:10.668955 [ 5 ] {dd1dc10d-385a-4e1b-b9c5-dea447a5ff02} executeQuery: Read 212 rows, 14.00 KiB in 0.001686 sec., 125741.39976275207 rows/sec., 8.11 MiB/sec. 2025.09.19 00:33:10.669012 [ 5 ] {dd1dc10d-385a-4e1b-b9c5-dea447a5ff02} TCPHandler: Processed in 0.001876115 sec. 2025.09.19 00:33:10.669137 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.669165 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.19 00:33:10.669240 [ 5 ] {c6d5916d-6c3c-4cdb-80e1-fc5012a5d0ab} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:33:10.669291 [ 5 ] {c6d5916d-6c3c-4cdb-80e1-fc5012a5d0ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:33:10.669510 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_21_4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.669598 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_21_4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.19 00:33:10.669700 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.19 00:33:10.669868 [ 5 ] {c6d5916d-6c3c-4cdb-80e1-fc5012a5d0ab} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.669914 [ 5 ] {c6d5916d-6c3c-4cdb-80e1-fc5012a5d0ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.670251 [ 5 ] {c6d5916d-6c3c-4cdb-80e1-fc5012a5d0ab} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:33:10.670482 [ 5 ] {c6d5916d-6c3c-4cdb-80e1-fc5012a5d0ab} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.670620 [ 5 ] {c6d5916d-6c3c-4cdb-80e1-fc5012a5d0ab} executeQuery: Read 211 rows, 12.27 KiB in 0.001401 sec., 150606.70949321915 rows/sec., 8.55 MiB/sec. 2025.09.19 00:33:10.670661 [ 5 ] {c6d5916d-6c3c-4cdb-80e1-fc5012a5d0ab} TCPHandler: Processed in 0.001577481 sec. 2025.09.19 00:33:10.670778 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.670877 [ 5 ] {2e216a19-cb99-4449-aeb5-720be35b5a17} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:10.670918 [ 5 ] {2e216a19-cb99-4449-aeb5-720be35b5a17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:10.671618 [ 5 ] {2e216a19-cb99-4449-aeb5-720be35b5a17} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.671655 [ 5 ] {2e216a19-cb99-4449-aeb5-720be35b5a17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.672021 [ 5 ] {2e216a19-cb99-4449-aeb5-720be35b5a17} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:33:10.672229 [ 5 ] {2e216a19-cb99-4449-aeb5-720be35b5a17} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.672361 [ 5 ] {2e216a19-cb99-4449-aeb5-720be35b5a17} executeQuery: Read 679 rows, 48.47 KiB in 0.001505 sec., 451162.7906976744 rows/sec., 31.45 MiB/sec. 2025.09.19 00:33:10.672401 [ 5 ] {2e216a19-cb99-4449-aeb5-720be35b5a17} TCPHandler: Processed in 0.001673752 sec. 2025.09.19 00:33:10.672544 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.672645 [ 5 ] {176d1dcd-fd75-4cc0-86ee-7ce00098c2cb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:33:10.672692 [ 5 ] {176d1dcd-fd75-4cc0-86ee-7ce00098c2cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:33:10.673041 [ 5 ] {176d1dcd-fd75-4cc0-86ee-7ce00098c2cb} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.673077 [ 5 ] {176d1dcd-fd75-4cc0-86ee-7ce00098c2cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.673385 [ 5 ] {176d1dcd-fd75-4cc0-86ee-7ce00098c2cb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:33:10.673624 [ 5 ] {176d1dcd-fd75-4cc0-86ee-7ce00098c2cb} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.673785 [ 5 ] {176d1dcd-fd75-4cc0-86ee-7ce00098c2cb} executeQuery: Read 6 rows, 321.00 B in 0.00116 sec., 5172.413793103448 rows/sec., 270.24 KiB/sec. 2025.09.19 00:33:10.673825 [ 5 ] {176d1dcd-fd75-4cc0-86ee-7ce00098c2cb} TCPHandler: Processed in 0.001342307 sec. 2025.09.19 00:33:10.673954 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.674050 [ 5 ] {49d6dfef-4bb1-4303-845a-db10bcdee008} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:10.674093 [ 5 ] {49d6dfef-4bb1-4303-845a-db10bcdee008} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:10.674550 [ 5 ] {49d6dfef-4bb1-4303-845a-db10bcdee008} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.674585 [ 5 ] {49d6dfef-4bb1-4303-845a-db10bcdee008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.674969 [ 5 ] {49d6dfef-4bb1-4303-845a-db10bcdee008} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:33:10.675207 [ 5 ] {49d6dfef-4bb1-4303-845a-db10bcdee008} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.675355 [ 5 ] {49d6dfef-4bb1-4303-845a-db10bcdee008} executeQuery: Read 314 rows, 21.12 KiB in 0.001324 sec., 237160.12084592142 rows/sec., 15.58 MiB/sec. 2025.09.19 00:33:10.675394 [ 5 ] {49d6dfef-4bb1-4303-845a-db10bcdee008} TCPHandler: Processed in 0.001489539 sec. 2025.09.19 00:33:10.675512 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.675608 [ 5 ] {f20a6706-0030-4368-bad0-7baa39142dd2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:33:10.675650 [ 5 ] {f20a6706-0030-4368-bad0-7baa39142dd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:33:10.676020 [ 5 ] {f20a6706-0030-4368-bad0-7baa39142dd2} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.676055 [ 5 ] {f20a6706-0030-4368-bad0-7baa39142dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.676348 [ 5 ] {f20a6706-0030-4368-bad0-7baa39142dd2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:33:10.676557 [ 5 ] {f20a6706-0030-4368-bad0-7baa39142dd2} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.676651 [ 113 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.09.19 00:33:10.676686 [ 113 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.676686 [ 5 ] {f20a6706-0030-4368-bad0-7baa39142dd2} executeQuery: Read 1 rows, 69.00 B in 0.001097 sec., 911.5770282588878 rows/sec., 61.42 KiB/sec. 2025.09.19 00:33:10.676707 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.676732 [ 5 ] {f20a6706-0030-4368-bad0-7baa39142dd2} TCPHandler: Processed in 0.001271677 sec. 2025.09.19 00:33:10.676793 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.09.19 00:33:10.676890 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:10.676892 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.676918 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2025.09.19 00:33:10.676972 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:10.677000 [ 5 ] {997148b1-43fc-4236-bd28-f6fe4a7dece4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:10.677009 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:10.677049 [ 5 ] {997148b1-43fc-4236-bd28-f6fe4a7dece4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:10.677059 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:10.677102 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:10.677136 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:10.677409 [ 5 ] {997148b1-43fc-4236-bd28-f6fe4a7dece4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:10.677450 [ 5 ] {997148b1-43fc-4236-bd28-f6fe4a7dece4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:10.677767 [ 5 ] {997148b1-43fc-4236-bd28-f6fe4a7dece4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:33:10.677853 [ 196 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001120815 sec., 8922.079022853904 rows/sec., 601.19 KiB/sec. 2025.09.19 00:33:10.677992 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.09.19 00:33:10.678016 [ 5 ] {997148b1-43fc-4236-bd28-f6fe4a7dece4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.678164 [ 5 ] {997148b1-43fc-4236-bd28-f6fe4a7dece4} executeQuery: Read 104 rows, 6.53 KiB in 0.001229 sec., 84621.64361269324 rows/sec., 5.19 MiB/sec. 2025.09.19 00:33:10.678203 [ 5 ] {997148b1-43fc-4236-bd28-f6fe4a7dece4} TCPHandler: Processed in 0.001408749 sec. 2025.09.19 00:33:10.678253 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:10.678323 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_10_2} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.09.19 00:33:10.678388 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:33:10.684630 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39759 2025.09.19 00:33:10.684723 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.684747 [ 288 ] {} TCP-Session: 6305cc99-61ba-4f38-bd1e-61e48f992ed5 Authenticating user 'default' from [fd00:1122:3344:101::e]:39759 2025.09.19 00:33:10.684768 [ 288 ] {} TCP-Session: 6305cc99-61ba-4f38-bd1e-61e48f992ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.684780 [ 288 ] {} TCP-Session: 6305cc99-61ba-4f38-bd1e-61e48f992ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.684996 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35555 2025.09.19 00:33:10.685030 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47114 2025.09.19 00:33:10.685044 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49303 2025.09.19 00:33:10.685063 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56584 2025.09.19 00:33:10.685076 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.685090 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42505 2025.09.19 00:33:10.685120 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.685119 [ 289 ] {} TCP-Session: 09c2628f-8e5f-447f-ae92-374927f7bfc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:35555 2025.09.19 00:33:10.685146 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.685146 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.685169 [ 289 ] {} TCP-Session: 09c2628f-8e5f-447f-ae92-374927f7bfc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685183 [ 291 ] {} TCP-Session: 8e9a4ecf-6201-4bdc-90cc-acaee9b178ff Authenticating user 'default' from [fd00:1122:3344:101::e]:49303 2025.09.19 00:33:10.685195 [ 289 ] {} TCP-Session: 09c2628f-8e5f-447f-ae92-374927f7bfc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685194 [ 293 ] {} TCP-Session: fbb5373b-a370-4c05-abe3-4aed2d848529 Authenticating user 'default' from [fd00:1122:3344:101::e]:56584 2025.09.19 00:33:10.685218 [ 291 ] {} TCP-Session: 8e9a4ecf-6201-4bdc-90cc-acaee9b178ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685235 [ 293 ] {} TCP-Session: fbb5373b-a370-4c05-abe3-4aed2d848529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685247 [ 291 ] {} TCP-Session: 8e9a4ecf-6201-4bdc-90cc-acaee9b178ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685261 [ 293 ] {} TCP-Session: fbb5373b-a370-4c05-abe3-4aed2d848529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685172 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.685150 [ 290 ] {} TCP-Session: c9a4b367-e4dd-4976-8f8f-2208c61c35ed Authenticating user 'default' from [fd00:1122:3344:101::e]:47114 2025.09.19 00:33:10.685316 [ 286 ] {} TCP-Session: a40fc566-445d-41ed-9189-39b21695ba33 Authenticating user 'default' from [fd00:1122:3344:101::e]:42505 2025.09.19 00:33:10.685084 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61314 2025.09.19 00:33:10.685334 [ 290 ] {} TCP-Session: c9a4b367-e4dd-4976-8f8f-2208c61c35ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685336 [ 286 ] {} TCP-Session: a40fc566-445d-41ed-9189-39b21695ba33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685358 [ 290 ] {} TCP-Session: c9a4b367-e4dd-4976-8f8f-2208c61c35ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685370 [ 286 ] {} TCP-Session: a40fc566-445d-41ed-9189-39b21695ba33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685073 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37239 2025.09.19 00:33:10.685392 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.685050 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34171 2025.09.19 00:33:10.685425 [ 3 ] {} TCP-Session: b45ce9e1-8b5b-4e33-9fb9-08255a28aede Authenticating user 'default' from [fd00:1122:3344:101::e]:61314 2025.09.19 00:33:10.685446 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.685465 [ 3 ] {} TCP-Session: b45ce9e1-8b5b-4e33-9fb9-08255a28aede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685120 [ 288 ] {} TCP-Session: 6305cc99-61ba-4f38-bd1e-61e48f992ed5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.685483 [ 294 ] {} TCP-Session: 4716a3d5-1fff-450e-90a3-36291e0c0b1f Authenticating user 'default' from [fd00:1122:3344:101::e]:37239 2025.09.19 00:33:10.685500 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.685527 [ 294 ] {} TCP-Session: 4716a3d5-1fff-450e-90a3-36291e0c0b1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685544 [ 292 ] {} TCP-Session: 68d8e9aa-7297-4d2b-bfb4-1d9ff3033e60 Authenticating user 'default' from [fd00:1122:3344:101::e]:34171 2025.09.19 00:33:10.685552 [ 294 ] {} TCP-Session: 4716a3d5-1fff-450e-90a3-36291e0c0b1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685571 [ 292 ] {} TCP-Session: 68d8e9aa-7297-4d2b-bfb4-1d9ff3033e60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685486 [ 3 ] {} TCP-Session: b45ce9e1-8b5b-4e33-9fb9-08255a28aede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685597 [ 292 ] {} TCP-Session: 68d8e9aa-7297-4d2b-bfb4-1d9ff3033e60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.685615 [ 288 ] {66af8ec4-6bd6-4e99-8410-846d3987849c} executeQuery: (from [fd00:1122:3344:101::e]:39759) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:33:10.685825 [ 288 ] {66af8ec4-6bd6-4e99-8410-846d3987849c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:33:10.685875 [ 288 ] {66af8ec4-6bd6-4e99-8410-846d3987849c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:33:10.686135 [ 288 ] {66af8ec4-6bd6-4e99-8410-846d3987849c} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:33:10.687085 [ 310 ] {66af8ec4-6bd6-4e99-8410-846d3987849c} AggregatingTransform: Aggregating 2025.09.19 00:33:10.687140 [ 310 ] {66af8ec4-6bd6-4e99-8410-846d3987849c} Aggregator: Aggregation method: without_key 2025.09.19 00:33:10.687179 [ 310 ] {66af8ec4-6bd6-4e99-8410-846d3987849c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000944583 sec. (1058.668 rows/sec., 41.35 KiB/sec.) 2025.09.19 00:33:10.687200 [ 310 ] {66af8ec4-6bd6-4e99-8410-846d3987849c} Aggregator: Merging aggregated data 2025.09.19 00:33:10.688487 [ 288 ] {66af8ec4-6bd6-4e99-8410-846d3987849c} executeQuery: Read 1 rows, 40.00 B in 0.002903 sec., 344.47123665173956 rows/sec., 13.46 KiB/sec. 2025.09.19 00:33:10.688639 [ 288 ] {66af8ec4-6bd6-4e99-8410-846d3987849c} TCPHandler: Processed in 0.003573257 sec. 2025.09.19 00:33:10.688736 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.688766 [ 288 ] {} TCP-Session: 6305cc99-61ba-4f38-bd1e-61e48f992ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.688769 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.688788 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.688814 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.688830 [ 293 ] {} TCP-Session: fbb5373b-a370-4c05-abe3-4aed2d848529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.688834 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.688861 [ 286 ] {} TCP-Session: a40fc566-445d-41ed-9189-39b21695ba33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.688871 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.688892 [ 290 ] {} TCP-Session: c9a4b367-e4dd-4976-8f8f-2208c61c35ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.688892 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.688928 [ 291 ] {} TCP-Session: 8e9a4ecf-6201-4bdc-90cc-acaee9b178ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.688850 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.688977 [ 292 ] {} TCP-Session: 68d8e9aa-7297-4d2b-bfb4-1d9ff3033e60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.688819 [ 289 ] {} TCP-Session: 09c2628f-8e5f-447f-ae92-374927f7bfc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.689008 [ 294 ] {} TCP-Session: 4716a3d5-1fff-450e-90a3-36291e0c0b1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.688902 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.689075 [ 3 ] {} TCP-Session: b45ce9e1-8b5b-4e33-9fb9-08255a28aede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.693887 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38880 2025.09.19 00:33:10.693958 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.693992 [ 288 ] {} TCP-Session: f4277eac-cabd-4d9c-8109-1d5593d548a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:38880 2025.09.19 00:33:10.694016 [ 288 ] {} TCP-Session: f4277eac-cabd-4d9c-8109-1d5593d548a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694035 [ 288 ] {} TCP-Session: f4277eac-cabd-4d9c-8109-1d5593d548a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694224 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56299 2025.09.19 00:33:10.694249 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64556 2025.09.19 00:33:10.694290 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57909 2025.09.19 00:33:10.694285 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40927 2025.09.19 00:33:10.694316 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60195 2025.09.19 00:33:10.694344 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54176 2025.09.19 00:33:10.694347 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.694375 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.694396 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.694403 [ 290 ] {} TCP-Session: c3a2ef57-25f1-4214-8a7c-4c1b8481bd89 Authenticating user 'default' from [fd00:1122:3344:101::e]:64556 2025.09.19 00:33:10.694413 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.694443 [ 291 ] {} TCP-Session: 5a0f8e90-77cc-4aa5-8f35-58dcde6225d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:40927 2025.09.19 00:33:10.694446 [ 290 ] {} TCP-Session: c3a2ef57-25f1-4214-8a7c-4c1b8481bd89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694461 [ 3 ] {} TCP-Session: c00fbcde-7ee4-470d-8d6c-b2a328110e71 Authenticating user 'default' from [fd00:1122:3344:101::e]:54176 2025.09.19 00:33:10.694480 [ 291 ] {} TCP-Session: 5a0f8e90-77cc-4aa5-8f35-58dcde6225d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694482 [ 290 ] {} TCP-Session: c3a2ef57-25f1-4214-8a7c-4c1b8481bd89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694493 [ 3 ] {} TCP-Session: c00fbcde-7ee4-470d-8d6c-b2a328110e71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694506 [ 291 ] {} TCP-Session: 5a0f8e90-77cc-4aa5-8f35-58dcde6225d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694527 [ 3 ] {} TCP-Session: c00fbcde-7ee4-470d-8d6c-b2a328110e71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694385 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32954 2025.09.19 00:33:10.694311 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47672 2025.09.19 00:33:10.694421 [ 292 ] {} TCP-Session: 918875f8-e17a-4c1f-b589-0ffca537552f Authenticating user 'default' from [fd00:1122:3344:101::e]:57909 2025.09.19 00:33:10.694618 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.694642 [ 292 ] {} TCP-Session: 918875f8-e17a-4c1f-b589-0ffca537552f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694659 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.694661 [ 286 ] {} TCP-Session: 2e58c089-6f90-4f84-abd7-f3e20254ae13 Authenticating user 'default' from [fd00:1122:3344:101::e]:32954 2025.09.19 00:33:10.694671 [ 292 ] {} TCP-Session: 918875f8-e17a-4c1f-b589-0ffca537552f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694692 [ 293 ] {} TCP-Session: 68327d79-535c-4ed8-b591-5cba2e0d7aa2 Authenticating user 'default' from [fd00:1122:3344:101::e]:47672 2025.09.19 00:33:10.694705 [ 286 ] {} TCP-Session: 2e58c089-6f90-4f84-abd7-f3e20254ae13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694734 [ 293 ] {} TCP-Session: 68327d79-535c-4ed8-b591-5cba2e0d7aa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694746 [ 286 ] {} TCP-Session: 2e58c089-6f90-4f84-abd7-f3e20254ae13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694760 [ 293 ] {} TCP-Session: 68327d79-535c-4ed8-b591-5cba2e0d7aa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694406 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.694328 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:33:10.694832 [ 294 ] {} TCP-Session: ffb12965-22eb-4f02-b3f5-248925f516f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:60195 2025.09.19 00:33:10.694316 [ 288 ] {} TCP-Session: f4277eac-cabd-4d9c-8109-1d5593d548a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:10.694861 [ 294 ] {} TCP-Session: ffb12965-22eb-4f02-b3f5-248925f516f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694860 [ 289 ] {} TCP-Session: 6962b8a8-9c34-412a-aaa4-a5015185df7c Authenticating user 'default' from [fd00:1122:3344:101::e]:56299 2025.09.19 00:33:10.694899 [ 294 ] {} TCP-Session: ffb12965-22eb-4f02-b3f5-248925f516f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694923 [ 289 ] {} TCP-Session: 6962b8a8-9c34-412a-aaa4-a5015185df7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694945 [ 289 ] {} TCP-Session: 6962b8a8-9c34-412a-aaa4-a5015185df7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.694996 [ 288 ] {af11f30a-42e9-4d1d-b634-d34566c2b1dd} executeQuery: (from [fd00:1122:3344:101::e]:38880) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:33:10.695189 [ 288 ] {af11f30a-42e9-4d1d-b634-d34566c2b1dd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:33:10.695240 [ 288 ] {af11f30a-42e9-4d1d-b634-d34566c2b1dd} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:33:10.695491 [ 288 ] {af11f30a-42e9-4d1d-b634-d34566c2b1dd} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:33:10.696423 [ 296 ] {af11f30a-42e9-4d1d-b634-d34566c2b1dd} AggregatingTransform: Aggregating 2025.09.19 00:33:10.696474 [ 296 ] {af11f30a-42e9-4d1d-b634-d34566c2b1dd} Aggregator: Aggregation method: without_key 2025.09.19 00:33:10.696513 [ 296 ] {af11f30a-42e9-4d1d-b634-d34566c2b1dd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000926622 sec. (1079.189 rows/sec., 42.16 KiB/sec.) 2025.09.19 00:33:10.696533 [ 296 ] {af11f30a-42e9-4d1d-b634-d34566c2b1dd} Aggregator: Merging aggregated data 2025.09.19 00:33:10.697708 [ 288 ] {af11f30a-42e9-4d1d-b634-d34566c2b1dd} executeQuery: Read 1 rows, 40.00 B in 0.002748 sec., 363.901018922853 rows/sec., 14.21 KiB/sec. 2025.09.19 00:33:10.697847 [ 288 ] {af11f30a-42e9-4d1d-b634-d34566c2b1dd} TCPHandler: Processed in 0.003605347 sec. 2025.09.19 00:33:10.697965 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.697991 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.697993 [ 288 ] {} TCP-Session: f4277eac-cabd-4d9c-8109-1d5593d548a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.698012 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.698028 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.698063 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.698078 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.698105 [ 3 ] {} TCP-Session: c00fbcde-7ee4-470d-8d6c-b2a328110e71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.698126 [ 291 ] {} TCP-Session: 5a0f8e90-77cc-4aa5-8f35-58dcde6225d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.698140 [ 294 ] {} TCP-Session: ffb12965-22eb-4f02-b3f5-248925f516f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.698114 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.698039 [ 286 ] {} TCP-Session: 2e58c089-6f90-4f84-abd7-f3e20254ae13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.698046 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.698211 [ 293 ] {} TCP-Session: 68327d79-535c-4ed8-b591-5cba2e0d7aa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.698249 [ 290 ] {} TCP-Session: c3a2ef57-25f1-4214-8a7c-4c1b8481bd89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.698095 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.19 00:33:10.698079 [ 289 ] {} TCP-Session: 6962b8a8-9c34-412a-aaa4-a5015185df7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:10.698309 [ 292 ] {} TCP-Session: 918875f8-e17a-4c1f-b589-0ffca537552f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:33:11.000272 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 239.54 MiB, peak 249.66 MiB, free memory in arenas 0.00 B, will set to 238.30 MiB (RSS), difference: -1.24 MiB 2025.09.19 00:33:12.277222 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8133 2025.09.19 00:33:12.277760 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:12.277820 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:12.278314 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:33:12.278551 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:12.278693 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8133 2025.09.19 00:33:12.703792 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.09.19 00:33:12.720324 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:12.720393 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.09.19 00:33:12.726719 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:33:12.727474 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:12.730343 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.09.19 00:33:14.792223 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 560 2025.09.19 00:33:14.794722 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:14.794777 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:14.796014 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:33:14.796284 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:14.796627 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 560 2025.09.19 00:33:15.650317 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:15.650551 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} executeQuery: (from [fd00:1122:3344:101::d]:47364) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:33:15.650926 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:33:15.650968 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:33:15.651239 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:33:15.651311 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:33:15.651458 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.09.19 00:33:15.651580 [ 299 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.19 00:33:15.651596 [ 330 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.09.19 00:33:15.651598 [ 340 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.19 00:33:15.651604 [ 336 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.09.19 00:33:15.651791 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2025.09.19 00:33:15.651820 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:33:15.651920 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.19 00:33:15.651942 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Reading approx. 41 rows with 4 streams 2025.09.19 00:33:15.651982 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:33:15.652023 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:33:15.652058 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:33:15.652127 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:33:15.653172 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} executeQuery: Read 41 rows, 1.56 KiB in 0.002723 sec., 15056.922511935365 rows/sec., 574.17 KiB/sec. 2025.09.19 00:33:15.653371 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} MemoryTracker: Peak memory usage (for query): 144.95 KiB. 2025.09.19 00:33:15.653391 [ 5 ] {6fd87dc2-6a52-457e-b7d8-de633ddbaec8} TCPHandler: Processed in 0.003201442 sec. 2025.09.19 00:33:15.655234 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:15.655345 [ 5 ] {4413d848-528d-43c4-924f-150029bd49a2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.19 00:33:15.655392 [ 5 ] {4413d848-528d-43c4-924f-150029bd49a2} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:33:15.655934 [ 5 ] {4413d848-528d-43c4-924f-150029bd49a2} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:15.655979 [ 5 ] {4413d848-528d-43c4-924f-150029bd49a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:15.656396 [ 5 ] {4413d848-528d-43c4-924f-150029bd49a2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:33:15.656607 [ 5 ] {4413d848-528d-43c4-924f-150029bd49a2} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:15.656761 [ 5 ] {4413d848-528d-43c4-924f-150029bd49a2} executeQuery: Read 1 rows, 106.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 71.44 KiB/sec. 2025.09.19 00:33:15.656803 [ 5 ] {4413d848-528d-43c4-924f-150029bd49a2} TCPHandler: Processed in 0.001621451 sec. 2025.09.19 00:33:15.656925 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:15.657024 [ 5 ] {a7d19665-45e6-4d2d-ad7a-d5594106f218} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:15.657066 [ 5 ] {a7d19665-45e6-4d2d-ad7a-d5594106f218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:15.657581 [ 5 ] {a7d19665-45e6-4d2d-ad7a-d5594106f218} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:15.657620 [ 5 ] {a7d19665-45e6-4d2d-ad7a-d5594106f218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:15.657948 [ 5 ] {a7d19665-45e6-4d2d-ad7a-d5594106f218} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:33:15.658162 [ 5 ] {a7d19665-45e6-4d2d-ad7a-d5594106f218} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:15.658299 [ 5 ] {a7d19665-45e6-4d2d-ad7a-d5594106f218} executeQuery: Read 141 rows, 12.52 KiB in 0.001297 sec., 108712.4132613724 rows/sec., 9.42 MiB/sec. 2025.09.19 00:33:15.658337 [ 5 ] {a7d19665-45e6-4d2d-ad7a-d5594106f218} TCPHandler: Processed in 0.001462549 sec. 2025.09.19 00:33:15.658456 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:15.658551 [ 5 ] {b4f40091-a65f-4b54-a078-ad54fbf3a853} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:15.658594 [ 5 ] {b4f40091-a65f-4b54-a078-ad54fbf3a853} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:15.658998 [ 5 ] {b4f40091-a65f-4b54-a078-ad54fbf3a853} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:15.659035 [ 5 ] {b4f40091-a65f-4b54-a078-ad54fbf3a853} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:15.659331 [ 5 ] {b4f40091-a65f-4b54-a078-ad54fbf3a853} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:33:15.659538 [ 5 ] {b4f40091-a65f-4b54-a078-ad54fbf3a853} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:15.659670 [ 5 ] {b4f40091-a65f-4b54-a078-ad54fbf3a853} executeQuery: Read 42 rows, 3.16 KiB in 0.001137 sec., 36939.31398416887 rows/sec., 2.71 MiB/sec. 2025.09.19 00:33:15.659707 [ 5 ] {b4f40091-a65f-4b54-a078-ad54fbf3a853} TCPHandler: Processed in 0.001300767 sec. 2025.09.19 00:33:15.659817 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:15.659912 [ 5 ] {09e8ce7a-f8d6-4211-9e65-408939b363df} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:33:15.659951 [ 5 ] {09e8ce7a-f8d6-4211-9e65-408939b363df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:33:15.660328 [ 5 ] {09e8ce7a-f8d6-4211-9e65-408939b363df} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:15.660364 [ 5 ] {09e8ce7a-f8d6-4211-9e65-408939b363df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:15.660660 [ 5 ] {09e8ce7a-f8d6-4211-9e65-408939b363df} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:33:15.660868 [ 5 ] {09e8ce7a-f8d6-4211-9e65-408939b363df} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:15.661006 [ 5 ] {09e8ce7a-f8d6-4211-9e65-408939b363df} executeQuery: Read 1 rows, 68.00 B in 0.001112 sec., 899.2805755395684 rows/sec., 59.72 KiB/sec. 2025.09.19 00:33:15.661043 [ 5 ] {09e8ce7a-f8d6-4211-9e65-408939b363df} TCPHandler: Processed in 0.001274137 sec. 2025.09.19 00:33:15.661164 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:15.661258 [ 5 ] {0a45b871-2aaf-43b0-8bc6-d8d775578744} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:15.661297 [ 5 ] {0a45b871-2aaf-43b0-8bc6-d8d775578744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:15.661727 [ 5 ] {0a45b871-2aaf-43b0-8bc6-d8d775578744} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:15.661763 [ 5 ] {0a45b871-2aaf-43b0-8bc6-d8d775578744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:15.662069 [ 5 ] {0a45b871-2aaf-43b0-8bc6-d8d775578744} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:33:15.662280 [ 5 ] {0a45b871-2aaf-43b0-8bc6-d8d775578744} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:15.662411 [ 5 ] {0a45b871-2aaf-43b0-8bc6-d8d775578744} executeQuery: Read 106 rows, 8.48 KiB in 0.001171 sec., 90520.92228864219 rows/sec., 7.07 MiB/sec. 2025.09.19 00:33:15.662451 [ 5 ] {0a45b871-2aaf-43b0-8bc6-d8d775578744} TCPHandler: Processed in 0.001335718 sec. 2025.09.19 00:33:15.662579 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:15.662692 [ 5 ] {f04c6a9a-cbb1-4863-80b7-e9fe9c79fc8f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:15.662756 [ 5 ] {f04c6a9a-cbb1-4863-80b7-e9fe9c79fc8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:15.663247 [ 5 ] {f04c6a9a-cbb1-4863-80b7-e9fe9c79fc8f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:15.663292 [ 5 ] {f04c6a9a-cbb1-4863-80b7-e9fe9c79fc8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:15.663723 [ 5 ] {f04c6a9a-cbb1-4863-80b7-e9fe9c79fc8f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:33:15.663963 [ 5 ] {f04c6a9a-cbb1-4863-80b7-e9fe9c79fc8f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:15.664098 [ 5 ] {f04c6a9a-cbb1-4863-80b7-e9fe9c79fc8f} executeQuery: Read 160 rows, 11.41 KiB in 0.001441 sec., 111034.00416377516 rows/sec., 7.73 MiB/sec. 2025.09.19 00:33:15.664136 [ 5 ] {f04c6a9a-cbb1-4863-80b7-e9fe9c79fc8f} TCPHandler: Processed in 0.001610411 sec. 2025.09.19 00:33:15.664251 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:15.664348 [ 5 ] {329d3a31-2993-4d79-a8f8-cf6c0fa63d63} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:33:15.664394 [ 5 ] {329d3a31-2993-4d79-a8f8-cf6c0fa63d63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:33:15.664718 [ 5 ] {329d3a31-2993-4d79-a8f8-cf6c0fa63d63} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:15.664754 [ 5 ] {329d3a31-2993-4d79-a8f8-cf6c0fa63d63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:15.665064 [ 5 ] {329d3a31-2993-4d79-a8f8-cf6c0fa63d63} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:33:15.665273 [ 5 ] {329d3a31-2993-4d79-a8f8-cf6c0fa63d63} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:15.665411 [ 5 ] {329d3a31-2993-4d79-a8f8-cf6c0fa63d63} executeQuery: Read 1 rows, 65.00 B in 0.001083 sec., 923.3610341643583 rows/sec., 58.61 KiB/sec. 2025.09.19 00:33:15.665447 [ 5 ] {329d3a31-2993-4d79-a8f8-cf6c0fa63d63} TCPHandler: Processed in 0.001245946 sec. 2025.09.19 00:33:15.665555 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:15.665648 [ 5 ] {8a1584b7-3b9e-4dcd-8ebc-2d3fe69a5508} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:15.665703 [ 5 ] {8a1584b7-3b9e-4dcd-8ebc-2d3fe69a5508} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:33:15.666533 [ 5 ] {8a1584b7-3b9e-4dcd-8ebc-2d3fe69a5508} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:15.666570 [ 5 ] {8a1584b7-3b9e-4dcd-8ebc-2d3fe69a5508} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:15.667157 [ 5 ] {8a1584b7-3b9e-4dcd-8ebc-2d3fe69a5508} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:33:15.667386 [ 5 ] {8a1584b7-3b9e-4dcd-8ebc-2d3fe69a5508} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:15.667536 [ 5 ] {8a1584b7-3b9e-4dcd-8ebc-2d3fe69a5508} executeQuery: Read 42 rows, 77.07 KiB in 0.001906 sec., 22035.67681007345 rows/sec., 39.49 MiB/sec. 2025.09.19 00:33:15.667598 [ 5 ] {8a1584b7-3b9e-4dcd-8ebc-2d3fe69a5508} TCPHandler: Processed in 0.002090607 sec. 2025.09.19 00:33:15.667717 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:15.667811 [ 5 ] {8d77e5be-846c-40d9-b7eb-0397a472b98a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:15.667853 [ 5 ] {8d77e5be-846c-40d9-b7eb-0397a472b98a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:15.668192 [ 5 ] {8d77e5be-846c-40d9-b7eb-0397a472b98a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:15.668229 [ 5 ] {8d77e5be-846c-40d9-b7eb-0397a472b98a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:15.668535 [ 5 ] {8d77e5be-846c-40d9-b7eb-0397a472b98a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:33:15.668756 [ 5 ] {8d77e5be-846c-40d9-b7eb-0397a472b98a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:15.668891 [ 5 ] {8d77e5be-846c-40d9-b7eb-0397a472b98a} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.09.19 00:33:15.668927 [ 5 ] {8d77e5be-846c-40d9-b7eb-0397a472b98a} TCPHandler: Processed in 0.001259457 sec. 2025.09.19 00:33:19.703416 [ 104 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:33:19.703520 [ 104 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:33:19.779535 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8581 2025.09.19 00:33:19.780024 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:19.780069 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:19.780563 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:33:19.780793 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:19.780923 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8581 2025.09.19 00:33:20.231189 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.09.19 00:33:20.247192 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.247253 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.253615 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:33:20.254374 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.257469 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.09.19 00:33:20.660476 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:20.660672 [ 5 ] {f6da0624-ed04-4e6f-9982-a69f938fce08} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:33:20.660744 [ 5 ] {f6da0624-ed04-4e6f-9982-a69f938fce08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:33:20.661666 [ 5 ] {f6da0624-ed04-4e6f-9982-a69f938fce08} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.661707 [ 5 ] {f6da0624-ed04-4e6f-9982-a69f938fce08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.662105 [ 5 ] {f6da0624-ed04-4e6f-9982-a69f938fce08} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:33:20.662329 [ 5 ] {f6da0624-ed04-4e6f-9982-a69f938fce08} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.662486 [ 5 ] {f6da0624-ed04-4e6f-9982-a69f938fce08} executeQuery: Read 410 rows, 26.63 KiB in 0.001868 sec., 219486.08137044968 rows/sec., 13.92 MiB/sec. 2025.09.19 00:33:20.662528 [ 5 ] {f6da0624-ed04-4e6f-9982-a69f938fce08} TCPHandler: Processed in 0.002183818 sec. 2025.09.19 00:33:20.662658 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:20.662753 [ 5 ] {4bd08fba-8dc0-4eb0-8462-1fc8bfb6afb3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:20.662794 [ 5 ] {4bd08fba-8dc0-4eb0-8462-1fc8bfb6afb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:20.663932 [ 5 ] {4bd08fba-8dc0-4eb0-8462-1fc8bfb6afb3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.663969 [ 5 ] {4bd08fba-8dc0-4eb0-8462-1fc8bfb6afb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.664329 [ 5 ] {4bd08fba-8dc0-4eb0-8462-1fc8bfb6afb3} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:33:20.664537 [ 5 ] {4bd08fba-8dc0-4eb0-8462-1fc8bfb6afb3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.664669 [ 5 ] {4bd08fba-8dc0-4eb0-8462-1fc8bfb6afb3} executeQuery: Read 1112 rows, 89.80 KiB in 0.001934 sec., 574974.1468459152 rows/sec., 45.34 MiB/sec. 2025.09.19 00:33:20.664705 [ 5 ] {4bd08fba-8dc0-4eb0-8462-1fc8bfb6afb3} TCPHandler: Processed in 0.002096548 sec. 2025.09.19 00:33:20.664827 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:20.664919 [ 5 ] {34c36b52-f98e-4155-bb3e-76a23c1462e1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:20.664958 [ 5 ] {34c36b52-f98e-4155-bb3e-76a23c1462e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:20.665482 [ 5 ] {34c36b52-f98e-4155-bb3e-76a23c1462e1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.665517 [ 5 ] {34c36b52-f98e-4155-bb3e-76a23c1462e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.665820 [ 5 ] {34c36b52-f98e-4155-bb3e-76a23c1462e1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:33:20.666037 [ 5 ] {34c36b52-f98e-4155-bb3e-76a23c1462e1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.666163 [ 5 ] {34c36b52-f98e-4155-bb3e-76a23c1462e1} executeQuery: Read 205 rows, 12.32 KiB in 0.001262 sec., 162440.5705229794 rows/sec., 9.53 MiB/sec. 2025.09.19 00:33:20.666200 [ 5 ] {34c36b52-f98e-4155-bb3e-76a23c1462e1} TCPHandler: Processed in 0.001422188 sec. 2025.09.19 00:33:20.666316 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:20.666409 [ 5 ] {be2e6ac6-7a74-43f5-a853-f56e15415eb8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:33:20.666448 [ 5 ] {be2e6ac6-7a74-43f5-a853-f56e15415eb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:33:20.666956 [ 5 ] {be2e6ac6-7a74-43f5-a853-f56e15415eb8} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.666992 [ 5 ] {be2e6ac6-7a74-43f5-a853-f56e15415eb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.667284 [ 5 ] {be2e6ac6-7a74-43f5-a853-f56e15415eb8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:33:20.667489 [ 5 ] {be2e6ac6-7a74-43f5-a853-f56e15415eb8} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.667619 [ 5 ] {be2e6ac6-7a74-43f5-a853-f56e15415eb8} executeQuery: Read 212 rows, 14.00 KiB in 0.001228 sec., 172638.4364820847 rows/sec., 11.13 MiB/sec. 2025.09.19 00:33:20.667655 [ 5 ] {be2e6ac6-7a74-43f5-a853-f56e15415eb8} TCPHandler: Processed in 0.001387688 sec. 2025.09.19 00:33:20.667763 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:20.667854 [ 5 ] {cdf77c7c-5692-49a2-8704-5476b8f0d917} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:33:20.667893 [ 5 ] {cdf77c7c-5692-49a2-8704-5476b8f0d917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:33:20.668387 [ 5 ] {cdf77c7c-5692-49a2-8704-5476b8f0d917} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.668422 [ 5 ] {cdf77c7c-5692-49a2-8704-5476b8f0d917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.668732 [ 5 ] {cdf77c7c-5692-49a2-8704-5476b8f0d917} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:33:20.668937 [ 5 ] {cdf77c7c-5692-49a2-8704-5476b8f0d917} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.669065 [ 5 ] {cdf77c7c-5692-49a2-8704-5476b8f0d917} executeQuery: Read 211 rows, 12.27 KiB in 0.001228 sec., 171824.1042345277 rows/sec., 9.76 MiB/sec. 2025.09.19 00:33:20.669103 [ 5 ] {cdf77c7c-5692-49a2-8704-5476b8f0d917} TCPHandler: Processed in 0.001388248 sec. 2025.09.19 00:33:20.669210 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:20.669303 [ 5 ] {fe4d032a-4a8e-4f5d-8366-1f264815eb53} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:20.669342 [ 5 ] {fe4d032a-4a8e-4f5d-8366-1f264815eb53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:20.670053 [ 5 ] {fe4d032a-4a8e-4f5d-8366-1f264815eb53} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.670153 [ 5 ] {fe4d032a-4a8e-4f5d-8366-1f264815eb53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.670484 [ 5 ] {fe4d032a-4a8e-4f5d-8366-1f264815eb53} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:33:20.670689 [ 5 ] {fe4d032a-4a8e-4f5d-8366-1f264815eb53} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.670825 [ 5 ] {fe4d032a-4a8e-4f5d-8366-1f264815eb53} executeQuery: Read 679 rows, 48.47 KiB in 0.00154 sec., 440909.09090909094 rows/sec., 30.73 MiB/sec. 2025.09.19 00:33:20.670863 [ 5 ] {fe4d032a-4a8e-4f5d-8366-1f264815eb53} TCPHandler: Processed in 0.001700712 sec. 2025.09.19 00:33:20.670970 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:20.671062 [ 5 ] {1bbdd750-930d-48c5-9aab-d390056d0c6b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:33:20.671103 [ 5 ] {1bbdd750-930d-48c5-9aab-d390056d0c6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:33:20.671512 [ 5 ] {1bbdd750-930d-48c5-9aab-d390056d0c6b} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.671547 [ 5 ] {1bbdd750-930d-48c5-9aab-d390056d0c6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.671872 [ 5 ] {1bbdd750-930d-48c5-9aab-d390056d0c6b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:33:20.672075 [ 5 ] {1bbdd750-930d-48c5-9aab-d390056d0c6b} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.672190 [ 102 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.19 00:33:20.672201 [ 5 ] {1bbdd750-930d-48c5-9aab-d390056d0c6b} executeQuery: Read 6 rows, 321.00 B in 0.001157 sec., 5185.825410544511 rows/sec., 270.94 KiB/sec. 2025.09.19 00:33:20.672265 [ 102 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.672280 [ 5 ] {1bbdd750-930d-48c5-9aab-d390056d0c6b} TCPHandler: Processed in 0.001358558 sec. 2025.09.19 00:33:20.672293 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.672386 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:20.672431 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:33:20.672482 [ 5 ] {0f42a941-b29c-4b52-acd6-2e120b6f3107} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:20.672529 [ 5 ] {0f42a941-b29c-4b52-acd6-2e120b6f3107} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:20.672582 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:20.672627 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2025.09.19 00:33:20.672698 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.09.19 00:33:20.672751 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.09.19 00:33:20.672798 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.09.19 00:33:20.672840 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.09.19 00:33:20.672883 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2025.09.19 00:33:20.673047 [ 5 ] {0f42a941-b29c-4b52-acd6-2e120b6f3107} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.673087 [ 5 ] {0f42a941-b29c-4b52-acd6-2e120b6f3107} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.673464 [ 5 ] {0f42a941-b29c-4b52-acd6-2e120b6f3107} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:33:20.673697 [ 5 ] {0f42a941-b29c-4b52-acd6-2e120b6f3107} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.673703 [ 196 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001325597 sec., 49788.88757291998 rows/sec., 2.54 MiB/sec. 2025.09.19 00:33:20.673836 [ 5 ] {0f42a941-b29c-4b52-acd6-2e120b6f3107} executeQuery: Read 314 rows, 21.12 KiB in 0.001372 sec., 228862.97376093295 rows/sec., 15.03 MiB/sec. 2025.09.19 00:33:20.673873 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.19 00:33:20.673879 [ 5 ] {0f42a941-b29c-4b52-acd6-2e120b6f3107} TCPHandler: Processed in 0.001541051 sec. 2025.09.19 00:33:20.674013 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:20.674108 [ 5 ] {9c45e086-dc5b-4d22-816d-7d079801d736} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:33:20.674141 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_11_2} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.674149 [ 5 ] {9c45e086-dc5b-4d22-816d-7d079801d736} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:33:20.674230 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_11_2} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.19 00:33:20.674306 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.19 00:33:20.674469 [ 5 ] {9c45e086-dc5b-4d22-816d-7d079801d736} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.674507 [ 5 ] {9c45e086-dc5b-4d22-816d-7d079801d736} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.674796 [ 5 ] {9c45e086-dc5b-4d22-816d-7d079801d736} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:33:20.675002 [ 5 ] {9c45e086-dc5b-4d22-816d-7d079801d736} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.675127 [ 5 ] {9c45e086-dc5b-4d22-816d-7d079801d736} executeQuery: Read 1 rows, 69.00 B in 0.001037 sec., 964.3201542912248 rows/sec., 64.98 KiB/sec. 2025.09.19 00:33:20.675163 [ 5 ] {9c45e086-dc5b-4d22-816d-7d079801d736} TCPHandler: Processed in 0.001198516 sec. 2025.09.19 00:33:20.675270 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:20.675363 [ 5 ] {ac148999-46f9-4fc0-9ce6-8fc08c3af5fa} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:20.675402 [ 5 ] {ac148999-46f9-4fc0-9ce6-8fc08c3af5fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:20.675759 [ 5 ] {ac148999-46f9-4fc0-9ce6-8fc08c3af5fa} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:20.675794 [ 5 ] {ac148999-46f9-4fc0-9ce6-8fc08c3af5fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:20.676146 [ 5 ] {ac148999-46f9-4fc0-9ce6-8fc08c3af5fa} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:33:20.676353 [ 5 ] {ac148999-46f9-4fc0-9ce6-8fc08c3af5fa} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:20.676484 [ 5 ] {ac148999-46f9-4fc0-9ce6-8fc08c3af5fa} executeQuery: Read 104 rows, 6.53 KiB in 0.00114 sec., 91228.0701754386 rows/sec., 5.59 MiB/sec. 2025.09.19 00:33:20.676520 [ 5 ] {ac148999-46f9-4fc0-9ce6-8fc08c3af5fa} TCPHandler: Processed in 0.001297597 sec. 2025.09.19 00:33:24.796847 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 600 2025.09.19 00:33:24.799374 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:24.799429 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:24.800719 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:33:24.800990 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:24.801284 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 600 2025.09.19 00:33:25.678072 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:25.678242 [ 5 ] {71bee257-6431-4418-9c4b-b51e0c74a4a5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:33:25.678308 [ 5 ] {71bee257-6431-4418-9c4b-b51e0c74a4a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:33:25.678940 [ 5 ] {71bee257-6431-4418-9c4b-b51e0c74a4a5} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.678986 [ 5 ] {71bee257-6431-4418-9c4b-b51e0c74a4a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.679363 [ 5 ] {71bee257-6431-4418-9c4b-b51e0c74a4a5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.19 00:33:25.679589 [ 5 ] {71bee257-6431-4418-9c4b-b51e0c74a4a5} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.679736 [ 5 ] {71bee257-6431-4418-9c4b-b51e0c74a4a5} executeQuery: Read 14 rows, 1.14 KiB in 0.001542 sec., 9079.11802853437 rows/sec., 740.34 KiB/sec. 2025.09.19 00:33:25.679781 [ 5 ] {71bee257-6431-4418-9c4b-b51e0c74a4a5} TCPHandler: Processed in 0.001836904 sec. 2025.09.19 00:33:25.679904 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:25.679999 [ 5 ] {64aff771-3be7-4750-91d8-5add40a73be9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:25.680039 [ 5 ] {64aff771-3be7-4750-91d8-5add40a73be9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:25.681154 [ 5 ] {64aff771-3be7-4750-91d8-5add40a73be9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.681203 [ 5 ] {64aff771-3be7-4750-91d8-5add40a73be9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.681648 [ 5 ] {64aff771-3be7-4750-91d8-5add40a73be9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:33:25.681869 [ 5 ] {64aff771-3be7-4750-91d8-5add40a73be9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.681995 [ 98 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.19 00:33:25.682002 [ 5 ] {64aff771-3be7-4750-91d8-5add40a73be9} executeQuery: Read 1287 rows, 109.05 KiB in 0.002022 sec., 636498.5163204748 rows/sec., 52.67 MiB/sec. 2025.09.19 00:33:25.682067 [ 98 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.682084 [ 5 ] {64aff771-3be7-4750-91d8-5add40a73be9} TCPHandler: Processed in 0.002230799 sec. 2025.09.19 00:33:25.682095 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.682216 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:25.682239 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:33:25.682315 [ 5 ] {4f6c08ac-e8d4-4b13-8515-2e5fd318a57b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:25.682362 [ 5 ] {4f6c08ac-e8d4-4b13-8515-2e5fd318a57b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:25.682373 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:25.682417 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2345 rows starting from the beginning of the part 2025.09.19 00:33:25.682485 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 140 rows starting from the beginning of the part 2025.09.19 00:33:25.682532 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:33:25.682573 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 141 rows starting from the beginning of the part 2025.09.19 00:33:25.682625 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:33:25.682667 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1287 rows starting from the beginning of the part 2025.09.19 00:33:25.682809 [ 5 ] {4f6c08ac-e8d4-4b13-8515-2e5fd318a57b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.682853 [ 5 ] {4f6c08ac-e8d4-4b13-8515-2e5fd318a57b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.683218 [ 5 ] {4f6c08ac-e8d4-4b13-8515-2e5fd318a57b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:33:25.683469 [ 5 ] {4f6c08ac-e8d4-4b13-8515-2e5fd318a57b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.683604 [ 5 ] {4f6c08ac-e8d4-4b13-8515-2e5fd318a57b} executeQuery: Read 56 rows, 4.14 KiB in 0.001307 sec., 42846.21270084162 rows/sec., 3.09 MiB/sec. 2025.09.19 00:33:25.683645 [ 5 ] {4f6c08ac-e8d4-4b13-8515-2e5fd318a57b} TCPHandler: Processed in 0.001479339 sec. 2025.09.19 00:33:25.683761 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:25.683855 [ 5 ] {d6f0b47b-2c32-4b8f-99e2-aac77beb6ad2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:33:25.683896 [ 5 ] {d6f0b47b-2c32-4b8f-99e2-aac77beb6ad2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:33:25.684388 [ 5 ] {d6f0b47b-2c32-4b8f-99e2-aac77beb6ad2} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.684425 [ 5 ] {d6f0b47b-2c32-4b8f-99e2-aac77beb6ad2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.684747 [ 5 ] {d6f0b47b-2c32-4b8f-99e2-aac77beb6ad2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:33:25.685005 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 6137 rows, containing 5 columns (5 merged, 0 gathered) in 0.002820027 sec., 2176220.298599978 rows/sec., 184.29 MiB/sec. 2025.09.19 00:33:25.685056 [ 5 ] {d6f0b47b-2c32-4b8f-99e2-aac77beb6ad2} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.685182 [ 98 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.09.19 00:33:25.685207 [ 5 ] {d6f0b47b-2c32-4b8f-99e2-aac77beb6ad2} executeQuery: Read 228 rows, 15.81 KiB in 0.00137 sec., 166423.3576642336 rows/sec., 11.27 MiB/sec. 2025.09.19 00:33:25.685222 [ 98 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.685250 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.685255 [ 5 ] {d6f0b47b-2c32-4b8f-99e2-aac77beb6ad2} TCPHandler: Processed in 0.001542301 sec. 2025.09.19 00:33:25.685313 [ 199 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.19 00:33:25.685362 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2025.09.19 00:33:25.685388 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:25.685502 [ 5 ] {26cec09b-dde3-4504-8fe0-54ce14f99eb8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:25.685527 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:25.685545 [ 5 ] {26cec09b-dde3-4504-8fe0-54ce14f99eb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:25.685580 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 440 rows starting from the beginning of the part 2025.09.19 00:33:25.685597 [ 199 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_26_5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.685662 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part 2025.09.19 00:33:25.685679 [ 199 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_26_5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.19 00:33:25.685718 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part 2025.09.19 00:33:25.685764 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.09.19 00:33:25.685775 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:25.685838 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part 2025.09.19 00:33:25.685886 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part 2025.09.19 00:33:25.686211 [ 5 ] {26cec09b-dde3-4504-8fe0-54ce14f99eb8} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.686254 [ 5 ] {26cec09b-dde3-4504-8fe0-54ce14f99eb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.686634 [ 5 ] {26cec09b-dde3-4504-8fe0-54ce14f99eb8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:33:25.686854 [ 5 ] {26cec09b-dde3-4504-8fe0-54ce14f99eb8} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.686932 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 1305 rows, containing 5 columns (5 merged, 0 gathered) in 0.001625761 sec., 802701.0120183716 rows/sec., 55.73 MiB/sec. 2025.09.19 00:33:25.686966 [ 98 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.19 00:33:25.686992 [ 5 ] {26cec09b-dde3-4504-8fe0-54ce14f99eb8} executeQuery: Read 576 rows, 43.91 KiB in 0.001508 sec., 381962.8647214854 rows/sec., 28.44 MiB/sec. 2025.09.19 00:33:25.686999 [ 98 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.687035 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.687040 [ 5 ] {26cec09b-dde3-4504-8fe0-54ce14f99eb8} TCPHandler: Processed in 0.001702392 sec. 2025.09.19 00:33:25.687101 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.09.19 00:33:25.687112 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:33:25.687163 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:25.687222 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:25.687254 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1213 rows starting from the beginning of the part 2025.09.19 00:33:25.687263 [ 5 ] {f432f915-1c8b-4f5f-a1e7-41598375b41b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:25.687315 [ 5 ] {f432f915-1c8b-4f5f-a1e7-41598375b41b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:25.687337 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 106 rows starting from the beginning of the part 2025.09.19 00:33:25.687392 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 679 rows starting from the beginning of the part 2025.09.19 00:33:25.687410 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.687436 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 106 rows starting from the beginning of the part 2025.09.19 00:33:25.687486 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 679 rows starting from the beginning of the part 2025.09.19 00:33:25.687493 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_15_3} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.09.19 00:33:25.687535 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 576 rows starting from the beginning of the part 2025.09.19 00:33:25.687591 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.09.19 00:33:25.687907 [ 5 ] {f432f915-1c8b-4f5f-a1e7-41598375b41b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.687949 [ 5 ] {f432f915-1c8b-4f5f-a1e7-41598375b41b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.688366 [ 5 ] {f432f915-1c8b-4f5f-a1e7-41598375b41b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:33:25.688590 [ 5 ] {f432f915-1c8b-4f5f-a1e7-41598375b41b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.688698 [ 98 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.19 00:33:25.688720 [ 5 ] {f432f915-1c8b-4f5f-a1e7-41598375b41b} executeQuery: Read 851 rows, 58.66 KiB in 0.001476 sec., 576558.2655826558 rows/sec., 38.81 MiB/sec. 2025.09.19 00:33:25.688726 [ 98 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.688765 [ 5 ] {f432f915-1c8b-4f5f-a1e7-41598375b41b} TCPHandler: Processed in 0.001651301 sec. 2025.09.19 00:33:25.688767 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.688797 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3359 rows, containing 5 columns (5 merged, 0 gathered) in 0.001717523 sec., 1955723.445916008 rows/sec., 147.81 MiB/sec. 2025.09.19 00:33:25.688868 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:33:25.688890 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:25.688963 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:25.688984 [ 5 ] {2b2220b8-1834-4d2f-87fb-e185e9b2d4a8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:25.688987 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.19 00:33:25.689000 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7661 rows starting from the beginning of the part 2025.09.19 00:33:25.689045 [ 5 ] {2b2220b8-1834-4d2f-87fb-e185e9b2d4a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:33:25.689086 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:33:25.689142 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 314 rows starting from the beginning of the part 2025.09.19 00:33:25.689195 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:33:25.689257 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 314 rows starting from the beginning of the part 2025.09.19 00:33:25.689272 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_26_5} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.689343 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 851 rows starting from the beginning of the part 2025.09.19 00:33:25.689355 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_26_5} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.19 00:33:25.689430 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:33:25.689963 [ 5 ] {2b2220b8-1834-4d2f-87fb-e185e9b2d4a8} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.690002 [ 5 ] {2b2220b8-1834-4d2f-87fb-e185e9b2d4a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.690611 [ 5 ] {2b2220b8-1834-4d2f-87fb-e185e9b2d4a8} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:33:25.690847 [ 5 ] {2b2220b8-1834-4d2f-87fb-e185e9b2d4a8} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.690991 [ 5 ] {2b2220b8-1834-4d2f-87fb-e185e9b2d4a8} executeQuery: Read 42 rows, 77.07 KiB in 0.002025 sec., 20740.74074074074 rows/sec., 37.17 MiB/sec. 2025.09.19 00:33:25.691060 [ 5 ] {2b2220b8-1834-4d2f-87fb-e185e9b2d4a8} TCPHandler: Processed in 0.00222038 sec. 2025.09.19 00:33:25.691182 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:25.691278 [ 5 ] {e15aa6b1-e97c-48ea-b1dd-6ed5b1ff7457} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:25.691321 [ 5 ] {e15aa6b1-e97c-48ea-b1dd-6ed5b1ff7457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:25.691669 [ 5 ] {e15aa6b1-e97c-48ea-b1dd-6ed5b1ff7457} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.691707 [ 5 ] {e15aa6b1-e97c-48ea-b1dd-6ed5b1ff7457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.692039 [ 5 ] {e15aa6b1-e97c-48ea-b1dd-6ed5b1ff7457} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:33:25.692257 [ 5 ] {e15aa6b1-e97c-48ea-b1dd-6ed5b1ff7457} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.692368 [ 98 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.19 00:33:25.692386 [ 5 ] {e15aa6b1-e97c-48ea-b1dd-6ed5b1ff7457} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2025.09.19 00:33:25.692406 [ 98 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:25.692428 [ 5 ] {e15aa6b1-e97c-48ea-b1dd-6ed5b1ff7457} TCPHandler: Processed in 0.001296937 sec. 2025.09.19 00:33:25.692431 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:25.692525 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:33:25.692612 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:25.692639 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1560 rows starting from the beginning of the part 2025.09.19 00:33:25.692706 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:33:25.692751 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 104 rows starting from the beginning of the part 2025.09.19 00:33:25.692750 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9460 rows, containing 5 columns (5 merged, 0 gathered) in 0.003918921 sec., 2413929.752602821 rows/sec., 161.80 MiB/sec. 2025.09.19 00:33:25.692802 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:33:25.692881 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 104 rows starting from the beginning of the part 2025.09.19 00:33:25.692937 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:33:25.693046 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.19 00:33:25.693378 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_26_5} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.693454 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_26_5} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.19 00:33:25.693535 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB. 2025.09.19 00:33:25.693867 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1948 rows, containing 4 columns (4 merged, 0 gathered) in 0.001379408 sec., 1412200.0162388503 rows/sec., 90.10 MiB/sec. 2025.09.19 00:33:25.694116 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.19 00:33:25.694390 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_26_5} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:25.694464 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_26_5} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.19 00:33:25.694540 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.09.19 00:33:27.106763 [ 92 ] {} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.19 00:33:27.106827 [ 92 ] {} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:27.106847 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:27.106976 [ 189 ] {436b47b9-ce9e-41e3-8469-9a978c744972::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.09.19 00:33:27.107365 [ 189 ] {436b47b9-ce9e-41e3-8469-9a978c744972::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:27.107429 [ 189 ] {436b47b9-ce9e-41e3-8469-9a978c744972::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part 2025.09.19 00:33:27.107553 [ 189 ] {436b47b9-ce9e-41e3-8469-9a978c744972::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.09.19 00:33:27.107661 [ 189 ] {436b47b9-ce9e-41e3-8469-9a978c744972::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part 2025.09.19 00:33:27.107757 [ 189 ] {436b47b9-ce9e-41e3-8469-9a978c744972::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.09.19 00:33:27.107858 [ 189 ] {436b47b9-ce9e-41e3-8469-9a978c744972::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:27.109371 [ 188 ] {436b47b9-ce9e-41e3-8469-9a978c744972::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.002450932 sec., 17136.33833986418 rows/sec., 3.58 MiB/sec. 2025.09.19 00:33:27.109511 [ 189 ] {436b47b9-ce9e-41e3-8469-9a978c744972::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.19 00:33:27.109808 [ 189 ] {436b47b9-ce9e-41e3-8469-9a978c744972::all_1_5_1} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:27.109873 [ 189 ] {436b47b9-ce9e-41e3-8469-9a978c744972::all_1_5_1} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.19 00:33:27.109935 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.09.19 00:33:27.281077 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9093 2025.09.19 00:33:27.281589 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:27.281629 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:27.282152 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:33:27.282393 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:27.282525 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9093 2025.09.19 00:33:27.757622 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.09.19 00:33:27.774656 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:27.774725 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:27.781017 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:33:27.781796 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:27.784733 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.09.19 00:33:30.659975 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:30.660160 [ 5 ] {ef14e6b4-80a9-451b-8acb-169755d36b9b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:33:30.660224 [ 5 ] {ef14e6b4-80a9-451b-8acb-169755d36b9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:33:30.660997 [ 5 ] {ef14e6b4-80a9-451b-8acb-169755d36b9b} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:30.661045 [ 5 ] {ef14e6b4-80a9-451b-8acb-169755d36b9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:30.661450 [ 5 ] {ef14e6b4-80a9-451b-8acb-169755d36b9b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:33:30.661692 [ 5 ] {ef14e6b4-80a9-451b-8acb-169755d36b9b} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:30.661839 [ 5 ] {ef14e6b4-80a9-451b-8acb-169755d36b9b} executeQuery: Read 410 rows, 26.63 KiB in 0.001727 sec., 237405.9061957151 rows/sec., 15.06 MiB/sec. 2025.09.19 00:33:30.661880 [ 5 ] {ef14e6b4-80a9-451b-8acb-169755d36b9b} TCPHandler: Processed in 0.002034337 sec. 2025.09.19 00:33:30.662013 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:30.662121 [ 5 ] {7aa8bcb2-8387-410c-b405-ebf288455a26} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:30.662165 [ 5 ] {7aa8bcb2-8387-410c-b405-ebf288455a26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:30.663142 [ 5 ] {7aa8bcb2-8387-410c-b405-ebf288455a26} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:30.663185 [ 5 ] {7aa8bcb2-8387-410c-b405-ebf288455a26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:30.663572 [ 5 ] {7aa8bcb2-8387-410c-b405-ebf288455a26} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:33:30.663790 [ 5 ] {7aa8bcb2-8387-410c-b405-ebf288455a26} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:30.663921 [ 5 ] {7aa8bcb2-8387-410c-b405-ebf288455a26} executeQuery: Read 1112 rows, 89.80 KiB in 0.001821 sec., 610653.4870950028 rows/sec., 48.16 MiB/sec. 2025.09.19 00:33:30.663960 [ 5 ] {7aa8bcb2-8387-410c-b405-ebf288455a26} TCPHandler: Processed in 0.002016066 sec. 2025.09.19 00:33:30.664075 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:30.664170 [ 5 ] {cd42cab4-f3d6-4033-ba99-a4f21f354746} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:30.664211 [ 5 ] {cd42cab4-f3d6-4033-ba99-a4f21f354746} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:30.664680 [ 5 ] {cd42cab4-f3d6-4033-ba99-a4f21f354746} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:30.664722 [ 5 ] {cd42cab4-f3d6-4033-ba99-a4f21f354746} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:30.665054 [ 5 ] {cd42cab4-f3d6-4033-ba99-a4f21f354746} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:33:30.665288 [ 5 ] {cd42cab4-f3d6-4033-ba99-a4f21f354746} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:30.665429 [ 5 ] {cd42cab4-f3d6-4033-ba99-a4f21f354746} executeQuery: Read 205 rows, 12.32 KiB in 0.001277 sec., 160532.4980422866 rows/sec., 9.42 MiB/sec. 2025.09.19 00:33:30.665469 [ 5 ] {cd42cab4-f3d6-4033-ba99-a4f21f354746} TCPHandler: Processed in 0.001442949 sec. 2025.09.19 00:33:30.665580 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:30.665672 [ 5 ] {09ee0860-5605-453f-adce-0092ca63294b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:33:30.665712 [ 5 ] {09ee0860-5605-453f-adce-0092ca63294b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:33:30.666180 [ 5 ] {09ee0860-5605-453f-adce-0092ca63294b} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:30.666217 [ 5 ] {09ee0860-5605-453f-adce-0092ca63294b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:30.666517 [ 5 ] {09ee0860-5605-453f-adce-0092ca63294b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:33:30.666727 [ 5 ] {09ee0860-5605-453f-adce-0092ca63294b} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:30.666857 [ 5 ] {09ee0860-5605-453f-adce-0092ca63294b} executeQuery: Read 212 rows, 14.00 KiB in 0.001203 sec., 176226.10141313382 rows/sec., 11.36 MiB/sec. 2025.09.19 00:33:30.666894 [ 5 ] {09ee0860-5605-453f-adce-0092ca63294b} TCPHandler: Processed in 0.001365028 sec. 2025.09.19 00:33:30.667002 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:30.667095 [ 5 ] {fbb37200-3f44-48cc-a367-9f8935f9cc41} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:33:30.667134 [ 5 ] {fbb37200-3f44-48cc-a367-9f8935f9cc41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:33:30.667613 [ 5 ] {fbb37200-3f44-48cc-a367-9f8935f9cc41} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:30.667649 [ 5 ] {fbb37200-3f44-48cc-a367-9f8935f9cc41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:30.667957 [ 5 ] {fbb37200-3f44-48cc-a367-9f8935f9cc41} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:33:30.668167 [ 5 ] {fbb37200-3f44-48cc-a367-9f8935f9cc41} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:30.668292 [ 5 ] {fbb37200-3f44-48cc-a367-9f8935f9cc41} executeQuery: Read 211 rows, 12.27 KiB in 0.001216 sec., 173519.73684210525 rows/sec., 9.85 MiB/sec. 2025.09.19 00:33:30.668330 [ 5 ] {fbb37200-3f44-48cc-a367-9f8935f9cc41} TCPHandler: Processed in 0.001376498 sec. 2025.09.19 00:33:30.668428 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:30.668521 [ 5 ] {c18e053b-f389-4caa-bb4e-e401bbfcf9a4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:30.668559 [ 5 ] {c18e053b-f389-4caa-bb4e-e401bbfcf9a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:30.669213 [ 5 ] {c18e053b-f389-4caa-bb4e-e401bbfcf9a4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:30.669250 [ 5 ] {c18e053b-f389-4caa-bb4e-e401bbfcf9a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:30.669587 [ 5 ] {c18e053b-f389-4caa-bb4e-e401bbfcf9a4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:33:30.669823 [ 5 ] {c18e053b-f389-4caa-bb4e-e401bbfcf9a4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:30.669950 [ 5 ] {c18e053b-f389-4caa-bb4e-e401bbfcf9a4} executeQuery: Read 679 rows, 48.47 KiB in 0.001448 sec., 468922.65193370165 rows/sec., 32.69 MiB/sec. 2025.09.19 00:33:30.669987 [ 5 ] {c18e053b-f389-4caa-bb4e-e401bbfcf9a4} TCPHandler: Processed in 0.001606271 sec. 2025.09.19 00:33:30.670091 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:30.670184 [ 5 ] {4b1424fc-daed-4168-894a-007be8dd34cf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:33:30.670224 [ 5 ] {4b1424fc-daed-4168-894a-007be8dd34cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:33:30.670555 [ 5 ] {4b1424fc-daed-4168-894a-007be8dd34cf} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:30.670590 [ 5 ] {4b1424fc-daed-4168-894a-007be8dd34cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:30.670886 [ 5 ] {4b1424fc-daed-4168-894a-007be8dd34cf} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:33:30.671086 [ 5 ] {4b1424fc-daed-4168-894a-007be8dd34cf} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:30.671212 [ 5 ] {4b1424fc-daed-4168-894a-007be8dd34cf} executeQuery: Read 6 rows, 321.00 B in 0.001046 sec., 5736.137667304015 rows/sec., 299.69 KiB/sec. 2025.09.19 00:33:30.671248 [ 5 ] {4b1424fc-daed-4168-894a-007be8dd34cf} TCPHandler: Processed in 0.001204766 sec. 2025.09.19 00:33:30.671352 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:30.671445 [ 5 ] {b2621b0c-0870-497f-910b-32915a782322} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:30.671486 [ 5 ] {b2621b0c-0870-497f-910b-32915a782322} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:30.671917 [ 5 ] {b2621b0c-0870-497f-910b-32915a782322} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:30.671953 [ 5 ] {b2621b0c-0870-497f-910b-32915a782322} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:30.672293 [ 5 ] {b2621b0c-0870-497f-910b-32915a782322} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:33:30.672499 [ 5 ] {b2621b0c-0870-497f-910b-32915a782322} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:30.672626 [ 5 ] {b2621b0c-0870-497f-910b-32915a782322} executeQuery: Read 314 rows, 21.12 KiB in 0.0012 sec., 261666.6666666667 rows/sec., 17.19 MiB/sec. 2025.09.19 00:33:30.672663 [ 5 ] {b2621b0c-0870-497f-910b-32915a782322} TCPHandler: Processed in 0.001359158 sec. 2025.09.19 00:33:30.672780 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:30.672897 [ 5 ] {af186a4a-d9e2-4e0f-acd7-fed18671c629} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:33:30.672947 [ 5 ] {af186a4a-d9e2-4e0f-acd7-fed18671c629} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:33:30.673307 [ 5 ] {af186a4a-d9e2-4e0f-acd7-fed18671c629} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:30.673345 [ 5 ] {af186a4a-d9e2-4e0f-acd7-fed18671c629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:30.673658 [ 5 ] {af186a4a-d9e2-4e0f-acd7-fed18671c629} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:33:30.673884 [ 5 ] {af186a4a-d9e2-4e0f-acd7-fed18671c629} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:30.674018 [ 5 ] {af186a4a-d9e2-4e0f-acd7-fed18671c629} executeQuery: Read 1 rows, 69.00 B in 0.001145 sec., 873.3624454148472 rows/sec., 58.85 KiB/sec. 2025.09.19 00:33:30.674056 [ 5 ] {af186a4a-d9e2-4e0f-acd7-fed18671c629} TCPHandler: Processed in 0.001336857 sec. 2025.09.19 00:33:30.674155 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:30.674265 [ 5 ] {9b23ade9-1619-4fe9-b497-f8301cdc6b15} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:30.674312 [ 5 ] {9b23ade9-1619-4fe9-b497-f8301cdc6b15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:30.674705 [ 5 ] {9b23ade9-1619-4fe9-b497-f8301cdc6b15} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:30.674748 [ 5 ] {9b23ade9-1619-4fe9-b497-f8301cdc6b15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.09.19 00:33:30.675136 [ 5 ] {9b23ade9-1619-4fe9-b497-f8301cdc6b15} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:33:30.675344 [ 5 ] {9b23ade9-1619-4fe9-b497-f8301cdc6b15} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:30.675469 [ 5 ] {9b23ade9-1619-4fe9-b497-f8301cdc6b15} executeQuery: Read 104 rows, 6.53 KiB in 0.001228 sec., 84690.55374592834 rows/sec., 5.19 MiB/sec. 2025.09.19 00:33:30.675505 [ 5 ] {9b23ade9-1619-4fe9-b497-f8301cdc6b15} TCPHandler: Processed in 0.001397008 sec. 2025.09.19 00:33:34.703572 [ 83 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:33:34.703635 [ 83 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:33:34.783359 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9541 2025.09.19 00:33:34.783861 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:34.783906 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:34.784395 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:33:34.784626 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:34.784756 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9541 2025.09.19 00:33:34.802297 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 636 2025.09.19 00:33:34.804746 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:34.804808 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:34.806110 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:33:34.806394 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:34.806797 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 636 2025.09.19 00:33:35.285566 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.09.19 00:33:35.302720 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:35.302786 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:35.308700 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:33:35.309417 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:35.312348 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.09.19 00:33:35.651696 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:35.651982 [ 5 ] {ff3ddd01-832e-45cd-b29e-7c31b0039517} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:35.652088 [ 5 ] {ff3ddd01-832e-45cd-b29e-7c31b0039517} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:35.652827 [ 5 ] {ff3ddd01-832e-45cd-b29e-7c31b0039517} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:35.652867 [ 5 ] {ff3ddd01-832e-45cd-b29e-7c31b0039517} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:35.653316 [ 5 ] {ff3ddd01-832e-45cd-b29e-7c31b0039517} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:33:35.653546 [ 5 ] {ff3ddd01-832e-45cd-b29e-7c31b0039517} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:35.653704 [ 5 ] {ff3ddd01-832e-45cd-b29e-7c31b0039517} executeQuery: Read 140 rows, 12.42 KiB in 0.001799 sec., 77821.01167315175 rows/sec., 6.74 MiB/sec. 2025.09.19 00:33:35.653755 [ 5 ] {ff3ddd01-832e-45cd-b29e-7c31b0039517} TCPHandler: Processed in 0.002237579 sec. 2025.09.19 00:33:35.653929 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:35.654030 [ 5 ] {93d4c813-0cb8-4e24-afe7-2849c1e54c35} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:35.654073 [ 5 ] {93d4c813-0cb8-4e24-afe7-2849c1e54c35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:35.654495 [ 5 ] {93d4c813-0cb8-4e24-afe7-2849c1e54c35} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:35.654530 [ 5 ] {93d4c813-0cb8-4e24-afe7-2849c1e54c35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:35.654832 [ 5 ] {93d4c813-0cb8-4e24-afe7-2849c1e54c35} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:33:35.655041 [ 5 ] {93d4c813-0cb8-4e24-afe7-2849c1e54c35} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:35.655140 [ 81 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.19 00:33:35.655171 [ 5 ] {93d4c813-0cb8-4e24-afe7-2849c1e54c35} executeQuery: Read 42 rows, 3.16 KiB in 0.001163 sec., 36113.49957007739 rows/sec., 2.65 MiB/sec. 2025.09.19 00:33:35.655185 [ 81 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:35.655208 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:35.655209 [ 5 ] {93d4c813-0cb8-4e24-afe7-2849c1e54c35} TCPHandler: Processed in 0.001330327 sec. 2025.09.19 00:33:35.655319 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:35.655363 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:33:35.655425 [ 5 ] {70696983-1f7d-4a7f-8854-3a3b20423a9b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:35.655469 [ 5 ] {70696983-1f7d-4a7f-8854-3a3b20423a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:35.655519 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:35.655560 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 265 rows starting from the beginning of the part 2025.09.19 00:33:35.655634 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:35.655686 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 205 rows starting from the beginning of the part 2025.09.19 00:33:35.655733 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part 2025.09.19 00:33:35.655780 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 205 rows starting from the beginning of the part 2025.09.19 00:33:35.655826 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:35.655904 [ 5 ] {70696983-1f7d-4a7f-8854-3a3b20423a9b} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:35.655945 [ 5 ] {70696983-1f7d-4a7f-8854-3a3b20423a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:35.656317 [ 5 ] {70696983-1f7d-4a7f-8854-3a3b20423a9b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:33:35.656552 [ 5 ] {70696983-1f7d-4a7f-8854-3a3b20423a9b} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:35.656685 [ 5 ] {70696983-1f7d-4a7f-8854-3a3b20423a9b} executeQuery: Read 106 rows, 8.48 KiB in 0.00129 sec., 82170.54263565892 rows/sec., 6.42 MiB/sec. 2025.09.19 00:33:35.656723 [ 5 ] {70696983-1f7d-4a7f-8854-3a3b20423a9b} TCPHandler: Processed in 0.001451869 sec. 2025.09.19 00:33:35.656808 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 815 rows, containing 5 columns (5 merged, 0 gathered) in 0.0015078 sec., 540522.6157315294 rows/sec., 35.62 MiB/sec. 2025.09.19 00:33:35.656836 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:35.656943 [ 5 ] {d4bdf185-0ae1-4df1-b58b-109dd9ee0b2e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:35.656989 [ 5 ] {d4bdf185-0ae1-4df1-b58b-109dd9ee0b2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:35.657014 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.19 00:33:35.657348 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_26_5} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:35.657398 [ 5 ] {d4bdf185-0ae1-4df1-b58b-109dd9ee0b2e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:35.657441 [ 5 ] {d4bdf185-0ae1-4df1-b58b-109dd9ee0b2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:35.657442 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_26_5} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.19 00:33:35.657557 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:33:35.657816 [ 5 ] {d4bdf185-0ae1-4df1-b58b-109dd9ee0b2e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:33:35.658033 [ 5 ] {d4bdf185-0ae1-4df1-b58b-109dd9ee0b2e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:35.658171 [ 5 ] {d4bdf185-0ae1-4df1-b58b-109dd9ee0b2e} executeQuery: Read 160 rows, 11.41 KiB in 0.001249 sec., 128102.48198558849 rows/sec., 8.92 MiB/sec. 2025.09.19 00:33:35.658208 [ 5 ] {d4bdf185-0ae1-4df1-b58b-109dd9ee0b2e} TCPHandler: Processed in 0.001426309 sec. 2025.09.19 00:33:35.658330 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:35.658450 [ 5 ] {4b09f368-9fa2-4c0f-8600-6faf522aadcc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:35.658517 [ 5 ] {4b09f368-9fa2-4c0f-8600-6faf522aadcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:33:35.659448 [ 5 ] {4b09f368-9fa2-4c0f-8600-6faf522aadcc} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:35.659484 [ 5 ] {4b09f368-9fa2-4c0f-8600-6faf522aadcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:35.660082 [ 5 ] {4b09f368-9fa2-4c0f-8600-6faf522aadcc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:33:35.660307 [ 5 ] {4b09f368-9fa2-4c0f-8600-6faf522aadcc} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:35.660447 [ 5 ] {4b09f368-9fa2-4c0f-8600-6faf522aadcc} executeQuery: Read 42 rows, 77.07 KiB in 0.002022 sec., 20771.513353115726 rows/sec., 37.22 MiB/sec. 2025.09.19 00:33:35.660500 [ 5 ] {4b09f368-9fa2-4c0f-8600-6faf522aadcc} TCPHandler: Processed in 0.002232049 sec. 2025.09.19 00:33:35.660611 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:35.660704 [ 5 ] {180db219-ef3b-419b-953e-b2c10afdea1d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:35.660746 [ 5 ] {180db219-ef3b-419b-953e-b2c10afdea1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:35.661086 [ 5 ] {180db219-ef3b-419b-953e-b2c10afdea1d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:35.661123 [ 5 ] {180db219-ef3b-419b-953e-b2c10afdea1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:35.661423 [ 5 ] {180db219-ef3b-419b-953e-b2c10afdea1d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:33:35.661631 [ 5 ] {180db219-ef3b-419b-953e-b2c10afdea1d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:35.661760 [ 5 ] {180db219-ef3b-419b-953e-b2c10afdea1d} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.09.19 00:33:35.661794 [ 5 ] {180db219-ef3b-419b-953e-b2c10afdea1d} TCPHandler: Processed in 0.001232507 sec. 2025.09.19 00:33:40.660922 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:40.661113 [ 5 ] {4abf70b1-139e-48ce-89f9-9d40566f83ee} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:33:40.661180 [ 5 ] {4abf70b1-139e-48ce-89f9-9d40566f83ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:33:40.661994 [ 5 ] {4abf70b1-139e-48ce-89f9-9d40566f83ee} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.662039 [ 5 ] {4abf70b1-139e-48ce-89f9-9d40566f83ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.662431 [ 5 ] {4abf70b1-139e-48ce-89f9-9d40566f83ee} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:33:40.662669 [ 5 ] {4abf70b1-139e-48ce-89f9-9d40566f83ee} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.662810 [ 76 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.09.19 00:33:40.662815 [ 5 ] {4abf70b1-139e-48ce-89f9-9d40566f83ee} executeQuery: Read 410 rows, 26.63 KiB in 0.001755 sec., 233618.23361823361 rows/sec., 14.82 MiB/sec. 2025.09.19 00:33:40.662884 [ 76 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.662905 [ 5 ] {4abf70b1-139e-48ce-89f9-9d40566f83ee} TCPHandler: Processed in 0.002111297 sec. 2025.09.19 00:33:40.662913 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.663042 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:40.663061 [ 194 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:33:40.663141 [ 5 ] {7146c02f-ba55-4e2f-9301-cc2fcd2ebad9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:33:40.663187 [ 5 ] {7146c02f-ba55-4e2f-9301-cc2fcd2ebad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:33:40.663223 [ 194 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:40.663265 [ 194 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 410 rows starting from the beginning of the part 2025.09.19 00:33:40.663335 [ 194 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 410 rows starting from the beginning of the part 2025.09.19 00:33:40.663381 [ 194 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 410 rows starting from the beginning of the part 2025.09.19 00:33:40.663426 [ 194 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 410 rows starting from the beginning of the part 2025.09.19 00:33:40.663467 [ 194 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 410 rows starting from the beginning of the part 2025.09.19 00:33:40.663587 [ 5 ] {7146c02f-ba55-4e2f-9301-cc2fcd2ebad9} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.663630 [ 5 ] {7146c02f-ba55-4e2f-9301-cc2fcd2ebad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.663949 [ 5 ] {7146c02f-ba55-4e2f-9301-cc2fcd2ebad9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.19 00:33:40.664184 [ 5 ] {7146c02f-ba55-4e2f-9301-cc2fcd2ebad9} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.664314 [ 5 ] {7146c02f-ba55-4e2f-9301-cc2fcd2ebad9} executeQuery: Read 2 rows, 167.00 B in 0.001191 sec., 1679.2611251049539 rows/sec., 136.93 KiB/sec. 2025.09.19 00:33:40.664351 [ 5 ] {7146c02f-ba55-4e2f-9301-cc2fcd2ebad9} TCPHandler: Processed in 0.001359547 sec. 2025.09.19 00:33:40.664464 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:40.664556 [ 5 ] {70685b57-c44e-4511-aa34-dc4f0ed10bed} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:40.664596 [ 5 ] {70685b57-c44e-4511-aa34-dc4f0ed10bed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:40.664594 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001596692 sec., 1283904.4724968872 rows/sec., 86.34 MiB/sec. 2025.09.19 00:33:40.664796 [ 192 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.09.19 00:33:40.665104 [ 192 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_13_3} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.665182 [ 192 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_13_3} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.09.19 00:33:40.665278 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:33:40.665570 [ 5 ] {70685b57-c44e-4511-aa34-dc4f0ed10bed} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.665611 [ 5 ] {70685b57-c44e-4511-aa34-dc4f0ed10bed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.665970 [ 5 ] {70685b57-c44e-4511-aa34-dc4f0ed10bed} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:33:40.666178 [ 5 ] {70685b57-c44e-4511-aa34-dc4f0ed10bed} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.666306 [ 5 ] {70685b57-c44e-4511-aa34-dc4f0ed10bed} executeQuery: Read 1113 rows, 89.87 KiB in 0.001768 sec., 629524.886877828 rows/sec., 49.64 MiB/sec. 2025.09.19 00:33:40.666343 [ 5 ] {70685b57-c44e-4511-aa34-dc4f0ed10bed} TCPHandler: Processed in 0.001929515 sec. 2025.09.19 00:33:40.666460 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:40.666552 [ 5 ] {1777ea38-c10d-4931-9c7d-b254a6524dbb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:40.666590 [ 5 ] {1777ea38-c10d-4931-9c7d-b254a6524dbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:40.667040 [ 5 ] {1777ea38-c10d-4931-9c7d-b254a6524dbb} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.667072 [ 5 ] {1777ea38-c10d-4931-9c7d-b254a6524dbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.667369 [ 5 ] {1777ea38-c10d-4931-9c7d-b254a6524dbb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:33:40.667641 [ 5 ] {1777ea38-c10d-4931-9c7d-b254a6524dbb} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.667770 [ 5 ] {1777ea38-c10d-4931-9c7d-b254a6524dbb} executeQuery: Read 207 rows, 12.46 KiB in 0.001234 sec., 167747.16369529982 rows/sec., 9.86 MiB/sec. 2025.09.19 00:33:40.667806 [ 5 ] {1777ea38-c10d-4931-9c7d-b254a6524dbb} TCPHandler: Processed in 0.001395129 sec. 2025.09.19 00:33:40.667918 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:40.668011 [ 5 ] {4d1ab762-6fc1-4ce8-afb3-a54391df7684} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:33:40.668050 [ 5 ] {4d1ab762-6fc1-4ce8-afb3-a54391df7684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:33:40.668522 [ 5 ] {4d1ab762-6fc1-4ce8-afb3-a54391df7684} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.668559 [ 5 ] {4d1ab762-6fc1-4ce8-afb3-a54391df7684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.668863 [ 5 ] {4d1ab762-6fc1-4ce8-afb3-a54391df7684} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:33:40.669075 [ 5 ] {4d1ab762-6fc1-4ce8-afb3-a54391df7684} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.669206 [ 5 ] {4d1ab762-6fc1-4ce8-afb3-a54391df7684} executeQuery: Read 212 rows, 14.00 KiB in 0.001214 sec., 174629.3245469522 rows/sec., 11.26 MiB/sec. 2025.09.19 00:33:40.669244 [ 5 ] {4d1ab762-6fc1-4ce8-afb3-a54391df7684} TCPHandler: Processed in 0.001375408 sec. 2025.09.19 00:33:40.669355 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:40.669447 [ 5 ] {60c3c414-6ddf-4c8f-bca0-3752a6ede08e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:33:40.669488 [ 5 ] {60c3c414-6ddf-4c8f-bca0-3752a6ede08e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:33:40.669962 [ 5 ] {60c3c414-6ddf-4c8f-bca0-3752a6ede08e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.669997 [ 5 ] {60c3c414-6ddf-4c8f-bca0-3752a6ede08e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.670296 [ 5 ] {60c3c414-6ddf-4c8f-bca0-3752a6ede08e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:33:40.670503 [ 5 ] {60c3c414-6ddf-4c8f-bca0-3752a6ede08e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.670607 [ 76 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.09.19 00:33:40.670634 [ 5 ] {60c3c414-6ddf-4c8f-bca0-3752a6ede08e} executeQuery: Read 211 rows, 12.27 KiB in 0.001204 sec., 175249.16943521594 rows/sec., 9.95 MiB/sec. 2025.09.19 00:33:40.670643 [ 76 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.670676 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.670677 [ 5 ] {60c3c414-6ddf-4c8f-bca0-3752a6ede08e} TCPHandler: Processed in 0.001371078 sec. 2025.09.19 00:33:40.670759 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:33:40.670803 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:40.670857 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:40.670887 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 211 rows starting from the beginning of the part 2025.09.19 00:33:40.670900 [ 5 ] {fee3cc81-abcb-4818-9c54-c3b5e73c69e5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:40.670937 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 211 rows starting from the beginning of the part 2025.09.19 00:33:40.670945 [ 5 ] {fee3cc81-abcb-4818-9c54-c3b5e73c69e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:40.670983 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 211 rows starting from the beginning of the part 2025.09.19 00:33:40.671027 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 211 rows starting from the beginning of the part 2025.09.19 00:33:40.671065 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 211 rows starting from the beginning of the part 2025.09.19 00:33:40.671617 [ 5 ] {fee3cc81-abcb-4818-9c54-c3b5e73c69e5} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.671658 [ 5 ] {fee3cc81-abcb-4818-9c54-c3b5e73c69e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.671851 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001128364 sec., 934981.9739020388 rows/sec., 56.66 MiB/sec. 2025.09.19 00:33:40.672024 [ 5 ] {fee3cc81-abcb-4818-9c54-c3b5e73c69e5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:33:40.672027 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.09.19 00:33:40.672289 [ 5 ] {fee3cc81-abcb-4818-9c54-c3b5e73c69e5} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.672403 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_13_3} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.672434 [ 5 ] {fee3cc81-abcb-4818-9c54-c3b5e73c69e5} executeQuery: Read 681 rows, 48.63 KiB in 0.001552 sec., 438788.6597938144 rows/sec., 30.60 MiB/sec. 2025.09.19 00:33:40.672476 [ 5 ] {fee3cc81-abcb-4818-9c54-c3b5e73c69e5} TCPHandler: Processed in 0.001722763 sec. 2025.09.19 00:33:40.672485 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_13_3} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.09.19 00:33:40.672574 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:33:40.672588 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:40.672686 [ 5 ] {4baf9ba3-b029-450d-9023-32180ccf88e1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:33:40.672728 [ 5 ] {4baf9ba3-b029-450d-9023-32180ccf88e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:33:40.673062 [ 5 ] {4baf9ba3-b029-450d-9023-32180ccf88e1} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.673097 [ 5 ] {4baf9ba3-b029-450d-9023-32180ccf88e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.673404 [ 5 ] {4baf9ba3-b029-450d-9023-32180ccf88e1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:33:40.673616 [ 5 ] {4baf9ba3-b029-450d-9023-32180ccf88e1} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.673747 [ 5 ] {4baf9ba3-b029-450d-9023-32180ccf88e1} executeQuery: Read 6 rows, 321.00 B in 0.00108 sec., 5555.555555555556 rows/sec., 290.26 KiB/sec. 2025.09.19 00:33:40.673783 [ 5 ] {4baf9ba3-b029-450d-9023-32180ccf88e1} TCPHandler: Processed in 0.001244107 sec. 2025.09.19 00:33:40.673893 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:40.673986 [ 5 ] {6ce708c7-1a95-4295-8e27-93ba74163f1a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:40.674039 [ 5 ] {6ce708c7-1a95-4295-8e27-93ba74163f1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:40.674484 [ 5 ] {6ce708c7-1a95-4295-8e27-93ba74163f1a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.674519 [ 5 ] {6ce708c7-1a95-4295-8e27-93ba74163f1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.674857 [ 5 ] {6ce708c7-1a95-4295-8e27-93ba74163f1a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:33:40.675065 [ 5 ] {6ce708c7-1a95-4295-8e27-93ba74163f1a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.675193 [ 5 ] {6ce708c7-1a95-4295-8e27-93ba74163f1a} executeQuery: Read 315 rows, 21.19 KiB in 0.001226 sec., 256933.11582381726 rows/sec., 16.88 MiB/sec. 2025.09.19 00:33:40.675231 [ 5 ] {6ce708c7-1a95-4295-8e27-93ba74163f1a} TCPHandler: Processed in 0.001386829 sec. 2025.09.19 00:33:40.675342 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:40.675436 [ 5 ] {02d5b050-57e6-4728-8083-74c67ea4f376} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:33:40.675477 [ 5 ] {02d5b050-57e6-4728-8083-74c67ea4f376} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:33:40.675792 [ 5 ] {02d5b050-57e6-4728-8083-74c67ea4f376} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.675827 [ 5 ] {02d5b050-57e6-4728-8083-74c67ea4f376} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.676122 [ 5 ] {02d5b050-57e6-4728-8083-74c67ea4f376} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:33:40.676318 [ 5 ] {02d5b050-57e6-4728-8083-74c67ea4f376} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.676444 [ 5 ] {02d5b050-57e6-4728-8083-74c67ea4f376} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2025.09.19 00:33:40.676479 [ 5 ] {02d5b050-57e6-4728-8083-74c67ea4f376} TCPHandler: Processed in 0.001186805 sec. 2025.09.19 00:33:40.676589 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:40.676680 [ 5 ] {13c3fa0e-d354-45d1-b6fc-04545e6356cf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:40.676722 [ 5 ] {13c3fa0e-d354-45d1-b6fc-04545e6356cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:40.677047 [ 5 ] {13c3fa0e-d354-45d1-b6fc-04545e6356cf} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:40.677080 [ 5 ] {13c3fa0e-d354-45d1-b6fc-04545e6356cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:40.677384 [ 5 ] {13c3fa0e-d354-45d1-b6fc-04545e6356cf} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:33:40.677588 [ 5 ] {13c3fa0e-d354-45d1-b6fc-04545e6356cf} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:40.677714 [ 5 ] {13c3fa0e-d354-45d1-b6fc-04545e6356cf} executeQuery: Read 104 rows, 6.53 KiB in 0.001052 sec., 98859.31558935362 rows/sec., 6.06 MiB/sec. 2025.09.19 00:33:40.677748 [ 5 ] {13c3fa0e-d354-45d1-b6fc-04545e6356cf} TCPHandler: Processed in 0.001208836 sec. 2025.09.19 00:33:42.284899 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10053 2025.09.19 00:33:42.285411 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:42.285450 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:42.285941 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:33:42.286180 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:42.286288 [ 74 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.19 00:33:42.286320 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10053 2025.09.19 00:33:42.286333 [ 74 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:42.286356 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:42.286461 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:42.286548 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:42.286579 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7621 rows starting from the beginning of the part 2025.09.19 00:33:42.286635 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:42.286678 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:42.286725 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:42.286766 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:42.286805 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:33:42.288822 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10053 rows, containing 4 columns (4 merged, 0 gathered) in 0.002394461 sec., 4198439.648839551 rows/sec., 60.06 MiB/sec. 2025.09.19 00:33:42.289292 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.19 00:33:42.289613 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_21_4} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:42.289697 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_21_4} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.19 00:33:42.289799 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.09.19 00:33:42.812485 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.09.19 00:33:42.830358 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:42.830426 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:42.836268 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:33:42.837042 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:42.837383 [ 73 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.19 00:33:42.837476 [ 73 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:42.837513 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:42.837663 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:42.840210 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.09.19 00:33:42.841675 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:42.843146 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:42.847935 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2025.09.19 00:33:42.852632 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2025.09.19 00:33:42.857186 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:42.861365 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:42.865455 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:33:42.916657 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.079056834 sec., 2011.2113267778973 rows/sec., 10.40 MiB/sec. 2025.09.19 00:33:42.918260 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.19 00:33:42.919852 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_21_4} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:42.919935 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_21_4} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.19 00:33:42.921408 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.09.19 00:33:43.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 245.89 MiB, peak 256.44 MiB, free memory in arenas 0.00 B, will set to 250.36 MiB (RSS), difference: 4.46 MiB 2025.09.19 00:33:44.807086 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 670 2025.09.19 00:33:44.809501 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:44.809561 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:44.810840 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:33:44.811122 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:44.811462 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 670 2025.09.19 00:33:45.651440 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:45.651612 [ 5 ] {3661e3d4-4807-4a88-a5e1-5d56aa9a441f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:45.651677 [ 5 ] {3661e3d4-4807-4a88-a5e1-5d56aa9a441f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:45.652403 [ 5 ] {3661e3d4-4807-4a88-a5e1-5d56aa9a441f} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:45.652448 [ 5 ] {3661e3d4-4807-4a88-a5e1-5d56aa9a441f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:45.652848 [ 5 ] {3661e3d4-4807-4a88-a5e1-5d56aa9a441f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:33:45.653084 [ 5 ] {3661e3d4-4807-4a88-a5e1-5d56aa9a441f} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:45.653234 [ 5 ] {3661e3d4-4807-4a88-a5e1-5d56aa9a441f} executeQuery: Read 140 rows, 12.42 KiB in 0.001669 sec., 83882.56440982624 rows/sec., 7.27 MiB/sec. 2025.09.19 00:33:45.653275 [ 5 ] {3661e3d4-4807-4a88-a5e1-5d56aa9a441f} TCPHandler: Processed in 0.001963066 sec. 2025.09.19 00:33:45.653394 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:45.653489 [ 5 ] {944577b5-39cc-4501-93b8-15c0acbdc6b8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:45.653530 [ 5 ] {944577b5-39cc-4501-93b8-15c0acbdc6b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:45.653945 [ 5 ] {944577b5-39cc-4501-93b8-15c0acbdc6b8} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:45.653981 [ 5 ] {944577b5-39cc-4501-93b8-15c0acbdc6b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:45.654289 [ 5 ] {944577b5-39cc-4501-93b8-15c0acbdc6b8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:33:45.654503 [ 5 ] {944577b5-39cc-4501-93b8-15c0acbdc6b8} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:45.654633 [ 5 ] {944577b5-39cc-4501-93b8-15c0acbdc6b8} executeQuery: Read 42 rows, 3.16 KiB in 0.001162 sec., 36144.57831325301 rows/sec., 2.65 MiB/sec. 2025.09.19 00:33:45.654670 [ 5 ] {944577b5-39cc-4501-93b8-15c0acbdc6b8} TCPHandler: Processed in 0.001325008 sec. 2025.09.19 00:33:45.654778 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:45.654872 [ 5 ] {ebba7ad9-a67e-47cf-9924-4de99a009f35} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:45.654912 [ 5 ] {ebba7ad9-a67e-47cf-9924-4de99a009f35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:45.655343 [ 5 ] {ebba7ad9-a67e-47cf-9924-4de99a009f35} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:45.655379 [ 5 ] {ebba7ad9-a67e-47cf-9924-4de99a009f35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:45.655685 [ 5 ] {ebba7ad9-a67e-47cf-9924-4de99a009f35} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:33:45.655896 [ 5 ] {ebba7ad9-a67e-47cf-9924-4de99a009f35} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:45.656022 [ 5 ] {ebba7ad9-a67e-47cf-9924-4de99a009f35} executeQuery: Read 106 rows, 8.48 KiB in 0.001167 sec., 90831.19108826049 rows/sec., 7.09 MiB/sec. 2025.09.19 00:33:45.656059 [ 5 ] {ebba7ad9-a67e-47cf-9924-4de99a009f35} TCPHandler: Processed in 0.001329447 sec. 2025.09.19 00:33:45.656170 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:45.656263 [ 5 ] {b90b2c86-7c10-4659-b310-43f7bf88daf1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:45.656305 [ 5 ] {b90b2c86-7c10-4659-b310-43f7bf88daf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:45.656715 [ 5 ] {b90b2c86-7c10-4659-b310-43f7bf88daf1} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:45.656751 [ 5 ] {b90b2c86-7c10-4659-b310-43f7bf88daf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:45.657081 [ 5 ] {b90b2c86-7c10-4659-b310-43f7bf88daf1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:33:45.657302 [ 5 ] {b90b2c86-7c10-4659-b310-43f7bf88daf1} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:45.657429 [ 5 ] {b90b2c86-7c10-4659-b310-43f7bf88daf1} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2025.09.19 00:33:45.657465 [ 5 ] {b90b2c86-7c10-4659-b310-43f7bf88daf1} TCPHandler: Processed in 0.001344357 sec. 2025.09.19 00:33:45.657571 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:45.657666 [ 5 ] {5737fc0c-a64a-455f-8020-4dff2fc69d24} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:45.657722 [ 5 ] {5737fc0c-a64a-455f-8020-4dff2fc69d24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:33:45.658590 [ 5 ] {5737fc0c-a64a-455f-8020-4dff2fc69d24} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:45.658627 [ 5 ] {5737fc0c-a64a-455f-8020-4dff2fc69d24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:45.659214 [ 5 ] {5737fc0c-a64a-455f-8020-4dff2fc69d24} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:33:45.659440 [ 5 ] {5737fc0c-a64a-455f-8020-4dff2fc69d24} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:45.659574 [ 5 ] {5737fc0c-a64a-455f-8020-4dff2fc69d24} executeQuery: Read 42 rows, 77.07 KiB in 0.001926 sec., 21806.85358255452 rows/sec., 39.08 MiB/sec. 2025.09.19 00:33:45.659632 [ 5 ] {5737fc0c-a64a-455f-8020-4dff2fc69d24} TCPHandler: Processed in 0.002107318 sec. 2025.09.19 00:33:45.659744 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:45.659837 [ 5 ] {c9ce9fd0-bee4-4227-a72f-d7a4e618d8fd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:45.659879 [ 5 ] {c9ce9fd0-bee4-4227-a72f-d7a4e618d8fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:45.660217 [ 5 ] {c9ce9fd0-bee4-4227-a72f-d7a4e618d8fd} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:45.660252 [ 5 ] {c9ce9fd0-bee4-4227-a72f-d7a4e618d8fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:45.660559 [ 5 ] {c9ce9fd0-bee4-4227-a72f-d7a4e618d8fd} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:33:45.660769 [ 5 ] {c9ce9fd0-bee4-4227-a72f-d7a4e618d8fd} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:45.660900 [ 5 ] {c9ce9fd0-bee4-4227-a72f-d7a4e618d8fd} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.09.19 00:33:45.660935 [ 5 ] {c9ce9fd0-bee4-4227-a72f-d7a4e618d8fd} TCPHandler: Processed in 0.001239646 sec. 2025.09.19 00:33:49.703681 [ 60 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:33:49.703750 [ 60 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:33:49.786472 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10501 2025.09.19 00:33:49.786984 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:49.787036 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:49.787706 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:33:49.788007 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:49.788159 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10501 2025.09.19 00:33:50.340351 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.09.19 00:33:50.355429 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.355496 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.361079 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:33:50.361783 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.364603 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.09.19 00:33:50.660013 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:50.660193 [ 5 ] {6f709222-9a71-4ddc-85bf-345928b0d9fa} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:33:50.660260 [ 5 ] {6f709222-9a71-4ddc-85bf-345928b0d9fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:33:50.661133 [ 5 ] {6f709222-9a71-4ddc-85bf-345928b0d9fa} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.661182 [ 5 ] {6f709222-9a71-4ddc-85bf-345928b0d9fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.661588 [ 5 ] {6f709222-9a71-4ddc-85bf-345928b0d9fa} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:33:50.661818 [ 5 ] {6f709222-9a71-4ddc-85bf-345928b0d9fa} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.661969 [ 5 ] {6f709222-9a71-4ddc-85bf-345928b0d9fa} executeQuery: Read 410 rows, 26.63 KiB in 0.001826 sec., 224534.5016429354 rows/sec., 14.24 MiB/sec. 2025.09.19 00:33:50.662011 [ 5 ] {6f709222-9a71-4ddc-85bf-345928b0d9fa} TCPHandler: Processed in 0.002126508 sec. 2025.09.19 00:33:50.662149 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:50.662272 [ 5 ] {604cd8fd-3f01-4166-a95a-5dfa6aca00de} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:50.662321 [ 5 ] {604cd8fd-3f01-4166-a95a-5dfa6aca00de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:50.663286 [ 5 ] {604cd8fd-3f01-4166-a95a-5dfa6aca00de} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.663323 [ 5 ] {604cd8fd-3f01-4166-a95a-5dfa6aca00de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.663703 [ 5 ] {604cd8fd-3f01-4166-a95a-5dfa6aca00de} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:33:50.663920 [ 5 ] {604cd8fd-3f01-4166-a95a-5dfa6aca00de} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.664033 [ 59 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.19 00:33:50.664049 [ 5 ] {604cd8fd-3f01-4166-a95a-5dfa6aca00de} executeQuery: Read 1112 rows, 89.80 KiB in 0.001801 sec., 617434.758467518 rows/sec., 48.69 MiB/sec. 2025.09.19 00:33:50.664098 [ 59 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.664106 [ 5 ] {604cd8fd-3f01-4166-a95a-5dfa6aca00de} TCPHandler: Processed in 0.002019036 sec. 2025.09.19 00:33:50.664160 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.664277 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:50.664299 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:33:50.664376 [ 5 ] {e092c7db-958b-41a3-b1d5-7373b486f2f3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:50.664421 [ 5 ] {e092c7db-958b-41a3-b1d5-7373b486f2f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:50.664442 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:50.664483 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2346 rows starting from the beginning of the part 2025.09.19 00:33:50.664577 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:33:50.664649 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 140 rows starting from the beginning of the part 2025.09.19 00:33:50.664724 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:33:50.664772 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 140 rows starting from the beginning of the part 2025.09.19 00:33:50.664813 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:33:50.664901 [ 5 ] {e092c7db-958b-41a3-b1d5-7373b486f2f3} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.664945 [ 5 ] {e092c7db-958b-41a3-b1d5-7373b486f2f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.665307 [ 5 ] {e092c7db-958b-41a3-b1d5-7373b486f2f3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:33:50.665540 [ 5 ] {e092c7db-958b-41a3-b1d5-7373b486f2f3} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.665679 [ 5 ] {e092c7db-958b-41a3-b1d5-7373b486f2f3} executeQuery: Read 205 rows, 12.32 KiB in 0.001321 sec., 155185.46555639667 rows/sec., 9.10 MiB/sec. 2025.09.19 00:33:50.665717 [ 5 ] {e092c7db-958b-41a3-b1d5-7373b486f2f3} TCPHandler: Processed in 0.00149101 sec. 2025.09.19 00:33:50.665820 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:50.665913 [ 5 ] {38cc3583-d061-4e8c-9bd3-d6adf741c4b6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:33:50.665953 [ 5 ] {38cc3583-d061-4e8c-9bd3-d6adf741c4b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:33:50.666422 [ 5 ] {38cc3583-d061-4e8c-9bd3-d6adf741c4b6} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.666460 [ 5 ] {38cc3583-d061-4e8c-9bd3-d6adf741c4b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.666777 [ 5 ] {38cc3583-d061-4e8c-9bd3-d6adf741c4b6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:33:50.667000 [ 5 ] {38cc3583-d061-4e8c-9bd3-d6adf741c4b6} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.667144 [ 5 ] {38cc3583-d061-4e8c-9bd3-d6adf741c4b6} executeQuery: Read 212 rows, 14.00 KiB in 0.001249 sec., 169735.78863090475 rows/sec., 10.95 MiB/sec. 2025.09.19 00:33:50.667170 [ 197 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5963 rows, containing 5 columns (5 merged, 0 gathered) in 0.002931309 sec., 2034244.769145798 rows/sec., 170.68 MiB/sec. 2025.09.19 00:33:50.667183 [ 5 ] {38cc3583-d061-4e8c-9bd3-d6adf741c4b6} TCPHandler: Processed in 0.001412719 sec. 2025.09.19 00:33:50.667312 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:50.667407 [ 5 ] {83d20cbc-0032-440f-be21-d95af9de82e1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:33:50.667447 [ 5 ] {83d20cbc-0032-440f-be21-d95af9de82e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:33:50.667527 [ 197 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.19 00:33:50.667798 [ 197 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_31_6} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.667871 [ 197 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_31_6} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.19 00:33:50.667922 [ 5 ] {83d20cbc-0032-440f-be21-d95af9de82e1} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.667954 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.09.19 00:33:50.667957 [ 5 ] {83d20cbc-0032-440f-be21-d95af9de82e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.668272 [ 5 ] {83d20cbc-0032-440f-be21-d95af9de82e1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:33:50.668488 [ 5 ] {83d20cbc-0032-440f-be21-d95af9de82e1} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.668619 [ 5 ] {83d20cbc-0032-440f-be21-d95af9de82e1} executeQuery: Read 211 rows, 12.27 KiB in 0.00123 sec., 171544.71544715448 rows/sec., 9.74 MiB/sec. 2025.09.19 00:33:50.668658 [ 5 ] {83d20cbc-0032-440f-be21-d95af9de82e1} TCPHandler: Processed in 0.001396808 sec. 2025.09.19 00:33:50.668771 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:50.668864 [ 5 ] {dd42060f-848a-488d-a046-55fb776874c1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:50.668903 [ 5 ] {dd42060f-848a-488d-a046-55fb776874c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:50.669576 [ 5 ] {dd42060f-848a-488d-a046-55fb776874c1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.669613 [ 5 ] {dd42060f-848a-488d-a046-55fb776874c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.669951 [ 5 ] {dd42060f-848a-488d-a046-55fb776874c1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:33:50.670170 [ 5 ] {dd42060f-848a-488d-a046-55fb776874c1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.670288 [ 58 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.19 00:33:50.670301 [ 5 ] {dd42060f-848a-488d-a046-55fb776874c1} executeQuery: Read 679 rows, 48.47 KiB in 0.001454 sec., 466987.6203576341 rows/sec., 32.55 MiB/sec. 2025.09.19 00:33:50.670336 [ 58 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.670353 [ 5 ] {dd42060f-848a-488d-a046-55fb776874c1} TCPHandler: Processed in 0.001632171 sec. 2025.09.19 00:33:50.670363 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.670467 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:33:50.670474 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:50.670559 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:50.670579 [ 5 ] {5e7777f7-deb0-45f6-ad9f-787fa59e82b3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:33:50.670595 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1213 rows starting from the beginning of the part 2025.09.19 00:33:50.670621 [ 5 ] {5e7777f7-deb0-45f6-ad9f-787fa59e82b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:33:50.670662 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 679 rows starting from the beginning of the part 2025.09.19 00:33:50.670714 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 106 rows starting from the beginning of the part 2025.09.19 00:33:50.670765 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 681 rows starting from the beginning of the part 2025.09.19 00:33:50.670814 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 106 rows starting from the beginning of the part 2025.09.19 00:33:50.670860 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 679 rows starting from the beginning of the part 2025.09.19 00:33:50.670959 [ 5 ] {5e7777f7-deb0-45f6-ad9f-787fa59e82b3} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.670995 [ 5 ] {5e7777f7-deb0-45f6-ad9f-787fa59e82b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.671307 [ 5 ] {5e7777f7-deb0-45f6-ad9f-787fa59e82b3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:33:50.671541 [ 5 ] {5e7777f7-deb0-45f6-ad9f-787fa59e82b3} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.671672 [ 5 ] {5e7777f7-deb0-45f6-ad9f-787fa59e82b3} executeQuery: Read 6 rows, 321.00 B in 0.001112 sec., 5395.6834532374105 rows/sec., 281.90 KiB/sec. 2025.09.19 00:33:50.671710 [ 5 ] {5e7777f7-deb0-45f6-ad9f-787fa59e82b3} TCPHandler: Processed in 0.001285767 sec. 2025.09.19 00:33:50.671816 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:50.671908 [ 5 ] {800646c4-b1bd-4823-adac-b08f748e033d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:50.671951 [ 5 ] {800646c4-b1bd-4823-adac-b08f748e033d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:50.672257 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3464 rows, containing 5 columns (5 merged, 0 gathered) in 0.001828284 sec., 1894672.8188837185 rows/sec., 141.60 MiB/sec. 2025.09.19 00:33:50.672426 [ 5 ] {800646c4-b1bd-4823-adac-b08f748e033d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.672470 [ 5 ] {800646c4-b1bd-4823-adac-b08f748e033d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.672487 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.19 00:33:50.672829 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_31_6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.672873 [ 5 ] {800646c4-b1bd-4823-adac-b08f748e033d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:33:50.672918 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_31_6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.19 00:33:50.673016 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:33:50.673115 [ 5 ] {800646c4-b1bd-4823-adac-b08f748e033d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.673243 [ 58 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.19 00:33:50.673263 [ 5 ] {800646c4-b1bd-4823-adac-b08f748e033d} executeQuery: Read 314 rows, 21.12 KiB in 0.001373 sec., 228696.28550619082 rows/sec., 15.02 MiB/sec. 2025.09.19 00:33:50.673277 [ 58 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.673306 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.673309 [ 5 ] {800646c4-b1bd-4823-adac-b08f748e033d} TCPHandler: Processed in 0.00154164 sec. 2025.09.19 00:33:50.673413 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:33:50.673441 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:50.673542 [ 5 ] {56e1ead5-5da2-4486-aaee-4a78bde187db} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:33:50.673559 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:50.673584 [ 5 ] {56e1ead5-5da2-4486-aaee-4a78bde187db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:33:50.673601 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9460 rows starting from the beginning of the part 2025.09.19 00:33:50.673704 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 314 rows starting from the beginning of the part 2025.09.19 00:33:50.673758 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:33:50.673805 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 315 rows starting from the beginning of the part 2025.09.19 00:33:50.673847 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:33:50.673891 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 314 rows starting from the beginning of the part 2025.09.19 00:33:50.673913 [ 5 ] {56e1ead5-5da2-4486-aaee-4a78bde187db} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.673956 [ 5 ] {56e1ead5-5da2-4486-aaee-4a78bde187db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.674296 [ 5 ] {56e1ead5-5da2-4486-aaee-4a78bde187db} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:33:50.674524 [ 5 ] {56e1ead5-5da2-4486-aaee-4a78bde187db} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.674627 [ 58 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.09.19 00:33:50.674658 [ 5 ] {56e1ead5-5da2-4486-aaee-4a78bde187db} executeQuery: Read 1 rows, 69.00 B in 0.001133 sec., 882.6125330979701 rows/sec., 59.47 KiB/sec. 2025.09.19 00:33:50.674660 [ 58 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.674699 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.674703 [ 5 ] {56e1ead5-5da2-4486-aaee-4a78bde187db} TCPHandler: Processed in 0.001314397 sec. 2025.09.19 00:33:50.674780 [ 198 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2025.09.19 00:33:50.674833 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:50.674884 [ 198 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:50.674917 [ 198 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part 2025.09.19 00:33:50.674930 [ 5 ] {4dd3d1f2-6783-4d37-bdb6-03ae75ee97da} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:50.674970 [ 198 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:50.674977 [ 5 ] {4dd3d1f2-6783-4d37-bdb6-03ae75ee97da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:50.675024 [ 198 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:50.675071 [ 198 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:50.675129 [ 198 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:50.675197 [ 198 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2025.09.19 00:33:50.675368 [ 5 ] {4dd3d1f2-6783-4d37-bdb6-03ae75ee97da} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.675412 [ 5 ] {4dd3d1f2-6783-4d37-bdb6-03ae75ee97da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.675851 [ 5 ] {4dd3d1f2-6783-4d37-bdb6-03ae75ee97da} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:33:50.676080 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.001337087 sec., 11218.417350553853 rows/sec., 753.01 KiB/sec. 2025.09.19 00:33:50.676097 [ 5 ] {4dd3d1f2-6783-4d37-bdb6-03ae75ee97da} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.676218 [ 58 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.19 00:33:50.676238 [ 5 ] {4dd3d1f2-6783-4d37-bdb6-03ae75ee97da} executeQuery: Read 104 rows, 6.53 KiB in 0.001325 sec., 78490.56603773584 rows/sec., 4.81 MiB/sec. 2025.09.19 00:33:50.676252 [ 58 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:50.676258 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.09.19 00:33:50.676283 [ 5 ] {4dd3d1f2-6783-4d37-bdb6-03ae75ee97da} TCPHandler: Processed in 0.00149948 sec. 2025.09.19 00:33:50.676284 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:50.676372 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:33:50.676465 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:50.676494 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1948 rows starting from the beginning of the part 2025.09.19 00:33:50.676541 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 104 rows starting from the beginning of the part 2025.09.19 00:33:50.676580 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:33:50.676597 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.676617 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 104 rows starting from the beginning of the part 2025.09.19 00:33:50.676662 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:33:50.676686 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_15_3} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.09.19 00:33:50.676699 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 104 rows starting from the beginning of the part 2025.09.19 00:33:50.676792 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.09.19 00:33:50.677891 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2380 rows, containing 4 columns (4 merged, 0 gathered) in 0.00154726 sec., 1538203.0169460855 rows/sec., 97.91 MiB/sec. 2025.09.19 00:33:50.678089 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10723 rows, containing 5 columns (5 merged, 0 gathered) in 0.004727122 sec., 2268399.2501145517 rows/sec., 151.96 MiB/sec. 2025.09.19 00:33:50.678154 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.19 00:33:50.678415 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.19 00:33:50.678443 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_31_6} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.678531 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_31_6} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.19 00:33:50.678604 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.09.19 00:33:50.678719 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_31_6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:50.678816 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_31_6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.19 00:33:50.678911 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2025.09.19 00:33:54.811729 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 702 2025.09.19 00:33:54.814077 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:54.814136 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:54.815367 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:33:54.815654 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:54.815811 [ 53 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.19 00:33:54.815884 [ 53 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:54.815908 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:54.816004 [ 200 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:33:54.816020 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 702 2025.09.19 00:33:54.816496 [ 200 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:54.816647 [ 200 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 522 rows starting from the beginning of the part 2025.09.19 00:33:54.817017 [ 200 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 38 rows starting from the beginning of the part 2025.09.19 00:33:54.817345 [ 200 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part 2025.09.19 00:33:54.817655 [ 200 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2025.09.19 00:33:54.817968 [ 200 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part 2025.09.19 00:33:54.818279 [ 200 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part 2025.09.19 00:33:54.824772 [ 193 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 72 columns (72 merged, 0 gathered) in 0.008808696 sec., 79693.97513547976 rows/sec., 68.32 MiB/sec. 2025.09.19 00:33:54.825987 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.19 00:33:54.826649 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_16_3} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:54.826741 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_16_3} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.19 00:33:54.826999 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. 2025.09.19 00:33:55.677486 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:55.677661 [ 5 ] {70f46da8-8b16-42f0-bdf2-101ec4f0282c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:33:55.677731 [ 5 ] {70f46da8-8b16-42f0-bdf2-101ec4f0282c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:33:55.678364 [ 5 ] {70f46da8-8b16-42f0-bdf2-101ec4f0282c} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:55.678415 [ 5 ] {70f46da8-8b16-42f0-bdf2-101ec4f0282c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:55.678794 [ 5 ] {70f46da8-8b16-42f0-bdf2-101ec4f0282c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.19 00:33:55.679022 [ 5 ] {70f46da8-8b16-42f0-bdf2-101ec4f0282c} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:55.679173 [ 5 ] {70f46da8-8b16-42f0-bdf2-101ec4f0282c} executeQuery: Read 2 rows, 167.00 B in 0.001561 sec., 1281.2299807815502 rows/sec., 104.48 KiB/sec. 2025.09.19 00:33:55.679225 [ 5 ] {70f46da8-8b16-42f0-bdf2-101ec4f0282c} TCPHandler: Processed in 0.001874145 sec. 2025.09.19 00:33:55.679354 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:55.679456 [ 5 ] {0f786998-9318-4fc4-8bb8-db5cd73e960b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:33:55.679501 [ 5 ] {0f786998-9318-4fc4-8bb8-db5cd73e960b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:33:55.680756 [ 5 ] {0f786998-9318-4fc4-8bb8-db5cd73e960b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:55.680794 [ 5 ] {0f786998-9318-4fc4-8bb8-db5cd73e960b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:55.681195 [ 5 ] {0f786998-9318-4fc4-8bb8-db5cd73e960b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:33:55.681424 [ 5 ] {0f786998-9318-4fc4-8bb8-db5cd73e960b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:55.681561 [ 5 ] {0f786998-9318-4fc4-8bb8-db5cd73e960b} executeQuery: Read 1281 rows, 108.61 KiB in 0.002127 sec., 602256.6995768688 rows/sec., 49.87 MiB/sec. 2025.09.19 00:33:55.681600 [ 5 ] {0f786998-9318-4fc4-8bb8-db5cd73e960b} TCPHandler: Processed in 0.00229701 sec. 2025.09.19 00:33:55.681708 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:55.681810 [ 5 ] {f9bb1086-7db5-4011-8825-c2abbec88786} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:33:55.681854 [ 5 ] {f9bb1086-7db5-4011-8825-c2abbec88786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:33:55.682286 [ 5 ] {f9bb1086-7db5-4011-8825-c2abbec88786} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:55.682322 [ 5 ] {f9bb1086-7db5-4011-8825-c2abbec88786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:55.682634 [ 5 ] {f9bb1086-7db5-4011-8825-c2abbec88786} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:33:55.682852 [ 5 ] {f9bb1086-7db5-4011-8825-c2abbec88786} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:55.682979 [ 5 ] {f9bb1086-7db5-4011-8825-c2abbec88786} executeQuery: Read 44 rows, 3.30 KiB in 0.001192 sec., 36912.75167785235 rows/sec., 2.70 MiB/sec. 2025.09.19 00:33:55.683017 [ 5 ] {f9bb1086-7db5-4011-8825-c2abbec88786} TCPHandler: Processed in 0.001361487 sec. 2025.09.19 00:33:55.683129 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:55.683226 [ 5 ] {066243ca-bec5-4706-b7d2-7877804d60c6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:33:55.683268 [ 5 ] {066243ca-bec5-4706-b7d2-7877804d60c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:33:55.683797 [ 5 ] {066243ca-bec5-4706-b7d2-7877804d60c6} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:55.683832 [ 5 ] {066243ca-bec5-4706-b7d2-7877804d60c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:55.684140 [ 5 ] {066243ca-bec5-4706-b7d2-7877804d60c6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:33:55.684359 [ 5 ] {066243ca-bec5-4706-b7d2-7877804d60c6} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:55.684484 [ 5 ] {066243ca-bec5-4706-b7d2-7877804d60c6} executeQuery: Read 228 rows, 15.81 KiB in 0.001278 sec., 178403.7558685446 rows/sec., 12.08 MiB/sec. 2025.09.19 00:33:55.684522 [ 5 ] {066243ca-bec5-4706-b7d2-7877804d60c6} TCPHandler: Processed in 0.001442489 sec. 2025.09.19 00:33:55.684637 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:55.684732 [ 5 ] {116fda76-8bd8-46bd-9061-85f4e02576cf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:33:55.684772 [ 5 ] {116fda76-8bd8-46bd-9061-85f4e02576cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:33:55.685436 [ 5 ] {116fda76-8bd8-46bd-9061-85f4e02576cf} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:55.685473 [ 5 ] {116fda76-8bd8-46bd-9061-85f4e02576cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:55.685807 [ 5 ] {116fda76-8bd8-46bd-9061-85f4e02576cf} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:33:55.686032 [ 5 ] {116fda76-8bd8-46bd-9061-85f4e02576cf} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:55.686157 [ 5 ] {116fda76-8bd8-46bd-9061-85f4e02576cf} executeQuery: Read 564 rows, 42.93 KiB in 0.001444 sec., 390581.7174515236 rows/sec., 29.03 MiB/sec. 2025.09.19 00:33:55.686195 [ 5 ] {116fda76-8bd8-46bd-9061-85f4e02576cf} TCPHandler: Processed in 0.001607421 sec. 2025.09.19 00:33:55.686314 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:55.686409 [ 5 ] {56690cd6-1052-4f12-b421-9ac598f1b845} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:55.686452 [ 5 ] {56690cd6-1052-4f12-b421-9ac598f1b845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:33:55.687106 [ 5 ] {56690cd6-1052-4f12-b421-9ac598f1b845} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:55.687144 [ 5 ] {56690cd6-1052-4f12-b421-9ac598f1b845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:55.687537 [ 5 ] {56690cd6-1052-4f12-b421-9ac598f1b845} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:33:55.687772 [ 5 ] {56690cd6-1052-4f12-b421-9ac598f1b845} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:55.687899 [ 5 ] {56690cd6-1052-4f12-b421-9ac598f1b845} executeQuery: Read 845 rows, 58.24 KiB in 0.001508 sec., 560344.8275862068 rows/sec., 37.72 MiB/sec. 2025.09.19 00:33:55.687935 [ 5 ] {56690cd6-1052-4f12-b421-9ac598f1b845} TCPHandler: Processed in 0.001671112 sec. 2025.09.19 00:33:55.688051 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:55.688145 [ 5 ] {de747be9-2241-42c1-83fd-03b5a91984e5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:33:55.688199 [ 5 ] {de747be9-2241-42c1-83fd-03b5a91984e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:33:55.689045 [ 5 ] {de747be9-2241-42c1-83fd-03b5a91984e5} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:55.689081 [ 5 ] {de747be9-2241-42c1-83fd-03b5a91984e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:55.689651 [ 5 ] {de747be9-2241-42c1-83fd-03b5a91984e5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:33:55.689884 [ 5 ] {de747be9-2241-42c1-83fd-03b5a91984e5} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:55.689994 [ 53 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.19 00:33:55.690022 [ 5 ] {de747be9-2241-42c1-83fd-03b5a91984e5} executeQuery: Read 42 rows, 77.07 KiB in 0.001895 sec., 22163.588390501318 rows/sec., 39.72 MiB/sec. 2025.09.19 00:33:55.690030 [ 53 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:55.690054 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:55.690088 [ 5 ] {de747be9-2241-42c1-83fd-03b5a91984e5} TCPHandler: Processed in 0.002085697 sec. 2025.09.19 00:33:55.690191 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:33:55.690210 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:33:55.690323 [ 5 ] {fd1b96fd-3fca-4138-9f1a-42c85904ac14} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:33:55.690366 [ 5 ] {fd1b96fd-3fca-4138-9f1a-42c85904ac14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:33:55.690437 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:33:55.690504 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 338 rows starting from the beginning of the part 2025.09.19 00:33:55.690636 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:55.690713 [ 5 ] {fd1b96fd-3fca-4138-9f1a-42c85904ac14} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:55.690741 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:55.690754 [ 5 ] {fd1b96fd-3fca-4138-9f1a-42c85904ac14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:33:55.690853 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:55.690948 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:55.691040 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part 2025.09.19 00:33:55.691084 [ 5 ] {fd1b96fd-3fca-4138-9f1a-42c85904ac14} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:33:55.691307 [ 5 ] {fd1b96fd-3fca-4138-9f1a-42c85904ac14} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:55.691441 [ 5 ] {fd1b96fd-3fca-4138-9f1a-42c85904ac14} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2025.09.19 00:33:55.691479 [ 5 ] {fd1b96fd-3fca-4138-9f1a-42c85904ac14} TCPHandler: Processed in 0.001318247 sec. 2025.09.19 00:33:55.694859 [ 193 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 548 rows, containing 19 columns (19 merged, 0 gathered) in 0.004746382 sec., 115456.36234083139 rows/sec., 206.89 MiB/sec. 2025.09.19 00:33:55.695591 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.19 00:33:55.695948 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_16_3} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:55.696023 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_16_3} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.19 00:33:55.696119 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. 2025.09.19 00:33:57.288279 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11013 2025.09.19 00:33:57.288895 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:57.288941 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:57.289457 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:33:57.289697 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:57.289838 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11013 2025.09.19 00:33:57.864716 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.09.19 00:33:57.881439 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:33:57.881509 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.09.19 00:33:57.887863 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:33:57.888582 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:33:57.891434 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.09.19 00:34:00.660317 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:00.660499 [ 5 ] {24f4e294-ad58-4382-8713-4e36de070ced} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:34:00.660563 [ 5 ] {24f4e294-ad58-4382-8713-4e36de070ced} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:34:00.661326 [ 5 ] {24f4e294-ad58-4382-8713-4e36de070ced} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.661366 [ 5 ] {24f4e294-ad58-4382-8713-4e36de070ced} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.661773 [ 5 ] {24f4e294-ad58-4382-8713-4e36de070ced} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:34:00.661998 [ 5 ] {24f4e294-ad58-4382-8713-4e36de070ced} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.662150 [ 5 ] {24f4e294-ad58-4382-8713-4e36de070ced} executeQuery: Read 410 rows, 26.63 KiB in 0.001698 sec., 241460.5418138987 rows/sec., 15.32 MiB/sec. 2025.09.19 00:34:00.662198 [ 5 ] {24f4e294-ad58-4382-8713-4e36de070ced} TCPHandler: Processed in 0.002003537 sec. 2025.09.19 00:34:00.662320 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:00.662421 [ 5 ] {857ec059-b1a5-4316-bf38-94c915a3a2a8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:00.662465 [ 5 ] {857ec059-b1a5-4316-bf38-94c915a3a2a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:00.663279 [ 5 ] {857ec059-b1a5-4316-bf38-94c915a3a2a8} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.663315 [ 5 ] {857ec059-b1a5-4316-bf38-94c915a3a2a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.663696 [ 5 ] {857ec059-b1a5-4316-bf38-94c915a3a2a8} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:34:00.663912 [ 5 ] {857ec059-b1a5-4316-bf38-94c915a3a2a8} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.664043 [ 5 ] {857ec059-b1a5-4316-bf38-94c915a3a2a8} executeQuery: Read 1112 rows, 89.80 KiB in 0.001644 sec., 676399.0267639903 rows/sec., 53.34 MiB/sec. 2025.09.19 00:34:00.664082 [ 5 ] {857ec059-b1a5-4316-bf38-94c915a3a2a8} TCPHandler: Processed in 0.001813764 sec. 2025.09.19 00:34:00.664199 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:00.664298 [ 5 ] {4f13a4e7-691e-4d0d-8301-c4d217b77aae} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:00.664341 [ 5 ] {4f13a4e7-691e-4d0d-8301-c4d217b77aae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:00.664819 [ 5 ] {4f13a4e7-691e-4d0d-8301-c4d217b77aae} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.664854 [ 5 ] {4f13a4e7-691e-4d0d-8301-c4d217b77aae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.665178 [ 5 ] {4f13a4e7-691e-4d0d-8301-c4d217b77aae} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:34:00.665394 [ 5 ] {4f13a4e7-691e-4d0d-8301-c4d217b77aae} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.665496 [ 45 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.19 00:34:00.665530 [ 45 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.665532 [ 5 ] {4f13a4e7-691e-4d0d-8301-c4d217b77aae} executeQuery: Read 205 rows, 12.32 KiB in 0.001253 sec., 163607.3423782921 rows/sec., 9.60 MiB/sec. 2025.09.19 00:34:00.665549 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.665577 [ 5 ] {4f13a4e7-691e-4d0d-8301-c4d217b77aae} TCPHandler: Processed in 0.001430119 sec. 2025.09.19 00:34:00.665671 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:34:00.665686 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:00.665800 [ 5 ] {7ad84a88-8a07-4444-a8d9-a75abf9c1091} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:34:00.665814 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:00.665841 [ 5 ] {7ad84a88-8a07-4444-a8d9-a75abf9c1091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:34:00.665853 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 265 rows starting from the beginning of the part 2025.09.19 00:34:00.665926 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 207 rows starting from the beginning of the part 2025.09.19 00:34:00.665972 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part 2025.09.19 00:34:00.666012 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 205 rows starting from the beginning of the part 2025.09.19 00:34:00.666048 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 44 rows starting from the beginning of the part 2025.09.19 00:34:00.666089 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 205 rows starting from the beginning of the part 2025.09.19 00:34:00.666318 [ 5 ] {7ad84a88-8a07-4444-a8d9-a75abf9c1091} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.666360 [ 5 ] {7ad84a88-8a07-4444-a8d9-a75abf9c1091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.666688 [ 5 ] {7ad84a88-8a07-4444-a8d9-a75abf9c1091} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:34:00.666921 [ 5 ] {7ad84a88-8a07-4444-a8d9-a75abf9c1091} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.667001 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 968 rows, containing 5 columns (5 merged, 0 gathered) in 0.001391639 sec., 695582.6906259453 rows/sec., 44.95 MiB/sec. 2025.09.19 00:34:00.667017 [ 45 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2025.09.19 00:34:00.667047 [ 45 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.667056 [ 5 ] {7ad84a88-8a07-4444-a8d9-a75abf9c1091} executeQuery: Read 212 rows, 14.00 KiB in 0.001275 sec., 166274.50980392157 rows/sec., 10.72 MiB/sec. 2025.09.19 00:34:00.667066 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.667094 [ 5 ] {7ad84a88-8a07-4444-a8d9-a75abf9c1091} TCPHandler: Processed in 0.001457449 sec. 2025.09.19 00:34:00.667139 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2025.09.19 00:34:00.667164 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.19 00:34:00.667200 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:00.667235 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:00.667265 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 441 rows starting from the beginning of the part 2025.09.19 00:34:00.667293 [ 5 ] {9d45ab8d-e6ba-41fc-9b3c-38e1d69c9356} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:34:00.667316 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part 2025.09.19 00:34:00.667338 [ 5 ] {9d45ab8d-e6ba-41fc-9b3c-38e1d69c9356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:34:00.667359 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part 2025.09.19 00:34:00.667401 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part 2025.09.19 00:34:00.667437 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part 2025.09.19 00:34:00.667478 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part 2025.09.19 00:34:00.667502 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_31_6} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.667600 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_31_6} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.19 00:34:00.667717 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.19 00:34:00.667811 [ 5 ] {9d45ab8d-e6ba-41fc-9b3c-38e1d69c9356} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.667848 [ 5 ] {9d45ab8d-e6ba-41fc-9b3c-38e1d69c9356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.668190 [ 5 ] {9d45ab8d-e6ba-41fc-9b3c-38e1d69c9356} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:34:00.668407 [ 5 ] {9d45ab8d-e6ba-41fc-9b3c-38e1d69c9356} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.668425 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001315667 sec., 1153027.3237832978 rows/sec., 79.87 MiB/sec. 2025.09.19 00:34:00.668541 [ 5 ] {9d45ab8d-e6ba-41fc-9b3c-38e1d69c9356} executeQuery: Read 211 rows, 12.27 KiB in 0.001266 sec., 166666.66666666666 rows/sec., 9.46 MiB/sec. 2025.09.19 00:34:00.668575 [ 189 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.09.19 00:34:00.668579 [ 5 ] {9d45ab8d-e6ba-41fc-9b3c-38e1d69c9356} TCPHandler: Processed in 0.001428468 sec. 2025.09.19 00:34:00.668692 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:00.668805 [ 5 ] {b2041ee5-40c5-44f6-8d1d-28be0e956950} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:00.668837 [ 189 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.668854 [ 5 ] {b2041ee5-40c5-44f6-8d1d-28be0e956950} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:00.668908 [ 189 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_20_4} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2025.09.19 00:34:00.668981 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:34:00.669538 [ 5 ] {b2041ee5-40c5-44f6-8d1d-28be0e956950} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.669575 [ 5 ] {b2041ee5-40c5-44f6-8d1d-28be0e956950} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.669967 [ 5 ] {b2041ee5-40c5-44f6-8d1d-28be0e956950} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:34:00.670189 [ 5 ] {b2041ee5-40c5-44f6-8d1d-28be0e956950} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.670326 [ 5 ] {b2041ee5-40c5-44f6-8d1d-28be0e956950} executeQuery: Read 679 rows, 48.47 KiB in 0.001541 sec., 440622.97209604154 rows/sec., 30.71 MiB/sec. 2025.09.19 00:34:00.670366 [ 5 ] {b2041ee5-40c5-44f6-8d1d-28be0e956950} TCPHandler: Processed in 0.001722863 sec. 2025.09.19 00:34:00.670480 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:00.670576 [ 5 ] {817a8fea-c155-4ece-a7e4-e3255cbdd8cd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:34:00.670620 [ 5 ] {817a8fea-c155-4ece-a7e4-e3255cbdd8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:34:00.670983 [ 5 ] {817a8fea-c155-4ece-a7e4-e3255cbdd8cd} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.671021 [ 5 ] {817a8fea-c155-4ece-a7e4-e3255cbdd8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.671356 [ 5 ] {817a8fea-c155-4ece-a7e4-e3255cbdd8cd} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:34:00.671577 [ 5 ] {817a8fea-c155-4ece-a7e4-e3255cbdd8cd} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.671710 [ 5 ] {817a8fea-c155-4ece-a7e4-e3255cbdd8cd} executeQuery: Read 6 rows, 321.00 B in 0.001152 sec., 5208.333333333333 rows/sec., 272.12 KiB/sec. 2025.09.19 00:34:00.671748 [ 5 ] {817a8fea-c155-4ece-a7e4-e3255cbdd8cd} TCPHandler: Processed in 0.001317567 sec. 2025.09.19 00:34:00.671872 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:00.671965 [ 5 ] {90a3e24e-d688-4bff-b1ab-619d6f36828c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:00.672009 [ 5 ] {90a3e24e-d688-4bff-b1ab-619d6f36828c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:00.672438 [ 5 ] {90a3e24e-d688-4bff-b1ab-619d6f36828c} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.672474 [ 5 ] {90a3e24e-d688-4bff-b1ab-619d6f36828c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.672828 [ 5 ] {90a3e24e-d688-4bff-b1ab-619d6f36828c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:34:00.673056 [ 5 ] {90a3e24e-d688-4bff-b1ab-619d6f36828c} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.673201 [ 5 ] {90a3e24e-d688-4bff-b1ab-619d6f36828c} executeQuery: Read 314 rows, 21.12 KiB in 0.001254 sec., 250398.72408293464 rows/sec., 16.45 MiB/sec. 2025.09.19 00:34:00.673239 [ 5 ] {90a3e24e-d688-4bff-b1ab-619d6f36828c} TCPHandler: Processed in 0.001416748 sec. 2025.09.19 00:34:00.673352 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:00.673446 [ 5 ] {a6e6f5d6-e7b7-4fc6-a2d1-0e30b793db0e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:34:00.673491 [ 5 ] {a6e6f5d6-e7b7-4fc6-a2d1-0e30b793db0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:34:00.673807 [ 5 ] {a6e6f5d6-e7b7-4fc6-a2d1-0e30b793db0e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.673842 [ 5 ] {a6e6f5d6-e7b7-4fc6-a2d1-0e30b793db0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.674158 [ 5 ] {a6e6f5d6-e7b7-4fc6-a2d1-0e30b793db0e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:34:00.674376 [ 5 ] {a6e6f5d6-e7b7-4fc6-a2d1-0e30b793db0e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.674512 [ 5 ] {a6e6f5d6-e7b7-4fc6-a2d1-0e30b793db0e} executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. 2025.09.19 00:34:00.674548 [ 5 ] {a6e6f5d6-e7b7-4fc6-a2d1-0e30b793db0e} TCPHandler: Processed in 0.001245696 sec. 2025.09.19 00:34:00.674654 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:00.674746 [ 5 ] {70a8efad-061f-4914-a245-525d74cadfcd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:00.674787 [ 5 ] {70a8efad-061f-4914-a245-525d74cadfcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:00.675118 [ 5 ] {70a8efad-061f-4914-a245-525d74cadfcd} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:00.675155 [ 5 ] {70a8efad-061f-4914-a245-525d74cadfcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:00.675487 [ 5 ] {70a8efad-061f-4914-a245-525d74cadfcd} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:34:00.675713 [ 5 ] {70a8efad-061f-4914-a245-525d74cadfcd} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:00.675843 [ 5 ] {70a8efad-061f-4914-a245-525d74cadfcd} executeQuery: Read 104 rows, 6.53 KiB in 0.001114 sec., 93357.27109515261 rows/sec., 5.72 MiB/sec. 2025.09.19 00:34:00.675878 [ 5 ] {70a8efad-061f-4914-a245-525d74cadfcd} TCPHandler: Processed in 0.001273027 sec. 2025.09.19 00:34:04.703803 [ 39 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:34:04.703872 [ 39 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:34:04.789972 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11461 2025.09.19 00:34:04.790477 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:04.790519 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:04.791038 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:34:04.791278 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:04.791421 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11461 2025.09.19 00:34:04.816307 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 738 2025.09.19 00:34:04.818782 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:04.818842 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:04.820107 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:34:04.820403 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:04.820763 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 738 2025.09.19 00:34:05.391555 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.09.19 00:34:05.408449 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:05.408506 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:05.414492 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:34:05.415223 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:05.418109 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.09.19 00:34:05.651430 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:05.651616 [ 5 ] {ef09092c-928d-40b7-92be-f34dfdd12f53} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:05.651694 [ 5 ] {ef09092c-928d-40b7-92be-f34dfdd12f53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:05.652392 [ 5 ] {ef09092c-928d-40b7-92be-f34dfdd12f53} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:05.652440 [ 5 ] {ef09092c-928d-40b7-92be-f34dfdd12f53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:05.652837 [ 5 ] {ef09092c-928d-40b7-92be-f34dfdd12f53} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:34:05.653073 [ 5 ] {ef09092c-928d-40b7-92be-f34dfdd12f53} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:05.653239 [ 5 ] {ef09092c-928d-40b7-92be-f34dfdd12f53} executeQuery: Read 140 rows, 12.42 KiB in 0.001678 sec., 83432.6579261025 rows/sec., 7.23 MiB/sec. 2025.09.19 00:34:05.653288 [ 5 ] {ef09092c-928d-40b7-92be-f34dfdd12f53} TCPHandler: Processed in 0.001994556 sec. 2025.09.19 00:34:05.653414 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:05.653514 [ 5 ] {e7d6634f-4760-4462-8b00-c881f241ae5b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:05.653559 [ 5 ] {e7d6634f-4760-4462-8b00-c881f241ae5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:05.653987 [ 5 ] {e7d6634f-4760-4462-8b00-c881f241ae5b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:05.654027 [ 5 ] {e7d6634f-4760-4462-8b00-c881f241ae5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:05.654354 [ 5 ] {e7d6634f-4760-4462-8b00-c881f241ae5b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:34:05.654585 [ 5 ] {e7d6634f-4760-4462-8b00-c881f241ae5b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:05.654727 [ 5 ] {e7d6634f-4760-4462-8b00-c881f241ae5b} executeQuery: Read 42 rows, 3.16 KiB in 0.001236 sec., 33980.58252427185 rows/sec., 2.50 MiB/sec. 2025.09.19 00:34:05.654767 [ 5 ] {e7d6634f-4760-4462-8b00-c881f241ae5b} TCPHandler: Processed in 0.001406279 sec. 2025.09.19 00:34:05.654897 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:05.654993 [ 5 ] {b081aabe-e694-4fef-860b-5c3c7d8de216} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:05.655036 [ 5 ] {b081aabe-e694-4fef-860b-5c3c7d8de216} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:05.655467 [ 5 ] {b081aabe-e694-4fef-860b-5c3c7d8de216} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:05.655507 [ 5 ] {b081aabe-e694-4fef-860b-5c3c7d8de216} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:05.655834 [ 5 ] {b081aabe-e694-4fef-860b-5c3c7d8de216} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:34:05.656072 [ 5 ] {b081aabe-e694-4fef-860b-5c3c7d8de216} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:05.656226 [ 5 ] {b081aabe-e694-4fef-860b-5c3c7d8de216} executeQuery: Read 106 rows, 8.48 KiB in 0.001251 sec., 84732.21422861711 rows/sec., 6.62 MiB/sec. 2025.09.19 00:34:05.656274 [ 5 ] {b081aabe-e694-4fef-860b-5c3c7d8de216} TCPHandler: Processed in 0.001425998 sec. 2025.09.19 00:34:05.656407 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:05.656502 [ 5 ] {71fc6f59-e35f-4173-abed-8889cb51b626} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:05.656547 [ 5 ] {71fc6f59-e35f-4173-abed-8889cb51b626} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:05.656964 [ 5 ] {71fc6f59-e35f-4173-abed-8889cb51b626} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:05.657000 [ 5 ] {71fc6f59-e35f-4173-abed-8889cb51b626} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:05.657358 [ 5 ] {71fc6f59-e35f-4173-abed-8889cb51b626} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:34:05.657586 [ 5 ] {71fc6f59-e35f-4173-abed-8889cb51b626} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:05.657724 [ 5 ] {71fc6f59-e35f-4173-abed-8889cb51b626} executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. 2025.09.19 00:34:05.657763 [ 5 ] {71fc6f59-e35f-4173-abed-8889cb51b626} TCPHandler: Processed in 0.001407078 sec. 2025.09.19 00:34:05.657882 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:05.657979 [ 5 ] {b83c2bd1-de55-4fdb-861c-a8d722fc42ff} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:05.658037 [ 5 ] {b83c2bd1-de55-4fdb-861c-a8d722fc42ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:34:05.658928 [ 5 ] {b83c2bd1-de55-4fdb-861c-a8d722fc42ff} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:05.658964 [ 5 ] {b83c2bd1-de55-4fdb-861c-a8d722fc42ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:05.659552 [ 5 ] {b83c2bd1-de55-4fdb-861c-a8d722fc42ff} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:34:05.659792 [ 5 ] {b83c2bd1-de55-4fdb-861c-a8d722fc42ff} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:05.659936 [ 5 ] {b83c2bd1-de55-4fdb-861c-a8d722fc42ff} executeQuery: Read 42 rows, 77.07 KiB in 0.001977 sec., 21244.309559939302 rows/sec., 38.07 MiB/sec. 2025.09.19 00:34:05.660003 [ 5 ] {b83c2bd1-de55-4fdb-861c-a8d722fc42ff} TCPHandler: Processed in 0.002170388 sec. 2025.09.19 00:34:05.660145 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:05.660248 [ 5 ] {4ae013d1-5502-41c4-9619-5ff737f15fcb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:05.660301 [ 5 ] {4ae013d1-5502-41c4-9619-5ff737f15fcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:05.660702 [ 5 ] {4ae013d1-5502-41c4-9619-5ff737f15fcb} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:05.660738 [ 5 ] {4ae013d1-5502-41c4-9619-5ff737f15fcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:05.661057 [ 5 ] {4ae013d1-5502-41c4-9619-5ff737f15fcb} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:34:05.661281 [ 5 ] {4ae013d1-5502-41c4-9619-5ff737f15fcb} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:05.661411 [ 5 ] {4ae013d1-5502-41c4-9619-5ff737f15fcb} executeQuery: Read 60 rows, 4.14 KiB in 0.001188 sec., 50505.0505050505 rows/sec., 3.40 MiB/sec. 2025.09.19 00:34:05.661447 [ 5 ] {4ae013d1-5502-41c4-9619-5ff737f15fcb} TCPHandler: Processed in 0.001360188 sec. 2025.09.19 00:34:06.253488 [ 36 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.19 00:34:06.253560 [ 36 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:06.253586 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:06.253719 [ 199 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:34:06.253867 [ 199 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:06.253908 [ 199 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:34:06.253984 [ 199 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2025.09.19 00:34:06.254035 [ 199 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:34:06.254080 [ 199 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2025.09.19 00:34:06.254118 [ 199 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2025.09.19 00:34:06.254871 [ 189 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001211476 sec., 31366.696492542982 rows/sec., 2.62 MiB/sec. 2025.09.19 00:34:06.255038 [ 193 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.19 00:34:06.255368 [ 193 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_9_2} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:06.255458 [ 193 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_9_2} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.19 00:34:06.255570 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:34:10.652491 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33111 2025.09.19 00:34:10.652612 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.652642 [ 286 ] {} TCP-Session: 038b058a-995c-4d57-a353-958760141ea6 Authenticating user 'default' from [fd00:1122:3344:101::e]:33111 2025.09.19 00:34:10.652668 [ 286 ] {} TCP-Session: 038b058a-995c-4d57-a353-958760141ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.652681 [ 286 ] {} TCP-Session: 038b058a-995c-4d57-a353-958760141ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.652956 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54071 2025.09.19 00:34:10.652987 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61810 2025.09.19 00:34:10.653014 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65354 2025.09.19 00:34:10.653040 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39503 2025.09.19 00:34:10.653078 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.653044 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63653 2025.09.19 00:34:10.653118 [ 287 ] {} TCP-Session: 0a1c04ae-f423-424a-8c64-2de1e8cb7490 Authenticating user 'default' from [fd00:1122:3344:101::e]:54071 2025.09.19 00:34:10.653130 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.653132 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.653177 [ 291 ] {} TCP-Session: 5a433b82-e4b1-49f9-a0c8-ad9e8d1c777a Authenticating user 'default' from [fd00:1122:3344:101::e]:65354 2025.09.19 00:34:10.653170 [ 287 ] {} TCP-Session: 0a1c04ae-f423-424a-8c64-2de1e8cb7490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653214 [ 291 ] {} TCP-Session: 5a433b82-e4b1-49f9-a0c8-ad9e8d1c777a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653207 [ 288 ] {} TCP-Session: 550979c9-ab9c-40f6-929f-9a80170c668f Authenticating user 'default' from [fd00:1122:3344:101::e]:61810 2025.09.19 00:34:10.653218 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.653233 [ 291 ] {} TCP-Session: 5a433b82-e4b1-49f9-a0c8-ad9e8d1c777a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653256 [ 288 ] {} TCP-Session: 550979c9-ab9c-40f6-929f-9a80170c668f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653269 [ 292 ] {} TCP-Session: df1c4a5e-e628-4be1-88f0-9e9f142e9bfa Authenticating user 'default' from [fd00:1122:3344:101::e]:39503 2025.09.19 00:34:10.653288 [ 288 ] {} TCP-Session: 550979c9-ab9c-40f6-929f-9a80170c668f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653300 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.653305 [ 292 ] {} TCP-Session: df1c4a5e-e628-4be1-88f0-9e9f142e9bfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653225 [ 287 ] {} TCP-Session: 0a1c04ae-f423-424a-8c64-2de1e8cb7490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653354 [ 293 ] {} TCP-Session: 8f19cfff-107d-4649-9c89-f010d9808f5d Authenticating user 'default' from [fd00:1122:3344:101::e]:63653 2025.09.19 00:34:10.653362 [ 292 ] {} TCP-Session: df1c4a5e-e628-4be1-88f0-9e9f142e9bfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653407 [ 293 ] {} TCP-Session: 8f19cfff-107d-4649-9c89-f010d9808f5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653043 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52098 2025.09.19 00:34:10.653444 [ 293 ] {} TCP-Session: 8f19cfff-107d-4649-9c89-f010d9808f5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653043 [ 286 ] {} TCP-Session: 038b058a-995c-4d57-a353-958760141ea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.652998 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35307 2025.09.19 00:34:10.652991 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58355 2025.09.19 00:34:10.653596 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.653627 [ 294 ] {} TCP-Session: 53c29079-c2ad-4622-b301-f3ae5af0b25b Authenticating user 'default' from [fd00:1122:3344:101::e]:52098 2025.09.19 00:34:10.653653 [ 294 ] {} TCP-Session: 53c29079-c2ad-4622-b301-f3ae5af0b25b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653672 [ 294 ] {} TCP-Session: 53c29079-c2ad-4622-b301-f3ae5af0b25b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653685 [ 286 ] {0b83f908-a8f5-4a2c-90d2-d85cb590803b} executeQuery: (from [fd00:1122:3344:101::e]:33111) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:34:10.653733 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.653767 [ 289 ] {} TCP-Session: 25a694ad-8955-4a2b-92be-26fa3fb83d40 Authenticating user 'default' from [fd00:1122:3344:101::e]:35307 2025.09.19 00:34:10.653775 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.653788 [ 289 ] {} TCP-Session: 25a694ad-8955-4a2b-92be-26fa3fb83d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653811 [ 290 ] {} TCP-Session: 8cf8625d-632a-4d8d-9968-b4602c126237 Authenticating user 'default' from [fd00:1122:3344:101::e]:58355 2025.09.19 00:34:10.653815 [ 289 ] {} TCP-Session: 25a694ad-8955-4a2b-92be-26fa3fb83d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653837 [ 290 ] {} TCP-Session: 8cf8625d-632a-4d8d-9968-b4602c126237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653858 [ 290 ] {} TCP-Session: 8cf8625d-632a-4d8d-9968-b4602c126237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.653955 [ 286 ] {0b83f908-a8f5-4a2c-90d2-d85cb590803b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:34:10.654018 [ 286 ] {0b83f908-a8f5-4a2c-90d2-d85cb590803b} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:34:10.654310 [ 286 ] {0b83f908-a8f5-4a2c-90d2-d85cb590803b} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:34:10.655491 [ 327 ] {0b83f908-a8f5-4a2c-90d2-d85cb590803b} AggregatingTransform: Aggregating 2025.09.19 00:34:10.655533 [ 327 ] {0b83f908-a8f5-4a2c-90d2-d85cb590803b} Aggregator: Aggregation method: without_key 2025.09.19 00:34:10.655567 [ 327 ] {0b83f908-a8f5-4a2c-90d2-d85cb590803b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001141445 sec. (876.083 rows/sec., 34.22 KiB/sec.) 2025.09.19 00:34:10.655582 [ 327 ] {0b83f908-a8f5-4a2c-90d2-d85cb590803b} Aggregator: Merging aggregated data 2025.09.19 00:34:10.656750 [ 286 ] {0b83f908-a8f5-4a2c-90d2-d85cb590803b} executeQuery: Read 1 rows, 40.00 B in 0.003122 sec., 320.30749519538756 rows/sec., 12.51 KiB/sec. 2025.09.19 00:34:10.656899 [ 286 ] {0b83f908-a8f5-4a2c-90d2-d85cb590803b} TCPHandler: Processed in 0.003995372 sec. 2025.09.19 00:34:10.657030 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.657059 [ 286 ] {} TCP-Session: 038b058a-995c-4d57-a353-958760141ea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.657063 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.657096 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.657101 [ 294 ] {} TCP-Session: 53c29079-c2ad-4622-b301-f3ae5af0b25b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.657128 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.657145 [ 287 ] {} TCP-Session: 0a1c04ae-f423-424a-8c64-2de1e8cb7490 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.657147 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.657171 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.657188 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.657210 [ 293 ] {} TCP-Session: 8f19cfff-107d-4649-9c89-f010d9808f5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.657234 [ 289 ] {} TCP-Session: 25a694ad-8955-4a2b-92be-26fa3fb83d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.657230 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.657255 [ 288 ] {} TCP-Session: 550979c9-ab9c-40f6-929f-9a80170c668f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.657176 [ 291 ] {} TCP-Session: 5a433b82-e4b1-49f9-a0c8-ad9e8d1c777a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.657293 [ 292 ] {} TCP-Session: df1c4a5e-e628-4be1-88f0-9e9f142e9bfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.657215 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.657370 [ 290 ] {} TCP-Session: 8cf8625d-632a-4d8d-9968-b4602c126237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.664379 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.664535 [ 5 ] {499bb06c-65d0-47c3-b715-8fdf0748a46c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:34:10.664616 [ 5 ] {499bb06c-65d0-47c3-b715-8fdf0748a46c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:34:10.665530 [ 5 ] {499bb06c-65d0-47c3-b715-8fdf0748a46c} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:10.665580 [ 5 ] {499bb06c-65d0-47c3-b715-8fdf0748a46c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:10.666036 [ 5 ] {499bb06c-65d0-47c3-b715-8fdf0748a46c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:34:10.666289 [ 5 ] {499bb06c-65d0-47c3-b715-8fdf0748a46c} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:10.666460 [ 5 ] {499bb06c-65d0-47c3-b715-8fdf0748a46c} executeQuery: Read 410 rows, 26.63 KiB in 0.001969 sec., 208227.52666328088 rows/sec., 13.21 MiB/sec. 2025.09.19 00:34:10.666518 [ 5 ] {499bb06c-65d0-47c3-b715-8fdf0748a46c} TCPHandler: Processed in 0.00226157 sec. 2025.09.19 00:34:10.666650 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.666759 [ 5 ] {55de601c-9493-4a29-8f5f-32a2c9e9ec03} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:10.666810 [ 5 ] {55de601c-9493-4a29-8f5f-32a2c9e9ec03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:10.667839 [ 5 ] {55de601c-9493-4a29-8f5f-32a2c9e9ec03} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:10.667880 [ 5 ] {55de601c-9493-4a29-8f5f-32a2c9e9ec03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:10.668266 [ 5 ] {55de601c-9493-4a29-8f5f-32a2c9e9ec03} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:34:10.668487 [ 5 ] {55de601c-9493-4a29-8f5f-32a2c9e9ec03} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:10.668635 [ 5 ] {55de601c-9493-4a29-8f5f-32a2c9e9ec03} executeQuery: Read 1112 rows, 89.80 KiB in 0.001903 sec., 584340.5149763532 rows/sec., 46.08 MiB/sec. 2025.09.19 00:34:10.668677 [ 5 ] {55de601c-9493-4a29-8f5f-32a2c9e9ec03} TCPHandler: Processed in 0.002081077 sec. 2025.09.19 00:34:10.668809 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.668909 [ 5 ] {55026145-67d9-4ee4-a3bc-9f9109424ce2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:10.668953 [ 5 ] {55026145-67d9-4ee4-a3bc-9f9109424ce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:10.669516 [ 5 ] {55026145-67d9-4ee4-a3bc-9f9109424ce2} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:10.669555 [ 5 ] {55026145-67d9-4ee4-a3bc-9f9109424ce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:10.669907 [ 5 ] {55026145-67d9-4ee4-a3bc-9f9109424ce2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:34:10.670161 [ 5 ] {55026145-67d9-4ee4-a3bc-9f9109424ce2} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:10.670335 [ 5 ] {55026145-67d9-4ee4-a3bc-9f9109424ce2} executeQuery: Read 205 rows, 12.32 KiB in 0.001447 sec., 141672.42570836213 rows/sec., 8.31 MiB/sec. 2025.09.19 00:34:10.670379 [ 5 ] {55026145-67d9-4ee4-a3bc-9f9109424ce2} TCPHandler: Processed in 0.001623241 sec. 2025.09.19 00:34:10.670515 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.670617 [ 5 ] {aef914b0-556d-4fb5-bbff-8847aee66c1a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:34:10.670662 [ 5 ] {aef914b0-556d-4fb5-bbff-8847aee66c1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:34:10.671230 [ 5 ] {aef914b0-556d-4fb5-bbff-8847aee66c1a} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:10.671270 [ 5 ] {aef914b0-556d-4fb5-bbff-8847aee66c1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:10.671605 [ 5 ] {aef914b0-556d-4fb5-bbff-8847aee66c1a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:34:10.671871 [ 5 ] {aef914b0-556d-4fb5-bbff-8847aee66c1a} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:10.672021 [ 5 ] {aef914b0-556d-4fb5-bbff-8847aee66c1a} executeQuery: Read 212 rows, 14.00 KiB in 0.001426 sec., 148667.60168302947 rows/sec., 9.59 MiB/sec. 2025.09.19 00:34:10.672058 [ 5 ] {aef914b0-556d-4fb5-bbff-8847aee66c1a} TCPHandler: Processed in 0.001601101 sec. 2025.09.19 00:34:10.672177 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.672273 [ 5 ] {98078a3d-f5f9-4577-9bca-d74fab38b94e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:34:10.672316 [ 5 ] {98078a3d-f5f9-4577-9bca-d74fab38b94e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:34:10.672883 [ 5 ] {98078a3d-f5f9-4577-9bca-d74fab38b94e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:10.672921 [ 5 ] {98078a3d-f5f9-4577-9bca-d74fab38b94e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:10.673303 [ 5 ] {98078a3d-f5f9-4577-9bca-d74fab38b94e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:34:10.673546 [ 5 ] {98078a3d-f5f9-4577-9bca-d74fab38b94e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:10.673685 [ 5 ] {98078a3d-f5f9-4577-9bca-d74fab38b94e} executeQuery: Read 211 rows, 12.27 KiB in 0.001432 sec., 147346.3687150838 rows/sec., 8.37 MiB/sec. 2025.09.19 00:34:10.673724 [ 5 ] {98078a3d-f5f9-4577-9bca-d74fab38b94e} TCPHandler: Processed in 0.001598801 sec. 2025.09.19 00:34:10.673856 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.673952 [ 5 ] {5980db2f-0c14-4bf8-a26f-05e632dd3222} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:10.673994 [ 5 ] {5980db2f-0c14-4bf8-a26f-05e632dd3222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:10.674784 [ 5 ] {5980db2f-0c14-4bf8-a26f-05e632dd3222} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:10.674822 [ 5 ] {5980db2f-0c14-4bf8-a26f-05e632dd3222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:10.675180 [ 5 ] {5980db2f-0c14-4bf8-a26f-05e632dd3222} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:34:10.675403 [ 5 ] {5980db2f-0c14-4bf8-a26f-05e632dd3222} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:10.675540 [ 5 ] {5980db2f-0c14-4bf8-a26f-05e632dd3222} executeQuery: Read 679 rows, 48.47 KiB in 0.001608 sec., 422263.68159203976 rows/sec., 29.44 MiB/sec. 2025.09.19 00:34:10.675579 [ 5 ] {5980db2f-0c14-4bf8-a26f-05e632dd3222} TCPHandler: Processed in 0.001773703 sec. 2025.09.19 00:34:10.675714 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.675844 [ 5 ] {fdf9fc38-1385-4798-ade5-04e31d0eef9a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:34:10.675904 [ 5 ] {fdf9fc38-1385-4798-ade5-04e31d0eef9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:34:10.676354 [ 5 ] {fdf9fc38-1385-4798-ade5-04e31d0eef9a} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:10.676401 [ 5 ] {fdf9fc38-1385-4798-ade5-04e31d0eef9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:10.676843 [ 5 ] {fdf9fc38-1385-4798-ade5-04e31d0eef9a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:34:10.677160 [ 5 ] {fdf9fc38-1385-4798-ade5-04e31d0eef9a} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:10.677325 [ 31 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.19 00:34:10.677348 [ 5 ] {fdf9fc38-1385-4798-ade5-04e31d0eef9a} executeQuery: Read 6 rows, 321.00 B in 0.001531 sec., 3919.0071848465054 rows/sec., 204.75 KiB/sec. 2025.09.19 00:34:10.677381 [ 31 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:10.677409 [ 5 ] {fdf9fc38-1385-4798-ade5-04e31d0eef9a} TCPHandler: Processed in 0.001762973 sec. 2025.09.19 00:34:10.677409 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:10.677553 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:34:10.677559 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.677658 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:10.677690 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part 2025.09.19 00:34:10.677700 [ 5 ] {f4708ea1-a293-4de9-a942-932f0670519e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:10.677748 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2025.09.19 00:34:10.677761 [ 5 ] {f4708ea1-a293-4de9-a942-932f0670519e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:10.677801 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2025.09.19 00:34:10.677844 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2025.09.19 00:34:10.677886 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2025.09.19 00:34:10.677930 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2025.09.19 00:34:10.678382 [ 5 ] {f4708ea1-a293-4de9-a942-932f0670519e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:10.678427 [ 5 ] {f4708ea1-a293-4de9-a942-932f0670519e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:10.678743 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.001241497 sec., 77326.00239871703 rows/sec., 3.95 MiB/sec. 2025.09.19 00:34:10.678863 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.19 00:34:10.678940 [ 5 ] {f4708ea1-a293-4de9-a942-932f0670519e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:34:10.679121 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_16_3} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:10.679198 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_16_3} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.19 00:34:10.679295 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.19 00:34:10.679318 [ 5 ] {f4708ea1-a293-4de9-a942-932f0670519e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:10.679473 [ 5 ] {f4708ea1-a293-4de9-a942-932f0670519e} executeQuery: Read 314 rows, 21.12 KiB in 0.001799 sec., 174541.4118954975 rows/sec., 11.47 MiB/sec. 2025.09.19 00:34:10.679511 [ 5 ] {f4708ea1-a293-4de9-a942-932f0670519e} TCPHandler: Processed in 0.002016277 sec. 2025.09.19 00:34:10.679660 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.679771 [ 5 ] {883901d3-82ca-4c4e-963a-a583f6cd473d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:34:10.679830 [ 5 ] {883901d3-82ca-4c4e-963a-a583f6cd473d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:34:10.681647 [ 5 ] {883901d3-82ca-4c4e-963a-a583f6cd473d} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:10.681697 [ 5 ] {883901d3-82ca-4c4e-963a-a583f6cd473d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:10.682121 [ 5 ] {883901d3-82ca-4c4e-963a-a583f6cd473d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:34:10.682389 [ 5 ] {883901d3-82ca-4c4e-963a-a583f6cd473d} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:10.682546 [ 5 ] {883901d3-82ca-4c4e-963a-a583f6cd473d} executeQuery: Read 1 rows, 69.00 B in 0.002799 sec., 357.27045373347624 rows/sec., 24.07 KiB/sec. 2025.09.19 00:34:10.682588 [ 5 ] {883901d3-82ca-4c4e-963a-a583f6cd473d} TCPHandler: Processed in 0.002989209 sec. 2025.09.19 00:34:10.682714 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.682814 [ 5 ] {c4dad937-b20a-44a0-8b70-a0a0c48e95c6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:10.682857 [ 5 ] {c4dad937-b20a-44a0-8b70-a0a0c48e95c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:10.683227 [ 5 ] {c4dad937-b20a-44a0-8b70-a0a0c48e95c6} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:10.683267 [ 5 ] {c4dad937-b20a-44a0-8b70-a0a0c48e95c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:10.683599 [ 5 ] {c4dad937-b20a-44a0-8b70-a0a0c48e95c6} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:34:10.683815 [ 5 ] {c4dad937-b20a-44a0-8b70-a0a0c48e95c6} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:10.683955 [ 5 ] {c4dad937-b20a-44a0-8b70-a0a0c48e95c6} executeQuery: Read 104 rows, 6.53 KiB in 0.001162 sec., 89500.86058519794 rows/sec., 5.48 MiB/sec. 2025.09.19 00:34:10.684005 [ 5 ] {c4dad937-b20a-44a0-8b70-a0a0c48e95c6} TCPHandler: Processed in 0.001343898 sec. 2025.09.19 00:34:10.718826 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61566 2025.09.19 00:34:10.718932 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.718960 [ 286 ] {} TCP-Session: ddf122b9-7e59-402a-b61d-bfa492faf33b Authenticating user 'default' from [fd00:1122:3344:101::e]:61566 2025.09.19 00:34:10.718985 [ 286 ] {} TCP-Session: ddf122b9-7e59-402a-b61d-bfa492faf33b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.718998 [ 286 ] {} TCP-Session: ddf122b9-7e59-402a-b61d-bfa492faf33b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719230 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43070 2025.09.19 00:34:10.719267 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51608 2025.09.19 00:34:10.719286 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55178 2025.09.19 00:34:10.719300 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50551 2025.09.19 00:34:10.719348 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.719357 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.719373 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.719391 [ 286 ] {} TCP-Session: ddf122b9-7e59-402a-b61d-bfa492faf33b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.719396 [ 290 ] {} TCP-Session: b0252bac-97bc-4856-8ccc-aa3d1b7b34e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51608 2025.09.19 00:34:10.719413 [ 291 ] {} TCP-Session: 3a116b72-7218-437a-a8d3-ee429fff9407 Authenticating user 'default' from [fd00:1122:3344:101::e]:55178 2025.09.19 00:34:10.719434 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.719436 [ 290 ] {} TCP-Session: b0252bac-97bc-4856-8ccc-aa3d1b7b34e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719460 [ 291 ] {} TCP-Session: 3a116b72-7218-437a-a8d3-ee429fff9407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719474 [ 290 ] {} TCP-Session: b0252bac-97bc-4856-8ccc-aa3d1b7b34e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719489 [ 291 ] {} TCP-Session: 3a116b72-7218-437a-a8d3-ee429fff9407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719471 [ 292 ] {} TCP-Session: bea906d6-08f9-4d67-8cc2-4422fee15628 Authenticating user 'default' from [fd00:1122:3344:101::e]:50551 2025.09.19 00:34:10.719392 [ 287 ] {} TCP-Session: 05208781-d7cc-4eb1-9605-d42293379368 Authenticating user 'default' from [fd00:1122:3344:101::e]:43070 2025.09.19 00:34:10.719308 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57840 2025.09.19 00:34:10.719580 [ 287 ] {} TCP-Session: 05208781-d7cc-4eb1-9605-d42293379368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719572 [ 292 ] {} TCP-Session: bea906d6-08f9-4d67-8cc2-4422fee15628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719626 [ 287 ] {} TCP-Session: 05208781-d7cc-4eb1-9605-d42293379368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719654 [ 292 ] {} TCP-Session: bea906d6-08f9-4d67-8cc2-4422fee15628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719271 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36298 2025.09.19 00:34:10.719673 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.719266 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37195 2025.09.19 00:34:10.719738 [ 293 ] {} TCP-Session: de3a18a2-1c3c-4ff0-981c-140c07ab7eb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:57840 2025.09.19 00:34:10.719759 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.719777 [ 293 ] {} TCP-Session: de3a18a2-1c3c-4ff0-981c-140c07ab7eb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719315 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64897 2025.09.19 00:34:10.719792 [ 289 ] {} TCP-Session: 1d4c9a10-06b0-481a-858e-55d133b644ea Authenticating user 'default' from [fd00:1122:3344:101::e]:36298 2025.09.19 00:34:10.719799 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.719850 [ 289 ] {} TCP-Session: 1d4c9a10-06b0-481a-858e-55d133b644ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719872 [ 288 ] {} TCP-Session: 7e790607-10dd-47ad-86f8-2d9c9a61c5f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:37195 2025.09.19 00:34:10.719875 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.719900 [ 288 ] {} TCP-Session: 7e790607-10dd-47ad-86f8-2d9c9a61c5f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719882 [ 289 ] {} TCP-Session: 1d4c9a10-06b0-481a-858e-55d133b644ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719922 [ 294 ] {} TCP-Session: f3100952-e4d2-47bc-a7fc-6c2812f582ee Authenticating user 'default' from [fd00:1122:3344:101::e]:64897 2025.09.19 00:34:10.719794 [ 293 ] {} TCP-Session: de3a18a2-1c3c-4ff0-981c-140c07ab7eb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719973 [ 294 ] {} TCP-Session: f3100952-e4d2-47bc-a7fc-6c2812f582ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719928 [ 288 ] {} TCP-Session: 7e790607-10dd-47ad-86f8-2d9c9a61c5f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.720014 [ 294 ] {} TCP-Session: f3100952-e4d2-47bc-a7fc-6c2812f582ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.719568 [ 286 ] {ebd6ec8d-9490-4503-8c0a-f08e07db6224} executeQuery: (from [fd00:1122:3344:101::e]:61566) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:34:10.720366 [ 286 ] {ebd6ec8d-9490-4503-8c0a-f08e07db6224} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:34:10.720422 [ 286 ] {ebd6ec8d-9490-4503-8c0a-f08e07db6224} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:34:10.720716 [ 286 ] {ebd6ec8d-9490-4503-8c0a-f08e07db6224} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:34:10.721739 [ 260 ] {ebd6ec8d-9490-4503-8c0a-f08e07db6224} AggregatingTransform: Aggregating 2025.09.19 00:34:10.721782 [ 260 ] {ebd6ec8d-9490-4503-8c0a-f08e07db6224} Aggregator: Aggregation method: without_key 2025.09.19 00:34:10.721821 [ 260 ] {ebd6ec8d-9490-4503-8c0a-f08e07db6224} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001001853 sec. (998.150 rows/sec., 38.99 KiB/sec.) 2025.09.19 00:34:10.721839 [ 260 ] {ebd6ec8d-9490-4503-8c0a-f08e07db6224} Aggregator: Merging aggregated data 2025.09.19 00:34:10.723104 [ 286 ] {ebd6ec8d-9490-4503-8c0a-f08e07db6224} executeQuery: Read 1 rows, 40.00 B in 0.003591 sec., 278.473962684489 rows/sec., 10.88 KiB/sec. 2025.09.19 00:34:10.723358 [ 286 ] {ebd6ec8d-9490-4503-8c0a-f08e07db6224} TCPHandler: Processed in 0.004083804 sec. 2025.09.19 00:34:10.723460 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.723491 [ 286 ] {} TCP-Session: ddf122b9-7e59-402a-b61d-bfa492faf33b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.723493 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.723522 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.723540 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.723551 [ 287 ] {} TCP-Session: 05208781-d7cc-4eb1-9605-d42293379368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.723562 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.723582 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.723618 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.723642 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.723655 [ 292 ] {} TCP-Session: bea906d6-08f9-4d67-8cc2-4422fee15628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.723671 [ 291 ] {} TCP-Session: 3a116b72-7218-437a-a8d3-ee429fff9407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.723689 [ 293 ] {} TCP-Session: de3a18a2-1c3c-4ff0-981c-140c07ab7eb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.723630 [ 288 ] {} TCP-Session: 7e790607-10dd-47ad-86f8-2d9c9a61c5f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.723599 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.723580 [ 289 ] {} TCP-Session: 1d4c9a10-06b0-481a-858e-55d133b644ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.723773 [ 294 ] {} TCP-Session: f3100952-e4d2-47bc-a7fc-6c2812f582ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.723594 [ 290 ] {} TCP-Session: b0252bac-97bc-4856-8ccc-aa3d1b7b34e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.901433 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35835 2025.09.19 00:34:10.901543 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.901571 [ 286 ] {} TCP-Session: da897dd1-c9ba-44e3-8140-f63f66d2eb73 Authenticating user 'default' from [fd00:1122:3344:101::e]:35835 2025.09.19 00:34:10.901594 [ 286 ] {} TCP-Session: da897dd1-c9ba-44e3-8140-f63f66d2eb73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.901607 [ 286 ] {} TCP-Session: da897dd1-c9ba-44e3-8140-f63f66d2eb73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.901814 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36535 2025.09.19 00:34:10.901831 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64098 2025.09.19 00:34:10.901848 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59493 2025.09.19 00:34:10.901877 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36176 2025.09.19 00:34:10.901907 [ 286 ] {} TCP-Session: da897dd1-c9ba-44e3-8140-f63f66d2eb73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:10.901924 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.901946 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.901954 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.901971 [ 287 ] {} TCP-Session: 37551e2a-5c99-48f7-9183-cb4ee04dd926 Authenticating user 'default' from [fd00:1122:3344:101::e]:36535 2025.09.19 00:34:10.901987 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.901997 [ 291 ] {} TCP-Session: 102576fa-9717-41fe-ade3-70adf0d61c67 Authenticating user 'default' from [fd00:1122:3344:101::e]:59493 2025.09.19 00:34:10.902008 [ 287 ] {} TCP-Session: 37551e2a-5c99-48f7-9183-cb4ee04dd926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902024 [ 294 ] {} TCP-Session: 9cf7a597-e96e-49a9-bf23-227fe0fdbdad Authenticating user 'default' from [fd00:1122:3344:101::e]:36176 2025.09.19 00:34:10.902030 [ 291 ] {} TCP-Session: 102576fa-9717-41fe-ade3-70adf0d61c67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902036 [ 287 ] {} TCP-Session: 37551e2a-5c99-48f7-9183-cb4ee04dd926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902057 [ 294 ] {} TCP-Session: 9cf7a597-e96e-49a9-bf23-227fe0fdbdad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902063 [ 291 ] {} TCP-Session: 102576fa-9717-41fe-ade3-70adf0d61c67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902088 [ 294 ] {} TCP-Session: 9cf7a597-e96e-49a9-bf23-227fe0fdbdad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902099 [ 286 ] {fe005c61-7cb4-4ecc-92c1-067c51a078db} executeQuery: (from [fd00:1122:3344:101::e]:35835) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:34:10.901989 [ 289 ] {} TCP-Session: 9af190f5-dda5-43f7-8313-adff81595f26 Authenticating user 'default' from [fd00:1122:3344:101::e]:64098 2025.09.19 00:34:10.901871 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36520 2025.09.19 00:34:10.902169 [ 289 ] {} TCP-Session: 9af190f5-dda5-43f7-8313-adff81595f26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.901862 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59494 2025.09.19 00:34:10.902216 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.902192 [ 289 ] {} TCP-Session: 9af190f5-dda5-43f7-8313-adff81595f26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902252 [ 293 ] {} TCP-Session: 5285a7dc-eac8-4ae6-9a46-2ceb4226e8d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:36520 2025.09.19 00:34:10.901828 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35012 2025.09.19 00:34:10.902275 [ 293 ] {} TCP-Session: 5285a7dc-eac8-4ae6-9a46-2ceb4226e8d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902301 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.902320 [ 293 ] {} TCP-Session: 5285a7dc-eac8-4ae6-9a46-2ceb4226e8d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.901835 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56970 2025.09.19 00:34:10.902342 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.902378 [ 286 ] {fe005c61-7cb4-4ecc-92c1-067c51a078db} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:34:10.902411 [ 288 ] {} TCP-Session: 9dbe858d-a221-4259-b051-3eb07eab78b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35012 2025.09.19 00:34:10.902340 [ 292 ] {} TCP-Session: 7f815798-a6bf-4717-b217-437d4577c3d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:59494 2025.09.19 00:34:10.902446 [ 288 ] {} TCP-Session: 9dbe858d-a221-4259-b051-3eb07eab78b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902439 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:34:10.902459 [ 286 ] {fe005c61-7cb4-4ecc-92c1-067c51a078db} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:34:10.902469 [ 288 ] {} TCP-Session: 9dbe858d-a221-4259-b051-3eb07eab78b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902498 [ 290 ] {} TCP-Session: 0ef2e112-4ca5-488b-9677-c3417d3fe45e Authenticating user 'default' from [fd00:1122:3344:101::e]:56970 2025.09.19 00:34:10.902470 [ 292 ] {} TCP-Session: 7f815798-a6bf-4717-b217-437d4577c3d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902534 [ 290 ] {} TCP-Session: 0ef2e112-4ca5-488b-9677-c3417d3fe45e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902556 [ 292 ] {} TCP-Session: 7f815798-a6bf-4717-b217-437d4577c3d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902563 [ 290 ] {} TCP-Session: 0ef2e112-4ca5-488b-9677-c3417d3fe45e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.902785 [ 286 ] {fe005c61-7cb4-4ecc-92c1-067c51a078db} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:34:10.903745 [ 325 ] {fe005c61-7cb4-4ecc-92c1-067c51a078db} AggregatingTransform: Aggregating 2025.09.19 00:34:10.903778 [ 325 ] {fe005c61-7cb4-4ecc-92c1-067c51a078db} Aggregator: Aggregation method: without_key 2025.09.19 00:34:10.903815 [ 325 ] {fe005c61-7cb4-4ecc-92c1-067c51a078db} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000926433 sec. (1079.409 rows/sec., 42.16 KiB/sec.) 2025.09.19 00:34:10.903833 [ 325 ] {fe005c61-7cb4-4ecc-92c1-067c51a078db} Aggregator: Merging aggregated data 2025.09.19 00:34:10.904998 [ 286 ] {fe005c61-7cb4-4ecc-92c1-067c51a078db} executeQuery: Read 1 rows, 40.00 B in 0.002961 sec., 337.7237419790611 rows/sec., 13.19 KiB/sec. 2025.09.19 00:34:10.905149 [ 286 ] {fe005c61-7cb4-4ecc-92c1-067c51a078db} TCPHandler: Processed in 0.003358544 sec. 2025.09.19 00:34:10.905268 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.905297 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.905315 [ 288 ] {} TCP-Session: 9dbe858d-a221-4259-b051-3eb07eab78b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.905318 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.905343 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.905344 [ 294 ] {} TCP-Session: 9cf7a597-e96e-49a9-bf23-227fe0fdbdad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.905361 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.905387 [ 287 ] {} TCP-Session: 37551e2a-5c99-48f7-9183-cb4ee04dd926 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.905397 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.905417 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.905428 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.905459 [ 289 ] {} TCP-Session: 9af190f5-dda5-43f7-8313-adff81595f26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.905463 [ 293 ] {} TCP-Session: 5285a7dc-eac8-4ae6-9a46-2ceb4226e8d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.905484 [ 286 ] {} TCP-Session: da897dd1-c9ba-44e3-8140-f63f66d2eb73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.905379 [ 291 ] {} TCP-Session: 102576fa-9717-41fe-ade3-70adf0d61c67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.905399 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.19 00:34:10.905419 [ 290 ] {} TCP-Session: 0ef2e112-4ca5-488b-9677-c3417d3fe45e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:10.905570 [ 292 ] {} TCP-Session: 7f815798-a6bf-4717-b217-437d4577c3d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:34:11.000279 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 257.05 MiB, peak 267.17 MiB, free memory in arenas 0.00 B, will set to 255.69 MiB (RSS), difference: -1.36 MiB 2025.09.19 00:34:12.291544 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11973 2025.09.19 00:34:12.292085 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:12.292121 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:12.292624 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:34:12.292875 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:12.293013 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11973 2025.09.19 00:34:12.918241 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.09.19 00:34:12.936763 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:12.936822 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.09.19 00:34:12.942572 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:34:12.943287 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:12.946576 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.09.19 00:34:14.821027 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 776 2025.09.19 00:34:14.823825 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:14.823888 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:14.825797 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:34:14.826110 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:14.826508 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 776 2025.09.19 00:34:15.651703 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:15.651882 [ 5 ] {8898d0df-30a5-41ef-b8e4-2f20e308f2b3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:15.651950 [ 5 ] {8898d0df-30a5-41ef-b8e4-2f20e308f2b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:15.652695 [ 5 ] {8898d0df-30a5-41ef-b8e4-2f20e308f2b3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:15.652742 [ 5 ] {8898d0df-30a5-41ef-b8e4-2f20e308f2b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:15.653151 [ 5 ] {8898d0df-30a5-41ef-b8e4-2f20e308f2b3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:34:15.653386 [ 5 ] {8898d0df-30a5-41ef-b8e4-2f20e308f2b3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:15.653514 [ 69 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.19 00:34:15.653547 [ 5 ] {8898d0df-30a5-41ef-b8e4-2f20e308f2b3} executeQuery: Read 140 rows, 12.42 KiB in 0.001712 sec., 81775.70093457944 rows/sec., 7.09 MiB/sec. 2025.09.19 00:34:15.653553 [ 69 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:15.653582 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:15.653597 [ 5 ] {8898d0df-30a5-41ef-b8e4-2f20e308f2b3} TCPHandler: Processed in 0.002020616 sec. 2025.09.19 00:34:15.653717 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:34:15.653730 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:15.653860 [ 5 ] {7b633beb-036b-4b9d-a0f3-d27619c83f0f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:15.653865 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:15.653911 [ 5 ] {7b633beb-036b-4b9d-a0f3-d27619c83f0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:15.653919 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2346 rows starting from the beginning of the part 2025.09.19 00:34:15.654002 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1281 rows starting from the beginning of the part 2025.09.19 00:34:15.654052 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:34:15.654096 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 140 rows starting from the beginning of the part 2025.09.19 00:34:15.654136 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:34:15.654177 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 140 rows starting from the beginning of the part 2025.09.19 00:34:15.654367 [ 5 ] {7b633beb-036b-4b9d-a0f3-d27619c83f0f} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:15.654410 [ 5 ] {7b633beb-036b-4b9d-a0f3-d27619c83f0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:15.654753 [ 5 ] {7b633beb-036b-4b9d-a0f3-d27619c83f0f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:34:15.654992 [ 5 ] {7b633beb-036b-4b9d-a0f3-d27619c83f0f} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:15.655134 [ 5 ] {7b633beb-036b-4b9d-a0f3-d27619c83f0f} executeQuery: Read 42 rows, 3.16 KiB in 0.001296 sec., 32407.407407407405 rows/sec., 2.38 MiB/sec. 2025.09.19 00:34:15.655175 [ 5 ] {7b633beb-036b-4b9d-a0f3-d27619c83f0f} TCPHandler: Processed in 0.00149632 sec. 2025.09.19 00:34:15.655280 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:15.655380 [ 5 ] {81070da2-364c-4ab2-8557-8c03f01a8e2f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:15.655423 [ 5 ] {81070da2-364c-4ab2-8557-8c03f01a8e2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:15.655868 [ 5 ] {81070da2-364c-4ab2-8557-8c03f01a8e2f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:15.655905 [ 5 ] {81070da2-364c-4ab2-8557-8c03f01a8e2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:15.656221 [ 5 ] {81070da2-364c-4ab2-8557-8c03f01a8e2f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:34:15.656410 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 6131 rows, containing 5 columns (5 merged, 0 gathered) in 0.002762846 sec., 2219088.577503053 rows/sec., 187.94 MiB/sec. 2025.09.19 00:34:15.656434 [ 5 ] {81070da2-364c-4ab2-8557-8c03f01a8e2f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:15.656537 [ 69 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.19 00:34:15.656560 [ 69 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:15.656567 [ 5 ] {81070da2-364c-4ab2-8557-8c03f01a8e2f} executeQuery: Read 106 rows, 8.48 KiB in 0.001208 sec., 87748.34437086093 rows/sec., 6.85 MiB/sec. 2025.09.19 00:34:15.656579 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:15.656606 [ 5 ] {81070da2-364c-4ab2-8557-8c03f01a8e2f} TCPHandler: Processed in 0.001375538 sec. 2025.09.19 00:34:15.656699 [ 186 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:34:15.656721 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:15.656704 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.19 00:34:15.656837 [ 5 ] {389db55d-4e59-4465-9ae3-474d9e78e549} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:15.656848 [ 186 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:15.656887 [ 5 ] {389db55d-4e59-4465-9ae3-474d9e78e549} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:15.656895 [ 186 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1213 rows starting from the beginning of the part 2025.09.19 00:34:15.657012 [ 186 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 564 rows starting from the beginning of the part 2025.09.19 00:34:15.657064 [ 186 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 679 rows starting from the beginning of the part 2025.09.19 00:34:15.657084 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_36_7} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:15.657108 [ 186 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 106 rows starting from the beginning of the part 2025.09.19 00:34:15.657156 [ 186 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 679 rows starting from the beginning of the part 2025.09.19 00:34:15.657180 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_36_7} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.19 00:34:15.657201 [ 186 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 106 rows starting from the beginning of the part 2025.09.19 00:34:15.657279 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.09.19 00:34:15.657329 [ 5 ] {389db55d-4e59-4465-9ae3-474d9e78e549} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:15.657368 [ 5 ] {389db55d-4e59-4465-9ae3-474d9e78e549} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:15.657728 [ 5 ] {389db55d-4e59-4465-9ae3-474d9e78e549} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:34:15.657954 [ 5 ] {389db55d-4e59-4465-9ae3-474d9e78e549} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:15.658060 [ 69 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.19 00:34:15.658089 [ 69 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:15.658098 [ 5 ] {389db55d-4e59-4465-9ae3-474d9e78e549} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2025.09.19 00:34:15.658110 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:15.658140 [ 5 ] {389db55d-4e59-4465-9ae3-474d9e78e549} TCPHandler: Processed in 0.001469869 sec. 2025.09.19 00:34:15.658194 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:34:15.658280 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:15.658289 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:15.658346 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10723 rows starting from the beginning of the part 2025.09.19 00:34:15.658388 [ 5 ] {077b3bca-c359-422e-b217-8ed5287a6cc0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:15.658440 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 845 rows starting from the beginning of the part 2025.09.19 00:34:15.658453 [ 5 ] {077b3bca-c359-422e-b217-8ed5287a6cc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:34:15.658505 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 314 rows starting from the beginning of the part 2025.09.19 00:34:15.658565 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:34:15.658629 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 314 rows starting from the beginning of the part 2025.09.19 00:34:15.658663 [ 186 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3347 rows, containing 5 columns (5 merged, 0 gathered) in 0.002026897 sec., 1651292.5915821078 rows/sec., 124.75 MiB/sec. 2025.09.19 00:34:15.658692 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:34:15.658856 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.19 00:34:15.659134 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_36_7} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:15.659199 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_36_7} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.19 00:34:15.659273 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.09.19 00:34:15.659633 [ 5 ] {077b3bca-c359-422e-b217-8ed5287a6cc0} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:15.659676 [ 5 ] {077b3bca-c359-422e-b217-8ed5287a6cc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:15.660545 [ 5 ] {077b3bca-c359-422e-b217-8ed5287a6cc0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:34:15.660875 [ 5 ] {077b3bca-c359-422e-b217-8ed5287a6cc0} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:15.661053 [ 5 ] {077b3bca-c359-422e-b217-8ed5287a6cc0} executeQuery: Read 42 rows, 77.07 KiB in 0.002688 sec., 15625 rows/sec., 28.00 MiB/sec. 2025.09.19 00:34:15.661131 [ 5 ] {077b3bca-c359-422e-b217-8ed5287a6cc0} TCPHandler: Processed in 0.002899408 sec. 2025.09.19 00:34:15.661253 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:15.661349 [ 5 ] {233ff597-cd49-4695-9bdf-747c0653fea1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:15.661392 [ 5 ] {233ff597-cd49-4695-9bdf-747c0653fea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:15.661813 [ 5 ] {233ff597-cd49-4695-9bdf-747c0653fea1} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:15.661850 [ 5 ] {233ff597-cd49-4695-9bdf-747c0653fea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:15.662221 [ 5 ] {233ff597-cd49-4695-9bdf-747c0653fea1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:34:15.662465 [ 5 ] {233ff597-cd49-4695-9bdf-747c0653fea1} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:15.662569 [ 69 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.19 00:34:15.662600 [ 5 ] {233ff597-cd49-4695-9bdf-747c0653fea1} executeQuery: Read 60 rows, 4.14 KiB in 0.001271 sec., 47206.92368214005 rows/sec., 3.18 MiB/sec. 2025.09.19 00:34:15.662602 [ 69 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:15.662633 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:15.662638 [ 5 ] {233ff597-cd49-4695-9bdf-747c0653fea1} TCPHandler: Processed in 0.001434199 sec. 2025.09.19 00:34:15.662759 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:34:15.662901 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:15.662940 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2380 rows starting from the beginning of the part 2025.09.19 00:34:15.663009 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:34:15.663060 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 104 rows starting from the beginning of the part 2025.09.19 00:34:15.663102 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:34:15.663141 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 104 rows starting from the beginning of the part 2025.09.19 00:34:15.663181 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12516 rows, containing 5 columns (5 merged, 0 gathered) in 0.005019046 sec., 2493700.9941729964 rows/sec., 167.11 MiB/sec. 2025.09.19 00:34:15.663185 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:34:15.663480 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.19 00:34:15.663729 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_36_7} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:15.663791 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_36_7} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.19 00:34:15.663859 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. 2025.09.19 00:34:15.664466 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2768 rows, containing 4 columns (4 merged, 0 gathered) in 0.001774353 sec., 1560005.2526188418 rows/sec., 99.39 MiB/sec. 2025.09.19 00:34:15.664682 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.19 00:34:15.664915 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_36_7} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:15.664973 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_36_7} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.19 00:34:15.665050 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.09.19 00:34:19.703922 [ 120 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:34:19.703990 [ 120 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:34:19.793085 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12421 2025.09.19 00:34:19.793617 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:19.793669 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:19.794205 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:34:19.794457 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:19.794610 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12421 2025.09.19 00:34:19.794623 [ 120 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.19 00:34:19.794696 [ 120 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:19.794720 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:19.794856 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:19.795007 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:19.795049 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10053 rows starting from the beginning of the part 2025.09.19 00:34:19.795113 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:19.795156 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:19.795199 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:19.795237 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:19.795276 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:19.800915 [ 189 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12421 rows, containing 4 columns (4 merged, 0 gathered) in 0.006112609 sec., 2032029.203896405 rows/sec., 29.07 MiB/sec. 2025.09.19 00:34:19.801373 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.19 00:34:19.801678 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_26_5} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:19.801748 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_26_5} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.19 00:34:19.801848 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.09.19 00:34:20.447607 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.09.19 00:34:20.464617 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.464668 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.470594 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:34:20.471292 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.471583 [ 138 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.19 00:34:20.471647 [ 138 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.471666 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.471791 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:20.474486 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.09.19 00:34:20.475742 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:20.477334 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:20.482157 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:20.486771 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:20.491161 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:20.495648 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:20.499386 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:20.554865 [ 189 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.083129778 sec., 2357.7592135516106 rows/sec., 12.19 MiB/sec. 2025.09.19 00:34:20.557612 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.19 00:34:20.559594 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_26_5} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.559696 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_26_5} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.19 00:34:20.561663 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.09.19 00:34:20.660628 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:20.660816 [ 5 ] {63e77b3c-0696-4dd6-b747-ad66461f7d9f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:34:20.660889 [ 5 ] {63e77b3c-0696-4dd6-b747-ad66461f7d9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:34:20.661763 [ 5 ] {63e77b3c-0696-4dd6-b747-ad66461f7d9f} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.661809 [ 5 ] {63e77b3c-0696-4dd6-b747-ad66461f7d9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.662206 [ 5 ] {63e77b3c-0696-4dd6-b747-ad66461f7d9f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:34:20.662429 [ 5 ] {63e77b3c-0696-4dd6-b747-ad66461f7d9f} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.662575 [ 5 ] {63e77b3c-0696-4dd6-b747-ad66461f7d9f} executeQuery: Read 410 rows, 26.63 KiB in 0.00181 sec., 226519.3370165746 rows/sec., 14.37 MiB/sec. 2025.09.19 00:34:20.662592 [ 138 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.09.19 00:34:20.662615 [ 5 ] {63e77b3c-0696-4dd6-b747-ad66461f7d9f} TCPHandler: Processed in 0.002120838 sec. 2025.09.19 00:34:20.662673 [ 138 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.662708 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.662769 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:20.662798 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:34:20.662869 [ 5 ] {a6ce7c23-1204-4f1a-ae32-fcc61abc4ef8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:20.662884 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:20.662910 [ 5 ] {a6ce7c23-1204-4f1a-ae32-fcc61abc4ef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:20.662914 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 410 rows starting from the beginning of the part 2025.09.19 00:34:20.662983 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 410 rows starting from the beginning of the part 2025.09.19 00:34:20.663027 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 410 rows starting from the beginning of the part 2025.09.19 00:34:20.663072 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 410 rows starting from the beginning of the part 2025.09.19 00:34:20.663113 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 410 rows starting from the beginning of the part 2025.09.19 00:34:20.663952 [ 5 ] {a6ce7c23-1204-4f1a-ae32-fcc61abc4ef8} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.663986 [ 5 ] {a6ce7c23-1204-4f1a-ae32-fcc61abc4ef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.664078 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001314687 sec., 1559306.5117400568 rows/sec., 104.86 MiB/sec. 2025.09.19 00:34:20.664198 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.09.19 00:34:20.664409 [ 5 ] {a6ce7c23-1204-4f1a-ae32-fcc61abc4ef8} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:34:20.664433 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_17_4} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.664504 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_17_4} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.09.19 00:34:20.664562 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.09.19 00:34:20.664625 [ 5 ] {a6ce7c23-1204-4f1a-ae32-fcc61abc4ef8} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.664749 [ 5 ] {a6ce7c23-1204-4f1a-ae32-fcc61abc4ef8} executeQuery: Read 1112 rows, 89.80 KiB in 0.001899 sec., 585571.3533438651 rows/sec., 46.18 MiB/sec. 2025.09.19 00:34:20.664786 [ 5 ] {a6ce7c23-1204-4f1a-ae32-fcc61abc4ef8} TCPHandler: Processed in 0.002066167 sec. 2025.09.19 00:34:20.664908 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:20.665003 [ 5 ] {6da10ce8-8d20-439d-81ed-fb32c92021b1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:20.665044 [ 5 ] {6da10ce8-8d20-439d-81ed-fb32c92021b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:20.665522 [ 5 ] {6da10ce8-8d20-439d-81ed-fb32c92021b1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.665557 [ 5 ] {6da10ce8-8d20-439d-81ed-fb32c92021b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.665856 [ 5 ] {6da10ce8-8d20-439d-81ed-fb32c92021b1} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:34:20.666076 [ 5 ] {6da10ce8-8d20-439d-81ed-fb32c92021b1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.666202 [ 5 ] {6da10ce8-8d20-439d-81ed-fb32c92021b1} executeQuery: Read 205 rows, 12.32 KiB in 0.001218 sec., 168308.70279146143 rows/sec., 9.87 MiB/sec. 2025.09.19 00:34:20.666241 [ 5 ] {6da10ce8-8d20-439d-81ed-fb32c92021b1} TCPHandler: Processed in 0.001380438 sec. 2025.09.19 00:34:20.666362 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:20.666457 [ 5 ] {3a833855-02df-46f2-a0e7-1f0305bfab69} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:34:20.666496 [ 5 ] {3a833855-02df-46f2-a0e7-1f0305bfab69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:34:20.666980 [ 5 ] {3a833855-02df-46f2-a0e7-1f0305bfab69} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.667015 [ 5 ] {3a833855-02df-46f2-a0e7-1f0305bfab69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.667312 [ 5 ] {3a833855-02df-46f2-a0e7-1f0305bfab69} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:34:20.667514 [ 5 ] {3a833855-02df-46f2-a0e7-1f0305bfab69} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.667640 [ 5 ] {3a833855-02df-46f2-a0e7-1f0305bfab69} executeQuery: Read 212 rows, 14.00 KiB in 0.001202 sec., 176372.71214642265 rows/sec., 11.37 MiB/sec. 2025.09.19 00:34:20.667677 [ 5 ] {3a833855-02df-46f2-a0e7-1f0305bfab69} TCPHandler: Processed in 0.001362078 sec. 2025.09.19 00:34:20.667787 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:20.667880 [ 5 ] {5a500f08-0096-4d83-be7b-7be9cdde499a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:34:20.667920 [ 5 ] {5a500f08-0096-4d83-be7b-7be9cdde499a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:34:20.668405 [ 5 ] {5a500f08-0096-4d83-be7b-7be9cdde499a} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.668441 [ 5 ] {5a500f08-0096-4d83-be7b-7be9cdde499a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.668742 [ 5 ] {5a500f08-0096-4d83-be7b-7be9cdde499a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:34:20.668944 [ 5 ] {5a500f08-0096-4d83-be7b-7be9cdde499a} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.669042 [ 138 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.09.19 00:34:20.669069 [ 5 ] {5a500f08-0096-4d83-be7b-7be9cdde499a} executeQuery: Read 211 rows, 12.27 KiB in 0.001205 sec., 175103.73443983405 rows/sec., 9.94 MiB/sec. 2025.09.19 00:34:20.669083 [ 138 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.669110 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.669111 [ 5 ] {5a500f08-0096-4d83-be7b-7be9cdde499a} TCPHandler: Processed in 0.001372358 sec. 2025.09.19 00:34:20.669218 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:34:20.669244 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:20.669351 [ 5 ] {b5a3cc7b-4c6c-4314-8d7b-ec2fa050bfc0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:20.669357 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:20.669393 [ 5 ] {b5a3cc7b-4c6c-4314-8d7b-ec2fa050bfc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:20.669403 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 211 rows starting from the beginning of the part 2025.09.19 00:34:20.669482 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 211 rows starting from the beginning of the part 2025.09.19 00:34:20.669533 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 211 rows starting from the beginning of the part 2025.09.19 00:34:20.669588 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 211 rows starting from the beginning of the part 2025.09.19 00:34:20.669657 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 211 rows starting from the beginning of the part 2025.09.19 00:34:20.670080 [ 5 ] {b5a3cc7b-4c6c-4314-8d7b-ec2fa050bfc0} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.670119 [ 5 ] {b5a3cc7b-4c6c-4314-8d7b-ec2fa050bfc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.670453 [ 5 ] {b5a3cc7b-4c6c-4314-8d7b-ec2fa050bfc0} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:34:20.670599 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001432879 sec., 736279.8952319073 rows/sec., 44.62 MiB/sec. 2025.09.19 00:34:20.670651 [ 5 ] {b5a3cc7b-4c6c-4314-8d7b-ec2fa050bfc0} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.670731 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.09.19 00:34:20.670781 [ 5 ] {b5a3cc7b-4c6c-4314-8d7b-ec2fa050bfc0} executeQuery: Read 679 rows, 48.47 KiB in 0.001447 sec., 469246.7173462336 rows/sec., 32.71 MiB/sec. 2025.09.19 00:34:20.670819 [ 5 ] {b5a3cc7b-4c6c-4314-8d7b-ec2fa050bfc0} TCPHandler: Processed in 0.001622831 sec. 2025.09.19 00:34:20.670937 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:20.670990 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_17_4} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.671029 [ 5 ] {8f6f463b-68ee-4eab-8206-9894f0f1a7a0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:34:20.671062 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_17_4} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.09.19 00:34:20.671070 [ 5 ] {8f6f463b-68ee-4eab-8206-9894f0f1a7a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:34:20.671132 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.09.19 00:34:20.671413 [ 5 ] {8f6f463b-68ee-4eab-8206-9894f0f1a7a0} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.671447 [ 5 ] {8f6f463b-68ee-4eab-8206-9894f0f1a7a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.671743 [ 5 ] {8f6f463b-68ee-4eab-8206-9894f0f1a7a0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:34:20.671948 [ 5 ] {8f6f463b-68ee-4eab-8206-9894f0f1a7a0} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.672077 [ 5 ] {8f6f463b-68ee-4eab-8206-9894f0f1a7a0} executeQuery: Read 6 rows, 321.00 B in 0.001065 sec., 5633.802816901409 rows/sec., 294.34 KiB/sec. 2025.09.19 00:34:20.672114 [ 5 ] {8f6f463b-68ee-4eab-8206-9894f0f1a7a0} TCPHandler: Processed in 0.001225346 sec. 2025.09.19 00:34:20.672224 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:20.672317 [ 5 ] {4260309d-efa1-4413-94f8-4a40130f7a2a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:20.672358 [ 5 ] {4260309d-efa1-4413-94f8-4a40130f7a2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:20.672830 [ 5 ] {4260309d-efa1-4413-94f8-4a40130f7a2a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.672867 [ 5 ] {4260309d-efa1-4413-94f8-4a40130f7a2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.673205 [ 5 ] {4260309d-efa1-4413-94f8-4a40130f7a2a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:34:20.673425 [ 5 ] {4260309d-efa1-4413-94f8-4a40130f7a2a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.673552 [ 5 ] {4260309d-efa1-4413-94f8-4a40130f7a2a} executeQuery: Read 314 rows, 21.12 KiB in 0.001253 sec., 250598.56344772546 rows/sec., 16.46 MiB/sec. 2025.09.19 00:34:20.673587 [ 5 ] {4260309d-efa1-4413-94f8-4a40130f7a2a} TCPHandler: Processed in 0.001411178 sec. 2025.09.19 00:34:20.673700 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:20.673792 [ 5 ] {23e7df33-82bd-4104-b31a-e6dc1730203a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:34:20.673833 [ 5 ] {23e7df33-82bd-4104-b31a-e6dc1730203a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:34:20.674146 [ 5 ] {23e7df33-82bd-4104-b31a-e6dc1730203a} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.674181 [ 5 ] {23e7df33-82bd-4104-b31a-e6dc1730203a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.674466 [ 5 ] {23e7df33-82bd-4104-b31a-e6dc1730203a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:34:20.674670 [ 5 ] {23e7df33-82bd-4104-b31a-e6dc1730203a} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.674814 [ 5 ] {23e7df33-82bd-4104-b31a-e6dc1730203a} executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. 2025.09.19 00:34:20.674850 [ 5 ] {23e7df33-82bd-4104-b31a-e6dc1730203a} TCPHandler: Processed in 0.001197276 sec. 2025.09.19 00:34:20.674948 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:20.675039 [ 5 ] {6ff3fdb8-b7fe-4fb0-9cc8-703dbffda469} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:20.675080 [ 5 ] {6ff3fdb8-b7fe-4fb0-9cc8-703dbffda469} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:20.675406 [ 5 ] {6ff3fdb8-b7fe-4fb0-9cc8-703dbffda469} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:20.675441 [ 5 ] {6ff3fdb8-b7fe-4fb0-9cc8-703dbffda469} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:20.675748 [ 5 ] {6ff3fdb8-b7fe-4fb0-9cc8-703dbffda469} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:34:20.675951 [ 5 ] {6ff3fdb8-b7fe-4fb0-9cc8-703dbffda469} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:20.676074 [ 5 ] {6ff3fdb8-b7fe-4fb0-9cc8-703dbffda469} executeQuery: Read 104 rows, 6.53 KiB in 0.001053 sec., 98765.43209876544 rows/sec., 6.05 MiB/sec. 2025.09.19 00:34:20.676109 [ 5 ] {6ff3fdb8-b7fe-4fb0-9cc8-703dbffda469} TCPHandler: Processed in 0.001207506 sec. 2025.09.19 00:34:21.000270 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 259.05 MiB, peak 268.86 MiB, free memory in arenas 0.00 B, will set to 263.81 MiB (RSS), difference: 4.77 MiB 2025.09.19 00:34:24.826941 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 808 2025.09.19 00:34:24.829281 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:24.829322 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:24.830520 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:34:24.830786 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:24.831038 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 808 2025.09.19 00:34:25.679295 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:25.679471 [ 5 ] {f24eeab3-f051-4dbf-bb77-136109bb6ea7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:34:25.679539 [ 5 ] {f24eeab3-f051-4dbf-bb77-136109bb6ea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:34:25.680178 [ 5 ] {f24eeab3-f051-4dbf-bb77-136109bb6ea7} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:25.680228 [ 5 ] {f24eeab3-f051-4dbf-bb77-136109bb6ea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:25.680641 [ 5 ] {f24eeab3-f051-4dbf-bb77-136109bb6ea7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.19 00:34:25.680882 [ 5 ] {f24eeab3-f051-4dbf-bb77-136109bb6ea7} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:25.681042 [ 5 ] {f24eeab3-f051-4dbf-bb77-136109bb6ea7} executeQuery: Read 14 rows, 1.14 KiB in 0.001618 sec., 8652.65760197775 rows/sec., 705.56 KiB/sec. 2025.09.19 00:34:25.681095 [ 5 ] {f24eeab3-f051-4dbf-bb77-136109bb6ea7} TCPHandler: Processed in 0.001927865 sec. 2025.09.19 00:34:25.681235 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:25.681345 [ 5 ] {9f053359-f51d-4e1c-8169-3e7ca798c2b4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:25.681389 [ 5 ] {9f053359-f51d-4e1c-8169-3e7ca798c2b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:25.682714 [ 5 ] {9f053359-f51d-4e1c-8169-3e7ca798c2b4} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:25.682755 [ 5 ] {9f053359-f51d-4e1c-8169-3e7ca798c2b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:25.683173 [ 5 ] {9f053359-f51d-4e1c-8169-3e7ca798c2b4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:34:25.683391 [ 5 ] {9f053359-f51d-4e1c-8169-3e7ca798c2b4} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:25.683536 [ 5 ] {9f053359-f51d-4e1c-8169-3e7ca798c2b4} executeQuery: Read 1287 rows, 109.05 KiB in 0.002216 sec., 580776.1732851985 rows/sec., 48.06 MiB/sec. 2025.09.19 00:34:25.683578 [ 5 ] {9f053359-f51d-4e1c-8169-3e7ca798c2b4} TCPHandler: Processed in 0.002395661 sec. 2025.09.19 00:34:25.683713 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:25.683855 [ 5 ] {15b5f7ed-bcbe-4c20-b860-79e6dd80984a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:25.683907 [ 5 ] {15b5f7ed-bcbe-4c20-b860-79e6dd80984a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:25.684359 [ 5 ] {15b5f7ed-bcbe-4c20-b860-79e6dd80984a} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:25.684399 [ 5 ] {15b5f7ed-bcbe-4c20-b860-79e6dd80984a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:25.684724 [ 5 ] {15b5f7ed-bcbe-4c20-b860-79e6dd80984a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:34:25.684945 [ 5 ] {15b5f7ed-bcbe-4c20-b860-79e6dd80984a} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:25.685071 [ 142 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.19 00:34:25.685077 [ 5 ] {15b5f7ed-bcbe-4c20-b860-79e6dd80984a} executeQuery: Read 56 rows, 4.14 KiB in 0.001251 sec., 44764.18864908074 rows/sec., 3.23 MiB/sec. 2025.09.19 00:34:25.685142 [ 142 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:25.685158 [ 5 ] {15b5f7ed-bcbe-4c20-b860-79e6dd80984a} TCPHandler: Processed in 0.001502569 sec. 2025.09.19 00:34:25.685171 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:25.685282 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:25.685305 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:34:25.685382 [ 5 ] {4af69774-4a0b-483d-8558-29941452e8a3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:34:25.685427 [ 5 ] {4af69774-4a0b-483d-8558-29941452e8a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:34:25.685435 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:25.685475 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 265 rows starting from the beginning of the part 2025.09.19 00:34:25.685547 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part 2025.09.19 00:34:25.685597 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 205 rows starting from the beginning of the part 2025.09.19 00:34:25.685641 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part 2025.09.19 00:34:25.685680 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 205 rows starting from the beginning of the part 2025.09.19 00:34:25.685722 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part 2025.09.19 00:34:25.686096 [ 5 ] {4af69774-4a0b-483d-8558-29941452e8a3} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:25.686140 [ 5 ] {4af69774-4a0b-483d-8558-29941452e8a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:25.686538 [ 5 ] {4af69774-4a0b-483d-8558-29941452e8a3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:34:25.686643 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 815 rows, containing 5 columns (5 merged, 0 gathered) in 0.001383159 sec., 589230.8837957169 rows/sec., 38.83 MiB/sec. 2025.09.19 00:34:25.686804 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.19 00:34:25.686833 [ 5 ] {4af69774-4a0b-483d-8558-29941452e8a3} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:25.686976 [ 5 ] {4af69774-4a0b-483d-8558-29941452e8a3} executeQuery: Read 228 rows, 15.81 KiB in 0.001613 sec., 141351.51890886546 rows/sec., 9.57 MiB/sec. 2025.09.19 00:34:25.687021 [ 5 ] {4af69774-4a0b-483d-8558-29941452e8a3} TCPHandler: Processed in 0.001787974 sec. 2025.09.19 00:34:25.687103 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_36_7} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:25.687150 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:25.687176 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_36_7} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.19 00:34:25.687252 [ 5 ] {12af3ff2-cd80-4b21-a3bd-16a9504805ea} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:25.687259 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:34:25.687294 [ 5 ] {12af3ff2-cd80-4b21-a3bd-16a9504805ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:25.688030 [ 5 ] {12af3ff2-cd80-4b21-a3bd-16a9504805ea} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:25.688066 [ 5 ] {12af3ff2-cd80-4b21-a3bd-16a9504805ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:25.688403 [ 5 ] {12af3ff2-cd80-4b21-a3bd-16a9504805ea} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:34:25.688607 [ 5 ] {12af3ff2-cd80-4b21-a3bd-16a9504805ea} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:25.688736 [ 5 ] {12af3ff2-cd80-4b21-a3bd-16a9504805ea} executeQuery: Read 576 rows, 43.91 KiB in 0.001542 sec., 373540.85603112844 rows/sec., 27.81 MiB/sec. 2025.09.19 00:34:25.688773 [ 5 ] {12af3ff2-cd80-4b21-a3bd-16a9504805ea} TCPHandler: Processed in 0.001708412 sec. 2025.09.19 00:34:25.688877 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:25.688967 [ 5 ] {f300d2f1-41a9-466d-9de3-11a1a3f25cd8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:25.689009 [ 5 ] {f300d2f1-41a9-466d-9de3-11a1a3f25cd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:25.689753 [ 5 ] {f300d2f1-41a9-466d-9de3-11a1a3f25cd8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:25.689789 [ 5 ] {f300d2f1-41a9-466d-9de3-11a1a3f25cd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:25.690197 [ 5 ] {f300d2f1-41a9-466d-9de3-11a1a3f25cd8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:34:25.690414 [ 5 ] {f300d2f1-41a9-466d-9de3-11a1a3f25cd8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:25.690548 [ 5 ] {f300d2f1-41a9-466d-9de3-11a1a3f25cd8} executeQuery: Read 851 rows, 58.66 KiB in 0.001551 sec., 548678.2720825274 rows/sec., 36.94 MiB/sec. 2025.09.19 00:34:25.690588 [ 5 ] {f300d2f1-41a9-466d-9de3-11a1a3f25cd8} TCPHandler: Processed in 0.001716642 sec. 2025.09.19 00:34:25.690711 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:25.690805 [ 5 ] {00d05a5d-9ef2-4833-a600-15b4438f23b9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:25.690861 [ 5 ] {00d05a5d-9ef2-4833-a600-15b4438f23b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:34:25.691752 [ 5 ] {00d05a5d-9ef2-4833-a600-15b4438f23b9} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:25.691789 [ 5 ] {00d05a5d-9ef2-4833-a600-15b4438f23b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:25.692400 [ 5 ] {00d05a5d-9ef2-4833-a600-15b4438f23b9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:34:25.692639 [ 5 ] {00d05a5d-9ef2-4833-a600-15b4438f23b9} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:25.692780 [ 5 ] {00d05a5d-9ef2-4833-a600-15b4438f23b9} executeQuery: Read 42 rows, 77.07 KiB in 0.001993 sec., 21073.75815353738 rows/sec., 37.76 MiB/sec. 2025.09.19 00:34:25.692847 [ 5 ] {00d05a5d-9ef2-4833-a600-15b4438f23b9} TCPHandler: Processed in 0.002185399 sec. 2025.09.19 00:34:25.692964 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:25.693058 [ 5 ] {c05c636f-8acc-4c4c-af97-812b2e4592d0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:25.693101 [ 5 ] {c05c636f-8acc-4c4c-af97-812b2e4592d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:25.693515 [ 5 ] {c05c636f-8acc-4c4c-af97-812b2e4592d0} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:25.693551 [ 5 ] {c05c636f-8acc-4c4c-af97-812b2e4592d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:25.693865 [ 5 ] {c05c636f-8acc-4c4c-af97-812b2e4592d0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:34:25.694078 [ 5 ] {c05c636f-8acc-4c4c-af97-812b2e4592d0} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:25.694214 [ 5 ] {c05c636f-8acc-4c4c-af97-812b2e4592d0} executeQuery: Read 60 rows, 4.14 KiB in 0.001174 sec., 51107.325383304946 rows/sec., 3.44 MiB/sec. 2025.09.19 00:34:25.694250 [ 5 ] {c05c636f-8acc-4c4c-af97-812b2e4592d0} TCPHandler: Processed in 0.001334587 sec. 2025.09.19 00:34:27.295197 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12933 2025.09.19 00:34:27.295779 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:27.295818 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:27.296325 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:34:27.296562 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:27.296686 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12933 2025.09.19 00:34:27.975064 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.09.19 00:34:27.991415 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:27.991472 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:27.997699 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:34:27.998423 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:28.001189 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.09.19 00:34:30.660556 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:30.660747 [ 5 ] {805da51e-0c34-4725-9f57-58fb804edd88} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:34:30.660812 [ 5 ] {805da51e-0c34-4725-9f57-58fb804edd88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:34:30.661585 [ 5 ] {805da51e-0c34-4725-9f57-58fb804edd88} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:30.661633 [ 5 ] {805da51e-0c34-4725-9f57-58fb804edd88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:30.662072 [ 5 ] {805da51e-0c34-4725-9f57-58fb804edd88} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:34:30.662302 [ 5 ] {805da51e-0c34-4725-9f57-58fb804edd88} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:30.662454 [ 5 ] {805da51e-0c34-4725-9f57-58fb804edd88} executeQuery: Read 410 rows, 26.63 KiB in 0.001756 sec., 233485.1936218679 rows/sec., 14.81 MiB/sec. 2025.09.19 00:34:30.662496 [ 5 ] {805da51e-0c34-4725-9f57-58fb804edd88} TCPHandler: Processed in 0.002068937 sec. 2025.09.19 00:34:30.662620 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:30.662715 [ 5 ] {5ab90edf-8577-4ef9-aa4a-ddc71603a737} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:30.662756 [ 5 ] {5ab90edf-8577-4ef9-aa4a-ddc71603a737} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:30.663575 [ 5 ] {5ab90edf-8577-4ef9-aa4a-ddc71603a737} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:30.663612 [ 5 ] {5ab90edf-8577-4ef9-aa4a-ddc71603a737} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:30.664007 [ 5 ] {5ab90edf-8577-4ef9-aa4a-ddc71603a737} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:34:30.664235 [ 5 ] {5ab90edf-8577-4ef9-aa4a-ddc71603a737} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:30.664361 [ 5 ] {5ab90edf-8577-4ef9-aa4a-ddc71603a737} executeQuery: Read 1112 rows, 89.80 KiB in 0.001664 sec., 668269.2307692309 rows/sec., 52.70 MiB/sec. 2025.09.19 00:34:30.664397 [ 5 ] {5ab90edf-8577-4ef9-aa4a-ddc71603a737} TCPHandler: Processed in 0.001826404 sec. 2025.09.19 00:34:30.664525 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:30.664618 [ 5 ] {a46d92c6-7051-42ca-a7ce-ed4b90d8824f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:30.664658 [ 5 ] {a46d92c6-7051-42ca-a7ce-ed4b90d8824f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:30.665151 [ 5 ] {a46d92c6-7051-42ca-a7ce-ed4b90d8824f} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:30.665201 [ 5 ] {a46d92c6-7051-42ca-a7ce-ed4b90d8824f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:30.665524 [ 5 ] {a46d92c6-7051-42ca-a7ce-ed4b90d8824f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:34:30.665733 [ 5 ] {a46d92c6-7051-42ca-a7ce-ed4b90d8824f} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:30.665864 [ 5 ] {a46d92c6-7051-42ca-a7ce-ed4b90d8824f} executeQuery: Read 205 rows, 12.32 KiB in 0.001264 sec., 162183.54430379748 rows/sec., 9.51 MiB/sec. 2025.09.19 00:34:30.665903 [ 5 ] {a46d92c6-7051-42ca-a7ce-ed4b90d8824f} TCPHandler: Processed in 0.001428319 sec. 2025.09.19 00:34:30.666018 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:30.666112 [ 5 ] {3b1877bc-e2c7-4365-bb79-86bac1a5a115} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:34:30.666153 [ 5 ] {3b1877bc-e2c7-4365-bb79-86bac1a5a115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:34:30.666622 [ 5 ] {3b1877bc-e2c7-4365-bb79-86bac1a5a115} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:30.666659 [ 5 ] {3b1877bc-e2c7-4365-bb79-86bac1a5a115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:30.666990 [ 5 ] {3b1877bc-e2c7-4365-bb79-86bac1a5a115} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:34:30.667202 [ 5 ] {3b1877bc-e2c7-4365-bb79-86bac1a5a115} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:30.667329 [ 5 ] {3b1877bc-e2c7-4365-bb79-86bac1a5a115} executeQuery: Read 212 rows, 14.00 KiB in 0.001235 sec., 171659.91902834008 rows/sec., 11.07 MiB/sec. 2025.09.19 00:34:30.667367 [ 5 ] {3b1877bc-e2c7-4365-bb79-86bac1a5a115} TCPHandler: Processed in 0.001397059 sec. 2025.09.19 00:34:30.667479 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:30.667570 [ 5 ] {206402e3-f180-4463-a9aa-01cbdcef38e5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:34:30.667610 [ 5 ] {206402e3-f180-4463-a9aa-01cbdcef38e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:34:30.668146 [ 5 ] {206402e3-f180-4463-a9aa-01cbdcef38e5} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:30.668186 [ 5 ] {206402e3-f180-4463-a9aa-01cbdcef38e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:30.668513 [ 5 ] {206402e3-f180-4463-a9aa-01cbdcef38e5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:34:30.668738 [ 5 ] {206402e3-f180-4463-a9aa-01cbdcef38e5} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:30.668870 [ 5 ] {206402e3-f180-4463-a9aa-01cbdcef38e5} executeQuery: Read 211 rows, 12.27 KiB in 0.001317 sec., 160212.60440394835 rows/sec., 9.10 MiB/sec. 2025.09.19 00:34:30.668910 [ 5 ] {206402e3-f180-4463-a9aa-01cbdcef38e5} TCPHandler: Processed in 0.001480379 sec. 2025.09.19 00:34:30.669025 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:30.669121 [ 5 ] {ee06c6a0-1b9a-4553-bda6-12761d55cec4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:30.669162 [ 5 ] {ee06c6a0-1b9a-4553-bda6-12761d55cec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:30.669839 [ 5 ] {ee06c6a0-1b9a-4553-bda6-12761d55cec4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:30.669877 [ 5 ] {ee06c6a0-1b9a-4553-bda6-12761d55cec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:30.670236 [ 5 ] {ee06c6a0-1b9a-4553-bda6-12761d55cec4} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:34:30.670446 [ 5 ] {ee06c6a0-1b9a-4553-bda6-12761d55cec4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:30.670575 [ 5 ] {ee06c6a0-1b9a-4553-bda6-12761d55cec4} executeQuery: Read 679 rows, 48.47 KiB in 0.001474 sec., 460651.28900949797 rows/sec., 32.11 MiB/sec. 2025.09.19 00:34:30.670615 [ 5 ] {ee06c6a0-1b9a-4553-bda6-12761d55cec4} TCPHandler: Processed in 0.001639641 sec. 2025.09.19 00:34:30.670736 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:30.670831 [ 5 ] {be4a6671-55e7-4fcf-807d-8b83d6d4e304} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:34:30.670873 [ 5 ] {be4a6671-55e7-4fcf-807d-8b83d6d4e304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:34:30.671217 [ 5 ] {be4a6671-55e7-4fcf-807d-8b83d6d4e304} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:30.671254 [ 5 ] {be4a6671-55e7-4fcf-807d-8b83d6d4e304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:30.671574 [ 5 ] {be4a6671-55e7-4fcf-807d-8b83d6d4e304} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:34:30.671786 [ 5 ] {be4a6671-55e7-4fcf-807d-8b83d6d4e304} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:30.671920 [ 5 ] {be4a6671-55e7-4fcf-807d-8b83d6d4e304} executeQuery: Read 6 rows, 321.00 B in 0.001108 sec., 5415.162454873646 rows/sec., 282.92 KiB/sec. 2025.09.19 00:34:30.671957 [ 5 ] {be4a6671-55e7-4fcf-807d-8b83d6d4e304} TCPHandler: Processed in 0.001271237 sec. 2025.09.19 00:34:30.672071 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:30.672167 [ 5 ] {dff156d6-cd10-48b1-a75d-afa485ca58bb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:30.672211 [ 5 ] {dff156d6-cd10-48b1-a75d-afa485ca58bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:30.672650 [ 5 ] {dff156d6-cd10-48b1-a75d-afa485ca58bb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:30.672687 [ 5 ] {dff156d6-cd10-48b1-a75d-afa485ca58bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:30.673037 [ 5 ] {dff156d6-cd10-48b1-a75d-afa485ca58bb} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:34:30.673270 [ 5 ] {dff156d6-cd10-48b1-a75d-afa485ca58bb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:30.673415 [ 5 ] {dff156d6-cd10-48b1-a75d-afa485ca58bb} executeQuery: Read 314 rows, 21.12 KiB in 0.001265 sec., 248221.34387351776 rows/sec., 16.31 MiB/sec. 2025.09.19 00:34:30.673453 [ 5 ] {dff156d6-cd10-48b1-a75d-afa485ca58bb} TCPHandler: Processed in 0.001432078 sec. 2025.09.19 00:34:30.673569 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:30.673661 [ 5 ] {80f6fcf5-062c-4e47-988f-981778db372e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:34:30.673703 [ 5 ] {80f6fcf5-062c-4e47-988f-981778db372e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:34:30.674024 [ 5 ] {80f6fcf5-062c-4e47-988f-981778db372e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:30.674060 [ 5 ] {80f6fcf5-062c-4e47-988f-981778db372e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:30.674378 [ 5 ] {80f6fcf5-062c-4e47-988f-981778db372e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:34:30.674583 [ 5 ] {80f6fcf5-062c-4e47-988f-981778db372e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:30.674719 [ 5 ] {80f6fcf5-062c-4e47-988f-981778db372e} executeQuery: Read 1 rows, 69.00 B in 0.001075 sec., 930.2325581395348 rows/sec., 62.68 KiB/sec. 2025.09.19 00:34:30.674755 [ 5 ] {80f6fcf5-062c-4e47-988f-981778db372e} TCPHandler: Processed in 0.001235527 sec. 2025.09.19 00:34:30.674863 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:30.674955 [ 5 ] {a905cbab-aa78-4b5d-805d-03939cfce4c4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:30.674995 [ 5 ] {a905cbab-aa78-4b5d-805d-03939cfce4c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:30.675324 [ 5 ] {a905cbab-aa78-4b5d-805d-03939cfce4c4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:30.675359 [ 5 ] {a905cbab-aa78-4b5d-805d-03939cfce4c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:30.675656 [ 5 ] {a905cbab-aa78-4b5d-805d-03939cfce4c4} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:34:30.675859 [ 5 ] {a905cbab-aa78-4b5d-805d-03939cfce4c4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:30.675993 [ 5 ] {a905cbab-aa78-4b5d-805d-03939cfce4c4} executeQuery: Read 104 rows, 6.53 KiB in 0.001055 sec., 98578.19905213271 rows/sec., 6.04 MiB/sec. 2025.09.19 00:34:30.676027 [ 5 ] {a905cbab-aa78-4b5d-805d-03939cfce4c4} TCPHandler: Processed in 0.001214056 sec. 2025.09.19 00:34:34.704232 [ 144 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:34:34.704304 [ 144 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:34:34.797528 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13381 2025.09.19 00:34:34.798049 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:34.798102 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:34.798641 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:34:34.798882 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:34.799031 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13381 2025.09.19 00:34:34.832115 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 844 2025.09.19 00:34:34.834533 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:34.834584 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:34.835862 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:34:34.836149 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:34.836507 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 844 2025.09.19 00:34:35.501980 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.09.19 00:34:35.517358 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:35.517403 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:35.523739 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:34:35.524519 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:35.527451 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.09.19 00:34:35.651437 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:35.651613 [ 5 ] {ba288ec9-adee-4542-baea-bf247b556387} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:35.651679 [ 5 ] {ba288ec9-adee-4542-baea-bf247b556387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:35.652370 [ 5 ] {ba288ec9-adee-4542-baea-bf247b556387} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:35.652420 [ 5 ] {ba288ec9-adee-4542-baea-bf247b556387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:35.652814 [ 5 ] {ba288ec9-adee-4542-baea-bf247b556387} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:34:35.653053 [ 5 ] {ba288ec9-adee-4542-baea-bf247b556387} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:35.653213 [ 5 ] {ba288ec9-adee-4542-baea-bf247b556387} executeQuery: Read 140 rows, 12.42 KiB in 0.001648 sec., 84951.45631067961 rows/sec., 7.36 MiB/sec. 2025.09.19 00:34:35.653257 [ 5 ] {ba288ec9-adee-4542-baea-bf247b556387} TCPHandler: Processed in 0.001948036 sec. 2025.09.19 00:34:35.653382 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:35.653482 [ 5 ] {105d43b9-0fce-4a13-81d2-886c2fd0df61} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:35.653524 [ 5 ] {105d43b9-0fce-4a13-81d2-886c2fd0df61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:35.654022 [ 5 ] {105d43b9-0fce-4a13-81d2-886c2fd0df61} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:35.654072 [ 5 ] {105d43b9-0fce-4a13-81d2-886c2fd0df61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:35.654472 [ 5 ] {105d43b9-0fce-4a13-81d2-886c2fd0df61} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:34:35.654717 [ 5 ] {105d43b9-0fce-4a13-81d2-886c2fd0df61} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:35.654866 [ 5 ] {105d43b9-0fce-4a13-81d2-886c2fd0df61} executeQuery: Read 42 rows, 3.16 KiB in 0.001404 sec., 29914.529914529914 rows/sec., 2.20 MiB/sec. 2025.09.19 00:34:35.654906 [ 5 ] {105d43b9-0fce-4a13-81d2-886c2fd0df61} TCPHandler: Processed in 0.001575951 sec. 2025.09.19 00:34:35.655027 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:35.655124 [ 5 ] {0aa5a44d-8415-4ce9-8566-2cee2a9bc7af} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:35.655166 [ 5 ] {0aa5a44d-8415-4ce9-8566-2cee2a9bc7af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:35.655619 [ 5 ] {0aa5a44d-8415-4ce9-8566-2cee2a9bc7af} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:35.655656 [ 5 ] {0aa5a44d-8415-4ce9-8566-2cee2a9bc7af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:35.655983 [ 5 ] {0aa5a44d-8415-4ce9-8566-2cee2a9bc7af} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:34:35.656206 [ 5 ] {0aa5a44d-8415-4ce9-8566-2cee2a9bc7af} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:35.656339 [ 5 ] {0aa5a44d-8415-4ce9-8566-2cee2a9bc7af} executeQuery: Read 106 rows, 8.48 KiB in 0.001234 sec., 85899.51377633712 rows/sec., 6.71 MiB/sec. 2025.09.19 00:34:35.656378 [ 5 ] {0aa5a44d-8415-4ce9-8566-2cee2a9bc7af} TCPHandler: Processed in 0.001399679 sec. 2025.09.19 00:34:35.656494 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:35.656588 [ 5 ] {eff3b9e9-250a-441e-bb74-cc0d17dfa715} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:35.656631 [ 5 ] {eff3b9e9-250a-441e-bb74-cc0d17dfa715} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:35.657042 [ 5 ] {eff3b9e9-250a-441e-bb74-cc0d17dfa715} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:35.657079 [ 5 ] {eff3b9e9-250a-441e-bb74-cc0d17dfa715} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:35.657445 [ 5 ] {eff3b9e9-250a-441e-bb74-cc0d17dfa715} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:34:35.657693 [ 5 ] {eff3b9e9-250a-441e-bb74-cc0d17dfa715} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:35.657833 [ 5 ] {eff3b9e9-250a-441e-bb74-cc0d17dfa715} executeQuery: Read 160 rows, 11.41 KiB in 0.001263 sec., 126682.5019794141 rows/sec., 8.82 MiB/sec. 2025.09.19 00:34:35.657873 [ 5 ] {eff3b9e9-250a-441e-bb74-cc0d17dfa715} TCPHandler: Processed in 0.001428928 sec. 2025.09.19 00:34:35.657986 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:35.658082 [ 5 ] {dac2af40-e3eb-4514-9805-0421b9972a49} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:35.658137 [ 5 ] {dac2af40-e3eb-4514-9805-0421b9972a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:34:35.658989 [ 5 ] {dac2af40-e3eb-4514-9805-0421b9972a49} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:35.659028 [ 5 ] {dac2af40-e3eb-4514-9805-0421b9972a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:35.659678 [ 5 ] {dac2af40-e3eb-4514-9805-0421b9972a49} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:34:35.659918 [ 5 ] {dac2af40-e3eb-4514-9805-0421b9972a49} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:35.660062 [ 5 ] {dac2af40-e3eb-4514-9805-0421b9972a49} executeQuery: Read 42 rows, 77.07 KiB in 0.001999 sec., 21010.505252626313 rows/sec., 37.65 MiB/sec. 2025.09.19 00:34:35.660125 [ 5 ] {dac2af40-e3eb-4514-9805-0421b9972a49} TCPHandler: Processed in 0.002187709 sec. 2025.09.19 00:34:35.660251 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:35.660347 [ 5 ] {b50c3921-c9ba-48e7-a539-666f13c70774} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:35.660390 [ 5 ] {b50c3921-c9ba-48e7-a539-666f13c70774} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:35.660735 [ 5 ] {b50c3921-c9ba-48e7-a539-666f13c70774} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:35.660773 [ 5 ] {b50c3921-c9ba-48e7-a539-666f13c70774} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:35.661186 [ 5 ] {b50c3921-c9ba-48e7-a539-666f13c70774} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:34:35.661425 [ 5 ] {b50c3921-c9ba-48e7-a539-666f13c70774} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:35.661564 [ 5 ] {b50c3921-c9ba-48e7-a539-666f13c70774} executeQuery: Read 60 rows, 4.14 KiB in 0.001235 sec., 48582.995951417004 rows/sec., 3.27 MiB/sec. 2025.09.19 00:34:35.661601 [ 5 ] {b50c3921-c9ba-48e7-a539-666f13c70774} TCPHandler: Processed in 0.001400158 sec. 2025.09.19 00:34:40.662165 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:40.662352 [ 5 ] {8c4c85bb-4cb5-4f83-a1ba-50d6285dcd3e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:34:40.662416 [ 5 ] {8c4c85bb-4cb5-4f83-a1ba-50d6285dcd3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:34:40.663209 [ 5 ] {8c4c85bb-4cb5-4f83-a1ba-50d6285dcd3e} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.663257 [ 5 ] {8c4c85bb-4cb5-4f83-a1ba-50d6285dcd3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:40.663682 [ 5 ] {8c4c85bb-4cb5-4f83-a1ba-50d6285dcd3e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:34:40.663919 [ 5 ] {8c4c85bb-4cb5-4f83-a1ba-50d6285dcd3e} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.664070 [ 5 ] {8c4c85bb-4cb5-4f83-a1ba-50d6285dcd3e} executeQuery: Read 410 rows, 26.63 KiB in 0.001766 sec., 232163.08040770103 rows/sec., 14.73 MiB/sec. 2025.09.19 00:34:40.664113 [ 5 ] {8c4c85bb-4cb5-4f83-a1ba-50d6285dcd3e} TCPHandler: Processed in 0.002079748 sec. 2025.09.19 00:34:40.664232 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:40.664327 [ 5 ] {474e264e-e6fa-49a4-897d-5874b7552260} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:34:40.664370 [ 5 ] {474e264e-e6fa-49a4-897d-5874b7552260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:34:40.664791 [ 5 ] {474e264e-e6fa-49a4-897d-5874b7552260} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.664828 [ 5 ] {474e264e-e6fa-49a4-897d-5874b7552260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:40.665128 [ 5 ] {474e264e-e6fa-49a4-897d-5874b7552260} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.19 00:34:40.665335 [ 5 ] {474e264e-e6fa-49a4-897d-5874b7552260} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.665469 [ 5 ] {474e264e-e6fa-49a4-897d-5874b7552260} executeQuery: Read 2 rows, 167.00 B in 0.001162 sec., 1721.170395869191 rows/sec., 140.35 KiB/sec. 2025.09.19 00:34:40.665506 [ 5 ] {474e264e-e6fa-49a4-897d-5874b7552260} TCPHandler: Processed in 0.001323567 sec. 2025.09.19 00:34:40.665632 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:40.665726 [ 5 ] {992923f5-a1bf-4397-baf3-ff9e96438172} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:40.665766 [ 5 ] {992923f5-a1bf-4397-baf3-ff9e96438172} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:40.666603 [ 5 ] {992923f5-a1bf-4397-baf3-ff9e96438172} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.666640 [ 5 ] {992923f5-a1bf-4397-baf3-ff9e96438172} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:40.667003 [ 5 ] {992923f5-a1bf-4397-baf3-ff9e96438172} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:34:40.667246 [ 5 ] {992923f5-a1bf-4397-baf3-ff9e96438172} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.667372 [ 132 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.19 00:34:40.667379 [ 5 ] {992923f5-a1bf-4397-baf3-ff9e96438172} executeQuery: Read 1113 rows, 89.87 KiB in 0.001671 sec., 666068.2226211849 rows/sec., 52.52 MiB/sec. 2025.09.19 00:34:40.667454 [ 132 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.667470 [ 5 ] {992923f5-a1bf-4397-baf3-ff9e96438172} TCPHandler: Processed in 0.001888404 sec. 2025.09.19 00:34:40.667485 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:40.667602 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:40.667632 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:34:40.667701 [ 5 ] {d7285284-852f-47d1-9869-bec4dc6a8b47} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:40.667747 [ 5 ] {d7285284-852f-47d1-9869-bec4dc6a8b47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:40.667774 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:40.667814 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2346 rows starting from the beginning of the part 2025.09.19 00:34:40.667885 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:34:40.667931 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1287 rows starting from the beginning of the part 2025.09.19 00:34:40.667980 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:34:40.668023 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 140 rows starting from the beginning of the part 2025.09.19 00:34:40.668098 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:34:40.668247 [ 5 ] {d7285284-852f-47d1-9869-bec4dc6a8b47} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.668290 [ 5 ] {d7285284-852f-47d1-9869-bec4dc6a8b47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:40.668807 [ 5 ] {d7285284-852f-47d1-9869-bec4dc6a8b47} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:34:40.669059 [ 5 ] {d7285284-852f-47d1-9869-bec4dc6a8b47} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.669210 [ 5 ] {d7285284-852f-47d1-9869-bec4dc6a8b47} executeQuery: Read 207 rows, 12.46 KiB in 0.001529 sec., 135382.60300850228 rows/sec., 7.95 MiB/sec. 2025.09.19 00:34:40.669249 [ 5 ] {d7285284-852f-47d1-9869-bec4dc6a8b47} TCPHandler: Processed in 0.001698863 sec. 2025.09.19 00:34:40.669371 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:40.669465 [ 5 ] {82517f48-6e61-4735-a180-7fa5bbb0e40b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:34:40.669532 [ 5 ] {82517f48-6e61-4735-a180-7fa5bbb0e40b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:34:40.670028 [ 5 ] {82517f48-6e61-4735-a180-7fa5bbb0e40b} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.670065 [ 5 ] {82517f48-6e61-4735-a180-7fa5bbb0e40b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:40.670394 [ 5 ] {82517f48-6e61-4735-a180-7fa5bbb0e40b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:34:40.670611 [ 5 ] {82517f48-6e61-4735-a180-7fa5bbb0e40b} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.670727 [ 132 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2025.09.19 00:34:40.670746 [ 5 ] {82517f48-6e61-4735-a180-7fa5bbb0e40b} executeQuery: Read 212 rows, 14.00 KiB in 0.001299 sec., 163202.4634334103 rows/sec., 10.52 MiB/sec. 2025.09.19 00:34:40.670774 [ 132 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.670793 [ 5 ] {82517f48-6e61-4735-a180-7fa5bbb0e40b} TCPHandler: Processed in 0.001471799 sec. 2025.09.19 00:34:40.670800 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:40.670888 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 7110 rows, containing 5 columns (5 merged, 0 gathered) in 0.003322173 sec., 2140165.4880706095 rows/sec., 180.32 MiB/sec. 2025.09.19 00:34:40.670900 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2025.09.19 00:34:40.670913 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:40.671031 [ 5 ] {12cbf61c-2e8b-4087-b19f-73dd5d141998} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:34:40.671050 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:40.671071 [ 5 ] {12cbf61c-2e8b-4087-b19f-73dd5d141998} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:34:40.671103 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 441 rows starting from the beginning of the part 2025.09.19 00:34:40.671191 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part 2025.09.19 00:34:40.671250 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part 2025.09.19 00:34:40.671308 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part 2025.09.19 00:34:40.671345 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.19 00:34:40.671367 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part 2025.09.19 00:34:40.671424 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part 2025.09.19 00:34:40.671550 [ 5 ] {12cbf61c-2e8b-4087-b19f-73dd5d141998} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.671594 [ 5 ] {12cbf61c-2e8b-4087-b19f-73dd5d141998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:40.671754 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_41_8} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.671870 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_41_8} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.19 00:34:40.671988 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2025.09.19 00:34:40.672218 [ 5 ] {12cbf61c-2e8b-4087-b19f-73dd5d141998} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:34:40.672457 [ 5 ] {12cbf61c-2e8b-4087-b19f-73dd5d141998} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.672584 [ 5 ] {12cbf61c-2e8b-4087-b19f-73dd5d141998} executeQuery: Read 211 rows, 12.27 KiB in 0.00157 sec., 134394.90445859873 rows/sec., 7.63 MiB/sec. 2025.09.19 00:34:40.672621 [ 5 ] {12cbf61c-2e8b-4087-b19f-73dd5d141998} TCPHandler: Processed in 0.001756673 sec. 2025.09.19 00:34:40.672701 [ 189 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001840354 sec., 824297.9339844399 rows/sec., 57.10 MiB/sec. 2025.09.19 00:34:40.672731 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:40.672825 [ 5 ] {22707d0c-5070-468f-85fd-2d0187cf39ed} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:40.672860 [ 200 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2025.09.19 00:34:40.672864 [ 5 ] {22707d0c-5070-468f-85fd-2d0187cf39ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:40.673132 [ 200 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.673202 [ 200 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_25_5} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2025.09.19 00:34:40.673268 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.09.19 00:34:40.673586 [ 5 ] {22707d0c-5070-468f-85fd-2d0187cf39ed} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.673631 [ 5 ] {22707d0c-5070-468f-85fd-2d0187cf39ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:40.674016 [ 5 ] {22707d0c-5070-468f-85fd-2d0187cf39ed} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:34:40.674253 [ 5 ] {22707d0c-5070-468f-85fd-2d0187cf39ed} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.674373 [ 132 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.19 00:34:40.674382 [ 5 ] {22707d0c-5070-468f-85fd-2d0187cf39ed} executeQuery: Read 681 rows, 48.63 KiB in 0.001576 sec., 432106.5989847716 rows/sec., 30.13 MiB/sec. 2025.09.19 00:34:40.674411 [ 132 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.674434 [ 5 ] {22707d0c-5070-468f-85fd-2d0187cf39ed} TCPHandler: Processed in 0.001751963 sec. 2025.09.19 00:34:40.674435 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:40.674530 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:34:40.674559 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:40.674618 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:40.674649 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1213 rows starting from the beginning of the part 2025.09.19 00:34:40.674658 [ 5 ] {76cc74c4-3f59-40d9-8b81-567715e48319} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:34:40.674696 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 679 rows starting from the beginning of the part 2025.09.19 00:34:40.674705 [ 5 ] {76cc74c4-3f59-40d9-8b81-567715e48319} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:34:40.674749 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 576 rows starting from the beginning of the part 2025.09.19 00:34:40.674800 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 679 rows starting from the beginning of the part 2025.09.19 00:34:40.674834 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 106 rows starting from the beginning of the part 2025.09.19 00:34:40.674866 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 681 rows starting from the beginning of the part 2025.09.19 00:34:40.675080 [ 5 ] {76cc74c4-3f59-40d9-8b81-567715e48319} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.675124 [ 5 ] {76cc74c4-3f59-40d9-8b81-567715e48319} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:40.675453 [ 5 ] {76cc74c4-3f59-40d9-8b81-567715e48319} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:34:40.675677 [ 5 ] {76cc74c4-3f59-40d9-8b81-567715e48319} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.675803 [ 5 ] {76cc74c4-3f59-40d9-8b81-567715e48319} executeQuery: Read 6 rows, 321.00 B in 0.001164 sec., 5154.639175257732 rows/sec., 269.31 KiB/sec. 2025.09.19 00:34:40.675840 [ 5 ] {76cc74c4-3f59-40d9-8b81-567715e48319} TCPHandler: Processed in 0.001330457 sec. 2025.09.19 00:34:40.675951 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:40.676044 [ 5 ] {e65a7fef-96a3-4aab-a920-25bd8585139c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:40.676086 [ 5 ] {e65a7fef-96a3-4aab-a920-25bd8585139c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:40.676218 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3934 rows, containing 5 columns (5 merged, 0 gathered) in 0.001716572 sec., 2291776.8669184865 rows/sec., 172.01 MiB/sec. 2025.09.19 00:34:40.676486 [ 187 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.19 00:34:40.676527 [ 5 ] {e65a7fef-96a3-4aab-a920-25bd8585139c} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.676568 [ 5 ] {e65a7fef-96a3-4aab-a920-25bd8585139c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:40.676854 [ 187 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_41_8} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.676950 [ 187 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_41_8} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.19 00:34:40.676952 [ 5 ] {e65a7fef-96a3-4aab-a920-25bd8585139c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:34:40.677055 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.09.19 00:34:40.677180 [ 5 ] {e65a7fef-96a3-4aab-a920-25bd8585139c} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.677291 [ 132 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.19 00:34:40.677312 [ 5 ] {e65a7fef-96a3-4aab-a920-25bd8585139c} executeQuery: Read 315 rows, 21.19 KiB in 0.001287 sec., 244755.24475524476 rows/sec., 16.08 MiB/sec. 2025.09.19 00:34:40.677326 [ 132 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.677354 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:40.677355 [ 5 ] {e65a7fef-96a3-4aab-a920-25bd8585139c} TCPHandler: Processed in 0.001452229 sec. 2025.09.19 00:34:40.677430 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:34:40.677469 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:40.677524 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:40.677556 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12516 rows starting from the beginning of the part 2025.09.19 00:34:40.677567 [ 5 ] {cda14a78-fa70-4655-afb8-b9b7bcbe8da3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:34:40.677607 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 314 rows starting from the beginning of the part 2025.09.19 00:34:40.677613 [ 5 ] {cda14a78-fa70-4655-afb8-b9b7bcbe8da3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:34:40.677660 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 851 rows starting from the beginning of the part 2025.09.19 00:34:40.677704 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 314 rows starting from the beginning of the part 2025.09.19 00:34:40.677743 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:34:40.677783 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 315 rows starting from the beginning of the part 2025.09.19 00:34:40.677944 [ 5 ] {cda14a78-fa70-4655-afb8-b9b7bcbe8da3} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.677984 [ 5 ] {cda14a78-fa70-4655-afb8-b9b7bcbe8da3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:40.678296 [ 5 ] {cda14a78-fa70-4655-afb8-b9b7bcbe8da3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:34:40.678497 [ 5 ] {cda14a78-fa70-4655-afb8-b9b7bcbe8da3} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.678614 [ 132 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2025.09.19 00:34:40.678634 [ 5 ] {cda14a78-fa70-4655-afb8-b9b7bcbe8da3} executeQuery: Read 1 rows, 69.00 B in 0.001085 sec., 921.6589861751152 rows/sec., 62.10 KiB/sec. 2025.09.19 00:34:40.678659 [ 132 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.678678 [ 5 ] {cda14a78-fa70-4655-afb8-b9b7bcbe8da3} TCPHandler: Processed in 0.001257576 sec. 2025.09.19 00:34:40.678689 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:40.678794 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:40.678797 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2025.09.19 00:34:40.678895 [ 5 ] {999c82a1-cfd9-4faa-8606-bb8995162775} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:40.678923 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:40.678940 [ 5 ] {999c82a1-cfd9-4faa-8606-bb8995162775} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:40.678959 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part 2025.09.19 00:34:40.679026 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2025.09.19 00:34:40.679070 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2025.09.19 00:34:40.679108 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2025.09.19 00:34:40.679151 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2025.09.19 00:34:40.679198 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2025.09.19 00:34:40.679291 [ 5 ] {999c82a1-cfd9-4faa-8606-bb8995162775} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.679340 [ 5 ] {999c82a1-cfd9-4faa-8606-bb8995162775} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:40.679798 [ 5 ] {999c82a1-cfd9-4faa-8606-bb8995162775} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:34:40.680018 [ 5 ] {999c82a1-cfd9-4faa-8606-bb8995162775} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.680031 [ 201 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.001274237 sec., 15695.667289523064 rows/sec., 1.03 MiB/sec. 2025.09.19 00:34:40.680127 [ 132 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.19 00:34:40.680150 [ 5 ] {999c82a1-cfd9-4faa-8606-bb8995162775} executeQuery: Read 104 rows, 6.53 KiB in 0.001273 sec., 81696.7792615868 rows/sec., 5.01 MiB/sec. 2025.09.19 00:34:40.680158 [ 132 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:40.680169 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.09.19 00:34:40.680193 [ 5 ] {999c82a1-cfd9-4faa-8606-bb8995162775} TCPHandler: Processed in 0.001447949 sec. 2025.09.19 00:34:40.680193 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:40.680284 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:34:40.680374 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:40.680402 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2768 rows starting from the beginning of the part 2025.09.19 00:34:40.680446 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 104 rows starting from the beginning of the part 2025.09.19 00:34:40.680507 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:34:40.680515 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.680541 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 104 rows starting from the beginning of the part 2025.09.19 00:34:40.680575 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:34:40.680599 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_20_4} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2025.09.19 00:34:40.680609 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 104 rows starting from the beginning of the part 2025.09.19 00:34:40.680669 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.09.19 00:34:40.682028 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3200 rows, containing 4 columns (4 merged, 0 gathered) in 0.001773503 sec., 1804338.6450431715 rows/sec., 114.78 MiB/sec. 2025.09.19 00:34:40.682281 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.19 00:34:40.682524 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_41_8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.682592 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_41_8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.19 00:34:40.682658 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.09.19 00:34:40.683076 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 14470 rows, containing 5 columns (5 merged, 0 gathered) in 0.005674294 sec., 2550096.981227973 rows/sec., 170.79 MiB/sec. 2025.09.19 00:34:40.683461 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.19 00:34:40.683723 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_41_8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:40.683790 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_41_8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.19 00:34:40.683855 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.70 MiB. 2025.09.19 00:34:41.001126 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 267.94 MiB, peak 276.68 MiB, free memory in arenas 0.00 B, will set to 269.29 MiB (RSS), difference: 1.34 MiB 2025.09.19 00:34:42.299137 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13893 2025.09.19 00:34:42.299904 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:42.299970 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:42.300660 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:34:42.300978 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:42.301194 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13893 2025.09.19 00:34:43.027535 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.09.19 00:34:43.044863 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:43.044927 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.09.19 00:34:43.050916 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:34:43.051627 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:43.054594 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.09.19 00:34:44.836754 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 878 2025.09.19 00:34:44.839229 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:44.839268 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:44.840433 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:34:44.840695 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:44.840838 [ 128 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.19 00:34:44.840879 [ 128 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:44.840901 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:44.840946 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 878 2025.09.19 00:34:44.841059 [ 201 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:34:44.841683 [ 201 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:44.841822 [ 201 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 702 rows starting from the beginning of the part 2025.09.19 00:34:44.842170 [ 201 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2025.09.19 00:34:44.842475 [ 201 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 38 rows starting from the beginning of the part 2025.09.19 00:34:44.842780 [ 201 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part 2025.09.19 00:34:44.843074 [ 201 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part 2025.09.19 00:34:44.843411 [ 201 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part 2025.09.19 00:34:44.849229 [ 200 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 878 rows, containing 72 columns (72 merged, 0 gathered) in 0.008248848 sec., 106439.10519384041 rows/sec., 88.13 MiB/sec. 2025.09.19 00:34:44.850542 [ 188 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.19 00:34:44.851092 [ 188 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_21_4} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:44.851158 [ 188 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_21_4} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.19 00:34:44.851364 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2025.09.19 00:34:45.652811 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:45.653093 [ 5 ] {686020de-0c30-49a5-9d8d-62987e27f924} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:45.653201 [ 5 ] {686020de-0c30-49a5-9d8d-62987e27f924} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:45.654016 [ 5 ] {686020de-0c30-49a5-9d8d-62987e27f924} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:45.654065 [ 5 ] {686020de-0c30-49a5-9d8d-62987e27f924} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:45.654475 [ 5 ] {686020de-0c30-49a5-9d8d-62987e27f924} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:34:45.654699 [ 5 ] {686020de-0c30-49a5-9d8d-62987e27f924} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:45.654865 [ 5 ] {686020de-0c30-49a5-9d8d-62987e27f924} executeQuery: Read 140 rows, 12.42 KiB in 0.001848 sec., 75757.57575757576 rows/sec., 6.56 MiB/sec. 2025.09.19 00:34:45.654915 [ 5 ] {686020de-0c30-49a5-9d8d-62987e27f924} TCPHandler: Processed in 0.00228645 sec. 2025.09.19 00:34:45.655038 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:45.655139 [ 5 ] {2c6d7750-6f92-4c67-b098-7f1004ea025d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:45.655184 [ 5 ] {2c6d7750-6f92-4c67-b098-7f1004ea025d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:45.655616 [ 5 ] {2c6d7750-6f92-4c67-b098-7f1004ea025d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:45.655655 [ 5 ] {2c6d7750-6f92-4c67-b098-7f1004ea025d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:45.655968 [ 5 ] {2c6d7750-6f92-4c67-b098-7f1004ea025d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:34:45.656171 [ 5 ] {2c6d7750-6f92-4c67-b098-7f1004ea025d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:45.656304 [ 5 ] {2c6d7750-6f92-4c67-b098-7f1004ea025d} executeQuery: Read 42 rows, 3.16 KiB in 0.001187 sec., 35383.31929233362 rows/sec., 2.60 MiB/sec. 2025.09.19 00:34:45.656342 [ 5 ] {2c6d7750-6f92-4c67-b098-7f1004ea025d} TCPHandler: Processed in 0.001356508 sec. 2025.09.19 00:34:45.656449 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:45.656544 [ 5 ] {6d63b0ca-a6c4-4343-885d-c4fa1c354b97} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:45.656584 [ 5 ] {6d63b0ca-a6c4-4343-885d-c4fa1c354b97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:45.657018 [ 5 ] {6d63b0ca-a6c4-4343-885d-c4fa1c354b97} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:45.657054 [ 5 ] {6d63b0ca-a6c4-4343-885d-c4fa1c354b97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:45.657358 [ 5 ] {6d63b0ca-a6c4-4343-885d-c4fa1c354b97} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:34:45.657570 [ 5 ] {6d63b0ca-a6c4-4343-885d-c4fa1c354b97} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:45.657704 [ 5 ] {6d63b0ca-a6c4-4343-885d-c4fa1c354b97} executeQuery: Read 106 rows, 8.48 KiB in 0.001178 sec., 89983.0220713073 rows/sec., 7.03 MiB/sec. 2025.09.19 00:34:45.657741 [ 5 ] {6d63b0ca-a6c4-4343-885d-c4fa1c354b97} TCPHandler: Processed in 0.001340858 sec. 2025.09.19 00:34:45.657852 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:45.657946 [ 5 ] {ae6a70a6-b0ac-40d6-869f-4d0056109de8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:45.657990 [ 5 ] {ae6a70a6-b0ac-40d6-869f-4d0056109de8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:45.658402 [ 5 ] {ae6a70a6-b0ac-40d6-869f-4d0056109de8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:45.658438 [ 5 ] {ae6a70a6-b0ac-40d6-869f-4d0056109de8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:45.658765 [ 5 ] {ae6a70a6-b0ac-40d6-869f-4d0056109de8} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:34:45.658977 [ 5 ] {ae6a70a6-b0ac-40d6-869f-4d0056109de8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:45.659108 [ 5 ] {ae6a70a6-b0ac-40d6-869f-4d0056109de8} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2025.09.19 00:34:45.659145 [ 5 ] {ae6a70a6-b0ac-40d6-869f-4d0056109de8} TCPHandler: Processed in 0.001342697 sec. 2025.09.19 00:34:45.659247 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:45.659340 [ 5 ] {8118bb00-4256-45f0-996b-4adbc422245c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:45.659394 [ 5 ] {8118bb00-4256-45f0-996b-4adbc422245c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:34:45.660260 [ 5 ] {8118bb00-4256-45f0-996b-4adbc422245c} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:45.660295 [ 5 ] {8118bb00-4256-45f0-996b-4adbc422245c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:45.660850 [ 5 ] {8118bb00-4256-45f0-996b-4adbc422245c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:34:45.661067 [ 5 ] {8118bb00-4256-45f0-996b-4adbc422245c} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:45.661188 [ 126 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.19 00:34:45.661209 [ 5 ] {8118bb00-4256-45f0-996b-4adbc422245c} executeQuery: Read 42 rows, 77.07 KiB in 0.001887 sec., 22257.551669316374 rows/sec., 39.88 MiB/sec. 2025.09.19 00:34:45.661262 [ 126 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:45.661288 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:45.661291 [ 5 ] {8118bb00-4256-45f0-996b-4adbc422245c} TCPHandler: Processed in 0.002093257 sec. 2025.09.19 00:34:45.661419 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:45.661429 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:34:45.661515 [ 5 ] {a872c488-af89-461d-b010-ae679b5e0a46} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:45.661563 [ 5 ] {a872c488-af89-461d-b010-ae679b5e0a46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:45.661724 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:45.661798 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 548 rows starting from the beginning of the part 2025.09.19 00:34:45.661902 [ 5 ] {a872c488-af89-461d-b010-ae679b5e0a46} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:45.661943 [ 5 ] {a872c488-af89-461d-b010-ae679b5e0a46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:45.661943 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part 2025.09.19 00:34:45.662076 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part 2025.09.19 00:34:45.662181 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part 2025.09.19 00:34:45.662255 [ 5 ] {a872c488-af89-461d-b010-ae679b5e0a46} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:34:45.662283 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part 2025.09.19 00:34:45.662393 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part 2025.09.19 00:34:45.662492 [ 5 ] {a872c488-af89-461d-b010-ae679b5e0a46} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:45.662630 [ 5 ] {a872c488-af89-461d-b010-ae679b5e0a46} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2025.09.19 00:34:45.662668 [ 5 ] {a872c488-af89-461d-b010-ae679b5e0a46} TCPHandler: Processed in 0.001296967 sec. 2025.09.19 00:34:45.686817 [ 188 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 19 columns (19 merged, 0 gathered) in 0.025451053 sec., 29782.65771557664 rows/sec., 53.37 MiB/sec. 2025.09.19 00:34:45.687889 [ 188 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.19 00:34:45.688210 [ 188 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_21_4} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:45.688282 [ 188 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_21_4} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.19 00:34:45.688372 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB. 2025.09.19 00:34:46.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 269.79 MiB, peak 277.52 MiB, free memory in arenas 0.00 B, will set to 271.32 MiB (RSS), difference: 1.53 MiB 2025.09.19 00:34:49.704347 [ 121 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:34:49.704443 [ 121 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:34:49.801286 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14341 2025.09.19 00:34:49.801795 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:49.801848 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:49.802431 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:34:49.802674 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:49.802823 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14341 2025.09.19 00:34:50.554665 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.09.19 00:34:50.571668 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.571723 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.577580 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:34:50.578268 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.581075 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.09.19 00:34:50.662023 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:50.662219 [ 5 ] {2eefaae7-24d3-4bfb-ac7a-fc433330c622} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:34:50.662293 [ 5 ] {2eefaae7-24d3-4bfb-ac7a-fc433330c622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:34:50.663138 [ 5 ] {2eefaae7-24d3-4bfb-ac7a-fc433330c622} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.663188 [ 5 ] {2eefaae7-24d3-4bfb-ac7a-fc433330c622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.663597 [ 5 ] {2eefaae7-24d3-4bfb-ac7a-fc433330c622} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:34:50.663820 [ 5 ] {2eefaae7-24d3-4bfb-ac7a-fc433330c622} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.663974 [ 5 ] {2eefaae7-24d3-4bfb-ac7a-fc433330c622} executeQuery: Read 410 rows, 26.63 KiB in 0.001808 sec., 226769.9115044248 rows/sec., 14.39 MiB/sec. 2025.09.19 00:34:50.664025 [ 5 ] {2eefaae7-24d3-4bfb-ac7a-fc433330c622} TCPHandler: Processed in 0.002138468 sec. 2025.09.19 00:34:50.664153 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:50.664255 [ 5 ] {7e6d33fe-5c16-441d-9f06-38e5f705698e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:50.664298 [ 5 ] {7e6d33fe-5c16-441d-9f06-38e5f705698e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:50.665261 [ 5 ] {7e6d33fe-5c16-441d-9f06-38e5f705698e} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.665300 [ 5 ] {7e6d33fe-5c16-441d-9f06-38e5f705698e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.665663 [ 5 ] {7e6d33fe-5c16-441d-9f06-38e5f705698e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:34:50.665871 [ 5 ] {7e6d33fe-5c16-441d-9f06-38e5f705698e} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.666003 [ 5 ] {7e6d33fe-5c16-441d-9f06-38e5f705698e} executeQuery: Read 1112 rows, 89.80 KiB in 0.001771 sec., 627893.8452851496 rows/sec., 49.52 MiB/sec. 2025.09.19 00:34:50.666040 [ 5 ] {7e6d33fe-5c16-441d-9f06-38e5f705698e} TCPHandler: Processed in 0.001937606 sec. 2025.09.19 00:34:50.666158 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:50.666256 [ 5 ] {a1c16ce6-f031-4f7e-ad38-34e5ab5c63db} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:50.666295 [ 5 ] {a1c16ce6-f031-4f7e-ad38-34e5ab5c63db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:50.666779 [ 5 ] {a1c16ce6-f031-4f7e-ad38-34e5ab5c63db} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.666815 [ 5 ] {a1c16ce6-f031-4f7e-ad38-34e5ab5c63db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.667127 [ 5 ] {a1c16ce6-f031-4f7e-ad38-34e5ab5c63db} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:34:50.667337 [ 5 ] {a1c16ce6-f031-4f7e-ad38-34e5ab5c63db} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.667451 [ 119 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.19 00:34:50.667467 [ 5 ] {a1c16ce6-f031-4f7e-ad38-34e5ab5c63db} executeQuery: Read 205 rows, 12.32 KiB in 0.001231 sec., 166531.27538586513 rows/sec., 9.77 MiB/sec. 2025.09.19 00:34:50.667515 [ 119 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.667524 [ 5 ] {a1c16ce6-f031-4f7e-ad38-34e5ab5c63db} TCPHandler: Processed in 0.001415048 sec. 2025.09.19 00:34:50.667543 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.667655 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:50.667673 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:34:50.667754 [ 5 ] {95cd9b35-6e8f-41ad-bc0e-3b548a435936} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:34:50.667770 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:50.667793 [ 5 ] {95cd9b35-6e8f-41ad-bc0e-3b548a435936} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:34:50.667803 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 265 rows starting from the beginning of the part 2025.09.19 00:34:50.667868 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 205 rows starting from the beginning of the part 2025.09.19 00:34:50.667921 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part 2025.09.19 00:34:50.667968 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 207 rows starting from the beginning of the part 2025.09.19 00:34:50.668012 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 42 rows starting from the beginning of the part 2025.09.19 00:34:50.668057 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 205 rows starting from the beginning of the part 2025.09.19 00:34:50.668272 [ 5 ] {95cd9b35-6e8f-41ad-bc0e-3b548a435936} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.668307 [ 5 ] {95cd9b35-6e8f-41ad-bc0e-3b548a435936} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.668608 [ 5 ] {95cd9b35-6e8f-41ad-bc0e-3b548a435936} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:34:50.668817 [ 5 ] {95cd9b35-6e8f-41ad-bc0e-3b548a435936} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.668909 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 966 rows, containing 5 columns (5 merged, 0 gathered) in 0.001278987 sec., 755285.2374574565 rows/sec., 48.80 MiB/sec. 2025.09.19 00:34:50.668946 [ 5 ] {95cd9b35-6e8f-41ad-bc0e-3b548a435936} executeQuery: Read 212 rows, 14.00 KiB in 0.001211 sec., 175061.9322873658 rows/sec., 11.29 MiB/sec. 2025.09.19 00:34:50.669004 [ 5 ] {95cd9b35-6e8f-41ad-bc0e-3b548a435936} TCPHandler: Processed in 0.001397318 sec. 2025.09.19 00:34:50.669118 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:50.669157 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.19 00:34:50.669220 [ 5 ] {2b29613f-183a-45dc-bbe9-c85df35d1d74} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:34:50.669265 [ 5 ] {2b29613f-183a-45dc-bbe9-c85df35d1d74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:34:50.669497 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_41_8} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.669592 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_41_8} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.19 00:34:50.669720 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.19 00:34:50.669748 [ 5 ] {2b29613f-183a-45dc-bbe9-c85df35d1d74} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.669789 [ 5 ] {2b29613f-183a-45dc-bbe9-c85df35d1d74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.670098 [ 5 ] {2b29613f-183a-45dc-bbe9-c85df35d1d74} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:34:50.670306 [ 5 ] {2b29613f-183a-45dc-bbe9-c85df35d1d74} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.670435 [ 5 ] {2b29613f-183a-45dc-bbe9-c85df35d1d74} executeQuery: Read 211 rows, 12.27 KiB in 0.001233 sec., 171127.33171127332 rows/sec., 9.72 MiB/sec. 2025.09.19 00:34:50.670471 [ 5 ] {2b29613f-183a-45dc-bbe9-c85df35d1d74} TCPHandler: Processed in 0.001404449 sec. 2025.09.19 00:34:50.670583 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:50.670676 [ 5 ] {4fa2fadc-de0e-4f95-a604-e4040b768952} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:50.670714 [ 5 ] {4fa2fadc-de0e-4f95-a604-e4040b768952} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:50.671368 [ 5 ] {4fa2fadc-de0e-4f95-a604-e4040b768952} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.671403 [ 5 ] {4fa2fadc-de0e-4f95-a604-e4040b768952} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.671731 [ 5 ] {4fa2fadc-de0e-4f95-a604-e4040b768952} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:34:50.671938 [ 5 ] {4fa2fadc-de0e-4f95-a604-e4040b768952} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.672065 [ 5 ] {4fa2fadc-de0e-4f95-a604-e4040b768952} executeQuery: Read 679 rows, 48.47 KiB in 0.001408 sec., 482244.3181818182 rows/sec., 33.62 MiB/sec. 2025.09.19 00:34:50.672103 [ 5 ] {4fa2fadc-de0e-4f95-a604-e4040b768952} TCPHandler: Processed in 0.001568081 sec. 2025.09.19 00:34:50.672213 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:50.672306 [ 5 ] {9682f0fe-cf67-4999-b15b-4444e571c643} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:34:50.672347 [ 5 ] {9682f0fe-cf67-4999-b15b-4444e571c643} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:34:50.672677 [ 5 ] {9682f0fe-cf67-4999-b15b-4444e571c643} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.672712 [ 5 ] {9682f0fe-cf67-4999-b15b-4444e571c643} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.673016 [ 5 ] {9682f0fe-cf67-4999-b15b-4444e571c643} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:34:50.673223 [ 5 ] {9682f0fe-cf67-4999-b15b-4444e571c643} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.673350 [ 5 ] {9682f0fe-cf67-4999-b15b-4444e571c643} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2025.09.19 00:34:50.673386 [ 5 ] {9682f0fe-cf67-4999-b15b-4444e571c643} TCPHandler: Processed in 0.001221306 sec. 2025.09.19 00:34:50.673485 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:50.673578 [ 5 ] {3dcd463d-d74b-48db-b4d0-3081badb9b30} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:50.673619 [ 5 ] {3dcd463d-d74b-48db-b4d0-3081badb9b30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:50.674056 [ 5 ] {3dcd463d-d74b-48db-b4d0-3081badb9b30} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.674090 [ 5 ] {3dcd463d-d74b-48db-b4d0-3081badb9b30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.674421 [ 5 ] {3dcd463d-d74b-48db-b4d0-3081badb9b30} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:34:50.674625 [ 5 ] {3dcd463d-d74b-48db-b4d0-3081badb9b30} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.674750 [ 5 ] {3dcd463d-d74b-48db-b4d0-3081badb9b30} executeQuery: Read 314 rows, 21.12 KiB in 0.001189 sec., 264087.4684608915 rows/sec., 17.35 MiB/sec. 2025.09.19 00:34:50.674786 [ 5 ] {3dcd463d-d74b-48db-b4d0-3081badb9b30} TCPHandler: Processed in 0.001348657 sec. 2025.09.19 00:34:50.674893 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:50.674985 [ 5 ] {fc4b5c65-c660-4b47-af3a-de8cfe94fbb8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:34:50.675027 [ 5 ] {fc4b5c65-c660-4b47-af3a-de8cfe94fbb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:34:50.675332 [ 5 ] {fc4b5c65-c660-4b47-af3a-de8cfe94fbb8} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.675366 [ 5 ] {fc4b5c65-c660-4b47-af3a-de8cfe94fbb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.675660 [ 5 ] {fc4b5c65-c660-4b47-af3a-de8cfe94fbb8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:34:50.675863 [ 5 ] {fc4b5c65-c660-4b47-af3a-de8cfe94fbb8} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.675993 [ 5 ] {fc4b5c65-c660-4b47-af3a-de8cfe94fbb8} executeQuery: Read 1 rows, 69.00 B in 0.001025 sec., 975.6097560975609 rows/sec., 65.74 KiB/sec. 2025.09.19 00:34:50.676028 [ 5 ] {fc4b5c65-c660-4b47-af3a-de8cfe94fbb8} TCPHandler: Processed in 0.001183415 sec. 2025.09.19 00:34:50.676126 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:50.676216 [ 5 ] {afcd0c37-9f12-46fb-85ac-47f81cc85a75} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:50.676256 [ 5 ] {afcd0c37-9f12-46fb-85ac-47f81cc85a75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:50.676581 [ 5 ] {afcd0c37-9f12-46fb-85ac-47f81cc85a75} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:50.676615 [ 5 ] {afcd0c37-9f12-46fb-85ac-47f81cc85a75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:50.676922 [ 5 ] {afcd0c37-9f12-46fb-85ac-47f81cc85a75} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:34:50.677124 [ 5 ] {afcd0c37-9f12-46fb-85ac-47f81cc85a75} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:50.677252 [ 5 ] {afcd0c37-9f12-46fb-85ac-47f81cc85a75} executeQuery: Read 104 rows, 6.53 KiB in 0.001053 sec., 98765.43209876544 rows/sec., 6.05 MiB/sec. 2025.09.19 00:34:50.677287 [ 5 ] {afcd0c37-9f12-46fb-85ac-47f81cc85a75} TCPHandler: Processed in 0.001208446 sec. 2025.09.19 00:34:54.841281 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 910 2025.09.19 00:34:54.843635 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:54.843694 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:54.844900 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:34:54.845178 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:54.845472 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 910 2025.09.19 00:34:55.679410 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:55.679682 [ 5 ] {3027599e-35f5-4448-a150-fcd91d65251c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:34:55.679783 [ 5 ] {3027599e-35f5-4448-a150-fcd91d65251c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:34:55.680476 [ 5 ] {3027599e-35f5-4448-a150-fcd91d65251c} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:55.680513 [ 5 ] {3027599e-35f5-4448-a150-fcd91d65251c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:55.680884 [ 5 ] {3027599e-35f5-4448-a150-fcd91d65251c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.19 00:34:55.681114 [ 5 ] {3027599e-35f5-4448-a150-fcd91d65251c} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:55.681259 [ 5 ] {3027599e-35f5-4448-a150-fcd91d65251c} executeQuery: Read 2 rows, 167.00 B in 0.001651 sec., 1211.3870381586917 rows/sec., 98.78 KiB/sec. 2025.09.19 00:34:55.681299 [ 5 ] {3027599e-35f5-4448-a150-fcd91d65251c} TCPHandler: Processed in 0.002079388 sec. 2025.09.19 00:34:55.681438 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:55.681533 [ 5 ] {841bb147-689b-4a5c-a6aa-4d2100f4ca8b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:34:55.681573 [ 5 ] {841bb147-689b-4a5c-a6aa-4d2100f4ca8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:34:55.682669 [ 5 ] {841bb147-689b-4a5c-a6aa-4d2100f4ca8b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:55.682703 [ 5 ] {841bb147-689b-4a5c-a6aa-4d2100f4ca8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:55.683085 [ 5 ] {841bb147-689b-4a5c-a6aa-4d2100f4ca8b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:34:55.683294 [ 5 ] {841bb147-689b-4a5c-a6aa-4d2100f4ca8b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:55.683425 [ 5 ] {841bb147-689b-4a5c-a6aa-4d2100f4ca8b} executeQuery: Read 1281 rows, 108.61 KiB in 0.001912 sec., 669979.0794979079 rows/sec., 55.47 MiB/sec. 2025.09.19 00:34:55.683464 [ 5 ] {841bb147-689b-4a5c-a6aa-4d2100f4ca8b} TCPHandler: Processed in 0.002075317 sec. 2025.09.19 00:34:55.683593 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:55.683714 [ 5 ] {0e4770eb-6990-428e-b640-72b142cf7db4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:34:55.683762 [ 5 ] {0e4770eb-6990-428e-b640-72b142cf7db4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:34:55.684261 [ 5 ] {0e4770eb-6990-428e-b640-72b142cf7db4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:55.684303 [ 5 ] {0e4770eb-6990-428e-b640-72b142cf7db4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:55.684672 [ 5 ] {0e4770eb-6990-428e-b640-72b142cf7db4} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:34:55.684896 [ 5 ] {0e4770eb-6990-428e-b640-72b142cf7db4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:55.685022 [ 5 ] {0e4770eb-6990-428e-b640-72b142cf7db4} executeQuery: Read 44 rows, 3.30 KiB in 0.001333 sec., 33008.25206301575 rows/sec., 2.42 MiB/sec. 2025.09.19 00:34:55.685060 [ 5 ] {0e4770eb-6990-428e-b640-72b142cf7db4} TCPHandler: Processed in 0.00153586 sec. 2025.09.19 00:34:55.685171 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:55.685264 [ 5 ] {726e95e5-ecd4-427c-a96d-f1ed59567a48} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:34:55.685303 [ 5 ] {726e95e5-ecd4-427c-a96d-f1ed59567a48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:34:55.685782 [ 5 ] {726e95e5-ecd4-427c-a96d-f1ed59567a48} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:55.685817 [ 5 ] {726e95e5-ecd4-427c-a96d-f1ed59567a48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:55.686125 [ 5 ] {726e95e5-ecd4-427c-a96d-f1ed59567a48} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:34:55.686341 [ 5 ] {726e95e5-ecd4-427c-a96d-f1ed59567a48} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:55.686468 [ 5 ] {726e95e5-ecd4-427c-a96d-f1ed59567a48} executeQuery: Read 228 rows, 15.81 KiB in 0.001222 sec., 186579.37806873978 rows/sec., 12.63 MiB/sec. 2025.09.19 00:34:55.686505 [ 5 ] {726e95e5-ecd4-427c-a96d-f1ed59567a48} TCPHandler: Processed in 0.001382638 sec. 2025.09.19 00:34:55.686626 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:55.686738 [ 5 ] {39ea50f7-7c91-4558-8e56-f4f27e5bf578} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:34:55.686786 [ 5 ] {39ea50f7-7c91-4558-8e56-f4f27e5bf578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:34:55.687481 [ 5 ] {39ea50f7-7c91-4558-8e56-f4f27e5bf578} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:55.687524 [ 5 ] {39ea50f7-7c91-4558-8e56-f4f27e5bf578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:55.687888 [ 5 ] {39ea50f7-7c91-4558-8e56-f4f27e5bf578} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:34:55.688099 [ 5 ] {39ea50f7-7c91-4558-8e56-f4f27e5bf578} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:55.688222 [ 5 ] {39ea50f7-7c91-4558-8e56-f4f27e5bf578} executeQuery: Read 564 rows, 42.93 KiB in 0.001507 sec., 374253.4837425348 rows/sec., 27.82 MiB/sec. 2025.09.19 00:34:55.688258 [ 5 ] {39ea50f7-7c91-4558-8e56-f4f27e5bf578} TCPHandler: Processed in 0.001695303 sec. 2025.09.19 00:34:55.688378 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:55.688470 [ 5 ] {8fbd97af-6018-4cce-80b7-ec9dab0a7772} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:55.688511 [ 5 ] {8fbd97af-6018-4cce-80b7-ec9dab0a7772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:34:55.689070 [ 5 ] {8fbd97af-6018-4cce-80b7-ec9dab0a7772} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:55.689105 [ 5 ] {8fbd97af-6018-4cce-80b7-ec9dab0a7772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:55.689526 [ 5 ] {8fbd97af-6018-4cce-80b7-ec9dab0a7772} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:34:55.689737 [ 5 ] {8fbd97af-6018-4cce-80b7-ec9dab0a7772} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:55.689863 [ 5 ] {8fbd97af-6018-4cce-80b7-ec9dab0a7772} executeQuery: Read 845 rows, 58.24 KiB in 0.001411 sec., 598866.0524450744 rows/sec., 40.31 MiB/sec. 2025.09.19 00:34:55.689900 [ 5 ] {8fbd97af-6018-4cce-80b7-ec9dab0a7772} TCPHandler: Processed in 0.00157634 sec. 2025.09.19 00:34:55.690013 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:55.690108 [ 5 ] {eb2d4c3f-703c-40c7-a317-3858e0d338d3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:34:55.690162 [ 5 ] {eb2d4c3f-703c-40c7-a317-3858e0d338d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:34:55.690982 [ 5 ] {eb2d4c3f-703c-40c7-a317-3858e0d338d3} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:55.691017 [ 5 ] {eb2d4c3f-703c-40c7-a317-3858e0d338d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:55.691561 [ 5 ] {eb2d4c3f-703c-40c7-a317-3858e0d338d3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:34:55.691771 [ 5 ] {eb2d4c3f-703c-40c7-a317-3858e0d338d3} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:55.691902 [ 5 ] {eb2d4c3f-703c-40c7-a317-3858e0d338d3} executeQuery: Read 42 rows, 77.07 KiB in 0.001813 sec., 23166.023166023166 rows/sec., 41.51 MiB/sec. 2025.09.19 00:34:55.691953 [ 5 ] {eb2d4c3f-703c-40c7-a317-3858e0d338d3} TCPHandler: Processed in 0.001987946 sec. 2025.09.19 00:34:55.692068 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:34:55.692161 [ 5 ] {a5ec621f-8150-4554-823e-30d04ef5601b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:34:55.692201 [ 5 ] {a5ec621f-8150-4554-823e-30d04ef5601b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:34:55.692533 [ 5 ] {a5ec621f-8150-4554-823e-30d04ef5601b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:55.692567 [ 5 ] {a5ec621f-8150-4554-823e-30d04ef5601b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:55.692857 [ 5 ] {a5ec621f-8150-4554-823e-30d04ef5601b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:34:55.693064 [ 5 ] {a5ec621f-8150-4554-823e-30d04ef5601b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:55.693186 [ 5 ] {a5ec621f-8150-4554-823e-30d04ef5601b} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2025.09.19 00:34:55.693219 [ 5 ] {a5ec621f-8150-4554-823e-30d04ef5601b} TCPHandler: Processed in 0.001200306 sec. 2025.09.19 00:34:57.303137 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14853 2025.09.19 00:34:57.303946 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:57.303999 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:57.304512 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:34:57.304754 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:57.304901 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14853 2025.09.19 00:34:57.304923 [ 25 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.19 00:34:57.305020 [ 25 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:57.305057 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:57.305186 [ 198 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:57.305295 [ 198 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:57.305329 [ 198 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12421 rows starting from the beginning of the part 2025.09.19 00:34:57.305392 [ 198 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:57.305443 [ 198 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:57.305486 [ 198 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:57.305527 [ 198 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:57.305571 [ 198 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:34:57.307527 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14853 rows, containing 4 columns (4 merged, 0 gathered) in 0.002389572 sec., 6215757.466190598 rows/sec., 88.92 MiB/sec. 2025.09.19 00:34:57.307973 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.19 00:34:57.308297 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_31_6} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:57.308388 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_31_6} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.19 00:34:57.308496 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2025.09.19 00:34:58.081335 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.09.19 00:34:58.100207 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:58.100287 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:58.106443 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:34:58.107228 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:58.107534 [ 9 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.19 00:34:58.107596 [ 9 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:34:58.107615 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:34:58.107740 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:58.111327 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.09.19 00:34:58.112085 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:34:58.113574 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:58.118114 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:58.122552 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:58.126942 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:58.131618 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:58.135673 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:34:58.190036 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.082358248 sec., 2841.2454815697392 rows/sec., 14.69 MiB/sec. 2025.09.19 00:34:58.192985 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.19 00:34:58.195148 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_31_6} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:34:58.195267 [ 195 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_31_6} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.19 00:34:58.198479 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.09.19 00:34:59.001167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 273.12 MiB, peak 283.66 MiB, free memory in arenas 0.00 B, will set to 278.88 MiB (RSS), difference: 5.76 MiB 2025.09.19 00:35:00.661354 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:00.661546 [ 5 ] {e7a75d39-dd45-4c80-b251-7dbe4eb91f6d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:35:00.661616 [ 5 ] {e7a75d39-dd45-4c80-b251-7dbe4eb91f6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:35:00.662513 [ 5 ] {e7a75d39-dd45-4c80-b251-7dbe4eb91f6d} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.662562 [ 5 ] {e7a75d39-dd45-4c80-b251-7dbe4eb91f6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.662974 [ 5 ] {e7a75d39-dd45-4c80-b251-7dbe4eb91f6d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:35:00.663192 [ 5 ] {e7a75d39-dd45-4c80-b251-7dbe4eb91f6d} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.663317 [ 35 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.09.19 00:35:00.663338 [ 5 ] {e7a75d39-dd45-4c80-b251-7dbe4eb91f6d} executeQuery: Read 410 rows, 26.63 KiB in 0.001844 sec., 222342.7331887202 rows/sec., 14.10 MiB/sec. 2025.09.19 00:35:00.663381 [ 35 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.663394 [ 5 ] {e7a75d39-dd45-4c80-b251-7dbe4eb91f6d} TCPHandler: Processed in 0.002174528 sec. 2025.09.19 00:35:00.663411 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.663523 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:35:00.663531 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:00.663612 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:00.663641 [ 5 ] {40673cd1-004e-455b-ae8c-10de6ca584ad} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:00.663641 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 410 rows starting from the beginning of the part 2025.09.19 00:35:00.663681 [ 5 ] {40673cd1-004e-455b-ae8c-10de6ca584ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:00.663707 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 410 rows starting from the beginning of the part 2025.09.19 00:35:00.663750 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 410 rows starting from the beginning of the part 2025.09.19 00:35:00.663788 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 410 rows starting from the beginning of the part 2025.09.19 00:35:00.663828 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 410 rows starting from the beginning of the part 2025.09.19 00:35:00.664744 [ 5 ] {40673cd1-004e-455b-ae8c-10de6ca584ad} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.664780 [ 5 ] {40673cd1-004e-455b-ae8c-10de6ca584ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.664823 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001340257 sec., 1529557.3908586188 rows/sec., 102.86 MiB/sec. 2025.09.19 00:35:00.664936 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.09.19 00:35:00.665159 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_21_5} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.665218 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_21_5} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.09.19 00:35:00.665275 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:35:00.665429 [ 5 ] {40673cd1-004e-455b-ae8c-10de6ca584ad} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:35:00.665638 [ 5 ] {40673cd1-004e-455b-ae8c-10de6ca584ad} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.665773 [ 5 ] {40673cd1-004e-455b-ae8c-10de6ca584ad} executeQuery: Read 1112 rows, 89.80 KiB in 0.002151 sec., 516968.85169688513 rows/sec., 40.77 MiB/sec. 2025.09.19 00:35:00.665810 [ 5 ] {40673cd1-004e-455b-ae8c-10de6ca584ad} TCPHandler: Processed in 0.002327591 sec. 2025.09.19 00:35:00.665928 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:00.666022 [ 5 ] {aca57737-b9f4-4ee5-9419-609ad2b69eee} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:00.666061 [ 5 ] {aca57737-b9f4-4ee5-9419-609ad2b69eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:00.666571 [ 5 ] {aca57737-b9f4-4ee5-9419-609ad2b69eee} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.666609 [ 5 ] {aca57737-b9f4-4ee5-9419-609ad2b69eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.666938 [ 5 ] {aca57737-b9f4-4ee5-9419-609ad2b69eee} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:35:00.667149 [ 5 ] {aca57737-b9f4-4ee5-9419-609ad2b69eee} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.667275 [ 5 ] {aca57737-b9f4-4ee5-9419-609ad2b69eee} executeQuery: Read 205 rows, 12.32 KiB in 0.001272 sec., 161163.5220125786 rows/sec., 9.46 MiB/sec. 2025.09.19 00:35:00.667313 [ 5 ] {aca57737-b9f4-4ee5-9419-609ad2b69eee} TCPHandler: Processed in 0.001433549 sec. 2025.09.19 00:35:00.667427 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:00.667521 [ 5 ] {bd59008d-441f-42b7-9068-4b22ddbcaa9a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:35:00.667561 [ 5 ] {bd59008d-441f-42b7-9068-4b22ddbcaa9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:35:00.668045 [ 5 ] {bd59008d-441f-42b7-9068-4b22ddbcaa9a} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.668081 [ 5 ] {bd59008d-441f-42b7-9068-4b22ddbcaa9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.668405 [ 5 ] {bd59008d-441f-42b7-9068-4b22ddbcaa9a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:35:00.668612 [ 5 ] {bd59008d-441f-42b7-9068-4b22ddbcaa9a} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.668741 [ 5 ] {bd59008d-441f-42b7-9068-4b22ddbcaa9a} executeQuery: Read 212 rows, 14.00 KiB in 0.001238 sec., 171243.94184168015 rows/sec., 11.04 MiB/sec. 2025.09.19 00:35:00.668777 [ 5 ] {bd59008d-441f-42b7-9068-4b22ddbcaa9a} TCPHandler: Processed in 0.001397598 sec. 2025.09.19 00:35:00.668887 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:00.668980 [ 5 ] {eff7f8d5-5fdb-4270-a504-b42a9ef07c32} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:35:00.669021 [ 5 ] {eff7f8d5-5fdb-4270-a504-b42a9ef07c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:35:00.669498 [ 5 ] {eff7f8d5-5fdb-4270-a504-b42a9ef07c32} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.669533 [ 5 ] {eff7f8d5-5fdb-4270-a504-b42a9ef07c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.669837 [ 5 ] {eff7f8d5-5fdb-4270-a504-b42a9ef07c32} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:35:00.670043 [ 5 ] {eff7f8d5-5fdb-4270-a504-b42a9ef07c32} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.670146 [ 35 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.09.19 00:35:00.670167 [ 5 ] {eff7f8d5-5fdb-4270-a504-b42a9ef07c32} executeQuery: Read 211 rows, 12.27 KiB in 0.001205 sec., 175103.73443983405 rows/sec., 9.94 MiB/sec. 2025.09.19 00:35:00.670188 [ 35 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.670210 [ 5 ] {eff7f8d5-5fdb-4270-a504-b42a9ef07c32} TCPHandler: Processed in 0.001370818 sec. 2025.09.19 00:35:00.670212 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.670321 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:35:00.670327 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:00.670420 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:00.670436 [ 5 ] {84627551-5c75-4a61-b07e-0d2de70e9055} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:00.670448 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 211 rows starting from the beginning of the part 2025.09.19 00:35:00.670475 [ 5 ] {84627551-5c75-4a61-b07e-0d2de70e9055} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:00.670507 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 211 rows starting from the beginning of the part 2025.09.19 00:35:00.670552 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 211 rows starting from the beginning of the part 2025.09.19 00:35:00.670596 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 211 rows starting from the beginning of the part 2025.09.19 00:35:00.670637 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 211 rows starting from the beginning of the part 2025.09.19 00:35:00.671111 [ 5 ] {84627551-5c75-4a61-b07e-0d2de70e9055} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.671145 [ 5 ] {84627551-5c75-4a61-b07e-0d2de70e9055} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.671373 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001083165 sec., 973997.4980727774 rows/sec., 59.03 MiB/sec. 2025.09.19 00:35:00.671484 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.09.19 00:35:00.671629 [ 5 ] {84627551-5c75-4a61-b07e-0d2de70e9055} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:35:00.671711 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_21_5} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.671772 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_21_5} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.09.19 00:35:00.671832 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:35:00.671838 [ 5 ] {84627551-5c75-4a61-b07e-0d2de70e9055} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.671977 [ 5 ] {84627551-5c75-4a61-b07e-0d2de70e9055} executeQuery: Read 679 rows, 48.47 KiB in 0.001558 sec., 435815.14762516046 rows/sec., 30.38 MiB/sec. 2025.09.19 00:35:00.672013 [ 5 ] {84627551-5c75-4a61-b07e-0d2de70e9055} TCPHandler: Processed in 0.001733913 sec. 2025.09.19 00:35:00.672123 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:00.672215 [ 5 ] {a3edc243-ed33-4738-b614-ccad5e2b80a2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:35:00.672255 [ 5 ] {a3edc243-ed33-4738-b614-ccad5e2b80a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:35:00.672588 [ 5 ] {a3edc243-ed33-4738-b614-ccad5e2b80a2} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.672623 [ 5 ] {a3edc243-ed33-4738-b614-ccad5e2b80a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.672929 [ 5 ] {a3edc243-ed33-4738-b614-ccad5e2b80a2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:35:00.673130 [ 5 ] {a3edc243-ed33-4738-b614-ccad5e2b80a2} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.673229 [ 35 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.19 00:35:00.673254 [ 5 ] {a3edc243-ed33-4738-b614-ccad5e2b80a2} executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. 2025.09.19 00:35:00.673264 [ 35 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.673294 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.673296 [ 5 ] {a3edc243-ed33-4738-b614-ccad5e2b80a2} TCPHandler: Processed in 0.001221376 sec. 2025.09.19 00:35:00.673379 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:35:00.673424 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:00.673469 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:00.673496 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part 2025.09.19 00:35:00.673517 [ 5 ] {0f0867a9-0cbb-444a-9ec9-03db5b0f7753} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:00.673544 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2025.09.19 00:35:00.673559 [ 5 ] {0f0867a9-0cbb-444a-9ec9-03db5b0f7753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:00.673585 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2025.09.19 00:35:00.673623 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2025.09.19 00:35:00.673657 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2025.09.19 00:35:00.673693 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2025.09.19 00:35:00.673994 [ 5 ] {0f0867a9-0cbb-444a-9ec9-03db5b0f7753} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.674028 [ 5 ] {0f0867a9-0cbb-444a-9ec9-03db5b0f7753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.674367 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.001019243 sec., 123621.1580555373 rows/sec., 6.31 MiB/sec. 2025.09.19 00:35:00.674369 [ 5 ] {0f0867a9-0cbb-444a-9ec9-03db5b0f7753} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:35:00.674589 [ 194 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.19 00:35:00.674617 [ 5 ] {0f0867a9-0cbb-444a-9ec9-03db5b0f7753} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.674764 [ 5 ] {0f0867a9-0cbb-444a-9ec9-03db5b0f7753} executeQuery: Read 314 rows, 21.12 KiB in 0.001265 sec., 248221.34387351776 rows/sec., 16.31 MiB/sec. 2025.09.19 00:35:00.674802 [ 5 ] {0f0867a9-0cbb-444a-9ec9-03db5b0f7753} TCPHandler: Processed in 0.001426019 sec. 2025.09.19 00:35:00.674916 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:00.674925 [ 194 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_21_4} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.675013 [ 5 ] {90305800-4905-4fa7-89db-9258908b40dc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:35:00.675015 [ 194 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_21_4} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.19 00:35:00.675064 [ 5 ] {90305800-4905-4fa7-89db-9258908b40dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:35:00.675133 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.09.19 00:35:00.675396 [ 5 ] {90305800-4905-4fa7-89db-9258908b40dc} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.675436 [ 5 ] {90305800-4905-4fa7-89db-9258908b40dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.675726 [ 5 ] {90305800-4905-4fa7-89db-9258908b40dc} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:35:00.675923 [ 5 ] {90305800-4905-4fa7-89db-9258908b40dc} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.676048 [ 5 ] {90305800-4905-4fa7-89db-9258908b40dc} executeQuery: Read 1 rows, 69.00 B in 0.001052 sec., 950.5703422053232 rows/sec., 64.05 KiB/sec. 2025.09.19 00:35:00.676083 [ 5 ] {90305800-4905-4fa7-89db-9258908b40dc} TCPHandler: Processed in 0.001215786 sec. 2025.09.19 00:35:00.676192 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:00.676283 [ 5 ] {47ad008b-3109-4d5b-8854-a53dff9750d4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:00.676323 [ 5 ] {47ad008b-3109-4d5b-8854-a53dff9750d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:00.676650 [ 5 ] {47ad008b-3109-4d5b-8854-a53dff9750d4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:00.676685 [ 5 ] {47ad008b-3109-4d5b-8854-a53dff9750d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:00.676975 [ 5 ] {47ad008b-3109-4d5b-8854-a53dff9750d4} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:35:00.677196 [ 5 ] {47ad008b-3109-4d5b-8854-a53dff9750d4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:00.677327 [ 5 ] {47ad008b-3109-4d5b-8854-a53dff9750d4} executeQuery: Read 104 rows, 6.53 KiB in 0.001061 sec., 98020.73515551366 rows/sec., 6.01 MiB/sec. 2025.09.19 00:35:00.677363 [ 5 ] {47ad008b-3109-4d5b-8854-a53dff9750d4} TCPHandler: Processed in 0.001218866 sec. 2025.09.19 00:35:04.704502 [ 54 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:35:04.704602 [ 54 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:35:04.805053 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15301 2025.09.19 00:35:04.805602 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:04.805641 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:04.806157 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:35:04.806383 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:04.806504 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15301 2025.09.19 00:35:04.845757 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 946 2025.09.19 00:35:04.848175 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:04.848241 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:04.849482 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:35:04.849753 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:04.850049 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 946 2025.09.19 00:35:05.001802 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001278856 sec. 2025.09.19 00:35:05.611439 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.09.19 00:35:05.626808 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:05.626856 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:05.632334 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:35:05.633053 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:05.635718 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.09.19 00:35:05.652112 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:05.652398 [ 5 ] {4c65853c-4339-4adc-ab1e-c27db1c4cd21} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:05.652500 [ 5 ] {4c65853c-4339-4adc-ab1e-c27db1c4cd21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:05.653421 [ 5 ] {4c65853c-4339-4adc-ab1e-c27db1c4cd21} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:05.653464 [ 5 ] {4c65853c-4339-4adc-ab1e-c27db1c4cd21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:05.653850 [ 5 ] {4c65853c-4339-4adc-ab1e-c27db1c4cd21} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:35:05.654064 [ 5 ] {4c65853c-4339-4adc-ab1e-c27db1c4cd21} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:05.654199 [ 7 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.19 00:35:05.654216 [ 5 ] {4c65853c-4339-4adc-ab1e-c27db1c4cd21} executeQuery: Read 140 rows, 12.42 KiB in 0.0019 sec., 73684.21052631579 rows/sec., 6.38 MiB/sec. 2025.09.19 00:35:05.654266 [ 7 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:05.654281 [ 5 ] {4c65853c-4339-4adc-ab1e-c27db1c4cd21} TCPHandler: Processed in 0.00234356 sec. 2025.09.19 00:35:05.654294 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.09.19 00:35:05.654399 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:35:05.654424 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:05.654490 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:05.654518 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2346 rows starting from the beginning of the part 2025.09.19 00:35:05.654543 [ 5 ] {35bb805b-9ee9-4e0f-a970-d1259cc73665} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:05.654574 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 140 rows starting from the beginning of the part 2025.09.19 00:35:05.654592 [ 5 ] {35bb805b-9ee9-4e0f-a970-d1259cc73665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:05.654616 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:35:05.654657 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1281 rows starting from the beginning of the part 2025.09.19 00:35:05.654696 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:35:05.654739 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 140 rows starting from the beginning of the part 2025.09.19 00:35:05.655076 [ 5 ] {35bb805b-9ee9-4e0f-a970-d1259cc73665} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:05.655110 [ 5 ] {35bb805b-9ee9-4e0f-a970-d1259cc73665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:05.655423 [ 5 ] {35bb805b-9ee9-4e0f-a970-d1259cc73665} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:35:05.655643 [ 5 ] {35bb805b-9ee9-4e0f-a970-d1259cc73665} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:05.655772 [ 5 ] {35bb805b-9ee9-4e0f-a970-d1259cc73665} executeQuery: Read 42 rows, 3.16 KiB in 0.001253 sec., 33519.5530726257 rows/sec., 2.46 MiB/sec. 2025.09.19 00:35:05.655834 [ 5 ] {35bb805b-9ee9-4e0f-a970-d1259cc73665} TCPHandler: Processed in 0.00146889 sec. 2025.09.19 00:35:05.655934 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:05.656027 [ 5 ] {f88e673c-6abf-47e5-a4f6-78611ed2ff2d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:05.656066 [ 5 ] {f88e673c-6abf-47e5-a4f6-78611ed2ff2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:05.656493 [ 5 ] {f88e673c-6abf-47e5-a4f6-78611ed2ff2d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:05.656528 [ 5 ] {f88e673c-6abf-47e5-a4f6-78611ed2ff2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:05.656843 [ 5 ] {f88e673c-6abf-47e5-a4f6-78611ed2ff2d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:35:05.657028 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 6131 rows, containing 5 columns (5 merged, 0 gathered) in 0.002674835 sec., 2292103.998938252 rows/sec., 194.13 MiB/sec. 2025.09.19 00:35:05.657048 [ 5 ] {f88e673c-6abf-47e5-a4f6-78611ed2ff2d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:05.657218 [ 7 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.19 00:35:05.657238 [ 5 ] {f88e673c-6abf-47e5-a4f6-78611ed2ff2d} executeQuery: Read 106 rows, 8.48 KiB in 0.001229 sec., 86248.98291293734 rows/sec., 6.74 MiB/sec. 2025.09.19 00:35:05.657249 [ 7 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:05.657278 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:05.657283 [ 5 ] {f88e673c-6abf-47e5-a4f6-78611ed2ff2d} TCPHandler: Processed in 0.001395698 sec. 2025.09.19 00:35:05.657343 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:35:05.657400 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:05.657417 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:05.657441 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1213 rows starting from the beginning of the part 2025.09.19 00:35:05.657485 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 106 rows starting from the beginning of the part 2025.09.19 00:35:05.657497 [ 5 ] {4bdf4abd-8df6-4db7-836c-ea9b0c20de13} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:05.657497 [ 199 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.19 00:35:05.657520 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 679 rows starting from the beginning of the part 2025.09.19 00:35:05.657540 [ 5 ] {4bdf4abd-8df6-4db7-836c-ea9b0c20de13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:05.657574 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 564 rows starting from the beginning of the part 2025.09.19 00:35:05.657605 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 679 rows starting from the beginning of the part 2025.09.19 00:35:05.657642 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 106 rows starting from the beginning of the part 2025.09.19 00:35:05.657908 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_46_9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:05.657944 [ 5 ] {4bdf4abd-8df6-4db7-836c-ea9b0c20de13} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:05.657977 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_46_9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.19 00:35:05.657978 [ 5 ] {4bdf4abd-8df6-4db7-836c-ea9b0c20de13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:05.658040 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.09.19 00:35:05.658316 [ 5 ] {4bdf4abd-8df6-4db7-836c-ea9b0c20de13} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:35:05.658527 [ 5 ] {4bdf4abd-8df6-4db7-836c-ea9b0c20de13} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:05.658631 [ 7 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.19 00:35:05.658651 [ 5 ] {4bdf4abd-8df6-4db7-836c-ea9b0c20de13} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2025.09.19 00:35:05.658663 [ 7 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:05.658691 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:05.658694 [ 5 ] {4bdf4abd-8df6-4db7-836c-ea9b0c20de13} TCPHandler: Processed in 0.001341258 sec. 2025.09.19 00:35:05.658769 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:35:05.658830 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:05.658846 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:05.658878 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14470 rows starting from the beginning of the part 2025.09.19 00:35:05.658926 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:35:05.658952 [ 5 ] {b216e2b4-dd68-41b9-873d-4ae500b1d40a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:05.658966 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 314 rows starting from the beginning of the part 2025.09.19 00:35:05.658983 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3347 rows, containing 5 columns (5 merged, 0 gathered) in 0.001662262 sec., 2013521.334181976 rows/sec., 152.12 MiB/sec. 2025.09.19 00:35:05.659009 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 845 rows starting from the beginning of the part 2025.09.19 00:35:05.659018 [ 5 ] {b216e2b4-dd68-41b9-873d-4ae500b1d40a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:35:05.659060 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 314 rows starting from the beginning of the part 2025.09.19 00:35:05.659102 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:35:05.659203 [ 187 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.19 00:35:05.659493 [ 187 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_46_9} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:05.659576 [ 187 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_46_9} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.19 00:35:05.659668 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:35:05.660101 [ 5 ] {b216e2b4-dd68-41b9-873d-4ae500b1d40a} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:05.660142 [ 5 ] {b216e2b4-dd68-41b9-873d-4ae500b1d40a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:05.660873 [ 5 ] {b216e2b4-dd68-41b9-873d-4ae500b1d40a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:35:05.661101 [ 5 ] {b216e2b4-dd68-41b9-873d-4ae500b1d40a} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:05.661238 [ 5 ] {b216e2b4-dd68-41b9-873d-4ae500b1d40a} executeQuery: Read 42 rows, 77.07 KiB in 0.002311 sec., 18173.950670705322 rows/sec., 32.57 MiB/sec. 2025.09.19 00:35:05.661292 [ 5 ] {b216e2b4-dd68-41b9-873d-4ae500b1d40a} TCPHandler: Processed in 0.002523873 sec. 2025.09.19 00:35:05.661422 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:05.661517 [ 5 ] {8a059151-eaff-465d-9ec9-1ec6fdd5cc63} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:05.661558 [ 5 ] {8a059151-eaff-465d-9ec9-1ec6fdd5cc63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:05.661913 [ 5 ] {8a059151-eaff-465d-9ec9-1ec6fdd5cc63} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:05.661949 [ 5 ] {8a059151-eaff-465d-9ec9-1ec6fdd5cc63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:05.662347 [ 5 ] {8a059151-eaff-465d-9ec9-1ec6fdd5cc63} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:35:05.662562 [ 5 ] {8a059151-eaff-465d-9ec9-1ec6fdd5cc63} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:05.662666 [ 7 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.19 00:35:05.662697 [ 5 ] {8a059151-eaff-465d-9ec9-1ec6fdd5cc63} executeQuery: Read 60 rows, 4.14 KiB in 0.001198 sec., 50083.472454090144 rows/sec., 3.38 MiB/sec. 2025.09.19 00:35:05.662698 [ 7 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:05.662737 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:05.662742 [ 5 ] {8a059151-eaff-465d-9ec9-1ec6fdd5cc63} TCPHandler: Processed in 0.001368998 sec. 2025.09.19 00:35:05.662824 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:35:05.662928 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:05.662957 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3200 rows starting from the beginning of the part 2025.09.19 00:35:05.663013 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:35:05.663051 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 104 rows starting from the beginning of the part 2025.09.19 00:35:05.663085 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:35:05.663117 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 104 rows starting from the beginning of the part 2025.09.19 00:35:05.663151 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:35:05.664439 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 16263 rows, containing 5 columns (5 merged, 0 gathered) in 0.005696755 sec., 2854783.11775739 rows/sec., 191.25 MiB/sec. 2025.09.19 00:35:05.664462 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3588 rows, containing 4 columns (4 merged, 0 gathered) in 0.001669462 sec., 2149195.3695262307 rows/sec., 136.84 MiB/sec. 2025.09.19 00:35:05.664793 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.19 00:35:05.665066 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_46_9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:05.665069 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.19 00:35:05.665135 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_46_9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.19 00:35:05.665211 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.09.19 00:35:05.665373 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_46_9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:05.665455 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_46_9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.19 00:35:05.665539 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.09.19 00:35:06.001276 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 280.05 MiB, peak 289.65 MiB, free memory in arenas 0.00 B, will set to 282.71 MiB (RSS), difference: 2.67 MiB 2025.09.19 00:35:10.637866 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45594 2025.09.19 00:35:10.637983 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.638011 [ 286 ] {} TCP-Session: 54dbc31f-a9dc-40ac-a570-161e8be27e4a Authenticating user 'default' from [fd00:1122:3344:101::e]:45594 2025.09.19 00:35:10.638034 [ 286 ] {} TCP-Session: 54dbc31f-a9dc-40ac-a570-161e8be27e4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.638048 [ 286 ] {} TCP-Session: 54dbc31f-a9dc-40ac-a570-161e8be27e4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.638293 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40037 2025.09.19 00:35:10.638296 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50996 2025.09.19 00:35:10.638384 [ 286 ] {} TCP-Session: 54dbc31f-a9dc-40ac-a570-161e8be27e4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.638412 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.638446 [ 287 ] {} TCP-Session: 888144bb-3d36-4577-a0b8-d28a74bb0b4a Authenticating user 'default' from [fd00:1122:3344:101::e]:40037 2025.09.19 00:35:10.638457 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.638469 [ 287 ] {} TCP-Session: 888144bb-3d36-4577-a0b8-d28a74bb0b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.638494 [ 287 ] {} TCP-Session: 888144bb-3d36-4577-a0b8-d28a74bb0b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.638495 [ 288 ] {} TCP-Session: 946cd9c3-cf0f-4041-822a-3080e778aa64 Authenticating user 'default' from [fd00:1122:3344:101::e]:50996 2025.09.19 00:35:10.638533 [ 288 ] {} TCP-Session: 946cd9c3-cf0f-4041-822a-3080e778aa64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.638546 [ 288 ] {} TCP-Session: 946cd9c3-cf0f-4041-822a-3080e778aa64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.638559 [ 286 ] {73214e5a-2400-49cc-a988-11385b729fea} executeQuery: (from [fd00:1122:3344:101::e]:45594) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:35:10.638821 [ 286 ] {73214e5a-2400-49cc-a988-11385b729fea} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:35:10.638882 [ 286 ] {73214e5a-2400-49cc-a988-11385b729fea} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:35:10.639172 [ 286 ] {73214e5a-2400-49cc-a988-11385b729fea} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:35:10.640190 [ 314 ] {73214e5a-2400-49cc-a988-11385b729fea} AggregatingTransform: Aggregating 2025.09.19 00:35:10.640230 [ 314 ] {73214e5a-2400-49cc-a988-11385b729fea} Aggregator: Aggregation method: without_key 2025.09.19 00:35:10.640266 [ 314 ] {73214e5a-2400-49cc-a988-11385b729fea} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000990923 sec. (1009.160 rows/sec., 39.42 KiB/sec.) 2025.09.19 00:35:10.640288 [ 314 ] {73214e5a-2400-49cc-a988-11385b729fea} Aggregator: Merging aggregated data 2025.09.19 00:35:10.641531 [ 286 ] {73214e5a-2400-49cc-a988-11385b729fea} executeQuery: Read 1 rows, 40.00 B in 0.003035 sec., 329.48929159802304 rows/sec., 12.87 KiB/sec. 2025.09.19 00:35:10.641672 [ 286 ] {73214e5a-2400-49cc-a988-11385b729fea} TCPHandler: Processed in 0.003405104 sec. 2025.09.19 00:35:10.641791 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.641820 [ 286 ] {} TCP-Session: 54dbc31f-a9dc-40ac-a570-161e8be27e4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.641867 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.641914 [ 288 ] {} TCP-Session: 946cd9c3-cf0f-4041-822a-3080e778aa64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.641916 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.641965 [ 287 ] {} TCP-Session: 888144bb-3d36-4577-a0b8-d28a74bb0b4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.644655 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39594 2025.09.19 00:35:10.644716 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57702 2025.09.19 00:35:10.644732 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64822 2025.09.19 00:35:10.644745 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37071 2025.09.19 00:35:10.644748 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.644801 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.644808 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.644827 [ 351 ] {} TCP-Session: 2b30afb0-3793-40c0-be75-22562d90a6f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:39594 2025.09.19 00:35:10.644837 [ 287 ] {} TCP-Session: a72310eb-f7b8-4a74-b341-ce5b837415c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:64822 2025.09.19 00:35:10.644855 [ 352 ] {} TCP-Session: b7e28a9b-f4ab-4e2d-89af-39b151d0c211 Authenticating user 'default' from [fd00:1122:3344:101::e]:57702 2025.09.19 00:35:10.644863 [ 351 ] {} TCP-Session: 2b30afb0-3793-40c0-be75-22562d90a6f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.644873 [ 287 ] {} TCP-Session: a72310eb-f7b8-4a74-b341-ce5b837415c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.644896 [ 351 ] {} TCP-Session: 2b30afb0-3793-40c0-be75-22562d90a6f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.644919 [ 287 ] {} TCP-Session: a72310eb-f7b8-4a74-b341-ce5b837415c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.644882 [ 352 ] {} TCP-Session: b7e28a9b-f4ab-4e2d-89af-39b151d0c211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.644723 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50221 2025.09.19 00:35:10.644963 [ 352 ] {} TCP-Session: b7e28a9b-f4ab-4e2d-89af-39b151d0c211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.644719 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55894 2025.09.19 00:35:10.645045 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.645075 [ 288 ] {} TCP-Session: 38aeb2b8-05ac-4cfb-a527-bb8c8d9a5e76 Authenticating user 'default' from [fd00:1122:3344:101::e]:37071 2025.09.19 00:35:10.645092 [ 288 ] {} TCP-Session: 38aeb2b8-05ac-4cfb-a527-bb8c8d9a5e76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.645105 [ 288 ] {} TCP-Session: 38aeb2b8-05ac-4cfb-a527-bb8c8d9a5e76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.659065 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.659119 [ 286 ] {} TCP-Session: 85c50c66-3391-4858-807f-e3fdb31d5c82 Authenticating user 'default' from [fd00:1122:3344:101::e]:50221 2025.09.19 00:35:10.659153 [ 286 ] {} TCP-Session: 85c50c66-3391-4858-807f-e3fdb31d5c82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.659172 [ 286 ] {} TCP-Session: 85c50c66-3391-4858-807f-e3fdb31d5c82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.659205 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.659266 [ 289 ] {} TCP-Session: 91dabe98-a954-4e3c-ac39-84a7f7498b18 Authenticating user 'default' from [fd00:1122:3344:101::e]:55894 2025.09.19 00:35:10.659291 [ 289 ] {} TCP-Session: 91dabe98-a954-4e3c-ac39-84a7f7498b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.659305 [ 289 ] {} TCP-Session: 91dabe98-a954-4e3c-ac39-84a7f7498b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.659848 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38895 2025.09.19 00:35:10.663082 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.663238 [ 5 ] {5ac2dc05-a05e-4ae4-b90b-574430b8dde5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:35:10.663302 [ 5 ] {5ac2dc05-a05e-4ae4-b90b-574430b8dde5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:35:10.664073 [ 5 ] {5ac2dc05-a05e-4ae4-b90b-574430b8dde5} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:10.664121 [ 5 ] {5ac2dc05-a05e-4ae4-b90b-574430b8dde5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:10.665586 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.665631 [ 353 ] {} TCP-Session: 714ae1d3-5e39-4713-9a4a-d295dd05e9d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:38895 2025.09.19 00:35:10.665651 [ 353 ] {} TCP-Session: 714ae1d3-5e39-4713-9a4a-d295dd05e9d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.665664 [ 353 ] {} TCP-Session: 714ae1d3-5e39-4713-9a4a-d295dd05e9d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.665858 [ 5 ] {5ac2dc05-a05e-4ae4-b90b-574430b8dde5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:35:10.665914 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43361 2025.09.19 00:35:10.665952 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33571 2025.09.19 00:35:10.665997 [ 353 ] {} TCP-Session: 714ae1d3-5e39-4713-9a4a-d295dd05e9d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.666011 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34223 2025.09.19 00:35:10.666125 [ 5 ] {5ac2dc05-a05e-4ae4-b90b-574430b8dde5} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:10.666229 [ 353 ] {0d232914-abc4-4524-a359-eb62fe1da984} executeQuery: (from [fd00:1122:3344:101::e]:38895) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:35:10.666289 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.666296 [ 5 ] {5ac2dc05-a05e-4ae4-b90b-574430b8dde5} executeQuery: Read 410 rows, 26.63 KiB in 0.003102 sec., 132172.79174725982 rows/sec., 8.38 MiB/sec. 2025.09.19 00:35:10.666291 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.666335 [ 356 ] {} TCP-Session: 0f1766fb-24e9-4fd6-b7e2-9e47bd6c05d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:34223 2025.09.19 00:35:10.666369 [ 5 ] {5ac2dc05-a05e-4ae4-b90b-574430b8dde5} TCPHandler: Processed in 0.003402975 sec. 2025.09.19 00:35:10.666380 [ 355 ] {} TCP-Session: 75e7fe59-5c3d-4ab4-92f6-6342acb9bcce Authenticating user 'default' from [fd00:1122:3344:101::e]:33571 2025.09.19 00:35:10.666394 [ 356 ] {} TCP-Session: 0f1766fb-24e9-4fd6-b7e2-9e47bd6c05d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.666416 [ 355 ] {} TCP-Session: 75e7fe59-5c3d-4ab4-92f6-6342acb9bcce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.666421 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.666443 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50616 2025.09.19 00:35:10.666471 [ 354 ] {} TCP-Session: 8998aca7-88e7-47ab-94c6-0c7a575ec527 Authenticating user 'default' from [fd00:1122:3344:101::e]:43361 2025.09.19 00:35:10.666437 [ 355 ] {} TCP-Session: 75e7fe59-5c3d-4ab4-92f6-6342acb9bcce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.666503 [ 354 ] {} TCP-Session: 8998aca7-88e7-47ab-94c6-0c7a575ec527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.666513 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.666531 [ 354 ] {} TCP-Session: 8998aca7-88e7-47ab-94c6-0c7a575ec527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.666422 [ 356 ] {} TCP-Session: 0f1766fb-24e9-4fd6-b7e2-9e47bd6c05d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.666584 [ 353 ] {0d232914-abc4-4524-a359-eb62fe1da984} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:35:10.666644 [ 5 ] {6d61c5a5-00c6-400e-a890-269415f38c0a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:10.666655 [ 353 ] {0d232914-abc4-4524-a359-eb62fe1da984} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:35:10.666701 [ 5 ] {6d61c5a5-00c6-400e-a890-269415f38c0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:10.666752 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.666781 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49368 2025.09.19 00:35:10.666792 [ 357 ] {} TCP-Session: 84131529-8b89-426c-8bdc-c771768d451b Authenticating user 'default' from [fd00:1122:3344:101::e]:50616 2025.09.19 00:35:10.666787 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55352 2025.09.19 00:35:10.666826 [ 357 ] {} TCP-Session: 84131529-8b89-426c-8bdc-c771768d451b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.666862 [ 357 ] {} TCP-Session: 84131529-8b89-426c-8bdc-c771768d451b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.666868 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52877 2025.09.19 00:35:10.667081 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.667116 [ 359 ] {} TCP-Session: d6d7c7ed-3501-4ca7-b422-1576b8e98914 Authenticating user 'default' from [fd00:1122:3344:101::e]:49368 2025.09.19 00:35:10.667119 [ 353 ] {0d232914-abc4-4524-a359-eb62fe1da984} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:35:10.667133 [ 359 ] {} TCP-Session: d6d7c7ed-3501-4ca7-b422-1576b8e98914 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.667170 [ 359 ] {} TCP-Session: d6d7c7ed-3501-4ca7-b422-1576b8e98914 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.667339 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46080 2025.09.19 00:35:10.667487 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.667522 [ 358 ] {} TCP-Session: fa52a91c-2da9-4a30-9740-c3af384dd605 Authenticating user 'default' from [fd00:1122:3344:101::e]:55352 2025.09.19 00:35:10.667538 [ 358 ] {} TCP-Session: fa52a91c-2da9-4a30-9740-c3af384dd605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.667554 [ 358 ] {} TCP-Session: fa52a91c-2da9-4a30-9740-c3af384dd605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.667593 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.667730 [ 360 ] {} TCP-Session: 6f2d56d9-20e8-4443-b462-86fdf826394d Authenticating user 'default' from [fd00:1122:3344:101::e]:52877 2025.09.19 00:35:10.667753 [ 360 ] {} TCP-Session: 6f2d56d9-20e8-4443-b462-86fdf826394d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.667766 [ 360 ] {} TCP-Session: 6f2d56d9-20e8-4443-b462-86fdf826394d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.667804 [ 5 ] {6d61c5a5-00c6-400e-a890-269415f38c0a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:10.667820 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.667851 [ 5 ] {6d61c5a5-00c6-400e-a890-269415f38c0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:10.667865 [ 361 ] {} TCP-Session: 4836ee03-ebc4-4da3-b098-a232b8cf0114 Authenticating user 'default' from [fd00:1122:3344:101::e]:46080 2025.09.19 00:35:10.667891 [ 361 ] {} TCP-Session: 4836ee03-ebc4-4da3-b098-a232b8cf0114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.667905 [ 361 ] {} TCP-Session: 4836ee03-ebc4-4da3-b098-a232b8cf0114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.668378 [ 308 ] {0d232914-abc4-4524-a359-eb62fe1da984} AggregatingTransform: Aggregating 2025.09.19 00:35:10.668431 [ 308 ] {0d232914-abc4-4524-a359-eb62fe1da984} Aggregator: Aggregation method: without_key 2025.09.19 00:35:10.668471 [ 308 ] {0d232914-abc4-4524-a359-eb62fe1da984} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001223136 sec. (817.571 rows/sec., 31.94 KiB/sec.) 2025.09.19 00:35:10.668489 [ 308 ] {0d232914-abc4-4524-a359-eb62fe1da984} Aggregator: Merging aggregated data 2025.09.19 00:35:10.669535 [ 353 ] {0d232914-abc4-4524-a359-eb62fe1da984} executeQuery: Read 1 rows, 40.00 B in 0.003372 sec., 296.55990510083035 rows/sec., 11.58 KiB/sec. 2025.09.19 00:35:10.669693 [ 353 ] {0d232914-abc4-4524-a359-eb62fe1da984} TCPHandler: Processed in 0.00383424 sec. 2025.09.19 00:35:10.669786 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.669812 [ 353 ] {} TCP-Session: 714ae1d3-5e39-4713-9a4a-d295dd05e9d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.669820 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.669850 [ 361 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.669867 [ 357 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.669885 [ 360 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.669908 [ 361 ] {} TCP-Session: 4836ee03-ebc4-4da3-b098-a232b8cf0114 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.669922 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.669940 [ 360 ] {} TCP-Session: 6f2d56d9-20e8-4443-b462-86fdf826394d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.669939 [ 358 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.669965 [ 355 ] {} TCP-Session: 75e7fe59-5c3d-4ab4-92f6-6342acb9bcce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.669957 [ 359 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.669999 [ 358 ] {} TCP-Session: fa52a91c-2da9-4a30-9740-c3af384dd605 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.669920 [ 357 ] {} TCP-Session: 84131529-8b89-426c-8bdc-c771768d451b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.670040 [ 359 ] {} TCP-Session: d6d7c7ed-3501-4ca7-b422-1576b8e98914 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.669906 [ 356 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.669864 [ 354 ] {} TCP-Session: 8998aca7-88e7-47ab-94c6-0c7a575ec527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.670109 [ 356 ] {} TCP-Session: 0f1766fb-24e9-4fd6-b7e2-9e47bd6c05d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.670824 [ 5 ] {6d61c5a5-00c6-400e-a890-269415f38c0a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:35:10.671065 [ 5 ] {6d61c5a5-00c6-400e-a890-269415f38c0a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:10.671213 [ 5 ] {6d61c5a5-00c6-400e-a890-269415f38c0a} executeQuery: Read 1112 rows, 89.80 KiB in 0.004591 sec., 242213.02548464388 rows/sec., 19.10 MiB/sec. 2025.09.19 00:35:10.671254 [ 5 ] {6d61c5a5-00c6-400e-a890-269415f38c0a} TCPHandler: Processed in 0.004795332 sec. 2025.09.19 00:35:10.671383 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.671482 [ 5 ] {bd73513b-e6dc-4668-8a37-f97404e3b4a7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:10.671525 [ 5 ] {bd73513b-e6dc-4668-8a37-f97404e3b4a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:10.672053 [ 5 ] {bd73513b-e6dc-4668-8a37-f97404e3b4a7} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:10.672092 [ 5 ] {bd73513b-e6dc-4668-8a37-f97404e3b4a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:10.672459 [ 5 ] {bd73513b-e6dc-4668-8a37-f97404e3b4a7} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:35:10.672681 [ 5 ] {bd73513b-e6dc-4668-8a37-f97404e3b4a7} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:10.672830 [ 5 ] {bd73513b-e6dc-4668-8a37-f97404e3b4a7} executeQuery: Read 205 rows, 12.32 KiB in 0.001369 sec., 149744.3389335281 rows/sec., 8.79 MiB/sec. 2025.09.19 00:35:10.672869 [ 5 ] {bd73513b-e6dc-4668-8a37-f97404e3b4a7} TCPHandler: Processed in 0.001537181 sec. 2025.09.19 00:35:10.672982 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.673077 [ 5 ] {3426b223-89b8-41a8-8d14-319d3d146d8b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:35:10.673119 [ 5 ] {3426b223-89b8-41a8-8d14-319d3d146d8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:35:10.673628 [ 5 ] {3426b223-89b8-41a8-8d14-319d3d146d8b} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:10.673665 [ 5 ] {3426b223-89b8-41a8-8d14-319d3d146d8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:10.673979 [ 5 ] {3426b223-89b8-41a8-8d14-319d3d146d8b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:35:10.674200 [ 5 ] {3426b223-89b8-41a8-8d14-319d3d146d8b} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:10.674332 [ 5 ] {3426b223-89b8-41a8-8d14-319d3d146d8b} executeQuery: Read 212 rows, 14.00 KiB in 0.001275 sec., 166274.50980392157 rows/sec., 10.72 MiB/sec. 2025.09.19 00:35:10.674370 [ 5 ] {3426b223-89b8-41a8-8d14-319d3d146d8b} TCPHandler: Processed in 0.001437499 sec. 2025.09.19 00:35:10.674487 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.674581 [ 5 ] {52744d1f-d699-46c2-beaa-66599d624d09} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:35:10.674622 [ 5 ] {52744d1f-d699-46c2-beaa-66599d624d09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:35:10.675133 [ 5 ] {52744d1f-d699-46c2-beaa-66599d624d09} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:10.675170 [ 5 ] {52744d1f-d699-46c2-beaa-66599d624d09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:10.675232 [ 288 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:37071). (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.09.19 00:35:10.675383 [ 288 ] {} TCP-Session: 38aeb2b8-05ac-4cfb-a527-bb8c8d9a5e76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.675412 [ 352 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:57702). (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.09.19 00:35:10.675508 [ 352 ] {} TCP-Session: b7e28a9b-f4ab-4e2d-89af-39b151d0c211 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.675522 [ 5 ] {52744d1f-d699-46c2-beaa-66599d624d09} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:35:10.675522 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:64822). (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.09.19 00:35:10.675596 [ 287 ] {} TCP-Session: a72310eb-f7b8-4a74-b341-ce5b837415c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.675626 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:50221). (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.09.19 00:35:10.675780 [ 286 ] {} TCP-Session: 85c50c66-3391-4858-807f-e3fdb31d5c82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.675796 [ 5 ] {52744d1f-d699-46c2-beaa-66599d624d09} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:10.675794 [ 351 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:39594). (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.09.19 00:35:10.675911 [ 351 ] {} TCP-Session: 2b30afb0-3793-40c0-be75-22562d90a6f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.675940 [ 289 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:55894). (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.09.19 00:35:10.675943 [ 5 ] {52744d1f-d699-46c2-beaa-66599d624d09} executeQuery: Read 211 rows, 12.27 KiB in 0.00138 sec., 152898.5507246377 rows/sec., 8.68 MiB/sec. 2025.09.19 00:35:10.676021 [ 5 ] {52744d1f-d699-46c2-beaa-66599d624d09} TCPHandler: Processed in 0.001582311 sec. 2025.09.19 00:35:10.676049 [ 289 ] {} TCP-Session: 91dabe98-a954-4e3c-ac39-84a7f7498b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.676146 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.676244 [ 5 ] {73bb14a0-206d-4857-9475-5680b5d74fa4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:10.676285 [ 5 ] {73bb14a0-206d-4857-9475-5680b5d74fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:10.677159 [ 5 ] {73bb14a0-206d-4857-9475-5680b5d74fa4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:10.677197 [ 5 ] {73bb14a0-206d-4857-9475-5680b5d74fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:10.677600 [ 5 ] {73bb14a0-206d-4857-9475-5680b5d74fa4} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:35:10.677904 [ 5 ] {73bb14a0-206d-4857-9475-5680b5d74fa4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:10.678042 [ 5 ] {73bb14a0-206d-4857-9475-5680b5d74fa4} executeQuery: Read 679 rows, 48.47 KiB in 0.001815 sec., 374104.6831955923 rows/sec., 26.08 MiB/sec. 2025.09.19 00:35:10.678080 [ 5 ] {73bb14a0-206d-4857-9475-5680b5d74fa4} TCPHandler: Processed in 0.001982986 sec. 2025.09.19 00:35:10.678195 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.678291 [ 5 ] {7512e321-26b5-4bc8-a1c1-34ccdfca2ab4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:35:10.678334 [ 5 ] {7512e321-26b5-4bc8-a1c1-34ccdfca2ab4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:35:10.678684 [ 5 ] {7512e321-26b5-4bc8-a1c1-34ccdfca2ab4} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:10.678721 [ 5 ] {7512e321-26b5-4bc8-a1c1-34ccdfca2ab4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:10.679054 [ 5 ] {7512e321-26b5-4bc8-a1c1-34ccdfca2ab4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:35:10.679271 [ 5 ] {7512e321-26b5-4bc8-a1c1-34ccdfca2ab4} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:10.679401 [ 5 ] {7512e321-26b5-4bc8-a1c1-34ccdfca2ab4} executeQuery: Read 6 rows, 321.00 B in 0.001129 sec., 5314.437555358724 rows/sec., 277.66 KiB/sec. 2025.09.19 00:35:10.679440 [ 5 ] {7512e321-26b5-4bc8-a1c1-34ccdfca2ab4} TCPHandler: Processed in 0.001294377 sec. 2025.09.19 00:35:10.679550 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.679644 [ 5 ] {78cbbabe-0ddc-4780-b9cf-b08e63fc2e92} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:10.679687 [ 5 ] {78cbbabe-0ddc-4780-b9cf-b08e63fc2e92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:10.680162 [ 5 ] {78cbbabe-0ddc-4780-b9cf-b08e63fc2e92} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:10.680199 [ 5 ] {78cbbabe-0ddc-4780-b9cf-b08e63fc2e92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:10.680565 [ 5 ] {78cbbabe-0ddc-4780-b9cf-b08e63fc2e92} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:35:10.680795 [ 5 ] {78cbbabe-0ddc-4780-b9cf-b08e63fc2e92} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:10.680939 [ 5 ] {78cbbabe-0ddc-4780-b9cf-b08e63fc2e92} executeQuery: Read 314 rows, 21.12 KiB in 0.001313 sec., 239146.99162223915 rows/sec., 15.71 MiB/sec. 2025.09.19 00:35:10.680976 [ 5 ] {78cbbabe-0ddc-4780-b9cf-b08e63fc2e92} TCPHandler: Processed in 0.00147482 sec. 2025.09.19 00:35:10.681085 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.681180 [ 5 ] {69e47e29-7cf0-4849-9db7-5fddcc22cfee} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:35:10.681222 [ 5 ] {69e47e29-7cf0-4849-9db7-5fddcc22cfee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:35:10.681561 [ 5 ] {69e47e29-7cf0-4849-9db7-5fddcc22cfee} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:10.681597 [ 5 ] {69e47e29-7cf0-4849-9db7-5fddcc22cfee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:10.681914 [ 5 ] {69e47e29-7cf0-4849-9db7-5fddcc22cfee} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:35:10.682158 [ 5 ] {69e47e29-7cf0-4849-9db7-5fddcc22cfee} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:10.682301 [ 5 ] {69e47e29-7cf0-4849-9db7-5fddcc22cfee} executeQuery: Read 1 rows, 69.00 B in 0.001141 sec., 876.4241893076248 rows/sec., 59.06 KiB/sec. 2025.09.19 00:35:10.682339 [ 5 ] {69e47e29-7cf0-4849-9db7-5fddcc22cfee} TCPHandler: Processed in 0.001302937 sec. 2025.09.19 00:35:10.682451 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.682545 [ 5 ] {897671c0-969b-402d-b434-c698741b3b03} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:10.682585 [ 5 ] {897671c0-969b-402d-b434-c698741b3b03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:10.682938 [ 5 ] {897671c0-969b-402d-b434-c698741b3b03} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:10.682975 [ 5 ] {897671c0-969b-402d-b434-c698741b3b03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:10.683304 [ 5 ] {897671c0-969b-402d-b434-c698741b3b03} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:35:10.683521 [ 5 ] {897671c0-969b-402d-b434-c698741b3b03} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:10.683654 [ 5 ] {897671c0-969b-402d-b434-c698741b3b03} executeQuery: Read 104 rows, 6.53 KiB in 0.001128 sec., 92198.58156028368 rows/sec., 5.65 MiB/sec. 2025.09.19 00:35:10.683689 [ 5 ] {897671c0-969b-402d-b434-c698741b3b03} TCPHandler: Processed in 0.001287267 sec. 2025.09.19 00:35:10.701473 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41837 2025.09.19 00:35:10.701541 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.701564 [ 286 ] {} TCP-Session: 7ad82954-2a88-4fee-8ad3-a628e4df3080 Authenticating user 'default' from [fd00:1122:3344:101::e]:41837 2025.09.19 00:35:10.701582 [ 286 ] {} TCP-Session: 7ad82954-2a88-4fee-8ad3-a628e4df3080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.701595 [ 286 ] {} TCP-Session: 7ad82954-2a88-4fee-8ad3-a628e4df3080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.701767 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48722 2025.09.19 00:35:10.701777 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45401 2025.09.19 00:35:10.701801 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42417 2025.09.19 00:35:10.701826 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39687 2025.09.19 00:35:10.701850 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41778 2025.09.19 00:35:10.701865 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.701902 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.701914 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.701923 [ 287 ] {} TCP-Session: dc63492f-568a-40ef-9ecf-4e1aef4f00e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:48722 2025.09.19 00:35:10.701937 [ 289 ] {} TCP-Session: 70815bf9-34f0-4e2d-a4a1-5d8d529cf7fe Authenticating user 'default' from [fd00:1122:3344:101::e]:42417 2025.09.19 00:35:10.701947 [ 353 ] {} TCP-Session: f565b716-2ee3-4402-b989-b7cd8d83ff40 Authenticating user 'default' from [fd00:1122:3344:101::e]:39687 2025.09.19 00:35:10.701961 [ 287 ] {} TCP-Session: dc63492f-568a-40ef-9ecf-4e1aef4f00e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.701973 [ 289 ] {} TCP-Session: 70815bf9-34f0-4e2d-a4a1-5d8d529cf7fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.701982 [ 353 ] {} TCP-Session: f565b716-2ee3-4402-b989-b7cd8d83ff40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.701987 [ 287 ] {} TCP-Session: dc63492f-568a-40ef-9ecf-4e1aef4f00e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.702002 [ 289 ] {} TCP-Session: 70815bf9-34f0-4e2d-a4a1-5d8d529cf7fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.702013 [ 353 ] {} TCP-Session: f565b716-2ee3-4402-b989-b7cd8d83ff40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.701942 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.701924 [ 286 ] {} TCP-Session: 7ad82954-2a88-4fee-8ad3-a628e4df3080 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:10.702094 [ 355 ] {} TCP-Session: e4ca65c8-3236-4dcf-a22e-77bfd3c3f924 Authenticating user 'default' from [fd00:1122:3344:101::e]:41778 2025.09.19 00:35:10.701846 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43954 2025.09.19 00:35:10.701814 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41856 2025.09.19 00:35:10.702116 [ 355 ] {} TCP-Session: e4ca65c8-3236-4dcf-a22e-77bfd3c3f924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.701874 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.702214 [ 355 ] {} TCP-Session: e4ca65c8-3236-4dcf-a22e-77bfd3c3f924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.702215 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.702244 [ 286 ] {84aa1de3-a781-4ede-98a9-ccc367230708} executeQuery: (from [fd00:1122:3344:101::e]:41837) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:35:10.702279 [ 354 ] {} TCP-Session: b5c5842a-49d7-46fa-bdfe-c38e925c8184 Authenticating user 'default' from [fd00:1122:3344:101::e]:43954 2025.09.19 00:35:10.702233 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.702318 [ 354 ] {} TCP-Session: b5c5842a-49d7-46fa-bdfe-c38e925c8184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.702338 [ 351 ] {} TCP-Session: 57a3b94a-9728-4f4e-8272-51bccbbd4abb Authenticating user 'default' from [fd00:1122:3344:101::e]:41856 2025.09.19 00:35:10.702354 [ 354 ] {} TCP-Session: b5c5842a-49d7-46fa-bdfe-c38e925c8184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.702376 [ 351 ] {} TCP-Session: 57a3b94a-9728-4f4e-8272-51bccbbd4abb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.702243 [ 288 ] {} TCP-Session: d43b080c-f51f-4707-bf8c-876125a4d4e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:45401 2025.09.19 00:35:10.702417 [ 351 ] {} TCP-Session: 57a3b94a-9728-4f4e-8272-51bccbbd4abb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.702431 [ 288 ] {} TCP-Session: d43b080c-f51f-4707-bf8c-876125a4d4e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.701823 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52209 2025.09.19 00:35:10.702449 [ 288 ] {} TCP-Session: d43b080c-f51f-4707-bf8c-876125a4d4e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.702515 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:35:10.702528 [ 286 ] {84aa1de3-a781-4ede-98a9-ccc367230708} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:35:10.702540 [ 352 ] {} TCP-Session: a46d21c9-4486-44fd-afb9-a22fbe978cca Authenticating user 'default' from [fd00:1122:3344:101::e]:52209 2025.09.19 00:35:10.702571 [ 352 ] {} TCP-Session: a46d21c9-4486-44fd-afb9-a22fbe978cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.702584 [ 352 ] {} TCP-Session: a46d21c9-4486-44fd-afb9-a22fbe978cca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.702590 [ 286 ] {84aa1de3-a781-4ede-98a9-ccc367230708} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:35:10.702878 [ 286 ] {84aa1de3-a781-4ede-98a9-ccc367230708} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:35:10.703823 [ 325 ] {84aa1de3-a781-4ede-98a9-ccc367230708} AggregatingTransform: Aggregating 2025.09.19 00:35:10.703859 [ 325 ] {84aa1de3-a781-4ede-98a9-ccc367230708} Aggregator: Aggregation method: without_key 2025.09.19 00:35:10.703893 [ 325 ] {84aa1de3-a781-4ede-98a9-ccc367230708} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000914632 sec. (1093.336 rows/sec., 42.71 KiB/sec.) 2025.09.19 00:35:10.703911 [ 325 ] {84aa1de3-a781-4ede-98a9-ccc367230708} Aggregator: Merging aggregated data 2025.09.19 00:35:10.705070 [ 286 ] {84aa1de3-a781-4ede-98a9-ccc367230708} executeQuery: Read 1 rows, 40.00 B in 0.002883 sec., 346.860908775581 rows/sec., 13.55 KiB/sec. 2025.09.19 00:35:10.705197 [ 286 ] {84aa1de3-a781-4ede-98a9-ccc367230708} TCPHandler: Processed in 0.003383784 sec. 2025.09.19 00:35:10.705317 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.705345 [ 286 ] {} TCP-Session: 7ad82954-2a88-4fee-8ad3-a628e4df3080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.705348 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.705369 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.705388 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.705402 [ 287 ] {} TCP-Session: dc63492f-568a-40ef-9ecf-4e1aef4f00e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.705428 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.705440 [ 288 ] {} TCP-Session: d43b080c-f51f-4707-bf8c-876125a4d4e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.705445 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.705465 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.705486 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.705499 [ 351 ] {} TCP-Session: 57a3b94a-9728-4f4e-8272-51bccbbd4abb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.705521 [ 352 ] {} TCP-Session: a46d21c9-4486-44fd-afb9-a22fbe978cca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.705537 [ 353 ] {} TCP-Session: f565b716-2ee3-4402-b989-b7cd8d83ff40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.705407 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:35:10.705477 [ 289 ] {} TCP-Session: 70815bf9-34f0-4e2d-a4a1-5d8d529cf7fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.705598 [ 355 ] {} TCP-Session: e4ca65c8-3236-4dcf-a22e-77bfd3c3f924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:10.705424 [ 354 ] {} TCP-Session: b5c5842a-49d7-46fa-bdfe-c38e925c8184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:35:12.307563 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15813 2025.09.19 00:35:12.308102 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:12.308154 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:12.308672 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:35:12.308915 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:12.309068 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15813 2025.09.19 00:35:13.135798 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.09.19 00:35:13.154651 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:13.154729 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:13.160314 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:35:13.161073 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:13.165001 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.09.19 00:35:14.850314 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 984 2025.09.19 00:35:14.852767 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:14.852820 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:14.854077 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:35:14.854363 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:14.854728 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 984 2025.09.19 00:35:15.652377 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:15.652611 [ 5 ] {1b8ab4c2-ae27-43a3-a430-7ea5d64811dd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:15.652673 [ 5 ] {1b8ab4c2-ae27-43a3-a430-7ea5d64811dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:15.653402 [ 5 ] {1b8ab4c2-ae27-43a3-a430-7ea5d64811dd} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:15.653444 [ 5 ] {1b8ab4c2-ae27-43a3-a430-7ea5d64811dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:15.653833 [ 5 ] {1b8ab4c2-ae27-43a3-a430-7ea5d64811dd} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:35:15.654057 [ 5 ] {1b8ab4c2-ae27-43a3-a430-7ea5d64811dd} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:15.654213 [ 5 ] {1b8ab4c2-ae27-43a3-a430-7ea5d64811dd} executeQuery: Read 141 rows, 12.52 KiB in 0.001648 sec., 85558.25242718447 rows/sec., 7.42 MiB/sec. 2025.09.19 00:35:15.654253 [ 5 ] {1b8ab4c2-ae27-43a3-a430-7ea5d64811dd} TCPHandler: Processed in 0.001948926 sec. 2025.09.19 00:35:15.654366 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:15.654462 [ 5 ] {5f88e4f6-0f7e-4d0a-a74b-079eab785825} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:15.654503 [ 5 ] {5f88e4f6-0f7e-4d0a-a74b-079eab785825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:15.654989 [ 5 ] {5f88e4f6-0f7e-4d0a-a74b-079eab785825} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:15.655026 [ 5 ] {5f88e4f6-0f7e-4d0a-a74b-079eab785825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:15.655323 [ 5 ] {5f88e4f6-0f7e-4d0a-a74b-079eab785825} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:35:15.655546 [ 5 ] {5f88e4f6-0f7e-4d0a-a74b-079eab785825} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:15.655675 [ 5 ] {5f88e4f6-0f7e-4d0a-a74b-079eab785825} executeQuery: Read 42 rows, 3.16 KiB in 0.001231 sec., 34118.602761982125 rows/sec., 2.51 MiB/sec. 2025.09.19 00:35:15.655681 [ 110 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.19 00:35:15.655712 [ 5 ] {5f88e4f6-0f7e-4d0a-a74b-079eab785825} TCPHandler: Processed in 0.001393899 sec. 2025.09.19 00:35:15.655763 [ 110 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:15.655795 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:15.655878 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:15.655921 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:35:15.655977 [ 5 ] {54fb17fe-43aa-4f46-91fc-bffef67d5679} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:35:15.656017 [ 5 ] {54fb17fe-43aa-4f46-91fc-bffef67d5679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:35:15.656029 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:15.656063 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 265 rows starting from the beginning of the part 2025.09.19 00:35:15.656127 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 44 rows starting from the beginning of the part 2025.09.19 00:35:15.656176 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 205 rows starting from the beginning of the part 2025.09.19 00:35:15.656222 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 42 rows starting from the beginning of the part 2025.09.19 00:35:15.656264 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 205 rows starting from the beginning of the part 2025.09.19 00:35:15.656307 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 42 rows starting from the beginning of the part 2025.09.19 00:35:15.656458 [ 5 ] {54fb17fe-43aa-4f46-91fc-bffef67d5679} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:15.656492 [ 5 ] {54fb17fe-43aa-4f46-91fc-bffef67d5679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:15.656782 [ 5 ] {54fb17fe-43aa-4f46-91fc-bffef67d5679} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:35:15.656988 [ 5 ] {54fb17fe-43aa-4f46-91fc-bffef67d5679} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:15.657114 [ 5 ] {54fb17fe-43aa-4f46-91fc-bffef67d5679} executeQuery: Read 1 rows, 68.00 B in 0.001155 sec., 865.8008658008658 rows/sec., 57.49 KiB/sec. 2025.09.19 00:35:15.657116 [ 192 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 803 rows, containing 5 columns (5 merged, 0 gathered) in 0.001233776 sec., 650847.4796073193 rows/sec., 42.83 MiB/sec. 2025.09.19 00:35:15.657151 [ 5 ] {54fb17fe-43aa-4f46-91fc-bffef67d5679} TCPHandler: Processed in 0.001321498 sec. 2025.09.19 00:35:15.657127 [ 112 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2025.09.19 00:35:15.657225 [ 112 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:15.657247 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:15.657281 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:15.657359 [ 186 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2025.09.19 00:35:15.657371 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.19 00:35:15.657387 [ 5 ] {793e7d80-42e9-4db2-84a7-6c647b7d0829} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:15.657467 [ 5 ] {793e7d80-42e9-4db2-84a7-6c647b7d0829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:15.657490 [ 186 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:15.657534 [ 186 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 441 rows starting from the beginning of the part 2025.09.19 00:35:15.657608 [ 186 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part 2025.09.19 00:35:15.657660 [ 186 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 228 rows starting from the beginning of the part 2025.09.19 00:35:15.657710 [ 186 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part 2025.09.19 00:35:15.657752 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_46_9} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:15.657758 [ 186 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part 2025.09.19 00:35:15.657834 [ 186 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2025.09.19 00:35:15.657869 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_46_9} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.19 00:35:15.657903 [ 5 ] {793e7d80-42e9-4db2-84a7-6c647b7d0829} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:15.657943 [ 5 ] {793e7d80-42e9-4db2-84a7-6c647b7d0829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:15.657981 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.09.19 00:35:15.658280 [ 5 ] {793e7d80-42e9-4db2-84a7-6c647b7d0829} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:35:15.658500 [ 5 ] {793e7d80-42e9-4db2-84a7-6c647b7d0829} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:15.658632 [ 5 ] {793e7d80-42e9-4db2-84a7-6c647b7d0829} executeQuery: Read 106 rows, 8.48 KiB in 0.001263 sec., 83927.15756136183 rows/sec., 6.56 MiB/sec. 2025.09.19 00:35:15.658670 [ 5 ] {793e7d80-42e9-4db2-84a7-6c647b7d0829} TCPHandler: Processed in 0.001436469 sec. 2025.09.19 00:35:15.658783 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:15.658877 [ 5 ] {0f57f1f7-107c-4444-9c94-7590a359f547} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:15.658919 [ 5 ] {0f57f1f7-107c-4444-9c94-7590a359f547} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:15.658933 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 1306 rows, containing 5 columns (5 merged, 0 gathered) in 0.001627381 sec., 802516.4359175878 rows/sec., 55.72 MiB/sec. 2025.09.19 00:35:15.659111 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2025.09.19 00:35:15.659361 [ 5 ] {0f57f1f7-107c-4444-9c94-7590a359f547} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:15.659402 [ 5 ] {0f57f1f7-107c-4444-9c94-7590a359f547} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:15.659405 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:15.659486 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_30_6} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2025.09.19 00:35:15.659573 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.09.19 00:35:15.659746 [ 5 ] {0f57f1f7-107c-4444-9c94-7590a359f547} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:35:15.659958 [ 5 ] {0f57f1f7-107c-4444-9c94-7590a359f547} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:15.660091 [ 5 ] {0f57f1f7-107c-4444-9c94-7590a359f547} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2025.09.19 00:35:15.660127 [ 5 ] {0f57f1f7-107c-4444-9c94-7590a359f547} TCPHandler: Processed in 0.001390918 sec. 2025.09.19 00:35:15.660240 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:15.660338 [ 5 ] {fabeda6e-2240-4d13-945f-4c80f1c5e36d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:35:15.660380 [ 5 ] {fabeda6e-2240-4d13-945f-4c80f1c5e36d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:35:15.660929 [ 5 ] {fabeda6e-2240-4d13-945f-4c80f1c5e36d} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:15.660974 [ 5 ] {fabeda6e-2240-4d13-945f-4c80f1c5e36d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:15.661297 [ 5 ] {fabeda6e-2240-4d13-945f-4c80f1c5e36d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:35:15.661535 [ 5 ] {fabeda6e-2240-4d13-945f-4c80f1c5e36d} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:15.661667 [ 5 ] {fabeda6e-2240-4d13-945f-4c80f1c5e36d} executeQuery: Read 1 rows, 65.00 B in 0.001351 sec., 740.1924500370096 rows/sec., 46.98 KiB/sec. 2025.09.19 00:35:15.661703 [ 5 ] {fabeda6e-2240-4d13-945f-4c80f1c5e36d} TCPHandler: Processed in 0.00151581 sec. 2025.09.19 00:35:15.661815 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:15.661908 [ 5 ] {5a1288fd-8163-4cb5-9916-d36b8f88102f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:15.661961 [ 5 ] {5a1288fd-8163-4cb5-9916-d36b8f88102f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:35:15.662796 [ 5 ] {5a1288fd-8163-4cb5-9916-d36b8f88102f} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:15.662832 [ 5 ] {5a1288fd-8163-4cb5-9916-d36b8f88102f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:15.663367 [ 5 ] {5a1288fd-8163-4cb5-9916-d36b8f88102f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:35:15.663575 [ 5 ] {5a1288fd-8163-4cb5-9916-d36b8f88102f} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:15.663698 [ 5 ] {5a1288fd-8163-4cb5-9916-d36b8f88102f} executeQuery: Read 42 rows, 77.07 KiB in 0.001817 sec., 23115.024766097962 rows/sec., 41.42 MiB/sec. 2025.09.19 00:35:15.663747 [ 5 ] {5a1288fd-8163-4cb5-9916-d36b8f88102f} TCPHandler: Processed in 0.001991216 sec. 2025.09.19 00:35:15.663852 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:15.663938 [ 5 ] {2e4fa215-01c0-47e1-880f-50515d943ee5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:15.663976 [ 5 ] {2e4fa215-01c0-47e1-880f-50515d943ee5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:15.664287 [ 5 ] {2e4fa215-01c0-47e1-880f-50515d943ee5} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:15.664319 [ 5 ] {2e4fa215-01c0-47e1-880f-50515d943ee5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:15.664663 [ 5 ] {2e4fa215-01c0-47e1-880f-50515d943ee5} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:35:15.664862 [ 5 ] {2e4fa215-01c0-47e1-880f-50515d943ee5} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:15.664989 [ 5 ] {2e4fa215-01c0-47e1-880f-50515d943ee5} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2025.09.19 00:35:15.665023 [ 5 ] {2e4fa215-01c0-47e1-880f-50515d943ee5} TCPHandler: Processed in 0.001198615 sec. 2025.09.19 00:35:19.704646 [ 104 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:35:19.704717 [ 104 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:35:19.809214 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16261 2025.09.19 00:35:19.809885 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:19.809938 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:19.810542 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:35:19.810808 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:19.810949 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16261 2025.09.19 00:35:20.661337 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:20.661560 [ 5 ] {a81a0cf1-b757-4fc3-bd73-870d7c8240cc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:35:20.661641 [ 5 ] {a81a0cf1-b757-4fc3-bd73-870d7c8240cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:35:20.662586 [ 5 ] {a81a0cf1-b757-4fc3-bd73-870d7c8240cc} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.662630 [ 5 ] {a81a0cf1-b757-4fc3-bd73-870d7c8240cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.663041 [ 5 ] {a81a0cf1-b757-4fc3-bd73-870d7c8240cc} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:35:20.663274 [ 5 ] {a81a0cf1-b757-4fc3-bd73-870d7c8240cc} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.663421 [ 5 ] {a81a0cf1-b757-4fc3-bd73-870d7c8240cc} executeQuery: Read 410 rows, 26.63 KiB in 0.00192 sec., 213541.66666666666 rows/sec., 13.55 MiB/sec. 2025.09.19 00:35:20.663462 [ 5 ] {a81a0cf1-b757-4fc3-bd73-870d7c8240cc} TCPHandler: Processed in 0.00227028 sec. 2025.09.19 00:35:20.663581 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:20.663675 [ 5 ] {dd0ad360-5e66-491e-bb74-602ebdd15b20} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:20.663714 [ 5 ] {dd0ad360-5e66-491e-bb74-602ebdd15b20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:20.664576 [ 5 ] {dd0ad360-5e66-491e-bb74-602ebdd15b20} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.664612 [ 5 ] {dd0ad360-5e66-491e-bb74-602ebdd15b20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.664986 [ 5 ] {dd0ad360-5e66-491e-bb74-602ebdd15b20} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:35:20.665077 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.09.19 00:35:20.665198 [ 5 ] {dd0ad360-5e66-491e-bb74-602ebdd15b20} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.665328 [ 5 ] {dd0ad360-5e66-491e-bb74-602ebdd15b20} executeQuery: Read 1112 rows, 89.80 KiB in 0.001672 sec., 665071.7703349282 rows/sec., 52.45 MiB/sec. 2025.09.19 00:35:20.665364 [ 5 ] {dd0ad360-5e66-491e-bb74-602ebdd15b20} TCPHandler: Processed in 0.001832404 sec. 2025.09.19 00:35:20.665476 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:20.665567 [ 5 ] {6fd926a2-6d37-474b-8d17-e3dabe778162} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:20.665605 [ 5 ] {6fd926a2-6d37-474b-8d17-e3dabe778162} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:20.666086 [ 5 ] {6fd926a2-6d37-474b-8d17-e3dabe778162} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.666122 [ 5 ] {6fd926a2-6d37-474b-8d17-e3dabe778162} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.666440 [ 5 ] {6fd926a2-6d37-474b-8d17-e3dabe778162} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:35:20.666655 [ 5 ] {6fd926a2-6d37-474b-8d17-e3dabe778162} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.666783 [ 5 ] {6fd926a2-6d37-474b-8d17-e3dabe778162} executeQuery: Read 205 rows, 12.32 KiB in 0.001234 sec., 166126.41815235006 rows/sec., 9.75 MiB/sec. 2025.09.19 00:35:20.666820 [ 5 ] {6fd926a2-6d37-474b-8d17-e3dabe778162} TCPHandler: Processed in 0.001390848 sec. 2025.09.19 00:35:20.666925 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:20.667015 [ 5 ] {4e82c623-adce-447d-893d-f10c33a63363} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:35:20.667054 [ 5 ] {4e82c623-adce-447d-893d-f10c33a63363} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:35:20.667531 [ 5 ] {4e82c623-adce-447d-893d-f10c33a63363} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.667566 [ 5 ] {4e82c623-adce-447d-893d-f10c33a63363} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.667860 [ 5 ] {4e82c623-adce-447d-893d-f10c33a63363} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:35:20.668095 [ 5 ] {4e82c623-adce-447d-893d-f10c33a63363} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.668223 [ 5 ] {4e82c623-adce-447d-893d-f10c33a63363} executeQuery: Read 212 rows, 14.00 KiB in 0.001225 sec., 173061.22448979592 rows/sec., 11.16 MiB/sec. 2025.09.19 00:35:20.668261 [ 5 ] {4e82c623-adce-447d-893d-f10c33a63363} TCPHandler: Processed in 0.001382598 sec. 2025.09.19 00:35:20.668382 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:20.668473 [ 5 ] {d67a24b3-2a64-4062-8a2c-2804b4b96d85} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:35:20.668511 [ 5 ] {d67a24b3-2a64-4062-8a2c-2804b4b96d85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:35:20.668997 [ 5 ] {d67a24b3-2a64-4062-8a2c-2804b4b96d85} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.669032 [ 5 ] {d67a24b3-2a64-4062-8a2c-2804b4b96d85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.669337 [ 5 ] {d67a24b3-2a64-4062-8a2c-2804b4b96d85} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:35:20.669543 [ 5 ] {d67a24b3-2a64-4062-8a2c-2804b4b96d85} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.669666 [ 5 ] {d67a24b3-2a64-4062-8a2c-2804b4b96d85} executeQuery: Read 211 rows, 12.27 KiB in 0.00121 sec., 174380.1652892562 rows/sec., 9.90 MiB/sec. 2025.09.19 00:35:20.669702 [ 5 ] {d67a24b3-2a64-4062-8a2c-2804b4b96d85} TCPHandler: Processed in 0.001366277 sec. 2025.09.19 00:35:20.669811 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:20.669901 [ 5 ] {ac8b84ab-1565-4e81-9245-b874e05de6ab} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:20.669939 [ 5 ] {ac8b84ab-1565-4e81-9245-b874e05de6ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:20.670623 [ 5 ] {ac8b84ab-1565-4e81-9245-b874e05de6ab} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.670658 [ 5 ] {ac8b84ab-1565-4e81-9245-b874e05de6ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.670980 [ 5 ] {ac8b84ab-1565-4e81-9245-b874e05de6ab} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:35:20.671184 [ 5 ] {ac8b84ab-1565-4e81-9245-b874e05de6ab} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.671306 [ 5 ] {ac8b84ab-1565-4e81-9245-b874e05de6ab} executeQuery: Read 679 rows, 48.47 KiB in 0.001423 sec., 477160.92761770904 rows/sec., 33.26 MiB/sec. 2025.09.19 00:35:20.671345 [ 5 ] {ac8b84ab-1565-4e81-9245-b874e05de6ab} TCPHandler: Processed in 0.001580381 sec. 2025.09.19 00:35:20.671451 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:20.671542 [ 5 ] {fb97e23b-c676-4496-9d99-c476e2abebe7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:35:20.671581 [ 5 ] {fb97e23b-c676-4496-9d99-c476e2abebe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:35:20.671909 [ 5 ] {fb97e23b-c676-4496-9d99-c476e2abebe7} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.671945 [ 5 ] {fb97e23b-c676-4496-9d99-c476e2abebe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.672243 [ 5 ] {fb97e23b-c676-4496-9d99-c476e2abebe7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:35:20.672454 [ 5 ] {fb97e23b-c676-4496-9d99-c476e2abebe7} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.672578 [ 5 ] {fb97e23b-c676-4496-9d99-c476e2abebe7} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2025.09.19 00:35:20.672615 [ 5 ] {fb97e23b-c676-4496-9d99-c476e2abebe7} TCPHandler: Processed in 0.001211546 sec. 2025.09.19 00:35:20.672723 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:20.672814 [ 5 ] {d49abea3-a59a-4d5d-87cd-9a2f6aa46ad9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:20.672855 [ 5 ] {d49abea3-a59a-4d5d-87cd-9a2f6aa46ad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:20.673294 [ 5 ] {d49abea3-a59a-4d5d-87cd-9a2f6aa46ad9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.673329 [ 5 ] {d49abea3-a59a-4d5d-87cd-9a2f6aa46ad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.673673 [ 5 ] {d49abea3-a59a-4d5d-87cd-9a2f6aa46ad9} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:35:20.673884 [ 5 ] {d49abea3-a59a-4d5d-87cd-9a2f6aa46ad9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.674009 [ 5 ] {d49abea3-a59a-4d5d-87cd-9a2f6aa46ad9} executeQuery: Read 314 rows, 21.12 KiB in 0.001213 sec., 258862.32481450945 rows/sec., 17.00 MiB/sec. 2025.09.19 00:35:20.674048 [ 5 ] {d49abea3-a59a-4d5d-87cd-9a2f6aa46ad9} TCPHandler: Processed in 0.001372707 sec. 2025.09.19 00:35:20.674147 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:20.674236 [ 5 ] {2ab12579-ca79-4e24-bd4b-82fe9ce4c2eb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:35:20.674275 [ 5 ] {2ab12579-ca79-4e24-bd4b-82fe9ce4c2eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:35:20.674582 [ 5 ] {2ab12579-ca79-4e24-bd4b-82fe9ce4c2eb} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.674615 [ 5 ] {2ab12579-ca79-4e24-bd4b-82fe9ce4c2eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.674915 [ 5 ] {2ab12579-ca79-4e24-bd4b-82fe9ce4c2eb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:35:20.675122 [ 5 ] {2ab12579-ca79-4e24-bd4b-82fe9ce4c2eb} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.675227 [ 103 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2025.09.19 00:35:20.675248 [ 5 ] {2ab12579-ca79-4e24-bd4b-82fe9ce4c2eb} executeQuery: Read 1 rows, 69.00 B in 0.00103 sec., 970.8737864077669 rows/sec., 65.42 KiB/sec. 2025.09.19 00:35:20.675292 [ 103 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.675299 [ 5 ] {2ab12579-ca79-4e24-bd4b-82fe9ce4c2eb} TCPHandler: Processed in 0.001198056 sec. 2025.09.19 00:35:20.675321 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.675423 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:20.675436 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2025.09.19 00:35:20.675520 [ 5 ] {fdaf93c3-3d2d-4a45-8cc9-0b8f2bf9439f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:20.675568 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:20.675585 [ 5 ] {fdaf93c3-3d2d-4a45-8cc9-0b8f2bf9439f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:20.675613 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part 2025.09.19 00:35:20.675687 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2025.09.19 00:35:20.675735 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2025.09.19 00:35:20.675777 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2025.09.19 00:35:20.675838 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2025.09.19 00:35:20.675891 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2025.09.19 00:35:20.676030 [ 5 ] {fdaf93c3-3d2d-4a45-8cc9-0b8f2bf9439f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.676080 [ 5 ] {fdaf93c3-3d2d-4a45-8cc9-0b8f2bf9439f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.676490 [ 5 ] {fdaf93c3-3d2d-4a45-8cc9-0b8f2bf9439f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:35:20.676715 [ 5 ] {fdaf93c3-3d2d-4a45-8cc9-0b8f2bf9439f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.676834 [ 188 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.001440759 sec., 17351.965179464434 rows/sec., 1.14 MiB/sec. 2025.09.19 00:35:20.676848 [ 5 ] {fdaf93c3-3d2d-4a45-8cc9-0b8f2bf9439f} executeQuery: Read 104 rows, 6.53 KiB in 0.001347 sec., 77208.61172976985 rows/sec., 4.73 MiB/sec. 2025.09.19 00:35:20.676907 [ 5 ] {fdaf93c3-3d2d-4a45-8cc9-0b8f2bf9439f} TCPHandler: Processed in 0.00153254 sec. 2025.09.19 00:35:20.677059 [ 190 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2025.09.19 00:35:20.677411 [ 190 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.677502 [ 190 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_25_5} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2025.09.19 00:35:20.677603 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:35:20.682848 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:20.682900 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:20.688887 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:35:20.689586 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:20.692533 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.09.19 00:35:24.855734 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1020 2025.09.19 00:35:24.858121 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:24.858160 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:24.859455 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:35:24.859770 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:24.860063 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1020 2025.09.19 00:35:25.678986 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:25.679178 [ 5 ] {97e75a0e-3c6f-41c0-bb9e-fb59ecc6593c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:35:25.679249 [ 5 ] {97e75a0e-3c6f-41c0-bb9e-fb59ecc6593c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:35:25.679892 [ 5 ] {97e75a0e-3c6f-41c0-bb9e-fb59ecc6593c} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:25.679939 [ 5 ] {97e75a0e-3c6f-41c0-bb9e-fb59ecc6593c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:25.680326 [ 5 ] {97e75a0e-3c6f-41c0-bb9e-fb59ecc6593c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.19 00:35:25.680539 [ 5 ] {97e75a0e-3c6f-41c0-bb9e-fb59ecc6593c} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:25.680682 [ 5 ] {97e75a0e-3c6f-41c0-bb9e-fb59ecc6593c} executeQuery: Read 14 rows, 1.14 KiB in 0.001555 sec., 9003.215434083602 rows/sec., 734.15 KiB/sec. 2025.09.19 00:35:25.680723 [ 5 ] {97e75a0e-3c6f-41c0-bb9e-fb59ecc6593c} TCPHandler: Processed in 0.001867684 sec. 2025.09.19 00:35:25.680833 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:25.680943 [ 5 ] {6da9abc9-b410-41da-a111-62776fbf9de2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:25.680984 [ 5 ] {6da9abc9-b410-41da-a111-62776fbf9de2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:25.681846 [ 5 ] {6da9abc9-b410-41da-a111-62776fbf9de2} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:25.681883 [ 5 ] {6da9abc9-b410-41da-a111-62776fbf9de2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:25.682290 [ 5 ] {6da9abc9-b410-41da-a111-62776fbf9de2} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:35:25.682503 [ 5 ] {6da9abc9-b410-41da-a111-62776fbf9de2} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:25.682633 [ 5 ] {6da9abc9-b410-41da-a111-62776fbf9de2} executeQuery: Read 1287 rows, 109.05 KiB in 0.00171 sec., 752631.5789473684 rows/sec., 62.28 MiB/sec. 2025.09.19 00:35:25.682673 [ 5 ] {6da9abc9-b410-41da-a111-62776fbf9de2} TCPHandler: Processed in 0.001889485 sec. 2025.09.19 00:35:25.682776 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:25.682871 [ 5 ] {0c50d016-eb4a-4505-95e6-815d8d3a1041} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:25.682912 [ 5 ] {0c50d016-eb4a-4505-95e6-815d8d3a1041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:25.683318 [ 5 ] {0c50d016-eb4a-4505-95e6-815d8d3a1041} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:25.683355 [ 5 ] {0c50d016-eb4a-4505-95e6-815d8d3a1041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:25.683663 [ 5 ] {0c50d016-eb4a-4505-95e6-815d8d3a1041} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:35:25.683870 [ 5 ] {0c50d016-eb4a-4505-95e6-815d8d3a1041} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:25.684000 [ 5 ] {0c50d016-eb4a-4505-95e6-815d8d3a1041} executeQuery: Read 56 rows, 4.14 KiB in 0.001147 sec., 48823.01656495205 rows/sec., 3.52 MiB/sec. 2025.09.19 00:35:25.684038 [ 5 ] {0c50d016-eb4a-4505-95e6-815d8d3a1041} TCPHandler: Processed in 0.001309778 sec. 2025.09.19 00:35:25.684158 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:25.684278 [ 5 ] {e77dac16-7d23-4b64-8236-656f94692687} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:35:25.684326 [ 5 ] {e77dac16-7d23-4b64-8236-656f94692687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:35:25.684804 [ 5 ] {e77dac16-7d23-4b64-8236-656f94692687} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:25.684867 [ 5 ] {e77dac16-7d23-4b64-8236-656f94692687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:25.685212 [ 5 ] {e77dac16-7d23-4b64-8236-656f94692687} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:35:25.685418 [ 5 ] {e77dac16-7d23-4b64-8236-656f94692687} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:25.685548 [ 5 ] {e77dac16-7d23-4b64-8236-656f94692687} executeQuery: Read 228 rows, 15.81 KiB in 0.001294 sec., 176197.83616692427 rows/sec., 11.93 MiB/sec. 2025.09.19 00:35:25.685586 [ 5 ] {e77dac16-7d23-4b64-8236-656f94692687} TCPHandler: Processed in 0.00148696 sec. 2025.09.19 00:35:25.685691 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:25.685783 [ 5 ] {6ed36eae-3d69-4f9b-b020-3aa8e1051fc6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:25.685821 [ 5 ] {6ed36eae-3d69-4f9b-b020-3aa8e1051fc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:25.686400 [ 5 ] {6ed36eae-3d69-4f9b-b020-3aa8e1051fc6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:25.686436 [ 5 ] {6ed36eae-3d69-4f9b-b020-3aa8e1051fc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:25.686755 [ 5 ] {6ed36eae-3d69-4f9b-b020-3aa8e1051fc6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:35:25.686956 [ 5 ] {6ed36eae-3d69-4f9b-b020-3aa8e1051fc6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:25.687082 [ 5 ] {6ed36eae-3d69-4f9b-b020-3aa8e1051fc6} executeQuery: Read 576 rows, 43.91 KiB in 0.001317 sec., 437357.63097949885 rows/sec., 32.56 MiB/sec. 2025.09.19 00:35:25.687119 [ 5 ] {6ed36eae-3d69-4f9b-b020-3aa8e1051fc6} TCPHandler: Processed in 0.00147535 sec. 2025.09.19 00:35:25.687219 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:25.687310 [ 5 ] {7bfb2142-5964-4533-8f60-324810a4d19b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:25.687352 [ 5 ] {7bfb2142-5964-4533-8f60-324810a4d19b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:25.687897 [ 5 ] {7bfb2142-5964-4533-8f60-324810a4d19b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:25.687932 [ 5 ] {7bfb2142-5964-4533-8f60-324810a4d19b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:25.688299 [ 5 ] {7bfb2142-5964-4533-8f60-324810a4d19b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:35:25.688510 [ 5 ] {7bfb2142-5964-4533-8f60-324810a4d19b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:25.688632 [ 5 ] {7bfb2142-5964-4533-8f60-324810a4d19b} executeQuery: Read 851 rows, 58.66 KiB in 0.00134 sec., 635074.6268656716 rows/sec., 42.75 MiB/sec. 2025.09.19 00:35:25.688668 [ 5 ] {7bfb2142-5964-4533-8f60-324810a4d19b} TCPHandler: Processed in 0.00149508 sec. 2025.09.19 00:35:25.688778 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:25.688869 [ 5 ] {e94a82a3-ec4a-4e10-99bf-032d3bb51175} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:25.688922 [ 5 ] {e94a82a3-ec4a-4e10-99bf-032d3bb51175} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:35:25.689686 [ 5 ] {e94a82a3-ec4a-4e10-99bf-032d3bb51175} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:25.689721 [ 5 ] {e94a82a3-ec4a-4e10-99bf-032d3bb51175} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:25.690277 [ 5 ] {e94a82a3-ec4a-4e10-99bf-032d3bb51175} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:35:25.690490 [ 5 ] {e94a82a3-ec4a-4e10-99bf-032d3bb51175} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:25.690625 [ 5 ] {e94a82a3-ec4a-4e10-99bf-032d3bb51175} executeQuery: Read 42 rows, 77.07 KiB in 0.001773 sec., 23688.66328257191 rows/sec., 42.45 MiB/sec. 2025.09.19 00:35:25.690676 [ 5 ] {e94a82a3-ec4a-4e10-99bf-032d3bb51175} TCPHandler: Processed in 0.001945375 sec. 2025.09.19 00:35:25.690784 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:25.690876 [ 5 ] {dd5cac6f-5205-465b-bdbb-cf22e72bf967} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:25.690915 [ 5 ] {dd5cac6f-5205-465b-bdbb-cf22e72bf967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:25.691232 [ 5 ] {dd5cac6f-5205-465b-bdbb-cf22e72bf967} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:25.691267 [ 5 ] {dd5cac6f-5205-465b-bdbb-cf22e72bf967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:25.691571 [ 5 ] {dd5cac6f-5205-465b-bdbb-cf22e72bf967} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:35:25.691780 [ 5 ] {dd5cac6f-5205-465b-bdbb-cf22e72bf967} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:25.691905 [ 5 ] {dd5cac6f-5205-465b-bdbb-cf22e72bf967} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2025.09.19 00:35:25.691939 [ 5 ] {dd5cac6f-5205-465b-bdbb-cf22e72bf967} TCPHandler: Processed in 0.001201826 sec. 2025.09.19 00:35:27.311901 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16773 2025.09.19 00:35:27.312433 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:27.312487 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:27.313017 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:35:27.313260 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:27.313414 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16773 2025.09.19 00:35:28.193556 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.09.19 00:35:28.210013 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:28.210066 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.09.19 00:35:28.216602 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:35:28.217312 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:28.220093 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.09.19 00:35:30.661785 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:30.662055 [ 5 ] {8f25b04d-1063-4443-8c3a-8fa6ba9f2f20} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:35:30.662157 [ 5 ] {8f25b04d-1063-4443-8c3a-8fa6ba9f2f20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:35:30.663175 [ 5 ] {8f25b04d-1063-4443-8c3a-8fa6ba9f2f20} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.663231 [ 5 ] {8f25b04d-1063-4443-8c3a-8fa6ba9f2f20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.663628 [ 5 ] {8f25b04d-1063-4443-8c3a-8fa6ba9f2f20} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:35:30.663832 [ 5 ] {8f25b04d-1063-4443-8c3a-8fa6ba9f2f20} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.663972 [ 5 ] {8f25b04d-1063-4443-8c3a-8fa6ba9f2f20} executeQuery: Read 410 rows, 26.63 KiB in 0.002017 sec., 203272.18641546852 rows/sec., 12.89 MiB/sec. 2025.09.19 00:35:30.664011 [ 5 ] {8f25b04d-1063-4443-8c3a-8fa6ba9f2f20} TCPHandler: Processed in 0.002378812 sec. 2025.09.19 00:35:30.664125 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:30.664212 [ 5 ] {4aa55252-0503-4241-aa4a-58937d05a5fb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:30.664249 [ 5 ] {4aa55252-0503-4241-aa4a-58937d05a5fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:30.665031 [ 5 ] {4aa55252-0503-4241-aa4a-58937d05a5fb} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.665067 [ 5 ] {4aa55252-0503-4241-aa4a-58937d05a5fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.665415 [ 5 ] {4aa55252-0503-4241-aa4a-58937d05a5fb} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:35:30.665623 [ 5 ] {4aa55252-0503-4241-aa4a-58937d05a5fb} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.665746 [ 5 ] {4aa55252-0503-4241-aa4a-58937d05a5fb} executeQuery: Read 1112 rows, 89.80 KiB in 0.001508 sec., 737400.5305039787 rows/sec., 58.15 MiB/sec. 2025.09.19 00:35:30.665781 [ 5 ] {4aa55252-0503-4241-aa4a-58937d05a5fb} TCPHandler: Processed in 0.001666692 sec. 2025.09.19 00:35:30.665778 [ 90 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.19 00:35:30.665856 [ 90 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.665880 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.665896 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:30.665993 [ 5 ] {065c1368-bebf-4cbb-ba6f-44851e04e6ff} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:30.666016 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:35:30.666033 [ 5 ] {065c1368-bebf-4cbb-ba6f-44851e04e6ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:30.666190 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:30.666236 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2346 rows starting from the beginning of the part 2025.09.19 00:35:30.666312 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:35:30.666369 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 141 rows starting from the beginning of the part 2025.09.19 00:35:30.666420 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:35:30.666463 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1287 rows starting from the beginning of the part 2025.09.19 00:35:30.666508 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:35:30.666523 [ 5 ] {065c1368-bebf-4cbb-ba6f-44851e04e6ff} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.666564 [ 5 ] {065c1368-bebf-4cbb-ba6f-44851e04e6ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.666887 [ 5 ] {065c1368-bebf-4cbb-ba6f-44851e04e6ff} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:35:30.667092 [ 5 ] {065c1368-bebf-4cbb-ba6f-44851e04e6ff} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.667221 [ 5 ] {065c1368-bebf-4cbb-ba6f-44851e04e6ff} executeQuery: Read 205 rows, 12.32 KiB in 0.001246 sec., 164526.48475120385 rows/sec., 9.65 MiB/sec. 2025.09.19 00:35:30.667257 [ 5 ] {065c1368-bebf-4cbb-ba6f-44851e04e6ff} TCPHandler: Processed in 0.001409238 sec. 2025.09.19 00:35:30.667365 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:30.667456 [ 5 ] {1e74bdd8-3bf1-44d6-ad74-facf737cf356} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:35:30.667494 [ 5 ] {1e74bdd8-3bf1-44d6-ad74-facf737cf356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:35:30.667937 [ 5 ] {1e74bdd8-3bf1-44d6-ad74-facf737cf356} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.667972 [ 5 ] {1e74bdd8-3bf1-44d6-ad74-facf737cf356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.668266 [ 5 ] {1e74bdd8-3bf1-44d6-ad74-facf737cf356} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:35:30.668461 [ 5 ] {1e74bdd8-3bf1-44d6-ad74-facf737cf356} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.668586 [ 5 ] {1e74bdd8-3bf1-44d6-ad74-facf737cf356} executeQuery: Read 212 rows, 14.00 KiB in 0.001148 sec., 184668.98954703833 rows/sec., 11.91 MiB/sec. 2025.09.19 00:35:30.668622 [ 5 ] {1e74bdd8-3bf1-44d6-ad74-facf737cf356} TCPHandler: Processed in 0.001303957 sec. 2025.09.19 00:35:30.668730 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:30.668773 [ 190 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 7110 rows, containing 5 columns (5 merged, 0 gathered) in 0.002822737 sec., 2518831.8996775113 rows/sec., 212.23 MiB/sec. 2025.09.19 00:35:30.668820 [ 5 ] {fc6e1416-f01b-4937-9bbf-0436ad08e9ad} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:35:30.668864 [ 5 ] {fc6e1416-f01b-4937-9bbf-0436ad08e9ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:35:30.669193 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.19 00:35:30.669301 [ 5 ] {fc6e1416-f01b-4937-9bbf-0436ad08e9ad} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.669341 [ 5 ] {fc6e1416-f01b-4937-9bbf-0436ad08e9ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.669595 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_51_10} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.669675 [ 5 ] {fc6e1416-f01b-4937-9bbf-0436ad08e9ad} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:35:30.669699 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_51_10} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.19 00:35:30.669846 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2025.09.19 00:35:30.669928 [ 5 ] {fc6e1416-f01b-4937-9bbf-0436ad08e9ad} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.670064 [ 5 ] {fc6e1416-f01b-4937-9bbf-0436ad08e9ad} executeQuery: Read 211 rows, 12.27 KiB in 0.001261 sec., 167327.51784298176 rows/sec., 9.50 MiB/sec. 2025.09.19 00:35:30.670100 [ 5 ] {fc6e1416-f01b-4937-9bbf-0436ad08e9ad} TCPHandler: Processed in 0.001417869 sec. 2025.09.19 00:35:30.670211 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:30.670302 [ 5 ] {d4fcb355-b619-4017-9595-a834ef98319c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:30.670339 [ 5 ] {d4fcb355-b619-4017-9595-a834ef98319c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:30.670940 [ 5 ] {d4fcb355-b619-4017-9595-a834ef98319c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.670975 [ 5 ] {d4fcb355-b619-4017-9595-a834ef98319c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.671297 [ 5 ] {d4fcb355-b619-4017-9595-a834ef98319c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:35:30.671496 [ 5 ] {d4fcb355-b619-4017-9595-a834ef98319c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.671603 [ 90 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.19 00:35:30.671621 [ 5 ] {d4fcb355-b619-4017-9595-a834ef98319c} executeQuery: Read 679 rows, 48.47 KiB in 0.001336 sec., 508233.53293413174 rows/sec., 35.43 MiB/sec. 2025.09.19 00:35:30.671636 [ 90 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.671661 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.671663 [ 5 ] {d4fcb355-b619-4017-9595-a834ef98319c} TCPHandler: Processed in 0.001499639 sec. 2025.09.19 00:35:30.671750 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:35:30.671781 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:30.671877 [ 5 ] {fc868583-5d8b-44a2-a3b4-0e03c25d92c0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:35:30.671880 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:30.671921 [ 5 ] {fc868583-5d8b-44a2-a3b4-0e03c25d92c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:35:30.671932 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1213 rows starting from the beginning of the part 2025.09.19 00:35:30.672017 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 679 rows starting from the beginning of the part 2025.09.19 00:35:30.672070 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 106 rows starting from the beginning of the part 2025.09.19 00:35:30.672120 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 679 rows starting from the beginning of the part 2025.09.19 00:35:30.672166 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 576 rows starting from the beginning of the part 2025.09.19 00:35:30.672215 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 679 rows starting from the beginning of the part 2025.09.19 00:35:30.672251 [ 5 ] {fc868583-5d8b-44a2-a3b4-0e03c25d92c0} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.672290 [ 5 ] {fc868583-5d8b-44a2-a3b4-0e03c25d92c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.672655 [ 5 ] {fc868583-5d8b-44a2-a3b4-0e03c25d92c0} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:35:30.672870 [ 5 ] {fc868583-5d8b-44a2-a3b4-0e03c25d92c0} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.673006 [ 5 ] {fc868583-5d8b-44a2-a3b4-0e03c25d92c0} executeQuery: Read 6 rows, 321.00 B in 0.001147 sec., 5231.037489102006 rows/sec., 273.30 KiB/sec. 2025.09.19 00:35:30.673041 [ 5 ] {fc868583-5d8b-44a2-a3b4-0e03c25d92c0} TCPHandler: Processed in 0.001307707 sec. 2025.09.19 00:35:30.673141 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:30.673232 [ 5 ] {8693abd2-011e-483a-87e4-f992562b3268} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:30.673273 [ 5 ] {8693abd2-011e-483a-87e4-f992562b3268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:30.673682 [ 5 ] {8693abd2-011e-483a-87e4-f992562b3268} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.673717 [ 5 ] {8693abd2-011e-483a-87e4-f992562b3268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.673749 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3932 rows, containing 5 columns (5 merged, 0 gathered) in 0.002041326 sec., 1926198.9510739588 rows/sec., 144.56 MiB/sec. 2025.09.19 00:35:30.673936 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.19 00:35:30.674072 [ 5 ] {8693abd2-011e-483a-87e4-f992562b3268} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:35:30.674248 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_51_10} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.674340 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_51_10} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.19 00:35:30.674412 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.09.19 00:35:30.674423 [ 5 ] {8693abd2-011e-483a-87e4-f992562b3268} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.674564 [ 90 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.19 00:35:30.674596 [ 90 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.674595 [ 5 ] {8693abd2-011e-483a-87e4-f992562b3268} executeQuery: Read 314 rows, 21.12 KiB in 0.00138 sec., 227536.23188405798 rows/sec., 14.95 MiB/sec. 2025.09.19 00:35:30.674613 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.674652 [ 5 ] {8693abd2-011e-483a-87e4-f992562b3268} TCPHandler: Processed in 0.00156334 sec. 2025.09.19 00:35:30.674697 [ 191 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:35:30.674776 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:30.674790 [ 191 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:30.674835 [ 191 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 16263 rows starting from the beginning of the part 2025.09.19 00:35:30.674893 [ 191 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 314 rows starting from the beginning of the part 2025.09.19 00:35:30.674894 [ 5 ] {a2f3b60e-94f8-4e7e-8b91-7860c98ff263} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:35:30.674940 [ 191 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:35:30.674953 [ 5 ] {a2f3b60e-94f8-4e7e-8b91-7860c98ff263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:35:30.674984 [ 191 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 314 rows starting from the beginning of the part 2025.09.19 00:35:30.675026 [ 191 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 851 rows starting from the beginning of the part 2025.09.19 00:35:30.675062 [ 191 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 314 rows starting from the beginning of the part 2025.09.19 00:35:30.675304 [ 5 ] {a2f3b60e-94f8-4e7e-8b91-7860c98ff263} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.675347 [ 5 ] {a2f3b60e-94f8-4e7e-8b91-7860c98ff263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.675791 [ 5 ] {a2f3b60e-94f8-4e7e-8b91-7860c98ff263} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:35:30.676007 [ 5 ] {a2f3b60e-94f8-4e7e-8b91-7860c98ff263} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.676148 [ 5 ] {a2f3b60e-94f8-4e7e-8b91-7860c98ff263} executeQuery: Read 1 rows, 69.00 B in 0.001256 sec., 796.1783439490446 rows/sec., 53.65 KiB/sec. 2025.09.19 00:35:30.676184 [ 5 ] {a2f3b60e-94f8-4e7e-8b91-7860c98ff263} TCPHandler: Processed in 0.001452219 sec. 2025.09.19 00:35:30.676285 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:30.676377 [ 5 ] {dcc456ee-e472-4c1e-89c8-bf164db157b4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:30.676417 [ 5 ] {dcc456ee-e472-4c1e-89c8-bf164db157b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:30.676737 [ 5 ] {dcc456ee-e472-4c1e-89c8-bf164db157b4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.676773 [ 5 ] {dcc456ee-e472-4c1e-89c8-bf164db157b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.677125 [ 5 ] {dcc456ee-e472-4c1e-89c8-bf164db157b4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:35:30.677344 [ 5 ] {dcc456ee-e472-4c1e-89c8-bf164db157b4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.677448 [ 90 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.19 00:35:30.677477 [ 5 ] {dcc456ee-e472-4c1e-89c8-bf164db157b4} executeQuery: Read 104 rows, 6.53 KiB in 0.001118 sec., 93023.25581395348 rows/sec., 5.70 MiB/sec. 2025.09.19 00:35:30.677477 [ 90 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:30.677516 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:30.677519 [ 5 ] {dcc456ee-e472-4c1e-89c8-bf164db157b4} TCPHandler: Processed in 0.001280707 sec. 2025.09.19 00:35:30.677612 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:35:30.677721 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:30.677751 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3588 rows starting from the beginning of the part 2025.09.19 00:35:30.677809 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 104 rows starting from the beginning of the part 2025.09.19 00:35:30.677855 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:35:30.677899 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 104 rows starting from the beginning of the part 2025.09.19 00:35:30.677942 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:35:30.677984 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 104 rows starting from the beginning of the part 2025.09.19 00:35:30.679677 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 4020 rows, containing 4 columns (4 merged, 0 gathered) in 0.002104327 sec., 1910349.48465709 rows/sec., 121.49 MiB/sec. 2025.09.19 00:35:30.680300 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.19 00:35:30.680775 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_51_10} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.680793 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 18216 rows, containing 5 columns (5 merged, 0 gathered) in 0.00611824 sec., 2977326.812939669 rows/sec., 199.38 MiB/sec. 2025.09.19 00:35:30.680904 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_51_10} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.19 00:35:30.681003 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.09.19 00:35:30.681093 [ 194 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.19 00:35:30.681404 [ 194 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_51_10} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:30.681490 [ 194 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_51_10} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.19 00:35:30.681580 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB. 2025.09.19 00:35:31.000279 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 286.26 MiB, peak 303.49 MiB, free memory in arenas 0.00 B, will set to 287.95 MiB (RSS), difference: 1.69 MiB 2025.09.19 00:35:34.704763 [ 85 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:35:34.704834 [ 85 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:35:34.813814 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17221 2025.09.19 00:35:34.814488 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:34.814570 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:34.815290 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:35:34.815522 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:34.815671 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17221 2025.09.19 00:35:34.815691 [ 85 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.19 00:35:34.815774 [ 85 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:34.815813 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:34.815935 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:35:34.816041 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:34.816076 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14853 rows starting from the beginning of the part 2025.09.19 00:35:34.816141 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:35:34.816192 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:35:34.816238 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:35:34.816284 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:35:34.816334 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:35:34.818351 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17221 rows, containing 4 columns (4 merged, 0 gathered) in 0.002462032 sec., 6994628.826920203 rows/sec., 100.06 MiB/sec. 2025.09.19 00:35:34.818640 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.19 00:35:34.818952 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_36_7} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:34.819027 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_36_7} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.19 00:35:34.819128 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2025.09.19 00:35:34.860596 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1056 2025.09.19 00:35:34.862916 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:34.862957 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:34.864148 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:35:34.864414 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:34.864555 [ 85 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.19 00:35:34.864595 [ 85 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:34.864617 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:34.864663 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1056 2025.09.19 00:35:34.864723 [ 190 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:35:34.865275 [ 190 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:34.865424 [ 190 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 878 rows starting from the beginning of the part 2025.09.19 00:35:34.865806 [ 190 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part 2025.09.19 00:35:34.866158 [ 190 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part 2025.09.19 00:35:34.866494 [ 190 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 38 rows starting from the beginning of the part 2025.09.19 00:35:34.866834 [ 190 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part 2025.09.19 00:35:34.867167 [ 190 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part 2025.09.19 00:35:34.873326 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1056 rows, containing 72 columns (72 merged, 0 gathered) in 0.008642644 sec., 122184.83140113142 rows/sec., 98.77 MiB/sec. 2025.09.19 00:35:34.874786 [ 191 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.19 00:35:34.875425 [ 191 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_26_5} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:34.875506 [ 191 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_26_5} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.19 00:35:34.875765 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. 2025.09.19 00:35:35.652672 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:35.652948 [ 5 ] {9d58c5b8-5cdb-4a58-b156-390c14a4b98e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:35.653054 [ 5 ] {9d58c5b8-5cdb-4a58-b156-390c14a4b98e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:35.653777 [ 5 ] {9d58c5b8-5cdb-4a58-b156-390c14a4b98e} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:35.653821 [ 5 ] {9d58c5b8-5cdb-4a58-b156-390c14a4b98e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:35.654248 [ 5 ] {9d58c5b8-5cdb-4a58-b156-390c14a4b98e} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:35:35.654478 [ 5 ] {9d58c5b8-5cdb-4a58-b156-390c14a4b98e} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:35.654648 [ 5 ] {9d58c5b8-5cdb-4a58-b156-390c14a4b98e} executeQuery: Read 140 rows, 12.42 KiB in 0.001776 sec., 78828.82882882883 rows/sec., 6.83 MiB/sec. 2025.09.19 00:35:35.654698 [ 5 ] {9d58c5b8-5cdb-4a58-b156-390c14a4b98e} TCPHandler: Processed in 0.002203939 sec. 2025.09.19 00:35:35.654822 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:35.654922 [ 5 ] {17bd10cf-6e80-4367-87aa-b458000869aa} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:35.654965 [ 5 ] {17bd10cf-6e80-4367-87aa-b458000869aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:35.655384 [ 5 ] {17bd10cf-6e80-4367-87aa-b458000869aa} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:35.655421 [ 5 ] {17bd10cf-6e80-4367-87aa-b458000869aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:35.655725 [ 5 ] {17bd10cf-6e80-4367-87aa-b458000869aa} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:35:35.655942 [ 5 ] {17bd10cf-6e80-4367-87aa-b458000869aa} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:35.656075 [ 5 ] {17bd10cf-6e80-4367-87aa-b458000869aa} executeQuery: Read 42 rows, 3.16 KiB in 0.001175 sec., 35744.68085106383 rows/sec., 2.62 MiB/sec. 2025.09.19 00:35:35.656114 [ 5 ] {17bd10cf-6e80-4367-87aa-b458000869aa} TCPHandler: Processed in 0.001342837 sec. 2025.09.19 00:35:35.656234 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:35.656352 [ 5 ] {8d8d5a72-e4d4-4627-acef-416982cfd1f3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:35.656400 [ 5 ] {8d8d5a72-e4d4-4627-acef-416982cfd1f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:35.656939 [ 5 ] {8d8d5a72-e4d4-4627-acef-416982cfd1f3} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:35.656984 [ 5 ] {8d8d5a72-e4d4-4627-acef-416982cfd1f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:35.657325 [ 5 ] {8d8d5a72-e4d4-4627-acef-416982cfd1f3} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:35:35.657533 [ 5 ] {8d8d5a72-e4d4-4627-acef-416982cfd1f3} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:35.657663 [ 5 ] {8d8d5a72-e4d4-4627-acef-416982cfd1f3} executeQuery: Read 106 rows, 8.48 KiB in 0.001337 sec., 79281.97456993267 rows/sec., 6.19 MiB/sec. 2025.09.19 00:35:35.657700 [ 5 ] {8d8d5a72-e4d4-4627-acef-416982cfd1f3} TCPHandler: Processed in 0.00152631 sec. 2025.09.19 00:35:35.657811 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:35.657902 [ 5 ] {5bf98274-9f3c-40bf-8b9c-ae3104b7dcbf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:35.657945 [ 5 ] {5bf98274-9f3c-40bf-8b9c-ae3104b7dcbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:35.658351 [ 5 ] {5bf98274-9f3c-40bf-8b9c-ae3104b7dcbf} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:35.658386 [ 5 ] {5bf98274-9f3c-40bf-8b9c-ae3104b7dcbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:35.658713 [ 5 ] {5bf98274-9f3c-40bf-8b9c-ae3104b7dcbf} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:35:35.658921 [ 5 ] {5bf98274-9f3c-40bf-8b9c-ae3104b7dcbf} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:35.659053 [ 5 ] {5bf98274-9f3c-40bf-8b9c-ae3104b7dcbf} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2025.09.19 00:35:35.659089 [ 5 ] {5bf98274-9f3c-40bf-8b9c-ae3104b7dcbf} TCPHandler: Processed in 0.001325158 sec. 2025.09.19 00:35:35.659204 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:35.659303 [ 5 ] {1fbab8b2-2619-4385-861b-a457f9b0343c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:35.659358 [ 5 ] {1fbab8b2-2619-4385-861b-a457f9b0343c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:35:35.660251 [ 5 ] {1fbab8b2-2619-4385-861b-a457f9b0343c} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:35.660288 [ 5 ] {1fbab8b2-2619-4385-861b-a457f9b0343c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:35.660856 [ 5 ] {1fbab8b2-2619-4385-861b-a457f9b0343c} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:35:35.661075 [ 5 ] {1fbab8b2-2619-4385-861b-a457f9b0343c} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:35.661201 [ 84 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.19 00:35:35.661210 [ 5 ] {1fbab8b2-2619-4385-861b-a457f9b0343c} executeQuery: Read 42 rows, 77.07 KiB in 0.001926 sec., 21806.85358255452 rows/sec., 39.08 MiB/sec. 2025.09.19 00:35:35.661313 [ 84 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:35.661331 [ 5 ] {1fbab8b2-2619-4385-861b-a457f9b0343c} TCPHandler: Processed in 0.002175099 sec. 2025.09.19 00:35:35.661358 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:35.661453 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:35.661501 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:35:35.661553 [ 5 ] {3a94b4e2-e269-4d3e-b26f-539278b7b6ee} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:35.661599 [ 5 ] {3a94b4e2-e269-4d3e-b26f-539278b7b6ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:35.661777 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:35.661845 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 758 rows starting from the beginning of the part 2025.09.19 00:35:35.661950 [ 5 ] {3a94b4e2-e269-4d3e-b26f-539278b7b6ee} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:35.661991 [ 5 ] {3a94b4e2-e269-4d3e-b26f-539278b7b6ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:35.661993 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part 2025.09.19 00:35:35.662118 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part 2025.09.19 00:35:35.662221 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part 2025.09.19 00:35:35.662300 [ 5 ] {3a94b4e2-e269-4d3e-b26f-539278b7b6ee} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:35:35.662321 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part 2025.09.19 00:35:35.662427 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part 2025.09.19 00:35:35.662528 [ 5 ] {3a94b4e2-e269-4d3e-b26f-539278b7b6ee} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:35.662662 [ 5 ] {3a94b4e2-e269-4d3e-b26f-539278b7b6ee} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2025.09.19 00:35:35.662697 [ 5 ] {3a94b4e2-e269-4d3e-b26f-539278b7b6ee} TCPHandler: Processed in 0.001292267 sec. 2025.09.19 00:35:35.678629 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 968 rows, containing 19 columns (19 merged, 0 gathered) in 0.017187245 sec., 56320.83559639721 rows/sec., 100.92 MiB/sec. 2025.09.19 00:35:35.679595 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.19 00:35:35.679935 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_26_5} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:35.680008 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_26_5} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.19 00:35:35.680102 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. 2025.09.19 00:35:35.720455 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2025.09.19 00:35:35.738478 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:35.738523 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:35.744360 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:35:35.745110 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:35.745390 [ 84 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.19 00:35:35.745423 [ 84 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:35.745440 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:35.745528 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:35:35.748659 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2025.09.19 00:35:35.749087 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:35.750616 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:35:35.755455 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:35:35.759979 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:35:35.764535 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:35:35.769093 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:35:35.773321 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2025.09.19 00:35:35.823006 [ 189 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.077513614 sec., 3496.1600422862493 rows/sec., 18.08 MiB/sec. 2025.09.19 00:35:35.826216 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.19 00:35:35.828398 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_36_7} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:35.828521 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_36_7} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.19 00:35:35.831513 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.09.19 00:35:36.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 290.28 MiB, peak 303.49 MiB, free memory in arenas 0.00 B, will set to 294.70 MiB (RSS), difference: 4.42 MiB 2025.09.19 00:35:36.941523 [ 81 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.09.19 00:35:36.941584 [ 81 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:36.941605 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:36.941728 [ 192 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:35:36.941889 [ 192 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:36.941929 [ 192 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:35:36.942008 [ 192 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part 2025.09.19 00:35:36.942064 [ 192 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2025.09.19 00:35:36.942132 [ 192 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2025.09.19 00:35:36.942195 [ 192 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:35:36.943271 [ 192 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.001600191 sec., 31246.269976521555 rows/sec., 2.61 MiB/sec. 2025.09.19 00:35:36.943461 [ 189 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.09.19 00:35:36.943809 [ 189 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_13_3} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:36.943895 [ 189 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_13_3} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.09.19 00:35:36.943994 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:35:40.662017 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:40.662261 [ 5 ] {7bba5ee2-2723-480e-8c28-f6cccba2f177} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:35:40.662325 [ 5 ] {7bba5ee2-2723-480e-8c28-f6cccba2f177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:35:40.663194 [ 5 ] {7bba5ee2-2723-480e-8c28-f6cccba2f177} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.663246 [ 5 ] {7bba5ee2-2723-480e-8c28-f6cccba2f177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.663669 [ 5 ] {7bba5ee2-2723-480e-8c28-f6cccba2f177} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:35:40.663905 [ 5 ] {7bba5ee2-2723-480e-8c28-f6cccba2f177} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.664040 [ 78 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.09.19 00:35:40.664060 [ 5 ] {7bba5ee2-2723-480e-8c28-f6cccba2f177} executeQuery: Read 410 rows, 26.63 KiB in 0.001846 sec., 222101.8418201517 rows/sec., 14.09 MiB/sec. 2025.09.19 00:35:40.664113 [ 78 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.664129 [ 5 ] {7bba5ee2-2723-480e-8c28-f6cccba2f177} TCPHandler: Processed in 0.0022756 sec. 2025.09.19 00:35:40.664144 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.664260 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:40.664278 [ 199 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:35:40.664365 [ 5 ] {ad4d7088-4a0f-42af-9aa8-729e6a835dba} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:35:40.664412 [ 5 ] {ad4d7088-4a0f-42af-9aa8-729e6a835dba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:35:40.664424 [ 199 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:40.664464 [ 199 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 410 rows starting from the beginning of the part 2025.09.19 00:35:40.664535 [ 199 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 410 rows starting from the beginning of the part 2025.09.19 00:35:40.664580 [ 199 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 410 rows starting from the beginning of the part 2025.09.19 00:35:40.664621 [ 199 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 410 rows starting from the beginning of the part 2025.09.19 00:35:40.664673 [ 199 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 410 rows starting from the beginning of the part 2025.09.19 00:35:40.664820 [ 5 ] {ad4d7088-4a0f-42af-9aa8-729e6a835dba} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.664863 [ 5 ] {ad4d7088-4a0f-42af-9aa8-729e6a835dba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.665202 [ 5 ] {ad4d7088-4a0f-42af-9aa8-729e6a835dba} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.19 00:35:40.665423 [ 5 ] {ad4d7088-4a0f-42af-9aa8-729e6a835dba} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.665551 [ 5 ] {ad4d7088-4a0f-42af-9aa8-729e6a835dba} executeQuery: Read 2 rows, 167.00 B in 0.00121 sec., 1652.892561983471 rows/sec., 134.78 KiB/sec. 2025.09.19 00:35:40.665588 [ 5 ] {ad4d7088-4a0f-42af-9aa8-729e6a835dba} TCPHandler: Processed in 0.001378438 sec. 2025.09.19 00:35:40.665696 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:40.665790 [ 5 ] {ca8e7dea-6a3c-43f8-9a7b-f97effbc1529} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:40.665810 [ 192 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001584221 sec., 1294011.3784629796 rows/sec., 87.02 MiB/sec. 2025.09.19 00:35:40.665829 [ 5 ] {ca8e7dea-6a3c-43f8-9a7b-f97effbc1529} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:40.665991 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.09.19 00:35:40.666260 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_25_6} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.666327 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_25_6} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.09.19 00:35:40.666408 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:35:40.667001 [ 5 ] {ca8e7dea-6a3c-43f8-9a7b-f97effbc1529} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.667037 [ 5 ] {ca8e7dea-6a3c-43f8-9a7b-f97effbc1529} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.667421 [ 5 ] {ca8e7dea-6a3c-43f8-9a7b-f97effbc1529} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:35:40.667629 [ 5 ] {ca8e7dea-6a3c-43f8-9a7b-f97effbc1529} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.667762 [ 5 ] {ca8e7dea-6a3c-43f8-9a7b-f97effbc1529} executeQuery: Read 1113 rows, 89.87 KiB in 0.001992 sec., 558734.9397590362 rows/sec., 44.06 MiB/sec. 2025.09.19 00:35:40.667799 [ 5 ] {ca8e7dea-6a3c-43f8-9a7b-f97effbc1529} TCPHandler: Processed in 0.002150048 sec. 2025.09.19 00:35:40.667905 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:40.667996 [ 5 ] {0efc8769-023e-4f2e-ad69-048e1b1968b4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:40.668036 [ 5 ] {0efc8769-023e-4f2e-ad69-048e1b1968b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:40.668551 [ 5 ] {0efc8769-023e-4f2e-ad69-048e1b1968b4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.668587 [ 5 ] {0efc8769-023e-4f2e-ad69-048e1b1968b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.668895 [ 5 ] {0efc8769-023e-4f2e-ad69-048e1b1968b4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:35:40.669106 [ 5 ] {0efc8769-023e-4f2e-ad69-048e1b1968b4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.669215 [ 78 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.19 00:35:40.669233 [ 5 ] {0efc8769-023e-4f2e-ad69-048e1b1968b4} executeQuery: Read 207 rows, 12.46 KiB in 0.001255 sec., 164940.2390438247 rows/sec., 9.69 MiB/sec. 2025.09.19 00:35:40.669254 [ 78 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.669276 [ 5 ] {0efc8769-023e-4f2e-ad69-048e1b1968b4} TCPHandler: Processed in 0.001418489 sec. 2025.09.19 00:35:40.669284 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.669390 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:35:40.669407 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:40.669496 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:40.669529 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 265 rows starting from the beginning of the part 2025.09.19 00:35:40.669536 [ 5 ] {de1c0e4f-e4e2-4153-9235-b51f2e84df9f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:35:40.669588 [ 5 ] {de1c0e4f-e4e2-4153-9235-b51f2e84df9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:35:40.669599 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 205 rows starting from the beginning of the part 2025.09.19 00:35:40.669651 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part 2025.09.19 00:35:40.669717 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 205 rows starting from the beginning of the part 2025.09.19 00:35:40.669787 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 42 rows starting from the beginning of the part 2025.09.19 00:35:40.669838 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 207 rows starting from the beginning of the part 2025.09.19 00:35:40.670208 [ 5 ] {de1c0e4f-e4e2-4153-9235-b51f2e84df9f} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.670245 [ 5 ] {de1c0e4f-e4e2-4153-9235-b51f2e84df9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.670581 [ 5 ] {de1c0e4f-e4e2-4153-9235-b51f2e84df9f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:35:40.670714 [ 192 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 980 rows, containing 5 columns (5 merged, 0 gathered) in 0.001364547 sec., 718187.061347099 rows/sec., 46.47 MiB/sec. 2025.09.19 00:35:40.670818 [ 5 ] {de1c0e4f-e4e2-4153-9235-b51f2e84df9f} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.670835 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.19 00:35:40.670961 [ 5 ] {de1c0e4f-e4e2-4153-9235-b51f2e84df9f} executeQuery: Read 212 rows, 14.00 KiB in 0.001451 sec., 146106.13370089594 rows/sec., 9.42 MiB/sec. 2025.09.19 00:35:40.671000 [ 5 ] {de1c0e4f-e4e2-4153-9235-b51f2e84df9f} TCPHandler: Processed in 0.001654862 sec. 2025.09.19 00:35:40.671067 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_51_10} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.671106 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:40.671134 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_51_10} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.19 00:35:40.671194 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:35:40.671212 [ 5 ] {1fd8fb2b-1b95-4cd2-9afc-1350cf017f04} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:35:40.671261 [ 5 ] {1fd8fb2b-1b95-4cd2-9afc-1350cf017f04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:35:40.671852 [ 5 ] {1fd8fb2b-1b95-4cd2-9afc-1350cf017f04} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.671895 [ 5 ] {1fd8fb2b-1b95-4cd2-9afc-1350cf017f04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.672276 [ 5 ] {1fd8fb2b-1b95-4cd2-9afc-1350cf017f04} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:35:40.672503 [ 5 ] {1fd8fb2b-1b95-4cd2-9afc-1350cf017f04} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.672607 [ 78 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.09.19 00:35:40.672636 [ 5 ] {1fd8fb2b-1b95-4cd2-9afc-1350cf017f04} executeQuery: Read 211 rows, 12.27 KiB in 0.00145 sec., 145517.24137931035 rows/sec., 8.26 MiB/sec. 2025.09.19 00:35:40.672638 [ 78 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.672677 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.672682 [ 5 ] {1fd8fb2b-1b95-4cd2-9afc-1350cf017f04} TCPHandler: Processed in 0.001625501 sec. 2025.09.19 00:35:40.672757 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:35:40.672800 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:40.672845 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:40.672870 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 211 rows starting from the beginning of the part 2025.09.19 00:35:40.672892 [ 5 ] {1913f345-b447-428b-aa61-5a2d40715a06} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:40.672922 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 211 rows starting from the beginning of the part 2025.09.19 00:35:40.672933 [ 5 ] {1913f345-b447-428b-aa61-5a2d40715a06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:40.672966 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 211 rows starting from the beginning of the part 2025.09.19 00:35:40.673007 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 211 rows starting from the beginning of the part 2025.09.19 00:35:40.673047 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 211 rows starting from the beginning of the part 2025.09.19 00:35:40.673730 [ 5 ] {1913f345-b447-428b-aa61-5a2d40715a06} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.673766 [ 5 ] {1913f345-b447-428b-aa61-5a2d40715a06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.673817 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001091134 sec., 966883.9940832199 rows/sec., 58.59 MiB/sec. 2025.09.19 00:35:40.674007 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.09.19 00:35:40.674143 [ 5 ] {1913f345-b447-428b-aa61-5a2d40715a06} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:35:40.674395 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_25_6} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.674462 [ 5 ] {1913f345-b447-428b-aa61-5a2d40715a06} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.674484 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_25_6} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.09.19 00:35:40.674584 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:35:40.674608 [ 5 ] {1913f345-b447-428b-aa61-5a2d40715a06} executeQuery: Read 681 rows, 48.63 KiB in 0.001734 sec., 392733.5640138408 rows/sec., 27.39 MiB/sec. 2025.09.19 00:35:40.674649 [ 5 ] {1913f345-b447-428b-aa61-5a2d40715a06} TCPHandler: Processed in 0.001899775 sec. 2025.09.19 00:35:40.674751 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:40.674841 [ 5 ] {2de6b44e-0b31-4693-9c82-c767c92416a8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:35:40.674881 [ 5 ] {2de6b44e-0b31-4693-9c82-c767c92416a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:35:40.675205 [ 5 ] {2de6b44e-0b31-4693-9c82-c767c92416a8} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.675240 [ 5 ] {2de6b44e-0b31-4693-9c82-c767c92416a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.675538 [ 5 ] {2de6b44e-0b31-4693-9c82-c767c92416a8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:35:40.675742 [ 5 ] {2de6b44e-0b31-4693-9c82-c767c92416a8} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.675871 [ 5 ] {2de6b44e-0b31-4693-9c82-c767c92416a8} executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. 2025.09.19 00:35:40.675905 [ 5 ] {2de6b44e-0b31-4693-9c82-c767c92416a8} TCPHandler: Processed in 0.001200725 sec. 2025.09.19 00:35:40.676023 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:40.676142 [ 5 ] {441e9d0c-e4b2-4c5f-9422-20ae89f992ca} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:40.676189 [ 5 ] {441e9d0c-e4b2-4c5f-9422-20ae89f992ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:40.676680 [ 5 ] {441e9d0c-e4b2-4c5f-9422-20ae89f992ca} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.676717 [ 5 ] {441e9d0c-e4b2-4c5f-9422-20ae89f992ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.677069 [ 5 ] {441e9d0c-e4b2-4c5f-9422-20ae89f992ca} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:35:40.677278 [ 5 ] {441e9d0c-e4b2-4c5f-9422-20ae89f992ca} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.677409 [ 5 ] {441e9d0c-e4b2-4c5f-9422-20ae89f992ca} executeQuery: Read 315 rows, 21.19 KiB in 0.001292 sec., 243808.04953560373 rows/sec., 16.02 MiB/sec. 2025.09.19 00:35:40.677445 [ 5 ] {441e9d0c-e4b2-4c5f-9422-20ae89f992ca} TCPHandler: Processed in 0.00148247 sec. 2025.09.19 00:35:40.677543 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:40.677633 [ 5 ] {1f9bae36-21dd-4d10-9ed3-219ef6a9ef8e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:35:40.677673 [ 5 ] {1f9bae36-21dd-4d10-9ed3-219ef6a9ef8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:35:40.677998 [ 5 ] {1f9bae36-21dd-4d10-9ed3-219ef6a9ef8e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.678032 [ 5 ] {1f9bae36-21dd-4d10-9ed3-219ef6a9ef8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.678315 [ 5 ] {1f9bae36-21dd-4d10-9ed3-219ef6a9ef8e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:35:40.678516 [ 5 ] {1f9bae36-21dd-4d10-9ed3-219ef6a9ef8e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.678639 [ 5 ] {1f9bae36-21dd-4d10-9ed3-219ef6a9ef8e} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2025.09.19 00:35:40.678673 [ 5 ] {1f9bae36-21dd-4d10-9ed3-219ef6a9ef8e} TCPHandler: Processed in 0.001176856 sec. 2025.09.19 00:35:40.678780 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:40.678869 [ 5 ] {857696c9-b178-4b4b-8e86-29de822198fc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:40.678908 [ 5 ] {857696c9-b178-4b4b-8e86-29de822198fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:40.679237 [ 5 ] {857696c9-b178-4b4b-8e86-29de822198fc} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:40.679270 [ 5 ] {857696c9-b178-4b4b-8e86-29de822198fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:40.679562 [ 5 ] {857696c9-b178-4b4b-8e86-29de822198fc} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:35:40.679776 [ 5 ] {857696c9-b178-4b4b-8e86-29de822198fc} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:40.679897 [ 5 ] {857696c9-b178-4b4b-8e86-29de822198fc} executeQuery: Read 104 rows, 6.53 KiB in 0.001045 sec., 99521.53110047847 rows/sec., 6.10 MiB/sec. 2025.09.19 00:35:40.679930 [ 5 ] {857696c9-b178-4b4b-8e86-29de822198fc} TCPHandler: Processed in 0.001197106 sec. 2025.09.19 00:35:42.316614 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17733 2025.09.19 00:35:42.317133 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:42.317182 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:42.317691 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:35:42.317931 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:42.318075 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17733 2025.09.19 00:35:43.249603 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2025.09.19 00:35:43.265657 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:43.265723 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:43.271385 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:35:43.272093 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:43.274954 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.09.19 00:35:44.865696 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1090 2025.09.19 00:35:44.868026 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:44.868076 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:44.869244 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:35:44.869498 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:44.869763 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1090 2025.09.19 00:35:45.652443 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:45.652712 [ 5 ] {5a747891-23a4-4fdf-8491-3ca7bb037fc3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:45.652813 [ 5 ] {5a747891-23a4-4fdf-8491-3ca7bb037fc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:45.653652 [ 5 ] {5a747891-23a4-4fdf-8491-3ca7bb037fc3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:45.653694 [ 5 ] {5a747891-23a4-4fdf-8491-3ca7bb037fc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:45.654101 [ 5 ] {5a747891-23a4-4fdf-8491-3ca7bb037fc3} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:35:45.654338 [ 5 ] {5a747891-23a4-4fdf-8491-3ca7bb037fc3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:45.654494 [ 5 ] {5a747891-23a4-4fdf-8491-3ca7bb037fc3} executeQuery: Read 140 rows, 12.42 KiB in 0.001855 sec., 75471.69811320755 rows/sec., 6.54 MiB/sec. 2025.09.19 00:35:45.654541 [ 5 ] {5a747891-23a4-4fdf-8491-3ca7bb037fc3} TCPHandler: Processed in 0.00227062 sec. 2025.09.19 00:35:45.654667 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:45.654794 [ 5 ] {c0210ab1-c62d-4172-905d-5e43758a4b32} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:45.654846 [ 5 ] {c0210ab1-c62d-4172-905d-5e43758a4b32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:45.655312 [ 5 ] {c0210ab1-c62d-4172-905d-5e43758a4b32} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:45.655348 [ 5 ] {c0210ab1-c62d-4172-905d-5e43758a4b32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:45.655677 [ 5 ] {c0210ab1-c62d-4172-905d-5e43758a4b32} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:35:45.655884 [ 5 ] {c0210ab1-c62d-4172-905d-5e43758a4b32} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:45.656010 [ 5 ] {c0210ab1-c62d-4172-905d-5e43758a4b32} executeQuery: Read 42 rows, 3.16 KiB in 0.001246 sec., 33707.86516853933 rows/sec., 2.48 MiB/sec. 2025.09.19 00:35:45.656046 [ 5 ] {c0210ab1-c62d-4172-905d-5e43758a4b32} TCPHandler: Processed in 0.001441289 sec. 2025.09.19 00:35:45.656166 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:45.656288 [ 5 ] {5f0c5be4-9222-42fb-ae6a-63813ea20916} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:45.656336 [ 5 ] {5f0c5be4-9222-42fb-ae6a-63813ea20916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:45.656863 [ 5 ] {5f0c5be4-9222-42fb-ae6a-63813ea20916} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:45.656906 [ 5 ] {5f0c5be4-9222-42fb-ae6a-63813ea20916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:45.657267 [ 5 ] {5f0c5be4-9222-42fb-ae6a-63813ea20916} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:35:45.657483 [ 5 ] {5f0c5be4-9222-42fb-ae6a-63813ea20916} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:45.657618 [ 5 ] {5f0c5be4-9222-42fb-ae6a-63813ea20916} executeQuery: Read 106 rows, 8.48 KiB in 0.001355 sec., 78228.78228782288 rows/sec., 6.11 MiB/sec. 2025.09.19 00:35:45.657657 [ 5 ] {5f0c5be4-9222-42fb-ae6a-63813ea20916} TCPHandler: Processed in 0.001551351 sec. 2025.09.19 00:35:45.657769 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:45.657864 [ 5 ] {5839fa9e-017b-4a4b-9277-4e5b68d2660f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:45.657909 [ 5 ] {5839fa9e-017b-4a4b-9277-4e5b68d2660f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:45.658321 [ 5 ] {5839fa9e-017b-4a4b-9277-4e5b68d2660f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:45.658359 [ 5 ] {5839fa9e-017b-4a4b-9277-4e5b68d2660f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:45.658701 [ 5 ] {5839fa9e-017b-4a4b-9277-4e5b68d2660f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:35:45.658926 [ 5 ] {5839fa9e-017b-4a4b-9277-4e5b68d2660f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:45.659057 [ 5 ] {5839fa9e-017b-4a4b-9277-4e5b68d2660f} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2025.09.19 00:35:45.659094 [ 5 ] {5839fa9e-017b-4a4b-9277-4e5b68d2660f} TCPHandler: Processed in 0.001373007 sec. 2025.09.19 00:35:45.659202 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:45.659300 [ 5 ] {f46706ef-fa2e-4cc6-9779-f22f52cfdab1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:45.659354 [ 5 ] {f46706ef-fa2e-4cc6-9779-f22f52cfdab1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:35:45.660210 [ 5 ] {f46706ef-fa2e-4cc6-9779-f22f52cfdab1} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:45.660248 [ 5 ] {f46706ef-fa2e-4cc6-9779-f22f52cfdab1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:45.660805 [ 5 ] {f46706ef-fa2e-4cc6-9779-f22f52cfdab1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:35:45.661028 [ 5 ] {f46706ef-fa2e-4cc6-9779-f22f52cfdab1} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:45.661162 [ 5 ] {f46706ef-fa2e-4cc6-9779-f22f52cfdab1} executeQuery: Read 42 rows, 77.07 KiB in 0.001881 sec., 22328.548644338116 rows/sec., 40.01 MiB/sec. 2025.09.19 00:35:45.661216 [ 5 ] {f46706ef-fa2e-4cc6-9779-f22f52cfdab1} TCPHandler: Processed in 0.002061447 sec. 2025.09.19 00:35:45.661328 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:45.661423 [ 5 ] {5bc9183a-127e-45c2-acea-edfb23cb4133} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:45.661465 [ 5 ] {5bc9183a-127e-45c2-acea-edfb23cb4133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:45.661803 [ 5 ] {5bc9183a-127e-45c2-acea-edfb23cb4133} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:45.661839 [ 5 ] {5bc9183a-127e-45c2-acea-edfb23cb4133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:45.662157 [ 5 ] {5bc9183a-127e-45c2-acea-edfb23cb4133} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:35:45.662366 [ 5 ] {5bc9183a-127e-45c2-acea-edfb23cb4133} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:45.662492 [ 5 ] {5bc9183a-127e-45c2-acea-edfb23cb4133} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.09.19 00:35:45.662532 [ 5 ] {5bc9183a-127e-45c2-acea-edfb23cb4133} TCPHandler: Processed in 0.001251816 sec. 2025.09.19 00:35:49.704870 [ 65 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:35:49.704937 [ 65 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:35:49.819095 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18181 2025.09.19 00:35:49.819663 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:49.819721 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:49.820235 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:35:49.820486 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:49.820644 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18181 2025.09.19 00:35:50.661621 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:50.661797 [ 5 ] {2d4a29a8-16a6-4f67-aa49-22a62f88ca5a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:35:50.661859 [ 5 ] {2d4a29a8-16a6-4f67-aa49-22a62f88ca5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:35:50.662729 [ 5 ] {2d4a29a8-16a6-4f67-aa49-22a62f88ca5a} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.662770 [ 5 ] {2d4a29a8-16a6-4f67-aa49-22a62f88ca5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.663159 [ 5 ] {2d4a29a8-16a6-4f67-aa49-22a62f88ca5a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:35:50.663396 [ 5 ] {2d4a29a8-16a6-4f67-aa49-22a62f88ca5a} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.663542 [ 5 ] {2d4a29a8-16a6-4f67-aa49-22a62f88ca5a} executeQuery: Read 410 rows, 26.63 KiB in 0.001793 sec., 228667.0384829894 rows/sec., 14.51 MiB/sec. 2025.09.19 00:35:50.663603 [ 5 ] {2d4a29a8-16a6-4f67-aa49-22a62f88ca5a} TCPHandler: Processed in 0.002104218 sec. 2025.09.19 00:35:50.663745 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:50.663858 [ 5 ] {43c9a7f5-826d-4392-b50f-c7e963e37d8b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:50.663898 [ 5 ] {43c9a7f5-826d-4392-b50f-c7e963e37d8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:50.665132 [ 5 ] {43c9a7f5-826d-4392-b50f-c7e963e37d8b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.665168 [ 5 ] {43c9a7f5-826d-4392-b50f-c7e963e37d8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.665532 [ 5 ] {43c9a7f5-826d-4392-b50f-c7e963e37d8b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:35:50.665735 [ 5 ] {43c9a7f5-826d-4392-b50f-c7e963e37d8b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.665860 [ 5 ] {43c9a7f5-826d-4392-b50f-c7e963e37d8b} executeQuery: Read 1112 rows, 89.80 KiB in 0.002021 sec., 550222.662048491 rows/sec., 43.39 MiB/sec. 2025.09.19 00:35:50.665897 [ 5 ] {43c9a7f5-826d-4392-b50f-c7e963e37d8b} TCPHandler: Processed in 0.002201839 sec. 2025.09.19 00:35:50.666009 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:50.666101 [ 5 ] {19038254-2bd9-4887-b827-40e4bdaa2849} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:50.666141 [ 5 ] {19038254-2bd9-4887-b827-40e4bdaa2849} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:50.666632 [ 5 ] {19038254-2bd9-4887-b827-40e4bdaa2849} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.666668 [ 5 ] {19038254-2bd9-4887-b827-40e4bdaa2849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.666971 [ 5 ] {19038254-2bd9-4887-b827-40e4bdaa2849} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:35:50.667168 [ 5 ] {19038254-2bd9-4887-b827-40e4bdaa2849} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.667294 [ 5 ] {19038254-2bd9-4887-b827-40e4bdaa2849} executeQuery: Read 205 rows, 12.32 KiB in 0.001211 sec., 169281.58546655657 rows/sec., 9.93 MiB/sec. 2025.09.19 00:35:50.667330 [ 5 ] {19038254-2bd9-4887-b827-40e4bdaa2849} TCPHandler: Processed in 0.001369098 sec. 2025.09.19 00:35:50.667437 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:50.667529 [ 5 ] {0b52faa5-943e-45c6-94fe-ab4aeebf3429} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:35:50.667568 [ 5 ] {0b52faa5-943e-45c6-94fe-ab4aeebf3429} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:35:50.668059 [ 5 ] {0b52faa5-943e-45c6-94fe-ab4aeebf3429} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.668095 [ 5 ] {0b52faa5-943e-45c6-94fe-ab4aeebf3429} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.668383 [ 5 ] {0b52faa5-943e-45c6-94fe-ab4aeebf3429} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:35:50.668578 [ 5 ] {0b52faa5-943e-45c6-94fe-ab4aeebf3429} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.668688 [ 64 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2025.09.19 00:35:50.668706 [ 5 ] {0b52faa5-943e-45c6-94fe-ab4aeebf3429} executeQuery: Read 212 rows, 14.00 KiB in 0.001195 sec., 177405.85774058575 rows/sec., 11.44 MiB/sec. 2025.09.19 00:35:50.668758 [ 64 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.668766 [ 5 ] {0b52faa5-943e-45c6-94fe-ab4aeebf3429} TCPHandler: Processed in 0.001377208 sec. 2025.09.19 00:35:50.668788 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.668886 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:50.668906 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2025.09.19 00:35:50.668982 [ 5 ] {fcbc3503-c7fe-4963-91de-a915ddec9b38} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:35:50.669027 [ 5 ] {fcbc3503-c7fe-4963-91de-a915ddec9b38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:35:50.669047 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:50.669092 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 441 rows starting from the beginning of the part 2025.09.19 00:35:50.669168 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part 2025.09.19 00:35:50.669219 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part 2025.09.19 00:35:50.669264 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part 2025.09.19 00:35:50.669304 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part 2025.09.19 00:35:50.669344 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part 2025.09.19 00:35:50.669519 [ 5 ] {fcbc3503-c7fe-4963-91de-a915ddec9b38} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.669561 [ 5 ] {fcbc3503-c7fe-4963-91de-a915ddec9b38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.669895 [ 5 ] {fcbc3503-c7fe-4963-91de-a915ddec9b38} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:35:50.670114 [ 5 ] {fcbc3503-c7fe-4963-91de-a915ddec9b38} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.670241 [ 5 ] {fcbc3503-c7fe-4963-91de-a915ddec9b38} executeQuery: Read 211 rows, 12.27 KiB in 0.001277 sec., 165231.01018010965 rows/sec., 9.38 MiB/sec. 2025.09.19 00:35:50.670277 [ 5 ] {fcbc3503-c7fe-4963-91de-a915ddec9b38} TCPHandler: Processed in 0.001439139 sec. 2025.09.19 00:35:50.670326 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001473749 sec., 1029347.6026107568 rows/sec., 71.31 MiB/sec. 2025.09.19 00:35:50.670389 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:50.670486 [ 5 ] {f78bd952-ef73-4958-85f4-44bce83ab01d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:50.670526 [ 5 ] {f78bd952-ef73-4958-85f4-44bce83ab01d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:50.670533 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.09.19 00:35:50.670856 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.670944 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_35_7} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2025.09.19 00:35:50.671061 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:35:50.671287 [ 5 ] {f78bd952-ef73-4958-85f4-44bce83ab01d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.671328 [ 5 ] {f78bd952-ef73-4958-85f4-44bce83ab01d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.671649 [ 5 ] {f78bd952-ef73-4958-85f4-44bce83ab01d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:35:50.671847 [ 5 ] {f78bd952-ef73-4958-85f4-44bce83ab01d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.671974 [ 5 ] {f78bd952-ef73-4958-85f4-44bce83ab01d} executeQuery: Read 679 rows, 48.47 KiB in 0.001505 sec., 451162.7906976744 rows/sec., 31.45 MiB/sec. 2025.09.19 00:35:50.672010 [ 5 ] {f78bd952-ef73-4958-85f4-44bce83ab01d} TCPHandler: Processed in 0.001668632 sec. 2025.09.19 00:35:50.672116 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:50.672208 [ 5 ] {25f37b31-d97f-44e2-b5d6-93f6157329e7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:35:50.672248 [ 5 ] {25f37b31-d97f-44e2-b5d6-93f6157329e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:35:50.672589 [ 5 ] {25f37b31-d97f-44e2-b5d6-93f6157329e7} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.672625 [ 5 ] {25f37b31-d97f-44e2-b5d6-93f6157329e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.672911 [ 5 ] {25f37b31-d97f-44e2-b5d6-93f6157329e7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:35:50.673106 [ 5 ] {25f37b31-d97f-44e2-b5d6-93f6157329e7} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.673231 [ 5 ] {25f37b31-d97f-44e2-b5d6-93f6157329e7} executeQuery: Read 6 rows, 321.00 B in 0.001041 sec., 5763.688760806916 rows/sec., 301.13 KiB/sec. 2025.09.19 00:35:50.673238 [ 62 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.19 00:35:50.673267 [ 5 ] {25f37b31-d97f-44e2-b5d6-93f6157329e7} TCPHandler: Processed in 0.001197735 sec. 2025.09.19 00:35:50.673304 [ 62 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.673335 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.673389 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:50.673429 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:35:50.673486 [ 5 ] {a3e5f1a6-99a9-41c5-9778-08089ee0e43f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:50.673528 [ 5 ] {a3e5f1a6-99a9-41c5-9778-08089ee0e43f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:50.673548 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:50.673583 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part 2025.09.19 00:35:50.673648 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2025.09.19 00:35:50.673696 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2025.09.19 00:35:50.673747 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2025.09.19 00:35:50.673805 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2025.09.19 00:35:50.673854 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2025.09.19 00:35:50.674017 [ 5 ] {a3e5f1a6-99a9-41c5-9778-08089ee0e43f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.674051 [ 5 ] {a3e5f1a6-99a9-41c5-9778-08089ee0e43f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.674380 [ 5 ] {a3e5f1a6-99a9-41c5-9778-08089ee0e43f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:35:50.674613 [ 5 ] {a3e5f1a6-99a9-41c5-9778-08089ee0e43f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.674704 [ 195 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.001318507 sec., 118315.6403416895 rows/sec., 6.04 MiB/sec. 2025.09.19 00:35:50.674778 [ 5 ] {a3e5f1a6-99a9-41c5-9778-08089ee0e43f} executeQuery: Read 314 rows, 21.12 KiB in 0.001309 sec., 239877.769289534 rows/sec., 15.76 MiB/sec. 2025.09.19 00:35:50.674820 [ 5 ] {a3e5f1a6-99a9-41c5-9778-08089ee0e43f} TCPHandler: Processed in 0.00147763 sec. 2025.09.19 00:35:50.674940 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.19 00:35:50.674950 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:50.675057 [ 5 ] {b5a29b9b-7cf5-4fb6-a025-58b1125d5959} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:35:50.675099 [ 5 ] {b5a29b9b-7cf5-4fb6-a025-58b1125d5959} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:35:50.675263 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_26_5} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.675370 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_26_5} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.19 00:35:50.675426 [ 5 ] {b5a29b9b-7cf5-4fb6-a025-58b1125d5959} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.675467 [ 5 ] {b5a29b9b-7cf5-4fb6-a025-58b1125d5959} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.675476 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.19 00:35:50.675763 [ 5 ] {b5a29b9b-7cf5-4fb6-a025-58b1125d5959} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:35:50.675984 [ 5 ] {b5a29b9b-7cf5-4fb6-a025-58b1125d5959} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.676113 [ 5 ] {b5a29b9b-7cf5-4fb6-a025-58b1125d5959} executeQuery: Read 1 rows, 69.00 B in 0.001074 sec., 931.0986964618248 rows/sec., 62.74 KiB/sec. 2025.09.19 00:35:50.676148 [ 5 ] {b5a29b9b-7cf5-4fb6-a025-58b1125d5959} TCPHandler: Processed in 0.001257667 sec. 2025.09.19 00:35:50.676258 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:50.676349 [ 5 ] {ec969405-f69d-4fdf-bbfe-a8a2efa68b70} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:50.676389 [ 5 ] {ec969405-f69d-4fdf-bbfe-a8a2efa68b70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:50.676726 [ 5 ] {ec969405-f69d-4fdf-bbfe-a8a2efa68b70} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.676761 [ 5 ] {ec969405-f69d-4fdf-bbfe-a8a2efa68b70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.677061 [ 5 ] {ec969405-f69d-4fdf-bbfe-a8a2efa68b70} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:35:50.677265 [ 5 ] {ec969405-f69d-4fdf-bbfe-a8a2efa68b70} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.677386 [ 5 ] {ec969405-f69d-4fdf-bbfe-a8a2efa68b70} executeQuery: Read 104 rows, 6.53 KiB in 0.001055 sec., 98578.19905213271 rows/sec., 6.04 MiB/sec. 2025.09.19 00:35:50.677420 [ 5 ] {ec969405-f69d-4fdf-bbfe-a8a2efa68b70} TCPHandler: Processed in 0.001209206 sec. 2025.09.19 00:35:50.775962 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.09.19 00:35:50.792943 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:50.792994 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.09.19 00:35:50.799282 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:35:50.800009 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:50.802912 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.09.19 00:35:54.870883 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1122 2025.09.19 00:35:54.873170 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:54.873213 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:54.874385 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:35:54.874663 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:54.874914 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1122 2025.09.19 00:35:55.680299 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:55.680477 [ 5 ] {989092f5-1aa9-4f7b-8b4f-48b7c39cba34} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:35:55.680546 [ 5 ] {989092f5-1aa9-4f7b-8b4f-48b7c39cba34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:35:55.681163 [ 5 ] {989092f5-1aa9-4f7b-8b4f-48b7c39cba34} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.681211 [ 5 ] {989092f5-1aa9-4f7b-8b4f-48b7c39cba34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.681597 [ 5 ] {989092f5-1aa9-4f7b-8b4f-48b7c39cba34} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.19 00:35:55.681867 [ 5 ] {989092f5-1aa9-4f7b-8b4f-48b7c39cba34} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.682033 [ 5 ] {989092f5-1aa9-4f7b-8b4f-48b7c39cba34} executeQuery: Read 2 rows, 167.00 B in 0.001605 sec., 1246.105919003115 rows/sec., 101.61 KiB/sec. 2025.09.19 00:35:55.682083 [ 5 ] {989092f5-1aa9-4f7b-8b4f-48b7c39cba34} TCPHandler: Processed in 0.001924475 sec. 2025.09.19 00:35:55.682202 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:55.682305 [ 5 ] {0e13d348-353b-4448-a3dc-b31de2b10648} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:35:55.682348 [ 5 ] {0e13d348-353b-4448-a3dc-b31de2b10648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:35:55.683336 [ 5 ] {0e13d348-353b-4448-a3dc-b31de2b10648} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.683375 [ 5 ] {0e13d348-353b-4448-a3dc-b31de2b10648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.683861 [ 5 ] {0e13d348-353b-4448-a3dc-b31de2b10648} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:35:55.684098 [ 5 ] {0e13d348-353b-4448-a3dc-b31de2b10648} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.684242 [ 5 ] {0e13d348-353b-4448-a3dc-b31de2b10648} executeQuery: Read 1281 rows, 108.61 KiB in 0.001961 sec., 653238.1438041815 rows/sec., 54.09 MiB/sec. 2025.09.19 00:35:55.684235 [ 56 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.19 00:35:55.684284 [ 5 ] {0e13d348-353b-4448-a3dc-b31de2b10648} TCPHandler: Processed in 0.002132898 sec. 2025.09.19 00:35:55.684323 [ 56 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.684352 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.684432 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:55.684488 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:35:55.684540 [ 5 ] {fc8290f8-3928-4084-8b05-bb2d5290b010} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:35:55.684589 [ 5 ] {fc8290f8-3928-4084-8b05-bb2d5290b010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:35:55.684635 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:55.684678 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2346 rows starting from the beginning of the part 2025.09.19 00:35:55.684751 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 140 rows starting from the beginning of the part 2025.09.19 00:35:55.684804 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:35:55.684847 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 140 rows starting from the beginning of the part 2025.09.19 00:35:55.684890 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:35:55.684931 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1281 rows starting from the beginning of the part 2025.09.19 00:35:55.685058 [ 5 ] {fc8290f8-3928-4084-8b05-bb2d5290b010} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.685103 [ 5 ] {fc8290f8-3928-4084-8b05-bb2d5290b010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.685457 [ 5 ] {fc8290f8-3928-4084-8b05-bb2d5290b010} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:35:55.685679 [ 5 ] {fc8290f8-3928-4084-8b05-bb2d5290b010} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.685822 [ 5 ] {fc8290f8-3928-4084-8b05-bb2d5290b010} executeQuery: Read 44 rows, 3.30 KiB in 0.001303 sec., 33768.22716807368 rows/sec., 2.47 MiB/sec. 2025.09.19 00:35:55.685864 [ 5 ] {fc8290f8-3928-4084-8b05-bb2d5290b010} TCPHandler: Processed in 0.00149787 sec. 2025.09.19 00:35:55.685982 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:55.686078 [ 5 ] {7d93150f-653a-4af7-907e-ba12db6c55c9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:35:55.686122 [ 5 ] {7d93150f-653a-4af7-907e-ba12db6c55c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:35:55.686612 [ 5 ] {7d93150f-653a-4af7-907e-ba12db6c55c9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.686651 [ 5 ] {7d93150f-653a-4af7-907e-ba12db6c55c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.686966 [ 5 ] {7d93150f-653a-4af7-907e-ba12db6c55c9} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:35:55.687185 [ 5 ] {7d93150f-653a-4af7-907e-ba12db6c55c9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.687293 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 6132 rows, containing 5 columns (5 merged, 0 gathered) in 0.002862167 sec., 2142432.639325378 rows/sec., 181.45 MiB/sec. 2025.09.19 00:35:55.687323 [ 5 ] {7d93150f-653a-4af7-907e-ba12db6c55c9} executeQuery: Read 228 rows, 15.81 KiB in 0.001263 sec., 180522.56532066507 rows/sec., 12.22 MiB/sec. 2025.09.19 00:35:55.687369 [ 5 ] {7d93150f-653a-4af7-907e-ba12db6c55c9} TCPHandler: Processed in 0.001436758 sec. 2025.09.19 00:35:55.687491 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:55.687586 [ 5 ] {4d7bc25b-c9cd-41fd-afe0-0a18c705c0b9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:35:55.687613 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.19 00:35:55.687630 [ 5 ] {4d7bc25b-c9cd-41fd-afe0-0a18c705c0b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:35:55.687892 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_56_11} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.687977 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_56_11} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.19 00:35:55.688062 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.09.19 00:35:55.688237 [ 5 ] {4d7bc25b-c9cd-41fd-afe0-0a18c705c0b9} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.688280 [ 5 ] {4d7bc25b-c9cd-41fd-afe0-0a18c705c0b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.688624 [ 5 ] {4d7bc25b-c9cd-41fd-afe0-0a18c705c0b9} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:35:55.688834 [ 5 ] {4d7bc25b-c9cd-41fd-afe0-0a18c705c0b9} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.688956 [ 56 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.19 00:35:55.688968 [ 5 ] {4d7bc25b-c9cd-41fd-afe0-0a18c705c0b9} executeQuery: Read 564 rows, 42.93 KiB in 0.001401 sec., 402569.59314775164 rows/sec., 29.92 MiB/sec. 2025.09.19 00:35:55.689001 [ 56 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.689021 [ 5 ] {4d7bc25b-c9cd-41fd-afe0-0a18c705c0b9} TCPHandler: Processed in 0.001579721 sec. 2025.09.19 00:35:55.689028 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.689133 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:35:55.689149 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:55.689255 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:55.689264 [ 5 ] {72e7d37e-3b4a-4f93-8a42-90815e2c5583} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:55.689292 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1213 rows starting from the beginning of the part 2025.09.19 00:35:55.689321 [ 5 ] {72e7d37e-3b4a-4f93-8a42-90815e2c5583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:35:55.689355 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 106 rows starting from the beginning of the part 2025.09.19 00:35:55.689410 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 681 rows starting from the beginning of the part 2025.09.19 00:35:55.689455 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 106 rows starting from the beginning of the part 2025.09.19 00:35:55.689497 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 679 rows starting from the beginning of the part 2025.09.19 00:35:55.689540 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 564 rows starting from the beginning of the part 2025.09.19 00:35:55.689887 [ 5 ] {72e7d37e-3b4a-4f93-8a42-90815e2c5583} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.689929 [ 5 ] {72e7d37e-3b4a-4f93-8a42-90815e2c5583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.690347 [ 5 ] {72e7d37e-3b4a-4f93-8a42-90815e2c5583} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:35:55.690574 [ 5 ] {72e7d37e-3b4a-4f93-8a42-90815e2c5583} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.690693 [ 56 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.19 00:35:55.690707 [ 5 ] {72e7d37e-3b4a-4f93-8a42-90815e2c5583} executeQuery: Read 845 rows, 58.24 KiB in 0.001463 sec., 577580.3144224196 rows/sec., 38.88 MiB/sec. 2025.09.19 00:35:55.690729 [ 56 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.690755 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.690756 [ 5 ] {72e7d37e-3b4a-4f93-8a42-90815e2c5583} TCPHandler: Processed in 0.001657032 sec. 2025.09.19 00:35:55.690799 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3349 rows, containing 5 columns (5 merged, 0 gathered) in 0.001705412 sec., 1963748.3493724684 rows/sec., 148.37 MiB/sec. 2025.09.19 00:35:55.690867 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:35:55.690897 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:55.690994 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.19 00:35:55.690998 [ 5 ] {8970edd3-de51-40de-bf92-0cde76e912fe} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:35:55.690995 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:55.691068 [ 5 ] {8970edd3-de51-40de-bf92-0cde76e912fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:35:55.691077 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 18216 rows starting from the beginning of the part 2025.09.19 00:35:55.691161 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:35:55.691211 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 315 rows starting from the beginning of the part 2025.09.19 00:35:55.691257 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:35:55.691277 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_56_11} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.691299 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 314 rows starting from the beginning of the part 2025.09.19 00:35:55.691346 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 845 rows starting from the beginning of the part 2025.09.19 00:35:55.691354 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_56_11} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.19 00:35:55.691457 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:35:55.691936 [ 5 ] {8970edd3-de51-40de-bf92-0cde76e912fe} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.691975 [ 5 ] {8970edd3-de51-40de-bf92-0cde76e912fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.692609 [ 5 ] {8970edd3-de51-40de-bf92-0cde76e912fe} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:35:55.692849 [ 5 ] {8970edd3-de51-40de-bf92-0cde76e912fe} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.693000 [ 5 ] {8970edd3-de51-40de-bf92-0cde76e912fe} executeQuery: Read 42 rows, 77.07 KiB in 0.00202 sec., 20792.07920792079 rows/sec., 37.26 MiB/sec. 2025.09.19 00:35:55.693066 [ 5 ] {8970edd3-de51-40de-bf92-0cde76e912fe} TCPHandler: Processed in 0.002218909 sec. 2025.09.19 00:35:55.693191 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:35:55.693286 [ 5 ] {a8060923-176c-4c2a-b467-171320197d9a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:35:55.693330 [ 5 ] {a8060923-176c-4c2a-b467-171320197d9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:35:55.693677 [ 5 ] {a8060923-176c-4c2a-b467-171320197d9a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.693716 [ 5 ] {a8060923-176c-4c2a-b467-171320197d9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.694046 [ 5 ] {a8060923-176c-4c2a-b467-171320197d9a} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:35:55.694264 [ 5 ] {a8060923-176c-4c2a-b467-171320197d9a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.694375 [ 56 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.19 00:35:55.694399 [ 5 ] {a8060923-176c-4c2a-b467-171320197d9a} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2025.09.19 00:35:55.694405 [ 56 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:55.694442 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:55.694445 [ 5 ] {a8060923-176c-4c2a-b467-171320197d9a} TCPHandler: Processed in 0.001304497 sec. 2025.09.19 00:35:55.694528 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:35:55.694618 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:35:55.694648 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 4020 rows starting from the beginning of the part 2025.09.19 00:35:55.694707 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:35:55.694767 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 104 rows starting from the beginning of the part 2025.09.19 00:35:55.694820 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:35:55.694871 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 104 rows starting from the beginning of the part 2025.09.19 00:35:55.694920 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:35:55.697289 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 4408 rows, containing 4 columns (4 merged, 0 gathered) in 0.002798146 sec., 1575328.8070029225 rows/sec., 100.25 MiB/sec. 2025.09.19 00:35:55.697863 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.19 00:35:55.698258 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_56_11} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.698350 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_56_11} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.19 00:35:55.698464 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2025.09.19 00:35:55.702802 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 20010 rows, containing 5 columns (5 merged, 0 gathered) in 0.011985017 sec., 1669584.6155245337 rows/sec., 111.83 MiB/sec. 2025.09.19 00:35:55.703174 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.19 00:35:55.703446 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_56_11} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:55.703514 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_56_11} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.19 00:35:55.703591 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.09.19 00:35:56.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 296.29 MiB, peak 303.51 MiB, free memory in arenas 0.00 B, will set to 299.08 MiB (RSS), difference: 2.78 MiB 2025.09.19 00:35:57.321658 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18693 2025.09.19 00:35:57.322191 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:57.322235 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:57.322740 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:35:57.322965 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:57.323095 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18693 2025.09.19 00:35:58.303909 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.09.19 00:35:58.321333 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:35:58.321388 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:35:58.327683 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:35:58.328391 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:35:58.331318 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.09.19 00:36:00.661130 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:00.661424 [ 5 ] {52d977fd-fdf9-4b72-b25a-32b52f663ded} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:36:00.661489 [ 5 ] {52d977fd-fdf9-4b72-b25a-32b52f663ded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:36:00.662337 [ 5 ] {52d977fd-fdf9-4b72-b25a-32b52f663ded} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:00.662378 [ 5 ] {52d977fd-fdf9-4b72-b25a-32b52f663ded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:00.662785 [ 5 ] {52d977fd-fdf9-4b72-b25a-32b52f663ded} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:36:00.663016 [ 5 ] {52d977fd-fdf9-4b72-b25a-32b52f663ded} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:00.663166 [ 5 ] {52d977fd-fdf9-4b72-b25a-32b52f663ded} executeQuery: Read 410 rows, 26.63 KiB in 0.001809 sec., 226644.55500276395 rows/sec., 14.38 MiB/sec. 2025.09.19 00:36:00.663208 [ 5 ] {52d977fd-fdf9-4b72-b25a-32b52f663ded} TCPHandler: Processed in 0.00226007 sec. 2025.09.19 00:36:00.663335 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:00.663432 [ 5 ] {5df7aed1-9e30-4747-b8df-b6ef819835a4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:00.663474 [ 5 ] {5df7aed1-9e30-4747-b8df-b6ef819835a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:00.664357 [ 5 ] {5df7aed1-9e30-4747-b8df-b6ef819835a4} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:00.664392 [ 5 ] {5df7aed1-9e30-4747-b8df-b6ef819835a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:00.664752 [ 5 ] {5df7aed1-9e30-4747-b8df-b6ef819835a4} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:36:00.664967 [ 5 ] {5df7aed1-9e30-4747-b8df-b6ef819835a4} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:00.665094 [ 5 ] {5df7aed1-9e30-4747-b8df-b6ef819835a4} executeQuery: Read 1112 rows, 89.80 KiB in 0.001681 sec., 661511.005353956 rows/sec., 52.17 MiB/sec. 2025.09.19 00:36:00.665130 [ 5 ] {5df7aed1-9e30-4747-b8df-b6ef819835a4} TCPHandler: Processed in 0.001845714 sec. 2025.09.19 00:36:00.665247 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:00.665342 [ 5 ] {80a9afa9-55e4-4585-af31-1cbff8ae1084} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:00.665382 [ 5 ] {80a9afa9-55e4-4585-af31-1cbff8ae1084} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:00.665878 [ 5 ] {80a9afa9-55e4-4585-af31-1cbff8ae1084} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:00.665913 [ 5 ] {80a9afa9-55e4-4585-af31-1cbff8ae1084} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:00.666228 [ 5 ] {80a9afa9-55e4-4585-af31-1cbff8ae1084} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:36:00.666439 [ 5 ] {80a9afa9-55e4-4585-af31-1cbff8ae1084} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:00.666566 [ 5 ] {80a9afa9-55e4-4585-af31-1cbff8ae1084} executeQuery: Read 205 rows, 12.32 KiB in 0.001242 sec., 165056.3607085346 rows/sec., 9.68 MiB/sec. 2025.09.19 00:36:00.666602 [ 5 ] {80a9afa9-55e4-4585-af31-1cbff8ae1084} TCPHandler: Processed in 0.001405038 sec. 2025.09.19 00:36:00.666712 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:00.666807 [ 5 ] {811d5a2b-4461-40db-a7de-416bf14e5687} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:36:00.666846 [ 5 ] {811d5a2b-4461-40db-a7de-416bf14e5687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:36:00.667302 [ 5 ] {811d5a2b-4461-40db-a7de-416bf14e5687} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:00.667336 [ 5 ] {811d5a2b-4461-40db-a7de-416bf14e5687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:00.667636 [ 5 ] {811d5a2b-4461-40db-a7de-416bf14e5687} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:36:00.667844 [ 5 ] {811d5a2b-4461-40db-a7de-416bf14e5687} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:00.667971 [ 5 ] {811d5a2b-4461-40db-a7de-416bf14e5687} executeQuery: Read 212 rows, 14.00 KiB in 0.001182 sec., 179357.0219966159 rows/sec., 11.57 MiB/sec. 2025.09.19 00:36:00.668007 [ 5 ] {811d5a2b-4461-40db-a7de-416bf14e5687} TCPHandler: Processed in 0.001343108 sec. 2025.09.19 00:36:00.668109 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:00.668204 [ 5 ] {29674d87-81b6-49ff-85dc-9d84bd983903} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:36:00.668243 [ 5 ] {29674d87-81b6-49ff-85dc-9d84bd983903} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:36:00.668696 [ 5 ] {29674d87-81b6-49ff-85dc-9d84bd983903} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:00.668732 [ 5 ] {29674d87-81b6-49ff-85dc-9d84bd983903} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:00.669034 [ 5 ] {29674d87-81b6-49ff-85dc-9d84bd983903} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:36:00.669245 [ 5 ] {29674d87-81b6-49ff-85dc-9d84bd983903} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:00.669371 [ 5 ] {29674d87-81b6-49ff-85dc-9d84bd983903} executeQuery: Read 211 rows, 12.27 KiB in 0.001185 sec., 178059.0717299578 rows/sec., 10.11 MiB/sec. 2025.09.19 00:36:00.669409 [ 5 ] {29674d87-81b6-49ff-85dc-9d84bd983903} TCPHandler: Processed in 0.001348688 sec. 2025.09.19 00:36:00.669520 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:00.669615 [ 5 ] {e00dd4d5-7bda-4c04-810b-e6daab306cb4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:00.669653 [ 5 ] {e00dd4d5-7bda-4c04-810b-e6daab306cb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:00.670272 [ 5 ] {e00dd4d5-7bda-4c04-810b-e6daab306cb4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:00.670307 [ 5 ] {e00dd4d5-7bda-4c04-810b-e6daab306cb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:00.670644 [ 5 ] {e00dd4d5-7bda-4c04-810b-e6daab306cb4} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:36:00.670851 [ 5 ] {e00dd4d5-7bda-4c04-810b-e6daab306cb4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:00.670976 [ 5 ] {e00dd4d5-7bda-4c04-810b-e6daab306cb4} executeQuery: Read 679 rows, 48.47 KiB in 0.00138 sec., 492028.9855072464 rows/sec., 34.30 MiB/sec. 2025.09.19 00:36:00.671012 [ 5 ] {e00dd4d5-7bda-4c04-810b-e6daab306cb4} TCPHandler: Processed in 0.00154211 sec. 2025.09.19 00:36:00.671122 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:00.671217 [ 5 ] {a5f47f77-37da-4be5-bafe-197499240d20} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:36:00.671258 [ 5 ] {a5f47f77-37da-4be5-bafe-197499240d20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:36:00.671590 [ 5 ] {a5f47f77-37da-4be5-bafe-197499240d20} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:00.671626 [ 5 ] {a5f47f77-37da-4be5-bafe-197499240d20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:00.671927 [ 5 ] {a5f47f77-37da-4be5-bafe-197499240d20} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:36:00.672136 [ 5 ] {a5f47f77-37da-4be5-bafe-197499240d20} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:00.672260 [ 5 ] {a5f47f77-37da-4be5-bafe-197499240d20} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2025.09.19 00:36:00.672296 [ 5 ] {a5f47f77-37da-4be5-bafe-197499240d20} TCPHandler: Processed in 0.001223146 sec. 2025.09.19 00:36:00.672405 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:00.672502 [ 5 ] {4295a622-3a5d-4be0-bf69-d29cc54ef013} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:00.672545 [ 5 ] {4295a622-3a5d-4be0-bf69-d29cc54ef013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:00.672967 [ 5 ] {4295a622-3a5d-4be0-bf69-d29cc54ef013} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:00.673001 [ 5 ] {4295a622-3a5d-4be0-bf69-d29cc54ef013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:00.673344 [ 5 ] {4295a622-3a5d-4be0-bf69-d29cc54ef013} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:36:00.673566 [ 5 ] {4295a622-3a5d-4be0-bf69-d29cc54ef013} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:00.673700 [ 5 ] {4295a622-3a5d-4be0-bf69-d29cc54ef013} executeQuery: Read 314 rows, 21.12 KiB in 0.001217 sec., 258011.5036976171 rows/sec., 16.95 MiB/sec. 2025.09.19 00:36:00.673737 [ 5 ] {4295a622-3a5d-4be0-bf69-d29cc54ef013} TCPHandler: Processed in 0.001382428 sec. 2025.09.19 00:36:00.673855 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:00.673978 [ 5 ] {f780d7c0-9061-4694-b7ed-5411ab63aaa1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:36:00.674028 [ 5 ] {f780d7c0-9061-4694-b7ed-5411ab63aaa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:36:00.674405 [ 5 ] {f780d7c0-9061-4694-b7ed-5411ab63aaa1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:00.674441 [ 5 ] {f780d7c0-9061-4694-b7ed-5411ab63aaa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:00.674753 [ 5 ] {f780d7c0-9061-4694-b7ed-5411ab63aaa1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:36:00.674957 [ 5 ] {f780d7c0-9061-4694-b7ed-5411ab63aaa1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:00.675086 [ 5 ] {f780d7c0-9061-4694-b7ed-5411ab63aaa1} executeQuery: Read 1 rows, 69.00 B in 0.001134 sec., 881.8342151675485 rows/sec., 59.42 KiB/sec. 2025.09.19 00:36:00.675122 [ 5 ] {f780d7c0-9061-4694-b7ed-5411ab63aaa1} TCPHandler: Processed in 0.001326348 sec. 2025.09.19 00:36:00.675227 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:00.675320 [ 5 ] {afffc61d-8bc2-4b02-b698-ea56e7dab401} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:00.675361 [ 5 ] {afffc61d-8bc2-4b02-b698-ea56e7dab401} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:00.675686 [ 5 ] {afffc61d-8bc2-4b02-b698-ea56e7dab401} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:00.675721 [ 5 ] {afffc61d-8bc2-4b02-b698-ea56e7dab401} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:00.676027 [ 5 ] {afffc61d-8bc2-4b02-b698-ea56e7dab401} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:36:00.676229 [ 5 ] {afffc61d-8bc2-4b02-b698-ea56e7dab401} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:00.676355 [ 5 ] {afffc61d-8bc2-4b02-b698-ea56e7dab401} executeQuery: Read 104 rows, 6.53 KiB in 0.001053 sec., 98765.43209876544 rows/sec., 6.05 MiB/sec. 2025.09.19 00:36:00.676390 [ 5 ] {afffc61d-8bc2-4b02-b698-ea56e7dab401} TCPHandler: Processed in 0.001210295 sec. 2025.09.19 00:36:04.704990 [ 44 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:36:04.705074 [ 44 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:36:04.824124 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19141 2025.09.19 00:36:04.824640 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:04.824685 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:04.825207 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:36:04.825449 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:04.825597 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19141 2025.09.19 00:36:04.876008 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1158 2025.09.19 00:36:04.878451 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:04.878490 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:04.879675 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:36:04.879946 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:04.880205 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1158 2025.09.19 00:36:05.652966 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:05.653242 [ 5 ] {c12d8cb3-5618-4256-9064-ab4389daec97} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:05.653346 [ 5 ] {c12d8cb3-5618-4256-9064-ab4389daec97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:05.654180 [ 5 ] {c12d8cb3-5618-4256-9064-ab4389daec97} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:05.654222 [ 5 ] {c12d8cb3-5618-4256-9064-ab4389daec97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:05.654635 [ 5 ] {c12d8cb3-5618-4256-9064-ab4389daec97} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:36:05.654865 [ 5 ] {c12d8cb3-5618-4256-9064-ab4389daec97} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:05.655029 [ 5 ] {c12d8cb3-5618-4256-9064-ab4389daec97} executeQuery: Read 140 rows, 12.42 KiB in 0.001861 sec., 75228.37184309511 rows/sec., 6.52 MiB/sec. 2025.09.19 00:36:05.655076 [ 5 ] {c12d8cb3-5618-4256-9064-ab4389daec97} TCPHandler: Processed in 0.00228697 sec. 2025.09.19 00:36:05.655210 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:05.655338 [ 5 ] {3fa3dc37-bfca-4ba2-b24e-6039ffb4d689} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:05.655394 [ 5 ] {3fa3dc37-bfca-4ba2-b24e-6039ffb4d689} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:05.655915 [ 5 ] {3fa3dc37-bfca-4ba2-b24e-6039ffb4d689} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:05.655954 [ 5 ] {3fa3dc37-bfca-4ba2-b24e-6039ffb4d689} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:05.656286 [ 5 ] {3fa3dc37-bfca-4ba2-b24e-6039ffb4d689} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:36:05.656500 [ 5 ] {3fa3dc37-bfca-4ba2-b24e-6039ffb4d689} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:05.656632 [ 5 ] {3fa3dc37-bfca-4ba2-b24e-6039ffb4d689} executeQuery: Read 42 rows, 3.16 KiB in 0.001323 sec., 31746.031746031746 rows/sec., 2.33 MiB/sec. 2025.09.19 00:36:05.656639 [ 40 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.19 00:36:05.656671 [ 5 ] {3fa3dc37-bfca-4ba2-b24e-6039ffb4d689} TCPHandler: Processed in 0.00152515 sec. 2025.09.19 00:36:05.656707 [ 40 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:05.656732 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:05.656808 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:05.656868 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:36:05.656909 [ 5 ] {e1ed028e-5ee2-4e00-9e54-2f2010ca55f2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:05.656960 [ 5 ] {e1ed028e-5ee2-4e00-9e54-2f2010ca55f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:05.657040 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:05.657085 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 265 rows starting from the beginning of the part 2025.09.19 00:36:05.657164 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 42 rows starting from the beginning of the part 2025.09.19 00:36:05.657224 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 205 rows starting from the beginning of the part 2025.09.19 00:36:05.657277 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 44 rows starting from the beginning of the part 2025.09.19 00:36:05.657323 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 205 rows starting from the beginning of the part 2025.09.19 00:36:05.657370 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 42 rows starting from the beginning of the part 2025.09.19 00:36:05.657457 [ 5 ] {e1ed028e-5ee2-4e00-9e54-2f2010ca55f2} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:05.657501 [ 5 ] {e1ed028e-5ee2-4e00-9e54-2f2010ca55f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:05.657854 [ 5 ] {e1ed028e-5ee2-4e00-9e54-2f2010ca55f2} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:36:05.658083 [ 5 ] {e1ed028e-5ee2-4e00-9e54-2f2010ca55f2} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:05.658224 [ 5 ] {e1ed028e-5ee2-4e00-9e54-2f2010ca55f2} executeQuery: Read 106 rows, 8.48 KiB in 0.001334 sec., 79460.26986506747 rows/sec., 6.21 MiB/sec. 2025.09.19 00:36:05.658262 [ 5 ] {e1ed028e-5ee2-4e00-9e54-2f2010ca55f2} TCPHandler: Processed in 0.00150458 sec. 2025.09.19 00:36:05.658371 [ 195 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 803 rows, containing 5 columns (5 merged, 0 gathered) in 0.00156991 sec., 511494.2894815626 rows/sec., 33.66 MiB/sec. 2025.09.19 00:36:05.658392 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:05.658508 [ 5 ] {39de0988-3d30-49f2-8fe3-861b31e7dd01} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:05.658551 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.19 00:36:05.658554 [ 5 ] {39de0988-3d30-49f2-8fe3-861b31e7dd01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:05.658817 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_56_11} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:05.658897 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_56_11} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.19 00:36:05.658975 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:36:05.659023 [ 5 ] {39de0988-3d30-49f2-8fe3-861b31e7dd01} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:05.659066 [ 5 ] {39de0988-3d30-49f2-8fe3-861b31e7dd01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:05.659415 [ 5 ] {39de0988-3d30-49f2-8fe3-861b31e7dd01} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:36:05.659646 [ 5 ] {39de0988-3d30-49f2-8fe3-861b31e7dd01} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:05.659781 [ 5 ] {39de0988-3d30-49f2-8fe3-861b31e7dd01} executeQuery: Read 160 rows, 11.41 KiB in 0.001292 sec., 123839.0092879257 rows/sec., 8.63 MiB/sec. 2025.09.19 00:36:05.659819 [ 5 ] {39de0988-3d30-49f2-8fe3-861b31e7dd01} TCPHandler: Processed in 0.001476549 sec. 2025.09.19 00:36:05.659946 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:05.660045 [ 5 ] {d94a1c08-592d-4a57-a07b-b06ec30ff9aa} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:05.660100 [ 5 ] {d94a1c08-592d-4a57-a07b-b06ec30ff9aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:36:05.660977 [ 5 ] {d94a1c08-592d-4a57-a07b-b06ec30ff9aa} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:05.661013 [ 5 ] {d94a1c08-592d-4a57-a07b-b06ec30ff9aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:05.661602 [ 5 ] {d94a1c08-592d-4a57-a07b-b06ec30ff9aa} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:36:05.661823 [ 5 ] {d94a1c08-592d-4a57-a07b-b06ec30ff9aa} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:05.661956 [ 5 ] {d94a1c08-592d-4a57-a07b-b06ec30ff9aa} executeQuery: Read 42 rows, 77.07 KiB in 0.00193 sec., 21761.65803108808 rows/sec., 39.00 MiB/sec. 2025.09.19 00:36:05.662007 [ 5 ] {d94a1c08-592d-4a57-a07b-b06ec30ff9aa} TCPHandler: Processed in 0.002109347 sec. 2025.09.19 00:36:05.662124 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:05.662217 [ 5 ] {9626c248-7db9-4417-a2d3-c703835ed3b8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:05.662257 [ 5 ] {9626c248-7db9-4417-a2d3-c703835ed3b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:05.662609 [ 5 ] {9626c248-7db9-4417-a2d3-c703835ed3b8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:05.662644 [ 5 ] {9626c248-7db9-4417-a2d3-c703835ed3b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:05.662944 [ 5 ] {9626c248-7db9-4417-a2d3-c703835ed3b8} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:36:05.663155 [ 5 ] {9626c248-7db9-4417-a2d3-c703835ed3b8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:05.663285 [ 5 ] {9626c248-7db9-4417-a2d3-c703835ed3b8} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.09.19 00:36:05.663320 [ 5 ] {9626c248-7db9-4417-a2d3-c703835ed3b8} TCPHandler: Processed in 0.001243556 sec. 2025.09.19 00:36:05.832352 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.09.19 00:36:05.850715 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:05.850771 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:05.857211 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:36:05.857959 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:05.861172 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.09.19 00:36:10.662409 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.662603 [ 5 ] {c02ef600-c4c2-45dd-a89b-8b746a931f01} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:36:10.662667 [ 5 ] {c02ef600-c4c2-45dd-a89b-8b746a931f01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:36:10.663487 [ 5 ] {c02ef600-c4c2-45dd-a89b-8b746a931f01} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:10.663534 [ 5 ] {c02ef600-c4c2-45dd-a89b-8b746a931f01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:10.663985 [ 5 ] {c02ef600-c4c2-45dd-a89b-8b746a931f01} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:36:10.664217 [ 5 ] {c02ef600-c4c2-45dd-a89b-8b746a931f01} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:10.664372 [ 5 ] {c02ef600-c4c2-45dd-a89b-8b746a931f01} executeQuery: Read 410 rows, 26.63 KiB in 0.001817 sec., 225646.6703357182 rows/sec., 14.31 MiB/sec. 2025.09.19 00:36:10.664416 [ 5 ] {c02ef600-c4c2-45dd-a89b-8b746a931f01} TCPHandler: Processed in 0.002132748 sec. 2025.09.19 00:36:10.664581 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.664711 [ 5 ] {0acee0ac-831e-4555-a9de-075911b38664} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:10.664772 [ 5 ] {0acee0ac-831e-4555-a9de-075911b38664} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:10.665831 [ 5 ] {0acee0ac-831e-4555-a9de-075911b38664} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:10.665869 [ 5 ] {0acee0ac-831e-4555-a9de-075911b38664} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:10.666291 [ 5 ] {0acee0ac-831e-4555-a9de-075911b38664} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:36:10.666512 [ 5 ] {0acee0ac-831e-4555-a9de-075911b38664} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:10.666646 [ 5 ] {0acee0ac-831e-4555-a9de-075911b38664} executeQuery: Read 1112 rows, 89.80 KiB in 0.001955 sec., 568797.9539641943 rows/sec., 44.86 MiB/sec. 2025.09.19 00:36:10.666684 [ 5 ] {0acee0ac-831e-4555-a9de-075911b38664} TCPHandler: Processed in 0.002186728 sec. 2025.09.19 00:36:10.666809 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.666905 [ 5 ] {5fa39e83-1702-4b80-a6fe-737e1bf2775f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:10.666946 [ 5 ] {5fa39e83-1702-4b80-a6fe-737e1bf2775f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:10.667476 [ 5 ] {5fa39e83-1702-4b80-a6fe-737e1bf2775f} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:10.667512 [ 5 ] {5fa39e83-1702-4b80-a6fe-737e1bf2775f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:10.667840 [ 5 ] {5fa39e83-1702-4b80-a6fe-737e1bf2775f} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:36:10.668059 [ 5 ] {5fa39e83-1702-4b80-a6fe-737e1bf2775f} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:10.668189 [ 5 ] {5fa39e83-1702-4b80-a6fe-737e1bf2775f} executeQuery: Read 205 rows, 12.32 KiB in 0.001304 sec., 157208.5889570552 rows/sec., 9.22 MiB/sec. 2025.09.19 00:36:10.668225 [ 5 ] {5fa39e83-1702-4b80-a6fe-737e1bf2775f} TCPHandler: Processed in 0.001466709 sec. 2025.09.19 00:36:10.668341 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.668437 [ 5 ] {57329605-4c99-4da1-8d7a-01b975b9399d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:36:10.668479 [ 5 ] {57329605-4c99-4da1-8d7a-01b975b9399d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:36:10.668992 [ 5 ] {57329605-4c99-4da1-8d7a-01b975b9399d} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:10.669028 [ 5 ] {57329605-4c99-4da1-8d7a-01b975b9399d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:10.669347 [ 5 ] {57329605-4c99-4da1-8d7a-01b975b9399d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:36:10.669570 [ 5 ] {57329605-4c99-4da1-8d7a-01b975b9399d} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:10.669712 [ 5 ] {57329605-4c99-4da1-8d7a-01b975b9399d} executeQuery: Read 212 rows, 14.00 KiB in 0.001293 sec., 163959.7834493426 rows/sec., 10.57 MiB/sec. 2025.09.19 00:36:10.669750 [ 5 ] {57329605-4c99-4da1-8d7a-01b975b9399d} TCPHandler: Processed in 0.001459029 sec. 2025.09.19 00:36:10.669866 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.669959 [ 5 ] {99b5e9b2-b5ba-43c3-a277-1804799f2986} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:36:10.670000 [ 5 ] {99b5e9b2-b5ba-43c3-a277-1804799f2986} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:36:10.670513 [ 5 ] {99b5e9b2-b5ba-43c3-a277-1804799f2986} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:10.670547 [ 5 ] {99b5e9b2-b5ba-43c3-a277-1804799f2986} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:10.670891 [ 5 ] {99b5e9b2-b5ba-43c3-a277-1804799f2986} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:36:10.671117 [ 5 ] {99b5e9b2-b5ba-43c3-a277-1804799f2986} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:10.671248 [ 5 ] {99b5e9b2-b5ba-43c3-a277-1804799f2986} executeQuery: Read 211 rows, 12.27 KiB in 0.001308 sec., 161314.98470948014 rows/sec., 9.16 MiB/sec. 2025.09.19 00:36:10.671288 [ 5 ] {99b5e9b2-b5ba-43c3-a277-1804799f2986} TCPHandler: Processed in 0.001471439 sec. 2025.09.19 00:36:10.671397 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.671490 [ 5 ] {de6a6fc8-efdd-485e-8f0e-8f3405b899b7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:10.671531 [ 5 ] {de6a6fc8-efdd-485e-8f0e-8f3405b899b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:10.672326 [ 5 ] {de6a6fc8-efdd-485e-8f0e-8f3405b899b7} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:10.672362 [ 5 ] {de6a6fc8-efdd-485e-8f0e-8f3405b899b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:10.672709 [ 5 ] {de6a6fc8-efdd-485e-8f0e-8f3405b899b7} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:36:10.672932 [ 5 ] {de6a6fc8-efdd-485e-8f0e-8f3405b899b7} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:10.673064 [ 5 ] {de6a6fc8-efdd-485e-8f0e-8f3405b899b7} executeQuery: Read 679 rows, 48.47 KiB in 0.001592 sec., 426507.53768844216 rows/sec., 29.73 MiB/sec. 2025.09.19 00:36:10.673101 [ 5 ] {de6a6fc8-efdd-485e-8f0e-8f3405b899b7} TCPHandler: Processed in 0.001753403 sec. 2025.09.19 00:36:10.673217 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.673312 [ 5 ] {435005c3-17ec-45c9-8b07-fd59d74feeb9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:36:10.673354 [ 5 ] {435005c3-17ec-45c9-8b07-fd59d74feeb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:36:10.673707 [ 5 ] {435005c3-17ec-45c9-8b07-fd59d74feeb9} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:10.673741 [ 5 ] {435005c3-17ec-45c9-8b07-fd59d74feeb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:10.674047 [ 5 ] {435005c3-17ec-45c9-8b07-fd59d74feeb9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:36:10.674264 [ 5 ] {435005c3-17ec-45c9-8b07-fd59d74feeb9} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:10.674393 [ 5 ] {435005c3-17ec-45c9-8b07-fd59d74feeb9} executeQuery: Read 6 rows, 321.00 B in 0.0011 sec., 5454.545454545454 rows/sec., 284.98 KiB/sec. 2025.09.19 00:36:10.674429 [ 5 ] {435005c3-17ec-45c9-8b07-fd59d74feeb9} TCPHandler: Processed in 0.001260907 sec. 2025.09.19 00:36:10.674542 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.674636 [ 5 ] {80e00388-8990-414a-b8e8-62727f7d68f9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:10.674677 [ 5 ] {80e00388-8990-414a-b8e8-62727f7d68f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:10.675149 [ 5 ] {80e00388-8990-414a-b8e8-62727f7d68f9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:10.675184 [ 5 ] {80e00388-8990-414a-b8e8-62727f7d68f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:10.675548 [ 5 ] {80e00388-8990-414a-b8e8-62727f7d68f9} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:36:10.675793 [ 5 ] {80e00388-8990-414a-b8e8-62727f7d68f9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:10.675927 [ 5 ] {80e00388-8990-414a-b8e8-62727f7d68f9} executeQuery: Read 314 rows, 21.12 KiB in 0.00131 sec., 239694.65648854963 rows/sec., 15.75 MiB/sec. 2025.09.19 00:36:10.675963 [ 5 ] {80e00388-8990-414a-b8e8-62727f7d68f9} TCPHandler: Processed in 0.001470349 sec. 2025.09.19 00:36:10.676076 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.676170 [ 5 ] {c12766df-34a9-4dd5-9a80-9f4dd9c733e2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:36:10.676211 [ 5 ] {c12766df-34a9-4dd5-9a80-9f4dd9c733e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:36:10.676543 [ 5 ] {c12766df-34a9-4dd5-9a80-9f4dd9c733e2} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:10.676577 [ 5 ] {c12766df-34a9-4dd5-9a80-9f4dd9c733e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:10.676880 [ 5 ] {c12766df-34a9-4dd5-9a80-9f4dd9c733e2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:36:10.677101 [ 5 ] {c12766df-34a9-4dd5-9a80-9f4dd9c733e2} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:10.677208 [ 29 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2025.09.19 00:36:10.677235 [ 5 ] {c12766df-34a9-4dd5-9a80-9f4dd9c733e2} executeQuery: Read 1 rows, 69.00 B in 0.001082 sec., 924.2144177449168 rows/sec., 62.28 KiB/sec. 2025.09.19 00:36:10.677246 [ 29 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:10.677273 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:10.677282 [ 5 ] {c12766df-34a9-4dd5-9a80-9f4dd9c733e2} TCPHandler: Processed in 0.001255327 sec. 2025.09.19 00:36:10.677417 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2025.09.19 00:36:10.677424 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.677580 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:10.677588 [ 5 ] {4432a3bc-628b-4b0a-8791-b7b72c237034} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:10.677629 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part 2025.09.19 00:36:10.677647 [ 5 ] {4432a3bc-628b-4b0a-8791-b7b72c237034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:10.677704 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2025.09.19 00:36:10.677757 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2025.09.19 00:36:10.677802 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2025.09.19 00:36:10.677844 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part 2025.09.19 00:36:10.677885 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2025.09.19 00:36:10.678055 [ 5 ] {4432a3bc-628b-4b0a-8791-b7b72c237034} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:10.678101 [ 5 ] {4432a3bc-628b-4b0a-8791-b7b72c237034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:10.678488 [ 5 ] {4432a3bc-628b-4b0a-8791-b7b72c237034} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:36:10.678732 [ 5 ] {4432a3bc-628b-4b0a-8791-b7b72c237034} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:10.678745 [ 190 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001387648 sec., 21619.315561295083 rows/sec., 1.42 MiB/sec. 2025.09.19 00:36:10.678885 [ 5 ] {4432a3bc-628b-4b0a-8791-b7b72c237034} executeQuery: Read 104 rows, 6.53 KiB in 0.001317 sec., 78967.35003796506 rows/sec., 4.84 MiB/sec. 2025.09.19 00:36:10.678930 [ 5 ] {4432a3bc-628b-4b0a-8791-b7b72c237034} TCPHandler: Processed in 0.00155882 sec. 2025.09.19 00:36:10.678956 [ 186 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2025.09.19 00:36:10.679285 [ 186 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:10.679370 [ 186 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_30_6} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2025.09.19 00:36:10.679488 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.09.19 00:36:10.740012 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53485 2025.09.19 00:36:10.740139 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.740174 [ 286 ] {} TCP-Session: 564a32b5-4e25-43ed-b135-6cf4bd470125 Authenticating user 'default' from [fd00:1122:3344:101::e]:53485 2025.09.19 00:36:10.740203 [ 286 ] {} TCP-Session: 564a32b5-4e25-43ed-b135-6cf4bd470125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.740222 [ 286 ] {} TCP-Session: 564a32b5-4e25-43ed-b135-6cf4bd470125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.740445 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65504 2025.09.19 00:36:10.740457 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64406 2025.09.19 00:36:10.740485 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41062 2025.09.19 00:36:10.740521 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37455 2025.09.19 00:36:10.740515 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44405 2025.09.19 00:36:10.740595 [ 286 ] {} TCP-Session: 564a32b5-4e25-43ed-b135-6cf4bd470125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.740597 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.740629 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.740662 [ 288 ] {} TCP-Session: 9eed5c71-ace7-453f-9f0b-863352720fe1 Authenticating user 'default' from [fd00:1122:3344:101::e]:64406 2025.09.19 00:36:10.740597 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.740690 [ 355 ] {} TCP-Session: a6d7f04a-91e0-441e-920c-47b2f02a5834 Authenticating user 'default' from [fd00:1122:3344:101::e]:37455 2025.09.19 00:36:10.740692 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.740719 [ 355 ] {} TCP-Session: a6d7f04a-91e0-441e-920c-47b2f02a5834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.740710 [ 351 ] {} TCP-Session: 1cc54c71-901a-4a5e-8931-60ccb57968c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:41062 2025.09.19 00:36:10.740743 [ 354 ] {} TCP-Session: 333f2b2e-0912-4d09-bc86-953711e0ecea Authenticating user 'default' from [fd00:1122:3344:101::e]:44405 2025.09.19 00:36:10.740770 [ 351 ] {} TCP-Session: 1cc54c71-901a-4a5e-8931-60ccb57968c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.740746 [ 355 ] {} TCP-Session: a6d7f04a-91e0-441e-920c-47b2f02a5834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.740793 [ 354 ] {} TCP-Session: 333f2b2e-0912-4d09-bc86-953711e0ecea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.740808 [ 286 ] {faaf6e13-13ca-420c-8a21-30849c1e4df5} executeQuery: (from [fd00:1122:3344:101::e]:53485) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:36:10.740827 [ 354 ] {} TCP-Session: 333f2b2e-0912-4d09-bc86-953711e0ecea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.740796 [ 351 ] {} TCP-Session: 1cc54c71-901a-4a5e-8931-60ccb57968c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.740564 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.740502 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45889 2025.09.19 00:36:10.740492 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37639 2025.09.19 00:36:10.740938 [ 287 ] {} TCP-Session: fd250afe-8a0f-4262-a707-c2bd324499ea Authenticating user 'default' from [fd00:1122:3344:101::e]:65504 2025.09.19 00:36:10.740476 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57297 2025.09.19 00:36:10.740981 [ 287 ] {} TCP-Session: fd250afe-8a0f-4262-a707-c2bd324499ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.741012 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.741015 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.741025 [ 287 ] {} TCP-Session: fd250afe-8a0f-4262-a707-c2bd324499ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.741044 [ 353 ] {} TCP-Session: 5f75ca5f-88cb-477e-b4d2-143b574feede Authenticating user 'default' from [fd00:1122:3344:101::e]:45889 2025.09.19 00:36:10.741052 [ 352 ] {} TCP-Session: 36fb41e6-4b2a-4cb3-958b-6b9398c4d6ca Authenticating user 'default' from [fd00:1122:3344:101::e]:37639 2025.09.19 00:36:10.741068 [ 353 ] {} TCP-Session: 5f75ca5f-88cb-477e-b4d2-143b574feede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.741078 [ 352 ] {} TCP-Session: 36fb41e6-4b2a-4cb3-958b-6b9398c4d6ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.741084 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.741094 [ 352 ] {} TCP-Session: 36fb41e6-4b2a-4cb3-958b-6b9398c4d6ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.741088 [ 353 ] {} TCP-Session: 5f75ca5f-88cb-477e-b4d2-143b574feede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.741125 [ 289 ] {} TCP-Session: a5dc8e3a-0c1d-40fb-b62c-bc345134a6f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:57297 2025.09.19 00:36:10.741174 [ 289 ] {} TCP-Session: a5dc8e3a-0c1d-40fb-b62c-bc345134a6f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.741192 [ 289 ] {} TCP-Session: a5dc8e3a-0c1d-40fb-b62c-bc345134a6f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.741192 [ 286 ] {faaf6e13-13ca-420c-8a21-30849c1e4df5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:36:10.741271 [ 286 ] {faaf6e13-13ca-420c-8a21-30849c1e4df5} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:36:10.741631 [ 286 ] {faaf6e13-13ca-420c-8a21-30849c1e4df5} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:36:10.740698 [ 288 ] {} TCP-Session: 9eed5c71-ace7-453f-9f0b-863352720fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.742268 [ 288 ] {} TCP-Session: 9eed5c71-ace7-453f-9f0b-863352720fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.742844 [ 347 ] {faaf6e13-13ca-420c-8a21-30849c1e4df5} AggregatingTransform: Aggregating 2025.09.19 00:36:10.742897 [ 347 ] {faaf6e13-13ca-420c-8a21-30849c1e4df5} Aggregator: Aggregation method: without_key 2025.09.19 00:36:10.742934 [ 347 ] {faaf6e13-13ca-420c-8a21-30849c1e4df5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001176736 sec. (849.808 rows/sec., 33.20 KiB/sec.) 2025.09.19 00:36:10.742955 [ 347 ] {faaf6e13-13ca-420c-8a21-30849c1e4df5} Aggregator: Merging aggregated data 2025.09.19 00:36:10.744460 [ 286 ] {faaf6e13-13ca-420c-8a21-30849c1e4df5} executeQuery: Read 1 rows, 40.00 B in 0.003725 sec., 268.4563758389262 rows/sec., 10.49 KiB/sec. 2025.09.19 00:36:10.744593 [ 286 ] {faaf6e13-13ca-420c-8a21-30849c1e4df5} TCPHandler: Processed in 0.004166814 sec. 2025.09.19 00:36:10.744717 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.744752 [ 286 ] {} TCP-Session: 564a32b5-4e25-43ed-b135-6cf4bd470125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.744756 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.744788 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.744809 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.744830 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.744851 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.744876 [ 352 ] {} TCP-Session: 36fb41e6-4b2a-4cb3-958b-6b9398c4d6ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.744904 [ 355 ] {} TCP-Session: a6d7f04a-91e0-441e-920c-47b2f02a5834 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.744899 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.744931 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.744968 [ 351 ] {} TCP-Session: 1cc54c71-901a-4a5e-8931-60ccb57968c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.744920 [ 353 ] {} TCP-Session: 5f75ca5f-88cb-477e-b4d2-143b574feede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.744995 [ 354 ] {} TCP-Session: 333f2b2e-0912-4d09-bc86-953711e0ecea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.744879 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.744825 [ 289 ] {} TCP-Session: a5dc8e3a-0c1d-40fb-b62c-bc345134a6f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.745085 [ 287 ] {} TCP-Session: fd250afe-8a0f-4262-a707-c2bd324499ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.744853 [ 288 ] {} TCP-Session: 9eed5c71-ace7-453f-9f0b-863352720fe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.772906 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39143 2025.09.19 00:36:10.772996 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.773023 [ 286 ] {} TCP-Session: 7ffdfdd4-be79-45c2-b563-6bdedb8cace2 Authenticating user 'default' from [fd00:1122:3344:101::e]:39143 2025.09.19 00:36:10.773044 [ 286 ] {} TCP-Session: 7ffdfdd4-be79-45c2-b563-6bdedb8cace2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.773057 [ 286 ] {} TCP-Session: 7ffdfdd4-be79-45c2-b563-6bdedb8cace2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.773394 [ 286 ] {} TCP-Session: 7ffdfdd4-be79-45c2-b563-6bdedb8cace2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.773598 [ 286 ] {f81f3c76-07ab-41a3-ab43-23f9b2e438db} executeQuery: (from [fd00:1122:3344:101::e]:39143) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:36:10.773621 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43638 2025.09.19 00:36:10.773637 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47726 2025.09.19 00:36:10.773666 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60006 2025.09.19 00:36:10.773687 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42292 2025.09.19 00:36:10.773714 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.773734 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.773752 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.773757 [ 287 ] {} TCP-Session: 79cc92f9-9aa8-44ff-9c63-d9da5f2ed884 Authenticating user 'default' from [fd00:1122:3344:101::e]:43638 2025.09.19 00:36:10.773772 [ 288 ] {} TCP-Session: 76bc0431-a958-473f-b186-0427e1fb2366 Authenticating user 'default' from [fd00:1122:3344:101::e]:47726 2025.09.19 00:36:10.773783 [ 351 ] {} TCP-Session: d77e3771-afe5-4cdc-a80f-6c24294ab391 Authenticating user 'default' from [fd00:1122:3344:101::e]:60006 2025.09.19 00:36:10.773790 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.773819 [ 351 ] {} TCP-Session: d77e3771-afe5-4cdc-a80f-6c24294ab391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.773811 [ 288 ] {} TCP-Session: 76bc0431-a958-473f-b186-0427e1fb2366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.773844 [ 353 ] {} TCP-Session: 64ca4479-aafb-4659-b866-92b72304069e Authenticating user 'default' from [fd00:1122:3344:101::e]:42292 2025.09.19 00:36:10.773859 [ 288 ] {} TCP-Session: 76bc0431-a958-473f-b186-0427e1fb2366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.773882 [ 353 ] {} TCP-Session: 64ca4479-aafb-4659-b866-92b72304069e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.773797 [ 287 ] {} TCP-Session: 79cc92f9-9aa8-44ff-9c63-d9da5f2ed884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.773916 [ 353 ] {} TCP-Session: 64ca4479-aafb-4659-b866-92b72304069e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.773915 [ 286 ] {f81f3c76-07ab-41a3-ab43-23f9b2e438db} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:36:10.773928 [ 287 ] {} TCP-Session: 79cc92f9-9aa8-44ff-9c63-d9da5f2ed884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.773705 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60579 2025.09.19 00:36:10.773699 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36169 2025.09.19 00:36:10.774011 [ 286 ] {f81f3c76-07ab-41a3-ab43-23f9b2e438db} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:36:10.773675 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56038 2025.09.19 00:36:10.774058 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.774082 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.774108 [ 355 ] {} TCP-Session: 5cb85cd7-9105-4066-8cbe-6540d6b54f9b Authenticating user 'default' from [fd00:1122:3344:101::e]:60579 2025.09.19 00:36:10.774126 [ 354 ] {} TCP-Session: 0ea9c666-256f-42bf-ab4f-f69b61d39fac Authenticating user 'default' from [fd00:1122:3344:101::e]:36169 2025.09.19 00:36:10.774126 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.774142 [ 355 ] {} TCP-Session: 5cb85cd7-9105-4066-8cbe-6540d6b54f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.774156 [ 354 ] {} TCP-Session: 0ea9c666-256f-42bf-ab4f-f69b61d39fac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.774181 [ 355 ] {} TCP-Session: 5cb85cd7-9105-4066-8cbe-6540d6b54f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.774194 [ 354 ] {} TCP-Session: 0ea9c666-256f-42bf-ab4f-f69b61d39fac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.774173 [ 352 ] {} TCP-Session: aa13c6a7-eb4d-4136-8d72-c1cb166704b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:56038 2025.09.19 00:36:10.773655 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40741 2025.09.19 00:36:10.774251 [ 352 ] {} TCP-Session: aa13c6a7-eb4d-4136-8d72-c1cb166704b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.773852 [ 351 ] {} TCP-Session: d77e3771-afe5-4cdc-a80f-6c24294ab391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.774293 [ 352 ] {} TCP-Session: aa13c6a7-eb4d-4136-8d72-c1cb166704b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.774310 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.774346 [ 289 ] {} TCP-Session: dbb840a2-4a09-4eb0-9980-cdd6abe761c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:40741 2025.09.19 00:36:10.774363 [ 289 ] {} TCP-Session: dbb840a2-4a09-4eb0-9980-cdd6abe761c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.774375 [ 289 ] {} TCP-Session: dbb840a2-4a09-4eb0-9980-cdd6abe761c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.774399 [ 286 ] {f81f3c76-07ab-41a3-ab43-23f9b2e438db} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:36:10.775507 [ 298 ] {f81f3c76-07ab-41a3-ab43-23f9b2e438db} AggregatingTransform: Aggregating 2025.09.19 00:36:10.775556 [ 298 ] {f81f3c76-07ab-41a3-ab43-23f9b2e438db} Aggregator: Aggregation method: without_key 2025.09.19 00:36:10.775593 [ 298 ] {f81f3c76-07ab-41a3-ab43-23f9b2e438db} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001063394 sec. (940.385 rows/sec., 36.73 KiB/sec.) 2025.09.19 00:36:10.775611 [ 298 ] {f81f3c76-07ab-41a3-ab43-23f9b2e438db} Aggregator: Merging aggregated data 2025.09.19 00:36:10.777035 [ 286 ] {f81f3c76-07ab-41a3-ab43-23f9b2e438db} executeQuery: Read 1 rows, 40.00 B in 0.003509 sec., 284.9814762040467 rows/sec., 11.13 KiB/sec. 2025.09.19 00:36:10.777222 [ 286 ] {f81f3c76-07ab-41a3-ab43-23f9b2e438db} TCPHandler: Processed in 0.003975912 sec. 2025.09.19 00:36:10.777347 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.777378 [ 286 ] {} TCP-Session: 7ffdfdd4-be79-45c2-b563-6bdedb8cace2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.777387 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.777425 [ 287 ] {} TCP-Session: 79cc92f9-9aa8-44ff-9c63-d9da5f2ed884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.777437 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.777447 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.777469 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.777476 [ 288 ] {} TCP-Session: 76bc0431-a958-473f-b186-0427e1fb2366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.777491 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.777511 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.777530 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.777542 [ 355 ] {} TCP-Session: 5cb85cd7-9105-4066-8cbe-6540d6b54f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.777559 [ 353 ] {} TCP-Session: 64ca4479-aafb-4659-b866-92b72304069e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.777576 [ 352 ] {} TCP-Session: aa13c6a7-eb4d-4136-8d72-c1cb166704b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.777546 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.777518 [ 351 ] {} TCP-Session: d77e3771-afe5-4cdc-a80f-6c24294ab391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.777647 [ 354 ] {} TCP-Session: 0ea9c666-256f-42bf-ab4f-f69b61d39fac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.777495 [ 289 ] {} TCP-Session: dbb840a2-4a09-4eb0-9980-cdd6abe761c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.841088 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51643 2025.09.19 00:36:10.841203 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.841232 [ 287 ] {} TCP-Session: 21f810f3-c811-43c7-a2e1-553dbf635416 Authenticating user 'default' from [fd00:1122:3344:101::e]:51643 2025.09.19 00:36:10.841263 [ 287 ] {} TCP-Session: 21f810f3-c811-43c7-a2e1-553dbf635416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.841283 [ 287 ] {} TCP-Session: 21f810f3-c811-43c7-a2e1-553dbf635416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.841544 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50590 2025.09.19 00:36:10.841566 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50371 2025.09.19 00:36:10.841589 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35441 2025.09.19 00:36:10.841602 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33863 2025.09.19 00:36:10.841632 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42405 2025.09.19 00:36:10.841649 [ 287 ] {} TCP-Session: 21f810f3-c811-43c7-a2e1-553dbf635416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:10.841691 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.841693 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.841718 [ 353 ] {} TCP-Session: 2f37eb60-31ff-4cb5-bb08-5c772e172e02 Authenticating user 'default' from [fd00:1122:3344:101::e]:33863 2025.09.19 00:36:10.841662 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.841740 [ 352 ] {} TCP-Session: d8043e59-8139-4b81-92b3-63802f160508 Authenticating user 'default' from [fd00:1122:3344:101::e]:35441 2025.09.19 00:36:10.841742 [ 353 ] {} TCP-Session: 2f37eb60-31ff-4cb5-bb08-5c772e172e02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.841764 [ 289 ] {} TCP-Session: 3cc0e203-9b89-4f77-b5c6-e5f626e420c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:50371 2025.09.19 00:36:10.841775 [ 352 ] {} TCP-Session: d8043e59-8139-4b81-92b3-63802f160508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.841805 [ 353 ] {} TCP-Session: 2f37eb60-31ff-4cb5-bb08-5c772e172e02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.841816 [ 289 ] {} TCP-Session: 3cc0e203-9b89-4f77-b5c6-e5f626e420c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.841821 [ 352 ] {} TCP-Session: d8043e59-8139-4b81-92b3-63802f160508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.841844 [ 289 ] {} TCP-Session: 3cc0e203-9b89-4f77-b5c6-e5f626e420c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.841861 [ 287 ] {6b2501f0-a98d-42c4-b458-2df0025b1f4f} executeQuery: (from [fd00:1122:3344:101::e]:51643) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:36:10.841611 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56955 2025.09.19 00:36:10.841574 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51525 2025.09.19 00:36:10.841745 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.841968 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.841641 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.842008 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.842006 [ 354 ] {} TCP-Session: 0ce74003-02d7-4de0-bd2d-1f84574b27e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56955 2025.09.19 00:36:10.842029 [ 288 ] {} TCP-Session: e9e622dc-ecc3-409b-94e2-a31ae95fcfd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:50590 2025.09.19 00:36:10.842036 [ 351 ] {} TCP-Session: fd9a4839-51e1-4ce6-88f7-8aa884b13aa2 Authenticating user 'default' from [fd00:1122:3344:101::e]:51525 2025.09.19 00:36:10.842049 [ 354 ] {} TCP-Session: 0ce74003-02d7-4de0-bd2d-1f84574b27e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.842068 [ 351 ] {} TCP-Session: fd9a4839-51e1-4ce6-88f7-8aa884b13aa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.842086 [ 354 ] {} TCP-Session: 0ce74003-02d7-4de0-bd2d-1f84574b27e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.842098 [ 351 ] {} TCP-Session: fd9a4839-51e1-4ce6-88f7-8aa884b13aa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.841998 [ 355 ] {} TCP-Session: c976f735-f179-4420-bf68-8981bb2ce35a Authenticating user 'default' from [fd00:1122:3344:101::e]:42405 2025.09.19 00:36:10.842064 [ 288 ] {} TCP-Session: e9e622dc-ecc3-409b-94e2-a31ae95fcfd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.842158 [ 355 ] {} TCP-Session: c976f735-f179-4420-bf68-8981bb2ce35a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.842176 [ 288 ] {} TCP-Session: e9e622dc-ecc3-409b-94e2-a31ae95fcfd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.842189 [ 355 ] {} TCP-Session: c976f735-f179-4420-bf68-8981bb2ce35a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.842197 [ 287 ] {6b2501f0-a98d-42c4-b458-2df0025b1f4f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:36:10.841632 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46746 2025.09.19 00:36:10.842276 [ 287 ] {6b2501f0-a98d-42c4-b458-2df0025b1f4f} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:36:10.842326 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:36:10.842365 [ 286 ] {} TCP-Session: 34a701a9-8117-4fc2-9dfe-aa84f39d388a Authenticating user 'default' from [fd00:1122:3344:101::e]:46746 2025.09.19 00:36:10.842390 [ 286 ] {} TCP-Session: 34a701a9-8117-4fc2-9dfe-aa84f39d388a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.842410 [ 286 ] {} TCP-Session: 34a701a9-8117-4fc2-9dfe-aa84f39d388a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.842606 [ 287 ] {6b2501f0-a98d-42c4-b458-2df0025b1f4f} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:36:10.843638 [ 350 ] {6b2501f0-a98d-42c4-b458-2df0025b1f4f} AggregatingTransform: Aggregating 2025.09.19 00:36:10.843691 [ 350 ] {6b2501f0-a98d-42c4-b458-2df0025b1f4f} Aggregator: Aggregation method: without_key 2025.09.19 00:36:10.843732 [ 350 ] {6b2501f0-a98d-42c4-b458-2df0025b1f4f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001018724 sec. (981.620 rows/sec., 38.34 KiB/sec.) 2025.09.19 00:36:10.843751 [ 350 ] {6b2501f0-a98d-42c4-b458-2df0025b1f4f} Aggregator: Merging aggregated data 2025.09.19 00:36:10.845113 [ 287 ] {6b2501f0-a98d-42c4-b458-2df0025b1f4f} executeQuery: Read 1 rows, 40.00 B in 0.003313 sec., 301.84123151222457 rows/sec., 11.79 KiB/sec. 2025.09.19 00:36:10.845255 [ 287 ] {6b2501f0-a98d-42c4-b458-2df0025b1f4f} TCPHandler: Processed in 0.003760379 sec. 2025.09.19 00:36:10.845376 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.845404 [ 287 ] {} TCP-Session: 21f810f3-c811-43c7-a2e1-553dbf635416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.845410 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.845430 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.845447 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.845459 [ 286 ] {} TCP-Session: 34a701a9-8117-4fc2-9dfe-aa84f39d388a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.845485 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.845506 [ 354 ] {} TCP-Session: 0ce74003-02d7-4de0-bd2d-1f84574b27e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.845499 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.845531 [ 289 ] {} TCP-Session: 3cc0e203-9b89-4f77-b5c6-e5f626e420c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.845543 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.845565 [ 353 ] {} TCP-Session: 2f37eb60-31ff-4cb5-bb08-5c772e172e02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.845592 [ 355 ] {} TCP-Session: c976f735-f179-4420-bf68-8981bb2ce35a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.845522 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.845491 [ 352 ] {} TCP-Session: d8043e59-8139-4b81-92b3-63802f160508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.845664 [ 351 ] {} TCP-Session: fd9a4839-51e1-4ce6-88f7-8aa884b13aa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:10.845466 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:36:10.845721 [ 288 ] {} TCP-Session: e9e622dc-ecc3-409b-94e2-a31ae95fcfd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:36:11.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 301.09 MiB, peak 309.19 MiB, free memory in arenas 0.00 B, will set to 299.80 MiB (RSS), difference: -1.29 MiB 2025.09.19 00:36:12.325712 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19653 2025.09.19 00:36:12.326265 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:12.326318 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:12.326861 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:36:12.327137 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:12.327293 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19653 2025.09.19 00:36:12.327309 [ 33 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.19 00:36:12.327385 [ 33 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:12.327410 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:12.327550 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:12.327712 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:12.327754 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17221 rows starting from the beginning of the part 2025.09.19 00:36:12.327820 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:12.327865 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:12.327912 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:12.327954 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:12.327995 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:12.330464 [ 186 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19653 rows, containing 4 columns (4 merged, 0 gathered) in 0.002983169 sec., 6587960.65526291 rows/sec., 94.24 MiB/sec. 2025.09.19 00:36:12.330711 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.19 00:36:12.330988 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_41_8} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:12.331062 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_41_8} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.19 00:36:12.331161 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.64 MiB. 2025.09.19 00:36:13.361277 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.09.19 00:36:13.388033 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:13.388120 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:13.397648 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:36:13.398903 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:13.399357 [ 34 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.19 00:36:13.399451 [ 34 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:13.399481 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.09.19 00:36:13.399657 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:13.404180 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.09.19 00:36:13.404637 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:13.406957 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 271 rows starting from the beginning of the part 2025.09.19 00:36:13.413685 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2025.09.19 00:36:13.418428 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:13.422996 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:13.427614 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:13.431580 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:13.488753 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.089178236 sec., 3464.9709823818453 rows/sec., 17.92 MiB/sec. 2025.09.19 00:36:13.491736 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.19 00:36:13.493880 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_41_8} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:13.494000 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_41_8} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.19 00:36:13.496780 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.09.19 00:36:14.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 301.33 MiB, peak 314.75 MiB, free memory in arenas 0.00 B, will set to 304.48 MiB (RSS), difference: 3.15 MiB 2025.09.19 00:36:14.880444 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1196 2025.09.19 00:36:14.882928 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:14.883012 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:14.884237 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:36:14.884511 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:14.884903 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1196 2025.09.19 00:36:15.652185 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:15.652376 [ 5 ] {688dc266-3605-415a-a306-dde2b4729471} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:15.652447 [ 5 ] {688dc266-3605-415a-a306-dde2b4729471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:15.653190 [ 5 ] {688dc266-3605-415a-a306-dde2b4729471} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:15.653237 [ 5 ] {688dc266-3605-415a-a306-dde2b4729471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:15.653646 [ 5 ] {688dc266-3605-415a-a306-dde2b4729471} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:36:15.653866 [ 5 ] {688dc266-3605-415a-a306-dde2b4729471} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:15.654022 [ 5 ] {688dc266-3605-415a-a306-dde2b4729471} executeQuery: Read 140 rows, 12.42 KiB in 0.001698 sec., 82449.94110718492 rows/sec., 7.14 MiB/sec. 2025.09.19 00:36:15.654064 [ 5 ] {688dc266-3605-415a-a306-dde2b4729471} TCPHandler: Processed in 0.002010546 sec. 2025.09.19 00:36:15.654199 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:15.654320 [ 5 ] {86307f96-3b76-4bca-8a09-0375d8ba5589} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:15.654370 [ 5 ] {86307f96-3b76-4bca-8a09-0375d8ba5589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:15.654854 [ 5 ] {86307f96-3b76-4bca-8a09-0375d8ba5589} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:15.654891 [ 5 ] {86307f96-3b76-4bca-8a09-0375d8ba5589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:15.655206 [ 5 ] {86307f96-3b76-4bca-8a09-0375d8ba5589} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:36:15.655424 [ 5 ] {86307f96-3b76-4bca-8a09-0375d8ba5589} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:15.655562 [ 5 ] {86307f96-3b76-4bca-8a09-0375d8ba5589} executeQuery: Read 42 rows, 3.16 KiB in 0.001267 sec., 33149.17127071824 rows/sec., 2.43 MiB/sec. 2025.09.19 00:36:15.655601 [ 5 ] {86307f96-3b76-4bca-8a09-0375d8ba5589} TCPHandler: Processed in 0.00146467 sec. 2025.09.19 00:36:15.655712 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:15.655804 [ 5 ] {e5eb18dc-5e9d-4f2f-9f37-340964c92e1c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:15.655843 [ 5 ] {e5eb18dc-5e9d-4f2f-9f37-340964c92e1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:15.656272 [ 5 ] {e5eb18dc-5e9d-4f2f-9f37-340964c92e1c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:15.656307 [ 5 ] {e5eb18dc-5e9d-4f2f-9f37-340964c92e1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:15.656614 [ 5 ] {e5eb18dc-5e9d-4f2f-9f37-340964c92e1c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:36:15.656826 [ 5 ] {e5eb18dc-5e9d-4f2f-9f37-340964c92e1c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:15.656955 [ 5 ] {e5eb18dc-5e9d-4f2f-9f37-340964c92e1c} executeQuery: Read 106 rows, 8.48 KiB in 0.00117 sec., 90598.2905982906 rows/sec., 7.08 MiB/sec. 2025.09.19 00:36:15.656993 [ 5 ] {e5eb18dc-5e9d-4f2f-9f37-340964c92e1c} TCPHandler: Processed in 0.001331167 sec. 2025.09.19 00:36:15.657104 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:15.657195 [ 5 ] {6fcc562b-e066-4fde-8cf3-2ee30a8f1cfb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:15.657238 [ 5 ] {6fcc562b-e066-4fde-8cf3-2ee30a8f1cfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:15.657663 [ 5 ] {6fcc562b-e066-4fde-8cf3-2ee30a8f1cfb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:15.657699 [ 5 ] {6fcc562b-e066-4fde-8cf3-2ee30a8f1cfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:15.658039 [ 5 ] {6fcc562b-e066-4fde-8cf3-2ee30a8f1cfb} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:36:15.658250 [ 5 ] {6fcc562b-e066-4fde-8cf3-2ee30a8f1cfb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:15.658376 [ 5 ] {6fcc562b-e066-4fde-8cf3-2ee30a8f1cfb} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2025.09.19 00:36:15.658413 [ 5 ] {6fcc562b-e066-4fde-8cf3-2ee30a8f1cfb} TCPHandler: Processed in 0.001358258 sec. 2025.09.19 00:36:15.658522 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:15.658613 [ 5 ] {9bbfd24b-6b92-4d37-b0cd-3e852431a3c0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:15.658666 [ 5 ] {9bbfd24b-6b92-4d37-b0cd-3e852431a3c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:36:15.659547 [ 5 ] {9bbfd24b-6b92-4d37-b0cd-3e852431a3c0} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:15.659584 [ 5 ] {9bbfd24b-6b92-4d37-b0cd-3e852431a3c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:15.660168 [ 5 ] {9bbfd24b-6b92-4d37-b0cd-3e852431a3c0} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:36:15.660388 [ 5 ] {9bbfd24b-6b92-4d37-b0cd-3e852431a3c0} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:15.660522 [ 5 ] {9bbfd24b-6b92-4d37-b0cd-3e852431a3c0} executeQuery: Read 42 rows, 77.07 KiB in 0.001926 sec., 21806.85358255452 rows/sec., 39.08 MiB/sec. 2025.09.19 00:36:15.660576 [ 5 ] {9bbfd24b-6b92-4d37-b0cd-3e852431a3c0} TCPHandler: Processed in 0.002102858 sec. 2025.09.19 00:36:15.660689 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:15.660781 [ 5 ] {d3734256-cb34-42ef-af76-7371c1018067} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:15.660824 [ 5 ] {d3734256-cb34-42ef-af76-7371c1018067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:15.661165 [ 5 ] {d3734256-cb34-42ef-af76-7371c1018067} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:15.661200 [ 5 ] {d3734256-cb34-42ef-af76-7371c1018067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:15.661503 [ 5 ] {d3734256-cb34-42ef-af76-7371c1018067} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:36:15.661713 [ 5 ] {d3734256-cb34-42ef-af76-7371c1018067} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:15.661839 [ 5 ] {d3734256-cb34-42ef-af76-7371c1018067} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.09.19 00:36:15.661875 [ 5 ] {d3734256-cb34-42ef-af76-7371c1018067} TCPHandler: Processed in 0.001236016 sec. 2025.09.19 00:36:19.705241 [ 69 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:36:19.705319 [ 69 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:36:19.827421 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20101 2025.09.19 00:36:19.827991 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:19.828053 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:19.828599 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:36:19.828853 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:19.829010 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20101 2025.09.19 00:36:20.661243 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:20.661522 [ 5 ] {cbb56e4a-6c40-42e7-bf59-10a61a6775d5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:36:20.661622 [ 5 ] {cbb56e4a-6c40-42e7-bf59-10a61a6775d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:36:20.662669 [ 5 ] {cbb56e4a-6c40-42e7-bf59-10a61a6775d5} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.662708 [ 5 ] {cbb56e4a-6c40-42e7-bf59-10a61a6775d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.663125 [ 5 ] {cbb56e4a-6c40-42e7-bf59-10a61a6775d5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:36:20.663361 [ 5 ] {cbb56e4a-6c40-42e7-bf59-10a61a6775d5} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.663483 [ 107 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.09.19 00:36:20.663506 [ 5 ] {cbb56e4a-6c40-42e7-bf59-10a61a6775d5} executeQuery: Read 410 rows, 26.63 KiB in 0.002065 sec., 198547.21549636804 rows/sec., 12.59 MiB/sec. 2025.09.19 00:36:20.663548 [ 107 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.663562 [ 5 ] {cbb56e4a-6c40-42e7-bf59-10a61a6775d5} TCPHandler: Processed in 0.002494732 sec. 2025.09.19 00:36:20.663579 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.663703 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:20.663744 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:36:20.663801 [ 5 ] {2218c33c-d994-4be9-b0e4-55f10f9c7e70} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:20.663848 [ 5 ] {2218c33c-d994-4be9-b0e4-55f10f9c7e70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:20.663908 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:20.663964 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 410 rows starting from the beginning of the part 2025.09.19 00:36:20.664075 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 410 rows starting from the beginning of the part 2025.09.19 00:36:20.664156 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 410 rows starting from the beginning of the part 2025.09.19 00:36:20.664236 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 410 rows starting from the beginning of the part 2025.09.19 00:36:20.664305 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 410 rows starting from the beginning of the part 2025.09.19 00:36:20.664666 [ 5 ] {2218c33c-d994-4be9-b0e4-55f10f9c7e70} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.664711 [ 5 ] {2218c33c-d994-4be9-b0e4-55f10f9c7e70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.665126 [ 5 ] {2218c33c-d994-4be9-b0e4-55f10f9c7e70} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:36:20.665344 [ 5 ] {2218c33c-d994-4be9-b0e4-55f10f9c7e70} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.665451 [ 107 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.19 00:36:20.665466 [ 5 ] {2218c33c-d994-4be9-b0e4-55f10f9c7e70} executeQuery: Read 1112 rows, 89.80 KiB in 0.001684 sec., 660332.541567696 rows/sec., 52.08 MiB/sec. 2025.09.19 00:36:20.665480 [ 107 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.665505 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.665510 [ 5 ] {2218c33c-d994-4be9-b0e4-55f10f9c7e70} TCPHandler: Processed in 0.001855195 sec. 2025.09.19 00:36:20.665608 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:36:20.665609 [ 192 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001926795 sec., 1063942.9726566656 rows/sec., 71.55 MiB/sec. 2025.09.19 00:36:20.665639 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:20.665726 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:20.665770 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2346 rows starting from the beginning of the part 2025.09.19 00:36:20.665777 [ 5 ] {3d84624f-7118-4bd6-8776-c1f05a419a41} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:20.665825 [ 5 ] {3d84624f-7118-4bd6-8776-c1f05a419a41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:20.665826 [ 192 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.09.19 00:36:20.665833 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:36:20.665896 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 140 rows starting from the beginning of the part 2025.09.19 00:36:20.665939 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:36:20.665980 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 140 rows starting from the beginning of the part 2025.09.19 00:36:20.666021 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:36:20.666138 [ 192 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_29_7} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.666228 [ 192 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_29_7} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.09.19 00:36:20.666297 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.09.19 00:36:20.666386 [ 5 ] {3d84624f-7118-4bd6-8776-c1f05a419a41} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.666429 [ 5 ] {3d84624f-7118-4bd6-8776-c1f05a419a41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.666751 [ 5 ] {3d84624f-7118-4bd6-8776-c1f05a419a41} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:36:20.666980 [ 5 ] {3d84624f-7118-4bd6-8776-c1f05a419a41} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.667108 [ 5 ] {3d84624f-7118-4bd6-8776-c1f05a419a41} executeQuery: Read 205 rows, 12.32 KiB in 0.001352 sec., 151627.21893491125 rows/sec., 8.90 MiB/sec. 2025.09.19 00:36:20.667146 [ 5 ] {3d84624f-7118-4bd6-8776-c1f05a419a41} TCPHandler: Processed in 0.00155448 sec. 2025.09.19 00:36:20.667258 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:20.667357 [ 5 ] {17e6ae11-84cb-43eb-b87f-5d1481c3ad5e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:36:20.667396 [ 5 ] {17e6ae11-84cb-43eb-b87f-5d1481c3ad5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:36:20.667850 [ 5 ] {17e6ae11-84cb-43eb-b87f-5d1481c3ad5e} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.667886 [ 5 ] {17e6ae11-84cb-43eb-b87f-5d1481c3ad5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.668037 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 5962 rows, containing 5 columns (5 merged, 0 gathered) in 0.002466322 sec., 2417364.804757854 rows/sec., 202.83 MiB/sec. 2025.09.19 00:36:20.668191 [ 5 ] {17e6ae11-84cb-43eb-b87f-5d1481c3ad5e} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:36:20.668370 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.19 00:36:20.668441 [ 5 ] {17e6ae11-84cb-43eb-b87f-5d1481c3ad5e} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.668590 [ 5 ] {17e6ae11-84cb-43eb-b87f-5d1481c3ad5e} executeQuery: Read 212 rows, 14.00 KiB in 0.00125 sec., 169600 rows/sec., 10.94 MiB/sec. 2025.09.19 00:36:20.668630 [ 5 ] {17e6ae11-84cb-43eb-b87f-5d1481c3ad5e} TCPHandler: Processed in 0.001419279 sec. 2025.09.19 00:36:20.668700 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_61_12} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.668752 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:20.668799 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_61_12} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.19 00:36:20.668851 [ 5 ] {3e0623dc-59ff-445f-9fc5-c95018ce2f20} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:36:20.668896 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.09.19 00:36:20.668896 [ 5 ] {3e0623dc-59ff-445f-9fc5-c95018ce2f20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:36:20.669397 [ 5 ] {3e0623dc-59ff-445f-9fc5-c95018ce2f20} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.669432 [ 5 ] {3e0623dc-59ff-445f-9fc5-c95018ce2f20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.669745 [ 5 ] {3e0623dc-59ff-445f-9fc5-c95018ce2f20} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:36:20.669951 [ 5 ] {3e0623dc-59ff-445f-9fc5-c95018ce2f20} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.670050 [ 107 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.09.19 00:36:20.670076 [ 5 ] {3e0623dc-59ff-445f-9fc5-c95018ce2f20} executeQuery: Read 211 rows, 12.27 KiB in 0.001242 sec., 169887.27858293074 rows/sec., 9.65 MiB/sec. 2025.09.19 00:36:20.670081 [ 107 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.670117 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.670120 [ 5 ] {3e0623dc-59ff-445f-9fc5-c95018ce2f20} TCPHandler: Processed in 0.001414948 sec. 2025.09.19 00:36:20.670206 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:36:20.670253 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:20.670303 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:20.670334 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 211 rows starting from the beginning of the part 2025.09.19 00:36:20.670349 [ 5 ] {93fa584b-9c9e-45f4-8f33-48d77f803305} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:20.670393 [ 5 ] {93fa584b-9c9e-45f4-8f33-48d77f803305} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:20.670396 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 211 rows starting from the beginning of the part 2025.09.19 00:36:20.670452 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 211 rows starting from the beginning of the part 2025.09.19 00:36:20.670501 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 211 rows starting from the beginning of the part 2025.09.19 00:36:20.670541 [ 194 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 211 rows starting from the beginning of the part 2025.09.19 00:36:20.671016 [ 5 ] {93fa584b-9c9e-45f4-8f33-48d77f803305} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.671058 [ 5 ] {93fa584b-9c9e-45f4-8f33-48d77f803305} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.671384 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001207236 sec., 873897.0673505429 rows/sec., 52.96 MiB/sec. 2025.09.19 00:36:20.671397 [ 5 ] {93fa584b-9c9e-45f4-8f33-48d77f803305} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:36:20.671570 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.09.19 00:36:20.671659 [ 5 ] {93fa584b-9c9e-45f4-8f33-48d77f803305} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.671777 [ 107 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.19 00:36:20.671800 [ 5 ] {93fa584b-9c9e-45f4-8f33-48d77f803305} executeQuery: Read 679 rows, 48.47 KiB in 0.001468 sec., 462534.0599455041 rows/sec., 32.24 MiB/sec. 2025.09.19 00:36:20.671807 [ 107 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.671842 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.671846 [ 5 ] {93fa584b-9c9e-45f4-8f33-48d77f803305} TCPHandler: Processed in 0.001640752 sec. 2025.09.19 00:36:20.671911 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_29_7} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.671931 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:36:20.671974 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:20.672015 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_29_7} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.09.19 00:36:20.672020 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:20.672056 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1213 rows starting from the beginning of the part 2025.09.19 00:36:20.672071 [ 5 ] {bc82200f-8d57-4037-8a7a-c7f304016f08} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:36:20.672102 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 679 rows starting from the beginning of the part 2025.09.19 00:36:20.672117 [ 5 ] {bc82200f-8d57-4037-8a7a-c7f304016f08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:36:20.672129 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.09.19 00:36:20.672147 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 106 rows starting from the beginning of the part 2025.09.19 00:36:20.672186 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 679 rows starting from the beginning of the part 2025.09.19 00:36:20.672221 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 106 rows starting from the beginning of the part 2025.09.19 00:36:20.672256 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 679 rows starting from the beginning of the part 2025.09.19 00:36:20.672481 [ 5 ] {bc82200f-8d57-4037-8a7a-c7f304016f08} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.672521 [ 5 ] {bc82200f-8d57-4037-8a7a-c7f304016f08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.672835 [ 5 ] {bc82200f-8d57-4037-8a7a-c7f304016f08} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:36:20.673060 [ 5 ] {bc82200f-8d57-4037-8a7a-c7f304016f08} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.673184 [ 5 ] {bc82200f-8d57-4037-8a7a-c7f304016f08} executeQuery: Read 6 rows, 321.00 B in 0.001131 sec., 5305.039787798408 rows/sec., 277.17 KiB/sec. 2025.09.19 00:36:20.673219 [ 5 ] {bc82200f-8d57-4037-8a7a-c7f304016f08} TCPHandler: Processed in 0.001293287 sec. 2025.09.19 00:36:20.673330 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:20.673422 [ 5 ] {a3ab1d0d-583f-495c-8c6e-9b90abc8c87d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:20.673462 [ 5 ] {a3ab1d0d-583f-495c-8c6e-9b90abc8c87d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:20.673478 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3462 rows, containing 5 columns (5 merged, 0 gathered) in 0.00157585 sec., 2196909.6043405146 rows/sec., 164.17 MiB/sec. 2025.09.19 00:36:20.673704 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.19 00:36:20.673880 [ 5 ] {a3ab1d0d-583f-495c-8c6e-9b90abc8c87d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.673924 [ 5 ] {a3ab1d0d-583f-495c-8c6e-9b90abc8c87d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.673986 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_61_12} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.674060 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_61_12} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.19 00:36:20.674120 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:36:20.674287 [ 5 ] {a3ab1d0d-583f-495c-8c6e-9b90abc8c87d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:36:20.674505 [ 5 ] {a3ab1d0d-583f-495c-8c6e-9b90abc8c87d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.674608 [ 107 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.19 00:36:20.674630 [ 5 ] {a3ab1d0d-583f-495c-8c6e-9b90abc8c87d} executeQuery: Read 314 rows, 21.12 KiB in 0.001225 sec., 256326.5306122449 rows/sec., 16.84 MiB/sec. 2025.09.19 00:36:20.674637 [ 107 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.674667 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.674673 [ 5 ] {a3ab1d0d-583f-495c-8c6e-9b90abc8c87d} TCPHandler: Processed in 0.001390318 sec. 2025.09.19 00:36:20.674743 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:36:20.674788 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:20.674852 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:20.674884 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 20010 rows starting from the beginning of the part 2025.09.19 00:36:20.674885 [ 5 ] {97e05a92-66b5-4fc4-899a-3c55b6ac93c2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:36:20.674937 [ 5 ] {97e05a92-66b5-4fc4-899a-3c55b6ac93c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:36:20.674939 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 314 rows starting from the beginning of the part 2025.09.19 00:36:20.674996 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:36:20.675038 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 314 rows starting from the beginning of the part 2025.09.19 00:36:20.675077 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:36:20.675116 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 314 rows starting from the beginning of the part 2025.09.19 00:36:20.675252 [ 5 ] {97e05a92-66b5-4fc4-899a-3c55b6ac93c2} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.675292 [ 5 ] {97e05a92-66b5-4fc4-899a-3c55b6ac93c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.675609 [ 5 ] {97e05a92-66b5-4fc4-899a-3c55b6ac93c2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:36:20.675822 [ 5 ] {97e05a92-66b5-4fc4-899a-3c55b6ac93c2} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.675954 [ 5 ] {97e05a92-66b5-4fc4-899a-3c55b6ac93c2} executeQuery: Read 1 rows, 69.00 B in 0.001087 sec., 919.963201471941 rows/sec., 61.99 KiB/sec. 2025.09.19 00:36:20.675990 [ 5 ] {97e05a92-66b5-4fc4-899a-3c55b6ac93c2} TCPHandler: Processed in 0.001249506 sec. 2025.09.19 00:36:20.676094 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:20.676185 [ 5 ] {172a3652-c076-4df2-ba12-00d8949ef5c7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:20.676225 [ 5 ] {172a3652-c076-4df2-ba12-00d8949ef5c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:20.676538 [ 5 ] {172a3652-c076-4df2-ba12-00d8949ef5c7} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.676573 [ 5 ] {172a3652-c076-4df2-ba12-00d8949ef5c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.676917 [ 5 ] {172a3652-c076-4df2-ba12-00d8949ef5c7} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:36:20.677131 [ 5 ] {172a3652-c076-4df2-ba12-00d8949ef5c7} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.677270 [ 5 ] {172a3652-c076-4df2-ba12-00d8949ef5c7} executeQuery: Read 104 rows, 6.53 KiB in 0.001102 sec., 94373.8656987296 rows/sec., 5.78 MiB/sec. 2025.09.19 00:36:20.677291 [ 22 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.19 00:36:20.677306 [ 5 ] {172a3652-c076-4df2-ba12-00d8949ef5c7} TCPHandler: Processed in 0.001259086 sec. 2025.09.19 00:36:20.677346 [ 22 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.677377 [ 22 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.677487 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:36:20.677596 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:20.677625 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 4408 rows starting from the beginning of the part 2025.09.19 00:36:20.677676 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 104 rows starting from the beginning of the part 2025.09.19 00:36:20.677719 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:36:20.677760 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 104 rows starting from the beginning of the part 2025.09.19 00:36:20.677799 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:36:20.677839 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 104 rows starting from the beginning of the part 2025.09.19 00:36:20.679672 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 4840 rows, containing 4 columns (4 merged, 0 gathered) in 0.002223089 sec., 2177150.8023295514 rows/sec., 138.42 MiB/sec. 2025.09.19 00:36:20.680160 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.19 00:36:20.680421 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_61_12} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.680485 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_61_12} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.19 00:36:20.680573 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2025.09.19 00:36:20.681488 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 21272 rows, containing 5 columns (5 merged, 0 gathered) in 0.006778489 sec., 3138162.5019971263 rows/sec., 210.15 MiB/sec. 2025.09.19 00:36:20.681930 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.19 00:36:20.682215 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_61_12} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.682288 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_61_12} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.19 00:36:20.682389 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2025.09.19 00:36:20.904304 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.09.19 00:36:20.920304 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:20.920359 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:20.925804 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:36:20.926490 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:20.929600 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.09.19 00:36:21.000270 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 305.90 MiB, peak 315.89 MiB, free memory in arenas 0.00 B, will set to 308.04 MiB (RSS), difference: 2.13 MiB 2025.09.19 00:36:24.885157 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1228 2025.09.19 00:36:24.887458 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:24.887516 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:24.888696 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:36:24.888951 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:24.889102 [ 125 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.19 00:36:24.889175 [ 125 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:24.889199 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:24.889209 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1228 2025.09.19 00:36:24.889309 [ 192 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:36:24.889865 [ 192 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:24.890025 [ 192 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1056 rows starting from the beginning of the part 2025.09.19 00:36:24.890395 [ 192 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part 2025.09.19 00:36:24.890744 [ 192 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part 2025.09.19 00:36:24.891079 [ 192 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part 2025.09.19 00:36:24.891426 [ 192 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 38 rows starting from the beginning of the part 2025.09.19 00:36:24.891755 [ 192 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part 2025.09.19 00:36:24.897565 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1228 rows, containing 72 columns (72 merged, 0 gathered) in 0.008300649 sec., 147940.2393716443 rows/sec., 117.58 MiB/sec. 2025.09.19 00:36:24.899122 [ 193 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.19 00:36:24.899739 [ 193 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_31_6} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:24.899830 [ 193 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_31_6} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.19 00:36:24.900181 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. 2025.09.19 00:36:25.679177 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:25.679349 [ 5 ] {0d399021-0a2c-4c1c-ae64-35746d12b367} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:36:25.679412 [ 5 ] {0d399021-0a2c-4c1c-ae64-35746d12b367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:36:25.680052 [ 5 ] {0d399021-0a2c-4c1c-ae64-35746d12b367} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:25.680091 [ 5 ] {0d399021-0a2c-4c1c-ae64-35746d12b367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:25.680507 [ 5 ] {0d399021-0a2c-4c1c-ae64-35746d12b367} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.19 00:36:25.680762 [ 5 ] {0d399021-0a2c-4c1c-ae64-35746d12b367} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:25.680935 [ 5 ] {0d399021-0a2c-4c1c-ae64-35746d12b367} executeQuery: Read 14 rows, 1.14 KiB in 0.001635 sec., 8562.691131498472 rows/sec., 698.23 KiB/sec. 2025.09.19 00:36:25.680978 [ 5 ] {0d399021-0a2c-4c1c-ae64-35746d12b367} TCPHandler: Processed in 0.001929485 sec. 2025.09.19 00:36:25.681124 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:25.681218 [ 5 ] {c5100f03-b2d4-4c3d-8129-618239f577be} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:25.681259 [ 5 ] {c5100f03-b2d4-4c3d-8129-618239f577be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:25.682311 [ 5 ] {c5100f03-b2d4-4c3d-8129-618239f577be} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:25.682347 [ 5 ] {c5100f03-b2d4-4c3d-8129-618239f577be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:25.682766 [ 5 ] {c5100f03-b2d4-4c3d-8129-618239f577be} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:36:25.682993 [ 5 ] {c5100f03-b2d4-4c3d-8129-618239f577be} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:25.683126 [ 5 ] {c5100f03-b2d4-4c3d-8129-618239f577be} executeQuery: Read 1287 rows, 109.05 KiB in 0.001926 sec., 668224.2990654205 rows/sec., 55.29 MiB/sec. 2025.09.19 00:36:25.683164 [ 5 ] {c5100f03-b2d4-4c3d-8129-618239f577be} TCPHandler: Processed in 0.002089667 sec. 2025.09.19 00:36:25.683266 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:25.683358 [ 5 ] {20bbcf6a-25dd-4f3c-8881-f404b0035921} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:25.683399 [ 5 ] {20bbcf6a-25dd-4f3c-8881-f404b0035921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:25.683818 [ 5 ] {20bbcf6a-25dd-4f3c-8881-f404b0035921} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:25.683853 [ 5 ] {20bbcf6a-25dd-4f3c-8881-f404b0035921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:25.684163 [ 5 ] {20bbcf6a-25dd-4f3c-8881-f404b0035921} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:36:25.684382 [ 5 ] {20bbcf6a-25dd-4f3c-8881-f404b0035921} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:25.684510 [ 5 ] {20bbcf6a-25dd-4f3c-8881-f404b0035921} executeQuery: Read 56 rows, 4.14 KiB in 0.00117 sec., 47863.24786324786 rows/sec., 3.45 MiB/sec. 2025.09.19 00:36:25.684548 [ 5 ] {20bbcf6a-25dd-4f3c-8881-f404b0035921} TCPHandler: Processed in 0.001331607 sec. 2025.09.19 00:36:25.684654 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:25.684746 [ 5 ] {468c3f7a-45e4-47b5-9f77-271bdc39fe90} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:36:25.684786 [ 5 ] {468c3f7a-45e4-47b5-9f77-271bdc39fe90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:36:25.685259 [ 5 ] {468c3f7a-45e4-47b5-9f77-271bdc39fe90} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:25.685295 [ 5 ] {468c3f7a-45e4-47b5-9f77-271bdc39fe90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:25.685636 [ 5 ] {468c3f7a-45e4-47b5-9f77-271bdc39fe90} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:36:25.685868 [ 5 ] {468c3f7a-45e4-47b5-9f77-271bdc39fe90} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:25.685964 [ 153 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.09.19 00:36:25.685998 [ 153 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:25.685999 [ 5 ] {468c3f7a-45e4-47b5-9f77-271bdc39fe90} executeQuery: Read 228 rows, 15.81 KiB in 0.001271 sec., 179386.30999213218 rows/sec., 12.15 MiB/sec. 2025.09.19 00:36:25.686017 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:25.686044 [ 5 ] {468c3f7a-45e4-47b5-9f77-271bdc39fe90} TCPHandler: Processed in 0.001440019 sec. 2025.09.19 00:36:25.686156 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:25.686156 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.09.19 00:36:25.686250 [ 5 ] {8820218c-bb9f-4589-9e25-b663e9edded6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:25.686294 [ 5 ] {8820218c-bb9f-4589-9e25-b663e9edded6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:25.686302 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:25.686340 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 441 rows starting from the beginning of the part 2025.09.19 00:36:25.686410 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part 2025.09.19 00:36:25.686454 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part 2025.09.19 00:36:25.686496 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 212 rows starting from the beginning of the part 2025.09.19 00:36:25.686533 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 212 rows starting from the beginning of the part 2025.09.19 00:36:25.686577 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 228 rows starting from the beginning of the part 2025.09.19 00:36:25.686923 [ 5 ] {8820218c-bb9f-4589-9e25-b663e9edded6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:25.686962 [ 5 ] {8820218c-bb9f-4589-9e25-b663e9edded6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:25.687363 [ 5 ] {8820218c-bb9f-4589-9e25-b663e9edded6} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:36:25.687593 [ 5 ] {8820218c-bb9f-4589-9e25-b663e9edded6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:25.687605 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.001511459 sec., 1014251.7924733652 rows/sec., 70.74 MiB/sec. 2025.09.19 00:36:25.687728 [ 5 ] {8820218c-bb9f-4589-9e25-b663e9edded6} executeQuery: Read 576 rows, 43.91 KiB in 0.001496 sec., 385026.73796791444 rows/sec., 28.66 MiB/sec. 2025.09.19 00:36:25.687773 [ 5 ] {8820218c-bb9f-4589-9e25-b663e9edded6} TCPHandler: Processed in 0.001666962 sec. 2025.09.19 00:36:25.687814 [ 191 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.09.19 00:36:25.687890 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:25.687989 [ 5 ] {ec16e5c6-13d7-494f-ac1f-e258758c29e4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:25.688035 [ 5 ] {ec16e5c6-13d7-494f-ac1f-e258758c29e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:25.688133 [ 191 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:25.688215 [ 191 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_40_8} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.09.19 00:36:25.688294 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:36:25.688611 [ 5 ] {ec16e5c6-13d7-494f-ac1f-e258758c29e4} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:25.688651 [ 5 ] {ec16e5c6-13d7-494f-ac1f-e258758c29e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:25.689053 [ 5 ] {ec16e5c6-13d7-494f-ac1f-e258758c29e4} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:36:25.689270 [ 5 ] {ec16e5c6-13d7-494f-ac1f-e258758c29e4} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:25.689397 [ 5 ] {ec16e5c6-13d7-494f-ac1f-e258758c29e4} executeQuery: Read 851 rows, 58.66 KiB in 0.001426 sec., 596774.1935483871 rows/sec., 40.17 MiB/sec. 2025.09.19 00:36:25.689433 [ 5 ] {ec16e5c6-13d7-494f-ac1f-e258758c29e4} TCPHandler: Processed in 0.00159253 sec. 2025.09.19 00:36:25.689546 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:25.689639 [ 5 ] {fb3a8acc-755e-4b8a-a027-4c34634d91e2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:25.689692 [ 5 ] {fb3a8acc-755e-4b8a-a027-4c34634d91e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:36:25.690568 [ 5 ] {fb3a8acc-755e-4b8a-a027-4c34634d91e2} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:25.690602 [ 5 ] {fb3a8acc-755e-4b8a-a027-4c34634d91e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:25.691207 [ 5 ] {fb3a8acc-755e-4b8a-a027-4c34634d91e2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:36:25.691438 [ 5 ] {fb3a8acc-755e-4b8a-a027-4c34634d91e2} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:25.691537 [ 153 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.19 00:36:25.691567 [ 153 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:25.691580 [ 5 ] {fb3a8acc-755e-4b8a-a027-4c34634d91e2} executeQuery: Read 42 rows, 77.07 KiB in 0.00196 sec., 21428.571428571428 rows/sec., 38.40 MiB/sec. 2025.09.19 00:36:25.691584 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:25.691636 [ 5 ] {fb3a8acc-755e-4b8a-a027-4c34634d91e2} TCPHandler: Processed in 0.002140518 sec. 2025.09.19 00:36:25.691666 [ 195 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:36:25.691749 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:25.691847 [ 5 ] {48f99479-c62e-4f56-9415-c6466c714c01} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:25.691853 [ 195 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:25.691893 [ 5 ] {48f99479-c62e-4f56-9415-c6466c714c01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:25.691940 [ 195 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 968 rows starting from the beginning of the part 2025.09.19 00:36:25.692050 [ 195 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part 2025.09.19 00:36:25.692148 [ 195 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part 2025.09.19 00:36:25.692242 [ 195 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part 2025.09.19 00:36:25.692263 [ 5 ] {48f99479-c62e-4f56-9415-c6466c714c01} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:25.692302 [ 5 ] {48f99479-c62e-4f56-9415-c6466c714c01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:25.692331 [ 195 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 42 rows starting from the beginning of the part 2025.09.19 00:36:25.692423 [ 195 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 42 rows starting from the beginning of the part 2025.09.19 00:36:25.692622 [ 5 ] {48f99479-c62e-4f56-9415-c6466c714c01} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:36:25.692935 [ 5 ] {48f99479-c62e-4f56-9415-c6466c714c01} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:25.693063 [ 5 ] {48f99479-c62e-4f56-9415-c6466c714c01} executeQuery: Read 60 rows, 4.14 KiB in 0.001234 sec., 48622.3662884927 rows/sec., 3.28 MiB/sec. 2025.09.19 00:36:25.693098 [ 5 ] {48f99479-c62e-4f56-9415-c6466c714c01} TCPHandler: Processed in 0.001397939 sec. 2025.09.19 00:36:25.698405 [ 190 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1178 rows, containing 19 columns (19 merged, 0 gathered) in 0.006770699 sec., 173984.9903237465 rows/sec., 311.77 MiB/sec. 2025.09.19 00:36:25.700032 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.19 00:36:25.700372 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_31_6} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:25.700458 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_31_6} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.19 00:36:25.700545 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB. 2025.09.19 00:36:26.000249 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 308.85 MiB, peak 320.43 MiB, free memory in arenas 0.00 B, will set to 311.18 MiB (RSS), difference: 2.33 MiB 2025.09.19 00:36:27.329132 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20613 2025.09.19 00:36:27.329733 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:27.329779 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:27.330303 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:36:27.330548 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:27.330682 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20613 2025.09.19 00:36:28.429708 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.09.19 00:36:28.445740 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:28.445789 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:28.452545 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:36:28.453380 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:28.456176 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.09.19 00:36:30.660671 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:30.660841 [ 5 ] {139bc530-572b-4f3c-ba2f-37817680497f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:36:30.660903 [ 5 ] {139bc530-572b-4f3c-ba2f-37817680497f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:36:30.661771 [ 5 ] {139bc530-572b-4f3c-ba2f-37817680497f} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:30.661808 [ 5 ] {139bc530-572b-4f3c-ba2f-37817680497f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:30.662234 [ 5 ] {139bc530-572b-4f3c-ba2f-37817680497f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:36:30.662466 [ 5 ] {139bc530-572b-4f3c-ba2f-37817680497f} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:30.662622 [ 5 ] {139bc530-572b-4f3c-ba2f-37817680497f} executeQuery: Read 410 rows, 26.63 KiB in 0.001828 sec., 224288.84026258206 rows/sec., 14.23 MiB/sec. 2025.09.19 00:36:30.662664 [ 5 ] {139bc530-572b-4f3c-ba2f-37817680497f} TCPHandler: Processed in 0.002113407 sec. 2025.09.19 00:36:30.662788 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:30.662882 [ 5 ] {5b8eed48-09ae-4860-8a1a-c57dc621a995} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:30.662923 [ 5 ] {5b8eed48-09ae-4860-8a1a-c57dc621a995} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:30.663815 [ 5 ] {5b8eed48-09ae-4860-8a1a-c57dc621a995} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:30.663851 [ 5 ] {5b8eed48-09ae-4860-8a1a-c57dc621a995} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:30.664216 [ 5 ] {5b8eed48-09ae-4860-8a1a-c57dc621a995} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:36:30.664443 [ 5 ] {5b8eed48-09ae-4860-8a1a-c57dc621a995} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:30.664573 [ 5 ] {5b8eed48-09ae-4860-8a1a-c57dc621a995} executeQuery: Read 1112 rows, 89.80 KiB in 0.00171 sec., 650292.3976608188 rows/sec., 51.28 MiB/sec. 2025.09.19 00:36:30.664611 [ 5 ] {5b8eed48-09ae-4860-8a1a-c57dc621a995} TCPHandler: Processed in 0.001873105 sec. 2025.09.19 00:36:30.664727 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:30.664820 [ 5 ] {e22d80b4-19c7-463f-83f9-c8a4a69763c8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:30.664861 [ 5 ] {e22d80b4-19c7-463f-83f9-c8a4a69763c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:30.665331 [ 5 ] {e22d80b4-19c7-463f-83f9-c8a4a69763c8} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:30.665365 [ 5 ] {e22d80b4-19c7-463f-83f9-c8a4a69763c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:30.665674 [ 5 ] {e22d80b4-19c7-463f-83f9-c8a4a69763c8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:36:30.665886 [ 5 ] {e22d80b4-19c7-463f-83f9-c8a4a69763c8} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:30.665981 [ 141 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.19 00:36:30.666014 [ 5 ] {e22d80b4-19c7-463f-83f9-c8a4a69763c8} executeQuery: Read 205 rows, 12.32 KiB in 0.001212 sec., 169141.91419141914 rows/sec., 9.92 MiB/sec. 2025.09.19 00:36:30.666015 [ 141 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:30.666046 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:30.666053 [ 5 ] {e22d80b4-19c7-463f-83f9-c8a4a69763c8} TCPHandler: Processed in 0.001376218 sec. 2025.09.19 00:36:30.666169 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:36:30.666173 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:30.666337 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:30.666343 [ 5 ] {0a5019a9-0975-4ba8-8948-3a9bd4c96fd2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:36:30.666384 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 265 rows starting from the beginning of the part 2025.09.19 00:36:30.666414 [ 5 ] {0a5019a9-0975-4ba8-8948-3a9bd4c96fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:36:30.666465 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 205 rows starting from the beginning of the part 2025.09.19 00:36:30.666527 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 42 rows starting from the beginning of the part 2025.09.19 00:36:30.666578 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 205 rows starting from the beginning of the part 2025.09.19 00:36:30.666629 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part 2025.09.19 00:36:30.666679 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 205 rows starting from the beginning of the part 2025.09.19 00:36:30.666976 [ 5 ] {0a5019a9-0975-4ba8-8948-3a9bd4c96fd2} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:30.667026 [ 5 ] {0a5019a9-0975-4ba8-8948-3a9bd4c96fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:30.667379 [ 5 ] {0a5019a9-0975-4ba8-8948-3a9bd4c96fd2} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:36:30.667594 [ 5 ] {0a5019a9-0975-4ba8-8948-3a9bd4c96fd2} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:30.667707 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 978 rows, containing 5 columns (5 merged, 0 gathered) in 0.001597621 sec., 612160.2057058589 rows/sec., 39.60 MiB/sec. 2025.09.19 00:36:30.667722 [ 5 ] {0a5019a9-0975-4ba8-8948-3a9bd4c96fd2} executeQuery: Read 212 rows, 14.00 KiB in 0.001403 sec., 151104.7754811119 rows/sec., 9.74 MiB/sec. 2025.09.19 00:36:30.667775 [ 5 ] {0a5019a9-0975-4ba8-8948-3a9bd4c96fd2} TCPHandler: Processed in 0.001661462 sec. 2025.09.19 00:36:30.667866 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.19 00:36:30.667896 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:30.668021 [ 5 ] {4ae2812d-f70f-4c89-83a3-e79679713d32} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:36:30.668075 [ 5 ] {4ae2812d-f70f-4c89-83a3-e79679713d32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:36:30.668131 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_61_12} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:30.668210 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_61_12} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.19 00:36:30.668287 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:36:30.668574 [ 5 ] {4ae2812d-f70f-4c89-83a3-e79679713d32} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:30.668616 [ 5 ] {4ae2812d-f70f-4c89-83a3-e79679713d32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:30.668941 [ 5 ] {4ae2812d-f70f-4c89-83a3-e79679713d32} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:36:30.669163 [ 5 ] {4ae2812d-f70f-4c89-83a3-e79679713d32} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:30.669300 [ 5 ] {4ae2812d-f70f-4c89-83a3-e79679713d32} executeQuery: Read 211 rows, 12.27 KiB in 0.001303 sec., 161933.9984650806 rows/sec., 9.20 MiB/sec. 2025.09.19 00:36:30.669338 [ 5 ] {4ae2812d-f70f-4c89-83a3-e79679713d32} TCPHandler: Processed in 0.0015034 sec. 2025.09.19 00:36:30.669441 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:30.669536 [ 5 ] {86903547-0cb0-45de-8baa-1bc28d162a53} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:30.669574 [ 5 ] {86903547-0cb0-45de-8baa-1bc28d162a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:30.670218 [ 5 ] {86903547-0cb0-45de-8baa-1bc28d162a53} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:30.670251 [ 5 ] {86903547-0cb0-45de-8baa-1bc28d162a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:30.670581 [ 5 ] {86903547-0cb0-45de-8baa-1bc28d162a53} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:36:30.670793 [ 5 ] {86903547-0cb0-45de-8baa-1bc28d162a53} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:30.670918 [ 5 ] {86903547-0cb0-45de-8baa-1bc28d162a53} executeQuery: Read 679 rows, 48.47 KiB in 0.0014 sec., 485000 rows/sec., 33.81 MiB/sec. 2025.09.19 00:36:30.670956 [ 5 ] {86903547-0cb0-45de-8baa-1bc28d162a53} TCPHandler: Processed in 0.001564981 sec. 2025.09.19 00:36:30.671063 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:30.671157 [ 5 ] {55ecd1b0-b0ce-4973-a76a-439aca1b6153} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:36:30.671198 [ 5 ] {55ecd1b0-b0ce-4973-a76a-439aca1b6153} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:36:30.671527 [ 5 ] {55ecd1b0-b0ce-4973-a76a-439aca1b6153} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:30.671560 [ 5 ] {55ecd1b0-b0ce-4973-a76a-439aca1b6153} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:30.671860 [ 5 ] {55ecd1b0-b0ce-4973-a76a-439aca1b6153} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:36:30.672065 [ 5 ] {55ecd1b0-b0ce-4973-a76a-439aca1b6153} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:30.672193 [ 5 ] {55ecd1b0-b0ce-4973-a76a-439aca1b6153} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2025.09.19 00:36:30.672228 [ 5 ] {55ecd1b0-b0ce-4973-a76a-439aca1b6153} TCPHandler: Processed in 0.001212576 sec. 2025.09.19 00:36:30.672330 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:30.672432 [ 5 ] {7cd94452-b253-4a11-92d9-39dbba54dc34} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:30.672473 [ 5 ] {7cd94452-b253-4a11-92d9-39dbba54dc34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:30.672895 [ 5 ] {7cd94452-b253-4a11-92d9-39dbba54dc34} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:30.672928 [ 5 ] {7cd94452-b253-4a11-92d9-39dbba54dc34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:30.673255 [ 5 ] {7cd94452-b253-4a11-92d9-39dbba54dc34} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:36:30.673474 [ 5 ] {7cd94452-b253-4a11-92d9-39dbba54dc34} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:30.673601 [ 5 ] {7cd94452-b253-4a11-92d9-39dbba54dc34} executeQuery: Read 314 rows, 21.12 KiB in 0.001187 sec., 264532.43470935134 rows/sec., 17.38 MiB/sec. 2025.09.19 00:36:30.673637 [ 5 ] {7cd94452-b253-4a11-92d9-39dbba54dc34} TCPHandler: Processed in 0.001354917 sec. 2025.09.19 00:36:30.673736 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:30.673831 [ 5 ] {a3490be6-4b50-476a-9620-ffb20f2c1e4e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:36:30.673871 [ 5 ] {a3490be6-4b50-476a-9620-ffb20f2c1e4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:36:30.674176 [ 5 ] {a3490be6-4b50-476a-9620-ffb20f2c1e4e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:30.674209 [ 5 ] {a3490be6-4b50-476a-9620-ffb20f2c1e4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:30.674492 [ 5 ] {a3490be6-4b50-476a-9620-ffb20f2c1e4e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:36:30.674697 [ 5 ] {a3490be6-4b50-476a-9620-ffb20f2c1e4e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:30.674821 [ 5 ] {a3490be6-4b50-476a-9620-ffb20f2c1e4e} executeQuery: Read 1 rows, 69.00 B in 0.001008 sec., 992.063492063492 rows/sec., 66.85 KiB/sec. 2025.09.19 00:36:30.674857 [ 5 ] {a3490be6-4b50-476a-9620-ffb20f2c1e4e} TCPHandler: Processed in 0.001168395 sec. 2025.09.19 00:36:30.674968 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:30.675081 [ 5 ] {84228457-7c18-4221-b0ff-9a4df864e0fd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:30.675129 [ 5 ] {84228457-7c18-4221-b0ff-9a4df864e0fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:30.675525 [ 5 ] {84228457-7c18-4221-b0ff-9a4df864e0fd} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:30.675566 [ 5 ] {84228457-7c18-4221-b0ff-9a4df864e0fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:30.675938 [ 5 ] {84228457-7c18-4221-b0ff-9a4df864e0fd} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:36:30.676191 [ 5 ] {84228457-7c18-4221-b0ff-9a4df864e0fd} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:30.676320 [ 5 ] {84228457-7c18-4221-b0ff-9a4df864e0fd} executeQuery: Read 104 rows, 6.53 KiB in 0.001263 sec., 82343.62628661915 rows/sec., 5.05 MiB/sec. 2025.09.19 00:36:30.676354 [ 5 ] {84228457-7c18-4221-b0ff-9a4df864e0fd} TCPHandler: Processed in 0.001443089 sec. 2025.09.19 00:36:34.705362 [ 145 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:36:34.705435 [ 145 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:36:34.830818 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21061 2025.09.19 00:36:34.831388 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:34.831433 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:34.831925 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:36:34.832155 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:34.832286 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21061 2025.09.19 00:36:34.889499 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1264 2025.09.19 00:36:34.892410 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:34.892461 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:34.893659 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:36:34.893924 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:34.894186 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1264 2025.09.19 00:36:35.651799 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:35.651973 [ 5 ] {3e92a3c2-92bd-41ef-979d-8e4755e79196} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:35.652045 [ 5 ] {3e92a3c2-92bd-41ef-979d-8e4755e79196} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:35.652791 [ 5 ] {3e92a3c2-92bd-41ef-979d-8e4755e79196} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:35.652841 [ 5 ] {3e92a3c2-92bd-41ef-979d-8e4755e79196} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:35.653312 [ 5 ] {3e92a3c2-92bd-41ef-979d-8e4755e79196} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:36:35.653559 [ 5 ] {3e92a3c2-92bd-41ef-979d-8e4755e79196} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:35.653725 [ 5 ] {3e92a3c2-92bd-41ef-979d-8e4755e79196} executeQuery: Read 140 rows, 12.42 KiB in 0.0018 sec., 77777.77777777778 rows/sec., 6.74 MiB/sec. 2025.09.19 00:36:35.653779 [ 5 ] {3e92a3c2-92bd-41ef-979d-8e4755e79196} TCPHandler: Processed in 0.002106267 sec. 2025.09.19 00:36:35.653912 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:35.654016 [ 5 ] {74296b35-c2fb-4e5b-82a6-b1a1330e0e49} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:35.654060 [ 5 ] {74296b35-c2fb-4e5b-82a6-b1a1330e0e49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:35.654525 [ 5 ] {74296b35-c2fb-4e5b-82a6-b1a1330e0e49} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:35.654566 [ 5 ] {74296b35-c2fb-4e5b-82a6-b1a1330e0e49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:35.654899 [ 5 ] {74296b35-c2fb-4e5b-82a6-b1a1330e0e49} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:36:35.655125 [ 5 ] {74296b35-c2fb-4e5b-82a6-b1a1330e0e49} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:35.655262 [ 5 ] {74296b35-c2fb-4e5b-82a6-b1a1330e0e49} executeQuery: Read 42 rows, 3.16 KiB in 0.001271 sec., 33044.846577498036 rows/sec., 2.43 MiB/sec. 2025.09.19 00:36:35.655301 [ 5 ] {74296b35-c2fb-4e5b-82a6-b1a1330e0e49} TCPHandler: Processed in 0.001439769 sec. 2025.09.19 00:36:35.655412 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:35.655509 [ 5 ] {73cfbdc6-14fd-4091-8ba5-6c2a92c3ed06} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:35.655550 [ 5 ] {73cfbdc6-14fd-4091-8ba5-6c2a92c3ed06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:35.655997 [ 5 ] {73cfbdc6-14fd-4091-8ba5-6c2a92c3ed06} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:35.656035 [ 5 ] {73cfbdc6-14fd-4091-8ba5-6c2a92c3ed06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:35.656352 [ 5 ] {73cfbdc6-14fd-4091-8ba5-6c2a92c3ed06} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:36:35.656575 [ 5 ] {73cfbdc6-14fd-4091-8ba5-6c2a92c3ed06} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:35.656774 [ 5 ] {73cfbdc6-14fd-4091-8ba5-6c2a92c3ed06} executeQuery: Read 106 rows, 8.48 KiB in 0.001282 sec., 82683.30733229329 rows/sec., 6.46 MiB/sec. 2025.09.19 00:36:35.656831 [ 5 ] {73cfbdc6-14fd-4091-8ba5-6c2a92c3ed06} TCPHandler: Processed in 0.001468379 sec. 2025.09.19 00:36:35.657000 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:35.657117 [ 5 ] {2083efab-e39d-4094-b629-38282a1fb29f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:35.657169 [ 5 ] {2083efab-e39d-4094-b629-38282a1fb29f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:35.657636 [ 5 ] {2083efab-e39d-4094-b629-38282a1fb29f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:35.657674 [ 5 ] {2083efab-e39d-4094-b629-38282a1fb29f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:35.658028 [ 5 ] {2083efab-e39d-4094-b629-38282a1fb29f} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:36:35.658266 [ 5 ] {2083efab-e39d-4094-b629-38282a1fb29f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:35.658401 [ 5 ] {2083efab-e39d-4094-b629-38282a1fb29f} executeQuery: Read 160 rows, 11.41 KiB in 0.00131 sec., 122137.40458015268 rows/sec., 8.51 MiB/sec. 2025.09.19 00:36:35.658439 [ 5 ] {2083efab-e39d-4094-b629-38282a1fb29f} TCPHandler: Processed in 0.001500019 sec. 2025.09.19 00:36:35.658556 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:35.658656 [ 5 ] {a8a96952-7720-4274-b7f5-63b64a91877d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:35.658712 [ 5 ] {a8a96952-7720-4274-b7f5-63b64a91877d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:36:35.659599 [ 5 ] {a8a96952-7720-4274-b7f5-63b64a91877d} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:35.659637 [ 5 ] {a8a96952-7720-4274-b7f5-63b64a91877d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:35.660215 [ 5 ] {a8a96952-7720-4274-b7f5-63b64a91877d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:36:35.660474 [ 5 ] {a8a96952-7720-4274-b7f5-63b64a91877d} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:35.660615 [ 5 ] {a8a96952-7720-4274-b7f5-63b64a91877d} executeQuery: Read 42 rows, 77.07 KiB in 0.001977 sec., 21244.309559939302 rows/sec., 38.07 MiB/sec. 2025.09.19 00:36:35.660678 [ 5 ] {a8a96952-7720-4274-b7f5-63b64a91877d} TCPHandler: Processed in 0.002171958 sec. 2025.09.19 00:36:35.660803 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:35.660897 [ 5 ] {ae33d1ec-02c3-4ebe-9d19-4028b2f8b9f9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:35.660939 [ 5 ] {ae33d1ec-02c3-4ebe-9d19-4028b2f8b9f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:35.661286 [ 5 ] {ae33d1ec-02c3-4ebe-9d19-4028b2f8b9f9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:35.661322 [ 5 ] {ae33d1ec-02c3-4ebe-9d19-4028b2f8b9f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:35.661635 [ 5 ] {ae33d1ec-02c3-4ebe-9d19-4028b2f8b9f9} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:36:35.661858 [ 5 ] {ae33d1ec-02c3-4ebe-9d19-4028b2f8b9f9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:35.661990 [ 5 ] {ae33d1ec-02c3-4ebe-9d19-4028b2f8b9f9} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.09.19 00:36:35.662027 [ 5 ] {ae33d1ec-02c3-4ebe-9d19-4028b2f8b9f9} TCPHandler: Processed in 0.001273877 sec. 2025.09.19 00:36:35.956281 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.09.19 00:36:35.973927 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:35.973993 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:35.980380 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:36:35.981161 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:35.984355 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.09.19 00:36:40.661577 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:40.661789 [ 5 ] {e16f9b4c-324a-419f-b069-ec85b445bf74} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:36:40.661867 [ 5 ] {e16f9b4c-324a-419f-b069-ec85b445bf74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:36:40.662694 [ 5 ] {e16f9b4c-324a-419f-b069-ec85b445bf74} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.662743 [ 5 ] {e16f9b4c-324a-419f-b069-ec85b445bf74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:40.663185 [ 5 ] {e16f9b4c-324a-419f-b069-ec85b445bf74} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:36:40.663419 [ 5 ] {e16f9b4c-324a-419f-b069-ec85b445bf74} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.663580 [ 5 ] {e16f9b4c-324a-419f-b069-ec85b445bf74} executeQuery: Read 410 rows, 26.63 KiB in 0.001859 sec., 220548.68208714362 rows/sec., 13.99 MiB/sec. 2025.09.19 00:36:40.663632 [ 5 ] {e16f9b4c-324a-419f-b069-ec85b445bf74} TCPHandler: Processed in 0.002183128 sec. 2025.09.19 00:36:40.663761 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:40.663863 [ 5 ] {75159ed5-4027-4df1-8929-3bcb0f74add3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:36:40.663907 [ 5 ] {75159ed5-4027-4df1-8929-3bcb0f74add3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:36:40.664314 [ 5 ] {75159ed5-4027-4df1-8929-3bcb0f74add3} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.664353 [ 5 ] {75159ed5-4027-4df1-8929-3bcb0f74add3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:40.664682 [ 5 ] {75159ed5-4027-4df1-8929-3bcb0f74add3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.19 00:36:40.664927 [ 5 ] {75159ed5-4027-4df1-8929-3bcb0f74add3} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.665062 [ 5 ] {75159ed5-4027-4df1-8929-3bcb0f74add3} executeQuery: Read 2 rows, 167.00 B in 0.001223 sec., 1635.322976287817 rows/sec., 133.35 KiB/sec. 2025.09.19 00:36:40.665102 [ 5 ] {75159ed5-4027-4df1-8929-3bcb0f74add3} TCPHandler: Processed in 0.001393919 sec. 2025.09.19 00:36:40.665214 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:40.665311 [ 5 ] {d23e6158-eaba-449f-b6ae-08c5d8fdf231} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:40.665350 [ 5 ] {d23e6158-eaba-449f-b6ae-08c5d8fdf231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:40.666318 [ 5 ] {d23e6158-eaba-449f-b6ae-08c5d8fdf231} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.666356 [ 5 ] {d23e6158-eaba-449f-b6ae-08c5d8fdf231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:40.666731 [ 5 ] {d23e6158-eaba-449f-b6ae-08c5d8fdf231} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:36:40.666947 [ 5 ] {d23e6158-eaba-449f-b6ae-08c5d8fdf231} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.667091 [ 5 ] {d23e6158-eaba-449f-b6ae-08c5d8fdf231} executeQuery: Read 1113 rows, 89.87 KiB in 0.001801 sec., 617990.0055524708 rows/sec., 48.73 MiB/sec. 2025.09.19 00:36:40.667130 [ 5 ] {d23e6158-eaba-449f-b6ae-08c5d8fdf231} TCPHandler: Processed in 0.001965675 sec. 2025.09.19 00:36:40.667249 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:40.667344 [ 5 ] {6f4e4773-584b-4d3b-833e-16fe52bec733} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:40.667383 [ 5 ] {6f4e4773-584b-4d3b-833e-16fe52bec733} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:40.667865 [ 5 ] {6f4e4773-584b-4d3b-833e-16fe52bec733} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.667901 [ 5 ] {6f4e4773-584b-4d3b-833e-16fe52bec733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:40.668228 [ 5 ] {6f4e4773-584b-4d3b-833e-16fe52bec733} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:36:40.668446 [ 5 ] {6f4e4773-584b-4d3b-833e-16fe52bec733} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.668574 [ 5 ] {6f4e4773-584b-4d3b-833e-16fe52bec733} executeQuery: Read 207 rows, 12.46 KiB in 0.001249 sec., 165732.5860688551 rows/sec., 9.74 MiB/sec. 2025.09.19 00:36:40.668612 [ 5 ] {6f4e4773-584b-4d3b-833e-16fe52bec733} TCPHandler: Processed in 0.001413399 sec. 2025.09.19 00:36:40.668721 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:40.668815 [ 5 ] {976434be-fee6-4a8c-a2e9-2283f6a3bf9f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:36:40.668854 [ 5 ] {976434be-fee6-4a8c-a2e9-2283f6a3bf9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:36:40.669326 [ 5 ] {976434be-fee6-4a8c-a2e9-2283f6a3bf9f} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.669363 [ 5 ] {976434be-fee6-4a8c-a2e9-2283f6a3bf9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:40.669690 [ 5 ] {976434be-fee6-4a8c-a2e9-2283f6a3bf9f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:36:40.669910 [ 5 ] {976434be-fee6-4a8c-a2e9-2283f6a3bf9f} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.670040 [ 5 ] {976434be-fee6-4a8c-a2e9-2283f6a3bf9f} executeQuery: Read 212 rows, 14.00 KiB in 0.001243 sec., 170555.10860820595 rows/sec., 11.00 MiB/sec. 2025.09.19 00:36:40.670078 [ 5 ] {976434be-fee6-4a8c-a2e9-2283f6a3bf9f} TCPHandler: Processed in 0.001405569 sec. 2025.09.19 00:36:40.670198 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:40.670317 [ 5 ] {c6050fc3-416a-4cf7-b36a-aafe29d2c13d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:36:40.670368 [ 5 ] {c6050fc3-416a-4cf7-b36a-aafe29d2c13d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:36:40.670894 [ 5 ] {c6050fc3-416a-4cf7-b36a-aafe29d2c13d} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.670932 [ 5 ] {c6050fc3-416a-4cf7-b36a-aafe29d2c13d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:40.671266 [ 5 ] {c6050fc3-416a-4cf7-b36a-aafe29d2c13d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:36:40.671488 [ 5 ] {c6050fc3-416a-4cf7-b36a-aafe29d2c13d} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.671620 [ 5 ] {c6050fc3-416a-4cf7-b36a-aafe29d2c13d} executeQuery: Read 211 rows, 12.27 KiB in 0.001328 sec., 158885.5421686747 rows/sec., 9.02 MiB/sec. 2025.09.19 00:36:40.671660 [ 5 ] {c6050fc3-416a-4cf7-b36a-aafe29d2c13d} TCPHandler: Processed in 0.0015203 sec. 2025.09.19 00:36:40.671781 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:40.671904 [ 5 ] {9af0b409-4d9b-4d1e-8c28-07cc3d257cb6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:40.671954 [ 5 ] {9af0b409-4d9b-4d1e-8c28-07cc3d257cb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:40.672699 [ 5 ] {9af0b409-4d9b-4d1e-8c28-07cc3d257cb6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.672737 [ 5 ] {9af0b409-4d9b-4d1e-8c28-07cc3d257cb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:40.673119 [ 5 ] {9af0b409-4d9b-4d1e-8c28-07cc3d257cb6} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:36:40.673340 [ 5 ] {9af0b409-4d9b-4d1e-8c28-07cc3d257cb6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.673494 [ 5 ] {9af0b409-4d9b-4d1e-8c28-07cc3d257cb6} executeQuery: Read 681 rows, 48.63 KiB in 0.001614 sec., 421933.08550185873 rows/sec., 29.42 MiB/sec. 2025.09.19 00:36:40.673532 [ 5 ] {9af0b409-4d9b-4d1e-8c28-07cc3d257cb6} TCPHandler: Processed in 0.001811674 sec. 2025.09.19 00:36:40.673638 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:40.673733 [ 5 ] {4bfe2b6a-4c20-4155-971f-e106fd528894} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:36:40.673775 [ 5 ] {4bfe2b6a-4c20-4155-971f-e106fd528894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:36:40.674115 [ 5 ] {4bfe2b6a-4c20-4155-971f-e106fd528894} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.674152 [ 5 ] {4bfe2b6a-4c20-4155-971f-e106fd528894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:40.674457 [ 5 ] {4bfe2b6a-4c20-4155-971f-e106fd528894} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:36:40.674674 [ 5 ] {4bfe2b6a-4c20-4155-971f-e106fd528894} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.674777 [ 134 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.19 00:36:40.674802 [ 5 ] {4bfe2b6a-4c20-4155-971f-e106fd528894} executeQuery: Read 6 rows, 321.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 288.12 KiB/sec. 2025.09.19 00:36:40.674871 [ 134 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.674886 [ 5 ] {4bfe2b6a-4c20-4155-971f-e106fd528894} TCPHandler: Processed in 0.001297517 sec. 2025.09.19 00:36:40.674898 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:40.675001 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:40.675012 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:36:40.675101 [ 5 ] {508bb5c5-070a-45e8-9207-5f910a5d516f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:40.675125 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:40.675145 [ 5 ] {508bb5c5-070a-45e8-9207-5f910a5d516f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:40.675159 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part 2025.09.19 00:36:40.675223 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2025.09.19 00:36:40.675273 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2025.09.19 00:36:40.675320 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2025.09.19 00:36:40.675361 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2025.09.19 00:36:40.675406 [ 189 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part 2025.09.19 00:36:40.675585 [ 5 ] {508bb5c5-070a-45e8-9207-5f910a5d516f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.675620 [ 5 ] {508bb5c5-070a-45e8-9207-5f910a5d516f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:40.675987 [ 5 ] {508bb5c5-070a-45e8-9207-5f910a5d516f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:36:40.676113 [ 186 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.001143395 sec., 162673.4418114475 rows/sec., 8.30 MiB/sec. 2025.09.19 00:36:40.676205 [ 5 ] {508bb5c5-070a-45e8-9207-5f910a5d516f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.676301 [ 190 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.19 00:36:40.676366 [ 5 ] {508bb5c5-070a-45e8-9207-5f910a5d516f} executeQuery: Read 315 rows, 21.19 KiB in 0.001284 sec., 245327.10280373832 rows/sec., 16.12 MiB/sec. 2025.09.19 00:36:40.676407 [ 5 ] {508bb5c5-070a-45e8-9207-5f910a5d516f} TCPHandler: Processed in 0.00145503 sec. 2025.09.19 00:36:40.676524 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:40.676621 [ 5 ] {7c95e2e4-f7bb-4634-84bc-9645351ef58d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:36:40.676672 [ 5 ] {7c95e2e4-f7bb-4634-84bc-9645351ef58d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:36:40.676678 [ 190 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_31_6} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.676765 [ 190 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_31_6} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.19 00:36:40.676891 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.19 00:36:40.676997 [ 5 ] {7c95e2e4-f7bb-4634-84bc-9645351ef58d} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.677038 [ 5 ] {7c95e2e4-f7bb-4634-84bc-9645351ef58d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:40.677374 [ 5 ] {7c95e2e4-f7bb-4634-84bc-9645351ef58d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:36:40.677590 [ 5 ] {7c95e2e4-f7bb-4634-84bc-9645351ef58d} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.677721 [ 5 ] {7c95e2e4-f7bb-4634-84bc-9645351ef58d} executeQuery: Read 1 rows, 69.00 B in 0.001118 sec., 894.4543828264758 rows/sec., 60.27 KiB/sec. 2025.09.19 00:36:40.677757 [ 5 ] {7c95e2e4-f7bb-4634-84bc-9645351ef58d} TCPHandler: Processed in 0.001282407 sec. 2025.09.19 00:36:40.677864 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:40.677956 [ 5 ] {707553ed-3693-4215-8659-77d0a3fa20cb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:40.677998 [ 5 ] {707553ed-3693-4215-8659-77d0a3fa20cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:40.678328 [ 5 ] {707553ed-3693-4215-8659-77d0a3fa20cb} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:40.678458 [ 5 ] {707553ed-3693-4215-8659-77d0a3fa20cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:40.678788 [ 5 ] {707553ed-3693-4215-8659-77d0a3fa20cb} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:36:40.679003 [ 5 ] {707553ed-3693-4215-8659-77d0a3fa20cb} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:40.679142 [ 5 ] {707553ed-3693-4215-8659-77d0a3fa20cb} executeQuery: Read 104 rows, 6.53 KiB in 0.001203 sec., 86450.54031587696 rows/sec., 5.30 MiB/sec. 2025.09.19 00:36:40.679177 [ 5 ] {707553ed-3693-4215-8659-77d0a3fa20cb} TCPHandler: Processed in 0.001362188 sec. 2025.09.19 00:36:42.332414 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21573 2025.09.19 00:36:42.333317 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:42.333395 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.09.19 00:36:42.333999 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:36:42.334339 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:42.334510 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21573 2025.09.19 00:36:43.484458 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.09.19 00:36:43.502347 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:43.502401 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:43.508592 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:36:43.509369 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:43.512448 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.09.19 00:36:44.894443 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1298 2025.09.19 00:36:44.896995 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:44.897056 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:44.898406 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:36:44.898698 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:44.899068 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1298 2025.09.19 00:36:45.652275 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:45.652452 [ 5 ] {309039fa-a88b-401f-af91-cb31de0ca5b1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:45.652521 [ 5 ] {309039fa-a88b-401f-af91-cb31de0ca5b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:45.653270 [ 5 ] {309039fa-a88b-401f-af91-cb31de0ca5b1} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:45.653319 [ 5 ] {309039fa-a88b-401f-af91-cb31de0ca5b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:45.653747 [ 5 ] {309039fa-a88b-401f-af91-cb31de0ca5b1} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:36:45.653985 [ 5 ] {309039fa-a88b-401f-af91-cb31de0ca5b1} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:45.654096 [ 129 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.19 00:36:45.654135 [ 129 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:45.654142 [ 5 ] {309039fa-a88b-401f-af91-cb31de0ca5b1} executeQuery: Read 140 rows, 12.42 KiB in 0.001738 sec., 80552.3590333717 rows/sec., 6.98 MiB/sec. 2025.09.19 00:36:45.654159 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:45.654193 [ 5 ] {309039fa-a88b-401f-af91-cb31de0ca5b1} TCPHandler: Processed in 0.002044427 sec. 2025.09.19 00:36:45.654309 [ 186 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:36:45.654336 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:45.654477 [ 186 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:45.654482 [ 5 ] {02d91a43-9668-4227-8ef8-d5ede3db4bfa} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:45.654525 [ 186 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2346 rows starting from the beginning of the part 2025.09.19 00:36:45.654560 [ 5 ] {02d91a43-9668-4227-8ef8-d5ede3db4bfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:45.654612 [ 186 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1287 rows starting from the beginning of the part 2025.09.19 00:36:45.654672 [ 186 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:36:45.654718 [ 186 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 140 rows starting from the beginning of the part 2025.09.19 00:36:45.654762 [ 186 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:36:45.654806 [ 186 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 140 rows starting from the beginning of the part 2025.09.19 00:36:45.655066 [ 5 ] {02d91a43-9668-4227-8ef8-d5ede3db4bfa} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:45.655110 [ 5 ] {02d91a43-9668-4227-8ef8-d5ede3db4bfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:45.655461 [ 5 ] {02d91a43-9668-4227-8ef8-d5ede3db4bfa} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:36:45.655702 [ 5 ] {02d91a43-9668-4227-8ef8-d5ede3db4bfa} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:45.655842 [ 5 ] {02d91a43-9668-4227-8ef8-d5ede3db4bfa} executeQuery: Read 42 rows, 3.16 KiB in 0.001389 sec., 30237.580993520518 rows/sec., 2.22 MiB/sec. 2025.09.19 00:36:45.655883 [ 5 ] {02d91a43-9668-4227-8ef8-d5ede3db4bfa} TCPHandler: Processed in 0.001610731 sec. 2025.09.19 00:36:45.656000 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:45.656097 [ 5 ] {217d1124-f9b6-4a35-adba-001e4c850fb6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:45.656139 [ 5 ] {217d1124-f9b6-4a35-adba-001e4c850fb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:45.656589 [ 5 ] {217d1124-f9b6-4a35-adba-001e4c850fb6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:45.656628 [ 5 ] {217d1124-f9b6-4a35-adba-001e4c850fb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:45.656988 [ 5 ] {217d1124-f9b6-4a35-adba-001e4c850fb6} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:36:45.657208 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 6138 rows, containing 5 columns (5 merged, 0 gathered) in 0.002961439 sec., 2072641.0370093726 rows/sec., 175.52 MiB/sec. 2025.09.19 00:36:45.657224 [ 5 ] {217d1124-f9b6-4a35-adba-001e4c850fb6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:45.657347 [ 129 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.19 00:36:45.657377 [ 5 ] {217d1124-f9b6-4a35-adba-001e4c850fb6} executeQuery: Read 106 rows, 8.48 KiB in 0.0013 sec., 81538.46153846155 rows/sec., 6.37 MiB/sec. 2025.09.19 00:36:45.657379 [ 129 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:45.657410 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:45.657415 [ 5 ] {217d1124-f9b6-4a35-adba-001e4c850fb6} TCPHandler: Processed in 0.001463339 sec. 2025.09.19 00:36:45.657493 [ 186 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.19 00:36:45.657509 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:36:45.657548 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:45.657611 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:45.657644 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1213 rows starting from the beginning of the part 2025.09.19 00:36:45.657654 [ 5 ] {0b405041-c5ed-47d0-b394-c1c81e8aa66f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:45.657703 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 576 rows starting from the beginning of the part 2025.09.19 00:36:45.657704 [ 5 ] {0b405041-c5ed-47d0-b394-c1c81e8aa66f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:45.657759 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 679 rows starting from the beginning of the part 2025.09.19 00:36:45.657786 [ 186 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_66_13} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:45.657804 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 106 rows starting from the beginning of the part 2025.09.19 00:36:45.657844 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 681 rows starting from the beginning of the part 2025.09.19 00:36:45.657867 [ 186 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_66_13} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.19 00:36:45.657908 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 106 rows starting from the beginning of the part 2025.09.19 00:36:45.657953 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.09.19 00:36:45.658171 [ 5 ] {0b405041-c5ed-47d0-b394-c1c81e8aa66f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:45.658212 [ 5 ] {0b405041-c5ed-47d0-b394-c1c81e8aa66f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:45.658568 [ 5 ] {0b405041-c5ed-47d0-b394-c1c81e8aa66f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:36:45.658788 [ 5 ] {0b405041-c5ed-47d0-b394-c1c81e8aa66f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:45.658894 [ 129 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.19 00:36:45.658919 [ 129 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:45.658920 [ 5 ] {0b405041-c5ed-47d0-b394-c1c81e8aa66f} executeQuery: Read 160 rows, 11.41 KiB in 0.001287 sec., 124320.12432012432 rows/sec., 8.66 MiB/sec. 2025.09.19 00:36:45.658939 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:45.658961 [ 5 ] {0b405041-c5ed-47d0-b394-c1c81e8aa66f} TCPHandler: Processed in 0.001462469 sec. 2025.09.19 00:36:45.659020 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:36:45.659077 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:45.659115 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:45.659150 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 21272 rows starting from the beginning of the part 2025.09.19 00:36:45.659176 [ 5 ] {2fa6a5e7-fd2a-495c-96c6-648ca78dc895} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:45.659201 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 851 rows starting from the beginning of the part 2025.09.19 00:36:45.659214 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3361 rows, containing 5 columns (5 merged, 0 gathered) in 0.001734133 sec., 1938144.3061172357 rows/sec., 146.49 MiB/sec. 2025.09.19 00:36:45.659246 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 314 rows starting from the beginning of the part 2025.09.19 00:36:45.659238 [ 5 ] {2fa6a5e7-fd2a-495c-96c6-648ca78dc895} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:36:45.659310 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:36:45.659351 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 315 rows starting from the beginning of the part 2025.09.19 00:36:45.659386 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:36:45.659478 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.19 00:36:45.659810 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_66_13} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:45.659900 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_66_13} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.19 00:36:45.660019 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:36:45.660224 [ 5 ] {2fa6a5e7-fd2a-495c-96c6-648ca78dc895} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:45.660265 [ 5 ] {2fa6a5e7-fd2a-495c-96c6-648ca78dc895} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:45.660875 [ 5 ] {2fa6a5e7-fd2a-495c-96c6-648ca78dc895} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:36:45.661124 [ 5 ] {2fa6a5e7-fd2a-495c-96c6-648ca78dc895} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:45.661268 [ 5 ] {2fa6a5e7-fd2a-495c-96c6-648ca78dc895} executeQuery: Read 42 rows, 77.07 KiB in 0.00211 sec., 19905.21327014218 rows/sec., 35.67 MiB/sec. 2025.09.19 00:36:45.661331 [ 5 ] {2fa6a5e7-fd2a-495c-96c6-648ca78dc895} TCPHandler: Processed in 0.00230292 sec. 2025.09.19 00:36:45.661448 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:45.661543 [ 5 ] {c3588cb4-a523-41e6-b315-91634a2a6246} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:45.661584 [ 5 ] {c3588cb4-a523-41e6-b315-91634a2a6246} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:45.661930 [ 5 ] {c3588cb4-a523-41e6-b315-91634a2a6246} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:45.661964 [ 5 ] {c3588cb4-a523-41e6-b315-91634a2a6246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:45.662408 [ 5 ] {c3588cb4-a523-41e6-b315-91634a2a6246} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:36:45.662630 [ 5 ] {c3588cb4-a523-41e6-b315-91634a2a6246} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:45.662748 [ 129 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.19 00:36:45.662773 [ 5 ] {c3588cb4-a523-41e6-b315-91634a2a6246} executeQuery: Read 60 rows, 4.14 KiB in 0.001249 sec., 48038.43074459568 rows/sec., 3.24 MiB/sec. 2025.09.19 00:36:45.662779 [ 129 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:45.662805 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:45.662810 [ 5 ] {c3588cb4-a523-41e6-b315-91634a2a6246} TCPHandler: Processed in 0.001409548 sec. 2025.09.19 00:36:45.662899 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:36:45.663019 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:45.663054 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4840 rows starting from the beginning of the part 2025.09.19 00:36:45.663114 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:36:45.663156 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 104 rows starting from the beginning of the part 2025.09.19 00:36:45.663196 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:36:45.663236 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 104 rows starting from the beginning of the part 2025.09.19 00:36:45.663275 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:36:45.667209 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5228 rows, containing 4 columns (4 merged, 0 gathered) in 0.004349657 sec., 1201933.8536348958 rows/sec., 76.47 MiB/sec. 2025.09.19 00:36:45.667719 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.19 00:36:45.668043 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_66_13} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:45.668122 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_66_13} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.19 00:36:45.668207 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.09.19 00:36:45.673531 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 23072 rows, containing 5 columns (5 merged, 0 gathered) in 0.014543831 sec., 1586377.069425518 rows/sec., 106.26 MiB/sec. 2025.09.19 00:36:45.674177 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.19 00:36:45.674490 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_66_13} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:45.674578 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_66_13} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.19 00:36:45.674668 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2025.09.19 00:36:46.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 312.73 MiB, peak 323.08 MiB, free memory in arenas 0.00 B, will set to 315.07 MiB (RSS), difference: 2.34 MiB 2025.09.19 00:36:49.705487 [ 126 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:36:49.705590 [ 126 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:36:49.834630 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22021 2025.09.19 00:36:49.835162 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:49.835199 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:49.835710 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:36:49.835949 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:49.836065 [ 126 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.19 00:36:49.836081 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 2025.09.19 00:36:49.836106 [ 126 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:49.836129 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:49.836254 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:49.836405 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:49.836447 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19653 rows starting from the beginning of the part 2025.09.19 00:36:49.836516 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:49.836568 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:49.836613 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:49.836656 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:49.836698 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:36:49.838599 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22021 rows, containing 4 columns (4 merged, 0 gathered) in 0.002401481 sec., 9169758.161734363 rows/sec., 131.17 MiB/sec. 2025.09.19 00:36:49.839062 [ 200 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.19 00:36:49.839371 [ 200 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_46_9} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:49.839455 [ 200 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_46_9} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.19 00:36:49.839562 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.68 MiB. 2025.09.19 00:36:50.661443 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:50.661621 [ 5 ] {7cc16112-30dc-4f39-a05c-90d08a6aabdd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:36:50.661684 [ 5 ] {7cc16112-30dc-4f39-a05c-90d08a6aabdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:36:50.662556 [ 5 ] {7cc16112-30dc-4f39-a05c-90d08a6aabdd} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:50.662600 [ 5 ] {7cc16112-30dc-4f39-a05c-90d08a6aabdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:50.662995 [ 5 ] {7cc16112-30dc-4f39-a05c-90d08a6aabdd} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:36:50.663218 [ 5 ] {7cc16112-30dc-4f39-a05c-90d08a6aabdd} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:50.663370 [ 5 ] {7cc16112-30dc-4f39-a05c-90d08a6aabdd} executeQuery: Read 410 rows, 26.63 KiB in 0.001795 sec., 228412.25626740948 rows/sec., 14.49 MiB/sec. 2025.09.19 00:36:50.663412 [ 5 ] {7cc16112-30dc-4f39-a05c-90d08a6aabdd} TCPHandler: Processed in 0.002089858 sec. 2025.09.19 00:36:50.663533 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:50.663627 [ 5 ] {160bb59e-5aed-46a0-a9d8-91db82627f64} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:50.663667 [ 5 ] {160bb59e-5aed-46a0-a9d8-91db82627f64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:50.664534 [ 5 ] {160bb59e-5aed-46a0-a9d8-91db82627f64} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:50.664571 [ 5 ] {160bb59e-5aed-46a0-a9d8-91db82627f64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:50.664932 [ 5 ] {160bb59e-5aed-46a0-a9d8-91db82627f64} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:36:50.665140 [ 5 ] {160bb59e-5aed-46a0-a9d8-91db82627f64} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:50.665266 [ 5 ] {160bb59e-5aed-46a0-a9d8-91db82627f64} executeQuery: Read 1112 rows, 89.80 KiB in 0.001658 sec., 670687.5753920386 rows/sec., 52.89 MiB/sec. 2025.09.19 00:36:50.665303 [ 5 ] {160bb59e-5aed-46a0-a9d8-91db82627f64} TCPHandler: Processed in 0.001819014 sec. 2025.09.19 00:36:50.665418 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:50.665512 [ 5 ] {e0abce51-3fde-4428-93b7-98947f2cfbbf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:50.665552 [ 5 ] {e0abce51-3fde-4428-93b7-98947f2cfbbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:50.666063 [ 5 ] {e0abce51-3fde-4428-93b7-98947f2cfbbf} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:50.666098 [ 5 ] {e0abce51-3fde-4428-93b7-98947f2cfbbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:50.666397 [ 5 ] {e0abce51-3fde-4428-93b7-98947f2cfbbf} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:36:50.666618 [ 5 ] {e0abce51-3fde-4428-93b7-98947f2cfbbf} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:50.666750 [ 5 ] {e0abce51-3fde-4428-93b7-98947f2cfbbf} executeQuery: Read 205 rows, 12.32 KiB in 0.001257 sec., 163086.71439936355 rows/sec., 9.57 MiB/sec. 2025.09.19 00:36:50.666788 [ 5 ] {e0abce51-3fde-4428-93b7-98947f2cfbbf} TCPHandler: Processed in 0.001418238 sec. 2025.09.19 00:36:50.666897 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:50.666989 [ 5 ] {590725b6-4743-43e7-b73e-2db23cb97c95} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:36:50.667028 [ 5 ] {590725b6-4743-43e7-b73e-2db23cb97c95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:36:50.667496 [ 5 ] {590725b6-4743-43e7-b73e-2db23cb97c95} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:50.667532 [ 5 ] {590725b6-4743-43e7-b73e-2db23cb97c95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:50.667823 [ 5 ] {590725b6-4743-43e7-b73e-2db23cb97c95} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:36:50.668030 [ 5 ] {590725b6-4743-43e7-b73e-2db23cb97c95} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:50.668156 [ 5 ] {590725b6-4743-43e7-b73e-2db23cb97c95} executeQuery: Read 212 rows, 14.00 KiB in 0.001185 sec., 178902.95358649787 rows/sec., 11.54 MiB/sec. 2025.09.19 00:36:50.668193 [ 5 ] {590725b6-4743-43e7-b73e-2db23cb97c95} TCPHandler: Processed in 0.001343548 sec. 2025.09.19 00:36:50.668304 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:50.668396 [ 5 ] {e5c1c27b-4019-4cb5-a16b-07c4bf1c7ef2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:36:50.668435 [ 5 ] {e5c1c27b-4019-4cb5-a16b-07c4bf1c7ef2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:36:50.668889 [ 5 ] {e5c1c27b-4019-4cb5-a16b-07c4bf1c7ef2} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:50.668924 [ 5 ] {e5c1c27b-4019-4cb5-a16b-07c4bf1c7ef2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:50.669218 [ 5 ] {e5c1c27b-4019-4cb5-a16b-07c4bf1c7ef2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:36:50.669429 [ 5 ] {e5c1c27b-4019-4cb5-a16b-07c4bf1c7ef2} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:50.669554 [ 5 ] {e5c1c27b-4019-4cb5-a16b-07c4bf1c7ef2} executeQuery: Read 211 rows, 12.27 KiB in 0.001176 sec., 179421.768707483 rows/sec., 10.19 MiB/sec. 2025.09.19 00:36:50.669591 [ 5 ] {e5c1c27b-4019-4cb5-a16b-07c4bf1c7ef2} TCPHandler: Processed in 0.001333598 sec. 2025.09.19 00:36:50.669701 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:50.669793 [ 5 ] {f9add1e2-7d8d-4487-908d-5c4cef6030ca} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:50.669832 [ 5 ] {f9add1e2-7d8d-4487-908d-5c4cef6030ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:50.670434 [ 5 ] {f9add1e2-7d8d-4487-908d-5c4cef6030ca} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:50.670469 [ 5 ] {f9add1e2-7d8d-4487-908d-5c4cef6030ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:50.670789 [ 5 ] {f9add1e2-7d8d-4487-908d-5c4cef6030ca} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:36:50.671003 [ 5 ] {f9add1e2-7d8d-4487-908d-5c4cef6030ca} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:50.671128 [ 5 ] {f9add1e2-7d8d-4487-908d-5c4cef6030ca} executeQuery: Read 679 rows, 48.47 KiB in 0.001352 sec., 502218.9349112426 rows/sec., 35.01 MiB/sec. 2025.09.19 00:36:50.671164 [ 5 ] {f9add1e2-7d8d-4487-908d-5c4cef6030ca} TCPHandler: Processed in 0.00151148 sec. 2025.09.19 00:36:50.671274 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:50.671367 [ 5 ] {6d825331-7d6d-4589-a134-8eeb7183bedd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:36:50.671407 [ 5 ] {6d825331-7d6d-4589-a134-8eeb7183bedd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:36:50.671737 [ 5 ] {6d825331-7d6d-4589-a134-8eeb7183bedd} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:50.671772 [ 5 ] {6d825331-7d6d-4589-a134-8eeb7183bedd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:50.672064 [ 5 ] {6d825331-7d6d-4589-a134-8eeb7183bedd} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:36:50.672270 [ 5 ] {6d825331-7d6d-4589-a134-8eeb7183bedd} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:50.672392 [ 5 ] {6d825331-7d6d-4589-a134-8eeb7183bedd} executeQuery: Read 6 rows, 321.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 300.55 KiB/sec. 2025.09.19 00:36:50.672427 [ 5 ] {6d825331-7d6d-4589-a134-8eeb7183bedd} TCPHandler: Processed in 0.001201176 sec. 2025.09.19 00:36:50.672536 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:50.672627 [ 5 ] {4e82db26-4ec8-49d5-a881-accc1389cd11} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:50.672669 [ 5 ] {4e82db26-4ec8-49d5-a881-accc1389cd11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:50.673085 [ 5 ] {4e82db26-4ec8-49d5-a881-accc1389cd11} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:50.673121 [ 5 ] {4e82db26-4ec8-49d5-a881-accc1389cd11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:50.673442 [ 5 ] {4e82db26-4ec8-49d5-a881-accc1389cd11} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:36:50.673650 [ 5 ] {4e82db26-4ec8-49d5-a881-accc1389cd11} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:50.673774 [ 5 ] {4e82db26-4ec8-49d5-a881-accc1389cd11} executeQuery: Read 314 rows, 21.12 KiB in 0.001165 sec., 269527.8969957082 rows/sec., 17.71 MiB/sec. 2025.09.19 00:36:50.673812 [ 5 ] {4e82db26-4ec8-49d5-a881-accc1389cd11} TCPHandler: Processed in 0.001322937 sec. 2025.09.19 00:36:50.673921 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:50.674012 [ 5 ] {7c62d5c9-fbcb-432d-a82d-464f2171cfee} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:36:50.674052 [ 5 ] {7c62d5c9-fbcb-432d-a82d-464f2171cfee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:36:50.674363 [ 5 ] {7c62d5c9-fbcb-432d-a82d-464f2171cfee} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:50.674398 [ 5 ] {7c62d5c9-fbcb-432d-a82d-464f2171cfee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:50.674684 [ 5 ] {7c62d5c9-fbcb-432d-a82d-464f2171cfee} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:36:50.674896 [ 5 ] {7c62d5c9-fbcb-432d-a82d-464f2171cfee} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:50.675027 [ 5 ] {7c62d5c9-fbcb-432d-a82d-464f2171cfee} executeQuery: Read 1 rows, 69.00 B in 0.001032 sec., 968.9922480620156 rows/sec., 65.29 KiB/sec. 2025.09.19 00:36:50.675061 [ 5 ] {7c62d5c9-fbcb-432d-a82d-464f2171cfee} TCPHandler: Processed in 0.001187335 sec. 2025.09.19 00:36:50.675169 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:50.675261 [ 5 ] {bb3b2f45-55fd-472a-b63a-5bea549b82a4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:50.675300 [ 5 ] {bb3b2f45-55fd-472a-b63a-5bea549b82a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:50.675615 [ 5 ] {bb3b2f45-55fd-472a-b63a-5bea549b82a4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:50.675649 [ 5 ] {bb3b2f45-55fd-472a-b63a-5bea549b82a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:50.675951 [ 5 ] {bb3b2f45-55fd-472a-b63a-5bea549b82a4} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:36:50.676154 [ 5 ] {bb3b2f45-55fd-472a-b63a-5bea549b82a4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:50.676279 [ 5 ] {bb3b2f45-55fd-472a-b63a-5bea549b82a4} executeQuery: Read 104 rows, 6.53 KiB in 0.001036 sec., 100386.10038610038 rows/sec., 6.15 MiB/sec. 2025.09.19 00:36:50.676314 [ 5 ] {bb3b2f45-55fd-472a-b63a-5bea549b82a4} TCPHandler: Processed in 0.001191686 sec. 2025.09.19 00:36:51.012578 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.09.19 00:36:51.030345 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:51.030396 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:51.036904 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:36:51.037595 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:51.037952 [ 123 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.19 00:36:51.038048 [ 123 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:51.038084 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:51.038320 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:51.040788 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.09.19 00:36:51.042361 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:51.043980 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:51.048569 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:51.053250 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:51.057854 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:51.062618 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:51.066388 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:36:51.116805 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.078565688 sec., 4416.686327497062 rows/sec., 22.84 MiB/sec. 2025.09.19 00:36:51.119109 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.19 00:36:51.121284 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_46_9} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:51.121360 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_46_9} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.19 00:36:51.123903 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.19 00:36:51.587425 [ 123 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.09.19 00:36:51.587504 [ 123 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:51.587534 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:51.587687 [ 193 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:36:51.587844 [ 193 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:51.587887 [ 193 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:36:51.587971 [ 193 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2025.09.19 00:36:51.588031 [ 193 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2025.09.19 00:36:51.588086 [ 193 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part 2025.09.19 00:36:51.588140 [ 193 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2025.09.19 00:36:51.589034 [ 188 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001416298 sec., 26830.511657857314 rows/sec., 2.24 MiB/sec. 2025.09.19 00:36:51.589181 [ 188 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.09.19 00:36:51.589450 [ 188 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_17_4} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:51.589528 [ 188 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_17_4} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.09.19 00:36:51.589610 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.19 00:36:52.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 316.22 MiB, peak 329.59 MiB, free memory in arenas 0.00 B, will set to 315.17 MiB (RSS), difference: -1.05 MiB 2025.09.19 00:36:54.899310 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1330 2025.09.19 00:36:54.901823 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:54.901881 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:54.903118 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:36:54.903399 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:54.903773 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1330 2025.09.19 00:36:55.679860 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:55.680142 [ 5 ] {0a0ed5ca-a711-4333-8d04-a2bde6d5f04a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:36:55.680246 [ 5 ] {0a0ed5ca-a711-4333-8d04-a2bde6d5f04a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:36:55.681147 [ 5 ] {0a0ed5ca-a711-4333-8d04-a2bde6d5f04a} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:55.681184 [ 5 ] {0a0ed5ca-a711-4333-8d04-a2bde6d5f04a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:55.681568 [ 5 ] {0a0ed5ca-a711-4333-8d04-a2bde6d5f04a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.19 00:36:55.681800 [ 5 ] {0a0ed5ca-a711-4333-8d04-a2bde6d5f04a} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:55.681954 [ 5 ] {0a0ed5ca-a711-4333-8d04-a2bde6d5f04a} executeQuery: Read 2 rows, 167.00 B in 0.001886 sec., 1060.4453870625662 rows/sec., 86.47 KiB/sec. 2025.09.19 00:36:55.681995 [ 5 ] {0a0ed5ca-a711-4333-8d04-a2bde6d5f04a} TCPHandler: Processed in 0.002313061 sec. 2025.09.19 00:36:55.682117 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:55.682212 [ 5 ] {d2137ac6-898d-473a-a905-50aa7ebe0b06} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:36:55.682252 [ 5 ] {d2137ac6-898d-473a-a905-50aa7ebe0b06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:36:55.683329 [ 5 ] {d2137ac6-898d-473a-a905-50aa7ebe0b06} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:55.683363 [ 5 ] {d2137ac6-898d-473a-a905-50aa7ebe0b06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:55.683755 [ 5 ] {d2137ac6-898d-473a-a905-50aa7ebe0b06} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:36:55.683973 [ 5 ] {d2137ac6-898d-473a-a905-50aa7ebe0b06} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:55.684102 [ 5 ] {d2137ac6-898d-473a-a905-50aa7ebe0b06} executeQuery: Read 1281 rows, 108.61 KiB in 0.001908 sec., 671383.6477987422 rows/sec., 55.59 MiB/sec. 2025.09.19 00:36:55.684139 [ 5 ] {d2137ac6-898d-473a-a905-50aa7ebe0b06} TCPHandler: Processed in 0.002072467 sec. 2025.09.19 00:36:55.684244 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:55.684338 [ 5 ] {58ee4277-34c6-46e0-b871-36423a407e5b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:36:55.684377 [ 5 ] {58ee4277-34c6-46e0-b871-36423a407e5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:36:55.684790 [ 5 ] {58ee4277-34c6-46e0-b871-36423a407e5b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:55.684824 [ 5 ] {58ee4277-34c6-46e0-b871-36423a407e5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:55.685148 [ 5 ] {58ee4277-34c6-46e0-b871-36423a407e5b} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:36:55.685366 [ 5 ] {58ee4277-34c6-46e0-b871-36423a407e5b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:55.685453 [ 117 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.19 00:36:55.685489 [ 5 ] {58ee4277-34c6-46e0-b871-36423a407e5b} executeQuery: Read 44 rows, 3.30 KiB in 0.001169 sec., 37639.007698887945 rows/sec., 2.75 MiB/sec. 2025.09.19 00:36:55.685489 [ 117 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:55.685520 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:55.685528 [ 5 ] {58ee4277-34c6-46e0-b871-36423a407e5b} TCPHandler: Processed in 0.001331898 sec. 2025.09.19 00:36:55.685634 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:36:55.685638 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:55.685776 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:36:55.685784 [ 5 ] {2669f3a8-1ad8-471e-bdb3-7c2043e74016} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:36:55.685816 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 265 rows starting from the beginning of the part 2025.09.19 00:36:55.685833 [ 5 ] {2669f3a8-1ad8-471e-bdb3-7c2043e74016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:36:55.685887 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 42 rows starting from the beginning of the part 2025.09.19 00:36:55.685940 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 207 rows starting from the beginning of the part 2025.09.19 00:36:55.685983 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 42 rows starting from the beginning of the part 2025.09.19 00:36:55.686021 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 205 rows starting from the beginning of the part 2025.09.19 00:36:55.686065 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 44 rows starting from the beginning of the part 2025.09.19 00:36:55.686343 [ 5 ] {2669f3a8-1ad8-471e-bdb3-7c2043e74016} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:55.686382 [ 5 ] {2669f3a8-1ad8-471e-bdb3-7c2043e74016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:55.686716 [ 5 ] {2669f3a8-1ad8-471e-bdb3-7c2043e74016} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:36:55.686943 [ 5 ] {2669f3a8-1ad8-471e-bdb3-7c2043e74016} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:55.686972 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 805 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397629 sec., 575975.4555751204 rows/sec., 37.91 MiB/sec. 2025.09.19 00:36:55.687069 [ 5 ] {2669f3a8-1ad8-471e-bdb3-7c2043e74016} executeQuery: Read 228 rows, 15.81 KiB in 0.001307 sec., 174445.29456771232 rows/sec., 11.81 MiB/sec. 2025.09.19 00:36:55.687107 [ 5 ] {2669f3a8-1ad8-471e-bdb3-7c2043e74016} TCPHandler: Processed in 0.001516679 sec. 2025.09.19 00:36:55.687131 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.19 00:36:55.687231 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:55.687328 [ 5 ] {54dd684b-1eb4-48b0-8ab9-437a7bd84556} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:36:55.687368 [ 5 ] {54dd684b-1eb4-48b0-8ab9-437a7bd84556} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:36:55.687426 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_66_13} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:55.687505 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_66_13} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.19 00:36:55.687582 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.09.19 00:36:55.687975 [ 5 ] {54dd684b-1eb4-48b0-8ab9-437a7bd84556} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:55.688014 [ 5 ] {54dd684b-1eb4-48b0-8ab9-437a7bd84556} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:55.688357 [ 5 ] {54dd684b-1eb4-48b0-8ab9-437a7bd84556} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:36:55.688573 [ 5 ] {54dd684b-1eb4-48b0-8ab9-437a7bd84556} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:55.688697 [ 5 ] {54dd684b-1eb4-48b0-8ab9-437a7bd84556} executeQuery: Read 564 rows, 42.93 KiB in 0.001386 sec., 406926.4069264069 rows/sec., 30.25 MiB/sec. 2025.09.19 00:36:55.688740 [ 5 ] {54dd684b-1eb4-48b0-8ab9-437a7bd84556} TCPHandler: Processed in 0.001566141 sec. 2025.09.19 00:36:55.688858 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:55.688951 [ 5 ] {a9df2f58-f7f3-468f-8ea2-98b1734c44d6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:55.688994 [ 5 ] {a9df2f58-f7f3-468f-8ea2-98b1734c44d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:36:55.689559 [ 5 ] {a9df2f58-f7f3-468f-8ea2-98b1734c44d6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:55.689594 [ 5 ] {a9df2f58-f7f3-468f-8ea2-98b1734c44d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:55.690002 [ 5 ] {a9df2f58-f7f3-468f-8ea2-98b1734c44d6} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:36:55.690220 [ 5 ] {a9df2f58-f7f3-468f-8ea2-98b1734c44d6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:55.690344 [ 5 ] {a9df2f58-f7f3-468f-8ea2-98b1734c44d6} executeQuery: Read 845 rows, 58.24 KiB in 0.001411 sec., 598866.0524450744 rows/sec., 40.31 MiB/sec. 2025.09.19 00:36:55.690381 [ 5 ] {a9df2f58-f7f3-468f-8ea2-98b1734c44d6} TCPHandler: Processed in 0.00157085 sec. 2025.09.19 00:36:55.690494 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:55.690586 [ 5 ] {7f9ca1e5-3612-42d3-9bd3-808972f55494} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:36:55.690640 [ 5 ] {7f9ca1e5-3612-42d3-9bd3-808972f55494} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:36:55.691499 [ 5 ] {7f9ca1e5-3612-42d3-9bd3-808972f55494} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:55.691533 [ 5 ] {7f9ca1e5-3612-42d3-9bd3-808972f55494} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:55.692112 [ 5 ] {7f9ca1e5-3612-42d3-9bd3-808972f55494} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:36:55.692334 [ 5 ] {7f9ca1e5-3612-42d3-9bd3-808972f55494} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:55.692468 [ 5 ] {7f9ca1e5-3612-42d3-9bd3-808972f55494} executeQuery: Read 42 rows, 77.07 KiB in 0.001899 sec., 22116.90363349131 rows/sec., 39.63 MiB/sec. 2025.09.19 00:36:55.692521 [ 5 ] {7f9ca1e5-3612-42d3-9bd3-808972f55494} TCPHandler: Processed in 0.002075307 sec. 2025.09.19 00:36:55.692641 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:36:55.692736 [ 5 ] {0a24c669-fbbc-4c0f-bad2-8cfd8bbb392e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:36:55.692779 [ 5 ] {0a24c669-fbbc-4c0f-bad2-8cfd8bbb392e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:36:55.693121 [ 5 ] {0a24c669-fbbc-4c0f-bad2-8cfd8bbb392e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:55.693156 [ 5 ] {0a24c669-fbbc-4c0f-bad2-8cfd8bbb392e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:55.693466 [ 5 ] {0a24c669-fbbc-4c0f-bad2-8cfd8bbb392e} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:36:55.693681 [ 5 ] {0a24c669-fbbc-4c0f-bad2-8cfd8bbb392e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:55.693808 [ 5 ] {0a24c669-fbbc-4c0f-bad2-8cfd8bbb392e} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2025.09.19 00:36:55.693844 [ 5 ] {0a24c669-fbbc-4c0f-bad2-8cfd8bbb392e} TCPHandler: Processed in 0.001251987 sec. 2025.09.19 00:36:57.336248 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22533 2025.09.19 00:36:57.336902 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:57.336954 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:57.337452 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:36:57.337701 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:57.337835 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22533 2025.09.19 00:36:58.540891 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.09.19 00:36:58.556302 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:36:58.556360 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:36:58.561882 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:36:58.562595 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:36:58.565426 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.09.19 00:37:00.661276 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:00.661451 [ 5 ] {eb1bc1ba-ad37-43c8-8882-730491a36a1a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:37:00.661514 [ 5 ] {eb1bc1ba-ad37-43c8-8882-730491a36a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:37:00.662353 [ 5 ] {eb1bc1ba-ad37-43c8-8882-730491a36a1a} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.662394 [ 5 ] {eb1bc1ba-ad37-43c8-8882-730491a36a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.662809 [ 5 ] {eb1bc1ba-ad37-43c8-8882-730491a36a1a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:37:00.663060 [ 5 ] {eb1bc1ba-ad37-43c8-8882-730491a36a1a} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.663183 [ 25 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2025.09.19 00:37:00.663208 [ 5 ] {eb1bc1ba-ad37-43c8-8882-730491a36a1a} executeQuery: Read 410 rows, 26.63 KiB in 0.001803 sec., 227398.77981142543 rows/sec., 14.43 MiB/sec. 2025.09.19 00:37:00.663219 [ 25 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.663241 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.663252 [ 5 ] {eb1bc1ba-ad37-43c8-8882-730491a36a1a} TCPHandler: Processed in 0.002103058 sec. 2025.09.19 00:37:00.663357 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:37:00.663399 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:00.663501 [ 5 ] {f712bb7a-0f1d-4401-be16-b15fd22e1056} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:00.663509 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:00.663554 [ 5 ] {f712bb7a-0f1d-4401-be16-b15fd22e1056} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:00.663562 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 410 rows starting from the beginning of the part 2025.09.19 00:37:00.663646 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 410 rows starting from the beginning of the part 2025.09.19 00:37:00.663692 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 410 rows starting from the beginning of the part 2025.09.19 00:37:00.663764 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 410 rows starting from the beginning of the part 2025.09.19 00:37:00.663806 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 410 rows starting from the beginning of the part 2025.09.19 00:37:00.664942 [ 5 ] {f712bb7a-0f1d-4401-be16-b15fd22e1056} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.664984 [ 5 ] {f712bb7a-0f1d-4401-be16-b15fd22e1056} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.665040 [ 195 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001729933 sec., 1185016.991987551 rows/sec., 79.69 MiB/sec. 2025.09.19 00:37:00.665244 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2025.09.19 00:37:00.665447 [ 5 ] {f712bb7a-0f1d-4401-be16-b15fd22e1056} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:37:00.665531 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_33_8} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.665617 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_33_8} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2025.09.19 00:37:00.665693 [ 5 ] {f712bb7a-0f1d-4401-be16-b15fd22e1056} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.665696 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:37:00.665833 [ 5 ] {f712bb7a-0f1d-4401-be16-b15fd22e1056} executeQuery: Read 1112 rows, 89.80 KiB in 0.002351 sec., 472990.21692896646 rows/sec., 37.30 MiB/sec. 2025.09.19 00:37:00.665881 [ 5 ] {f712bb7a-0f1d-4401-be16-b15fd22e1056} TCPHandler: Processed in 0.002535403 sec. 2025.09.19 00:37:00.666032 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:00.666153 [ 5 ] {079ae3cf-f1b5-4b5d-97f9-b768d319d3c6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:00.666208 [ 5 ] {079ae3cf-f1b5-4b5d-97f9-b768d319d3c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:00.666879 [ 5 ] {079ae3cf-f1b5-4b5d-97f9-b768d319d3c6} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.666923 [ 5 ] {079ae3cf-f1b5-4b5d-97f9-b768d319d3c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.667356 [ 5 ] {079ae3cf-f1b5-4b5d-97f9-b768d319d3c6} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:37:00.667665 [ 5 ] {079ae3cf-f1b5-4b5d-97f9-b768d319d3c6} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.667847 [ 5 ] {079ae3cf-f1b5-4b5d-97f9-b768d319d3c6} executeQuery: Read 205 rows, 12.32 KiB in 0.001718 sec., 119324.79627473808 rows/sec., 7.00 MiB/sec. 2025.09.19 00:37:00.667900 [ 5 ] {079ae3cf-f1b5-4b5d-97f9-b768d319d3c6} TCPHandler: Processed in 0.001931786 sec. 2025.09.19 00:37:00.668033 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:00.668141 [ 5 ] {4dddf6b3-607d-424e-a9eb-8b8f7fb275cc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:37:00.668181 [ 5 ] {4dddf6b3-607d-424e-a9eb-8b8f7fb275cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:37:00.668720 [ 5 ] {4dddf6b3-607d-424e-a9eb-8b8f7fb275cc} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.668754 [ 5 ] {4dddf6b3-607d-424e-a9eb-8b8f7fb275cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.669066 [ 5 ] {4dddf6b3-607d-424e-a9eb-8b8f7fb275cc} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:37:00.669276 [ 5 ] {4dddf6b3-607d-424e-a9eb-8b8f7fb275cc} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.669384 [ 25 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2025.09.19 00:37:00.669417 [ 25 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.669418 [ 5 ] {4dddf6b3-607d-424e-a9eb-8b8f7fb275cc} executeQuery: Read 212 rows, 14.00 KiB in 0.001296 sec., 163580.24691358025 rows/sec., 10.55 MiB/sec. 2025.09.19 00:37:00.669435 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.669463 [ 5 ] {4dddf6b3-607d-424e-a9eb-8b8f7fb275cc} TCPHandler: Processed in 0.001489209 sec. 2025.09.19 00:37:00.669518 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2025.09.19 00:37:00.669575 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:00.669609 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:00.669638 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 441 rows starting from the beginning of the part 2025.09.19 00:37:00.669667 [ 5 ] {7fa2cb20-e3cb-4197-96b3-e680fdd27142} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:37:00.669695 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 212 rows starting from the beginning of the part 2025.09.19 00:37:00.669707 [ 5 ] {7fa2cb20-e3cb-4197-96b3-e680fdd27142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:37:00.669737 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 212 rows starting from the beginning of the part 2025.09.19 00:37:00.669776 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 212 rows starting from the beginning of the part 2025.09.19 00:37:00.669812 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 228 rows starting from the beginning of the part 2025.09.19 00:37:00.669851 [ 193 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 212 rows starting from the beginning of the part 2025.09.19 00:37:00.670221 [ 5 ] {7fa2cb20-e3cb-4197-96b3-e680fdd27142} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.670256 [ 5 ] {7fa2cb20-e3cb-4197-96b3-e680fdd27142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.670621 [ 5 ] {7fa2cb20-e3cb-4197-96b3-e680fdd27142} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:37:00.670779 [ 201 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001297767 sec., 1168930.9406079827 rows/sec., 80.98 MiB/sec. 2025.09.19 00:37:00.670863 [ 5 ] {7fa2cb20-e3cb-4197-96b3-e680fdd27142} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.670988 [ 25 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2025.09.19 00:37:00.671017 [ 25 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.671017 [ 5 ] {7fa2cb20-e3cb-4197-96b3-e680fdd27142} executeQuery: Read 211 rows, 12.27 KiB in 0.001368 sec., 154239.76608187135 rows/sec., 8.76 MiB/sec. 2025.09.19 00:37:00.671035 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.671064 [ 5 ] {7fa2cb20-e3cb-4197-96b3-e680fdd27142} TCPHandler: Processed in 0.00153665 sec. 2025.09.19 00:37:00.671066 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.09.19 00:37:00.671111 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:37:00.671205 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:00.671209 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:00.671243 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 211 rows starting from the beginning of the part 2025.09.19 00:37:00.671311 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 211 rows starting from the beginning of the part 2025.09.19 00:37:00.671331 [ 5 ] {2989b186-abd5-4433-b577-5a6a757c38a0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:00.671384 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 211 rows starting from the beginning of the part 2025.09.19 00:37:00.671388 [ 5 ] {2989b186-abd5-4433-b577-5a6a757c38a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:00.671443 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 211 rows starting from the beginning of the part 2025.09.19 00:37:00.671449 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.671501 [ 193 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 211 rows starting from the beginning of the part 2025.09.19 00:37:00.671550 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_45_9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2025.09.19 00:37:00.671666 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:37:00.672319 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001238386 sec., 851915.315580118 rows/sec., 51.63 MiB/sec. 2025.09.19 00:37:00.672337 [ 5 ] {2989b186-abd5-4433-b577-5a6a757c38a0} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.672380 [ 5 ] {2989b186-abd5-4433-b577-5a6a757c38a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.672452 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2025.09.19 00:37:00.672717 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_33_8} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.672729 [ 5 ] {2989b186-abd5-4433-b577-5a6a757c38a0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:37:00.672784 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_33_8} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2025.09.19 00:37:00.672841 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:37:00.672962 [ 5 ] {2989b186-abd5-4433-b577-5a6a757c38a0} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.673093 [ 5 ] {2989b186-abd5-4433-b577-5a6a757c38a0} executeQuery: Read 679 rows, 48.47 KiB in 0.001787 sec., 379966.4241745943 rows/sec., 26.49 MiB/sec. 2025.09.19 00:37:00.673140 [ 5 ] {2989b186-abd5-4433-b577-5a6a757c38a0} TCPHandler: Processed in 0.001990386 sec. 2025.09.19 00:37:00.673265 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:00.673359 [ 5 ] {110cfe6e-a110-4427-8433-e7576f01bd0e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:37:00.673400 [ 5 ] {110cfe6e-a110-4427-8433-e7576f01bd0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:37:00.673748 [ 5 ] {110cfe6e-a110-4427-8433-e7576f01bd0e} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.673782 [ 5 ] {110cfe6e-a110-4427-8433-e7576f01bd0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.674090 [ 5 ] {110cfe6e-a110-4427-8433-e7576f01bd0e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:37:00.674301 [ 5 ] {110cfe6e-a110-4427-8433-e7576f01bd0e} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.674427 [ 5 ] {110cfe6e-a110-4427-8433-e7576f01bd0e} executeQuery: Read 6 rows, 321.00 B in 0.001087 sec., 5519.779208831646 rows/sec., 288.39 KiB/sec. 2025.09.19 00:37:00.674464 [ 5 ] {110cfe6e-a110-4427-8433-e7576f01bd0e} TCPHandler: Processed in 0.001246807 sec. 2025.09.19 00:37:00.674576 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:00.674668 [ 5 ] {fa850ae1-a53a-4b53-b91b-323ca862bf9b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:00.674709 [ 5 ] {fa850ae1-a53a-4b53-b91b-323ca862bf9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:00.675191 [ 5 ] {fa850ae1-a53a-4b53-b91b-323ca862bf9b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.675225 [ 5 ] {fa850ae1-a53a-4b53-b91b-323ca862bf9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.675558 [ 5 ] {fa850ae1-a53a-4b53-b91b-323ca862bf9b} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:37:00.675765 [ 5 ] {fa850ae1-a53a-4b53-b91b-323ca862bf9b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.675888 [ 5 ] {fa850ae1-a53a-4b53-b91b-323ca862bf9b} executeQuery: Read 314 rows, 21.12 KiB in 0.001238 sec., 253634.89499192245 rows/sec., 16.66 MiB/sec. 2025.09.19 00:37:00.675924 [ 5 ] {fa850ae1-a53a-4b53-b91b-323ca862bf9b} TCPHandler: Processed in 0.001395209 sec. 2025.09.19 00:37:00.676055 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:00.676147 [ 5 ] {a01d8eaf-9912-4ecd-8ade-fff8fb23f5d1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:37:00.676188 [ 5 ] {a01d8eaf-9912-4ecd-8ade-fff8fb23f5d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:37:00.676510 [ 5 ] {a01d8eaf-9912-4ecd-8ade-fff8fb23f5d1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.676543 [ 5 ] {a01d8eaf-9912-4ecd-8ade-fff8fb23f5d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.676844 [ 5 ] {a01d8eaf-9912-4ecd-8ade-fff8fb23f5d1} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:37:00.677073 [ 5 ] {a01d8eaf-9912-4ecd-8ade-fff8fb23f5d1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.677166 [ 9 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2025.09.19 00:37:00.677198 [ 5 ] {a01d8eaf-9912-4ecd-8ade-fff8fb23f5d1} executeQuery: Read 1 rows, 69.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 63.03 KiB/sec. 2025.09.19 00:37:00.677201 [ 9 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.677229 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.677234 [ 5 ] {a01d8eaf-9912-4ecd-8ade-fff8fb23f5d1} TCPHandler: Processed in 0.001226916 sec. 2025.09.19 00:37:00.677333 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2025.09.19 00:37:00.677346 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:00.677455 [ 5 ] {24a7df8c-cc96-46c9-aef9-a645785dee32} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:00.677480 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:00.677495 [ 5 ] {24a7df8c-cc96-46c9-aef9-a645785dee32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:00.677535 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part 2025.09.19 00:37:00.677632 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2025.09.19 00:37:00.677702 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part 2025.09.19 00:37:00.677787 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part 2025.09.19 00:37:00.677848 [ 5 ] {24a7df8c-cc96-46c9-aef9-a645785dee32} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:00.677854 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part 2025.09.19 00:37:00.677889 [ 5 ] {24a7df8c-cc96-46c9-aef9-a645785dee32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:00.677916 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part 2025.09.19 00:37:00.678244 [ 5 ] {24a7df8c-cc96-46c9-aef9-a645785dee32} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:37:00.678468 [ 5 ] {24a7df8c-cc96-46c9-aef9-a645785dee32} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.678596 [ 5 ] {24a7df8c-cc96-46c9-aef9-a645785dee32} executeQuery: Read 104 rows, 6.53 KiB in 0.001158 sec., 89810.01727115716 rows/sec., 5.50 MiB/sec. 2025.09.19 00:37:00.678631 [ 5 ] {24a7df8c-cc96-46c9-aef9-a645785dee32} TCPHandler: Processed in 0.001332317 sec. 2025.09.19 00:37:00.678757 [ 189 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.00146902 sec., 23825.40741446679 rows/sec., 1.56 MiB/sec. 2025.09.19 00:37:00.678916 [ 196 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.09.19 00:37:00.679219 [ 196 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:00.679294 [ 196 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_35_7} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2025.09.19 00:37:00.679393 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:37:04.705638 [ 23 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:37:04.705708 [ 23 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:37:04.837948 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22981 2025.09.19 00:37:04.838488 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:04.838542 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:04.839120 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:37:04.839364 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:04.839502 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22981 2025.09.19 00:37:04.904056 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1366 2025.09.19 00:37:04.906652 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:04.906710 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:04.907995 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:37:04.908277 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:04.908660 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1366 2025.09.19 00:37:05.001406 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000962062 sec. 2025.09.19 00:37:05.652955 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:05.653236 [ 5 ] {ad09f5bf-adbc-4188-8ac8-0ee5f74c3193} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:05.653335 [ 5 ] {ad09f5bf-adbc-4188-8ac8-0ee5f74c3193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:05.654148 [ 5 ] {ad09f5bf-adbc-4188-8ac8-0ee5f74c3193} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:05.654196 [ 5 ] {ad09f5bf-adbc-4188-8ac8-0ee5f74c3193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:05.654618 [ 5 ] {ad09f5bf-adbc-4188-8ac8-0ee5f74c3193} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:37:05.654853 [ 5 ] {ad09f5bf-adbc-4188-8ac8-0ee5f74c3193} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:05.655007 [ 5 ] {ad09f5bf-adbc-4188-8ac8-0ee5f74c3193} executeQuery: Read 140 rows, 12.42 KiB in 0.001847 sec., 75798.59231185706 rows/sec., 6.57 MiB/sec. 2025.09.19 00:37:05.655049 [ 5 ] {ad09f5bf-adbc-4188-8ac8-0ee5f74c3193} TCPHandler: Processed in 0.00227665 sec. 2025.09.19 00:37:05.655189 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:05.655284 [ 5 ] {5d0fb58d-62b7-4b0b-b739-c98da1e4a6d4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:05.655325 [ 5 ] {5d0fb58d-62b7-4b0b-b739-c98da1e4a6d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:05.655880 [ 5 ] {5d0fb58d-62b7-4b0b-b739-c98da1e4a6d4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:05.655918 [ 5 ] {5d0fb58d-62b7-4b0b-b739-c98da1e4a6d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:05.656216 [ 5 ] {5d0fb58d-62b7-4b0b-b739-c98da1e4a6d4} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:37:05.656431 [ 5 ] {5d0fb58d-62b7-4b0b-b739-c98da1e4a6d4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:05.656559 [ 5 ] {5d0fb58d-62b7-4b0b-b739-c98da1e4a6d4} executeQuery: Read 42 rows, 3.16 KiB in 0.001294 sec., 32457.496136012363 rows/sec., 2.38 MiB/sec. 2025.09.19 00:37:05.656597 [ 5 ] {5d0fb58d-62b7-4b0b-b739-c98da1e4a6d4} TCPHandler: Processed in 0.001466539 sec. 2025.09.19 00:37:05.656732 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:05.656826 [ 5 ] {ec49b18f-4bda-4011-b72c-2f9db17d0fd4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:05.656866 [ 5 ] {ec49b18f-4bda-4011-b72c-2f9db17d0fd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:05.657397 [ 5 ] {ec49b18f-4bda-4011-b72c-2f9db17d0fd4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:05.657434 [ 5 ] {ec49b18f-4bda-4011-b72c-2f9db17d0fd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:05.657751 [ 5 ] {ec49b18f-4bda-4011-b72c-2f9db17d0fd4} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:37:05.657957 [ 5 ] {ec49b18f-4bda-4011-b72c-2f9db17d0fd4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:05.658083 [ 5 ] {ec49b18f-4bda-4011-b72c-2f9db17d0fd4} executeQuery: Read 106 rows, 8.48 KiB in 0.001274 sec., 83202.51177394035 rows/sec., 6.50 MiB/sec. 2025.09.19 00:37:05.658121 [ 5 ] {ec49b18f-4bda-4011-b72c-2f9db17d0fd4} TCPHandler: Processed in 0.001446059 sec. 2025.09.19 00:37:05.658241 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:05.658335 [ 5 ] {294782b8-c8e7-4b8a-815e-589ec0341a5a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:05.658377 [ 5 ] {294782b8-c8e7-4b8a-815e-589ec0341a5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:05.658827 [ 5 ] {294782b8-c8e7-4b8a-815e-589ec0341a5a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:05.658864 [ 5 ] {294782b8-c8e7-4b8a-815e-589ec0341a5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:05.659217 [ 5 ] {294782b8-c8e7-4b8a-815e-589ec0341a5a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:37:05.659432 [ 5 ] {294782b8-c8e7-4b8a-815e-589ec0341a5a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:05.659561 [ 5 ] {294782b8-c8e7-4b8a-815e-589ec0341a5a} executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. 2025.09.19 00:37:05.659598 [ 5 ] {294782b8-c8e7-4b8a-815e-589ec0341a5a} TCPHandler: Processed in 0.001405649 sec. 2025.09.19 00:37:05.659711 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:05.659805 [ 5 ] {3f6d6cb8-269b-490e-b9e5-2b8ca43cc4c7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:05.659859 [ 5 ] {3f6d6cb8-269b-490e-b9e5-2b8ca43cc4c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:37:05.660782 [ 5 ] {3f6d6cb8-269b-490e-b9e5-2b8ca43cc4c7} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:05.660820 [ 5 ] {3f6d6cb8-269b-490e-b9e5-2b8ca43cc4c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:05.661430 [ 5 ] {3f6d6cb8-269b-490e-b9e5-2b8ca43cc4c7} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:37:05.661651 [ 5 ] {3f6d6cb8-269b-490e-b9e5-2b8ca43cc4c7} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:05.661784 [ 5 ] {3f6d6cb8-269b-490e-b9e5-2b8ca43cc4c7} executeQuery: Read 42 rows, 77.07 KiB in 0.001997 sec., 21031.54732098147 rows/sec., 37.69 MiB/sec. 2025.09.19 00:37:05.661838 [ 5 ] {3f6d6cb8-269b-490e-b9e5-2b8ca43cc4c7} TCPHandler: Processed in 0.002174478 sec. 2025.09.19 00:37:05.661970 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:05.662065 [ 5 ] {4037c777-5df3-4e63-aa7a-8d6e99f13b13} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:05.662105 [ 5 ] {4037c777-5df3-4e63-aa7a-8d6e99f13b13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:05.662459 [ 5 ] {4037c777-5df3-4e63-aa7a-8d6e99f13b13} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:05.662495 [ 5 ] {4037c777-5df3-4e63-aa7a-8d6e99f13b13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:05.662817 [ 5 ] {4037c777-5df3-4e63-aa7a-8d6e99f13b13} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:37:05.663018 [ 5 ] {4037c777-5df3-4e63-aa7a-8d6e99f13b13} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:05.663144 [ 5 ] {4037c777-5df3-4e63-aa7a-8d6e99f13b13} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.09.19 00:37:05.663180 [ 5 ] {4037c777-5df3-4e63-aa7a-8d6e99f13b13} TCPHandler: Processed in 0.001258157 sec. 2025.09.19 00:37:06.065553 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.09.19 00:37:06.081565 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:06.081615 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.09.19 00:37:06.087179 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:37:06.087915 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:06.090706 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.09.19 00:37:10.534725 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40775 2025.09.19 00:37:10.534859 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.534891 [ 287 ] {} TCP-Session: cc35ced0-26f2-44e4-8807-5b57c069725b Authenticating user 'default' from [fd00:1122:3344:101::e]:40775 2025.09.19 00:37:10.534917 [ 287 ] {} TCP-Session: cc35ced0-26f2-44e4-8807-5b57c069725b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.534934 [ 287 ] {} TCP-Session: cc35ced0-26f2-44e4-8807-5b57c069725b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.535186 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61138 2025.09.19 00:37:10.535210 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33713 2025.09.19 00:37:10.535218 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60265 2025.09.19 00:37:10.535255 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59035 2025.09.19 00:37:10.535254 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45965 2025.09.19 00:37:10.535310 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.535326 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.535337 [ 287 ] {} TCP-Session: cc35ced0-26f2-44e4-8807-5b57c069725b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.535367 [ 288 ] {} TCP-Session: 2fd8e393-75d2-4de5-9e18-0ce5dbce1042 Authenticating user 'default' from [fd00:1122:3344:101::e]:61138 2025.09.19 00:37:10.535357 [ 351 ] {} TCP-Session: 61e4e581-d5a9-4769-97a8-411e4c649f42 Authenticating user 'default' from [fd00:1122:3344:101::e]:33713 2025.09.19 00:37:10.535412 [ 288 ] {} TCP-Session: 2fd8e393-75d2-4de5-9e18-0ce5dbce1042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.535426 [ 351 ] {} TCP-Session: 61e4e581-d5a9-4769-97a8-411e4c649f42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.535435 [ 288 ] {} TCP-Session: 2fd8e393-75d2-4de5-9e18-0ce5dbce1042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.535443 [ 351 ] {} TCP-Session: 61e4e581-d5a9-4769-97a8-411e4c649f42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.535242 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41742 2025.09.19 00:37:10.535229 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58186 2025.09.19 00:37:10.535202 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42549 2025.09.19 00:37:10.535532 [ 287 ] {0c2dda7b-72dc-4380-98be-e7214b31aa85} executeQuery: (from [fd00:1122:3344:101::e]:40775) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:37:10.535832 [ 287 ] {0c2dda7b-72dc-4380-98be-e7214b31aa85} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:37:10.535892 [ 287 ] {0c2dda7b-72dc-4380-98be-e7214b31aa85} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:37:10.535965 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.535993 [ 353 ] {} TCP-Session: 6deb9d84-4ca3-43f8-bd30-90acfd739e85 Authenticating user 'default' from [fd00:1122:3344:101::e]:58186 2025.09.19 00:37:10.536011 [ 353 ] {} TCP-Session: 6deb9d84-4ca3-43f8-bd30-90acfd739e85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.536025 [ 353 ] {} TCP-Session: 6deb9d84-4ca3-43f8-bd30-90acfd739e85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.536080 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.536119 [ 289 ] {} TCP-Session: aa6ffe16-bfe9-4664-baf3-46084f186a7f Authenticating user 'default' from [fd00:1122:3344:101::e]:42549 2025.09.19 00:37:10.536142 [ 289 ] {} TCP-Session: aa6ffe16-bfe9-4664-baf3-46084f186a7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.536159 [ 289 ] {} TCP-Session: aa6ffe16-bfe9-4664-baf3-46084f186a7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.536193 [ 287 ] {0c2dda7b-72dc-4380-98be-e7214b31aa85} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:37:10.536198 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.536252 [ 355 ] {} TCP-Session: b8131d32-4c7b-4682-872d-c02e8c04aaca Authenticating user 'default' from [fd00:1122:3344:101::e]:45965 2025.09.19 00:37:10.536278 [ 355 ] {} TCP-Session: b8131d32-4c7b-4682-872d-c02e8c04aaca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.536293 [ 355 ] {} TCP-Session: b8131d32-4c7b-4682-872d-c02e8c04aaca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.536444 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.536483 [ 352 ] {} TCP-Session: 61cbb7bc-1130-4fc1-996b-2395a8d60779 Authenticating user 'default' from [fd00:1122:3344:101::e]:60265 2025.09.19 00:37:10.536501 [ 352 ] {} TCP-Session: 61cbb7bc-1130-4fc1-996b-2395a8d60779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.536518 [ 352 ] {} TCP-Session: 61cbb7bc-1130-4fc1-996b-2395a8d60779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.536560 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.536595 [ 354 ] {} TCP-Session: cdac386d-e683-4bc2-959d-b26f9eefdd57 Authenticating user 'default' from [fd00:1122:3344:101::e]:41742 2025.09.19 00:37:10.536614 [ 354 ] {} TCP-Session: cdac386d-e683-4bc2-959d-b26f9eefdd57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.536627 [ 354 ] {} TCP-Session: cdac386d-e683-4bc2-959d-b26f9eefdd57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.536757 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.536793 [ 286 ] {} TCP-Session: e56d3274-56d0-4039-90a6-f9071bfc6bf8 Authenticating user 'default' from [fd00:1122:3344:101::e]:59035 2025.09.19 00:37:10.536811 [ 286 ] {} TCP-Session: e56d3274-56d0-4039-90a6-f9071bfc6bf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.536826 [ 286 ] {} TCP-Session: e56d3274-56d0-4039-90a6-f9071bfc6bf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.537223 [ 260 ] {0c2dda7b-72dc-4380-98be-e7214b31aa85} AggregatingTransform: Aggregating 2025.09.19 00:37:10.537259 [ 260 ] {0c2dda7b-72dc-4380-98be-e7214b31aa85} Aggregator: Aggregation method: without_key 2025.09.19 00:37:10.537291 [ 260 ] {0c2dda7b-72dc-4380-98be-e7214b31aa85} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000986443 sec. (1013.743 rows/sec., 39.60 KiB/sec.) 2025.09.19 00:37:10.537305 [ 260 ] {0c2dda7b-72dc-4380-98be-e7214b31aa85} Aggregator: Merging aggregated data 2025.09.19 00:37:10.538573 [ 287 ] {0c2dda7b-72dc-4380-98be-e7214b31aa85} executeQuery: Read 1 rows, 40.00 B in 0.003098 sec., 322.78889606197544 rows/sec., 12.61 KiB/sec. 2025.09.19 00:37:10.538747 [ 287 ] {0c2dda7b-72dc-4380-98be-e7214b31aa85} TCPHandler: Processed in 0.003533106 sec. 2025.09.19 00:37:10.538875 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.538903 [ 287 ] {} TCP-Session: cc35ced0-26f2-44e4-8807-5b57c069725b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.538907 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.538925 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.538944 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.538951 [ 288 ] {} TCP-Session: 2fd8e393-75d2-4de5-9e18-0ce5dbce1042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.538963 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.538984 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.539001 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.539017 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.539041 [ 289 ] {} TCP-Session: aa6ffe16-bfe9-4664-baf3-46084f186a7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.539060 [ 352 ] {} TCP-Session: 61cbb7bc-1130-4fc1-996b-2395a8d60779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.539076 [ 354 ] {} TCP-Session: cdac386d-e683-4bc2-959d-b26f9eefdd57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.539047 [ 353 ] {} TCP-Session: 6deb9d84-4ca3-43f8-bd30-90acfd739e85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.539037 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.538982 [ 355 ] {} TCP-Session: b8131d32-4c7b-4682-872d-c02e8c04aaca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.539160 [ 286 ] {} TCP-Session: e56d3274-56d0-4039-90a6-f9071bfc6bf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.538993 [ 351 ] {} TCP-Session: 61e4e581-d5a9-4769-97a8-411e4c649f42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.644789 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61055 2025.09.19 00:37:10.644897 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.644924 [ 287 ] {} TCP-Session: cbc1d5bd-bca1-41fa-b8fc-1aabd408dda7 Authenticating user 'default' from [fd00:1122:3344:101::e]:61055 2025.09.19 00:37:10.644947 [ 287 ] {} TCP-Session: cbc1d5bd-bca1-41fa-b8fc-1aabd408dda7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.644960 [ 287 ] {} TCP-Session: cbc1d5bd-bca1-41fa-b8fc-1aabd408dda7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645199 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38534 2025.09.19 00:37:10.645262 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61725 2025.09.19 00:37:10.645284 [ 287 ] {} TCP-Session: cbc1d5bd-bca1-41fa-b8fc-1aabd408dda7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.645280 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57857 2025.09.19 00:37:10.645363 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.645277 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36138 2025.09.19 00:37:10.645386 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.645404 [ 288 ] {} TCP-Session: 2bd14a1d-a4f8-43d9-9b12-07179b136be9 Authenticating user 'default' from [fd00:1122:3344:101::e]:38534 2025.09.19 00:37:10.645248 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44212 2025.09.19 00:37:10.645448 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.645461 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.645484 [ 287 ] {9968300d-a830-40b9-a4d1-669b4e2f21b1} executeQuery: (from [fd00:1122:3344:101::e]:61055) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:37:10.645501 [ 355 ] {} TCP-Session: a40d00b4-f3b2-4ddc-adc6-f3f6a1fb5d4f Authenticating user 'default' from [fd00:1122:3344:101::e]:36138 2025.09.19 00:37:10.645497 [ 286 ] {} TCP-Session: f9a9f6fa-c322-4fae-80fc-5f9db26e7fc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57857 2025.09.19 00:37:10.645520 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.645456 [ 288 ] {} TCP-Session: 2bd14a1d-a4f8-43d9-9b12-07179b136be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645444 [ 354 ] {} TCP-Session: 8e4e21d7-ef0e-47dc-ad2e-cdf2918a15f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:61725 2025.09.19 00:37:10.645232 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45948 2025.09.19 00:37:10.645217 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57771 2025.09.19 00:37:10.645220 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39419 2025.09.19 00:37:10.645671 [ 354 ] {} TCP-Session: 8e4e21d7-ef0e-47dc-ad2e-cdf2918a15f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645684 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.645688 [ 288 ] {} TCP-Session: 2bd14a1d-a4f8-43d9-9b12-07179b136be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645706 [ 354 ] {} TCP-Session: 8e4e21d7-ef0e-47dc-ad2e-cdf2918a15f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645717 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.645754 [ 353 ] {} TCP-Session: dfe143b9-025d-40aa-85cf-91c443386d9e Authenticating user 'default' from [fd00:1122:3344:101::e]:44212 2025.09.19 00:37:10.645793 [ 289 ] {} TCP-Session: 846384ef-1ef3-4766-b121-5afaafc13000 Authenticating user 'default' from [fd00:1122:3344:101::e]:57771 2025.09.19 00:37:10.645811 [ 355 ] {} TCP-Session: a40d00b4-f3b2-4ddc-adc6-f3f6a1fb5d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645818 [ 353 ] {} TCP-Session: dfe143b9-025d-40aa-85cf-91c443386d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645832 [ 289 ] {} TCP-Session: 846384ef-1ef3-4766-b121-5afaafc13000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645842 [ 355 ] {} TCP-Session: a40d00b4-f3b2-4ddc-adc6-f3f6a1fb5d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645855 [ 353 ] {} TCP-Session: dfe143b9-025d-40aa-85cf-91c443386d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645868 [ 289 ] {} TCP-Session: 846384ef-1ef3-4766-b121-5afaafc13000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645896 [ 286 ] {} TCP-Session: f9a9f6fa-c322-4fae-80fc-5f9db26e7fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645897 [ 287 ] {9968300d-a830-40b9-a4d1-669b4e2f21b1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:37:10.645950 [ 286 ] {} TCP-Session: f9a9f6fa-c322-4fae-80fc-5f9db26e7fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.645731 [ 352 ] {} TCP-Session: fa2b65a7-c9e1-4cbe-aaef-007ab86563aa Authenticating user 'default' from [fd00:1122:3344:101::e]:45948 2025.09.19 00:37:10.645754 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.646014 [ 352 ] {} TCP-Session: fa2b65a7-c9e1-4cbe-aaef-007ab86563aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.646027 [ 287 ] {9968300d-a830-40b9-a4d1-669b4e2f21b1} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:37:10.646051 [ 351 ] {} TCP-Session: ec0d672c-ccbf-4cc6-bc44-248c6b667b9a Authenticating user 'default' from [fd00:1122:3344:101::e]:39419 2025.09.19 00:37:10.646052 [ 352 ] {} TCP-Session: fa2b65a7-c9e1-4cbe-aaef-007ab86563aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.646080 [ 351 ] {} TCP-Session: ec0d672c-ccbf-4cc6-bc44-248c6b667b9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.646100 [ 351 ] {} TCP-Session: ec0d672c-ccbf-4cc6-bc44-248c6b667b9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.646369 [ 287 ] {9968300d-a830-40b9-a4d1-669b4e2f21b1} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:37:10.647386 [ 333 ] {9968300d-a830-40b9-a4d1-669b4e2f21b1} AggregatingTransform: Aggregating 2025.09.19 00:37:10.647446 [ 333 ] {9968300d-a830-40b9-a4d1-669b4e2f21b1} Aggregator: Aggregation method: without_key 2025.09.19 00:37:10.647486 [ 333 ] {9968300d-a830-40b9-a4d1-669b4e2f21b1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000973783 sec. (1026.923 rows/sec., 40.11 KiB/sec.) 2025.09.19 00:37:10.647507 [ 333 ] {9968300d-a830-40b9-a4d1-669b4e2f21b1} Aggregator: Merging aggregated data 2025.09.19 00:37:10.648820 [ 287 ] {9968300d-a830-40b9-a4d1-669b4e2f21b1} executeQuery: Read 1 rows, 40.00 B in 0.003394 sec., 294.6375957572186 rows/sec., 11.51 KiB/sec. 2025.09.19 00:37:10.648978 [ 287 ] {9968300d-a830-40b9-a4d1-669b4e2f21b1} TCPHandler: Processed in 0.00380979 sec. 2025.09.19 00:37:10.649071 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.649099 [ 287 ] {} TCP-Session: cbc1d5bd-bca1-41fa-b8fc-1aabd408dda7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.649106 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.649129 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.649147 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.649150 [ 286 ] {} TCP-Session: f9a9f6fa-c322-4fae-80fc-5f9db26e7fc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.649162 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.649203 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.649219 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.649234 [ 351 ] {} TCP-Session: ec0d672c-ccbf-4cc6-bc44-248c6b667b9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.649254 [ 354 ] {} TCP-Session: 8e4e21d7-ef0e-47dc-ad2e-cdf2918a15f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.649269 [ 288 ] {} TCP-Session: 2bd14a1d-a4f8-43d9-9b12-07179b136be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.649188 [ 352 ] {} TCP-Session: fa2b65a7-c9e1-4cbe-aaef-007ab86563aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.649185 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.649176 [ 353 ] {} TCP-Session: dfe143b9-025d-40aa-85cf-91c443386d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.649357 [ 289 ] {} TCP-Session: 846384ef-1ef3-4766-b121-5afaafc13000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.649242 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.649418 [ 355 ] {} TCP-Session: a40d00b4-f3b2-4ddc-adc6-f3f6a1fb5d4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.665836 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.665989 [ 5 ] {04bf78fb-3815-44cd-a96c-776f8fed1e59} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:37:10.666054 [ 5 ] {04bf78fb-3815-44cd-a96c-776f8fed1e59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:37:10.666857 [ 5 ] {04bf78fb-3815-44cd-a96c-776f8fed1e59} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.666903 [ 5 ] {04bf78fb-3815-44cd-a96c-776f8fed1e59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.667330 [ 5 ] {04bf78fb-3815-44cd-a96c-776f8fed1e59} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:37:10.667571 [ 5 ] {04bf78fb-3815-44cd-a96c-776f8fed1e59} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.667737 [ 5 ] {04bf78fb-3815-44cd-a96c-776f8fed1e59} executeQuery: Read 410 rows, 26.63 KiB in 0.001792 sec., 228794.64285714287 rows/sec., 14.51 MiB/sec. 2025.09.19 00:37:10.667792 [ 5 ] {04bf78fb-3815-44cd-a96c-776f8fed1e59} TCPHandler: Processed in 0.002071716 sec. 2025.09.19 00:37:10.667923 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.668026 [ 5 ] {88d093af-ade8-49eb-b98d-2f549e8b090f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:10.668071 [ 5 ] {88d093af-ade8-49eb-b98d-2f549e8b090f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:10.668974 [ 5 ] {88d093af-ade8-49eb-b98d-2f549e8b090f} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.669012 [ 5 ] {88d093af-ade8-49eb-b98d-2f549e8b090f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.669405 [ 5 ] {88d093af-ade8-49eb-b98d-2f549e8b090f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:37:10.669645 [ 5 ] {88d093af-ade8-49eb-b98d-2f549e8b090f} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.669771 [ 97 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.19 00:37:10.669795 [ 5 ] {88d093af-ade8-49eb-b98d-2f549e8b090f} executeQuery: Read 1112 rows, 89.80 KiB in 0.001794 sec., 619843.9241917502 rows/sec., 48.88 MiB/sec. 2025.09.19 00:37:10.669810 [ 97 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.669833 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.669858 [ 5 ] {88d093af-ade8-49eb-b98d-2f549e8b090f} TCPHandler: Processed in 0.001984666 sec. 2025.09.19 00:37:10.669965 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:37:10.670026 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.670114 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:10.670153 [ 5 ] {4bc10989-0bbb-4591-bfbe-43be81dab534} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:10.670157 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2346 rows starting from the beginning of the part 2025.09.19 00:37:10.670212 [ 5 ] {4bc10989-0bbb-4591-bfbe-43be81dab534} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:10.670249 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:37:10.670307 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1281 rows starting from the beginning of the part 2025.09.19 00:37:10.670354 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:37:10.670400 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 140 rows starting from the beginning of the part 2025.09.19 00:37:10.670442 [ 194 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:37:10.670810 [ 5 ] {4bc10989-0bbb-4591-bfbe-43be81dab534} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.670854 [ 5 ] {4bc10989-0bbb-4591-bfbe-43be81dab534} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.671215 [ 5 ] {4bc10989-0bbb-4591-bfbe-43be81dab534} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:37:10.671450 [ 5 ] {4bc10989-0bbb-4591-bfbe-43be81dab534} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.671585 [ 5 ] {4bc10989-0bbb-4591-bfbe-43be81dab534} executeQuery: Read 205 rows, 12.32 KiB in 0.001461 sec., 140314.85284052018 rows/sec., 8.23 MiB/sec. 2025.09.19 00:37:10.671625 [ 5 ] {4bc10989-0bbb-4591-bfbe-43be81dab534} TCPHandler: Processed in 0.001671682 sec. 2025.09.19 00:37:10.671740 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.671838 [ 5 ] {f2ab41bf-5166-4a3d-8742-47e7a75ffa51} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:37:10.671879 [ 5 ] {f2ab41bf-5166-4a3d-8742-47e7a75ffa51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:37:10.672379 [ 5 ] {f2ab41bf-5166-4a3d-8742-47e7a75ffa51} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.672415 [ 5 ] {f2ab41bf-5166-4a3d-8742-47e7a75ffa51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.672730 [ 5 ] {f2ab41bf-5166-4a3d-8742-47e7a75ffa51} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:37:10.672954 [ 5 ] {f2ab41bf-5166-4a3d-8742-47e7a75ffa51} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.673004 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 7103 rows, containing 5 columns (5 merged, 0 gathered) in 0.003102441 sec., 2289487.5357823083 rows/sec., 192.92 MiB/sec. 2025.09.19 00:37:10.673085 [ 5 ] {f2ab41bf-5166-4a3d-8742-47e7a75ffa51} executeQuery: Read 212 rows, 14.00 KiB in 0.001268 sec., 167192.429022082 rows/sec., 10.78 MiB/sec. 2025.09.19 00:37:10.673127 [ 5 ] {f2ab41bf-5166-4a3d-8742-47e7a75ffa51} TCPHandler: Processed in 0.001437419 sec. 2025.09.19 00:37:10.673256 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.673287 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.19 00:37:10.673352 [ 5 ] {9540427b-3cc6-4863-ad69-ebe6bc25c4f1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:37:10.673392 [ 5 ] {9540427b-3cc6-4863-ad69-ebe6bc25c4f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:37:10.673550 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_71_14} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.673628 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_71_14} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.19 00:37:10.673711 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2025.09.19 00:37:10.673888 [ 5 ] {9540427b-3cc6-4863-ad69-ebe6bc25c4f1} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.673924 [ 5 ] {9540427b-3cc6-4863-ad69-ebe6bc25c4f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.674233 [ 5 ] {9540427b-3cc6-4863-ad69-ebe6bc25c4f1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:37:10.674445 [ 5 ] {9540427b-3cc6-4863-ad69-ebe6bc25c4f1} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.674574 [ 5 ] {9540427b-3cc6-4863-ad69-ebe6bc25c4f1} executeQuery: Read 211 rows, 12.27 KiB in 0.001241 sec., 170024.17405318294 rows/sec., 9.66 MiB/sec. 2025.09.19 00:37:10.674613 [ 5 ] {9540427b-3cc6-4863-ad69-ebe6bc25c4f1} TCPHandler: Processed in 0.001408769 sec. 2025.09.19 00:37:10.674725 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.674824 [ 5 ] {fbd64143-db86-4142-9513-c2ec7e665a4a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:10.674864 [ 5 ] {fbd64143-db86-4142-9513-c2ec7e665a4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:10.675608 [ 5 ] {fbd64143-db86-4142-9513-c2ec7e665a4a} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.675644 [ 5 ] {fbd64143-db86-4142-9513-c2ec7e665a4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.675998 [ 5 ] {fbd64143-db86-4142-9513-c2ec7e665a4a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:37:10.676207 [ 5 ] {fbd64143-db86-4142-9513-c2ec7e665a4a} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.676337 [ 97 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.19 00:37:10.676360 [ 5 ] {fbd64143-db86-4142-9513-c2ec7e665a4a} executeQuery: Read 679 rows, 48.47 KiB in 0.001558 sec., 435815.14762516046 rows/sec., 30.38 MiB/sec. 2025.09.19 00:37:10.676370 [ 97 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.676391 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.676399 [ 5 ] {fbd64143-db86-4142-9513-c2ec7e665a4a} TCPHandler: Processed in 0.001722902 sec. 2025.09.19 00:37:10.676478 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:37:10.676513 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.676592 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:10.676612 [ 5 ] {73a97056-a60e-4e03-9c7f-adf8020e31e2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:37:10.676629 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1213 rows starting from the beginning of the part 2025.09.19 00:37:10.676661 [ 5 ] {73a97056-a60e-4e03-9c7f-adf8020e31e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:37:10.676698 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 679 rows starting from the beginning of the part 2025.09.19 00:37:10.676751 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 564 rows starting from the beginning of the part 2025.09.19 00:37:10.676794 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 679 rows starting from the beginning of the part 2025.09.19 00:37:10.676837 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 106 rows starting from the beginning of the part 2025.09.19 00:37:10.676880 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 679 rows starting from the beginning of the part 2025.09.19 00:37:10.677077 [ 5 ] {73a97056-a60e-4e03-9c7f-adf8020e31e2} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.677141 [ 5 ] {73a97056-a60e-4e03-9c7f-adf8020e31e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.677553 [ 5 ] {73a97056-a60e-4e03-9c7f-adf8020e31e2} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:37:10.677826 [ 5 ] {73a97056-a60e-4e03-9c7f-adf8020e31e2} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.677967 [ 5 ] {73a97056-a60e-4e03-9c7f-adf8020e31e2} executeQuery: Read 6 rows, 321.00 B in 0.001372 sec., 4373.1778425655975 rows/sec., 228.48 KiB/sec. 2025.09.19 00:37:10.678010 [ 5 ] {73a97056-a60e-4e03-9c7f-adf8020e31e2} TCPHandler: Processed in 0.00154685 sec. 2025.09.19 00:37:10.678129 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.678225 [ 5 ] {e5e31403-65d9-4853-8a0d-340b3d39c47d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:10.678269 [ 5 ] {e5e31403-65d9-4853-8a0d-340b3d39c47d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:10.678469 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3920 rows, containing 5 columns (5 merged, 0 gathered) in 0.002031106 sec., 1929982.974793044 rows/sec., 144.80 MiB/sec. 2025.09.19 00:37:10.678695 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.19 00:37:10.678738 [ 5 ] {e5e31403-65d9-4853-8a0d-340b3d39c47d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.678782 [ 5 ] {e5e31403-65d9-4853-8a0d-340b3d39c47d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.679099 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_71_14} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.679224 [ 5 ] {e5e31403-65d9-4853-8a0d-340b3d39c47d} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:37:10.679245 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_71_14} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.19 00:37:10.679359 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.09.19 00:37:10.679479 [ 5 ] {e5e31403-65d9-4853-8a0d-340b3d39c47d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.679603 [ 97 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.19 00:37:10.679624 [ 5 ] {e5e31403-65d9-4853-8a0d-340b3d39c47d} executeQuery: Read 314 rows, 21.12 KiB in 0.001418 sec., 221438.64598025387 rows/sec., 14.55 MiB/sec. 2025.09.19 00:37:10.679638 [ 97 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.679658 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.679662 [ 5 ] {e5e31403-65d9-4853-8a0d-340b3d39c47d} TCPHandler: Processed in 0.001584811 sec. 2025.09.19 00:37:10.679732 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:37:10.679779 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.679823 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:10.679853 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 23072 rows starting from the beginning of the part 2025.09.19 00:37:10.679877 [ 5 ] {4f75ee1a-6e6b-4ac5-8a1e-d4e429db3799} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:37:10.679911 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 314 rows starting from the beginning of the part 2025.09.19 00:37:10.679920 [ 5 ] {4f75ee1a-6e6b-4ac5-8a1e-d4e429db3799} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:37:10.679954 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 845 rows starting from the beginning of the part 2025.09.19 00:37:10.679996 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 314 rows starting from the beginning of the part 2025.09.19 00:37:10.680036 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:37:10.680075 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 314 rows starting from the beginning of the part 2025.09.19 00:37:10.680246 [ 5 ] {4f75ee1a-6e6b-4ac5-8a1e-d4e429db3799} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.680279 [ 5 ] {4f75ee1a-6e6b-4ac5-8a1e-d4e429db3799} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.680584 [ 5 ] {4f75ee1a-6e6b-4ac5-8a1e-d4e429db3799} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:37:10.680797 [ 5 ] {4f75ee1a-6e6b-4ac5-8a1e-d4e429db3799} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.680930 [ 5 ] {4f75ee1a-6e6b-4ac5-8a1e-d4e429db3799} executeQuery: Read 1 rows, 69.00 B in 0.001071 sec., 933.7068160597573 rows/sec., 62.92 KiB/sec. 2025.09.19 00:37:10.680965 [ 5 ] {4f75ee1a-6e6b-4ac5-8a1e-d4e429db3799} TCPHandler: Processed in 0.001235596 sec. 2025.09.19 00:37:10.681078 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.681172 [ 5 ] {b004914d-b15d-4d43-ae49-e3abcc17aa2f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:10.681213 [ 5 ] {b004914d-b15d-4d43-ae49-e3abcc17aa2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:10.681547 [ 5 ] {b004914d-b15d-4d43-ae49-e3abcc17aa2f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.681582 [ 5 ] {b004914d-b15d-4d43-ae49-e3abcc17aa2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.681913 [ 5 ] {b004914d-b15d-4d43-ae49-e3abcc17aa2f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:37:10.682132 [ 5 ] {b004914d-b15d-4d43-ae49-e3abcc17aa2f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.682234 [ 97 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.19 00:37:10.682260 [ 97 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:10.682261 [ 5 ] {b004914d-b15d-4d43-ae49-e3abcc17aa2f} executeQuery: Read 104 rows, 6.53 KiB in 0.001107 sec., 93947.6061427281 rows/sec., 5.76 MiB/sec. 2025.09.19 00:37:10.682277 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:10.682302 [ 5 ] {b004914d-b15d-4d43-ae49-e3abcc17aa2f} TCPHandler: Processed in 0.001273716 sec. 2025.09.19 00:37:10.682349 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:37:10.682448 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:10.682480 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 5228 rows starting from the beginning of the part 2025.09.19 00:37:10.682536 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 104 rows starting from the beginning of the part 2025.09.19 00:37:10.682585 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:37:10.682628 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 104 rows starting from the beginning of the part 2025.09.19 00:37:10.682669 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:37:10.682717 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 104 rows starting from the beginning of the part 2025.09.19 00:37:10.684801 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 5660 rows, containing 4 columns (4 merged, 0 gathered) in 0.002479863 sec., 2282384.147833973 rows/sec., 145.09 MiB/sec. 2025.09.19 00:37:10.685438 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.19 00:37:10.685767 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_71_14} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.685879 [ 192 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_71_14} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.19 00:37:10.685991 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2025.09.19 00:37:10.690596 [ 200 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 25019 rows, containing 5 columns (5 merged, 0 gathered) in 0.010897403 sec., 2295868.107291251 rows/sec., 153.73 MiB/sec. 2025.09.19 00:37:10.691017 [ 198 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.19 00:37:10.691324 [ 198 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_71_14} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:10.691422 [ 198 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_71_14} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.19 00:37:10.691525 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.09.19 00:37:10.710771 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49152 2025.09.19 00:37:10.710860 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.710887 [ 354 ] {} TCP-Session: 4949c0ef-d9ab-4019-9d26-430517c0489b Authenticating user 'default' from [fd00:1122:3344:101::e]:49152 2025.09.19 00:37:10.710909 [ 354 ] {} TCP-Session: 4949c0ef-d9ab-4019-9d26-430517c0489b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.710921 [ 354 ] {} TCP-Session: 4949c0ef-d9ab-4019-9d26-430517c0489b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711080 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59343 2025.09.19 00:37:10.711136 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52081 2025.09.19 00:37:10.711159 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44393 2025.09.19 00:37:10.711173 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38708 2025.09.19 00:37:10.711203 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49309 2025.09.19 00:37:10.711220 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52040 2025.09.19 00:37:10.711246 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.711212 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49767 2025.09.19 00:37:10.711285 [ 287 ] {} TCP-Session: 0286b4c0-8209-441e-ae8d-75c59b06aa78 Authenticating user 'default' from [fd00:1122:3344:101::e]:44393 2025.09.19 00:37:10.711288 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.711311 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.711317 [ 287 ] {} TCP-Session: 0286b4c0-8209-441e-ae8d-75c59b06aa78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711337 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.711350 [ 287 ] {} TCP-Session: 0286b4c0-8209-441e-ae8d-75c59b06aa78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711351 [ 353 ] {} TCP-Session: e536b043-ef09-40e9-b650-bf1ea427733d Authenticating user 'default' from [fd00:1122:3344:101::e]:52040 2025.09.19 00:37:10.711367 [ 352 ] {} TCP-Session: db4440f9-5e05-4844-9795-8ce2ab04f653 Authenticating user 'default' from [fd00:1122:3344:101::e]:49767 2025.09.19 00:37:10.711379 [ 353 ] {} TCP-Session: e536b043-ef09-40e9-b650-bf1ea427733d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711347 [ 351 ] {} TCP-Session: d42e2bee-fef0-48d1-8575-d3645aab45ef Authenticating user 'default' from [fd00:1122:3344:101::e]:49309 2025.09.19 00:37:10.711397 [ 352 ] {} TCP-Session: db4440f9-5e05-4844-9795-8ce2ab04f653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711399 [ 353 ] {} TCP-Session: e536b043-ef09-40e9-b650-bf1ea427733d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711431 [ 352 ] {} TCP-Session: db4440f9-5e05-4844-9795-8ce2ab04f653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711427 [ 351 ] {} TCP-Session: d42e2bee-fef0-48d1-8575-d3645aab45ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711308 [ 354 ] {} TCP-Session: 4949c0ef-d9ab-4019-9d26-430517c0489b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:10.711470 [ 351 ] {} TCP-Session: d42e2bee-fef0-48d1-8575-d3645aab45ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711273 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.711201 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.711541 [ 288 ] {} TCP-Session: 8820ec93-dc2d-48f1-8d95-b25458de7a89 Authenticating user 'default' from [fd00:1122:3344:101::e]:38708 2025.09.19 00:37:10.711565 [ 286 ] {} TCP-Session: 24ccaf15-73ed-4ece-8f8a-76fc5dfd1aee Authenticating user 'default' from [fd00:1122:3344:101::e]:52081 2025.09.19 00:37:10.711581 [ 288 ] {} TCP-Session: 8820ec93-dc2d-48f1-8d95-b25458de7a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711191 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48208 2025.09.19 00:37:10.711602 [ 286 ] {} TCP-Session: 24ccaf15-73ed-4ece-8f8a-76fc5dfd1aee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711605 [ 288 ] {} TCP-Session: 8820ec93-dc2d-48f1-8d95-b25458de7a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711643 [ 286 ] {} TCP-Session: 24ccaf15-73ed-4ece-8f8a-76fc5dfd1aee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711649 [ 354 ] {4e278ba4-30c1-4200-ae09-b1ee0d97f0d1} executeQuery: (from [fd00:1122:3344:101::e]:49152) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:37:10.711674 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.711182 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:37:10.711708 [ 289 ] {} TCP-Session: d25a39b7-ae01-4525-8b26-125338c5a57d Authenticating user 'default' from [fd00:1122:3344:101::e]:48208 2025.09.19 00:37:10.711734 [ 355 ] {} TCP-Session: ee256a7f-91a3-48c4-b70d-029d4c240a0c Authenticating user 'default' from [fd00:1122:3344:101::e]:59343 2025.09.19 00:37:10.711741 [ 289 ] {} TCP-Session: d25a39b7-ae01-4525-8b26-125338c5a57d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711761 [ 355 ] {} TCP-Session: ee256a7f-91a3-48c4-b70d-029d4c240a0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711770 [ 289 ] {} TCP-Session: d25a39b7-ae01-4525-8b26-125338c5a57d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711785 [ 355 ] {} TCP-Session: ee256a7f-91a3-48c4-b70d-029d4c240a0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.711991 [ 354 ] {4e278ba4-30c1-4200-ae09-b1ee0d97f0d1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:37:10.712053 [ 354 ] {4e278ba4-30c1-4200-ae09-b1ee0d97f0d1} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:37:10.712381 [ 354 ] {4e278ba4-30c1-4200-ae09-b1ee0d97f0d1} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:37:10.713440 [ 350 ] {4e278ba4-30c1-4200-ae09-b1ee0d97f0d1} AggregatingTransform: Aggregating 2025.09.19 00:37:10.713473 [ 350 ] {4e278ba4-30c1-4200-ae09-b1ee0d97f0d1} Aggregator: Aggregation method: without_key 2025.09.19 00:37:10.713506 [ 350 ] {4e278ba4-30c1-4200-ae09-b1ee0d97f0d1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001017423 sec. (982.875 rows/sec., 38.39 KiB/sec.) 2025.09.19 00:37:10.713524 [ 350 ] {4e278ba4-30c1-4200-ae09-b1ee0d97f0d1} Aggregator: Merging aggregated data 2025.09.19 00:37:10.715212 [ 354 ] {4e278ba4-30c1-4200-ae09-b1ee0d97f0d1} executeQuery: Read 1 rows, 40.00 B in 0.003624 sec., 275.9381898454746 rows/sec., 10.78 KiB/sec. 2025.09.19 00:37:10.715337 [ 354 ] {4e278ba4-30c1-4200-ae09-b1ee0d97f0d1} TCPHandler: Processed in 0.004173875 sec. 2025.09.19 00:37:10.715466 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.715496 [ 354 ] {} TCP-Session: 4949c0ef-d9ab-4019-9d26-430517c0489b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.715500 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.715522 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.715542 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.715558 [ 355 ] {} TCP-Session: ee256a7f-91a3-48c4-b70d-029d4c240a0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.715570 [ 353 ] {} TCP-Session: e536b043-ef09-40e9-b650-bf1ea427733d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.715568 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.715611 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.715589 [ 286 ] {} TCP-Session: 24ccaf15-73ed-4ece-8f8a-76fc5dfd1aee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.715644 [ 289 ] {} TCP-Session: d25a39b7-ae01-4525-8b26-125338c5a57d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.715664 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.715678 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.715718 [ 287 ] {} TCP-Session: 0286b4c0-8209-441e-ae8d-75c59b06aa78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.715732 [ 352 ] {} TCP-Session: db4440f9-5e05-4844-9795-8ce2ab04f653 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.715662 [ 351 ] {} TCP-Session: d42e2bee-fef0-48d1-8575-d3645aab45ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:10.715645 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:37:10.715809 [ 288 ] {} TCP-Session: 8820ec93-dc2d-48f1-8d95-b25458de7a89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:37:12.339660 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23493 2025.09.19 00:37:12.340202 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:12.340253 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:12.340805 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:37:12.341200 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:12.341378 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23493 2025.09.19 00:37:13.590798 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.09.19 00:37:13.608542 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:13.608601 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:13.614986 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:37:13.615692 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:13.618863 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.09.19 00:37:14.908947 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1404 2025.09.19 00:37:14.911776 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:14.911827 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:14.913025 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:37:14.913280 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:14.913461 [ 113 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.19 00:37:14.913553 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1404 2025.09.19 00:37:14.913560 [ 113 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:14.913616 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:14.913758 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:37:14.914428 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:14.914582 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1228 rows starting from the beginning of the part 2025.09.19 00:37:14.914947 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part 2025.09.19 00:37:14.915306 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part 2025.09.19 00:37:14.915673 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part 2025.09.19 00:37:14.916025 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part 2025.09.19 00:37:14.916385 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 38 rows starting from the beginning of the part 2025.09.19 00:37:14.923109 [ 188 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1404 rows, containing 72 columns (72 merged, 0 gathered) in 0.009415353 sec., 149118.14777417268 rows/sec., 116.95 MiB/sec. 2025.09.19 00:37:14.924688 [ 201 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.19 00:37:14.925287 [ 201 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_36_7} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:14.925372 [ 201 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_36_7} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.19 00:37:14.925728 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2025.09.19 00:37:15.652167 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:15.652359 [ 5 ] {684646e2-ac0b-4b86-8d67-d2d2419a2f6a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:15.652429 [ 5 ] {684646e2-ac0b-4b86-8d67-d2d2419a2f6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:15.653184 [ 5 ] {684646e2-ac0b-4b86-8d67-d2d2419a2f6a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:15.653228 [ 5 ] {684646e2-ac0b-4b86-8d67-d2d2419a2f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:15.653631 [ 5 ] {684646e2-ac0b-4b86-8d67-d2d2419a2f6a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:37:15.653857 [ 5 ] {684646e2-ac0b-4b86-8d67-d2d2419a2f6a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:15.654011 [ 5 ] {684646e2-ac0b-4b86-8d67-d2d2419a2f6a} executeQuery: Read 140 rows, 12.42 KiB in 0.001703 sec., 82207.86846741044 rows/sec., 7.12 MiB/sec. 2025.09.19 00:37:15.654052 [ 5 ] {684646e2-ac0b-4b86-8d67-d2d2419a2f6a} TCPHandler: Processed in 0.002015316 sec. 2025.09.19 00:37:15.654175 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:15.654270 [ 5 ] {ebf2a3b7-61e5-4e61-a1c2-314387e366e1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:15.654313 [ 5 ] {ebf2a3b7-61e5-4e61-a1c2-314387e366e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:15.654729 [ 5 ] {ebf2a3b7-61e5-4e61-a1c2-314387e366e1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:15.654766 [ 5 ] {ebf2a3b7-61e5-4e61-a1c2-314387e366e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:15.655061 [ 5 ] {ebf2a3b7-61e5-4e61-a1c2-314387e366e1} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:37:15.655272 [ 5 ] {ebf2a3b7-61e5-4e61-a1c2-314387e366e1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:15.655403 [ 5 ] {ebf2a3b7-61e5-4e61-a1c2-314387e366e1} executeQuery: Read 42 rows, 3.16 KiB in 0.001151 sec., 36490.00868809731 rows/sec., 2.68 MiB/sec. 2025.09.19 00:37:15.655441 [ 5 ] {ebf2a3b7-61e5-4e61-a1c2-314387e366e1} TCPHandler: Processed in 0.001315087 sec. 2025.09.19 00:37:15.655549 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:15.655641 [ 5 ] {5abc2415-4fc5-4d2d-931a-9a170e59f93c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:15.655680 [ 5 ] {5abc2415-4fc5-4d2d-931a-9a170e59f93c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:15.656110 [ 5 ] {5abc2415-4fc5-4d2d-931a-9a170e59f93c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:15.656145 [ 5 ] {5abc2415-4fc5-4d2d-931a-9a170e59f93c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:15.656445 [ 5 ] {5abc2415-4fc5-4d2d-931a-9a170e59f93c} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:37:15.656654 [ 5 ] {5abc2415-4fc5-4d2d-931a-9a170e59f93c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:15.656782 [ 5 ] {5abc2415-4fc5-4d2d-931a-9a170e59f93c} executeQuery: Read 106 rows, 8.48 KiB in 0.001159 sec., 91458.15358067298 rows/sec., 7.14 MiB/sec. 2025.09.19 00:37:15.656819 [ 5 ] {5abc2415-4fc5-4d2d-931a-9a170e59f93c} TCPHandler: Processed in 0.001319467 sec. 2025.09.19 00:37:15.656929 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:15.657022 [ 5 ] {c67d693a-2a17-40f2-9297-0218ff63b57f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:15.657064 [ 5 ] {c67d693a-2a17-40f2-9297-0218ff63b57f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:15.657463 [ 5 ] {c67d693a-2a17-40f2-9297-0218ff63b57f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:15.657498 [ 5 ] {c67d693a-2a17-40f2-9297-0218ff63b57f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:15.657832 [ 5 ] {c67d693a-2a17-40f2-9297-0218ff63b57f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:37:15.658039 [ 5 ] {c67d693a-2a17-40f2-9297-0218ff63b57f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:15.658168 [ 5 ] {c67d693a-2a17-40f2-9297-0218ff63b57f} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2025.09.19 00:37:15.658204 [ 5 ] {c67d693a-2a17-40f2-9297-0218ff63b57f} TCPHandler: Processed in 0.001323148 sec. 2025.09.19 00:37:15.658326 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:15.658449 [ 5 ] {cab9b5c5-956e-4cc6-8818-a0835052edad} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:15.658516 [ 5 ] {cab9b5c5-956e-4cc6-8818-a0835052edad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:37:15.659410 [ 5 ] {cab9b5c5-956e-4cc6-8818-a0835052edad} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:15.659447 [ 5 ] {cab9b5c5-956e-4cc6-8818-a0835052edad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:15.660033 [ 5 ] {cab9b5c5-956e-4cc6-8818-a0835052edad} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:37:15.660255 [ 5 ] {cab9b5c5-956e-4cc6-8818-a0835052edad} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:15.660380 [ 100 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.19 00:37:15.660395 [ 5 ] {cab9b5c5-956e-4cc6-8818-a0835052edad} executeQuery: Read 42 rows, 77.07 KiB in 0.00197 sec., 21319.796954314723 rows/sec., 38.20 MiB/sec. 2025.09.19 00:37:15.660464 [ 100 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:15.660495 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:15.660495 [ 5 ] {cab9b5c5-956e-4cc6-8818-a0835052edad} TCPHandler: Processed in 0.002231199 sec. 2025.09.19 00:37:15.660608 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:37:15.660625 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:15.660739 [ 5 ] {ed8e6392-1876-427d-9c24-5d907c747a82} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:15.660780 [ 5 ] {ed8e6392-1876-427d-9c24-5d907c747a82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:15.660887 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:15.660957 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1178 rows starting from the beginning of the part 2025.09.19 00:37:15.661105 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part 2025.09.19 00:37:15.661122 [ 5 ] {ed8e6392-1876-427d-9c24-5d907c747a82} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:15.661164 [ 5 ] {ed8e6392-1876-427d-9c24-5d907c747a82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:15.661220 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part 2025.09.19 00:37:15.661334 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part 2025.09.19 00:37:15.661440 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part 2025.09.19 00:37:15.661483 [ 5 ] {ed8e6392-1876-427d-9c24-5d907c747a82} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:37:15.661544 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part 2025.09.19 00:37:15.661711 [ 5 ] {ed8e6392-1876-427d-9c24-5d907c747a82} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:15.661848 [ 5 ] {ed8e6392-1876-427d-9c24-5d907c747a82} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2025.09.19 00:37:15.661885 [ 5 ] {ed8e6392-1876-427d-9c24-5d907c747a82} TCPHandler: Processed in 0.001309817 sec. 2025.09.19 00:37:15.668329 [ 201 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1388 rows, containing 19 columns (19 merged, 0 gathered) in 0.007767772 sec., 178687.0160452701 rows/sec., 320.20 MiB/sec. 2025.09.19 00:37:15.670283 [ 195 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.19 00:37:15.670704 [ 195 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_36_7} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:15.670794 [ 195 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_36_7} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.19 00:37:15.670987 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. 2025.09.19 00:37:16.000315 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 319.06 MiB, peak 330.56 MiB, free memory in arenas 0.00 B, will set to 321.46 MiB (RSS), difference: 2.40 MiB 2025.09.19 00:37:19.705957 [ 110 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:37:19.706026 [ 110 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:37:19.841505 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23941 2025.09.19 00:37:19.842211 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:19.842281 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:19.842954 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:37:19.843204 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:19.843361 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23941 2025.09.19 00:37:20.661071 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:20.661266 [ 5 ] {36e48699-e3b2-46de-b774-45de0beee6ca} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:37:20.661338 [ 5 ] {36e48699-e3b2-46de-b774-45de0beee6ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:37:20.662209 [ 5 ] {36e48699-e3b2-46de-b774-45de0beee6ca} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:20.662256 [ 5 ] {36e48699-e3b2-46de-b774-45de0beee6ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:20.662673 [ 5 ] {36e48699-e3b2-46de-b774-45de0beee6ca} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:37:20.662895 [ 5 ] {36e48699-e3b2-46de-b774-45de0beee6ca} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:20.663044 [ 5 ] {36e48699-e3b2-46de-b774-45de0beee6ca} executeQuery: Read 410 rows, 26.63 KiB in 0.00183 sec., 224043.71584699454 rows/sec., 14.21 MiB/sec. 2025.09.19 00:37:20.663085 [ 5 ] {36e48699-e3b2-46de-b774-45de0beee6ca} TCPHandler: Processed in 0.002146278 sec. 2025.09.19 00:37:20.663211 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:20.663315 [ 5 ] {e177cb24-bade-4df3-a437-4f9820392687} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:20.663358 [ 5 ] {e177cb24-bade-4df3-a437-4f9820392687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:20.664321 [ 5 ] {e177cb24-bade-4df3-a437-4f9820392687} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:20.664359 [ 5 ] {e177cb24-bade-4df3-a437-4f9820392687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:20.664740 [ 5 ] {e177cb24-bade-4df3-a437-4f9820392687} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:37:20.664955 [ 5 ] {e177cb24-bade-4df3-a437-4f9820392687} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:20.665085 [ 5 ] {e177cb24-bade-4df3-a437-4f9820392687} executeQuery: Read 1112 rows, 89.80 KiB in 0.00179 sec., 621229.0502793296 rows/sec., 48.99 MiB/sec. 2025.09.19 00:37:20.665125 [ 5 ] {e177cb24-bade-4df3-a437-4f9820392687} TCPHandler: Processed in 0.001963496 sec. 2025.09.19 00:37:20.665243 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:20.665338 [ 5 ] {571bce93-9a5c-40a1-b5d1-337acc214576} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:20.665385 [ 5 ] {571bce93-9a5c-40a1-b5d1-337acc214576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:20.665959 [ 5 ] {571bce93-9a5c-40a1-b5d1-337acc214576} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:20.665997 [ 5 ] {571bce93-9a5c-40a1-b5d1-337acc214576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:20.666338 [ 5 ] {571bce93-9a5c-40a1-b5d1-337acc214576} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:37:20.666552 [ 5 ] {571bce93-9a5c-40a1-b5d1-337acc214576} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:20.666671 [ 110 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.19 00:37:20.666687 [ 5 ] {571bce93-9a5c-40a1-b5d1-337acc214576} executeQuery: Read 205 rows, 12.32 KiB in 0.001369 sec., 149744.3389335281 rows/sec., 8.79 MiB/sec. 2025.09.19 00:37:20.666732 [ 110 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:20.666743 [ 5 ] {571bce93-9a5c-40a1-b5d1-337acc214576} TCPHandler: Processed in 0.00155032 sec. 2025.09.19 00:37:20.666762 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:20.666874 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:20.666896 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:37:20.666977 [ 5 ] {f4ac7608-b4b4-49b1-8c5c-01b45220589e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:37:20.667021 [ 5 ] {f4ac7608-b4b4-49b1-8c5c-01b45220589e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:37:20.667038 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:20.667076 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 265 rows starting from the beginning of the part 2025.09.19 00:37:20.667142 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 205 rows starting from the beginning of the part 2025.09.19 00:37:20.667188 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 42 rows starting from the beginning of the part 2025.09.19 00:37:20.667228 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 205 rows starting from the beginning of the part 2025.09.19 00:37:20.667278 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 42 rows starting from the beginning of the part 2025.09.19 00:37:20.667321 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 205 rows starting from the beginning of the part 2025.09.19 00:37:20.667511 [ 5 ] {f4ac7608-b4b4-49b1-8c5c-01b45220589e} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:20.667552 [ 5 ] {f4ac7608-b4b4-49b1-8c5c-01b45220589e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:20.667885 [ 5 ] {f4ac7608-b4b4-49b1-8c5c-01b45220589e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:37:20.668121 [ 5 ] {f4ac7608-b4b4-49b1-8c5c-01b45220589e} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:20.668253 [ 5 ] {f4ac7608-b4b4-49b1-8c5c-01b45220589e} executeQuery: Read 212 rows, 14.00 KiB in 0.001294 sec., 163833.07573415764 rows/sec., 10.57 MiB/sec. 2025.09.19 00:37:20.668261 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 964 rows, containing 5 columns (5 merged, 0 gathered) in 0.001425059 sec., 676463.2201193073 rows/sec., 43.69 MiB/sec. 2025.09.19 00:37:20.668291 [ 5 ] {f4ac7608-b4b4-49b1-8c5c-01b45220589e} TCPHandler: Processed in 0.001467939 sec. 2025.09.19 00:37:20.668407 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:20.668432 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.19 00:37:20.668500 [ 5 ] {f23294e8-1019-4357-835f-b4b187afefed} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:37:20.668540 [ 5 ] {f23294e8-1019-4357-835f-b4b187afefed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:37:20.668682 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_71_14} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:20.668761 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_71_14} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.19 00:37:20.668853 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.19 00:37:20.669018 [ 5 ] {f23294e8-1019-4357-835f-b4b187afefed} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:20.669053 [ 5 ] {f23294e8-1019-4357-835f-b4b187afefed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:20.669361 [ 5 ] {f23294e8-1019-4357-835f-b4b187afefed} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:37:20.669573 [ 5 ] {f23294e8-1019-4357-835f-b4b187afefed} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:20.669702 [ 5 ] {f23294e8-1019-4357-835f-b4b187afefed} executeQuery: Read 211 rows, 12.27 KiB in 0.00122 sec., 172950.81967213115 rows/sec., 9.82 MiB/sec. 2025.09.19 00:37:20.669740 [ 5 ] {f23294e8-1019-4357-835f-b4b187afefed} TCPHandler: Processed in 0.001382018 sec. 2025.09.19 00:37:20.669849 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:20.669944 [ 5 ] {538bca73-c3fb-4a8c-8747-95c2e7e87f2d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:20.669982 [ 5 ] {538bca73-c3fb-4a8c-8747-95c2e7e87f2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:20.670648 [ 5 ] {538bca73-c3fb-4a8c-8747-95c2e7e87f2d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:20.670684 [ 5 ] {538bca73-c3fb-4a8c-8747-95c2e7e87f2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:20.671012 [ 5 ] {538bca73-c3fb-4a8c-8747-95c2e7e87f2d} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:37:20.671222 [ 5 ] {538bca73-c3fb-4a8c-8747-95c2e7e87f2d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:20.671350 [ 5 ] {538bca73-c3fb-4a8c-8747-95c2e7e87f2d} executeQuery: Read 679 rows, 48.47 KiB in 0.001424 sec., 476825.84269662923 rows/sec., 33.24 MiB/sec. 2025.09.19 00:37:20.671388 [ 5 ] {538bca73-c3fb-4a8c-8747-95c2e7e87f2d} TCPHandler: Processed in 0.001587661 sec. 2025.09.19 00:37:20.671498 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:20.671592 [ 5 ] {e06bc6ad-a98a-4bec-9866-cab9a28a9e6f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:37:20.671633 [ 5 ] {e06bc6ad-a98a-4bec-9866-cab9a28a9e6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:37:20.671963 [ 5 ] {e06bc6ad-a98a-4bec-9866-cab9a28a9e6f} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:20.671999 [ 5 ] {e06bc6ad-a98a-4bec-9866-cab9a28a9e6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:20.672304 [ 5 ] {e06bc6ad-a98a-4bec-9866-cab9a28a9e6f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:37:20.672514 [ 5 ] {e06bc6ad-a98a-4bec-9866-cab9a28a9e6f} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:20.672645 [ 5 ] {e06bc6ad-a98a-4bec-9866-cab9a28a9e6f} executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. 2025.09.19 00:37:20.672682 [ 5 ] {e06bc6ad-a98a-4bec-9866-cab9a28a9e6f} TCPHandler: Processed in 0.001231687 sec. 2025.09.19 00:37:20.672790 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:20.672884 [ 5 ] {3a82f59f-6efb-46f3-82ea-b1487beb6c18} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:20.672925 [ 5 ] {3a82f59f-6efb-46f3-82ea-b1487beb6c18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:20.673363 [ 5 ] {3a82f59f-6efb-46f3-82ea-b1487beb6c18} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:20.673400 [ 5 ] {3a82f59f-6efb-46f3-82ea-b1487beb6c18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:20.673741 [ 5 ] {3a82f59f-6efb-46f3-82ea-b1487beb6c18} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:37:20.673957 [ 5 ] {3a82f59f-6efb-46f3-82ea-b1487beb6c18} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:20.674088 [ 5 ] {3a82f59f-6efb-46f3-82ea-b1487beb6c18} executeQuery: Read 314 rows, 21.12 KiB in 0.001223 sec., 256745.70727718726 rows/sec., 16.87 MiB/sec. 2025.09.19 00:37:20.674124 [ 5 ] {3a82f59f-6efb-46f3-82ea-b1487beb6c18} TCPHandler: Processed in 0.001381767 sec. 2025.09.19 00:37:20.674234 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:20.674327 [ 5 ] {a2968a88-7af9-411e-968c-dded392732f4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:37:20.674367 [ 5 ] {a2968a88-7af9-411e-968c-dded392732f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:37:20.674684 [ 5 ] {a2968a88-7af9-411e-968c-dded392732f4} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:20.674719 [ 5 ] {a2968a88-7af9-411e-968c-dded392732f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:20.675018 [ 5 ] {a2968a88-7af9-411e-968c-dded392732f4} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:37:20.675224 [ 5 ] {a2968a88-7af9-411e-968c-dded392732f4} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:20.675354 [ 5 ] {a2968a88-7af9-411e-968c-dded392732f4} executeQuery: Read 1 rows, 69.00 B in 0.001045 sec., 956.9377990430622 rows/sec., 64.48 KiB/sec. 2025.09.19 00:37:20.675391 [ 5 ] {a2968a88-7af9-411e-968c-dded392732f4} TCPHandler: Processed in 0.001204866 sec. 2025.09.19 00:37:20.675499 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:20.675591 [ 5 ] {c521c34f-76f3-4223-a138-bdf085ddb3e2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:20.675633 [ 5 ] {c521c34f-76f3-4223-a138-bdf085ddb3e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:20.675962 [ 5 ] {c521c34f-76f3-4223-a138-bdf085ddb3e2} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:20.675997 [ 5 ] {c521c34f-76f3-4223-a138-bdf085ddb3e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:20.676304 [ 5 ] {c521c34f-76f3-4223-a138-bdf085ddb3e2} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:37:20.676511 [ 5 ] {c521c34f-76f3-4223-a138-bdf085ddb3e2} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:20.676639 [ 5 ] {c521c34f-76f3-4223-a138-bdf085ddb3e2} executeQuery: Read 104 rows, 6.53 KiB in 0.001066 sec., 97560.97560975609 rows/sec., 5.98 MiB/sec. 2025.09.19 00:37:20.676675 [ 5 ] {c521c34f-76f3-4223-a138-bdf085ddb3e2} TCPHandler: Processed in 0.001223286 sec. 2025.09.19 00:37:21.118964 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.09.19 00:37:21.136756 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:21.136815 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:21.142799 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:37:21.143484 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:21.146456 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.09.19 00:37:24.913820 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1436 2025.09.19 00:37:24.916262 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:24.916316 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:24.917576 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:37:24.917861 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:24.918231 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1436 2025.09.19 00:37:25.678995 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:25.679194 [ 5 ] {363e973a-abd4-43ae-9682-1a717e5f14be} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:37:25.679267 [ 5 ] {363e973a-abd4-43ae-9682-1a717e5f14be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:37:25.679942 [ 5 ] {363e973a-abd4-43ae-9682-1a717e5f14be} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:25.679995 [ 5 ] {363e973a-abd4-43ae-9682-1a717e5f14be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:25.680428 [ 5 ] {363e973a-abd4-43ae-9682-1a717e5f14be} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.19 00:37:25.680663 [ 5 ] {363e973a-abd4-43ae-9682-1a717e5f14be} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:25.680831 [ 5 ] {363e973a-abd4-43ae-9682-1a717e5f14be} executeQuery: Read 14 rows, 1.14 KiB in 0.001691 sec., 8279.124778237729 rows/sec., 675.10 KiB/sec. 2025.09.19 00:37:25.680883 [ 5 ] {363e973a-abd4-43ae-9682-1a717e5f14be} TCPHandler: Processed in 0.002023087 sec. 2025.09.19 00:37:25.681012 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:25.681113 [ 5 ] {78274e28-193e-4e5a-a2d7-ddfb8e8f526b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:25.681155 [ 5 ] {78274e28-193e-4e5a-a2d7-ddfb8e8f526b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:25.682317 [ 5 ] {78274e28-193e-4e5a-a2d7-ddfb8e8f526b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:25.682356 [ 5 ] {78274e28-193e-4e5a-a2d7-ddfb8e8f526b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:25.682771 [ 5 ] {78274e28-193e-4e5a-a2d7-ddfb8e8f526b} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:37:25.682988 [ 5 ] {78274e28-193e-4e5a-a2d7-ddfb8e8f526b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:25.683133 [ 5 ] {78274e28-193e-4e5a-a2d7-ddfb8e8f526b} executeQuery: Read 1287 rows, 109.05 KiB in 0.002041 sec., 630573.2484076434 rows/sec., 52.18 MiB/sec. 2025.09.19 00:37:25.683172 [ 5 ] {78274e28-193e-4e5a-a2d7-ddfb8e8f526b} TCPHandler: Processed in 0.002211269 sec. 2025.09.19 00:37:25.683287 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:25.683383 [ 5 ] {08919175-89f6-4918-8fc7-d84a14e77bc7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:25.683424 [ 5 ] {08919175-89f6-4918-8fc7-d84a14e77bc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:25.683850 [ 5 ] {08919175-89f6-4918-8fc7-d84a14e77bc7} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:25.683886 [ 5 ] {08919175-89f6-4918-8fc7-d84a14e77bc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:25.684192 [ 5 ] {08919175-89f6-4918-8fc7-d84a14e77bc7} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:37:25.684407 [ 5 ] {08919175-89f6-4918-8fc7-d84a14e77bc7} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:25.684547 [ 5 ] {08919175-89f6-4918-8fc7-d84a14e77bc7} executeQuery: Read 56 rows, 4.14 KiB in 0.001183 sec., 47337.27810650888 rows/sec., 3.41 MiB/sec. 2025.09.19 00:37:25.684585 [ 5 ] {08919175-89f6-4918-8fc7-d84a14e77bc7} TCPHandler: Processed in 0.001346488 sec. 2025.09.19 00:37:25.684695 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:25.684788 [ 5 ] {845f49c5-8ab7-4ee7-bd97-f151384ccfbf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:37:25.684827 [ 5 ] {845f49c5-8ab7-4ee7-bd97-f151384ccfbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:37:25.685317 [ 5 ] {845f49c5-8ab7-4ee7-bd97-f151384ccfbf} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:25.685353 [ 5 ] {845f49c5-8ab7-4ee7-bd97-f151384ccfbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:25.685688 [ 5 ] {845f49c5-8ab7-4ee7-bd97-f151384ccfbf} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:37:25.685909 [ 5 ] {845f49c5-8ab7-4ee7-bd97-f151384ccfbf} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:25.686048 [ 5 ] {845f49c5-8ab7-4ee7-bd97-f151384ccfbf} executeQuery: Read 228 rows, 15.81 KiB in 0.001278 sec., 178403.7558685446 rows/sec., 12.08 MiB/sec. 2025.09.19 00:37:25.686086 [ 5 ] {845f49c5-8ab7-4ee7-bd97-f151384ccfbf} TCPHandler: Processed in 0.001439679 sec. 2025.09.19 00:37:25.686194 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:25.686287 [ 5 ] {37c65972-98dd-4f18-bea1-b67ecc28e9c6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:25.686325 [ 5 ] {37c65972-98dd-4f18-bea1-b67ecc28e9c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:25.686967 [ 5 ] {37c65972-98dd-4f18-bea1-b67ecc28e9c6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:25.687003 [ 5 ] {37c65972-98dd-4f18-bea1-b67ecc28e9c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:25.687344 [ 5 ] {37c65972-98dd-4f18-bea1-b67ecc28e9c6} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:37:25.687551 [ 5 ] {37c65972-98dd-4f18-bea1-b67ecc28e9c6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:25.687689 [ 5 ] {37c65972-98dd-4f18-bea1-b67ecc28e9c6} executeQuery: Read 576 rows, 43.91 KiB in 0.001419 sec., 405919.66173361527 rows/sec., 30.22 MiB/sec. 2025.09.19 00:37:25.687728 [ 5 ] {37c65972-98dd-4f18-bea1-b67ecc28e9c6} TCPHandler: Processed in 0.00158299 sec. 2025.09.19 00:37:25.687838 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:25.687931 [ 5 ] {fc6127dc-0871-45a8-93d0-b9d633b4a9ec} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:25.687975 [ 5 ] {fc6127dc-0871-45a8-93d0-b9d633b4a9ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:25.688576 [ 5 ] {fc6127dc-0871-45a8-93d0-b9d633b4a9ec} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:25.688611 [ 5 ] {fc6127dc-0871-45a8-93d0-b9d633b4a9ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:25.688990 [ 5 ] {fc6127dc-0871-45a8-93d0-b9d633b4a9ec} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:37:25.689202 [ 5 ] {fc6127dc-0871-45a8-93d0-b9d633b4a9ec} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:25.689337 [ 5 ] {fc6127dc-0871-45a8-93d0-b9d633b4a9ec} executeQuery: Read 851 rows, 58.66 KiB in 0.001423 sec., 598032.3260716796 rows/sec., 40.26 MiB/sec. 2025.09.19 00:37:25.689374 [ 5 ] {fc6127dc-0871-45a8-93d0-b9d633b4a9ec} TCPHandler: Processed in 0.001584631 sec. 2025.09.19 00:37:25.689486 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:25.689579 [ 5 ] {fc67e9f9-69b2-4692-a6b8-b81e291c4cd3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:25.689634 [ 5 ] {fc67e9f9-69b2-4692-a6b8-b81e291c4cd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:37:25.690547 [ 5 ] {fc67e9f9-69b2-4692-a6b8-b81e291c4cd3} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:25.690582 [ 5 ] {fc67e9f9-69b2-4692-a6b8-b81e291c4cd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:25.691184 [ 5 ] {fc67e9f9-69b2-4692-a6b8-b81e291c4cd3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:37:25.691416 [ 5 ] {fc67e9f9-69b2-4692-a6b8-b81e291c4cd3} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:25.691556 [ 5 ] {fc67e9f9-69b2-4692-a6b8-b81e291c4cd3} executeQuery: Read 42 rows, 77.07 KiB in 0.001995 sec., 21052.63157894737 rows/sec., 37.73 MiB/sec. 2025.09.19 00:37:25.691617 [ 5 ] {fc67e9f9-69b2-4692-a6b8-b81e291c4cd3} TCPHandler: Processed in 0.002178909 sec. 2025.09.19 00:37:25.691734 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:25.691826 [ 5 ] {f1074c64-34ea-40a9-8f10-8ba6f338c0d4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:25.691868 [ 5 ] {f1074c64-34ea-40a9-8f10-8ba6f338c0d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:25.692209 [ 5 ] {f1074c64-34ea-40a9-8f10-8ba6f338c0d4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:25.692244 [ 5 ] {f1074c64-34ea-40a9-8f10-8ba6f338c0d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:25.692548 [ 5 ] {f1074c64-34ea-40a9-8f10-8ba6f338c0d4} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:37:25.692760 [ 5 ] {f1074c64-34ea-40a9-8f10-8ba6f338c0d4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:25.692888 [ 5 ] {f1074c64-34ea-40a9-8f10-8ba6f338c0d4} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.09.19 00:37:25.692925 [ 5 ] {f1074c64-34ea-40a9-8f10-8ba6f338c0d4} TCPHandler: Processed in 0.001239876 sec. 2025.09.19 00:37:27.343511 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24453 2025.09.19 00:37:27.344086 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:27.344121 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:27.344620 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:37:27.344850 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:27.344982 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24453 2025.09.19 00:37:27.344991 [ 99 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.19 00:37:27.345062 [ 99 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:27.345081 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.09.19 00:37:27.345176 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:37:27.345285 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:27.345321 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22021 rows starting from the beginning of the part 2025.09.19 00:37:27.345380 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:37:27.345424 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:37:27.345463 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:37:27.345501 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:37:27.345538 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:37:27.347475 [ 201 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24453 rows, containing 4 columns (4 merged, 0 gathered) in 0.002338861 sec., 10455089.03692866 rows/sec., 149.56 MiB/sec. 2025.09.19 00:37:27.347876 [ 201 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.19 00:37:27.348171 [ 201 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_51_10} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:27.348256 [ 201 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_51_10} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.19 00:37:27.348373 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.75 MiB. 2025.09.19 00:37:28.646569 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.09.19 00:37:28.663785 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:28.663842 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:28.669406 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:37:28.670080 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:28.670379 [ 99 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.19 00:37:28.670440 [ 99 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:28.670460 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:28.670596 [ 190 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:37:28.673265 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.09.19 00:37:28.674502 [ 190 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:28.675924 [ 190 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:37:28.680592 [ 190 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:37:28.685126 [ 190 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:37:28.689813 [ 190 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:37:28.694093 [ 190 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:37:28.697965 [ 190 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:37:28.752052 [ 190 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.081524836 sec., 4710.221066866053 rows/sec., 24.36 MiB/sec. 2025.09.19 00:37:28.755581 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.19 00:37:28.757775 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_51_10} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:28.757892 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_51_10} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.19 00:37:28.761066 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.09.19 00:37:29.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 322.86 MiB, peak 336.27 MiB, free memory in arenas 0.00 B, will set to 325.58 MiB (RSS), difference: 2.73 MiB 2025.09.19 00:37:30.660937 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:30.661114 [ 5 ] {5db1f73d-dd9e-400d-8341-98c74e66816a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:37:30.661203 [ 5 ] {5db1f73d-dd9e-400d-8341-98c74e66816a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:37:30.662082 [ 5 ] {5db1f73d-dd9e-400d-8341-98c74e66816a} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:30.662126 [ 5 ] {5db1f73d-dd9e-400d-8341-98c74e66816a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:30.662532 [ 5 ] {5db1f73d-dd9e-400d-8341-98c74e66816a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:37:30.662764 [ 5 ] {5db1f73d-dd9e-400d-8341-98c74e66816a} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:30.662926 [ 5 ] {5db1f73d-dd9e-400d-8341-98c74e66816a} executeQuery: Read 410 rows, 26.63 KiB in 0.001859 sec., 220548.68208714362 rows/sec., 13.99 MiB/sec. 2025.09.19 00:37:30.662984 [ 5 ] {5db1f73d-dd9e-400d-8341-98c74e66816a} TCPHandler: Processed in 0.002173459 sec. 2025.09.19 00:37:30.663116 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:30.663223 [ 5 ] {9d0782fb-296a-48c2-8d7e-fd82871acc5c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:30.663272 [ 5 ] {9d0782fb-296a-48c2-8d7e-fd82871acc5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:30.664282 [ 5 ] {9d0782fb-296a-48c2-8d7e-fd82871acc5c} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:30.664319 [ 5 ] {9d0782fb-296a-48c2-8d7e-fd82871acc5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:30.664706 [ 5 ] {9d0782fb-296a-48c2-8d7e-fd82871acc5c} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:37:30.664936 [ 5 ] {9d0782fb-296a-48c2-8d7e-fd82871acc5c} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:30.665077 [ 5 ] {9d0782fb-296a-48c2-8d7e-fd82871acc5c} executeQuery: Read 1112 rows, 89.80 KiB in 0.001878 sec., 592119.2758253461 rows/sec., 46.70 MiB/sec. 2025.09.19 00:37:30.665117 [ 5 ] {9d0782fb-296a-48c2-8d7e-fd82871acc5c} TCPHandler: Processed in 0.002054817 sec. 2025.09.19 00:37:30.665235 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:30.665337 [ 5 ] {6c81865e-7563-4b15-b1ce-fe74f7e25184} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:30.665380 [ 5 ] {6c81865e-7563-4b15-b1ce-fe74f7e25184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:30.665866 [ 5 ] {6c81865e-7563-4b15-b1ce-fe74f7e25184} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:30.665901 [ 5 ] {6c81865e-7563-4b15-b1ce-fe74f7e25184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:30.666248 [ 5 ] {6c81865e-7563-4b15-b1ce-fe74f7e25184} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:37:30.666483 [ 5 ] {6c81865e-7563-4b15-b1ce-fe74f7e25184} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:30.666610 [ 5 ] {6c81865e-7563-4b15-b1ce-fe74f7e25184} executeQuery: Read 205 rows, 12.32 KiB in 0.001295 sec., 158301.1583011583 rows/sec., 9.29 MiB/sec. 2025.09.19 00:37:30.666648 [ 5 ] {6c81865e-7563-4b15-b1ce-fe74f7e25184} TCPHandler: Processed in 0.001464699 sec. 2025.09.19 00:37:30.666798 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:30.666906 [ 5 ] {bcb36e20-3583-4ffd-8de3-13e936cddcc9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:37:30.666956 [ 5 ] {bcb36e20-3583-4ffd-8de3-13e936cddcc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:37:30.670053 [ 5 ] {bcb36e20-3583-4ffd-8de3-13e936cddcc9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:30.670093 [ 5 ] {bcb36e20-3583-4ffd-8de3-13e936cddcc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:30.670419 [ 5 ] {bcb36e20-3583-4ffd-8de3-13e936cddcc9} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:37:30.670630 [ 5 ] {bcb36e20-3583-4ffd-8de3-13e936cddcc9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:30.670759 [ 5 ] {bcb36e20-3583-4ffd-8de3-13e936cddcc9} executeQuery: Read 212 rows, 14.00 KiB in 0.003873 sec., 54737.92925380841 rows/sec., 3.53 MiB/sec. 2025.09.19 00:37:30.670798 [ 5 ] {bcb36e20-3583-4ffd-8de3-13e936cddcc9} TCPHandler: Processed in 0.004059113 sec. 2025.09.19 00:37:30.670919 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:30.671014 [ 5 ] {696d44b7-1378-4e9c-857d-405c4b3f00dd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:37:30.671056 [ 5 ] {696d44b7-1378-4e9c-857d-405c4b3f00dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:37:30.671558 [ 5 ] {696d44b7-1378-4e9c-857d-405c4b3f00dd} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:30.671593 [ 5 ] {696d44b7-1378-4e9c-857d-405c4b3f00dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:30.671968 [ 5 ] {696d44b7-1378-4e9c-857d-405c4b3f00dd} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:37:30.672179 [ 5 ] {696d44b7-1378-4e9c-857d-405c4b3f00dd} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:30.672306 [ 5 ] {696d44b7-1378-4e9c-857d-405c4b3f00dd} executeQuery: Read 211 rows, 12.27 KiB in 0.001311 sec., 160945.84286803965 rows/sec., 9.14 MiB/sec. 2025.09.19 00:37:30.672344 [ 5 ] {696d44b7-1378-4e9c-857d-405c4b3f00dd} TCPHandler: Processed in 0.001474659 sec. 2025.09.19 00:37:30.672459 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:30.672552 [ 5 ] {6b2c6738-2248-4553-8e5e-fff963dfb93f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:30.672591 [ 5 ] {6b2c6738-2248-4553-8e5e-fff963dfb93f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:30.673299 [ 5 ] {6b2c6738-2248-4553-8e5e-fff963dfb93f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:30.673334 [ 5 ] {6b2c6738-2248-4553-8e5e-fff963dfb93f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:30.673683 [ 5 ] {6b2c6738-2248-4553-8e5e-fff963dfb93f} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:37:30.673888 [ 5 ] {6b2c6738-2248-4553-8e5e-fff963dfb93f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:30.674016 [ 5 ] {6b2c6738-2248-4553-8e5e-fff963dfb93f} executeQuery: Read 679 rows, 48.47 KiB in 0.001482 sec., 458164.6423751687 rows/sec., 31.94 MiB/sec. 2025.09.19 00:37:30.674054 [ 5 ] {6b2c6738-2248-4553-8e5e-fff963dfb93f} TCPHandler: Processed in 0.001644952 sec. 2025.09.19 00:37:30.674176 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:30.674268 [ 5 ] {b55bb71f-6c65-4b78-9c50-4acc59695732} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:37:30.674310 [ 5 ] {b55bb71f-6c65-4b78-9c50-4acc59695732} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:37:30.674650 [ 5 ] {b55bb71f-6c65-4b78-9c50-4acc59695732} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:30.674684 [ 5 ] {b55bb71f-6c65-4b78-9c50-4acc59695732} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:30.674993 [ 5 ] {b55bb71f-6c65-4b78-9c50-4acc59695732} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:37:30.675202 [ 5 ] {b55bb71f-6c65-4b78-9c50-4acc59695732} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:30.675294 [ 93 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.19 00:37:30.675327 [ 5 ] {b55bb71f-6c65-4b78-9c50-4acc59695732} executeQuery: Read 6 rows, 321.00 B in 0.001077 sec., 5571.030640668523 rows/sec., 291.06 KiB/sec. 2025.09.19 00:37:30.675331 [ 93 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:30.675358 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:30.675363 [ 5 ] {b55bb71f-6c65-4b78-9c50-4acc59695732} TCPHandler: Processed in 0.001236986 sec. 2025.09.19 00:37:30.675469 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:37:30.675477 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:30.675594 [ 5 ] {0d5bf010-5e60-4dfd-8b23-cf68fe252ffa} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:30.675607 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:30.675637 [ 5 ] {0d5bf010-5e60-4dfd-8b23-cf68fe252ffa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:30.675649 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part 2025.09.19 00:37:30.675719 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part 2025.09.19 00:37:30.675761 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part 2025.09.19 00:37:30.675802 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part 2025.09.19 00:37:30.675836 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part 2025.09.19 00:37:30.676012 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2025.09.19 00:37:30.676095 [ 5 ] {0d5bf010-5e60-4dfd-8b23-cf68fe252ffa} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:30.676135 [ 5 ] {0d5bf010-5e60-4dfd-8b23-cf68fe252ffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:30.676532 [ 5 ] {0d5bf010-5e60-4dfd-8b23-cf68fe252ffa} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:37:30.676781 [ 5 ] {0d5bf010-5e60-4dfd-8b23-cf68fe252ffa} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:30.676898 [ 192 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.00147508 sec., 146432.73585161482 rows/sec., 7.47 MiB/sec. 2025.09.19 00:37:30.676911 [ 5 ] {0d5bf010-5e60-4dfd-8b23-cf68fe252ffa} executeQuery: Read 314 rows, 21.12 KiB in 0.001335 sec., 235205.99250936328 rows/sec., 15.45 MiB/sec. 2025.09.19 00:37:30.677090 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.19 00:37:30.677121 [ 5 ] {0d5bf010-5e60-4dfd-8b23-cf68fe252ffa} TCPHandler: Processed in 0.001692112 sec. 2025.09.19 00:37:30.677245 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:30.677341 [ 5 ] {ef143565-5778-426f-b9c2-b698805a019e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:37:30.677356 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_36_7} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:30.677384 [ 5 ] {ef143565-5778-426f-b9c2-b698805a019e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:37:30.677435 [ 191 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_36_7} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.19 00:37:30.677517 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.09.19 00:37:30.677714 [ 5 ] {ef143565-5778-426f-b9c2-b698805a019e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:30.677754 [ 5 ] {ef143565-5778-426f-b9c2-b698805a019e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:30.678071 [ 5 ] {ef143565-5778-426f-b9c2-b698805a019e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:37:30.678277 [ 5 ] {ef143565-5778-426f-b9c2-b698805a019e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:30.678418 [ 5 ] {ef143565-5778-426f-b9c2-b698805a019e} executeQuery: Read 1 rows, 69.00 B in 0.001094 sec., 914.0767824497259 rows/sec., 61.59 KiB/sec. 2025.09.19 00:37:30.678453 [ 5 ] {ef143565-5778-426f-b9c2-b698805a019e} TCPHandler: Processed in 0.001256636 sec. 2025.09.19 00:37:30.678563 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:30.678655 [ 5 ] {3cd00e46-6067-4cad-bcdc-a737d1cf987d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:30.678696 [ 5 ] {3cd00e46-6067-4cad-bcdc-a737d1cf987d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:30.679027 [ 5 ] {3cd00e46-6067-4cad-bcdc-a737d1cf987d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:30.679062 [ 5 ] {3cd00e46-6067-4cad-bcdc-a737d1cf987d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:30.679372 [ 5 ] {3cd00e46-6067-4cad-bcdc-a737d1cf987d} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:37:30.679584 [ 5 ] {3cd00e46-6067-4cad-bcdc-a737d1cf987d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:30.679709 [ 5 ] {3cd00e46-6067-4cad-bcdc-a737d1cf987d} executeQuery: Read 104 rows, 6.53 KiB in 0.001072 sec., 97014.92537313432 rows/sec., 5.94 MiB/sec. 2025.09.19 00:37:30.679744 [ 5 ] {3cd00e46-6067-4cad-bcdc-a737d1cf987d} TCPHandler: Processed in 0.001230886 sec. 2025.09.19 00:37:34.706073 [ 90 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:37:34.706171 [ 90 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:37:34.845183 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24901 2025.09.19 00:37:34.845957 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:34.846021 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:34.846588 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:37:34.846812 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:34.846937 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24901 2025.09.19 00:37:34.918572 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1472 2025.09.19 00:37:34.921147 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:34.921191 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:34.922411 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:37:34.922677 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:34.922944 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1472 2025.09.19 00:37:35.652682 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:35.652877 [ 5 ] {b2443c07-4b45-4746-8529-9e29eb7cdba6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:35.652948 [ 5 ] {b2443c07-4b45-4746-8529-9e29eb7cdba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:35.653684 [ 5 ] {b2443c07-4b45-4746-8529-9e29eb7cdba6} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:35.653724 [ 5 ] {b2443c07-4b45-4746-8529-9e29eb7cdba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:35.654142 [ 5 ] {b2443c07-4b45-4746-8529-9e29eb7cdba6} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.19 00:37:35.654373 [ 5 ] {b2443c07-4b45-4746-8529-9e29eb7cdba6} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:35.654505 [ 89 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.19 00:37:35.654524 [ 5 ] {b2443c07-4b45-4746-8529-9e29eb7cdba6} executeQuery: Read 140 rows, 12.42 KiB in 0.001701 sec., 82304.5267489712 rows/sec., 7.13 MiB/sec. 2025.09.19 00:37:35.654552 [ 89 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:35.654572 [ 5 ] {b2443c07-4b45-4746-8529-9e29eb7cdba6} TCPHandler: Processed in 0.002021806 sec. 2025.09.19 00:37:35.654577 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:35.654707 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:35.654725 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:37:35.654832 [ 5 ] {d2d1e707-ce87-486c-afed-5c732a433d62} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:35.654887 [ 5 ] {d2d1e707-ce87-486c-afed-5c732a433d62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:35.654922 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:35.654981 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2346 rows starting from the beginning of the part 2025.09.19 00:37:35.655085 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 140 rows starting from the beginning of the part 2025.09.19 00:37:35.655156 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:37:35.655199 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1287 rows starting from the beginning of the part 2025.09.19 00:37:35.655240 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:37:35.655281 [ 192 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 140 rows starting from the beginning of the part 2025.09.19 00:37:35.655367 [ 5 ] {d2d1e707-ce87-486c-afed-5c732a433d62} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:35.655410 [ 5 ] {d2d1e707-ce87-486c-afed-5c732a433d62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:35.655784 [ 5 ] {d2d1e707-ce87-486c-afed-5c732a433d62} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:37:35.656021 [ 5 ] {d2d1e707-ce87-486c-afed-5c732a433d62} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:35.656157 [ 5 ] {d2d1e707-ce87-486c-afed-5c732a433d62} executeQuery: Read 42 rows, 3.16 KiB in 0.00135 sec., 31111.11111111111 rows/sec., 2.28 MiB/sec. 2025.09.19 00:37:35.656198 [ 5 ] {d2d1e707-ce87-486c-afed-5c732a433d62} TCPHandler: Processed in 0.001552991 sec. 2025.09.19 00:37:35.656301 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:35.656398 [ 5 ] {66e82486-2ac7-40ba-bfbc-323387ffb8f8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:35.656437 [ 5 ] {66e82486-2ac7-40ba-bfbc-323387ffb8f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:35.656867 [ 5 ] {66e82486-2ac7-40ba-bfbc-323387ffb8f8} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:35.656904 [ 5 ] {66e82486-2ac7-40ba-bfbc-323387ffb8f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:35.657240 [ 5 ] {66e82486-2ac7-40ba-bfbc-323387ffb8f8} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.19 00:37:35.657365 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 6137 rows, containing 5 columns (5 merged, 0 gathered) in 0.002711696 sec., 2263159.292192045 rows/sec., 191.66 MiB/sec. 2025.09.19 00:37:35.657457 [ 5 ] {66e82486-2ac7-40ba-bfbc-323387ffb8f8} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:35.657570 [ 89 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.19 00:37:35.657591 [ 5 ] {66e82486-2ac7-40ba-bfbc-323387ffb8f8} executeQuery: Read 106 rows, 8.48 KiB in 0.001213 sec., 87386.64468260511 rows/sec., 6.83 MiB/sec. 2025.09.19 00:37:35.657602 [ 89 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:35.657622 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:35.657631 [ 5 ] {66e82486-2ac7-40ba-bfbc-323387ffb8f8} TCPHandler: Processed in 0.001378878 sec. 2025.09.19 00:37:35.657689 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:37:35.657694 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.19 00:37:35.657742 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:35.657779 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:35.657811 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1213 rows starting from the beginning of the part 2025.09.19 00:37:35.657838 [ 5 ] {9edf82c7-3a10-4fd3-a2c6-54697a588e96} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:35.657858 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 106 rows starting from the beginning of the part 2025.09.19 00:37:35.657887 [ 5 ] {9edf82c7-3a10-4fd3-a2c6-54697a588e96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:35.657901 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 679 rows starting from the beginning of the part 2025.09.19 00:37:35.657942 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 576 rows starting from the beginning of the part 2025.09.19 00:37:35.657978 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 679 rows starting from the beginning of the part 2025.09.19 00:37:35.658008 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_76_15} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:35.658015 [ 192 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 106 rows starting from the beginning of the part 2025.09.19 00:37:35.658086 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_76_15} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.19 00:37:35.658172 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.09.19 00:37:35.658320 [ 5 ] {9edf82c7-3a10-4fd3-a2c6-54697a588e96} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:35.658357 [ 5 ] {9edf82c7-3a10-4fd3-a2c6-54697a588e96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:35.658708 [ 5 ] {9edf82c7-3a10-4fd3-a2c6-54697a588e96} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.19 00:37:35.658918 [ 5 ] {9edf82c7-3a10-4fd3-a2c6-54697a588e96} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:35.659027 [ 89 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.19 00:37:35.659050 [ 5 ] {9edf82c7-3a10-4fd3-a2c6-54697a588e96} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2025.09.19 00:37:35.659057 [ 89 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:35.659080 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:35.659087 [ 5 ] {9edf82c7-3a10-4fd3-a2c6-54697a588e96} TCPHandler: Processed in 0.001394728 sec. 2025.09.19 00:37:35.659164 [ 197 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3359 rows, containing 5 columns (5 merged, 0 gathered) in 0.001504629 sec., 2232444.0111150322 rows/sec., 168.72 MiB/sec. 2025.09.19 00:37:35.659176 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:37:35.659190 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:35.659304 [ 5 ] {18b55e2b-11d9-43a8-a02a-5953ae64ea4d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:35.659304 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:35.659341 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.19 00:37:35.659357 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 25019 rows starting from the beginning of the part 2025.09.19 00:37:35.659362 [ 5 ] {18b55e2b-11d9-43a8-a02a-5953ae64ea4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:37:35.659429 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:37:35.659482 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 314 rows starting from the beginning of the part 2025.09.19 00:37:35.659543 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 851 rows starting from the beginning of the part 2025.09.19 00:37:35.659593 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 314 rows starting from the beginning of the part 2025.09.19 00:37:35.659603 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_76_15} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:35.659636 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:37:35.659676 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_76_15} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.19 00:37:35.659753 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:37:35.660335 [ 5 ] {18b55e2b-11d9-43a8-a02a-5953ae64ea4d} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:35.660373 [ 5 ] {18b55e2b-11d9-43a8-a02a-5953ae64ea4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:35.661188 [ 5 ] {18b55e2b-11d9-43a8-a02a-5953ae64ea4d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:37:35.661433 [ 5 ] {18b55e2b-11d9-43a8-a02a-5953ae64ea4d} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:35.661586 [ 5 ] {18b55e2b-11d9-43a8-a02a-5953ae64ea4d} executeQuery: Read 42 rows, 77.07 KiB in 0.0023 sec., 18260.869565217392 rows/sec., 32.72 MiB/sec. 2025.09.19 00:37:35.661659 [ 5 ] {18b55e2b-11d9-43a8-a02a-5953ae64ea4d} TCPHandler: Processed in 0.002518723 sec. 2025.09.19 00:37:35.661771 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:35.661865 [ 5 ] {55ef0dd1-e103-4e81-91d6-73e1d04d1797} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:35.661907 [ 5 ] {55ef0dd1-e103-4e81-91d6-73e1d04d1797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:35.662252 [ 5 ] {55ef0dd1-e103-4e81-91d6-73e1d04d1797} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:35.662288 [ 5 ] {55ef0dd1-e103-4e81-91d6-73e1d04d1797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:35.662694 [ 5 ] {55ef0dd1-e103-4e81-91d6-73e1d04d1797} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.19 00:37:35.662915 [ 5 ] {55ef0dd1-e103-4e81-91d6-73e1d04d1797} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:35.663016 [ 89 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.19 00:37:35.663046 [ 5 ] {55ef0dd1-e103-4e81-91d6-73e1d04d1797} executeQuery: Read 60 rows, 4.14 KiB in 0.0012 sec., 50000.00000000001 rows/sec., 3.37 MiB/sec. 2025.09.19 00:37:35.663049 [ 89 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:35.663077 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:35.663084 [ 5 ] {55ef0dd1-e103-4e81-91d6-73e1d04d1797} TCPHandler: Processed in 0.001362708 sec. 2025.09.19 00:37:35.663192 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:37:35.663362 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:35.663400 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 5660 rows starting from the beginning of the part 2025.09.19 00:37:35.663471 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:37:35.663522 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 104 rows starting from the beginning of the part 2025.09.19 00:37:35.663568 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:37:35.663611 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 104 rows starting from the beginning of the part 2025.09.19 00:37:35.663655 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:37:35.666081 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 6048 rows, containing 4 columns (4 merged, 0 gathered) in 0.002951199 sec., 2049336.5577854968 rows/sec., 130.35 MiB/sec. 2025.09.19 00:37:35.666973 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.19 00:37:35.667102 [ 198 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 26818 rows, containing 5 columns (5 merged, 0 gathered) in 0.007971204 sec., 3364360.0138699245 rows/sec., 225.33 MiB/sec. 2025.09.19 00:37:35.667308 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_76_15} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:35.667378 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_76_15} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.19 00:37:35.667401 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.19 00:37:35.667447 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.09.19 00:37:35.667701 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_76_15} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:35.667784 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_76_15} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.19 00:37:35.667862 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.09.19 00:37:36.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 326.31 MiB, peak 336.80 MiB, free memory in arenas 0.00 B, will set to 329.18 MiB (RSS), difference: 2.87 MiB 2025.09.19 00:37:36.173375 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.09.19 00:37:36.189427 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:36.189479 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:36.194985 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:37:36.195652 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:36.198479 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.09.19 00:37:40.662865 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:40.663067 [ 5 ] {37ef2ee8-fb39-4326-bf19-38c170a22046} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:37:40.663134 [ 5 ] {37ef2ee8-fb39-4326-bf19-38c170a22046} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:37:40.663946 [ 5 ] {37ef2ee8-fb39-4326-bf19-38c170a22046} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.663996 [ 5 ] {37ef2ee8-fb39-4326-bf19-38c170a22046} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.664410 [ 5 ] {37ef2ee8-fb39-4326-bf19-38c170a22046} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:37:40.664634 [ 5 ] {37ef2ee8-fb39-4326-bf19-38c170a22046} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.664784 [ 83 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2025.09.19 00:37:40.664794 [ 5 ] {37ef2ee8-fb39-4326-bf19-38c170a22046} executeQuery: Read 410 rows, 26.63 KiB in 0.001775 sec., 230985.91549295772 rows/sec., 14.65 MiB/sec. 2025.09.19 00:37:40.664858 [ 83 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.664884 [ 5 ] {37ef2ee8-fb39-4326-bf19-38c170a22046} TCPHandler: Processed in 0.002164938 sec. 2025.09.19 00:37:40.664886 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.665019 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:40.665029 [ 198 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:37:40.665119 [ 5 ] {2c925e21-5e1a-4441-b853-c849fb9df508} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:37:40.665167 [ 5 ] {2c925e21-5e1a-4441-b853-c849fb9df508} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:37:40.665199 [ 198 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:40.665244 [ 198 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 410 rows starting from the beginning of the part 2025.09.19 00:37:40.665318 [ 198 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 410 rows starting from the beginning of the part 2025.09.19 00:37:40.665373 [ 198 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 410 rows starting from the beginning of the part 2025.09.19 00:37:40.665426 [ 198 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 410 rows starting from the beginning of the part 2025.09.19 00:37:40.665474 [ 198 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 410 rows starting from the beginning of the part 2025.09.19 00:37:40.665604 [ 5 ] {2c925e21-5e1a-4441-b853-c849fb9df508} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.665648 [ 5 ] {2c925e21-5e1a-4441-b853-c849fb9df508} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.666038 [ 5 ] {2c925e21-5e1a-4441-b853-c849fb9df508} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.19 00:37:40.666269 [ 5 ] {2c925e21-5e1a-4441-b853-c849fb9df508} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.666407 [ 5 ] {2c925e21-5e1a-4441-b853-c849fb9df508} executeQuery: Read 2 rows, 167.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 124.78 KiB/sec. 2025.09.19 00:37:40.666447 [ 5 ] {2c925e21-5e1a-4441-b853-c849fb9df508} TCPHandler: Processed in 0.00147739 sec. 2025.09.19 00:37:40.666568 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:40.666663 [ 5 ] {503e2f42-c451-4064-933b-08d0bc8db942} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:40.666703 [ 5 ] {503e2f42-c451-4064-933b-08d0bc8db942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:40.666885 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001914755 sec., 1070633.0574929952 rows/sec., 72.00 MiB/sec. 2025.09.19 00:37:40.667081 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2025.09.19 00:37:40.667345 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_37_9} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.667408 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_37_9} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2025.09.19 00:37:40.667484 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:37:40.667691 [ 5 ] {503e2f42-c451-4064-933b-08d0bc8db942} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.667727 [ 5 ] {503e2f42-c451-4064-933b-08d0bc8db942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.668096 [ 5 ] {503e2f42-c451-4064-933b-08d0bc8db942} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.19 00:37:40.668303 [ 5 ] {503e2f42-c451-4064-933b-08d0bc8db942} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.668431 [ 5 ] {503e2f42-c451-4064-933b-08d0bc8db942} executeQuery: Read 1113 rows, 89.87 KiB in 0.001787 sec., 622831.5612758814 rows/sec., 49.11 MiB/sec. 2025.09.19 00:37:40.668470 [ 5 ] {503e2f42-c451-4064-933b-08d0bc8db942} TCPHandler: Processed in 0.001949715 sec. 2025.09.19 00:37:40.668584 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:40.668677 [ 5 ] {d8a96378-8b0a-4c3d-948a-b25ff84c97ff} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:40.668717 [ 5 ] {d8a96378-8b0a-4c3d-948a-b25ff84c97ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:40.669195 [ 5 ] {d8a96378-8b0a-4c3d-948a-b25ff84c97ff} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.669231 [ 5 ] {d8a96378-8b0a-4c3d-948a-b25ff84c97ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.669539 [ 5 ] {d8a96378-8b0a-4c3d-948a-b25ff84c97ff} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:37:40.669747 [ 5 ] {d8a96378-8b0a-4c3d-948a-b25ff84c97ff} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.669875 [ 5 ] {d8a96378-8b0a-4c3d-948a-b25ff84c97ff} executeQuery: Read 207 rows, 12.46 KiB in 0.001217 sec., 170090.38619556287 rows/sec., 9.99 MiB/sec. 2025.09.19 00:37:40.669915 [ 5 ] {d8a96378-8b0a-4c3d-948a-b25ff84c97ff} TCPHandler: Processed in 0.001378428 sec. 2025.09.19 00:37:40.670030 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:40.670127 [ 5 ] {c66d0ea2-55c0-4cd9-9c87-5ad473a6670a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:37:40.670166 [ 5 ] {c66d0ea2-55c0-4cd9-9c87-5ad473a6670a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:37:40.670650 [ 5 ] {c66d0ea2-55c0-4cd9-9c87-5ad473a6670a} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.670687 [ 5 ] {c66d0ea2-55c0-4cd9-9c87-5ad473a6670a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.670987 [ 5 ] {c66d0ea2-55c0-4cd9-9c87-5ad473a6670a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:37:40.671206 [ 5 ] {c66d0ea2-55c0-4cd9-9c87-5ad473a6670a} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.671319 [ 83 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2025.09.19 00:37:40.671333 [ 5 ] {c66d0ea2-55c0-4cd9-9c87-5ad473a6670a} executeQuery: Read 212 rows, 14.00 KiB in 0.001224 sec., 173202.61437908496 rows/sec., 11.17 MiB/sec. 2025.09.19 00:37:40.671368 [ 83 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.671385 [ 5 ] {c66d0ea2-55c0-4cd9-9c87-5ad473a6670a} TCPHandler: Processed in 0.001410118 sec. 2025.09.19 00:37:40.671404 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.671492 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2025.09.19 00:37:40.671502 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:40.671597 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:40.671611 [ 5 ] {754c2d2f-2af3-480b-9e75-ec38607c51bc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:37:40.671628 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 441 rows starting from the beginning of the part 2025.09.19 00:37:40.671657 [ 5 ] {754c2d2f-2af3-480b-9e75-ec38607c51bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:37:40.671683 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 212 rows starting from the beginning of the part 2025.09.19 00:37:40.671728 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 212 rows starting from the beginning of the part 2025.09.19 00:37:40.671767 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 228 rows starting from the beginning of the part 2025.09.19 00:37:40.671807 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 212 rows starting from the beginning of the part 2025.09.19 00:37:40.671847 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 212 rows starting from the beginning of the part 2025.09.19 00:37:40.672140 [ 5 ] {754c2d2f-2af3-480b-9e75-ec38607c51bc} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.672182 [ 5 ] {754c2d2f-2af3-480b-9e75-ec38607c51bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.672515 [ 5 ] {754c2d2f-2af3-480b-9e75-ec38607c51bc} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:37:40.672726 [ 5 ] {754c2d2f-2af3-480b-9e75-ec38607c51bc} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.672762 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001305827 sec., 1161715.9087689256 rows/sec., 80.48 MiB/sec. 2025.09.19 00:37:40.672844 [ 83 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2025.09.19 00:37:40.672860 [ 5 ] {754c2d2f-2af3-480b-9e75-ec38607c51bc} executeQuery: Read 211 rows, 12.27 KiB in 0.001267 sec., 166535.12233622733 rows/sec., 9.46 MiB/sec. 2025.09.19 00:37:40.672886 [ 83 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.672907 [ 5 ] {754c2d2f-2af3-480b-9e75-ec38607c51bc} TCPHandler: Processed in 0.001452559 sec. 2025.09.19 00:37:40.672912 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.672966 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2025.09.19 00:37:40.672994 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:37:40.673026 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:40.673082 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:40.673120 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 211 rows starting from the beginning of the part 2025.09.19 00:37:40.673146 [ 5 ] {3ffa99cb-0384-43e2-95f1-d35028b90848} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:40.673172 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 211 rows starting from the beginning of the part 2025.09.19 00:37:40.673194 [ 5 ] {3ffa99cb-0384-43e2-95f1-d35028b90848} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:40.673216 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 211 rows starting from the beginning of the part 2025.09.19 00:37:40.673257 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 211 rows starting from the beginning of the part 2025.09.19 00:37:40.673314 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 211 rows starting from the beginning of the part 2025.09.19 00:37:40.673337 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.673482 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_50_10} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2025.09.19 00:37:40.673626 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:37:40.673902 [ 5 ] {3ffa99cb-0384-43e2-95f1-d35028b90848} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.673942 [ 5 ] {3ffa99cb-0384-43e2-95f1-d35028b90848} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.674124 [ 199 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001155505 sec., 913020.7138870017 rows/sec., 55.33 MiB/sec. 2025.09.19 00:37:40.674311 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2025.09.19 00:37:40.674313 [ 5 ] {3ffa99cb-0384-43e2-95f1-d35028b90848} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.19 00:37:40.674610 [ 5 ] {3ffa99cb-0384-43e2-95f1-d35028b90848} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.674662 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_37_9} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.674744 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_37_9} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2025.09.19 00:37:40.674750 [ 5 ] {3ffa99cb-0384-43e2-95f1-d35028b90848} executeQuery: Read 681 rows, 48.63 KiB in 0.001622 sec., 419852.03452527744 rows/sec., 29.28 MiB/sec. 2025.09.19 00:37:40.674796 [ 5 ] {3ffa99cb-0384-43e2-95f1-d35028b90848} TCPHandler: Processed in 0.001817374 sec. 2025.09.19 00:37:40.674843 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:37:40.674906 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:40.675002 [ 5 ] {1db8b6f8-6e25-47ee-905e-d17cb3bb5485} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:37:40.675044 [ 5 ] {1db8b6f8-6e25-47ee-905e-d17cb3bb5485} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:37:40.675380 [ 5 ] {1db8b6f8-6e25-47ee-905e-d17cb3bb5485} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.675416 [ 5 ] {1db8b6f8-6e25-47ee-905e-d17cb3bb5485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.675726 [ 5 ] {1db8b6f8-6e25-47ee-905e-d17cb3bb5485} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:37:40.675934 [ 5 ] {1db8b6f8-6e25-47ee-905e-d17cb3bb5485} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.676063 [ 5 ] {1db8b6f8-6e25-47ee-905e-d17cb3bb5485} executeQuery: Read 6 rows, 321.00 B in 0.001079 sec., 5560.704355885078 rows/sec., 290.53 KiB/sec. 2025.09.19 00:37:40.676098 [ 5 ] {1db8b6f8-6e25-47ee-905e-d17cb3bb5485} TCPHandler: Processed in 0.001240546 sec. 2025.09.19 00:37:40.676207 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:40.676299 [ 5 ] {d5500350-a7dc-445b-82bf-4fd98ca00e27} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:40.676340 [ 5 ] {d5500350-a7dc-445b-82bf-4fd98ca00e27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:40.676781 [ 5 ] {d5500350-a7dc-445b-82bf-4fd98ca00e27} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.676816 [ 5 ] {d5500350-a7dc-445b-82bf-4fd98ca00e27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.677153 [ 5 ] {d5500350-a7dc-445b-82bf-4fd98ca00e27} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.19 00:37:40.677363 [ 5 ] {d5500350-a7dc-445b-82bf-4fd98ca00e27} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.677486 [ 5 ] {d5500350-a7dc-445b-82bf-4fd98ca00e27} executeQuery: Read 315 rows, 21.19 KiB in 0.001205 sec., 261410.78838174275 rows/sec., 17.17 MiB/sec. 2025.09.19 00:37:40.677522 [ 5 ] {d5500350-a7dc-445b-82bf-4fd98ca00e27} TCPHandler: Processed in 0.001363148 sec. 2025.09.19 00:37:40.677633 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:40.677725 [ 5 ] {d88e9c08-254c-484d-b55e-9ce5b01f5731} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:37:40.677765 [ 5 ] {d88e9c08-254c-484d-b55e-9ce5b01f5731} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:37:40.678078 [ 5 ] {d88e9c08-254c-484d-b55e-9ce5b01f5731} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.678111 [ 5 ] {d88e9c08-254c-484d-b55e-9ce5b01f5731} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.678397 [ 5 ] {d88e9c08-254c-484d-b55e-9ce5b01f5731} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:37:40.678612 [ 5 ] {d88e9c08-254c-484d-b55e-9ce5b01f5731} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.678735 [ 5 ] {d88e9c08-254c-484d-b55e-9ce5b01f5731} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2025.09.19 00:37:40.678770 [ 5 ] {d88e9c08-254c-484d-b55e-9ce5b01f5731} TCPHandler: Processed in 0.001184516 sec. 2025.09.19 00:37:40.678876 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:40.678967 [ 5 ] {548f494c-4a11-464b-bcad-e0fbf83e4c40} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:40.679007 [ 5 ] {548f494c-4a11-464b-bcad-e0fbf83e4c40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:40.679328 [ 5 ] {548f494c-4a11-464b-bcad-e0fbf83e4c40} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:40.679361 [ 5 ] {548f494c-4a11-464b-bcad-e0fbf83e4c40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:40.679662 [ 5 ] {548f494c-4a11-464b-bcad-e0fbf83e4c40} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.19 00:37:40.679872 [ 5 ] {548f494c-4a11-464b-bcad-e0fbf83e4c40} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:40.679994 [ 5 ] {548f494c-4a11-464b-bcad-e0fbf83e4c40} executeQuery: Read 104 rows, 6.53 KiB in 0.001044 sec., 99616.85823754789 rows/sec., 6.10 MiB/sec. 2025.09.19 00:37:40.680028 [ 5 ] {548f494c-4a11-464b-bcad-e0fbf83e4c40} TCPHandler: Processed in 0.001201895 sec. 2025.09.19 00:37:42.347097 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25413 2025.09.19 00:37:42.347705 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:42.347756 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:42.348318 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:37:42.348549 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:42.348681 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25413 2025.09.19 00:37:43.698578 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.09.19 00:37:43.715732 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:43.715797 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:43.721768 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:37:43.722456 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:43.725522 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.09.19 00:37:44.923211 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1506 2025.09.19 00:37:44.925808 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:44.925865 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:44.927125 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:37:44.927395 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:44.927755 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1506 2025.09.19 00:37:45.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 325.26 MiB, peak 336.80 MiB, free memory in arenas 0.00 B, will set to 329.26 MiB (RSS), difference: 4.00 MiB 2025.09.19 00:37:45.652813 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:45.653003 [ 5 ] {b777a815-13bc-4f9a-b515-9f2fbc6aef74} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:45.653072 [ 5 ] {b777a815-13bc-4f9a-b515-9f2fbc6aef74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:45.653886 [ 5 ] {b777a815-13bc-4f9a-b515-9f2fbc6aef74} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:45.653924 [ 5 ] {b777a815-13bc-4f9a-b515-9f2fbc6aef74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:45.654322 [ 5 ] {b777a815-13bc-4f9a-b515-9f2fbc6aef74} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.19 00:37:45.654549 [ 5 ] {b777a815-13bc-4f9a-b515-9f2fbc6aef74} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:45.654705 [ 5 ] {b777a815-13bc-4f9a-b515-9f2fbc6aef74} executeQuery: Read 140 rows, 12.42 KiB in 0.001753 sec., 79863.09184255562 rows/sec., 6.92 MiB/sec. 2025.09.19 00:37:45.654746 [ 5 ] {b777a815-13bc-4f9a-b515-9f2fbc6aef74} TCPHandler: Processed in 0.002060767 sec. 2025.09.19 00:37:45.654891 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:45.655010 [ 5 ] {1e48eb48-6faa-491b-8af7-8c3f6e6d7db8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:45.655061 [ 5 ] {1e48eb48-6faa-491b-8af7-8c3f6e6d7db8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:45.655533 [ 5 ] {1e48eb48-6faa-491b-8af7-8c3f6e6d7db8} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:45.655568 [ 5 ] {1e48eb48-6faa-491b-8af7-8c3f6e6d7db8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:45.655883 [ 5 ] {1e48eb48-6faa-491b-8af7-8c3f6e6d7db8} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.19 00:37:45.656096 [ 5 ] {1e48eb48-6faa-491b-8af7-8c3f6e6d7db8} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:45.656191 [ 77 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.19 00:37:45.656223 [ 5 ] {1e48eb48-6faa-491b-8af7-8c3f6e6d7db8} executeQuery: Read 42 rows, 3.16 KiB in 0.001237 sec., 33953.11236863379 rows/sec., 2.49 MiB/sec. 2025.09.19 00:37:45.656227 [ 77 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:45.656254 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:45.656262 [ 5 ] {1e48eb48-6faa-491b-8af7-8c3f6e6d7db8} TCPHandler: Processed in 0.001441009 sec. 2025.09.19 00:37:45.656373 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:45.656373 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:37:45.656467 [ 5 ] {980f06e3-1c5c-4b58-a8d3-8e872a7327e1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:45.656511 [ 5 ] {980f06e3-1c5c-4b58-a8d3-8e872a7327e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:45.656543 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:45.656588 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 265 rows starting from the beginning of the part 2025.09.19 00:37:45.656668 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part 2025.09.19 00:37:45.656723 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 205 rows starting from the beginning of the part 2025.09.19 00:37:45.656773 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 42 rows starting from the beginning of the part 2025.09.19 00:37:45.656820 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 207 rows starting from the beginning of the part 2025.09.19 00:37:45.656868 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 42 rows starting from the beginning of the part 2025.09.19 00:37:45.657003 [ 5 ] {980f06e3-1c5c-4b58-a8d3-8e872a7327e1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:45.657048 [ 5 ] {980f06e3-1c5c-4b58-a8d3-8e872a7327e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:45.657392 [ 5 ] {980f06e3-1c5c-4b58-a8d3-8e872a7327e1} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.19 00:37:45.657619 [ 5 ] {980f06e3-1c5c-4b58-a8d3-8e872a7327e1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:45.657767 [ 5 ] {980f06e3-1c5c-4b58-a8d3-8e872a7327e1} executeQuery: Read 106 rows, 8.48 KiB in 0.001319 sec., 80363.9120545868 rows/sec., 6.28 MiB/sec. 2025.09.19 00:37:45.657806 [ 5 ] {980f06e3-1c5c-4b58-a8d3-8e872a7327e1} TCPHandler: Processed in 0.00148265 sec. 2025.09.19 00:37:45.657917 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:45.657923 [ 195 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 817 rows, containing 5 columns (5 merged, 0 gathered) in 0.001607151 sec., 508352.9799004574 rows/sec., 33.51 MiB/sec. 2025.09.19 00:37:45.658011 [ 5 ] {742328a7-f8f2-468d-bb15-22ccdb6f368d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:45.658058 [ 5 ] {742328a7-f8f2-468d-bb15-22ccdb6f368d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:45.658126 [ 195 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.19 00:37:45.658418 [ 195 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_76_15} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:45.658464 [ 5 ] {742328a7-f8f2-468d-bb15-22ccdb6f368d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:45.658504 [ 195 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_76_15} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.19 00:37:45.658504 [ 5 ] {742328a7-f8f2-468d-bb15-22ccdb6f368d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:45.658629 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:37:45.658894 [ 5 ] {742328a7-f8f2-468d-bb15-22ccdb6f368d} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.19 00:37:45.659116 [ 5 ] {742328a7-f8f2-468d-bb15-22ccdb6f368d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:45.659255 [ 5 ] {742328a7-f8f2-468d-bb15-22ccdb6f368d} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2025.09.19 00:37:45.659294 [ 5 ] {742328a7-f8f2-468d-bb15-22ccdb6f368d} TCPHandler: Processed in 0.001426898 sec. 2025.09.19 00:37:45.659404 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:45.659495 [ 5 ] {6abbdf76-a275-46ad-824d-025775a1bd63} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:45.659549 [ 5 ] {6abbdf76-a275-46ad-824d-025775a1bd63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:37:45.660416 [ 5 ] {6abbdf76-a275-46ad-824d-025775a1bd63} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:45.660453 [ 5 ] {6abbdf76-a275-46ad-824d-025775a1bd63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:45.661025 [ 5 ] {6abbdf76-a275-46ad-824d-025775a1bd63} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:37:45.661249 [ 5 ] {6abbdf76-a275-46ad-824d-025775a1bd63} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:45.661384 [ 5 ] {6abbdf76-a275-46ad-824d-025775a1bd63} executeQuery: Read 42 rows, 77.07 KiB in 0.001907 sec., 22024.12165705296 rows/sec., 39.47 MiB/sec. 2025.09.19 00:37:45.661437 [ 5 ] {6abbdf76-a275-46ad-824d-025775a1bd63} TCPHandler: Processed in 0.002083097 sec. 2025.09.19 00:37:45.661550 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:45.661644 [ 5 ] {b0ff40fc-bce9-4271-beb7-b13f7cbc88f9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:45.661684 [ 5 ] {b0ff40fc-bce9-4271-beb7-b13f7cbc88f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:45.662013 [ 5 ] {b0ff40fc-bce9-4271-beb7-b13f7cbc88f9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:45.662049 [ 5 ] {b0ff40fc-bce9-4271-beb7-b13f7cbc88f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:45.662352 [ 5 ] {b0ff40fc-bce9-4271-beb7-b13f7cbc88f9} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.19 00:37:45.662560 [ 5 ] {b0ff40fc-bce9-4271-beb7-b13f7cbc88f9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:45.662712 [ 5 ] {b0ff40fc-bce9-4271-beb7-b13f7cbc88f9} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.09.19 00:37:45.662748 [ 5 ] {b0ff40fc-bce9-4271-beb7-b13f7cbc88f9} TCPHandler: Processed in 0.001247946 sec. 2025.09.19 00:37:49.706214 [ 73 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:37:49.706278 [ 73 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:37:49.848853 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25861 2025.09.19 00:37:49.849386 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:49.849445 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:49.849976 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:37:49.850220 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:49.850380 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25861 2025.09.19 00:37:50.661592 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:50.661877 [ 5 ] {151d301c-9170-48a7-8a9a-18a719335bcb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:37:50.661980 [ 5 ] {151d301c-9170-48a7-8a9a-18a719335bcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:37:50.662941 [ 5 ] {151d301c-9170-48a7-8a9a-18a719335bcb} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:50.662989 [ 5 ] {151d301c-9170-48a7-8a9a-18a719335bcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:50.663407 [ 5 ] {151d301c-9170-48a7-8a9a-18a719335bcb} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:37:50.663640 [ 5 ] {151d301c-9170-48a7-8a9a-18a719335bcb} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:50.663803 [ 5 ] {151d301c-9170-48a7-8a9a-18a719335bcb} executeQuery: Read 410 rows, 26.63 KiB in 0.002003 sec., 204692.96055916126 rows/sec., 12.98 MiB/sec. 2025.09.19 00:37:50.663854 [ 5 ] {151d301c-9170-48a7-8a9a-18a719335bcb} TCPHandler: Processed in 0.002403202 sec. 2025.09.19 00:37:50.663981 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:50.664082 [ 5 ] {7e07ae62-525a-4951-b3b2-48ee01126680} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:50.664125 [ 5 ] {7e07ae62-525a-4951-b3b2-48ee01126680} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:50.664979 [ 5 ] {7e07ae62-525a-4951-b3b2-48ee01126680} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:50.665017 [ 5 ] {7e07ae62-525a-4951-b3b2-48ee01126680} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:50.665394 [ 5 ] {7e07ae62-525a-4951-b3b2-48ee01126680} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.19 00:37:50.665602 [ 5 ] {7e07ae62-525a-4951-b3b2-48ee01126680} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:50.665736 [ 5 ] {7e07ae62-525a-4951-b3b2-48ee01126680} executeQuery: Read 1112 rows, 89.80 KiB in 0.001677 sec., 663088.8491353607 rows/sec., 52.29 MiB/sec. 2025.09.19 00:37:50.665776 [ 5 ] {7e07ae62-525a-4951-b3b2-48ee01126680} TCPHandler: Processed in 0.001846124 sec. 2025.09.19 00:37:50.665895 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:50.665990 [ 5 ] {c80af71c-84d7-46be-8fd8-a933558518ee} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:50.666031 [ 5 ] {c80af71c-84d7-46be-8fd8-a933558518ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:50.666507 [ 5 ] {c80af71c-84d7-46be-8fd8-a933558518ee} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:50.666544 [ 5 ] {c80af71c-84d7-46be-8fd8-a933558518ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:50.666856 [ 5 ] {c80af71c-84d7-46be-8fd8-a933558518ee} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.19 00:37:50.667061 [ 5 ] {c80af71c-84d7-46be-8fd8-a933558518ee} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:50.667191 [ 5 ] {c80af71c-84d7-46be-8fd8-a933558518ee} executeQuery: Read 205 rows, 12.32 KiB in 0.001221 sec., 167895.1678951679 rows/sec., 9.85 MiB/sec. 2025.09.19 00:37:50.667230 [ 5 ] {c80af71c-84d7-46be-8fd8-a933558518ee} TCPHandler: Processed in 0.001383788 sec. 2025.09.19 00:37:50.667342 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:50.667434 [ 5 ] {dc26a597-7f41-485f-a81d-527064e2fe65} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:37:50.667474 [ 5 ] {dc26a597-7f41-485f-a81d-527064e2fe65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:37:50.667935 [ 5 ] {dc26a597-7f41-485f-a81d-527064e2fe65} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:50.667972 [ 5 ] {dc26a597-7f41-485f-a81d-527064e2fe65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:50.668270 [ 5 ] {dc26a597-7f41-485f-a81d-527064e2fe65} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:37:50.668483 [ 5 ] {dc26a597-7f41-485f-a81d-527064e2fe65} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:50.668618 [ 5 ] {dc26a597-7f41-485f-a81d-527064e2fe65} executeQuery: Read 212 rows, 14.00 KiB in 0.001202 sec., 176372.71214642265 rows/sec., 11.37 MiB/sec. 2025.09.19 00:37:50.668656 [ 5 ] {dc26a597-7f41-485f-a81d-527064e2fe65} TCPHandler: Processed in 0.001364117 sec. 2025.09.19 00:37:50.668765 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:50.668859 [ 5 ] {df83c6ed-6c1b-4e4c-8a53-82f3b8dac422} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:37:50.668898 [ 5 ] {df83c6ed-6c1b-4e4c-8a53-82f3b8dac422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:37:50.669352 [ 5 ] {df83c6ed-6c1b-4e4c-8a53-82f3b8dac422} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:50.669388 [ 5 ] {df83c6ed-6c1b-4e4c-8a53-82f3b8dac422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:50.669694 [ 5 ] {df83c6ed-6c1b-4e4c-8a53-82f3b8dac422} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:37:50.669896 [ 5 ] {df83c6ed-6c1b-4e4c-8a53-82f3b8dac422} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:50.670024 [ 5 ] {df83c6ed-6c1b-4e4c-8a53-82f3b8dac422} executeQuery: Read 211 rows, 12.27 KiB in 0.001184 sec., 178209.45945945947 rows/sec., 10.12 MiB/sec. 2025.09.19 00:37:50.670063 [ 5 ] {df83c6ed-6c1b-4e4c-8a53-82f3b8dac422} TCPHandler: Processed in 0.001346418 sec. 2025.09.19 00:37:50.670177 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:50.670270 [ 5 ] {967f61e8-fef8-43ae-973c-fec707a90be2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:50.670308 [ 5 ] {967f61e8-fef8-43ae-973c-fec707a90be2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:50.670926 [ 5 ] {967f61e8-fef8-43ae-973c-fec707a90be2} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:50.670963 [ 5 ] {967f61e8-fef8-43ae-973c-fec707a90be2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:50.671288 [ 5 ] {967f61e8-fef8-43ae-973c-fec707a90be2} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.19 00:37:50.671495 [ 5 ] {967f61e8-fef8-43ae-973c-fec707a90be2} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:50.671623 [ 5 ] {967f61e8-fef8-43ae-973c-fec707a90be2} executeQuery: Read 679 rows, 48.47 KiB in 0.001371 sec., 495258.9350838804 rows/sec., 34.52 MiB/sec. 2025.09.19 00:37:50.671661 [ 5 ] {967f61e8-fef8-43ae-973c-fec707a90be2} TCPHandler: Processed in 0.00153316 sec. 2025.09.19 00:37:50.671802 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:50.671924 [ 5 ] {ce1d9fbc-4800-44e2-9de6-72ea8b7f1b43} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:37:50.671976 [ 5 ] {ce1d9fbc-4800-44e2-9de6-72ea8b7f1b43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:37:50.672383 [ 5 ] {ce1d9fbc-4800-44e2-9de6-72ea8b7f1b43} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:50.672427 [ 5 ] {ce1d9fbc-4800-44e2-9de6-72ea8b7f1b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:50.672767 [ 5 ] {ce1d9fbc-4800-44e2-9de6-72ea8b7f1b43} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:37:50.672974 [ 5 ] {ce1d9fbc-4800-44e2-9de6-72ea8b7f1b43} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:50.673119 [ 5 ] {ce1d9fbc-4800-44e2-9de6-72ea8b7f1b43} executeQuery: Read 6 rows, 321.00 B in 0.001219 sec., 4922.067268252666 rows/sec., 257.16 KiB/sec. 2025.09.19 00:37:50.673157 [ 5 ] {ce1d9fbc-4800-44e2-9de6-72ea8b7f1b43} TCPHandler: Processed in 0.001416249 sec. 2025.09.19 00:37:50.673261 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:50.673354 [ 5 ] {07044a10-e3fc-4f1e-abb9-96079f0d7af2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:50.673394 [ 5 ] {07044a10-e3fc-4f1e-abb9-96079f0d7af2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:50.673818 [ 5 ] {07044a10-e3fc-4f1e-abb9-96079f0d7af2} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:50.673854 [ 5 ] {07044a10-e3fc-4f1e-abb9-96079f0d7af2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:50.674189 [ 5 ] {07044a10-e3fc-4f1e-abb9-96079f0d7af2} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.19 00:37:50.674403 [ 5 ] {07044a10-e3fc-4f1e-abb9-96079f0d7af2} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:50.674522 [ 5 ] {07044a10-e3fc-4f1e-abb9-96079f0d7af2} executeQuery: Read 314 rows, 21.12 KiB in 0.001218 sec., 257799.67159277506 rows/sec., 16.94 MiB/sec. 2025.09.19 00:37:50.674557 [ 5 ] {07044a10-e3fc-4f1e-abb9-96079f0d7af2} TCPHandler: Processed in 0.001378388 sec. 2025.09.19 00:37:50.674663 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:50.674769 [ 5 ] {bb79a0a7-2d69-4b5e-936a-5568b134b4d1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:37:50.674815 [ 5 ] {bb79a0a7-2d69-4b5e-936a-5568b134b4d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:37:50.675237 [ 5 ] {bb79a0a7-2d69-4b5e-936a-5568b134b4d1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:50.675271 [ 5 ] {bb79a0a7-2d69-4b5e-936a-5568b134b4d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:50.675556 [ 5 ] {bb79a0a7-2d69-4b5e-936a-5568b134b4d1} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:37:50.675758 [ 5 ] {bb79a0a7-2d69-4b5e-936a-5568b134b4d1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:50.675864 [ 72 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.09.19 00:37:50.675884 [ 5 ] {bb79a0a7-2d69-4b5e-936a-5568b134b4d1} executeQuery: Read 1 rows, 69.00 B in 0.001091 sec., 916.5902841429881 rows/sec., 61.76 KiB/sec. 2025.09.19 00:37:50.675934 [ 72 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:50.675942 [ 5 ] {bb79a0a7-2d69-4b5e-936a-5568b134b4d1} TCPHandler: Processed in 0.001296367 sec. 2025.09.19 00:37:50.675965 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:50.676064 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:50.676072 [ 200 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.09.19 00:37:50.676165 [ 5 ] {f7f334ab-6ef3-44cf-9b56-7a788986937a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:50.676210 [ 200 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:37:50.676211 [ 5 ] {f7f334ab-6ef3-44cf-9b56-7a788986937a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:50.676255 [ 200 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part 2025.09.19 00:37:50.676329 [ 200 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part 2025.09.19 00:37:50.676374 [ 200 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part 2025.09.19 00:37:50.676418 [ 200 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part 2025.09.19 00:37:50.676454 [ 200 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part 2025.09.19 00:37:50.676493 [ 200 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part 2025.09.19 00:37:50.676564 [ 5 ] {f7f334ab-6ef3-44cf-9b56-7a788986937a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:50.676605 [ 5 ] {f7f334ab-6ef3-44cf-9b56-7a788986937a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:50.676954 [ 5 ] {f7f334ab-6ef3-44cf-9b56-7a788986937a} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.19 00:37:50.677186 [ 5 ] {f7f334ab-6ef3-44cf-9b56-7a788986937a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:50.677317 [ 5 ] {f7f334ab-6ef3-44cf-9b56-7a788986937a} executeQuery: Read 104 rows, 6.53 KiB in 0.001169 sec., 88964.9272882806 rows/sec., 5.45 MiB/sec. 2025.09.19 00:37:50.677352 [ 5 ] {f7f334ab-6ef3-44cf-9b56-7a788986937a} TCPHandler: Processed in 0.001337597 sec. 2025.09.19 00:37:50.677377 [ 195 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.001346128 sec., 29714.856239525514 rows/sec., 1.95 MiB/sec. 2025.09.19 00:37:50.677537 [ 200 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.09.19 00:37:50.677802 [ 200 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:50.677874 [ 200 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_40_8} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.09.19 00:37:50.677947 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:37:51.225625 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.09.19 00:37:51.242418 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:51.242484 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.09.19 00:37:51.248653 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:37:51.249344 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:51.252301 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.09.19 00:37:54.928051 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1538 2025.09.19 00:37:54.930596 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:54.930634 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:54.931826 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:37:54.932082 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:54.932343 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1538 2025.09.19 00:37:55.682459 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:55.682634 [ 5 ] {f1ae2216-9ebd-4b6a-b017-57556b8b83fe} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:37:55.682700 [ 5 ] {f1ae2216-9ebd-4b6a-b017-57556b8b83fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:37:55.683355 [ 5 ] {f1ae2216-9ebd-4b6a-b017-57556b8b83fe} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:55.683403 [ 5 ] {f1ae2216-9ebd-4b6a-b017-57556b8b83fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:55.683783 [ 5 ] {f1ae2216-9ebd-4b6a-b017-57556b8b83fe} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.19 00:37:55.684011 [ 5 ] {f1ae2216-9ebd-4b6a-b017-57556b8b83fe} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:55.684160 [ 5 ] {f1ae2216-9ebd-4b6a-b017-57556b8b83fe} executeQuery: Read 2 rows, 167.00 B in 0.001575 sec., 1269.8412698412699 rows/sec., 103.55 KiB/sec. 2025.09.19 00:37:55.684203 [ 5 ] {f1ae2216-9ebd-4b6a-b017-57556b8b83fe} TCPHandler: Processed in 0.001870465 sec. 2025.09.19 00:37:55.684344 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:55.684437 [ 5 ] {87305226-0f69-4cc1-ab19-c0caf91e69c6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:37:55.684476 [ 5 ] {87305226-0f69-4cc1-ab19-c0caf91e69c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:37:55.685756 [ 5 ] {87305226-0f69-4cc1-ab19-c0caf91e69c6} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:55.685794 [ 5 ] {87305226-0f69-4cc1-ab19-c0caf91e69c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:55.686219 [ 5 ] {87305226-0f69-4cc1-ab19-c0caf91e69c6} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.19 00:37:55.686507 [ 5 ] {87305226-0f69-4cc1-ab19-c0caf91e69c6} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:55.686651 [ 5 ] {87305226-0f69-4cc1-ab19-c0caf91e69c6} executeQuery: Read 1281 rows, 108.61 KiB in 0.002232 sec., 573924.7311827957 rows/sec., 47.52 MiB/sec. 2025.09.19 00:37:55.686689 [ 5 ] {87305226-0f69-4cc1-ab19-c0caf91e69c6} TCPHandler: Processed in 0.002396181 sec. 2025.09.19 00:37:55.686811 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:55.686905 [ 5 ] {398ce423-89ea-4b09-b781-c059ea010ed9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:37:55.686947 [ 5 ] {398ce423-89ea-4b09-b781-c059ea010ed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:37:55.687381 [ 5 ] {398ce423-89ea-4b09-b781-c059ea010ed9} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:55.687418 [ 5 ] {398ce423-89ea-4b09-b781-c059ea010ed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:55.687745 [ 5 ] {398ce423-89ea-4b09-b781-c059ea010ed9} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.19 00:37:55.687972 [ 5 ] {398ce423-89ea-4b09-b781-c059ea010ed9} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:55.688134 [ 5 ] {398ce423-89ea-4b09-b781-c059ea010ed9} executeQuery: Read 44 rows, 3.30 KiB in 0.001247 sec., 35284.68323977546 rows/sec., 2.58 MiB/sec. 2025.09.19 00:37:55.688173 [ 5 ] {398ce423-89ea-4b09-b781-c059ea010ed9} TCPHandler: Processed in 0.001412279 sec. 2025.09.19 00:37:55.688287 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:55.688381 [ 5 ] {1e51d377-2135-4d6b-8d09-e53778029b89} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:37:55.688421 [ 5 ] {1e51d377-2135-4d6b-8d09-e53778029b89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:37:55.688935 [ 5 ] {1e51d377-2135-4d6b-8d09-e53778029b89} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:55.688971 [ 5 ] {1e51d377-2135-4d6b-8d09-e53778029b89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:55.689287 [ 5 ] {1e51d377-2135-4d6b-8d09-e53778029b89} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:37:55.689506 [ 5 ] {1e51d377-2135-4d6b-8d09-e53778029b89} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:55.689635 [ 5 ] {1e51d377-2135-4d6b-8d09-e53778029b89} executeQuery: Read 228 rows, 15.81 KiB in 0.001272 sec., 179245.28301886795 rows/sec., 12.14 MiB/sec. 2025.09.19 00:37:55.689674 [ 5 ] {1e51d377-2135-4d6b-8d09-e53778029b89} TCPHandler: Processed in 0.001434429 sec. 2025.09.19 00:37:55.689786 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:55.689882 [ 5 ] {2275fb1a-6ad7-4819-984d-29f47c584b28} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:37:55.689921 [ 5 ] {2275fb1a-6ad7-4819-984d-29f47c584b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:37:55.690549 [ 5 ] {2275fb1a-6ad7-4819-984d-29f47c584b28} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:55.690587 [ 5 ] {2275fb1a-6ad7-4819-984d-29f47c584b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:55.690919 [ 5 ] {2275fb1a-6ad7-4819-984d-29f47c584b28} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.19 00:37:55.691143 [ 5 ] {2275fb1a-6ad7-4819-984d-29f47c584b28} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:55.691279 [ 5 ] {2275fb1a-6ad7-4819-984d-29f47c584b28} executeQuery: Read 564 rows, 42.93 KiB in 0.001415 sec., 398586.5724381625 rows/sec., 29.63 MiB/sec. 2025.09.19 00:37:55.691318 [ 5 ] {2275fb1a-6ad7-4819-984d-29f47c584b28} TCPHandler: Processed in 0.001579651 sec. 2025.09.19 00:37:55.691443 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:55.691536 [ 5 ] {c731162b-5059-4124-b239-8bfeaebd8f7d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:55.691580 [ 5 ] {c731162b-5059-4124-b239-8bfeaebd8f7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:37:55.692203 [ 5 ] {c731162b-5059-4124-b239-8bfeaebd8f7d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:55.692240 [ 5 ] {c731162b-5059-4124-b239-8bfeaebd8f7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:55.692630 [ 5 ] {c731162b-5059-4124-b239-8bfeaebd8f7d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.19 00:37:55.692854 [ 5 ] {c731162b-5059-4124-b239-8bfeaebd8f7d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:55.692982 [ 5 ] {c731162b-5059-4124-b239-8bfeaebd8f7d} executeQuery: Read 845 rows, 58.24 KiB in 0.001464 sec., 577185.7923497268 rows/sec., 38.85 MiB/sec. 2025.09.19 00:37:55.693020 [ 5 ] {c731162b-5059-4124-b239-8bfeaebd8f7d} TCPHandler: Processed in 0.001625471 sec. 2025.09.19 00:37:55.693153 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:55.693248 [ 5 ] {ad2b4ff3-b162-4133-9cd3-0dc06f026735} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:37:55.693304 [ 5 ] {ad2b4ff3-b162-4133-9cd3-0dc06f026735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:37:55.694197 [ 5 ] {ad2b4ff3-b162-4133-9cd3-0dc06f026735} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:55.694233 [ 5 ] {ad2b4ff3-b162-4133-9cd3-0dc06f026735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:55.694806 [ 5 ] {ad2b4ff3-b162-4133-9cd3-0dc06f026735} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:37:55.695052 [ 5 ] {ad2b4ff3-b162-4133-9cd3-0dc06f026735} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:55.695202 [ 5 ] {ad2b4ff3-b162-4133-9cd3-0dc06f026735} executeQuery: Read 42 rows, 77.07 KiB in 0.001971 sec., 21308.980213089802 rows/sec., 38.18 MiB/sec. 2025.09.19 00:37:55.695280 [ 5 ] {ad2b4ff3-b162-4133-9cd3-0dc06f026735} TCPHandler: Processed in 0.002174818 sec. 2025.09.19 00:37:55.695399 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:37:55.695493 [ 5 ] {5d08d0c5-9bc7-4299-a07b-43d03ea10aa9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:37:55.695535 [ 5 ] {5d08d0c5-9bc7-4299-a07b-43d03ea10aa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:37:55.695883 [ 5 ] {5d08d0c5-9bc7-4299-a07b-43d03ea10aa9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:55.695920 [ 5 ] {5d08d0c5-9bc7-4299-a07b-43d03ea10aa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:55.696233 [ 5 ] {5d08d0c5-9bc7-4299-a07b-43d03ea10aa9} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.19 00:37:55.696447 [ 5 ] {5d08d0c5-9bc7-4299-a07b-43d03ea10aa9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:55.696577 [ 5 ] {5d08d0c5-9bc7-4299-a07b-43d03ea10aa9} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.09.19 00:37:55.696616 [ 5 ] {5d08d0c5-9bc7-4299-a07b-43d03ea10aa9} TCPHandler: Processed in 0.001264757 sec. 2025.09.19 00:37:57.350562 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26373 2025.09.19 00:37:57.351201 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:57.351245 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:57.351757 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:37:57.351992 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:57.352145 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26373 2025.09.19 00:37:58.752405 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2025.09.19 00:37:58.770137 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:37:58.770203 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:37:58.776587 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:37:58.777300 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:37:58.780565 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2025.09.19 00:38:00.661913 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:00.662192 [ 5 ] {6f89d532-9da9-49ec-81c4-85cc054fd2e1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:38:00.662294 [ 5 ] {6f89d532-9da9-49ec-81c4-85cc054fd2e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:38:00.663412 [ 5 ] {6f89d532-9da9-49ec-81c4-85cc054fd2e1} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.663456 [ 5 ] {6f89d532-9da9-49ec-81c4-85cc054fd2e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.663849 [ 5 ] {6f89d532-9da9-49ec-81c4-85cc054fd2e1} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:38:00.664062 [ 5 ] {6f89d532-9da9-49ec-81c4-85cc054fd2e1} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.664215 [ 5 ] {6f89d532-9da9-49ec-81c4-85cc054fd2e1} executeQuery: Read 410 rows, 26.63 KiB in 0.002098 sec., 195424.21353670163 rows/sec., 12.40 MiB/sec. 2025.09.19 00:38:00.664257 [ 5 ] {6f89d532-9da9-49ec-81c4-85cc054fd2e1} TCPHandler: Processed in 0.002519163 sec. 2025.09.19 00:38:00.664378 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:00.664473 [ 5 ] {1309abb7-f5a6-495b-a644-490f39fc0208} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:00.664514 [ 5 ] {1309abb7-f5a6-495b-a644-490f39fc0208} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:00.665502 [ 5 ] {1309abb7-f5a6-495b-a644-490f39fc0208} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.665539 [ 5 ] {1309abb7-f5a6-495b-a644-490f39fc0208} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.665891 [ 5 ] {1309abb7-f5a6-495b-a644-490f39fc0208} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.19 00:38:00.666088 [ 5 ] {1309abb7-f5a6-495b-a644-490f39fc0208} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.666200 [ 56 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.19 00:38:00.666214 [ 5 ] {1309abb7-f5a6-495b-a644-490f39fc0208} executeQuery: Read 1112 rows, 89.80 KiB in 0.001759 sec., 632177.3735076748 rows/sec., 49.86 MiB/sec. 2025.09.19 00:38:00.666268 [ 56 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.666279 [ 5 ] {1309abb7-f5a6-495b-a644-490f39fc0208} TCPHandler: Processed in 0.001948755 sec. 2025.09.19 00:38:00.666298 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.666402 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:38:00.666418 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:00.666512 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:00.666521 [ 5 ] {e99739f4-0d72-4642-99c2-468fdbaa91a8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:00.666546 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2346 rows starting from the beginning of the part 2025.09.19 00:38:00.666564 [ 5 ] {e99739f4-0d72-4642-99c2-468fdbaa91a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:00.666612 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:38:00.666668 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 140 rows starting from the beginning of the part 2025.09.19 00:38:00.666717 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:38:00.666762 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1281 rows starting from the beginning of the part 2025.09.19 00:38:00.666810 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:38:00.667129 [ 5 ] {e99739f4-0d72-4642-99c2-468fdbaa91a8} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.667165 [ 5 ] {e99739f4-0d72-4642-99c2-468fdbaa91a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.667472 [ 5 ] {e99739f4-0d72-4642-99c2-468fdbaa91a8} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.19 00:38:00.667674 [ 5 ] {e99739f4-0d72-4642-99c2-468fdbaa91a8} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.667802 [ 5 ] {e99739f4-0d72-4642-99c2-468fdbaa91a8} executeQuery: Read 205 rows, 12.32 KiB in 0.0013 sec., 157692.3076923077 rows/sec., 9.25 MiB/sec. 2025.09.19 00:38:00.667840 [ 5 ] {e99739f4-0d72-4642-99c2-468fdbaa91a8} TCPHandler: Processed in 0.001470299 sec. 2025.09.19 00:38:00.667952 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:00.668046 [ 5 ] {fa8a51cb-50a4-4da9-972d-4504d53307dc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:38:00.668085 [ 5 ] {fa8a51cb-50a4-4da9-972d-4504d53307dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:38:00.668567 [ 5 ] {fa8a51cb-50a4-4da9-972d-4504d53307dc} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.668601 [ 5 ] {fa8a51cb-50a4-4da9-972d-4504d53307dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.668843 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 7104 rows, containing 5 columns (5 merged, 0 gathered) in 0.002528513 sec., 2809556.4468128104 rows/sec., 236.74 MiB/sec. 2025.09.19 00:38:00.668894 [ 5 ] {fa8a51cb-50a4-4da9-972d-4504d53307dc} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:38:00.669129 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.19 00:38:00.669158 [ 5 ] {fa8a51cb-50a4-4da9-972d-4504d53307dc} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.669287 [ 5 ] {fa8a51cb-50a4-4da9-972d-4504d53307dc} executeQuery: Read 212 rows, 14.00 KiB in 0.001258 sec., 168521.4626391097 rows/sec., 10.87 MiB/sec. 2025.09.19 00:38:00.669333 [ 5 ] {fa8a51cb-50a4-4da9-972d-4504d53307dc} TCPHandler: Processed in 0.001428088 sec. 2025.09.19 00:38:00.669367 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_81_16} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.669429 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_81_16} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.19 00:38:00.669458 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:00.669487 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2025.09.19 00:38:00.669567 [ 5 ] {eb2f8d2f-1c89-4609-a840-877e2478afbc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:38:00.669609 [ 5 ] {eb2f8d2f-1c89-4609-a840-877e2478afbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:38:00.670097 [ 5 ] {eb2f8d2f-1c89-4609-a840-877e2478afbc} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.670132 [ 5 ] {eb2f8d2f-1c89-4609-a840-877e2478afbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.670428 [ 5 ] {eb2f8d2f-1c89-4609-a840-877e2478afbc} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:38:00.670627 [ 5 ] {eb2f8d2f-1c89-4609-a840-877e2478afbc} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.670751 [ 5 ] {eb2f8d2f-1c89-4609-a840-877e2478afbc} executeQuery: Read 211 rows, 12.27 KiB in 0.001203 sec., 175394.84621778884 rows/sec., 9.96 MiB/sec. 2025.09.19 00:38:00.670788 [ 5 ] {eb2f8d2f-1c89-4609-a840-877e2478afbc} TCPHandler: Processed in 0.001389798 sec. 2025.09.19 00:38:00.670921 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:00.671018 [ 5 ] {5b025d0d-6569-454f-8f60-294d5b1a930e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:00.671056 [ 5 ] {5b025d0d-6569-454f-8f60-294d5b1a930e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:00.671724 [ 5 ] {5b025d0d-6569-454f-8f60-294d5b1a930e} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.671760 [ 5 ] {5b025d0d-6569-454f-8f60-294d5b1a930e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.672077 [ 5 ] {5b025d0d-6569-454f-8f60-294d5b1a930e} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.19 00:38:00.672275 [ 5 ] {5b025d0d-6569-454f-8f60-294d5b1a930e} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.672393 [ 56 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.19 00:38:00.672402 [ 5 ] {5b025d0d-6569-454f-8f60-294d5b1a930e} executeQuery: Read 679 rows, 48.47 KiB in 0.001406 sec., 482930.2987197724 rows/sec., 33.66 MiB/sec. 2025.09.19 00:38:00.672437 [ 56 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.672457 [ 5 ] {5b025d0d-6569-454f-8f60-294d5b1a930e} TCPHandler: Processed in 0.001601451 sec. 2025.09.19 00:38:00.672461 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.672578 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:00.672582 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:38:00.672678 [ 5 ] {40d7fb59-044b-48aa-a5df-efa9d5bf0beb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:38:00.672722 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:00.672747 [ 5 ] {40d7fb59-044b-48aa-a5df-efa9d5bf0beb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:38:00.672761 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1213 rows starting from the beginning of the part 2025.09.19 00:38:00.672839 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 681 rows starting from the beginning of the part 2025.09.19 00:38:00.672885 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 106 rows starting from the beginning of the part 2025.09.19 00:38:00.672926 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 679 rows starting from the beginning of the part 2025.09.19 00:38:00.672966 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 564 rows starting from the beginning of the part 2025.09.19 00:38:00.673042 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 679 rows starting from the beginning of the part 2025.09.19 00:38:00.673098 [ 5 ] {40d7fb59-044b-48aa-a5df-efa9d5bf0beb} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.673138 [ 5 ] {40d7fb59-044b-48aa-a5df-efa9d5bf0beb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.673481 [ 5 ] {40d7fb59-044b-48aa-a5df-efa9d5bf0beb} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:38:00.673693 [ 5 ] {40d7fb59-044b-48aa-a5df-efa9d5bf0beb} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.673825 [ 5 ] {40d7fb59-044b-48aa-a5df-efa9d5bf0beb} executeQuery: Read 6 rows, 321.00 B in 0.001165 sec., 5150.214592274678 rows/sec., 269.08 KiB/sec. 2025.09.19 00:38:00.673861 [ 5 ] {40d7fb59-044b-48aa-a5df-efa9d5bf0beb} TCPHandler: Processed in 0.001330668 sec. 2025.09.19 00:38:00.673981 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:00.674074 [ 5 ] {afb9e562-6c4b-4e22-82f6-91b04f1881d2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:00.674114 [ 5 ] {afb9e562-6c4b-4e22-82f6-91b04f1881d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:00.674563 [ 5 ] {afb9e562-6c4b-4e22-82f6-91b04f1881d2} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.674605 [ 5 ] {afb9e562-6c4b-4e22-82f6-91b04f1881d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.674727 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3922 rows, containing 5 columns (5 merged, 0 gathered) in 0.002193179 sec., 1788271.7279346555 rows/sec., 134.17 MiB/sec. 2025.09.19 00:38:00.674885 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.19 00:38:00.674944 [ 5 ] {afb9e562-6c4b-4e22-82f6-91b04f1881d2} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.19 00:38:00.675166 [ 5 ] {afb9e562-6c4b-4e22-82f6-91b04f1881d2} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.675186 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_81_16} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.675267 [ 193 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_81_16} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.19 00:38:00.675291 [ 5 ] {afb9e562-6c4b-4e22-82f6-91b04f1881d2} executeQuery: Read 314 rows, 21.12 KiB in 0.001235 sec., 254251.012145749 rows/sec., 16.70 MiB/sec. 2025.09.19 00:38:00.675301 [ 52 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.19 00:38:00.675331 [ 5 ] {afb9e562-6c4b-4e22-82f6-91b04f1881d2} TCPHandler: Processed in 0.001400719 sec. 2025.09.19 00:38:00.675341 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.09.19 00:38:00.675356 [ 52 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.675387 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.675455 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:00.675464 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:38:00.675557 [ 5 ] {6c0e8762-1ea8-459b-8104-0c6da3faaa0e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:38:00.675583 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:00.675602 [ 5 ] {6c0e8762-1ea8-459b-8104-0c6da3faaa0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:38:00.675616 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_81_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 26818 rows starting from the beginning of the part 2025.09.19 00:38:00.675670 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 315 rows starting from the beginning of the part 2025.09.19 00:38:00.675710 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:38:00.675747 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 314 rows starting from the beginning of the part 2025.09.19 00:38:00.675783 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 845 rows starting from the beginning of the part 2025.09.19 00:38:00.675818 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 314 rows starting from the beginning of the part 2025.09.19 00:38:00.675927 [ 5 ] {6c0e8762-1ea8-459b-8104-0c6da3faaa0e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.675974 [ 5 ] {6c0e8762-1ea8-459b-8104-0c6da3faaa0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.676278 [ 5 ] {6c0e8762-1ea8-459b-8104-0c6da3faaa0e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:38:00.676478 [ 5 ] {6c0e8762-1ea8-459b-8104-0c6da3faaa0e} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.676604 [ 5 ] {6c0e8762-1ea8-459b-8104-0c6da3faaa0e} executeQuery: Read 1 rows, 69.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 63.27 KiB/sec. 2025.09.19 00:38:00.676640 [ 5 ] {6c0e8762-1ea8-459b-8104-0c6da3faaa0e} TCPHandler: Processed in 0.001232936 sec. 2025.09.19 00:38:00.676750 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:00.676842 [ 5 ] {1ea6d79a-ffb3-4422-b93b-1101b7454d8b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:00.676882 [ 5 ] {1ea6d79a-ffb3-4422-b93b-1101b7454d8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:00.677210 [ 5 ] {1ea6d79a-ffb3-4422-b93b-1101b7454d8b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.677246 [ 5 ] {1ea6d79a-ffb3-4422-b93b-1101b7454d8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.677582 [ 5 ] {1ea6d79a-ffb3-4422-b93b-1101b7454d8b} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.19 00:38:00.677791 [ 5 ] {1ea6d79a-ffb3-4422-b93b-1101b7454d8b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.677913 [ 5 ] {1ea6d79a-ffb3-4422-b93b-1101b7454d8b} executeQuery: Read 104 rows, 6.53 KiB in 0.001089 sec., 95500.45913682278 rows/sec., 5.85 MiB/sec. 2025.09.19 00:38:00.677916 [ 52 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.19 00:38:00.677950 [ 5 ] {1ea6d79a-ffb3-4422-b93b-1101b7454d8b} TCPHandler: Processed in 0.001247466 sec. 2025.09.19 00:38:00.677965 [ 52 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:00.677989 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:00.678071 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:38:00.678188 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:00.678216 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 6048 rows starting from the beginning of the part 2025.09.19 00:38:00.678265 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 104 rows starting from the beginning of the part 2025.09.19 00:38:00.678306 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:38:00.678343 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 104 rows starting from the beginning of the part 2025.09.19 00:38:00.678380 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:38:00.678419 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 104 rows starting from the beginning of the part 2025.09.19 00:38:00.680830 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 6480 rows, containing 4 columns (4 merged, 0 gathered) in 0.002788417 sec., 2323899.1872449494 rows/sec., 147.71 MiB/sec. 2025.09.19 00:38:00.681487 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.19 00:38:00.681816 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_81_16} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.681902 [ 190 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_81_16} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.19 00:38:00.682016 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2025.09.19 00:38:00.682683 [ 191 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 28766 rows, containing 5 columns (5 merged, 0 gathered) in 0.007250305 sec., 3967557.226902868 rows/sec., 265.66 MiB/sec. 2025.09.19 00:38:00.683083 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.19 00:38:00.683385 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_81_16} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:00.683459 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_81_16} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.19 00:38:00.683554 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.09.19 00:38:01.000265 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 330.53 MiB, peak 341.97 MiB, free memory in arenas 0.00 B, will set to 332.67 MiB (RSS), difference: 2.15 MiB 2025.09.19 00:38:04.706518 [ 49 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:38:04.706585 [ 49 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:38:04.852377 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26821 2025.09.19 00:38:04.853134 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:04.853187 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:04.853687 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:38:04.853925 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:04.854077 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26821 2025.09.19 00:38:04.854099 [ 49 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.19 00:38:04.854191 [ 49 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:04.854229 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:04.854354 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:04.854444 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:04.854474 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24453 rows starting from the beginning of the part 2025.09.19 00:38:04.854531 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:04.854577 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:04.854620 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:04.854658 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:04.854700 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:04.856914 [ 189 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26821 rows, containing 4 columns (4 merged, 0 gathered) in 0.002606114 sec., 10291568.212288488 rows/sec., 147.22 MiB/sec. 2025.09.19 00:38:04.857150 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.19 00:38:04.857454 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_56_11} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:04.857531 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_56_11} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.19 00:38:04.857627 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. 2025.09.19 00:38:04.932587 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1574 2025.09.19 00:38:04.935020 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:04.935064 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:04.936247 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:38:04.936503 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:04.936655 [ 49 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.19 00:38:04.936696 [ 49 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:04.936715 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:04.936779 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1574 2025.09.19 00:38:04.936818 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:38:04.937455 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:04.937596 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1404 rows starting from the beginning of the part 2025.09.19 00:38:04.937959 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part 2025.09.19 00:38:04.938250 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part 2025.09.19 00:38:04.938543 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part 2025.09.19 00:38:04.938829 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part 2025.09.19 00:38:04.939110 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part 2025.09.19 00:38:04.945702 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1574 rows, containing 72 columns (72 merged, 0 gathered) in 0.008931126 sec., 176237.5763145655 rows/sec., 136.74 MiB/sec. 2025.09.19 00:38:04.947527 [ 196 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.19 00:38:04.948092 [ 196 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_41_8} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:04.948162 [ 196 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_41_8} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.19 00:38:04.948471 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2025.09.19 00:38:05.652375 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:05.652651 [ 5 ] {2d4a8d9c-3fdc-4cff-8b7a-b58dee2f4d5d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:05.652752 [ 5 ] {2d4a8d9c-3fdc-4cff-8b7a-b58dee2f4d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:05.653631 [ 5 ] {2d4a8d9c-3fdc-4cff-8b7a-b58dee2f4d5d} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:05.653674 [ 5 ] {2d4a8d9c-3fdc-4cff-8b7a-b58dee2f4d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:05.654069 [ 5 ] {2d4a8d9c-3fdc-4cff-8b7a-b58dee2f4d5d} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.19 00:38:05.654292 [ 5 ] {2d4a8d9c-3fdc-4cff-8b7a-b58dee2f4d5d} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:05.654443 [ 5 ] {2d4a8d9c-3fdc-4cff-8b7a-b58dee2f4d5d} executeQuery: Read 140 rows, 12.42 KiB in 0.001868 sec., 74946.46680942184 rows/sec., 6.49 MiB/sec. 2025.09.19 00:38:05.654485 [ 5 ] {2d4a8d9c-3fdc-4cff-8b7a-b58dee2f4d5d} TCPHandler: Processed in 0.00228331 sec. 2025.09.19 00:38:05.654602 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:05.654696 [ 5 ] {04d68310-0e23-41a3-bc4b-6a19573b0ae3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:05.654736 [ 5 ] {04d68310-0e23-41a3-bc4b-6a19573b0ae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:05.655190 [ 5 ] {04d68310-0e23-41a3-bc4b-6a19573b0ae3} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:05.655225 [ 5 ] {04d68310-0e23-41a3-bc4b-6a19573b0ae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:05.655514 [ 5 ] {04d68310-0e23-41a3-bc4b-6a19573b0ae3} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.19 00:38:05.655724 [ 5 ] {04d68310-0e23-41a3-bc4b-6a19573b0ae3} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:05.655854 [ 5 ] {04d68310-0e23-41a3-bc4b-6a19573b0ae3} executeQuery: Read 42 rows, 3.16 KiB in 0.001176 sec., 35714.28571428572 rows/sec., 2.62 MiB/sec. 2025.09.19 00:38:05.655890 [ 5 ] {04d68310-0e23-41a3-bc4b-6a19573b0ae3} TCPHandler: Processed in 0.001336667 sec. 2025.09.19 00:38:05.655999 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:05.656091 [ 5 ] {0f799eb1-7984-43a7-99e9-bf1f17cb9c8f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:05.656131 [ 5 ] {0f799eb1-7984-43a7-99e9-bf1f17cb9c8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:05.656560 [ 5 ] {0f799eb1-7984-43a7-99e9-bf1f17cb9c8f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:05.656594 [ 5 ] {0f799eb1-7984-43a7-99e9-bf1f17cb9c8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:05.656910 [ 5 ] {0f799eb1-7984-43a7-99e9-bf1f17cb9c8f} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.19 00:38:05.657122 [ 5 ] {0f799eb1-7984-43a7-99e9-bf1f17cb9c8f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:05.657250 [ 5 ] {0f799eb1-7984-43a7-99e9-bf1f17cb9c8f} executeQuery: Read 106 rows, 8.48 KiB in 0.001177 sec., 90059.47323704332 rows/sec., 7.03 MiB/sec. 2025.09.19 00:38:05.657287 [ 5 ] {0f799eb1-7984-43a7-99e9-bf1f17cb9c8f} TCPHandler: Processed in 0.001336477 sec. 2025.09.19 00:38:05.657397 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:05.657490 [ 5 ] {da070345-5e96-4f05-8fed-f3ded583c681} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:05.657532 [ 5 ] {da070345-5e96-4f05-8fed-f3ded583c681} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:05.657930 [ 5 ] {da070345-5e96-4f05-8fed-f3ded583c681} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:05.657966 [ 5 ] {da070345-5e96-4f05-8fed-f3ded583c681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:05.658295 [ 5 ] {da070345-5e96-4f05-8fed-f3ded583c681} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.19 00:38:05.658500 [ 5 ] {da070345-5e96-4f05-8fed-f3ded583c681} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:05.658628 [ 5 ] {da070345-5e96-4f05-8fed-f3ded583c681} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2025.09.19 00:38:05.658664 [ 5 ] {da070345-5e96-4f05-8fed-f3ded583c681} TCPHandler: Processed in 0.001314967 sec. 2025.09.19 00:38:05.658771 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:05.658863 [ 5 ] {45b93c07-d040-4d15-aee0-eb11cec808fb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:05.658916 [ 5 ] {45b93c07-d040-4d15-aee0-eb11cec808fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:38:05.659757 [ 5 ] {45b93c07-d040-4d15-aee0-eb11cec808fb} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:05.659795 [ 5 ] {45b93c07-d040-4d15-aee0-eb11cec808fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:05.660375 [ 5 ] {45b93c07-d040-4d15-aee0-eb11cec808fb} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:38:05.660596 [ 5 ] {45b93c07-d040-4d15-aee0-eb11cec808fb} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:05.660725 [ 46 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.19 00:38:05.660733 [ 5 ] {45b93c07-d040-4d15-aee0-eb11cec808fb} executeQuery: Read 42 rows, 77.07 KiB in 0.001887 sec., 22257.551669316374 rows/sec., 39.88 MiB/sec. 2025.09.19 00:38:05.660798 [ 46 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:05.660824 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:05.660834 [ 5 ] {45b93c07-d040-4d15-aee0-eb11cec808fb} TCPHandler: Processed in 0.002109438 sec. 2025.09.19 00:38:05.660954 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:38:05.660965 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:05.661102 [ 5 ] {51e775fc-d934-4cb2-ac5b-9b5dee33182b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:05.661147 [ 5 ] {51e775fc-d934-4cb2-ac5b-9b5dee33182b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:05.661283 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:05.661379 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1388 rows starting from the beginning of the part 2025.09.19 00:38:05.661505 [ 5 ] {51e775fc-d934-4cb2-ac5b-9b5dee33182b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:05.661545 [ 5 ] {51e775fc-d934-4cb2-ac5b-9b5dee33182b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:05.661548 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:05.661678 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:05.661798 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:05.661871 [ 5 ] {51e775fc-d934-4cb2-ac5b-9b5dee33182b} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.19 00:38:05.661928 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:05.662030 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:05.662115 [ 5 ] {51e775fc-d934-4cb2-ac5b-9b5dee33182b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:05.662254 [ 5 ] {51e775fc-d934-4cb2-ac5b-9b5dee33182b} executeQuery: Read 60 rows, 4.14 KiB in 0.001171 sec., 51238.25789923143 rows/sec., 3.45 MiB/sec. 2025.09.19 00:38:05.662290 [ 5 ] {51e775fc-d934-4cb2-ac5b-9b5dee33182b} TCPHandler: Processed in 0.001372698 sec. 2025.09.19 00:38:05.669866 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 19 columns (19 merged, 0 gathered) in 0.008973537 sec., 178079.16766822268 rows/sec., 319.11 MiB/sec. 2025.09.19 00:38:05.671140 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.19 00:38:05.671464 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_41_8} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:05.671540 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_41_8} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.19 00:38:05.671632 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. 2025.09.19 00:38:06.000252 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 333.24 MiB, peak 344.88 MiB, free memory in arenas 0.00 B, will set to 335.82 MiB (RSS), difference: 2.58 MiB 2025.09.19 00:38:06.280665 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2025.09.19 00:38:06.298226 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:06.298280 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:06.304974 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:38:06.305713 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:06.306040 [ 48 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.19 00:38:06.306083 [ 48 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:06.306105 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:06.306204 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:06.309253 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:06.309360 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.09.19 00:38:06.309980 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:06.313273 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:06.317277 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part 2025.09.19 00:38:06.321307 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part 2025.09.19 00:38:06.325649 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:06.329385 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:06.380009 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.073839476 sec., 5715.100145076869 rows/sec., 29.55 MiB/sec. 2025.09.19 00:38:06.382817 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.19 00:38:06.384872 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_56_11} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:06.384982 [ 198 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_56_11} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.19 00:38:06.387820 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.19 00:38:07.000232 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 336.89 MiB, peak 350.31 MiB, free memory in arenas 0.00 B, will set to 338.30 MiB (RSS), difference: 1.41 MiB 2025.09.19 00:38:08.164553 [ 44 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.09.19 00:38:08.164625 [ 44 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:08.164650 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:08.164760 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:38:08.164883 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:08.164924 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:38:08.164999 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2025.09.19 00:38:08.165051 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:38:08.165097 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2025.09.19 00:38:08.165144 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2025.09.19 00:38:08.165942 [ 198 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001221636 sec., 31105.82857741586 rows/sec., 2.60 MiB/sec. 2025.09.19 00:38:08.166094 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.09.19 00:38:08.166354 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_21_5} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:08.166421 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_21_5} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.09.19 00:38:08.166485 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:38:10.662539 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.662734 [ 5 ] {e881932e-3458-4209-8bc0-33c5ecad577d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:38:10.662804 [ 5 ] {e881932e-3458-4209-8bc0-33c5ecad577d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:38:10.663622 [ 5 ] {e881932e-3458-4209-8bc0-33c5ecad577d} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:10.663674 [ 5 ] {e881932e-3458-4209-8bc0-33c5ecad577d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:10.664168 [ 5 ] {e881932e-3458-4209-8bc0-33c5ecad577d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:38:10.664447 [ 5 ] {e881932e-3458-4209-8bc0-33c5ecad577d} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:10.664621 [ 5 ] {e881932e-3458-4209-8bc0-33c5ecad577d} executeQuery: Read 410 rows, 26.63 KiB in 0.001935 sec., 211886.3049095607 rows/sec., 13.44 MiB/sec. 2025.09.19 00:38:10.664680 [ 5 ] {e881932e-3458-4209-8bc0-33c5ecad577d} TCPHandler: Processed in 0.00226906 sec. 2025.09.19 00:38:10.664813 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.664919 [ 5 ] {b03270ca-2c43-4ab1-b820-d2de53934cf8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:10.664966 [ 5 ] {b03270ca-2c43-4ab1-b820-d2de53934cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:10.665965 [ 5 ] {b03270ca-2c43-4ab1-b820-d2de53934cf8} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:10.666011 [ 5 ] {b03270ca-2c43-4ab1-b820-d2de53934cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:10.666428 [ 5 ] {b03270ca-2c43-4ab1-b820-d2de53934cf8} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.19 00:38:10.666659 [ 5 ] {b03270ca-2c43-4ab1-b820-d2de53934cf8} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:10.666789 [ 5 ] {b03270ca-2c43-4ab1-b820-d2de53934cf8} executeQuery: Read 1112 rows, 89.80 KiB in 0.001895 sec., 586807.3878627969 rows/sec., 46.28 MiB/sec. 2025.09.19 00:38:10.666828 [ 5 ] {b03270ca-2c43-4ab1-b820-d2de53934cf8} TCPHandler: Processed in 0.002067097 sec. 2025.09.19 00:38:10.666955 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.667050 [ 5 ] {35718f88-e476-412f-bacf-afc5698a1aca} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:10.667091 [ 5 ] {35718f88-e476-412f-bacf-afc5698a1aca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:10.667591 [ 5 ] {35718f88-e476-412f-bacf-afc5698a1aca} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:10.667628 [ 5 ] {35718f88-e476-412f-bacf-afc5698a1aca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:10.667958 [ 5 ] {35718f88-e476-412f-bacf-afc5698a1aca} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.19 00:38:10.668196 [ 5 ] {35718f88-e476-412f-bacf-afc5698a1aca} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:10.668326 [ 5 ] {35718f88-e476-412f-bacf-afc5698a1aca} executeQuery: Read 205 rows, 12.32 KiB in 0.001295 sec., 158301.1583011583 rows/sec., 9.29 MiB/sec. 2025.09.19 00:38:10.668342 [ 40 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.19 00:38:10.668365 [ 5 ] {35718f88-e476-412f-bacf-afc5698a1aca} TCPHandler: Processed in 0.001459639 sec. 2025.09.19 00:38:10.668420 [ 40 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:10.668449 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:10.668512 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.668544 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:38:10.668610 [ 5 ] {3595e194-5532-40ab-ac36-2b8485945eb5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:38:10.668645 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:10.668652 [ 5 ] {3595e194-5532-40ab-ac36-2b8485945eb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:38:10.668677 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 265 rows starting from the beginning of the part 2025.09.19 00:38:10.668741 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 205 rows starting from the beginning of the part 2025.09.19 00:38:10.668790 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 44 rows starting from the beginning of the part 2025.09.19 00:38:10.668834 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 205 rows starting from the beginning of the part 2025.09.19 00:38:10.668874 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:10.668912 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 205 rows starting from the beginning of the part 2025.09.19 00:38:10.669158 [ 5 ] {3595e194-5532-40ab-ac36-2b8485945eb5} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:10.669194 [ 5 ] {3595e194-5532-40ab-ac36-2b8485945eb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:10.669675 [ 5 ] {3595e194-5532-40ab-ac36-2b8485945eb5} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:38:10.669771 [ 200 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 966 rows, containing 5 columns (5 merged, 0 gathered) in 0.001262926 sec., 764890.4211331464 rows/sec., 49.42 MiB/sec. 2025.09.19 00:38:10.669907 [ 5 ] {3595e194-5532-40ab-ac36-2b8485945eb5} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:10.670018 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.19 00:38:10.670051 [ 5 ] {3595e194-5532-40ab-ac36-2b8485945eb5} executeQuery: Read 212 rows, 14.00 KiB in 0.001459 sec., 145305.0034270048 rows/sec., 9.37 MiB/sec. 2025.09.19 00:38:10.670096 [ 5 ] {3595e194-5532-40ab-ac36-2b8485945eb5} TCPHandler: Processed in 0.001632802 sec. 2025.09.19 00:38:10.670220 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.670341 [ 5 ] {3b24fe90-bd49-4e74-b995-59a4cffbc5f0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:38:10.670385 [ 5 ] {3b24fe90-bd49-4e74-b995-59a4cffbc5f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:38:10.670478 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_81_16} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:10.670573 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_81_16} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.19 00:38:10.670702 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.19 00:38:10.670881 [ 5 ] {3b24fe90-bd49-4e74-b995-59a4cffbc5f0} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:10.670923 [ 5 ] {3b24fe90-bd49-4e74-b995-59a4cffbc5f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:10.671268 [ 5 ] {3b24fe90-bd49-4e74-b995-59a4cffbc5f0} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:38:10.671518 [ 5 ] {3b24fe90-bd49-4e74-b995-59a4cffbc5f0} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:10.671672 [ 5 ] {3b24fe90-bd49-4e74-b995-59a4cffbc5f0} executeQuery: Read 211 rows, 12.27 KiB in 0.001349 sec., 156412.157153447 rows/sec., 8.88 MiB/sec. 2025.09.19 00:38:10.671712 [ 5 ] {3b24fe90-bd49-4e74-b995-59a4cffbc5f0} TCPHandler: Processed in 0.00154081 sec. 2025.09.19 00:38:10.671827 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.671920 [ 5 ] {8038f83a-c960-48fc-a4ea-888f554981be} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:10.671960 [ 5 ] {8038f83a-c960-48fc-a4ea-888f554981be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:10.672996 [ 5 ] {8038f83a-c960-48fc-a4ea-888f554981be} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:10.673034 [ 5 ] {8038f83a-c960-48fc-a4ea-888f554981be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:10.673388 [ 5 ] {8038f83a-c960-48fc-a4ea-888f554981be} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.19 00:38:10.673746 [ 5 ] {8038f83a-c960-48fc-a4ea-888f554981be} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:10.673910 [ 5 ] {8038f83a-c960-48fc-a4ea-888f554981be} executeQuery: Read 679 rows, 48.47 KiB in 0.002006 sec., 338484.5463609173 rows/sec., 23.60 MiB/sec. 2025.09.19 00:38:10.673952 [ 5 ] {8038f83a-c960-48fc-a4ea-888f554981be} TCPHandler: Processed in 0.002173728 sec. 2025.09.19 00:38:10.674075 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.674187 [ 5 ] {653b5808-a22d-4848-8e1e-66fdb604113d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:38:10.674242 [ 5 ] {653b5808-a22d-4848-8e1e-66fdb604113d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:38:10.674685 [ 5 ] {653b5808-a22d-4848-8e1e-66fdb604113d} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:10.674730 [ 5 ] {653b5808-a22d-4848-8e1e-66fdb604113d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:10.675065 [ 5 ] {653b5808-a22d-4848-8e1e-66fdb604113d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:38:10.675305 [ 5 ] {653b5808-a22d-4848-8e1e-66fdb604113d} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:10.675439 [ 5 ] {653b5808-a22d-4848-8e1e-66fdb604113d} executeQuery: Read 6 rows, 321.00 B in 0.001275 sec., 4705.882352941177 rows/sec., 245.86 KiB/sec. 2025.09.19 00:38:10.675477 [ 5 ] {653b5808-a22d-4848-8e1e-66fdb604113d} TCPHandler: Processed in 0.001451379 sec. 2025.09.19 00:38:10.675593 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.675687 [ 5 ] {be9d48ca-0ea0-4e32-b540-87ff11a261ba} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:10.675732 [ 5 ] {be9d48ca-0ea0-4e32-b540-87ff11a261ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:10.676206 [ 5 ] {be9d48ca-0ea0-4e32-b540-87ff11a261ba} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:10.676243 [ 5 ] {be9d48ca-0ea0-4e32-b540-87ff11a261ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:10.676611 [ 5 ] {be9d48ca-0ea0-4e32-b540-87ff11a261ba} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.19 00:38:10.676837 [ 5 ] {be9d48ca-0ea0-4e32-b540-87ff11a261ba} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:10.676968 [ 5 ] {be9d48ca-0ea0-4e32-b540-87ff11a261ba} executeQuery: Read 314 rows, 21.12 KiB in 0.0013 sec., 241538.46153846156 rows/sec., 15.87 MiB/sec. 2025.09.19 00:38:10.677006 [ 5 ] {be9d48ca-0ea0-4e32-b540-87ff11a261ba} TCPHandler: Processed in 0.001462109 sec. 2025.09.19 00:38:10.677126 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.677222 [ 5 ] {9ae44e10-e56c-498c-b920-e801793de843} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:38:10.677264 [ 5 ] {9ae44e10-e56c-498c-b920-e801793de843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:38:10.677603 [ 5 ] {9ae44e10-e56c-498c-b920-e801793de843} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:10.677638 [ 5 ] {9ae44e10-e56c-498c-b920-e801793de843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:10.677947 [ 5 ] {9ae44e10-e56c-498c-b920-e801793de843} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:38:10.678168 [ 5 ] {9ae44e10-e56c-498c-b920-e801793de843} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:10.678299 [ 5 ] {9ae44e10-e56c-498c-b920-e801793de843} executeQuery: Read 1 rows, 69.00 B in 0.001095 sec., 913.2420091324201 rows/sec., 61.54 KiB/sec. 2025.09.19 00:38:10.678336 [ 5 ] {9ae44e10-e56c-498c-b920-e801793de843} TCPHandler: Processed in 0.001257616 sec. 2025.09.19 00:38:10.678456 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.678550 [ 5 ] {cf7e6e1a-ed7f-4869-b5f1-2139d5c8b68f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:10.678592 [ 5 ] {cf7e6e1a-ed7f-4869-b5f1-2139d5c8b68f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:10.678936 [ 5 ] {cf7e6e1a-ed7f-4869-b5f1-2139d5c8b68f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:10.678972 [ 5 ] {cf7e6e1a-ed7f-4869-b5f1-2139d5c8b68f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:10.679327 [ 5 ] {cf7e6e1a-ed7f-4869-b5f1-2139d5c8b68f} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.19 00:38:10.679562 [ 5 ] {cf7e6e1a-ed7f-4869-b5f1-2139d5c8b68f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:10.679691 [ 5 ] {cf7e6e1a-ed7f-4869-b5f1-2139d5c8b68f} executeQuery: Read 104 rows, 6.53 KiB in 0.001159 sec., 89732.528041415 rows/sec., 5.50 MiB/sec. 2025.09.19 00:38:10.679728 [ 5 ] {cf7e6e1a-ed7f-4869-b5f1-2139d5c8b68f} TCPHandler: Processed in 0.001321018 sec. 2025.09.19 00:38:10.753604 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49281 2025.09.19 00:38:10.753711 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.753737 [ 354 ] {} TCP-Session: 91d8ed3e-026e-4d7b-a2b3-bb69afbf7f3d Authenticating user 'default' from [fd00:1122:3344:101::e]:49281 2025.09.19 00:38:10.753758 [ 354 ] {} TCP-Session: 91d8ed3e-026e-4d7b-a2b3-bb69afbf7f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.753771 [ 354 ] {} TCP-Session: 91d8ed3e-026e-4d7b-a2b3-bb69afbf7f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.754002 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54599 2025.09.19 00:38:10.754002 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46726 2025.09.19 00:38:10.754042 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64957 2025.09.19 00:38:10.754087 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39826 2025.09.19 00:38:10.754105 [ 354 ] {} TCP-Session: 91d8ed3e-026e-4d7b-a2b3-bb69afbf7f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.754145 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.754121 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.754094 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44612 2025.09.19 00:38:10.754212 [ 286 ] {} TCP-Session: fb37b50f-a123-4354-b7a4-f98f1f3e22c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:54599 2025.09.19 00:38:10.754193 [ 355 ] {} TCP-Session: 2383c599-d2fb-4137-b18c-369171079b8b Authenticating user 'default' from [fd00:1122:3344:101::e]:46726 2025.09.19 00:38:10.754257 [ 286 ] {} TCP-Session: fb37b50f-a123-4354-b7a4-f98f1f3e22c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.754079 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45042 2025.09.19 00:38:10.754283 [ 286 ] {} TCP-Session: fb37b50f-a123-4354-b7a4-f98f1f3e22c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.754281 [ 355 ] {} TCP-Session: 2383c599-d2fb-4137-b18c-369171079b8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.754329 [ 354 ] {fe3e1fef-e7d4-43b3-850e-616d8e8610fd} executeQuery: (from [fd00:1122:3344:101::e]:49281) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:38:10.754368 [ 355 ] {} TCP-Session: 2383c599-d2fb-4137-b18c-369171079b8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.754055 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47321 2025.09.19 00:38:10.754062 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41892 2025.09.19 00:38:10.754629 [ 354 ] {fe3e1fef-e7d4-43b3-850e-616d8e8610fd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:38:10.754688 [ 354 ] {fe3e1fef-e7d4-43b3-850e-616d8e8610fd} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:38:10.754884 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.754933 [ 351 ] {} TCP-Session: dd25ede3-2d13-4f34-8d75-7393d8fc5ba9 Authenticating user 'default' from [fd00:1122:3344:101::e]:45042 2025.09.19 00:38:10.754960 [ 351 ] {} TCP-Session: dd25ede3-2d13-4f34-8d75-7393d8fc5ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.754974 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.754980 [ 354 ] {fe3e1fef-e7d4-43b3-850e-616d8e8610fd} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:38:10.755014 [ 288 ] {} TCP-Session: 658283ae-7389-4f9c-a218-68c2b26e9d65 Authenticating user 'default' from [fd00:1122:3344:101::e]:47321 2025.09.19 00:38:10.754976 [ 351 ] {} TCP-Session: dd25ede3-2d13-4f34-8d75-7393d8fc5ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.755050 [ 288 ] {} TCP-Session: 658283ae-7389-4f9c-a218-68c2b26e9d65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.755067 [ 288 ] {} TCP-Session: 658283ae-7389-4f9c-a218-68c2b26e9d65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.755094 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.755128 [ 289 ] {} TCP-Session: 9d605855-bd7b-429b-b38f-f8d66314f54f Authenticating user 'default' from [fd00:1122:3344:101::e]:41892 2025.09.19 00:38:10.755148 [ 289 ] {} TCP-Session: 9d605855-bd7b-429b-b38f-f8d66314f54f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.755163 [ 289 ] {} TCP-Session: 9d605855-bd7b-429b-b38f-f8d66314f54f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.755227 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.755268 [ 353 ] {} TCP-Session: 12dd58bb-ffe9-4d8f-b1df-636151129635 Authenticating user 'default' from [fd00:1122:3344:101::e]:44612 2025.09.19 00:38:10.755295 [ 353 ] {} TCP-Session: 12dd58bb-ffe9-4d8f-b1df-636151129635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.755308 [ 353 ] {} TCP-Session: 12dd58bb-ffe9-4d8f-b1df-636151129635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.755405 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.755436 [ 287 ] {} TCP-Session: a4b724af-6218-452f-98b9-eb9aaea7edc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:64957 2025.09.19 00:38:10.755457 [ 287 ] {} TCP-Session: a4b724af-6218-452f-98b9-eb9aaea7edc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.755470 [ 287 ] {} TCP-Session: a4b724af-6218-452f-98b9-eb9aaea7edc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.755485 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.755516 [ 352 ] {} TCP-Session: ea86399b-9406-47de-90cd-8f7817e9b937 Authenticating user 'default' from [fd00:1122:3344:101::e]:39826 2025.09.19 00:38:10.755533 [ 352 ] {} TCP-Session: ea86399b-9406-47de-90cd-8f7817e9b937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.755547 [ 352 ] {} TCP-Session: ea86399b-9406-47de-90cd-8f7817e9b937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.756143 [ 349 ] {fe3e1fef-e7d4-43b3-850e-616d8e8610fd} AggregatingTransform: Aggregating 2025.09.19 00:38:10.756179 [ 349 ] {fe3e1fef-e7d4-43b3-850e-616d8e8610fd} Aggregator: Aggregation method: without_key 2025.09.19 00:38:10.756213 [ 349 ] {fe3e1fef-e7d4-43b3-850e-616d8e8610fd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001098795 sec. (910.088 rows/sec., 35.55 KiB/sec.) 2025.09.19 00:38:10.756229 [ 349 ] {fe3e1fef-e7d4-43b3-850e-616d8e8610fd} Aggregator: Merging aggregated data 2025.09.19 00:38:10.757641 [ 354 ] {fe3e1fef-e7d4-43b3-850e-616d8e8610fd} executeQuery: Read 1 rows, 40.00 B in 0.003373 sec., 296.4719833975689 rows/sec., 11.58 KiB/sec. 2025.09.19 00:38:10.757794 [ 354 ] {fe3e1fef-e7d4-43b3-850e-616d8e8610fd} TCPHandler: Processed in 0.00379936 sec. 2025.09.19 00:38:10.757924 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.757953 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.757968 [ 354 ] {} TCP-Session: 91d8ed3e-026e-4d7b-a2b3-bb69afbf7f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.757976 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.757994 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.758011 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.758026 [ 289 ] {} TCP-Session: 9d605855-bd7b-429b-b38f-f8d66314f54f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.758051 [ 287 ] {} TCP-Session: a4b724af-6218-452f-98b9-eb9aaea7edc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.758073 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.758101 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.758047 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.758138 [ 286 ] {} TCP-Session: fb37b50f-a123-4354-b7a4-f98f1f3e22c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.758148 [ 351 ] {} TCP-Session: dd25ede3-2d13-4f34-8d75-7393d8fc5ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.758181 [ 355 ] {} TCP-Session: 2383c599-d2fb-4137-b18c-369171079b8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.758133 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.758075 [ 288 ] {} TCP-Session: 658283ae-7389-4f9c-a218-68c2b26e9d65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.758249 [ 352 ] {} TCP-Session: ea86399b-9406-47de-90cd-8f7817e9b937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.757997 [ 353 ] {} TCP-Session: 12dd58bb-ffe9-4d8f-b1df-636151129635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.816786 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50311 2025.09.19 00:38:10.816882 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.816906 [ 354 ] {} TCP-Session: 01572661-de50-41ce-a972-979132dd981c Authenticating user 'default' from [fd00:1122:3344:101::e]:50311 2025.09.19 00:38:10.816927 [ 354 ] {} TCP-Session: 01572661-de50-41ce-a972-979132dd981c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.816942 [ 354 ] {} TCP-Session: 01572661-de50-41ce-a972-979132dd981c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817141 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41491 2025.09.19 00:38:10.817139 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53705 2025.09.19 00:38:10.817191 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61588 2025.09.19 00:38:10.817207 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46014 2025.09.19 00:38:10.817245 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48479 2025.09.19 00:38:10.817254 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45952 2025.09.19 00:38:10.817266 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.817302 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.817315 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.817334 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.817344 [ 287 ] {} TCP-Session: 815553f3-6813-4e7b-83d4-a582d7ada483 Authenticating user 'default' from [fd00:1122:3344:101::e]:61588 2025.09.19 00:38:10.817349 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.817372 [ 352 ] {} TCP-Session: a9f35c6f-8da6-4c01-a654-337979f209e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:48479 2025.09.19 00:38:10.817381 [ 287 ] {} TCP-Session: 815553f3-6813-4e7b-83d4-a582d7ada483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817392 [ 353 ] {} TCP-Session: 7ef853f4-daf1-4572-81e1-05b645aeb050 Authenticating user 'default' from [fd00:1122:3344:101::e]:45952 2025.09.19 00:38:10.817409 [ 287 ] {} TCP-Session: 815553f3-6813-4e7b-83d4-a582d7ada483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817396 [ 352 ] {} TCP-Session: a9f35c6f-8da6-4c01-a654-337979f209e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817433 [ 353 ] {} TCP-Session: 7ef853f4-daf1-4572-81e1-05b645aeb050 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817449 [ 352 ] {} TCP-Session: a9f35c6f-8da6-4c01-a654-337979f209e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817461 [ 353 ] {} TCP-Session: 7ef853f4-daf1-4572-81e1-05b645aeb050 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817197 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60920 2025.09.19 00:38:10.817332 [ 355 ] {} TCP-Session: b5892b3d-c7aa-44b0-8541-125b72c3352b Authenticating user 'default' from [fd00:1122:3344:101::e]:53705 2025.09.19 00:38:10.817281 [ 354 ] {} TCP-Session: 01572661-de50-41ce-a972-979132dd981c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.817554 [ 355 ] {} TCP-Session: b5892b3d-c7aa-44b0-8541-125b72c3352b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817573 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.817595 [ 355 ] {} TCP-Session: b5892b3d-c7aa-44b0-8541-125b72c3352b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817255 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.817618 [ 288 ] {} TCP-Session: 762e06a8-8248-4c37-b70d-259f539d0f50 Authenticating user 'default' from [fd00:1122:3344:101::e]:60920 2025.09.19 00:38:10.817646 [ 286 ] {} TCP-Session: b2b1a264-aadf-4c07-878b-e398ded5561c Authenticating user 'default' from [fd00:1122:3344:101::e]:41491 2025.09.19 00:38:10.817232 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48204 2025.09.19 00:38:10.817673 [ 288 ] {} TCP-Session: 762e06a8-8248-4c37-b70d-259f539d0f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817677 [ 286 ] {} TCP-Session: b2b1a264-aadf-4c07-878b-e398ded5561c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817708 [ 288 ] {} TCP-Session: 762e06a8-8248-4c37-b70d-259f539d0f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817722 [ 286 ] {} TCP-Session: b2b1a264-aadf-4c07-878b-e398ded5561c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817733 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.817743 [ 354 ] {9f6053b6-8200-41c9-9d27-586228f99612} executeQuery: (from [fd00:1122:3344:101::e]:50311) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:38:10.817775 [ 351 ] {} TCP-Session: b74b50f5-f762-4567-8f5a-3371cf72d8a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:48204 2025.09.19 00:38:10.817358 [ 289 ] {} TCP-Session: fd6ef46f-9a3e-4c71-8147-ef2cdade81dd Authenticating user 'default' from [fd00:1122:3344:101::e]:46014 2025.09.19 00:38:10.817805 [ 351 ] {} TCP-Session: b74b50f5-f762-4567-8f5a-3371cf72d8a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817835 [ 289 ] {} TCP-Session: fd6ef46f-9a3e-4c71-8147-ef2cdade81dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817837 [ 351 ] {} TCP-Session: b74b50f5-f762-4567-8f5a-3371cf72d8a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.817859 [ 289 ] {} TCP-Session: fd6ef46f-9a3e-4c71-8147-ef2cdade81dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.818017 [ 354 ] {9f6053b6-8200-41c9-9d27-586228f99612} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:38:10.818073 [ 354 ] {9f6053b6-8200-41c9-9d27-586228f99612} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:38:10.818358 [ 354 ] {9f6053b6-8200-41c9-9d27-586228f99612} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:38:10.819326 [ 311 ] {9f6053b6-8200-41c9-9d27-586228f99612} AggregatingTransform: Aggregating 2025.09.19 00:38:10.819366 [ 311 ] {9f6053b6-8200-41c9-9d27-586228f99612} Aggregator: Aggregation method: without_key 2025.09.19 00:38:10.819404 [ 311 ] {9f6053b6-8200-41c9-9d27-586228f99612} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000946852 sec. (1056.131 rows/sec., 41.26 KiB/sec.) 2025.09.19 00:38:10.819424 [ 311 ] {9f6053b6-8200-41c9-9d27-586228f99612} Aggregator: Merging aggregated data 2025.09.19 00:38:10.820740 [ 354 ] {9f6053b6-8200-41c9-9d27-586228f99612} executeQuery: Read 1 rows, 40.00 B in 0.003053 sec., 327.54667540124467 rows/sec., 12.79 KiB/sec. 2025.09.19 00:38:10.820887 [ 354 ] {9f6053b6-8200-41c9-9d27-586228f99612} TCPHandler: Processed in 0.003743739 sec. 2025.09.19 00:38:10.820995 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.821025 [ 354 ] {} TCP-Session: 01572661-de50-41ce-a972-979132dd981c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.821042 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.821082 [ 355 ] {} TCP-Session: b5892b3d-c7aa-44b0-8541-125b72c3352b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.821094 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.821110 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.821127 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.821144 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.821160 [ 352 ] {} TCP-Session: a9f35c6f-8da6-4c01-a654-337979f209e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.821179 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.821194 [ 353 ] {} TCP-Session: 7ef853f4-daf1-4572-81e1-05b645aeb050 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.821179 [ 288 ] {} TCP-Session: 762e06a8-8248-4c37-b70d-259f539d0f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.821235 [ 351 ] {} TCP-Session: b74b50f5-f762-4567-8f5a-3371cf72d8a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.821094 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.821142 [ 286 ] {} TCP-Session: b2b1a264-aadf-4c07-878b-e398ded5561c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.821313 [ 287 ] {} TCP-Session: 815553f3-6813-4e7b-83d4-a582d7ada483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.821160 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.821373 [ 289 ] {} TCP-Session: fd6ef46f-9a3e-4c71-8147-ef2cdade81dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.976908 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54663 2025.09.19 00:38:10.977010 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.977037 [ 354 ] {} TCP-Session: 0a374e69-3a47-4a93-b38c-df2fb4f367b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:54663 2025.09.19 00:38:10.977064 [ 354 ] {} TCP-Session: 0a374e69-3a47-4a93-b38c-df2fb4f367b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977112 [ 354 ] {} TCP-Session: 0a374e69-3a47-4a93-b38c-df2fb4f367b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977315 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53209 2025.09.19 00:38:10.977343 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43196 2025.09.19 00:38:10.977362 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37894 2025.09.19 00:38:10.977388 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53629 2025.09.19 00:38:10.977411 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59791 2025.09.19 00:38:10.977417 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53387 2025.09.19 00:38:10.977378 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46457 2025.09.19 00:38:10.977480 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.977492 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.977496 [ 354 ] {} TCP-Session: 0a374e69-3a47-4a93-b38c-df2fb4f367b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:10.977530 [ 287 ] {} TCP-Session: 55646224-907b-4be3-8f50-dad7166612b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:37894 2025.09.19 00:38:10.977534 [ 352 ] {} TCP-Session: 1de0c4f2-ef31-4ae2-9226-74576f8fa1f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59791 2025.09.19 00:38:10.977509 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.977571 [ 352 ] {} TCP-Session: 1de0c4f2-ef31-4ae2-9226-74576f8fa1f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977568 [ 287 ] {} TCP-Session: 55646224-907b-4be3-8f50-dad7166612b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977573 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.977592 [ 352 ] {} TCP-Session: 1de0c4f2-ef31-4ae2-9226-74576f8fa1f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977600 [ 287 ] {} TCP-Session: 55646224-907b-4be3-8f50-dad7166612b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977628 [ 288 ] {} TCP-Session: 6c8ada83-0941-4bde-b7bd-402f04aabeb2 Authenticating user 'default' from [fd00:1122:3344:101::e]:46457 2025.09.19 00:38:10.977592 [ 353 ] {} TCP-Session: cb257d6a-3fcd-4d91-9f66-f8c2a1144d7c Authenticating user 'default' from [fd00:1122:3344:101::e]:53387 2025.09.19 00:38:10.977662 [ 288 ] {} TCP-Session: 6c8ada83-0941-4bde-b7bd-402f04aabeb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977679 [ 353 ] {} TCP-Session: cb257d6a-3fcd-4d91-9f66-f8c2a1144d7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977691 [ 354 ] {a65fadc5-ee70-4779-a0d0-c188f90218e4} executeQuery: (from [fd00:1122:3344:101::e]:54663) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:38:10.977706 [ 353 ] {} TCP-Session: cb257d6a-3fcd-4d91-9f66-f8c2a1144d7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977692 [ 288 ] {} TCP-Session: 6c8ada83-0941-4bde-b7bd-402f04aabeb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977428 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.977402 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35821 2025.09.19 00:38:10.977792 [ 355 ] {} TCP-Session: c81043ec-c8dc-406b-a190-c885731aa865 Authenticating user 'default' from [fd00:1122:3344:101::e]:53209 2025.09.19 00:38:10.977428 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.977827 [ 355 ] {} TCP-Session: c81043ec-c8dc-406b-a190-c885731aa865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977479 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.977845 [ 355 ] {} TCP-Session: c81043ec-c8dc-406b-a190-c885731aa865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977851 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:38:10.977877 [ 289 ] {} TCP-Session: 82b082d4-f7be-4a21-a3c5-a6e79f727ced Authenticating user 'default' from [fd00:1122:3344:101::e]:53629 2025.09.19 00:38:10.977905 [ 351 ] {} TCP-Session: 9ef1df51-faf5-428f-8889-9affbbb374fd Authenticating user 'default' from [fd00:1122:3344:101::e]:35821 2025.09.19 00:38:10.977923 [ 289 ] {} TCP-Session: 82b082d4-f7be-4a21-a3c5-a6e79f727ced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977943 [ 351 ] {} TCP-Session: 9ef1df51-faf5-428f-8889-9affbbb374fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977960 [ 289 ] {} TCP-Session: 82b082d4-f7be-4a21-a3c5-a6e79f727ced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977969 [ 351 ] {} TCP-Session: 9ef1df51-faf5-428f-8889-9affbbb374fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.977971 [ 354 ] {a65fadc5-ee70-4779-a0d0-c188f90218e4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:38:10.977842 [ 286 ] {} TCP-Session: 5b5c6b2c-8589-47ac-8ae8-e3507e5dee9d Authenticating user 'default' from [fd00:1122:3344:101::e]:43196 2025.09.19 00:38:10.978035 [ 286 ] {} TCP-Session: 5b5c6b2c-8589-47ac-8ae8-e3507e5dee9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.978046 [ 354 ] {a65fadc5-ee70-4779-a0d0-c188f90218e4} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:38:10.978048 [ 286 ] {} TCP-Session: 5b5c6b2c-8589-47ac-8ae8-e3507e5dee9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.978342 [ 354 ] {a65fadc5-ee70-4779-a0d0-c188f90218e4} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:38:10.979334 [ 306 ] {a65fadc5-ee70-4779-a0d0-c188f90218e4} AggregatingTransform: Aggregating 2025.09.19 00:38:10.979373 [ 306 ] {a65fadc5-ee70-4779-a0d0-c188f90218e4} Aggregator: Aggregation method: without_key 2025.09.19 00:38:10.979411 [ 306 ] {a65fadc5-ee70-4779-a0d0-c188f90218e4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000967703 sec. (1033.375 rows/sec., 40.37 KiB/sec.) 2025.09.19 00:38:10.979430 [ 306 ] {a65fadc5-ee70-4779-a0d0-c188f90218e4} Aggregator: Merging aggregated data 2025.09.19 00:38:10.980855 [ 354 ] {a65fadc5-ee70-4779-a0d0-c188f90218e4} executeQuery: Read 1 rows, 40.00 B in 0.003216 sec., 310.9452736318408 rows/sec., 12.15 KiB/sec. 2025.09.19 00:38:10.981022 [ 354 ] {a65fadc5-ee70-4779-a0d0-c188f90218e4} TCPHandler: Processed in 0.003637528 sec. 2025.09.19 00:38:10.981119 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.981150 [ 354 ] {} TCP-Session: 0a374e69-3a47-4a93-b38c-df2fb4f367b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.981152 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.981175 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.981200 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.981202 [ 355 ] {} TCP-Session: c81043ec-c8dc-406b-a190-c885731aa865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.981219 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.981237 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.981253 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.981279 [ 353 ] {} TCP-Session: cb257d6a-3fcd-4d91-9f66-f8c2a1144d7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.981301 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.981317 [ 351 ] {} TCP-Session: 9ef1df51-faf5-428f-8889-9affbbb374fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.981345 [ 352 ] {} TCP-Session: 1de0c4f2-ef31-4ae2-9226-74576f8fa1f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.981273 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:38:10.981220 [ 288 ] {} TCP-Session: 6c8ada83-0941-4bde-b7bd-402f04aabeb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.981294 [ 286 ] {} TCP-Session: 5b5c6b2c-8589-47ac-8ae8-e3507e5dee9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.981412 [ 287 ] {} TCP-Session: 55646224-907b-4be3-8f50-dad7166612b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:10.981246 [ 289 ] {} TCP-Session: 82b082d4-f7be-4a21-a3c5-a6e79f727ced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:38:11.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 339.72 MiB, peak 350.31 MiB, free memory in arenas 0.00 B, will set to 338.36 MiB (RSS), difference: -1.37 MiB 2025.09.19 00:38:12.354246 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27333 2025.09.19 00:38:12.354852 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:12.354910 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.09.19 00:38:12.355457 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:38:12.355700 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:12.355848 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27333 2025.09.19 00:38:13.809469 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.09.19 00:38:13.825682 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:13.825741 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:13.831128 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:38:13.831828 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:13.834740 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.09.19 00:38:14.937044 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1612 2025.09.19 00:38:14.939481 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:14.939531 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:14.940724 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:38:14.940981 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:14.941248 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1612 2025.09.19 00:38:15.652726 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:15.652900 [ 5 ] {c9de1c6f-9aec-47d7-9853-6d79109828d4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:15.652962 [ 5 ] {c9de1c6f-9aec-47d7-9853-6d79109828d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:15.653670 [ 5 ] {c9de1c6f-9aec-47d7-9853-6d79109828d4} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:15.653708 [ 5 ] {c9de1c6f-9aec-47d7-9853-6d79109828d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:15.654107 [ 5 ] {c9de1c6f-9aec-47d7-9853-6d79109828d4} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.19 00:38:15.654331 [ 5 ] {c9de1c6f-9aec-47d7-9853-6d79109828d4} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:15.654482 [ 5 ] {c9de1c6f-9aec-47d7-9853-6d79109828d4} executeQuery: Read 140 rows, 12.42 KiB in 0.001628 sec., 85995.08599508599 rows/sec., 7.45 MiB/sec. 2025.09.19 00:38:15.654523 [ 5 ] {c9de1c6f-9aec-47d7-9853-6d79109828d4} TCPHandler: Processed in 0.001917815 sec. 2025.09.19 00:38:15.654662 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:15.654786 [ 5 ] {89c03699-e5a8-4411-8175-559aa33a1064} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:15.654837 [ 5 ] {89c03699-e5a8-4411-8175-559aa33a1064} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:15.655331 [ 5 ] {89c03699-e5a8-4411-8175-559aa33a1064} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:15.655366 [ 5 ] {89c03699-e5a8-4411-8175-559aa33a1064} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:15.655690 [ 5 ] {89c03699-e5a8-4411-8175-559aa33a1064} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.19 00:38:15.655902 [ 5 ] {89c03699-e5a8-4411-8175-559aa33a1064} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:15.656035 [ 5 ] {89c03699-e5a8-4411-8175-559aa33a1064} executeQuery: Read 42 rows, 3.16 KiB in 0.001274 sec., 32967.03296703297 rows/sec., 2.42 MiB/sec. 2025.09.19 00:38:15.656073 [ 5 ] {89c03699-e5a8-4411-8175-559aa33a1064} TCPHandler: Processed in 0.001474149 sec. 2025.09.19 00:38:15.656179 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:15.656273 [ 5 ] {884614c8-692f-4c19-b623-c6085c57d0d7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:15.656314 [ 5 ] {884614c8-692f-4c19-b623-c6085c57d0d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:15.656743 [ 5 ] {884614c8-692f-4c19-b623-c6085c57d0d7} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:15.656777 [ 5 ] {884614c8-692f-4c19-b623-c6085c57d0d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:15.657078 [ 5 ] {884614c8-692f-4c19-b623-c6085c57d0d7} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.19 00:38:15.657293 [ 5 ] {884614c8-692f-4c19-b623-c6085c57d0d7} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:15.657424 [ 5 ] {884614c8-692f-4c19-b623-c6085c57d0d7} executeQuery: Read 106 rows, 8.48 KiB in 0.001169 sec., 90675.79127459368 rows/sec., 7.08 MiB/sec. 2025.09.19 00:38:15.657462 [ 5 ] {884614c8-692f-4c19-b623-c6085c57d0d7} TCPHandler: Processed in 0.001332778 sec. 2025.09.19 00:38:15.657580 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:15.657675 [ 5 ] {1df9fd34-b9ae-4985-a35e-305654b3c1b8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:15.657717 [ 5 ] {1df9fd34-b9ae-4985-a35e-305654b3c1b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:15.658124 [ 5 ] {1df9fd34-b9ae-4985-a35e-305654b3c1b8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:15.658157 [ 5 ] {1df9fd34-b9ae-4985-a35e-305654b3c1b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:15.658479 [ 5 ] {1df9fd34-b9ae-4985-a35e-305654b3c1b8} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.19 00:38:15.658684 [ 5 ] {1df9fd34-b9ae-4985-a35e-305654b3c1b8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:15.658811 [ 5 ] {1df9fd34-b9ae-4985-a35e-305654b3c1b8} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2025.09.19 00:38:15.658847 [ 5 ] {1df9fd34-b9ae-4985-a35e-305654b3c1b8} TCPHandler: Processed in 0.001317867 sec. 2025.09.19 00:38:15.658954 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:15.659055 [ 5 ] {3622d7d8-8a8b-4a43-9c5b-e8f25675fec9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:15.659109 [ 5 ] {3622d7d8-8a8b-4a43-9c5b-e8f25675fec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:38:15.659973 [ 5 ] {3622d7d8-8a8b-4a43-9c5b-e8f25675fec9} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:15.660008 [ 5 ] {3622d7d8-8a8b-4a43-9c5b-e8f25675fec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:15.660574 [ 5 ] {3622d7d8-8a8b-4a43-9c5b-e8f25675fec9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:38:15.660789 [ 5 ] {3622d7d8-8a8b-4a43-9c5b-e8f25675fec9} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:15.660921 [ 5 ] {3622d7d8-8a8b-4a43-9c5b-e8f25675fec9} executeQuery: Read 42 rows, 77.07 KiB in 0.001885 sec., 22281.167108753318 rows/sec., 39.93 MiB/sec. 2025.09.19 00:38:15.660974 [ 5 ] {3622d7d8-8a8b-4a43-9c5b-e8f25675fec9} TCPHandler: Processed in 0.002070576 sec. 2025.09.19 00:38:15.661087 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:15.661180 [ 5 ] {5c5e1074-3a3d-4f24-b13f-4eb03e7c2358} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:15.661221 [ 5 ] {5c5e1074-3a3d-4f24-b13f-4eb03e7c2358} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:15.661554 [ 5 ] {5c5e1074-3a3d-4f24-b13f-4eb03e7c2358} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:15.661589 [ 5 ] {5c5e1074-3a3d-4f24-b13f-4eb03e7c2358} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:15.661888 [ 5 ] {5c5e1074-3a3d-4f24-b13f-4eb03e7c2358} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.19 00:38:15.662107 [ 5 ] {5c5e1074-3a3d-4f24-b13f-4eb03e7c2358} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:15.662234 [ 5 ] {5c5e1074-3a3d-4f24-b13f-4eb03e7c2358} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.09.19 00:38:15.662269 [ 5 ] {5c5e1074-3a3d-4f24-b13f-4eb03e7c2358} TCPHandler: Processed in 0.001232707 sec. 2025.09.19 00:38:19.706633 [ 30 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:38:19.706698 [ 30 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:38:19.856055 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27781 2025.09.19 00:38:19.856625 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:19.856679 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:19.857195 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:38:19.857452 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:19.857615 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27781 2025.09.19 00:38:20.662370 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:20.662552 [ 5 ] {ec32226a-7ca3-49bb-8087-fff7d9f8d459} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:38:20.662614 [ 5 ] {ec32226a-7ca3-49bb-8087-fff7d9f8d459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:38:20.663459 [ 5 ] {ec32226a-7ca3-49bb-8087-fff7d9f8d459} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.663500 [ 5 ] {ec32226a-7ca3-49bb-8087-fff7d9f8d459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.663884 [ 5 ] {ec32226a-7ca3-49bb-8087-fff7d9f8d459} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:38:20.664109 [ 5 ] {ec32226a-7ca3-49bb-8087-fff7d9f8d459} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.664239 [ 28 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2025.09.19 00:38:20.664257 [ 5 ] {ec32226a-7ca3-49bb-8087-fff7d9f8d459} executeQuery: Read 410 rows, 26.63 KiB in 0.001751 sec., 234151.91319246145 rows/sec., 14.85 MiB/sec. 2025.09.19 00:38:20.664324 [ 28 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.664343 [ 5 ] {ec32226a-7ca3-49bb-8087-fff7d9f8d459} TCPHandler: Processed in 0.002104578 sec. 2025.09.19 00:38:20.664356 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.664473 [ 200 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:38:20.664508 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:20.664608 [ 5 ] {0741f2d7-8cd5-4b8e-b9a4-5dd2c49072f3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:20.664609 [ 200 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:20.664658 [ 5 ] {0741f2d7-8cd5-4b8e-b9a4-5dd2c49072f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:20.664664 [ 200 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 410 rows starting from the beginning of the part 2025.09.19 00:38:20.664746 [ 200 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 410 rows starting from the beginning of the part 2025.09.19 00:38:20.664791 [ 200 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 410 rows starting from the beginning of the part 2025.09.19 00:38:20.664832 [ 200 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 410 rows starting from the beginning of the part 2025.09.19 00:38:20.664875 [ 200 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 410 rows starting from the beginning of the part 2025.09.19 00:38:20.665628 [ 5 ] {0741f2d7-8cd5-4b8e-b9a4-5dd2c49072f3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.665669 [ 5 ] {0741f2d7-8cd5-4b8e-b9a4-5dd2c49072f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.665906 [ 198 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001474509 sec., 1390293.3111971512 rows/sec., 93.50 MiB/sec. 2025.09.19 00:38:20.666058 [ 5 ] {0741f2d7-8cd5-4b8e-b9a4-5dd2c49072f3} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.19 00:38:20.666090 [ 201 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2025.09.19 00:38:20.666362 [ 5 ] {0741f2d7-8cd5-4b8e-b9a4-5dd2c49072f3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.666381 [ 201 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_41_10} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.666450 [ 201 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_41_10} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2025.09.19 00:38:20.666530 [ 5 ] {0741f2d7-8cd5-4b8e-b9a4-5dd2c49072f3} executeQuery: Read 1112 rows, 89.80 KiB in 0.001939 sec., 573491.4904589995 rows/sec., 45.23 MiB/sec. 2025.09.19 00:38:20.666546 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:38:20.666584 [ 5 ] {0741f2d7-8cd5-4b8e-b9a4-5dd2c49072f3} TCPHandler: Processed in 0.002123437 sec. 2025.09.19 00:38:20.666720 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:20.666832 [ 5 ] {245d12ea-5992-416c-bf39-e913f6c6e7c5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:20.666879 [ 5 ] {245d12ea-5992-416c-bf39-e913f6c6e7c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:20.667429 [ 5 ] {245d12ea-5992-416c-bf39-e913f6c6e7c5} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.667470 [ 5 ] {245d12ea-5992-416c-bf39-e913f6c6e7c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.667772 [ 5 ] {245d12ea-5992-416c-bf39-e913f6c6e7c5} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.19 00:38:20.667977 [ 5 ] {245d12ea-5992-416c-bf39-e913f6c6e7c5} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.668104 [ 5 ] {245d12ea-5992-416c-bf39-e913f6c6e7c5} executeQuery: Read 205 rows, 12.32 KiB in 0.001295 sec., 158301.1583011583 rows/sec., 9.29 MiB/sec. 2025.09.19 00:38:20.668142 [ 5 ] {245d12ea-5992-416c-bf39-e913f6c6e7c5} TCPHandler: Processed in 0.00148066 sec. 2025.09.19 00:38:20.668254 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:20.668347 [ 5 ] {ee8b37d5-f32b-4f63-be69-e2480be0a8ac} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:38:20.668386 [ 5 ] {ee8b37d5-f32b-4f63-be69-e2480be0a8ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:38:20.668878 [ 5 ] {ee8b37d5-f32b-4f63-be69-e2480be0a8ac} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.668917 [ 5 ] {ee8b37d5-f32b-4f63-be69-e2480be0a8ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.669269 [ 5 ] {ee8b37d5-f32b-4f63-be69-e2480be0a8ac} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:38:20.669488 [ 5 ] {ee8b37d5-f32b-4f63-be69-e2480be0a8ac} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.669599 [ 28 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2025.09.19 00:38:20.669615 [ 5 ] {ee8b37d5-f32b-4f63-be69-e2480be0a8ac} executeQuery: Read 212 rows, 14.00 KiB in 0.001287 sec., 164724.16472416473 rows/sec., 10.62 MiB/sec. 2025.09.19 00:38:20.669645 [ 28 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.669666 [ 5 ] {ee8b37d5-f32b-4f63-be69-e2480be0a8ac} TCPHandler: Processed in 0.001459739 sec. 2025.09.19 00:38:20.669670 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.669753 [ 200 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2025.09.19 00:38:20.669799 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:20.669842 [ 200 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:20.669871 [ 200 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 441 rows starting from the beginning of the part 2025.09.19 00:38:20.669897 [ 5 ] {5eb938b4-753e-43f1-b4bc-23391a085d2e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:38:20.669916 [ 200 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 212 rows starting from the beginning of the part 2025.09.19 00:38:20.669942 [ 5 ] {5eb938b4-753e-43f1-b4bc-23391a085d2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:38:20.669962 [ 200 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 228 rows starting from the beginning of the part 2025.09.19 00:38:20.670002 [ 200 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 212 rows starting from the beginning of the part 2025.09.19 00:38:20.670037 [ 200 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 212 rows starting from the beginning of the part 2025.09.19 00:38:20.670072 [ 200 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 212 rows starting from the beginning of the part 2025.09.19 00:38:20.670426 [ 5 ] {5eb938b4-753e-43f1-b4bc-23391a085d2e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.670467 [ 5 ] {5eb938b4-753e-43f1-b4bc-23391a085d2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.670812 [ 5 ] {5eb938b4-753e-43f1-b4bc-23391a085d2e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:38:20.670971 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001246537 sec., 1216971.4978376094 rows/sec., 84.30 MiB/sec. 2025.09.19 00:38:20.671075 [ 5 ] {5eb938b4-753e-43f1-b4bc-23391a085d2e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.671185 [ 28 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2025.09.19 00:38:20.671200 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2025.09.19 00:38:20.671214 [ 28 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.671219 [ 5 ] {5eb938b4-753e-43f1-b4bc-23391a085d2e} executeQuery: Read 211 rows, 12.27 KiB in 0.00134 sec., 157462.68656716417 rows/sec., 8.94 MiB/sec. 2025.09.19 00:38:20.671259 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.671312 [ 5 ] {5eb938b4-753e-43f1-b4bc-23391a085d2e} TCPHandler: Processed in 0.00155922 sec. 2025.09.19 00:38:20.671335 [ 200 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:38:20.671423 [ 200 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:20.671450 [ 200 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 211 rows starting from the beginning of the part 2025.09.19 00:38:20.671454 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:20.671494 [ 200 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 211 rows starting from the beginning of the part 2025.09.19 00:38:20.671537 [ 200 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 211 rows starting from the beginning of the part 2025.09.19 00:38:20.671571 [ 200 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 211 rows starting from the beginning of the part 2025.09.19 00:38:20.671578 [ 5 ] {9a4fa305-3aba-4591-8a7b-bf3ae8ca1ff1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:20.671577 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.671605 [ 200 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 211 rows starting from the beginning of the part 2025.09.19 00:38:20.671633 [ 5 ] {9a4fa305-3aba-4591-8a7b-bf3ae8ca1ff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:20.671695 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_55_11} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2025.09.19 00:38:20.671808 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:38:20.672374 [ 187 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001059784 sec., 995485.8725929057 rows/sec., 60.33 MiB/sec. 2025.09.19 00:38:20.672444 [ 5 ] {9a4fa305-3aba-4591-8a7b-bf3ae8ca1ff1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.672491 [ 5 ] {9a4fa305-3aba-4591-8a7b-bf3ae8ca1ff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.672543 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2025.09.19 00:38:20.672904 [ 5 ] {9a4fa305-3aba-4591-8a7b-bf3ae8ca1ff1} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.19 00:38:20.672916 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_41_10} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.673054 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_41_10} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2025.09.19 00:38:20.673170 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:38:20.673171 [ 5 ] {9a4fa305-3aba-4591-8a7b-bf3ae8ca1ff1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.673325 [ 5 ] {9a4fa305-3aba-4591-8a7b-bf3ae8ca1ff1} executeQuery: Read 679 rows, 48.47 KiB in 0.001771 sec., 383399.209486166 rows/sec., 26.73 MiB/sec. 2025.09.19 00:38:20.673364 [ 5 ] {9a4fa305-3aba-4591-8a7b-bf3ae8ca1ff1} TCPHandler: Processed in 0.001968725 sec. 2025.09.19 00:38:20.673474 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:20.673568 [ 5 ] {3fc79b77-1d80-4d50-b0ed-90d2f8bb290c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:38:20.673634 [ 5 ] {3fc79b77-1d80-4d50-b0ed-90d2f8bb290c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:38:20.673974 [ 5 ] {3fc79b77-1d80-4d50-b0ed-90d2f8bb290c} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.674010 [ 5 ] {3fc79b77-1d80-4d50-b0ed-90d2f8bb290c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.674306 [ 5 ] {3fc79b77-1d80-4d50-b0ed-90d2f8bb290c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:38:20.674508 [ 5 ] {3fc79b77-1d80-4d50-b0ed-90d2f8bb290c} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.674614 [ 28 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.19 00:38:20.674637 [ 5 ] {3fc79b77-1d80-4d50-b0ed-90d2f8bb290c} executeQuery: Read 6 rows, 321.00 B in 0.001087 sec., 5519.779208831646 rows/sec., 288.39 KiB/sec. 2025.09.19 00:38:20.674645 [ 28 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.674676 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.674680 [ 5 ] {3fc79b77-1d80-4d50-b0ed-90d2f8bb290c} TCPHandler: Processed in 0.001253856 sec. 2025.09.19 00:38:20.674791 [ 195 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:38:20.674816 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:20.674904 [ 195 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:20.674914 [ 5 ] {a15cc323-9fd4-4e3c-a60b-13b34ee727e1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:20.674943 [ 195 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part 2025.09.19 00:38:20.674964 [ 5 ] {a15cc323-9fd4-4e3c-a60b-13b34ee727e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:20.675007 [ 195 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part 2025.09.19 00:38:20.675054 [ 195 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part 2025.09.19 00:38:20.675093 [ 195 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part 2025.09.19 00:38:20.675134 [ 195 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part 2025.09.19 00:38:20.675172 [ 195 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part 2025.09.19 00:38:20.675401 [ 5 ] {a15cc323-9fd4-4e3c-a60b-13b34ee727e1} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.675442 [ 5 ] {a15cc323-9fd4-4e3c-a60b-13b34ee727e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.675797 [ 5 ] {a15cc323-9fd4-4e3c-a60b-13b34ee727e1} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.19 00:38:20.675937 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.001187426 sec., 207170.80474909593 rows/sec., 10.57 MiB/sec. 2025.09.19 00:38:20.676010 [ 5 ] {a15cc323-9fd4-4e3c-a60b-13b34ee727e1} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.676069 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.19 00:38:20.676153 [ 5 ] {a15cc323-9fd4-4e3c-a60b-13b34ee727e1} executeQuery: Read 314 rows, 21.12 KiB in 0.001257 sec., 249801.1137629276 rows/sec., 16.41 MiB/sec. 2025.09.19 00:38:20.676195 [ 5 ] {a15cc323-9fd4-4e3c-a60b-13b34ee727e1} TCPHandler: Processed in 0.001426569 sec. 2025.09.19 00:38:20.676312 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:20.676341 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_41_8} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.676417 [ 5 ] {6a24f417-7738-4b95-b392-37345cf993d5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:38:20.676421 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_41_8} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.19 00:38:20.676477 [ 5 ] {6a24f417-7738-4b95-b392-37345cf993d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:38:20.676509 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.19 00:38:20.676883 [ 5 ] {6a24f417-7738-4b95-b392-37345cf993d5} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.676924 [ 5 ] {6a24f417-7738-4b95-b392-37345cf993d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.677286 [ 5 ] {6a24f417-7738-4b95-b392-37345cf993d5} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:38:20.677542 [ 5 ] {6a24f417-7738-4b95-b392-37345cf993d5} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.677695 [ 5 ] {6a24f417-7738-4b95-b392-37345cf993d5} executeQuery: Read 1 rows, 69.00 B in 0.001298 sec., 770.4160246533129 rows/sec., 51.91 KiB/sec. 2025.09.19 00:38:20.677739 [ 5 ] {6a24f417-7738-4b95-b392-37345cf993d5} TCPHandler: Processed in 0.00148087 sec. 2025.09.19 00:38:20.677872 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:20.677976 [ 5 ] {9172a0e1-1b2c-45ca-adcd-b1024edecb79} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:20.678024 [ 5 ] {9172a0e1-1b2c-45ca-adcd-b1024edecb79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:20.678432 [ 5 ] {9172a0e1-1b2c-45ca-adcd-b1024edecb79} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:20.678469 [ 5 ] {9172a0e1-1b2c-45ca-adcd-b1024edecb79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:20.678834 [ 5 ] {9172a0e1-1b2c-45ca-adcd-b1024edecb79} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.19 00:38:20.679088 [ 5 ] {9172a0e1-1b2c-45ca-adcd-b1024edecb79} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:20.679244 [ 5 ] {9172a0e1-1b2c-45ca-adcd-b1024edecb79} executeQuery: Read 104 rows, 6.53 KiB in 0.001289 sec., 80682.69976726144 rows/sec., 4.94 MiB/sec. 2025.09.19 00:38:20.679286 [ 5 ] {9172a0e1-1b2c-45ca-adcd-b1024edecb79} TCPHandler: Processed in 0.00147147 sec. 2025.09.19 00:38:21.334862 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.09.19 00:38:21.351031 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:21.351083 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:21.356675 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:38:21.357363 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:21.360071 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.09.19 00:38:24.941539 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1644 2025.09.19 00:38:24.943858 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:24.943904 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:24.945073 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:38:24.945329 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:24.945582 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1644 2025.09.19 00:38:25.678777 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:25.678957 [ 5 ] {d5fe0512-e133-4218-b186-a03d57d24a41} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:38:25.679021 [ 5 ] {d5fe0512-e133-4218-b186-a03d57d24a41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:38:25.679679 [ 5 ] {d5fe0512-e133-4218-b186-a03d57d24a41} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.679726 [ 5 ] {d5fe0512-e133-4218-b186-a03d57d24a41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.680109 [ 5 ] {d5fe0512-e133-4218-b186-a03d57d24a41} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.19 00:38:25.680342 [ 5 ] {d5fe0512-e133-4218-b186-a03d57d24a41} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.680495 [ 5 ] {d5fe0512-e133-4218-b186-a03d57d24a41} executeQuery: Read 14 rows, 1.14 KiB in 0.001586 sec., 8827.238335435057 rows/sec., 719.80 KiB/sec. 2025.09.19 00:38:25.680537 [ 5 ] {d5fe0512-e133-4218-b186-a03d57d24a41} TCPHandler: Processed in 0.001885754 sec. 2025.09.19 00:38:25.680665 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:25.680759 [ 5 ] {9dfa33a1-d008-417d-ad5e-942c42540ab9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:25.680798 [ 5 ] {9dfa33a1-d008-417d-ad5e-942c42540ab9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:25.681847 [ 5 ] {9dfa33a1-d008-417d-ad5e-942c42540ab9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.681883 [ 5 ] {9dfa33a1-d008-417d-ad5e-942c42540ab9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.682261 [ 5 ] {9dfa33a1-d008-417d-ad5e-942c42540ab9} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.19 00:38:25.682470 [ 5 ] {9dfa33a1-d008-417d-ad5e-942c42540ab9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.682598 [ 5 ] {9dfa33a1-d008-417d-ad5e-942c42540ab9} executeQuery: Read 1287 rows, 109.05 KiB in 0.001857 sec., 693053.3117932149 rows/sec., 57.35 MiB/sec. 2025.09.19 00:38:25.682601 [ 22 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.19 00:38:25.682637 [ 5 ] {9dfa33a1-d008-417d-ad5e-942c42540ab9} TCPHandler: Processed in 0.002020036 sec. 2025.09.19 00:38:25.682682 [ 22 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.682715 [ 22 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.682770 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:25.682840 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:38:25.682868 [ 5 ] {78938ea9-9e33-4f73-9790-31de1f8420d0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:25.682928 [ 5 ] {78938ea9-9e33-4f73-9790-31de1f8420d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:25.682983 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:25.683026 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2346 rows starting from the beginning of the part 2025.09.19 00:38:25.683101 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 140 rows starting from the beginning of the part 2025.09.19 00:38:25.683154 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:38:25.683205 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 140 rows starting from the beginning of the part 2025.09.19 00:38:25.683250 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:38:25.683298 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1287 rows starting from the beginning of the part 2025.09.19 00:38:25.683356 [ 5 ] {78938ea9-9e33-4f73-9790-31de1f8420d0} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.683396 [ 5 ] {78938ea9-9e33-4f73-9790-31de1f8420d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.683732 [ 5 ] {78938ea9-9e33-4f73-9790-31de1f8420d0} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.19 00:38:25.683943 [ 5 ] {78938ea9-9e33-4f73-9790-31de1f8420d0} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.684078 [ 5 ] {78938ea9-9e33-4f73-9790-31de1f8420d0} executeQuery: Read 56 rows, 4.14 KiB in 0.001228 sec., 45602.605863192184 rows/sec., 3.29 MiB/sec. 2025.09.19 00:38:25.684115 [ 5 ] {78938ea9-9e33-4f73-9790-31de1f8420d0} TCPHandler: Processed in 0.001392488 sec. 2025.09.19 00:38:25.684225 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:25.684318 [ 5 ] {b1635d53-f02d-4a58-97f0-4057848779bf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:38:25.684357 [ 5 ] {b1635d53-f02d-4a58-97f0-4057848779bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:38:25.684833 [ 5 ] {b1635d53-f02d-4a58-97f0-4057848779bf} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.684868 [ 5 ] {b1635d53-f02d-4a58-97f0-4057848779bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.685178 [ 5 ] {b1635d53-f02d-4a58-97f0-4057848779bf} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:38:25.685390 [ 5 ] {b1635d53-f02d-4a58-97f0-4057848779bf} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.685430 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 6137 rows, containing 5 columns (5 merged, 0 gathered) in 0.002636504 sec., 2327703.6560536227 rows/sec., 197.12 MiB/sec. 2025.09.19 00:38:25.685518 [ 5 ] {b1635d53-f02d-4a58-97f0-4057848779bf} executeQuery: Read 228 rows, 15.81 KiB in 0.001219 sec., 187038.5561936013 rows/sec., 12.66 MiB/sec. 2025.09.19 00:38:25.685560 [ 5 ] {b1635d53-f02d-4a58-97f0-4057848779bf} TCPHandler: Processed in 0.001382178 sec. 2025.09.19 00:38:25.685675 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:25.685764 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.19 00:38:25.685769 [ 5 ] {ae29fc0a-aef5-4c8f-ba21-e5edf1497381} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:25.685826 [ 5 ] {ae29fc0a-aef5-4c8f-ba21-e5edf1497381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:25.686058 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_86_17} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.686139 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_86_17} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.19 00:38:25.686237 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.09.19 00:38:25.686462 [ 5 ] {ae29fc0a-aef5-4c8f-ba21-e5edf1497381} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.686502 [ 5 ] {ae29fc0a-aef5-4c8f-ba21-e5edf1497381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.686826 [ 5 ] {ae29fc0a-aef5-4c8f-ba21-e5edf1497381} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.19 00:38:25.687029 [ 5 ] {ae29fc0a-aef5-4c8f-ba21-e5edf1497381} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.687142 [ 22 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.19 00:38:25.687154 [ 5 ] {ae29fc0a-aef5-4c8f-ba21-e5edf1497381} executeQuery: Read 576 rows, 43.91 KiB in 0.001403 sec., 410548.8239486814 rows/sec., 30.56 MiB/sec. 2025.09.19 00:38:25.687177 [ 22 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.687201 [ 22 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.687203 [ 5 ] {ae29fc0a-aef5-4c8f-ba21-e5edf1497381} TCPHandler: Processed in 0.001575061 sec. 2025.09.19 00:38:25.687283 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:38:25.687325 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:25.687375 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:25.687403 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1213 rows starting from the beginning of the part 2025.09.19 00:38:25.687424 [ 5 ] {ce9fa837-7bc1-479d-b5a3-12a50e7e67a9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:25.687448 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 106 rows starting from the beginning of the part 2025.09.19 00:38:25.687471 [ 5 ] {ce9fa837-7bc1-479d-b5a3-12a50e7e67a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:25.687490 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 679 rows starting from the beginning of the part 2025.09.19 00:38:25.687530 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 106 rows starting from the beginning of the part 2025.09.19 00:38:25.687564 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 679 rows starting from the beginning of the part 2025.09.19 00:38:25.687602 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 576 rows starting from the beginning of the part 2025.09.19 00:38:25.688032 [ 5 ] {ce9fa837-7bc1-479d-b5a3-12a50e7e67a9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.688073 [ 5 ] {ce9fa837-7bc1-479d-b5a3-12a50e7e67a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.688470 [ 5 ] {ce9fa837-7bc1-479d-b5a3-12a50e7e67a9} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.19 00:38:25.688681 [ 5 ] {ce9fa837-7bc1-479d-b5a3-12a50e7e67a9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.688694 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3359 rows, containing 5 columns (5 merged, 0 gathered) in 0.001438649 sec., 2334829.4128727717 rows/sec., 176.46 MiB/sec. 2025.09.19 00:38:25.688801 [ 22 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.19 00:38:25.688808 [ 5 ] {ce9fa837-7bc1-479d-b5a3-12a50e7e67a9} executeQuery: Read 851 rows, 58.66 KiB in 0.001403 sec., 606557.3770491803 rows/sec., 40.83 MiB/sec. 2025.09.19 00:38:25.688836 [ 22 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.688865 [ 22 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.688865 [ 5 ] {ce9fa837-7bc1-479d-b5a3-12a50e7e67a9} TCPHandler: Processed in 0.00158786 sec. 2025.09.19 00:38:25.688902 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.19 00:38:25.688970 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:38:25.689006 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:25.689099 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:25.689105 [ 5 ] {60515d9f-5664-4bdf-bbcd-1bbdf85b17fb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:25.689145 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_86_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 28766 rows starting from the beginning of the part 2025.09.19 00:38:25.689177 [ 5 ] {60515d9f-5664-4bdf-bbcd-1bbdf85b17fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:38:25.689204 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_86_17} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.689226 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:38:25.689283 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_86_17} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.19 00:38:25.689289 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 314 rows starting from the beginning of the part 2025.09.19 00:38:25.689358 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:38:25.689373 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:38:25.689412 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 314 rows starting from the beginning of the part 2025.09.19 00:38:25.689465 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 851 rows starting from the beginning of the part 2025.09.19 00:38:25.690050 [ 5 ] {60515d9f-5664-4bdf-bbcd-1bbdf85b17fb} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.690090 [ 5 ] {60515d9f-5664-4bdf-bbcd-1bbdf85b17fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.690718 [ 5 ] {60515d9f-5664-4bdf-bbcd-1bbdf85b17fb} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:38:25.690946 [ 5 ] {60515d9f-5664-4bdf-bbcd-1bbdf85b17fb} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.691083 [ 5 ] {60515d9f-5664-4bdf-bbcd-1bbdf85b17fb} executeQuery: Read 42 rows, 77.07 KiB in 0.001996 sec., 21042.084168336674 rows/sec., 37.71 MiB/sec. 2025.09.19 00:38:25.691136 [ 5 ] {60515d9f-5664-4bdf-bbcd-1bbdf85b17fb} TCPHandler: Processed in 0.002177658 sec. 2025.09.19 00:38:25.691249 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:25.691343 [ 5 ] {39b38c80-a9d9-4d16-88b9-4be53dd103d8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:25.691384 [ 5 ] {39b38c80-a9d9-4d16-88b9-4be53dd103d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:25.691729 [ 5 ] {39b38c80-a9d9-4d16-88b9-4be53dd103d8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.691764 [ 5 ] {39b38c80-a9d9-4d16-88b9-4be53dd103d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.692087 [ 5 ] {39b38c80-a9d9-4d16-88b9-4be53dd103d8} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.19 00:38:25.692291 [ 5 ] {39b38c80-a9d9-4d16-88b9-4be53dd103d8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.692405 [ 22 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.19 00:38:25.692419 [ 5 ] {39b38c80-a9d9-4d16-88b9-4be53dd103d8} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.09.19 00:38:25.692442 [ 22 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:25.692464 [ 5 ] {39b38c80-a9d9-4d16-88b9-4be53dd103d8} TCPHandler: Processed in 0.001262257 sec. 2025.09.19 00:38:25.692466 [ 22 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:25.692570 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:38:25.692669 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:25.692699 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 6480 rows starting from the beginning of the part 2025.09.19 00:38:25.692750 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:38:25.692793 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 104 rows starting from the beginning of the part 2025.09.19 00:38:25.692830 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:38:25.692868 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 104 rows starting from the beginning of the part 2025.09.19 00:38:25.692908 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:38:25.695296 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 6868 rows, containing 4 columns (4 merged, 0 gathered) in 0.002757347 sec., 2490800.033510472 rows/sec., 158.40 MiB/sec. 2025.09.19 00:38:25.695939 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.19 00:38:25.696197 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_86_17} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.696305 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_86_17} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.19 00:38:25.696400 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.09.19 00:38:25.698357 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 30565 rows, containing 5 columns (5 merged, 0 gathered) in 0.009433883 sec., 3239917.221784497 rows/sec., 216.97 MiB/sec. 2025.09.19 00:38:25.698826 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.19 00:38:25.699112 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_86_17} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:25.699189 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_86_17} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.19 00:38:25.699296 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.09.19 00:38:26.000279 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 339.20 MiB, peak 350.67 MiB, free memory in arenas 0.00 B, will set to 342.15 MiB (RSS), difference: 2.96 MiB 2025.09.19 00:38:27.357816 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28293 2025.09.19 00:38:27.358671 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:27.358739 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:27.359231 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:38:27.359462 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:27.359593 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28293 2025.09.19 00:38:28.860191 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.09.19 00:38:28.876970 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:28.877023 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:28.883467 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:38:28.884233 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:28.887104 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.09.19 00:38:30.663001 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:30.663176 [ 5 ] {908a0773-02fc-42a9-9d28-394df681e8b7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:38:30.663238 [ 5 ] {908a0773-02fc-42a9-9d28-394df681e8b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:38:30.664055 [ 5 ] {908a0773-02fc-42a9-9d28-394df681e8b7} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:30.664102 [ 5 ] {908a0773-02fc-42a9-9d28-394df681e8b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:30.664514 [ 5 ] {908a0773-02fc-42a9-9d28-394df681e8b7} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:38:30.664735 [ 5 ] {908a0773-02fc-42a9-9d28-394df681e8b7} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:30.664883 [ 5 ] {908a0773-02fc-42a9-9d28-394df681e8b7} executeQuery: Read 410 rows, 26.63 KiB in 0.001753 sec., 233884.7689674843 rows/sec., 14.84 MiB/sec. 2025.09.19 00:38:30.664925 [ 5 ] {908a0773-02fc-42a9-9d28-394df681e8b7} TCPHandler: Processed in 0.002051887 sec. 2025.09.19 00:38:30.665049 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:30.665155 [ 5 ] {99b3444d-1c62-4621-baae-e3ba957ada47} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:30.665195 [ 5 ] {99b3444d-1c62-4621-baae-e3ba957ada47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:30.666348 [ 5 ] {99b3444d-1c62-4621-baae-e3ba957ada47} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:30.666386 [ 5 ] {99b3444d-1c62-4621-baae-e3ba957ada47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:30.666756 [ 5 ] {99b3444d-1c62-4621-baae-e3ba957ada47} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.19 00:38:30.666967 [ 5 ] {99b3444d-1c62-4621-baae-e3ba957ada47} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:30.667094 [ 5 ] {99b3444d-1c62-4621-baae-e3ba957ada47} executeQuery: Read 1112 rows, 89.80 KiB in 0.001958 sec., 567926.455566905 rows/sec., 44.79 MiB/sec. 2025.09.19 00:38:30.667131 [ 5 ] {99b3444d-1c62-4621-baae-e3ba957ada47} TCPHandler: Processed in 0.002131408 sec. 2025.09.19 00:38:30.667242 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:30.667336 [ 5 ] {7a9c84c4-285d-4c98-8b00-6b5ca5ebf6ba} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:30.667375 [ 5 ] {7a9c84c4-285d-4c98-8b00-6b5ca5ebf6ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:30.667912 [ 5 ] {7a9c84c4-285d-4c98-8b00-6b5ca5ebf6ba} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:30.667949 [ 5 ] {7a9c84c4-285d-4c98-8b00-6b5ca5ebf6ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:30.668272 [ 5 ] {7a9c84c4-285d-4c98-8b00-6b5ca5ebf6ba} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.19 00:38:30.668483 [ 5 ] {7a9c84c4-285d-4c98-8b00-6b5ca5ebf6ba} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:30.668615 [ 5 ] {7a9c84c4-285d-4c98-8b00-6b5ca5ebf6ba} executeQuery: Read 205 rows, 12.32 KiB in 0.001298 sec., 157935.28505392914 rows/sec., 9.27 MiB/sec. 2025.09.19 00:38:30.668653 [ 5 ] {7a9c84c4-285d-4c98-8b00-6b5ca5ebf6ba} TCPHandler: Processed in 0.001458689 sec. 2025.09.19 00:38:30.668759 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:30.668852 [ 5 ] {3ed8a4b0-8264-4ee8-be2c-d8d864a34da9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:38:30.668891 [ 5 ] {3ed8a4b0-8264-4ee8-be2c-d8d864a34da9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:38:30.669436 [ 5 ] {3ed8a4b0-8264-4ee8-be2c-d8d864a34da9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:30.669473 [ 5 ] {3ed8a4b0-8264-4ee8-be2c-d8d864a34da9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:30.669847 [ 5 ] {3ed8a4b0-8264-4ee8-be2c-d8d864a34da9} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:38:30.670096 [ 5 ] {3ed8a4b0-8264-4ee8-be2c-d8d864a34da9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:30.670236 [ 5 ] {3ed8a4b0-8264-4ee8-be2c-d8d864a34da9} executeQuery: Read 212 rows, 14.00 KiB in 0.001401 sec., 151320.48536759458 rows/sec., 9.76 MiB/sec. 2025.09.19 00:38:30.670275 [ 5 ] {3ed8a4b0-8264-4ee8-be2c-d8d864a34da9} TCPHandler: Processed in 0.001562821 sec. 2025.09.19 00:38:30.670394 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:30.670489 [ 5 ] {f2f14358-a72b-4ff7-a470-bf98434a4bed} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:38:30.670529 [ 5 ] {f2f14358-a72b-4ff7-a470-bf98434a4bed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:38:30.671092 [ 5 ] {f2f14358-a72b-4ff7-a470-bf98434a4bed} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:30.671129 [ 5 ] {f2f14358-a72b-4ff7-a470-bf98434a4bed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:30.671454 [ 5 ] {f2f14358-a72b-4ff7-a470-bf98434a4bed} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:38:30.671689 [ 5 ] {f2f14358-a72b-4ff7-a470-bf98434a4bed} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:30.671824 [ 5 ] {f2f14358-a72b-4ff7-a470-bf98434a4bed} executeQuery: Read 211 rows, 12.27 KiB in 0.001354 sec., 155834.56425406205 rows/sec., 8.85 MiB/sec. 2025.09.19 00:38:30.671868 [ 5 ] {f2f14358-a72b-4ff7-a470-bf98434a4bed} TCPHandler: Processed in 0.00152496 sec. 2025.09.19 00:38:30.672011 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:30.672126 [ 5 ] {1ff6161a-eac9-4569-80d8-165e1bf3a410} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:30.672170 [ 5 ] {1ff6161a-eac9-4569-80d8-165e1bf3a410} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:30.672957 [ 5 ] {1ff6161a-eac9-4569-80d8-165e1bf3a410} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:30.672993 [ 5 ] {1ff6161a-eac9-4569-80d8-165e1bf3a410} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:30.673336 [ 5 ] {1ff6161a-eac9-4569-80d8-165e1bf3a410} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.19 00:38:30.673550 [ 5 ] {1ff6161a-eac9-4569-80d8-165e1bf3a410} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:30.673684 [ 5 ] {1ff6161a-eac9-4569-80d8-165e1bf3a410} executeQuery: Read 679 rows, 48.47 KiB in 0.001579 sec., 430018.9993666877 rows/sec., 29.98 MiB/sec. 2025.09.19 00:38:30.673722 [ 5 ] {1ff6161a-eac9-4569-80d8-165e1bf3a410} TCPHandler: Processed in 0.001769943 sec. 2025.09.19 00:38:30.673838 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:30.673932 [ 5 ] {85f445f5-419a-4dbd-81b0-0e76cc0bdd9c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:38:30.673974 [ 5 ] {85f445f5-419a-4dbd-81b0-0e76cc0bdd9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:38:30.674329 [ 5 ] {85f445f5-419a-4dbd-81b0-0e76cc0bdd9c} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:30.674366 [ 5 ] {85f445f5-419a-4dbd-81b0-0e76cc0bdd9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:30.674660 [ 5 ] {85f445f5-419a-4dbd-81b0-0e76cc0bdd9c} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.19 00:38:30.674866 [ 5 ] {85f445f5-419a-4dbd-81b0-0e76cc0bdd9c} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:30.674999 [ 5 ] {85f445f5-419a-4dbd-81b0-0e76cc0bdd9c} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2025.09.19 00:38:30.675035 [ 5 ] {85f445f5-419a-4dbd-81b0-0e76cc0bdd9c} TCPHandler: Processed in 0.001246836 sec. 2025.09.19 00:38:30.675147 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:30.675241 [ 5 ] {de2e846e-caad-42b4-b302-135a13e647e8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:30.675283 [ 5 ] {de2e846e-caad-42b4-b302-135a13e647e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:30.675730 [ 5 ] {de2e846e-caad-42b4-b302-135a13e647e8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:30.675763 [ 5 ] {de2e846e-caad-42b4-b302-135a13e647e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:30.676089 [ 5 ] {de2e846e-caad-42b4-b302-135a13e647e8} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.19 00:38:30.676372 [ 5 ] {de2e846e-caad-42b4-b302-135a13e647e8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:30.676503 [ 5 ] {de2e846e-caad-42b4-b302-135a13e647e8} executeQuery: Read 314 rows, 21.12 KiB in 0.00128 sec., 245312.49999999997 rows/sec., 16.11 MiB/sec. 2025.09.19 00:38:30.676541 [ 5 ] {de2e846e-caad-42b4-b302-135a13e647e8} TCPHandler: Processed in 0.001442709 sec. 2025.09.19 00:38:30.676652 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:30.676746 [ 5 ] {e58b075c-0678-4b87-ab0d-1dedb7342fbb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:38:30.676788 [ 5 ] {e58b075c-0678-4b87-ab0d-1dedb7342fbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:38:30.677107 [ 5 ] {e58b075c-0678-4b87-ab0d-1dedb7342fbb} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:30.677143 [ 5 ] {e58b075c-0678-4b87-ab0d-1dedb7342fbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:30.677444 [ 5 ] {e58b075c-0678-4b87-ab0d-1dedb7342fbb} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:38:30.677655 [ 5 ] {e58b075c-0678-4b87-ab0d-1dedb7342fbb} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:30.677789 [ 5 ] {e58b075c-0678-4b87-ab0d-1dedb7342fbb} executeQuery: Read 1 rows, 69.00 B in 0.001061 sec., 942.507068803016 rows/sec., 63.51 KiB/sec. 2025.09.19 00:38:30.677824 [ 5 ] {e58b075c-0678-4b87-ab0d-1dedb7342fbb} TCPHandler: Processed in 0.001221376 sec. 2025.09.19 00:38:30.677934 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:30.678028 [ 5 ] {707d986e-0da2-4f09-878a-f4c382138933} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:30.678069 [ 5 ] {707d986e-0da2-4f09-878a-f4c382138933} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:30.678404 [ 5 ] {707d986e-0da2-4f09-878a-f4c382138933} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:30.678441 [ 5 ] {707d986e-0da2-4f09-878a-f4c382138933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:30.678763 [ 5 ] {707d986e-0da2-4f09-878a-f4c382138933} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.19 00:38:30.678973 [ 5 ] {707d986e-0da2-4f09-878a-f4c382138933} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:30.679100 [ 5 ] {707d986e-0da2-4f09-878a-f4c382138933} executeQuery: Read 104 rows, 6.53 KiB in 0.00109 sec., 95412.84403669725 rows/sec., 5.85 MiB/sec. 2025.09.19 00:38:30.679135 [ 5 ] {707d986e-0da2-4f09-878a-f4c382138933} TCPHandler: Processed in 0.001249466 sec. 2025.09.19 00:38:34.706748 [ 141 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:38:34.706815 [ 141 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:38:34.859809 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28741 2025.09.19 00:38:34.860663 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:34.860744 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:34.861505 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:38:34.861735 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:34.861883 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28741 2025.09.19 00:38:34.945857 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1680 2025.09.19 00:38:34.948472 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:34.948525 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:34.949738 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:38:34.950013 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:34.950390 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1680 2025.09.19 00:38:35.653319 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:35.653509 [ 5 ] {b139511c-720d-4b90-85e7-6ef2ad98438c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:35.653576 [ 5 ] {b139511c-720d-4b90-85e7-6ef2ad98438c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:35.654412 [ 5 ] {b139511c-720d-4b90-85e7-6ef2ad98438c} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:35.654450 [ 5 ] {b139511c-720d-4b90-85e7-6ef2ad98438c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:35.654845 [ 5 ] {b139511c-720d-4b90-85e7-6ef2ad98438c} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.19 00:38:35.655073 [ 5 ] {b139511c-720d-4b90-85e7-6ef2ad98438c} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:35.655223 [ 5 ] {b139511c-720d-4b90-85e7-6ef2ad98438c} executeQuery: Read 140 rows, 12.42 KiB in 0.001766 sec., 79275.19818799547 rows/sec., 6.87 MiB/sec. 2025.09.19 00:38:35.655263 [ 5 ] {b139511c-720d-4b90-85e7-6ef2ad98438c} TCPHandler: Processed in 0.002070097 sec. 2025.09.19 00:38:35.655392 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:35.655489 [ 5 ] {31661cc5-ab1b-4a04-96d2-9cc89bccf805} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:35.655528 [ 5 ] {31661cc5-ab1b-4a04-96d2-9cc89bccf805} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:35.655976 [ 5 ] {31661cc5-ab1b-4a04-96d2-9cc89bccf805} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:35.656009 [ 5 ] {31661cc5-ab1b-4a04-96d2-9cc89bccf805} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:35.656300 [ 5 ] {31661cc5-ab1b-4a04-96d2-9cc89bccf805} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.19 00:38:35.656502 [ 5 ] {31661cc5-ab1b-4a04-96d2-9cc89bccf805} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:35.656626 [ 5 ] {31661cc5-ab1b-4a04-96d2-9cc89bccf805} executeQuery: Read 42 rows, 3.16 KiB in 0.001156 sec., 36332.17993079585 rows/sec., 2.67 MiB/sec. 2025.09.19 00:38:35.656626 [ 149 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.19 00:38:35.656662 [ 5 ] {31661cc5-ab1b-4a04-96d2-9cc89bccf805} TCPHandler: Processed in 0.001328637 sec. 2025.09.19 00:38:35.656674 [ 149 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:35.656692 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:35.656772 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:35.656827 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:38:35.656863 [ 5 ] {dcd42034-0394-47c2-a57b-89b7218d99ec} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:35.656921 [ 5 ] {dcd42034-0394-47c2-a57b-89b7218d99ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:35.657008 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:35.657052 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 265 rows starting from the beginning of the part 2025.09.19 00:38:35.657131 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:35.657184 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 205 rows starting from the beginning of the part 2025.09.19 00:38:35.657232 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part 2025.09.19 00:38:35.657278 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 205 rows starting from the beginning of the part 2025.09.19 00:38:35.657324 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:35.657374 [ 5 ] {dcd42034-0394-47c2-a57b-89b7218d99ec} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:35.657414 [ 5 ] {dcd42034-0394-47c2-a57b-89b7218d99ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:35.657757 [ 5 ] {dcd42034-0394-47c2-a57b-89b7218d99ec} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.19 00:38:35.657973 [ 5 ] {dcd42034-0394-47c2-a57b-89b7218d99ec} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:35.658104 [ 5 ] {dcd42034-0394-47c2-a57b-89b7218d99ec} executeQuery: Read 106 rows, 8.48 KiB in 0.001258 sec., 84260.73131955485 rows/sec., 6.58 MiB/sec. 2025.09.19 00:38:35.658141 [ 5 ] {dcd42034-0394-47c2-a57b-89b7218d99ec} TCPHandler: Processed in 0.001417149 sec. 2025.09.19 00:38:35.658259 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:35.658349 [ 5 ] {e2ffb3d7-2afc-48af-b36a-4e8de27ee052} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:35.658362 [ 196 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 815 rows, containing 5 columns (5 merged, 0 gathered) in 0.001601711 sec., 508830.8689894744 rows/sec., 33.53 MiB/sec. 2025.09.19 00:38:35.658391 [ 5 ] {e2ffb3d7-2afc-48af-b36a-4e8de27ee052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:35.658533 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.19 00:38:35.658810 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_86_17} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:35.658857 [ 5 ] {e2ffb3d7-2afc-48af-b36a-4e8de27ee052} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:35.658882 [ 198 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_86_17} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.19 00:38:35.658901 [ 5 ] {e2ffb3d7-2afc-48af-b36a-4e8de27ee052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:35.658962 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:38:35.659255 [ 5 ] {e2ffb3d7-2afc-48af-b36a-4e8de27ee052} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.19 00:38:35.659470 [ 5 ] {e2ffb3d7-2afc-48af-b36a-4e8de27ee052} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:35.659597 [ 5 ] {e2ffb3d7-2afc-48af-b36a-4e8de27ee052} executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. 2025.09.19 00:38:35.659633 [ 5 ] {e2ffb3d7-2afc-48af-b36a-4e8de27ee052} TCPHandler: Processed in 0.001429249 sec. 2025.09.19 00:38:35.659748 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:35.659840 [ 5 ] {fdfbfa5c-d36f-4a6c-b240-d52b6606cc82} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:35.659893 [ 5 ] {fdfbfa5c-d36f-4a6c-b240-d52b6606cc82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:38:35.660775 [ 5 ] {fdfbfa5c-d36f-4a6c-b240-d52b6606cc82} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:35.660808 [ 5 ] {fdfbfa5c-d36f-4a6c-b240-d52b6606cc82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:35.661361 [ 5 ] {fdfbfa5c-d36f-4a6c-b240-d52b6606cc82} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:38:35.661580 [ 5 ] {fdfbfa5c-d36f-4a6c-b240-d52b6606cc82} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:35.661710 [ 5 ] {fdfbfa5c-d36f-4a6c-b240-d52b6606cc82} executeQuery: Read 42 rows, 77.07 KiB in 0.001889 sec., 22233.98623610376 rows/sec., 39.84 MiB/sec. 2025.09.19 00:38:35.661761 [ 5 ] {fdfbfa5c-d36f-4a6c-b240-d52b6606cc82} TCPHandler: Processed in 0.002068507 sec. 2025.09.19 00:38:35.661880 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:35.661974 [ 5 ] {c33a4d34-36c0-4044-b421-507035c2003d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:35.662015 [ 5 ] {c33a4d34-36c0-4044-b421-507035c2003d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:35.662360 [ 5 ] {c33a4d34-36c0-4044-b421-507035c2003d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:35.662395 [ 5 ] {c33a4d34-36c0-4044-b421-507035c2003d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:35.662701 [ 5 ] {c33a4d34-36c0-4044-b421-507035c2003d} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.19 00:38:35.662905 [ 5 ] {c33a4d34-36c0-4044-b421-507035c2003d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:35.663030 [ 5 ] {c33a4d34-36c0-4044-b421-507035c2003d} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.09.19 00:38:35.663064 [ 5 ] {c33a4d34-36c0-4044-b421-507035c2003d} TCPHandler: Processed in 0.001238456 sec. 2025.09.19 00:38:36.387216 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.09.19 00:38:36.404925 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:36.404981 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:36.411476 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:38:36.412188 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:36.415355 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.09.19 00:38:40.662974 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:40.663171 [ 5 ] {a1ec89f2-3c79-4148-8620-0203094ed5f2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:38:40.663252 [ 5 ] {a1ec89f2-3c79-4148-8620-0203094ed5f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:38:40.664200 [ 5 ] {a1ec89f2-3c79-4148-8620-0203094ed5f2} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.664237 [ 5 ] {a1ec89f2-3c79-4148-8620-0203094ed5f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.664640 [ 5 ] {a1ec89f2-3c79-4148-8620-0203094ed5f2} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:38:40.664862 [ 5 ] {a1ec89f2-3c79-4148-8620-0203094ed5f2} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.665014 [ 5 ] {a1ec89f2-3c79-4148-8620-0203094ed5f2} executeQuery: Read 410 rows, 26.63 KiB in 0.001902 sec., 215562.56572029443 rows/sec., 13.67 MiB/sec. 2025.09.19 00:38:40.665055 [ 5 ] {a1ec89f2-3c79-4148-8620-0203094ed5f2} TCPHandler: Processed in 0.002202768 sec. 2025.09.19 00:38:40.665172 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:40.665266 [ 5 ] {66ab7a27-9d6c-4c31-a2b8-48a8233d2ad2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:38:40.665307 [ 5 ] {66ab7a27-9d6c-4c31-a2b8-48a8233d2ad2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:38:40.665695 [ 5 ] {66ab7a27-9d6c-4c31-a2b8-48a8233d2ad2} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.665728 [ 5 ] {66ab7a27-9d6c-4c31-a2b8-48a8233d2ad2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.666029 [ 5 ] {66ab7a27-9d6c-4c31-a2b8-48a8233d2ad2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.19 00:38:40.666236 [ 5 ] {66ab7a27-9d6c-4c31-a2b8-48a8233d2ad2} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.666362 [ 5 ] {66ab7a27-9d6c-4c31-a2b8-48a8233d2ad2} executeQuery: Read 2 rows, 167.00 B in 0.001114 sec., 1795.3321364452424 rows/sec., 146.40 KiB/sec. 2025.09.19 00:38:40.666399 [ 5 ] {66ab7a27-9d6c-4c31-a2b8-48a8233d2ad2} TCPHandler: Processed in 0.001275687 sec. 2025.09.19 00:38:40.666508 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:40.666602 [ 5 ] {27a60a42-7f4b-4e8b-a6a6-cf5a964b81e7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:40.666640 [ 5 ] {27a60a42-7f4b-4e8b-a6a6-cf5a964b81e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:40.667434 [ 5 ] {27a60a42-7f4b-4e8b-a6a6-cf5a964b81e7} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.667470 [ 5 ] {27a60a42-7f4b-4e8b-a6a6-cf5a964b81e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.667830 [ 5 ] {27a60a42-7f4b-4e8b-a6a6-cf5a964b81e7} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.19 00:38:40.668036 [ 5 ] {27a60a42-7f4b-4e8b-a6a6-cf5a964b81e7} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.668158 [ 5 ] {27a60a42-7f4b-4e8b-a6a6-cf5a964b81e7} executeQuery: Read 1113 rows, 89.87 KiB in 0.001575 sec., 706666.6666666666 rows/sec., 55.73 MiB/sec. 2025.09.19 00:38:40.668196 [ 5 ] {27a60a42-7f4b-4e8b-a6a6-cf5a964b81e7} TCPHandler: Processed in 0.001735633 sec. 2025.09.19 00:38:40.668307 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:40.668399 [ 5 ] {b79c9dc2-db3b-4311-86e6-1be992c87feb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:40.668439 [ 5 ] {b79c9dc2-db3b-4311-86e6-1be992c87feb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:40.668896 [ 5 ] {b79c9dc2-db3b-4311-86e6-1be992c87feb} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.668932 [ 5 ] {b79c9dc2-db3b-4311-86e6-1be992c87feb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.669234 [ 5 ] {b79c9dc2-db3b-4311-86e6-1be992c87feb} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.19 00:38:40.669445 [ 5 ] {b79c9dc2-db3b-4311-86e6-1be992c87feb} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.669575 [ 5 ] {b79c9dc2-db3b-4311-86e6-1be992c87feb} executeQuery: Read 207 rows, 12.46 KiB in 0.001193 sec., 173512.15423302597 rows/sec., 10.20 MiB/sec. 2025.09.19 00:38:40.669612 [ 5 ] {b79c9dc2-db3b-4311-86e6-1be992c87feb} TCPHandler: Processed in 0.001353998 sec. 2025.09.19 00:38:40.669719 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:40.669811 [ 5 ] {ad2bffe9-c7d1-4a73-b093-760c20a5b1a5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:38:40.669849 [ 5 ] {ad2bffe9-c7d1-4a73-b093-760c20a5b1a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:38:40.670305 [ 5 ] {ad2bffe9-c7d1-4a73-b093-760c20a5b1a5} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.670341 [ 5 ] {ad2bffe9-c7d1-4a73-b093-760c20a5b1a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.670638 [ 5 ] {ad2bffe9-c7d1-4a73-b093-760c20a5b1a5} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:38:40.670853 [ 5 ] {ad2bffe9-c7d1-4a73-b093-760c20a5b1a5} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.670985 [ 5 ] {ad2bffe9-c7d1-4a73-b093-760c20a5b1a5} executeQuery: Read 212 rows, 14.00 KiB in 0.001192 sec., 177852.34899328862 rows/sec., 11.47 MiB/sec. 2025.09.19 00:38:40.671023 [ 5 ] {ad2bffe9-c7d1-4a73-b093-760c20a5b1a5} TCPHandler: Processed in 0.001352557 sec. 2025.09.19 00:38:40.671146 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:40.671240 [ 5 ] {9a653994-0446-4530-bc09-c33a32a4d3d5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:38:40.671280 [ 5 ] {9a653994-0446-4530-bc09-c33a32a4d3d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:38:40.671773 [ 5 ] {9a653994-0446-4530-bc09-c33a32a4d3d5} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.671809 [ 5 ] {9a653994-0446-4530-bc09-c33a32a4d3d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.672110 [ 5 ] {9a653994-0446-4530-bc09-c33a32a4d3d5} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:38:40.672326 [ 5 ] {9a653994-0446-4530-bc09-c33a32a4d3d5} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.672458 [ 5 ] {9a653994-0446-4530-bc09-c33a32a4d3d5} executeQuery: Read 211 rows, 12.27 KiB in 0.001235 sec., 170850.2024291498 rows/sec., 9.70 MiB/sec. 2025.09.19 00:38:40.672496 [ 5 ] {9a653994-0446-4530-bc09-c33a32a4d3d5} TCPHandler: Processed in 0.001398549 sec. 2025.09.19 00:38:40.672612 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:40.672704 [ 5 ] {32aec7bb-b456-4d3b-b4e6-fcd83554fa3d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:40.672743 [ 5 ] {32aec7bb-b456-4d3b-b4e6-fcd83554fa3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:40.673354 [ 5 ] {32aec7bb-b456-4d3b-b4e6-fcd83554fa3d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.673389 [ 5 ] {32aec7bb-b456-4d3b-b4e6-fcd83554fa3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.673710 [ 5 ] {32aec7bb-b456-4d3b-b4e6-fcd83554fa3d} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.19 00:38:40.673915 [ 5 ] {32aec7bb-b456-4d3b-b4e6-fcd83554fa3d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.674042 [ 5 ] {32aec7bb-b456-4d3b-b4e6-fcd83554fa3d} executeQuery: Read 681 rows, 48.63 KiB in 0.001355 sec., 502583.02583025827 rows/sec., 35.05 MiB/sec. 2025.09.19 00:38:40.674079 [ 5 ] {32aec7bb-b456-4d3b-b4e6-fcd83554fa3d} TCPHandler: Processed in 0.001516351 sec. 2025.09.19 00:38:40.674188 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:40.674280 [ 5 ] {ee25b380-652c-410b-8e3e-55de740a7f83} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:38:40.674321 [ 5 ] {ee25b380-652c-410b-8e3e-55de740a7f83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:38:40.674663 [ 5 ] {ee25b380-652c-410b-8e3e-55de740a7f83} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.674698 [ 5 ] {ee25b380-652c-410b-8e3e-55de740a7f83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.674991 [ 5 ] {ee25b380-652c-410b-8e3e-55de740a7f83} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.19 00:38:40.675203 [ 5 ] {ee25b380-652c-410b-8e3e-55de740a7f83} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.675328 [ 5 ] {ee25b380-652c-410b-8e3e-55de740a7f83} executeQuery: Read 6 rows, 321.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 294.62 KiB/sec. 2025.09.19 00:38:40.675363 [ 5 ] {ee25b380-652c-410b-8e3e-55de740a7f83} TCPHandler: Processed in 0.001222966 sec. 2025.09.19 00:38:40.675478 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:40.675571 [ 5 ] {eba06e00-0446-4062-a922-b243759b692b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:40.675613 [ 5 ] {eba06e00-0446-4062-a922-b243759b692b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:40.676044 [ 5 ] {eba06e00-0446-4062-a922-b243759b692b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.676078 [ 5 ] {eba06e00-0446-4062-a922-b243759b692b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.676407 [ 5 ] {eba06e00-0446-4062-a922-b243759b692b} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.19 00:38:40.676616 [ 5 ] {eba06e00-0446-4062-a922-b243759b692b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.676743 [ 5 ] {eba06e00-0446-4062-a922-b243759b692b} executeQuery: Read 315 rows, 21.19 KiB in 0.00119 sec., 264705.88235294115 rows/sec., 17.39 MiB/sec. 2025.09.19 00:38:40.676779 [ 5 ] {eba06e00-0446-4062-a922-b243759b692b} TCPHandler: Processed in 0.001352878 sec. 2025.09.19 00:38:40.676884 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:40.676977 [ 5 ] {0902057d-8714-4cee-b2c3-e0717325c609} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:38:40.677018 [ 5 ] {0902057d-8714-4cee-b2c3-e0717325c609} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:38:40.677327 [ 5 ] {0902057d-8714-4cee-b2c3-e0717325c609} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.677362 [ 5 ] {0902057d-8714-4cee-b2c3-e0717325c609} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.677648 [ 5 ] {0902057d-8714-4cee-b2c3-e0717325c609} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:38:40.677856 [ 5 ] {0902057d-8714-4cee-b2c3-e0717325c609} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.677972 [ 143 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2025.09.19 00:38:40.677986 [ 5 ] {0902057d-8714-4cee-b2c3-e0717325c609} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2025.09.19 00:38:40.678038 [ 143 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.678044 [ 5 ] {0902057d-8714-4cee-b2c3-e0717325c609} TCPHandler: Processed in 0.001208726 sec. 2025.09.19 00:38:40.678066 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.678167 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:40.678229 [ 194 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2025.09.19 00:38:40.678263 [ 5 ] {ac14bddb-5b92-4864-b1d7-a48f31e7ecd8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:40.678312 [ 5 ] {ac14bddb-5b92-4864-b1d7-a48f31e7ecd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:40.678399 [ 194 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:40.678444 [ 194 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part 2025.09.19 00:38:40.678521 [ 194 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part 2025.09.19 00:38:40.678571 [ 194 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part 2025.09.19 00:38:40.678620 [ 194 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part 2025.09.19 00:38:40.678634 [ 5 ] {ac14bddb-5b92-4864-b1d7-a48f31e7ecd8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:40.678663 [ 194 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part 2025.09.19 00:38:40.678675 [ 5 ] {ac14bddb-5b92-4864-b1d7-a48f31e7ecd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:40.678716 [ 194 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part 2025.09.19 00:38:40.679020 [ 5 ] {ac14bddb-5b92-4864-b1d7-a48f31e7ecd8} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.19 00:38:40.679253 [ 5 ] {ac14bddb-5b92-4864-b1d7-a48f31e7ecd8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.679385 [ 5 ] {ac14bddb-5b92-4864-b1d7-a48f31e7ecd8} executeQuery: Read 104 rows, 6.53 KiB in 0.001139 sec., 91308.1650570676 rows/sec., 5.59 MiB/sec. 2025.09.19 00:38:40.679420 [ 5 ] {ac14bddb-5b92-4864-b1d7-a48f31e7ecd8} TCPHandler: Processed in 0.001301977 sec. 2025.09.19 00:38:40.679630 [ 196 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.001464139 sec., 30734.78679278402 rows/sec., 2.02 MiB/sec. 2025.09.19 00:38:40.679848 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.09.19 00:38:40.680186 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:40.680294 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_45_9} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2025.09.19 00:38:40.680403 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:38:42.362080 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29253 2025.09.19 00:38:42.362972 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:42.363054 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:42.363769 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:38:42.364020 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:42.364179 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29253 2025.09.19 00:38:42.364221 [ 140 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.19 00:38:42.364309 [ 140 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:42.364344 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:42.364501 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:42.364676 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:42.364735 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26821 rows starting from the beginning of the part 2025.09.19 00:38:42.364830 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:42.364900 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:42.364959 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:42.365014 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:42.365071 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:38:42.367806 [ 199 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29253 rows, containing 4 columns (4 merged, 0 gathered) in 0.003372514 sec., 8673944.718984116 rows/sec., 124.08 MiB/sec. 2025.09.19 00:38:42.368169 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.19 00:38:42.368442 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_61_12} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:42.368519 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_61_12} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.19 00:38:42.368618 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2025.09.19 00:38:43.915489 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.09.19 00:38:43.932966 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:43.933013 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:43.939251 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:38:43.939950 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:43.940258 [ 136 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.19 00:38:43.940294 [ 136 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:43.940312 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:43.940494 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:43.943028 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.09.19 00:38:43.944262 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:43.945747 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:43.950339 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:43.955113 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:43.959669 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:43.964562 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:43.968776 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:38:44.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 354.44 MiB, peak 354.44 MiB, free memory in arenas 0.00 B, will set to 344.67 MiB (RSS), difference: -9.77 MiB 2025.09.19 00:38:44.025589 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.085184964 sec., 5400.014021253798 rows/sec., 27.92 MiB/sec. 2025.09.19 00:38:44.028589 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.19 00:38:44.030505 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_61_12} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:44.030619 [ 186 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_61_12} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.19 00:38:44.032962 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.19 00:38:44.950650 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1714 2025.09.19 00:38:44.953044 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:44.953089 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:44.954288 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:38:44.954547 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:44.954820 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1714 2025.09.19 00:38:45.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 335.25 MiB, peak 354.44 MiB, free memory in arenas 0.00 B, will set to 345.98 MiB (RSS), difference: 10.73 MiB 2025.09.19 00:38:45.652528 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:45.652715 [ 5 ] {57204a1b-9f47-4517-9a23-9346df993663} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:45.652783 [ 5 ] {57204a1b-9f47-4517-9a23-9346df993663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:45.653563 [ 5 ] {57204a1b-9f47-4517-9a23-9346df993663} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:45.653605 [ 5 ] {57204a1b-9f47-4517-9a23-9346df993663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:45.653979 [ 5 ] {57204a1b-9f47-4517-9a23-9346df993663} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.19 00:38:45.654193 [ 5 ] {57204a1b-9f47-4517-9a23-9346df993663} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:45.654339 [ 5 ] {57204a1b-9f47-4517-9a23-9346df993663} executeQuery: Read 140 rows, 12.42 KiB in 0.001675 sec., 83582.0895522388 rows/sec., 7.24 MiB/sec. 2025.09.19 00:38:45.654381 [ 5 ] {57204a1b-9f47-4517-9a23-9346df993663} TCPHandler: Processed in 0.001980225 sec. 2025.09.19 00:38:45.654501 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:45.654595 [ 5 ] {88845ef2-b434-4efe-9bb5-b18a03de3107} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:45.654636 [ 5 ] {88845ef2-b434-4efe-9bb5-b18a03de3107} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:45.655047 [ 5 ] {88845ef2-b434-4efe-9bb5-b18a03de3107} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:45.655081 [ 5 ] {88845ef2-b434-4efe-9bb5-b18a03de3107} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:45.655368 [ 5 ] {88845ef2-b434-4efe-9bb5-b18a03de3107} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.19 00:38:45.655573 [ 5 ] {88845ef2-b434-4efe-9bb5-b18a03de3107} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:45.655701 [ 5 ] {88845ef2-b434-4efe-9bb5-b18a03de3107} executeQuery: Read 42 rows, 3.16 KiB in 0.001124 sec., 37366.54804270463 rows/sec., 2.74 MiB/sec. 2025.09.19 00:38:45.655737 [ 5 ] {88845ef2-b434-4efe-9bb5-b18a03de3107} TCPHandler: Processed in 0.001284277 sec. 2025.09.19 00:38:45.655854 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:45.655979 [ 5 ] {bfeca7b1-74b9-4733-aede-8ef88c30185a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:45.656027 [ 5 ] {bfeca7b1-74b9-4733-aede-8ef88c30185a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:45.656505 [ 5 ] {bfeca7b1-74b9-4733-aede-8ef88c30185a} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:45.656542 [ 5 ] {bfeca7b1-74b9-4733-aede-8ef88c30185a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:45.656860 [ 5 ] {bfeca7b1-74b9-4733-aede-8ef88c30185a} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.19 00:38:45.657067 [ 5 ] {bfeca7b1-74b9-4733-aede-8ef88c30185a} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:45.657196 [ 5 ] {bfeca7b1-74b9-4733-aede-8ef88c30185a} executeQuery: Read 106 rows, 8.48 KiB in 0.00124 sec., 85483.87096774194 rows/sec., 6.68 MiB/sec. 2025.09.19 00:38:45.657234 [ 5 ] {bfeca7b1-74b9-4733-aede-8ef88c30185a} TCPHandler: Processed in 0.001439479 sec. 2025.09.19 00:38:45.657344 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:45.657436 [ 5 ] {feafd66c-9f5b-44ea-a171-be5c10ff62d6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:45.657479 [ 5 ] {feafd66c-9f5b-44ea-a171-be5c10ff62d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:45.657884 [ 5 ] {feafd66c-9f5b-44ea-a171-be5c10ff62d6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:45.657919 [ 5 ] {feafd66c-9f5b-44ea-a171-be5c10ff62d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:45.658242 [ 5 ] {feafd66c-9f5b-44ea-a171-be5c10ff62d6} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.19 00:38:45.658453 [ 5 ] {feafd66c-9f5b-44ea-a171-be5c10ff62d6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:45.658579 [ 5 ] {feafd66c-9f5b-44ea-a171-be5c10ff62d6} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.09.19 00:38:45.658615 [ 5 ] {feafd66c-9f5b-44ea-a171-be5c10ff62d6} TCPHandler: Processed in 0.001318927 sec. 2025.09.19 00:38:45.658712 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:45.658803 [ 5 ] {f7895c3b-48da-4e89-8a73-e4361194aef1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:45.658855 [ 5 ] {f7895c3b-48da-4e89-8a73-e4361194aef1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:38:45.659723 [ 5 ] {f7895c3b-48da-4e89-8a73-e4361194aef1} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:45.659759 [ 5 ] {f7895c3b-48da-4e89-8a73-e4361194aef1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:45.660335 [ 5 ] {f7895c3b-48da-4e89-8a73-e4361194aef1} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:38:45.660564 [ 5 ] {f7895c3b-48da-4e89-8a73-e4361194aef1} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:45.660705 [ 5 ] {f7895c3b-48da-4e89-8a73-e4361194aef1} executeQuery: Read 42 rows, 77.07 KiB in 0.00192 sec., 21875 rows/sec., 39.20 MiB/sec. 2025.09.19 00:38:45.660773 [ 5 ] {f7895c3b-48da-4e89-8a73-e4361194aef1} TCPHandler: Processed in 0.002107297 sec. 2025.09.19 00:38:45.660884 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:45.660977 [ 5 ] {20bcb944-d063-43d3-9cff-ddde2999bf74} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:45.661017 [ 5 ] {20bcb944-d063-43d3-9cff-ddde2999bf74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:45.661353 [ 5 ] {20bcb944-d063-43d3-9cff-ddde2999bf74} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:45.661388 [ 5 ] {20bcb944-d063-43d3-9cff-ddde2999bf74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:45.661690 [ 5 ] {20bcb944-d063-43d3-9cff-ddde2999bf74} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.19 00:38:45.661891 [ 5 ] {20bcb944-d063-43d3-9cff-ddde2999bf74} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:45.662017 [ 5 ] {20bcb944-d063-43d3-9cff-ddde2999bf74} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.09.19 00:38:45.662053 [ 5 ] {20bcb944-d063-43d3-9cff-ddde2999bf74} TCPHandler: Processed in 0.001215786 sec. 2025.09.19 00:38:49.706868 [ 130 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:38:49.706934 [ 130 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:38:49.864365 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29701 2025.09.19 00:38:49.864896 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:49.864948 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:49.865478 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:38:49.865716 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:49.865865 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29701 2025.09.19 00:38:50.664297 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:50.664486 [ 5 ] {8ec2477e-7748-45b3-9c99-e5343a451494} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:38:50.664559 [ 5 ] {8ec2477e-7748-45b3-9c99-e5343a451494} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:38:50.665314 [ 5 ] {8ec2477e-7748-45b3-9c99-e5343a451494} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.665358 [ 5 ] {8ec2477e-7748-45b3-9c99-e5343a451494} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:50.665779 [ 5 ] {8ec2477e-7748-45b3-9c99-e5343a451494} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:38:50.666010 [ 5 ] {8ec2477e-7748-45b3-9c99-e5343a451494} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.666170 [ 5 ] {8ec2477e-7748-45b3-9c99-e5343a451494} executeQuery: Read 410 rows, 26.63 KiB in 0.001733 sec., 236583.95845354875 rows/sec., 15.01 MiB/sec. 2025.09.19 00:38:50.666215 [ 5 ] {8ec2477e-7748-45b3-9c99-e5343a451494} TCPHandler: Processed in 0.002062367 sec. 2025.09.19 00:38:50.666378 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:50.666507 [ 5 ] {0dd8adde-5a38-4e3b-87c5-565fce875215} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:50.666552 [ 5 ] {0dd8adde-5a38-4e3b-87c5-565fce875215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:50.667380 [ 5 ] {0dd8adde-5a38-4e3b-87c5-565fce875215} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.667420 [ 5 ] {0dd8adde-5a38-4e3b-87c5-565fce875215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:50.667802 [ 5 ] {0dd8adde-5a38-4e3b-87c5-565fce875215} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.19 00:38:50.668029 [ 5 ] {0dd8adde-5a38-4e3b-87c5-565fce875215} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.668163 [ 5 ] {0dd8adde-5a38-4e3b-87c5-565fce875215} executeQuery: Read 1112 rows, 89.80 KiB in 0.001682 sec., 661117.7170035673 rows/sec., 52.14 MiB/sec. 2025.09.19 00:38:50.668169 [ 130 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.19 00:38:50.668202 [ 5 ] {0dd8adde-5a38-4e3b-87c5-565fce875215} TCPHandler: Processed in 0.001899874 sec. 2025.09.19 00:38:50.668237 [ 130 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.668265 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:50.668334 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:50.668361 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:38:50.668437 [ 5 ] {f80c5c68-6790-459c-a5f7-d6921def29e5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:50.668450 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:50.668480 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2346 rows starting from the beginning of the part 2025.09.19 00:38:50.668480 [ 5 ] {f80c5c68-6790-459c-a5f7-d6921def29e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:50.668541 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:38:50.668589 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 140 rows starting from the beginning of the part 2025.09.19 00:38:50.668631 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:38:50.668677 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 140 rows starting from the beginning of the part 2025.09.19 00:38:50.668716 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:38:50.668965 [ 5 ] {f80c5c68-6790-459c-a5f7-d6921def29e5} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.669001 [ 5 ] {f80c5c68-6790-459c-a5f7-d6921def29e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:50.669326 [ 5 ] {f80c5c68-6790-459c-a5f7-d6921def29e5} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.19 00:38:50.669539 [ 5 ] {f80c5c68-6790-459c-a5f7-d6921def29e5} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.669672 [ 5 ] {f80c5c68-6790-459c-a5f7-d6921def29e5} executeQuery: Read 205 rows, 12.32 KiB in 0.001254 sec., 163476.8740031898 rows/sec., 9.59 MiB/sec. 2025.09.19 00:38:50.669711 [ 5 ] {f80c5c68-6790-459c-a5f7-d6921def29e5} TCPHandler: Processed in 0.001428139 sec. 2025.09.19 00:38:50.669821 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:50.669917 [ 5 ] {3028a285-255b-43e2-9e0e-bf1843582b4e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:38:50.669958 [ 5 ] {3028a285-255b-43e2-9e0e-bf1843582b4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:38:50.670435 [ 5 ] {3028a285-255b-43e2-9e0e-bf1843582b4e} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.670474 [ 5 ] {3028a285-255b-43e2-9e0e-bf1843582b4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:50.670643 [ 188 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5963 rows, containing 5 columns (5 merged, 0 gathered) in 0.00232022 sec., 2570014.9123789985 rows/sec., 215.63 MiB/sec. 2025.09.19 00:38:50.670784 [ 5 ] {3028a285-255b-43e2-9e0e-bf1843582b4e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:38:50.670899 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.19 00:38:50.670997 [ 5 ] {3028a285-255b-43e2-9e0e-bf1843582b4e} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.671131 [ 5 ] {3028a285-255b-43e2-9e0e-bf1843582b4e} executeQuery: Read 212 rows, 14.00 KiB in 0.001233 sec., 171938.36171938363 rows/sec., 11.09 MiB/sec. 2025.09.19 00:38:50.671154 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_91_18} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.671169 [ 5 ] {3028a285-255b-43e2-9e0e-bf1843582b4e} TCPHandler: Processed in 0.001397958 sec. 2025.09.19 00:38:50.671223 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_91_18} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.19 00:38:50.671283 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:50.671299 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.09.19 00:38:50.671379 [ 5 ] {e9e675cb-8339-4813-a4fc-9571cf043ad3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:38:50.671419 [ 5 ] {e9e675cb-8339-4813-a4fc-9571cf043ad3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:38:50.671888 [ 5 ] {e9e675cb-8339-4813-a4fc-9571cf043ad3} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.671924 [ 5 ] {e9e675cb-8339-4813-a4fc-9571cf043ad3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:50.672219 [ 5 ] {e9e675cb-8339-4813-a4fc-9571cf043ad3} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:38:50.672430 [ 5 ] {e9e675cb-8339-4813-a4fc-9571cf043ad3} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.672562 [ 5 ] {e9e675cb-8339-4813-a4fc-9571cf043ad3} executeQuery: Read 211 rows, 12.27 KiB in 0.001201 sec., 175686.92756036637 rows/sec., 9.98 MiB/sec. 2025.09.19 00:38:50.672627 [ 5 ] {e9e675cb-8339-4813-a4fc-9571cf043ad3} TCPHandler: Processed in 0.001393599 sec. 2025.09.19 00:38:50.672745 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:50.672841 [ 5 ] {fedc5ad2-1175-4aa2-a6b8-ed563a9f9189} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:50.672879 [ 5 ] {fedc5ad2-1175-4aa2-a6b8-ed563a9f9189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:50.673492 [ 5 ] {fedc5ad2-1175-4aa2-a6b8-ed563a9f9189} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.673535 [ 5 ] {fedc5ad2-1175-4aa2-a6b8-ed563a9f9189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:50.673863 [ 5 ] {fedc5ad2-1175-4aa2-a6b8-ed563a9f9189} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.19 00:38:50.674068 [ 5 ] {fedc5ad2-1175-4aa2-a6b8-ed563a9f9189} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.674222 [ 130 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.19 00:38:50.674230 [ 5 ] {fedc5ad2-1175-4aa2-a6b8-ed563a9f9189} executeQuery: Read 679 rows, 48.47 KiB in 0.001408 sec., 482244.3181818182 rows/sec., 33.62 MiB/sec. 2025.09.19 00:38:50.674271 [ 130 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.674291 [ 5 ] {fedc5ad2-1175-4aa2-a6b8-ed563a9f9189} TCPHandler: Processed in 0.001595591 sec. 2025.09.19 00:38:50.674297 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:50.674416 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:38:50.674419 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:50.674554 [ 5 ] {5c3705e6-453e-4a2d-84c5-63efd1aa4ac9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:38:50.674555 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:50.674601 [ 5 ] {5c3705e6-453e-4a2d-84c5-63efd1aa4ac9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:38:50.674609 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1213 rows starting from the beginning of the part 2025.09.19 00:38:50.674693 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 679 rows starting from the beginning of the part 2025.09.19 00:38:50.674740 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 106 rows starting from the beginning of the part 2025.09.19 00:38:50.674784 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 681 rows starting from the beginning of the part 2025.09.19 00:38:50.674824 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 106 rows starting from the beginning of the part 2025.09.19 00:38:50.674863 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 679 rows starting from the beginning of the part 2025.09.19 00:38:50.674970 [ 5 ] {5c3705e6-453e-4a2d-84c5-63efd1aa4ac9} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.675014 [ 5 ] {5c3705e6-453e-4a2d-84c5-63efd1aa4ac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:50.675338 [ 5 ] {5c3705e6-453e-4a2d-84c5-63efd1aa4ac9} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.19 00:38:50.675563 [ 5 ] {5c3705e6-453e-4a2d-84c5-63efd1aa4ac9} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.675698 [ 5 ] {5c3705e6-453e-4a2d-84c5-63efd1aa4ac9} executeQuery: Read 6 rows, 321.00 B in 0.001163 sec., 5159.071367153912 rows/sec., 269.54 KiB/sec. 2025.09.19 00:38:50.675735 [ 5 ] {5c3705e6-453e-4a2d-84c5-63efd1aa4ac9} TCPHandler: Processed in 0.001367168 sec. 2025.09.19 00:38:50.675853 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:50.675947 [ 5 ] {bd618b09-d3f4-4674-a354-f7acbe6a9007} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:50.675989 [ 5 ] {bd618b09-d3f4-4674-a354-f7acbe6a9007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:50.676317 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3464 rows, containing 5 columns (5 merged, 0 gathered) in 0.001948836 sec., 1777471.270029905 rows/sec., 132.84 MiB/sec. 2025.09.19 00:38:50.676467 [ 5 ] {bd618b09-d3f4-4674-a354-f7acbe6a9007} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.676509 [ 5 ] {bd618b09-d3f4-4674-a354-f7acbe6a9007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:50.676544 [ 200 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.19 00:38:50.676849 [ 200 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_91_18} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.676904 [ 5 ] {bd618b09-d3f4-4674-a354-f7acbe6a9007} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.19 00:38:50.676939 [ 200 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_91_18} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.19 00:38:50.677027 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:38:50.677138 [ 5 ] {bd618b09-d3f4-4674-a354-f7acbe6a9007} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.677281 [ 5 ] {bd618b09-d3f4-4674-a354-f7acbe6a9007} executeQuery: Read 314 rows, 21.12 KiB in 0.001352 sec., 232248.52071005918 rows/sec., 15.26 MiB/sec. 2025.09.19 00:38:50.677277 [ 127 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.19 00:38:50.677343 [ 5 ] {bd618b09-d3f4-4674-a354-f7acbe6a9007} TCPHandler: Processed in 0.00153748 sec. 2025.09.19 00:38:50.677354 [ 127 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.677393 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:50.677471 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:38:50.677487 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:50.677572 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:50.677597 [ 5 ] {8861a71b-3e4f-4fc9-bde3-4f472e3ccee1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:38:50.677605 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 30565 rows starting from the beginning of the part 2025.09.19 00:38:50.677652 [ 5 ] {8861a71b-3e4f-4fc9-bde3-4f472e3ccee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:38:50.677671 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 314 rows starting from the beginning of the part 2025.09.19 00:38:50.677715 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:38:50.677750 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 315 rows starting from the beginning of the part 2025.09.19 00:38:50.677783 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:38:50.677817 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 314 rows starting from the beginning of the part 2025.09.19 00:38:50.678005 [ 5 ] {8861a71b-3e4f-4fc9-bde3-4f472e3ccee1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.678048 [ 5 ] {8861a71b-3e4f-4fc9-bde3-4f472e3ccee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:50.678406 [ 5 ] {8861a71b-3e4f-4fc9-bde3-4f472e3ccee1} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:38:50.678623 [ 5 ] {8861a71b-3e4f-4fc9-bde3-4f472e3ccee1} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.678760 [ 5 ] {8861a71b-3e4f-4fc9-bde3-4f472e3ccee1} executeQuery: Read 1 rows, 69.00 B in 0.001183 sec., 845.30853761623 rows/sec., 56.96 KiB/sec. 2025.09.19 00:38:50.678798 [ 5 ] {8861a71b-3e4f-4fc9-bde3-4f472e3ccee1} TCPHandler: Processed in 0.001363978 sec. 2025.09.19 00:38:50.678921 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:50.679017 [ 5 ] {d5625df9-8483-48d6-8940-c27165787827} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:50.679060 [ 5 ] {d5625df9-8483-48d6-8940-c27165787827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:50.679404 [ 5 ] {d5625df9-8483-48d6-8940-c27165787827} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.679444 [ 5 ] {d5625df9-8483-48d6-8940-c27165787827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:50.679781 [ 5 ] {d5625df9-8483-48d6-8940-c27165787827} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.19 00:38:50.680000 [ 5 ] {d5625df9-8483-48d6-8940-c27165787827} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.680131 [ 5 ] {d5625df9-8483-48d6-8940-c27165787827} executeQuery: Read 104 rows, 6.53 KiB in 0.001133 sec., 91791.70344218888 rows/sec., 5.62 MiB/sec. 2025.09.19 00:38:50.680129 [ 127 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.19 00:38:50.680169 [ 5 ] {d5625df9-8483-48d6-8940-c27165787827} TCPHandler: Processed in 0.001301277 sec. 2025.09.19 00:38:50.680185 [ 127 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:50.680211 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:50.680290 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:38:50.680385 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:50.680415 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 6868 rows starting from the beginning of the part 2025.09.19 00:38:50.680466 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 104 rows starting from the beginning of the part 2025.09.19 00:38:50.680510 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:38:50.680554 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 104 rows starting from the beginning of the part 2025.09.19 00:38:50.680610 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:38:50.680653 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 104 rows starting from the beginning of the part 2025.09.19 00:38:50.684387 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 7300 rows, containing 4 columns (4 merged, 0 gathered) in 0.004131524 sec., 1766902.4795692824 rows/sec., 112.30 MiB/sec. 2025.09.19 00:38:50.685085 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.19 00:38:50.685386 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_91_18} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.685474 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_91_18} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.19 00:38:50.685584 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.09.19 00:38:50.687332 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 31828 rows, containing 5 columns (5 merged, 0 gathered) in 0.00989108 sec., 3217848.809230135 rows/sec., 215.46 MiB/sec. 2025.09.19 00:38:50.687894 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.19 00:38:50.688168 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_91_18} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:50.688243 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_91_18} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.19 00:38:50.688324 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.09.19 00:38:51.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 346.81 MiB, peak 358.27 MiB, free memory in arenas 0.00 B, will set to 349.95 MiB (RSS), difference: 3.14 MiB 2025.09.19 00:38:51.443148 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.09.19 00:38:51.459219 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:51.459285 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.09.19 00:38:51.465143 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:38:51.465870 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:51.469089 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.09.19 00:38:54.955064 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1746 2025.09.19 00:38:54.957582 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:54.957640 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:54.958918 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:38:54.959193 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:54.959358 [ 126 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.19 00:38:54.959421 [ 126 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:54.959441 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:54.959572 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1746 2025.09.19 00:38:54.959574 [ 191 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:38:54.960178 [ 191 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:54.960337 [ 191 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1574 rows starting from the beginning of the part 2025.09.19 00:38:54.960722 [ 191 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 38 rows starting from the beginning of the part 2025.09.19 00:38:54.961088 [ 191 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part 2025.09.19 00:38:54.961466 [ 191 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 36 rows starting from the beginning of the part 2025.09.19 00:38:54.961834 [ 191 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part 2025.09.19 00:38:54.962182 [ 191 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part 2025.09.19 00:38:54.969395 [ 198 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1746 rows, containing 72 columns (72 merged, 0 gathered) in 0.009889299 sec., 176554.47570146274 rows/sec., 135.87 MiB/sec. 2025.09.19 00:38:54.971180 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.19 00:38:54.971823 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_46_9} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:54.971909 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_46_9} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.19 00:38:54.972268 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. 2025.09.19 00:38:55.681462 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:55.681652 [ 5 ] {4a42cb97-d96c-45b3-8825-fa2275d335b9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:38:55.681727 [ 5 ] {4a42cb97-d96c-45b3-8825-fa2275d335b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:38:55.682402 [ 5 ] {4a42cb97-d96c-45b3-8825-fa2275d335b9} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:55.682489 [ 5 ] {4a42cb97-d96c-45b3-8825-fa2275d335b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:55.682898 [ 5 ] {4a42cb97-d96c-45b3-8825-fa2275d335b9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.19 00:38:55.683125 [ 5 ] {4a42cb97-d96c-45b3-8825-fa2275d335b9} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:55.683302 [ 5 ] {4a42cb97-d96c-45b3-8825-fa2275d335b9} executeQuery: Read 2 rows, 167.00 B in 0.001695 sec., 1179.9410029498526 rows/sec., 96.22 KiB/sec. 2025.09.19 00:38:55.683359 [ 5 ] {4a42cb97-d96c-45b3-8825-fa2275d335b9} TCPHandler: Processed in 0.002027386 sec. 2025.09.19 00:38:55.683505 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:55.683614 [ 5 ] {ffd1fe17-57ad-42d3-a617-3e8ef7316ee6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:38:55.683661 [ 5 ] {ffd1fe17-57ad-42d3-a617-3e8ef7316ee6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:38:55.684864 [ 5 ] {ffd1fe17-57ad-42d3-a617-3e8ef7316ee6} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:55.684910 [ 5 ] {ffd1fe17-57ad-42d3-a617-3e8ef7316ee6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:55.685395 [ 5 ] {ffd1fe17-57ad-42d3-a617-3e8ef7316ee6} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.19 00:38:55.685619 [ 5 ] {ffd1fe17-57ad-42d3-a617-3e8ef7316ee6} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:55.685758 [ 5 ] {ffd1fe17-57ad-42d3-a617-3e8ef7316ee6} executeQuery: Read 1281 rows, 108.61 KiB in 0.00217 sec., 590322.5806451613 rows/sec., 48.88 MiB/sec. 2025.09.19 00:38:55.685801 [ 5 ] {ffd1fe17-57ad-42d3-a617-3e8ef7316ee6} TCPHandler: Processed in 0.00235199 sec. 2025.09.19 00:38:55.685943 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:55.686042 [ 5 ] {578b1636-f2ec-4d44-86fa-f7ef6d3d8110} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:38:55.686083 [ 5 ] {578b1636-f2ec-4d44-86fa-f7ef6d3d8110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:38:55.686525 [ 5 ] {578b1636-f2ec-4d44-86fa-f7ef6d3d8110} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:55.686562 [ 5 ] {578b1636-f2ec-4d44-86fa-f7ef6d3d8110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:55.686869 [ 5 ] {578b1636-f2ec-4d44-86fa-f7ef6d3d8110} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.19 00:38:55.687103 [ 5 ] {578b1636-f2ec-4d44-86fa-f7ef6d3d8110} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:55.687240 [ 5 ] {578b1636-f2ec-4d44-86fa-f7ef6d3d8110} executeQuery: Read 44 rows, 3.30 KiB in 0.001217 sec., 36154.478225143794 rows/sec., 2.65 MiB/sec. 2025.09.19 00:38:55.687280 [ 5 ] {578b1636-f2ec-4d44-86fa-f7ef6d3d8110} TCPHandler: Processed in 0.001393808 sec. 2025.09.19 00:38:55.687396 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:55.687490 [ 5 ] {010914da-8354-4c55-a84f-b670811ae123} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:38:55.687532 [ 5 ] {010914da-8354-4c55-a84f-b670811ae123} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:38:55.688046 [ 5 ] {010914da-8354-4c55-a84f-b670811ae123} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:55.688087 [ 5 ] {010914da-8354-4c55-a84f-b670811ae123} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:55.688405 [ 5 ] {010914da-8354-4c55-a84f-b670811ae123} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:38:55.688612 [ 5 ] {010914da-8354-4c55-a84f-b670811ae123} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:55.688739 [ 122 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2025.09.19 00:38:55.688747 [ 5 ] {010914da-8354-4c55-a84f-b670811ae123} executeQuery: Read 228 rows, 15.81 KiB in 0.001276 sec., 178683.3855799373 rows/sec., 12.10 MiB/sec. 2025.09.19 00:38:55.688810 [ 122 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:55.688828 [ 5 ] {010914da-8354-4c55-a84f-b670811ae123} TCPHandler: Processed in 0.00148154 sec. 2025.09.19 00:38:55.688837 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:55.688954 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:55.688977 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2025.09.19 00:38:55.689052 [ 5 ] {acd9bc3c-d46d-4a1c-bdbb-248f1c4e8346} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:38:55.689100 [ 5 ] {acd9bc3c-d46d-4a1c-bdbb-248f1c4e8346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:38:55.689128 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:55.689170 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 441 rows starting from the beginning of the part 2025.09.19 00:38:55.689245 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 228 rows starting from the beginning of the part 2025.09.19 00:38:55.689295 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 212 rows starting from the beginning of the part 2025.09.19 00:38:55.689339 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 212 rows starting from the beginning of the part 2025.09.19 00:38:55.689383 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 212 rows starting from the beginning of the part 2025.09.19 00:38:55.689425 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 228 rows starting from the beginning of the part 2025.09.19 00:38:55.689751 [ 5 ] {acd9bc3c-d46d-4a1c-bdbb-248f1c4e8346} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:55.689792 [ 5 ] {acd9bc3c-d46d-4a1c-bdbb-248f1c4e8346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:38:55.690138 [ 5 ] {acd9bc3c-d46d-4a1c-bdbb-248f1c4e8346} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.19 00:38:55.690351 [ 5 ] {acd9bc3c-d46d-4a1c-bdbb-248f1c4e8346} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:55.690481 [ 5 ] {acd9bc3c-d46d-4a1c-bdbb-248f1c4e8346} executeQuery: Read 564 rows, 42.93 KiB in 0.001447 sec., 389771.9419488597 rows/sec., 28.97 MiB/sec. 2025.09.19 00:38:55.690489 [ 194 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.001578471 sec., 971193.0089307944 rows/sec., 67.73 MiB/sec. 2025.09.19 00:38:55.690522 [ 5 ] {acd9bc3c-d46d-4a1c-bdbb-248f1c4e8346} TCPHandler: Processed in 0.001618451 sec. 2025.09.19 00:38:55.690639 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2025.09.19 00:38:55.690644 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:55.690754 [ 5 ] {00cc0f8a-816a-409a-923a-cc113c91a556} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:55.690800 [ 5 ] {00cc0f8a-816a-409a-923a-cc113c91a556} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:38:55.690915 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:55.690998 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_60_12} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2025.09.19 00:38:55.691081 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:38:55.691438 [ 5 ] {00cc0f8a-816a-409a-923a-cc113c91a556} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:55.691478 [ 5 ] {00cc0f8a-816a-409a-923a-cc113c91a556} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:55.691864 [ 5 ] {00cc0f8a-816a-409a-923a-cc113c91a556} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.19 00:38:55.692073 [ 5 ] {00cc0f8a-816a-409a-923a-cc113c91a556} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:55.692202 [ 5 ] {00cc0f8a-816a-409a-923a-cc113c91a556} executeQuery: Read 845 rows, 58.24 KiB in 0.001466 sec., 576398.3628922238 rows/sec., 38.80 MiB/sec. 2025.09.19 00:38:55.692239 [ 5 ] {00cc0f8a-816a-409a-923a-cc113c91a556} TCPHandler: Processed in 0.001643842 sec. 2025.09.19 00:38:55.692385 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:55.692485 [ 5 ] {b2d920cb-4d3b-473d-8c49-abd2847a0ecc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:38:55.692539 [ 5 ] {b2d920cb-4d3b-473d-8c49-abd2847a0ecc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:38:55.693460 [ 5 ] {b2d920cb-4d3b-473d-8c49-abd2847a0ecc} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:55.693496 [ 5 ] {b2d920cb-4d3b-473d-8c49-abd2847a0ecc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:55.694066 [ 5 ] {b2d920cb-4d3b-473d-8c49-abd2847a0ecc} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:38:55.694282 [ 5 ] {b2d920cb-4d3b-473d-8c49-abd2847a0ecc} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:55.694415 [ 122 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.19 00:38:55.694421 [ 5 ] {b2d920cb-4d3b-473d-8c49-abd2847a0ecc} executeQuery: Read 42 rows, 77.07 KiB in 0.001954 sec., 21494.370522006142 rows/sec., 38.52 MiB/sec. 2025.09.19 00:38:55.694468 [ 122 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:55.694504 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:55.694507 [ 5 ] {b2d920cb-4d3b-473d-8c49-abd2847a0ecc} TCPHandler: Processed in 0.002177648 sec. 2025.09.19 00:38:55.694626 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:38:55.694662 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:38:55.694763 [ 5 ] {ada307c8-400e-40ad-8582-0d40bd834b8e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:38:55.694806 [ 5 ] {ada307c8-400e-40ad-8582-0d40bd834b8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:38:55.694889 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:38:55.694954 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1598 rows starting from the beginning of the part 2025.09.19 00:38:55.695093 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:55.695168 [ 5 ] {ada307c8-400e-40ad-8582-0d40bd834b8e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:55.695198 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:55.695209 [ 5 ] {ada307c8-400e-40ad-8582-0d40bd834b8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:38:55.695310 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:55.695412 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:55.695515 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 42 rows starting from the beginning of the part 2025.09.19 00:38:55.695557 [ 5 ] {ada307c8-400e-40ad-8582-0d40bd834b8e} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.19 00:38:55.695800 [ 5 ] {ada307c8-400e-40ad-8582-0d40bd834b8e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:55.695959 [ 5 ] {ada307c8-400e-40ad-8582-0d40bd834b8e} executeQuery: Read 60 rows, 4.14 KiB in 0.001215 sec., 49382.71604938272 rows/sec., 3.33 MiB/sec. 2025.09.19 00:38:55.695997 [ 5 ] {ada307c8-400e-40ad-8582-0d40bd834b8e} TCPHandler: Processed in 0.001384558 sec. 2025.09.19 00:38:55.705224 [ 192 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1808 rows, containing 19 columns (19 merged, 0 gathered) in 0.01065016 sec., 169762.7077903055 rows/sec., 304.21 MiB/sec. 2025.09.19 00:38:55.707281 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.19 00:38:55.707675 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_46_9} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:55.707757 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_46_9} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.19 00:38:55.707932 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.72 MiB. 2025.09.19 00:38:56.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 350.64 MiB, peak 367.33 MiB, free memory in arenas 0.00 B, will set to 355.62 MiB (RSS), difference: 4.98 MiB 2025.09.19 00:38:57.366030 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30213 2025.09.19 00:38:57.366574 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:57.366622 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.09.19 00:38:57.367106 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:38:57.367331 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:57.367460 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30213 2025.09.19 00:38:58.969197 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.09.19 00:38:58.984821 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:38:58.984873 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:38:58.991279 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:38:58.991956 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:38:58.994927 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.09.19 00:39:00.662475 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:00.662648 [ 5 ] {9ff4fcf4-df83-441d-b816-14ede48e8bce} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:39:00.662709 [ 5 ] {9ff4fcf4-df83-441d-b816-14ede48e8bce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:39:00.663553 [ 5 ] {9ff4fcf4-df83-441d-b816-14ede48e8bce} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.663591 [ 5 ] {9ff4fcf4-df83-441d-b816-14ede48e8bce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.663991 [ 5 ] {9ff4fcf4-df83-441d-b816-14ede48e8bce} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:39:00.664223 [ 5 ] {9ff4fcf4-df83-441d-b816-14ede48e8bce} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.664353 [ 117 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2025.09.19 00:39:00.664375 [ 5 ] {9ff4fcf4-df83-441d-b816-14ede48e8bce} executeQuery: Read 410 rows, 26.63 KiB in 0.001773 sec., 231246.47490129722 rows/sec., 14.67 MiB/sec. 2025.09.19 00:39:00.664394 [ 117 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.664415 [ 5 ] {9ff4fcf4-df83-441d-b816-14ede48e8bce} TCPHandler: Processed in 0.002058977 sec. 2025.09.19 00:39:00.664418 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.664540 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:00.664547 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:39:00.664635 [ 5 ] {fb2a915f-2e59-4c50-bd0e-a7956ab0caac} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:00.664678 [ 5 ] {fb2a915f-2e59-4c50-bd0e-a7956ab0caac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:00.664692 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:00.664734 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 410 rows starting from the beginning of the part 2025.09.19 00:39:00.664810 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 410 rows starting from the beginning of the part 2025.09.19 00:39:00.664863 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 410 rows starting from the beginning of the part 2025.09.19 00:39:00.664916 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 410 rows starting from the beginning of the part 2025.09.19 00:39:00.664963 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 410 rows starting from the beginning of the part 2025.09.19 00:39:00.665919 [ 5 ] {fb2a915f-2e59-4c50-bd0e-a7956ab0caac} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.665960 [ 5 ] {fb2a915f-2e59-4c50-bd0e-a7956ab0caac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.666095 [ 199 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001603511 sec., 1278444.613102124 rows/sec., 85.98 MiB/sec. 2025.09.19 00:39:00.666246 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2025.09.19 00:39:00.666363 [ 5 ] {fb2a915f-2e59-4c50-bd0e-a7956ab0caac} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.19 00:39:00.666541 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_45_11} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.666621 [ 5 ] {fb2a915f-2e59-4c50-bd0e-a7956ab0caac} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.666625 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_45_11} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2025.09.19 00:39:00.666715 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:39:00.666758 [ 5 ] {fb2a915f-2e59-4c50-bd0e-a7956ab0caac} executeQuery: Read 1112 rows, 89.80 KiB in 0.002141 sec., 519383.4656702475 rows/sec., 40.96 MiB/sec. 2025.09.19 00:39:00.666799 [ 5 ] {fb2a915f-2e59-4c50-bd0e-a7956ab0caac} TCPHandler: Processed in 0.00230731 sec. 2025.09.19 00:39:00.666917 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:00.667010 [ 5 ] {b2733252-cbde-4668-bd01-9bebec367410} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:00.667049 [ 5 ] {b2733252-cbde-4668-bd01-9bebec367410} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:00.667606 [ 5 ] {b2733252-cbde-4668-bd01-9bebec367410} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.667641 [ 5 ] {b2733252-cbde-4668-bd01-9bebec367410} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.667947 [ 5 ] {b2733252-cbde-4668-bd01-9bebec367410} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.19 00:39:00.668158 [ 5 ] {b2733252-cbde-4668-bd01-9bebec367410} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.668256 [ 117 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.19 00:39:00.668281 [ 117 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.668284 [ 5 ] {b2733252-cbde-4668-bd01-9bebec367410} executeQuery: Read 205 rows, 12.32 KiB in 0.001293 sec., 158546.0170146945 rows/sec., 9.30 MiB/sec. 2025.09.19 00:39:00.668298 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.668324 [ 5 ] {b2733252-cbde-4668-bd01-9bebec367410} TCPHandler: Processed in 0.001455849 sec. 2025.09.19 00:39:00.668414 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:39:00.668441 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:00.668552 [ 5 ] {ece416d5-010e-4530-a867-b0214f0ee301} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:39:00.668568 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:00.668593 [ 5 ] {ece416d5-010e-4530-a867-b0214f0ee301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:39:00.668612 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 265 rows starting from the beginning of the part 2025.09.19 00:39:00.668685 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 207 rows starting from the beginning of the part 2025.09.19 00:39:00.668732 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 42 rows starting from the beginning of the part 2025.09.19 00:39:00.668773 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 205 rows starting from the beginning of the part 2025.09.19 00:39:00.668813 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 44 rows starting from the beginning of the part 2025.09.19 00:39:00.668853 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 205 rows starting from the beginning of the part 2025.09.19 00:39:00.669166 [ 5 ] {ece416d5-010e-4530-a867-b0214f0ee301} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.669208 [ 5 ] {ece416d5-010e-4530-a867-b0214f0ee301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.669526 [ 5 ] {ece416d5-010e-4530-a867-b0214f0ee301} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:39:00.669739 [ 5 ] {ece416d5-010e-4530-a867-b0214f0ee301} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.669800 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 968 rows, containing 5 columns (5 merged, 0 gathered) in 0.001447079 sec., 668933.7624276214 rows/sec., 43.23 MiB/sec. 2025.09.19 00:39:00.669871 [ 5 ] {ece416d5-010e-4530-a867-b0214f0ee301} executeQuery: Read 212 rows, 14.00 KiB in 0.001337 sec., 158563.94913986535 rows/sec., 10.23 MiB/sec. 2025.09.19 00:39:00.669908 [ 5 ] {ece416d5-010e-4530-a867-b0214f0ee301} TCPHandler: Processed in 0.00152064 sec. 2025.09.19 00:39:00.669960 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.19 00:39:00.670021 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:00.670115 [ 5 ] {fddf30b5-306c-4bfc-8162-76c4744eb6a9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:39:00.670154 [ 5 ] {fddf30b5-306c-4bfc-8162-76c4744eb6a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:39:00.670258 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_91_18} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.670338 [ 193 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_91_18} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.19 00:39:00.670426 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.19 00:39:00.670683 [ 5 ] {fddf30b5-306c-4bfc-8162-76c4744eb6a9} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.670717 [ 5 ] {fddf30b5-306c-4bfc-8162-76c4744eb6a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.671015 [ 5 ] {fddf30b5-306c-4bfc-8162-76c4744eb6a9} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:39:00.671231 [ 5 ] {fddf30b5-306c-4bfc-8162-76c4744eb6a9} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.671319 [ 117 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2025.09.19 00:39:00.671342 [ 117 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.671352 [ 5 ] {fddf30b5-306c-4bfc-8162-76c4744eb6a9} executeQuery: Read 211 rows, 12.27 KiB in 0.001256 sec., 167993.6305732484 rows/sec., 9.54 MiB/sec. 2025.09.19 00:39:00.671358 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.671390 [ 5 ] {fddf30b5-306c-4bfc-8162-76c4744eb6a9} TCPHandler: Processed in 0.001416748 sec. 2025.09.19 00:39:00.671433 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:39:00.671500 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:00.671519 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:00.671549 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 211 rows starting from the beginning of the part 2025.09.19 00:39:00.671593 [ 5 ] {adba3bab-41c0-4bd4-9944-4f4ed0c315f3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:00.671606 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 211 rows starting from the beginning of the part 2025.09.19 00:39:00.671632 [ 5 ] {adba3bab-41c0-4bd4-9944-4f4ed0c315f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:00.671651 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 211 rows starting from the beginning of the part 2025.09.19 00:39:00.671692 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 211 rows starting from the beginning of the part 2025.09.19 00:39:00.671731 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 211 rows starting from the beginning of the part 2025.09.19 00:39:00.672416 [ 5 ] {adba3bab-41c0-4bd4-9944-4f4ed0c315f3} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.672450 [ 5 ] {adba3bab-41c0-4bd4-9944-4f4ed0c315f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.672601 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001198865 sec., 879998.9990532713 rows/sec., 53.33 MiB/sec. 2025.09.19 00:39:00.672716 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2025.09.19 00:39:00.672769 [ 5 ] {adba3bab-41c0-4bd4-9944-4f4ed0c315f3} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.19 00:39:00.672948 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_45_11} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.672984 [ 5 ] {adba3bab-41c0-4bd4-9944-4f4ed0c315f3} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.673008 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_45_11} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2025.09.19 00:39:00.673069 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:39:00.673108 [ 5 ] {adba3bab-41c0-4bd4-9944-4f4ed0c315f3} executeQuery: Read 679 rows, 48.47 KiB in 0.001534 sec., 442633.63754889177 rows/sec., 30.86 MiB/sec. 2025.09.19 00:39:00.673145 [ 5 ] {adba3bab-41c0-4bd4-9944-4f4ed0c315f3} TCPHandler: Processed in 0.001692553 sec. 2025.09.19 00:39:00.673254 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:00.673345 [ 5 ] {ed6d8bb6-78d8-4c24-9fd4-167399faa247} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:39:00.673385 [ 5 ] {ed6d8bb6-78d8-4c24-9fd4-167399faa247} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:39:00.673717 [ 5 ] {ed6d8bb6-78d8-4c24-9fd4-167399faa247} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.673751 [ 5 ] {ed6d8bb6-78d8-4c24-9fd4-167399faa247} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.674042 [ 5 ] {ed6d8bb6-78d8-4c24-9fd4-167399faa247} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.19 00:39:00.674243 [ 5 ] {ed6d8bb6-78d8-4c24-9fd4-167399faa247} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.674370 [ 5 ] {ed6d8bb6-78d8-4c24-9fd4-167399faa247} executeQuery: Read 6 rows, 321.00 B in 0.001042 sec., 5758.157389635317 rows/sec., 300.84 KiB/sec. 2025.09.19 00:39:00.674405 [ 5 ] {ed6d8bb6-78d8-4c24-9fd4-167399faa247} TCPHandler: Processed in 0.001198256 sec. 2025.09.19 00:39:00.674513 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:00.674609 [ 5 ] {27358704-d6f3-4498-8a54-45b7a7da7e3f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:00.674650 [ 5 ] {27358704-d6f3-4498-8a54-45b7a7da7e3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:00.675104 [ 5 ] {27358704-d6f3-4498-8a54-45b7a7da7e3f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.675139 [ 5 ] {27358704-d6f3-4498-8a54-45b7a7da7e3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.675460 [ 5 ] {27358704-d6f3-4498-8a54-45b7a7da7e3f} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.19 00:39:00.675672 [ 5 ] {27358704-d6f3-4498-8a54-45b7a7da7e3f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.675793 [ 5 ] {27358704-d6f3-4498-8a54-45b7a7da7e3f} executeQuery: Read 314 rows, 21.12 KiB in 0.001206 sec., 260364.84245439467 rows/sec., 17.10 MiB/sec. 2025.09.19 00:39:00.675828 [ 5 ] {27358704-d6f3-4498-8a54-45b7a7da7e3f} TCPHandler: Processed in 0.001361988 sec. 2025.09.19 00:39:00.675935 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:00.676027 [ 5 ] {a10a2d2b-e8e7-4e59-aab7-6c4cac083466} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:39:00.676066 [ 5 ] {a10a2d2b-e8e7-4e59-aab7-6c4cac083466} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:39:00.676371 [ 5 ] {a10a2d2b-e8e7-4e59-aab7-6c4cac083466} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.676404 [ 5 ] {a10a2d2b-e8e7-4e59-aab7-6c4cac083466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.676684 [ 5 ] {a10a2d2b-e8e7-4e59-aab7-6c4cac083466} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:39:00.676899 [ 5 ] {a10a2d2b-e8e7-4e59-aab7-6c4cac083466} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.677023 [ 5 ] {a10a2d2b-e8e7-4e59-aab7-6c4cac083466} executeQuery: Read 1 rows, 69.00 B in 0.001014 sec., 986.1932938856016 rows/sec., 66.45 KiB/sec. 2025.09.19 00:39:00.677057 [ 5 ] {a10a2d2b-e8e7-4e59-aab7-6c4cac083466} TCPHandler: Processed in 0.001169196 sec. 2025.09.19 00:39:00.677168 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:00.677258 [ 5 ] {5986c5c4-b978-4474-98c0-31e2653aa063} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:00.677298 [ 5 ] {5986c5c4-b978-4474-98c0-31e2653aa063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:00.677634 [ 5 ] {5986c5c4-b978-4474-98c0-31e2653aa063} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:00.677667 [ 5 ] {5986c5c4-b978-4474-98c0-31e2653aa063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.09.19 00:39:00.677971 [ 5 ] {5986c5c4-b978-4474-98c0-31e2653aa063} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.19 00:39:00.678175 [ 5 ] {5986c5c4-b978-4474-98c0-31e2653aa063} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:00.678295 [ 5 ] {5986c5c4-b978-4474-98c0-31e2653aa063} executeQuery: Read 104 rows, 6.53 KiB in 0.001054 sec., 98671.72675521822 rows/sec., 6.05 MiB/sec. 2025.09.19 00:39:00.678329 [ 5 ] {5986c5c4-b978-4474-98c0-31e2653aa063} TCPHandler: Processed in 0.001208105 sec. 2025.09.19 00:39:04.706979 [ 25 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:39:04.707056 [ 25 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:39:04.867702 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30661 2025.09.19 00:39:04.868514 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:04.868589 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:04.869348 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:39:04.869586 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:04.869722 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30661 2025.09.19 00:39:04.959878 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1782 2025.09.19 00:39:04.962881 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:04.962921 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:04.964133 [ 242 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:39:04.964389 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:04.964648 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1782 2025.09.19 00:39:05.003264 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002867608 sec. 2025.09.19 00:39:05.653494 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:05.653690 [ 5 ] {885b8a48-729c-4015-a0dc-68a558461148} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:05.653762 [ 5 ] {885b8a48-729c-4015-a0dc-68a558461148} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:05.654525 [ 5 ] {885b8a48-729c-4015-a0dc-68a558461148} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:05.654566 [ 5 ] {885b8a48-729c-4015-a0dc-68a558461148} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:05.654980 [ 5 ] {885b8a48-729c-4015-a0dc-68a558461148} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.19 00:39:05.655222 [ 5 ] {885b8a48-729c-4015-a0dc-68a558461148} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:05.655384 [ 5 ] {885b8a48-729c-4015-a0dc-68a558461148} executeQuery: Read 140 rows, 12.42 KiB in 0.001746 sec., 80183.27605956473 rows/sec., 6.95 MiB/sec. 2025.09.19 00:39:05.655433 [ 5 ] {885b8a48-729c-4015-a0dc-68a558461148} TCPHandler: Processed in 0.002071367 sec. 2025.09.19 00:39:05.655555 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:05.655654 [ 5 ] {0fd40a24-244e-41d5-8953-688a2938ed36} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:05.655698 [ 5 ] {0fd40a24-244e-41d5-8953-688a2938ed36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:05.656128 [ 5 ] {0fd40a24-244e-41d5-8953-688a2938ed36} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:05.656164 [ 5 ] {0fd40a24-244e-41d5-8953-688a2938ed36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:05.656471 [ 5 ] {0fd40a24-244e-41d5-8953-688a2938ed36} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.19 00:39:05.656687 [ 5 ] {0fd40a24-244e-41d5-8953-688a2938ed36} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:05.656817 [ 5 ] {0fd40a24-244e-41d5-8953-688a2938ed36} executeQuery: Read 42 rows, 3.16 KiB in 0.001185 sec., 35443.03797468354 rows/sec., 2.60 MiB/sec. 2025.09.19 00:39:05.656855 [ 5 ] {0fd40a24-244e-41d5-8953-688a2938ed36} TCPHandler: Processed in 0.001351817 sec. 2025.09.19 00:39:05.656959 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:05.657053 [ 5 ] {be811a13-5819-4ae1-b8b9-9372433796bf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:05.657094 [ 5 ] {be811a13-5819-4ae1-b8b9-9372433796bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:05.657531 [ 5 ] {be811a13-5819-4ae1-b8b9-9372433796bf} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:05.657565 [ 5 ] {be811a13-5819-4ae1-b8b9-9372433796bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:05.657871 [ 5 ] {be811a13-5819-4ae1-b8b9-9372433796bf} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.19 00:39:05.658083 [ 5 ] {be811a13-5819-4ae1-b8b9-9372433796bf} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:05.658210 [ 5 ] {be811a13-5819-4ae1-b8b9-9372433796bf} executeQuery: Read 106 rows, 8.48 KiB in 0.001176 sec., 90136.05442176871 rows/sec., 7.04 MiB/sec. 2025.09.19 00:39:05.658249 [ 5 ] {be811a13-5819-4ae1-b8b9-9372433796bf} TCPHandler: Processed in 0.001340248 sec. 2025.09.19 00:39:05.658364 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:05.658456 [ 5 ] {1734e8d9-6fa8-4541-a0a4-39a8ffa8185f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:05.658500 [ 5 ] {1734e8d9-6fa8-4541-a0a4-39a8ffa8185f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:05.658908 [ 5 ] {1734e8d9-6fa8-4541-a0a4-39a8ffa8185f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:05.658944 [ 5 ] {1734e8d9-6fa8-4541-a0a4-39a8ffa8185f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:05.659270 [ 5 ] {1734e8d9-6fa8-4541-a0a4-39a8ffa8185f} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.19 00:39:05.659480 [ 5 ] {1734e8d9-6fa8-4541-a0a4-39a8ffa8185f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:05.659608 [ 5 ] {1734e8d9-6fa8-4541-a0a4-39a8ffa8185f} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2025.09.19 00:39:05.659645 [ 5 ] {1734e8d9-6fa8-4541-a0a4-39a8ffa8185f} TCPHandler: Processed in 0.001330917 sec. 2025.09.19 00:39:05.659754 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:05.659848 [ 5 ] {984a8949-5d29-421b-9c0e-b7f61d48b292} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:05.659902 [ 5 ] {984a8949-5d29-421b-9c0e-b7f61d48b292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:39:05.660763 [ 5 ] {984a8949-5d29-421b-9c0e-b7f61d48b292} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:05.660795 [ 5 ] {984a8949-5d29-421b-9c0e-b7f61d48b292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:05.661345 [ 5 ] {984a8949-5d29-421b-9c0e-b7f61d48b292} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:39:05.661558 [ 5 ] {984a8949-5d29-421b-9c0e-b7f61d48b292} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:05.661760 [ 5 ] {984a8949-5d29-421b-9c0e-b7f61d48b292} executeQuery: Read 42 rows, 77.07 KiB in 0.001929 sec., 21772.93934681182 rows/sec., 39.02 MiB/sec. 2025.09.19 00:39:05.661827 [ 5 ] {984a8949-5d29-421b-9c0e-b7f61d48b292} TCPHandler: Processed in 0.002120998 sec. 2025.09.19 00:39:05.661952 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:05.662046 [ 5 ] {ac8592d3-99e2-4822-9e2c-e894ac320fbf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:05.662088 [ 5 ] {ac8592d3-99e2-4822-9e2c-e894ac320fbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:05.662435 [ 5 ] {ac8592d3-99e2-4822-9e2c-e894ac320fbf} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:05.662469 [ 5 ] {ac8592d3-99e2-4822-9e2c-e894ac320fbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:05.662770 [ 5 ] {ac8592d3-99e2-4822-9e2c-e894ac320fbf} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.19 00:39:05.662976 [ 5 ] {ac8592d3-99e2-4822-9e2c-e894ac320fbf} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:05.663101 [ 5 ] {ac8592d3-99e2-4822-9e2c-e894ac320fbf} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2025.09.19 00:39:05.663136 [ 5 ] {ac8592d3-99e2-4822-9e2c-e894ac320fbf} TCPHandler: Processed in 0.001233156 sec. 2025.09.19 00:39:06.495041 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.09.19 00:39:06.512471 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:06.512541 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:06.518983 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:39:06.519791 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:06.523038 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.09.19 00:39:10.652521 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41038 2025.09.19 00:39:10.652659 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.652693 [ 286 ] {} TCP-Session: 8081f1ae-a31c-4b0c-8acb-b592564b3fe0 Authenticating user 'default' from [fd00:1122:3344:101::e]:41038 2025.09.19 00:39:10.652719 [ 286 ] {} TCP-Session: 8081f1ae-a31c-4b0c-8acb-b592564b3fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.652735 [ 286 ] {} TCP-Session: 8081f1ae-a31c-4b0c-8acb-b592564b3fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.652926 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62528 2025.09.19 00:39:10.652953 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37237 2025.09.19 00:39:10.653003 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64746 2025.09.19 00:39:10.653019 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51682 2025.09.19 00:39:10.653029 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43346 2025.09.19 00:39:10.653053 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.653076 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.653082 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.653102 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.653101 [ 287 ] {} TCP-Session: bcd8936f-3103-44cc-96af-9997958d69b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:62528 2025.09.19 00:39:10.653122 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.653135 [ 352 ] {} TCP-Session: 8e5a6530-c8a4-4b3c-aa82-f295966b2b34 Authenticating user 'default' from [fd00:1122:3344:101::e]:51682 2025.09.19 00:39:10.653145 [ 287 ] {} TCP-Session: bcd8936f-3103-44cc-96af-9997958d69b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.653151 [ 353 ] {} TCP-Session: 5c4d046c-6dc3-4f0e-ae99-fed163ae2ca0 Authenticating user 'default' from [fd00:1122:3344:101::e]:43346 2025.09.19 00:39:10.653160 [ 287 ] {} TCP-Session: bcd8936f-3103-44cc-96af-9997958d69b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.653114 [ 288 ] {} TCP-Session: a6ac0356-128a-4fdb-b477-1b5976b3a980 Authenticating user 'default' from [fd00:1122:3344:101::e]:37237 2025.09.19 00:39:10.653169 [ 352 ] {} TCP-Session: 8e5a6530-c8a4-4b3c-aa82-f295966b2b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.653174 [ 353 ] {} TCP-Session: 5c4d046c-6dc3-4f0e-ae99-fed163ae2ca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.653208 [ 352 ] {} TCP-Session: 8e5a6530-c8a4-4b3c-aa82-f295966b2b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.653206 [ 288 ] {} TCP-Session: a6ac0356-128a-4fdb-b477-1b5976b3a980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.653219 [ 353 ] {} TCP-Session: 5c4d046c-6dc3-4f0e-ae99-fed163ae2ca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.653255 [ 288 ] {} TCP-Session: a6ac0356-128a-4fdb-b477-1b5976b3a980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.653119 [ 351 ] {} TCP-Session: 02be54cb-45f6-43ea-b584-346b7a1f10fa Authenticating user 'default' from [fd00:1122:3344:101::e]:64746 2025.09.19 00:39:10.653080 [ 286 ] {} TCP-Session: 8081f1ae-a31c-4b0c-8acb-b592564b3fe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.653311 [ 351 ] {} TCP-Session: 02be54cb-45f6-43ea-b584-346b7a1f10fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.653041 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54484 2025.09.19 00:39:10.653347 [ 351 ] {} TCP-Session: 02be54cb-45f6-43ea-b584-346b7a1f10fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.652999 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36771 2025.09.19 00:39:10.653047 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54073 2025.09.19 00:39:10.653485 [ 286 ] {6110a67f-631e-44ed-9253-18d4e2dd7318} executeQuery: (from [fd00:1122:3344:101::e]:41038) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:39:10.653784 [ 286 ] {6110a67f-631e-44ed-9253-18d4e2dd7318} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:39:10.653844 [ 286 ] {6110a67f-631e-44ed-9253-18d4e2dd7318} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:39:10.653887 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.653924 [ 354 ] {} TCP-Session: b2a6fb6f-e3a6-48e7-b5f0-c13fd22064fd Authenticating user 'default' from [fd00:1122:3344:101::e]:54484 2025.09.19 00:39:10.653945 [ 354 ] {} TCP-Session: b2a6fb6f-e3a6-48e7-b5f0-c13fd22064fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.653958 [ 354 ] {} TCP-Session: b2a6fb6f-e3a6-48e7-b5f0-c13fd22064fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.654030 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.654066 [ 355 ] {} TCP-Session: 01673e82-a457-44b1-a3b9-3aedefafd118 Authenticating user 'default' from [fd00:1122:3344:101::e]:54073 2025.09.19 00:39:10.654084 [ 355 ] {} TCP-Session: 01673e82-a457-44b1-a3b9-3aedefafd118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.654097 [ 355 ] {} TCP-Session: 01673e82-a457-44b1-a3b9-3aedefafd118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.654143 [ 286 ] {6110a67f-631e-44ed-9253-18d4e2dd7318} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:39:10.654261 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.654296 [ 289 ] {} TCP-Session: dc76c716-911c-4615-b7ba-fab8e007d31f Authenticating user 'default' from [fd00:1122:3344:101::e]:36771 2025.09.19 00:39:10.654313 [ 289 ] {} TCP-Session: dc76c716-911c-4615-b7ba-fab8e007d31f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.654326 [ 289 ] {} TCP-Session: dc76c716-911c-4615-b7ba-fab8e007d31f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.655102 [ 340 ] {6110a67f-631e-44ed-9253-18d4e2dd7318} AggregatingTransform: Aggregating 2025.09.19 00:39:10.655156 [ 340 ] {6110a67f-631e-44ed-9253-18d4e2dd7318} Aggregator: Aggregation method: without_key 2025.09.19 00:39:10.655194 [ 340 ] {6110a67f-631e-44ed-9253-18d4e2dd7318} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000941552 sec. (1062.076 rows/sec., 41.49 KiB/sec.) 2025.09.19 00:39:10.655213 [ 340 ] {6110a67f-631e-44ed-9253-18d4e2dd7318} Aggregator: Merging aggregated data 2025.09.19 00:39:10.656496 [ 286 ] {6110a67f-631e-44ed-9253-18d4e2dd7318} executeQuery: Read 1 rows, 40.00 B in 0.003067 sec., 326.0515161395501 rows/sec., 12.74 KiB/sec. 2025.09.19 00:39:10.656689 [ 286 ] {6110a67f-631e-44ed-9253-18d4e2dd7318} TCPHandler: Processed in 0.003727889 sec. 2025.09.19 00:39:10.656809 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.656839 [ 286 ] {} TCP-Session: 8081f1ae-a31c-4b0c-8acb-b592564b3fe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.656838 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.656862 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.656878 [ 355 ] {} TCP-Session: 01673e82-a457-44b1-a3b9-3aedefafd118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.656898 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.656917 [ 287 ] {} TCP-Session: bcd8936f-3103-44cc-96af-9997958d69b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.656917 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.656934 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.656952 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.656984 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.657003 [ 288 ] {} TCP-Session: a6ac0356-128a-4fdb-b477-1b5976b3a980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.657011 [ 289 ] {} TCP-Session: dc76c716-911c-4615-b7ba-fab8e007d31f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.657035 [ 354 ] {} TCP-Session: b2a6fb6f-e3a6-48e7-b5f0-c13fd22064fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.656971 [ 351 ] {} TCP-Session: 02be54cb-45f6-43ea-b584-346b7a1f10fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.656942 [ 352 ] {} TCP-Session: 8e5a6530-c8a4-4b3c-aa82-f295966b2b34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.656878 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.657114 [ 353 ] {} TCP-Session: 5c4d046c-6dc3-4f0e-ae99-fed163ae2ca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.663708 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.663856 [ 5 ] {2998ec7c-c7c7-487f-aa78-549412a0d871} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:39:10.663918 [ 5 ] {2998ec7c-c7c7-487f-aa78-549412a0d871} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:39:10.664674 [ 5 ] {2998ec7c-c7c7-487f-aa78-549412a0d871} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:10.664721 [ 5 ] {2998ec7c-c7c7-487f-aa78-549412a0d871} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:10.665130 [ 5 ] {2998ec7c-c7c7-487f-aa78-549412a0d871} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:39:10.665361 [ 5 ] {2998ec7c-c7c7-487f-aa78-549412a0d871} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:10.665511 [ 5 ] {2998ec7c-c7c7-487f-aa78-549412a0d871} executeQuery: Read 410 rows, 26.63 KiB in 0.0017 sec., 241176.4705882353 rows/sec., 15.30 MiB/sec. 2025.09.19 00:39:10.665555 [ 5 ] {2998ec7c-c7c7-487f-aa78-549412a0d871} TCPHandler: Processed in 0.001959216 sec. 2025.09.19 00:39:10.665681 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.665776 [ 5 ] {5bffd252-44e5-40e3-abd7-f407e3a55ae9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:10.665818 [ 5 ] {5bffd252-44e5-40e3-abd7-f407e3a55ae9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:10.666709 [ 5 ] {5bffd252-44e5-40e3-abd7-f407e3a55ae9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:10.666747 [ 5 ] {5bffd252-44e5-40e3-abd7-f407e3a55ae9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:10.667134 [ 5 ] {5bffd252-44e5-40e3-abd7-f407e3a55ae9} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.19 00:39:10.667351 [ 5 ] {5bffd252-44e5-40e3-abd7-f407e3a55ae9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:10.667487 [ 5 ] {5bffd252-44e5-40e3-abd7-f407e3a55ae9} executeQuery: Read 1112 rows, 89.80 KiB in 0.001729 sec., 643146.3273568536 rows/sec., 50.72 MiB/sec. 2025.09.19 00:39:10.667525 [ 5 ] {5bffd252-44e5-40e3-abd7-f407e3a55ae9} TCPHandler: Processed in 0.001894075 sec. 2025.09.19 00:39:10.667641 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.667741 [ 5 ] {2e3b7623-74be-451f-bda4-f35f53c186eb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:10.667807 [ 5 ] {2e3b7623-74be-451f-bda4-f35f53c186eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:10.668370 [ 5 ] {2e3b7623-74be-451f-bda4-f35f53c186eb} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:10.668407 [ 5 ] {2e3b7623-74be-451f-bda4-f35f53c186eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:10.668719 [ 5 ] {2e3b7623-74be-451f-bda4-f35f53c186eb} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.19 00:39:10.668933 [ 5 ] {2e3b7623-74be-451f-bda4-f35f53c186eb} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:10.669065 [ 5 ] {2e3b7623-74be-451f-bda4-f35f53c186eb} executeQuery: Read 205 rows, 12.32 KiB in 0.001342 sec., 152757.07898658718 rows/sec., 8.96 MiB/sec. 2025.09.19 00:39:10.669104 [ 5 ] {2e3b7623-74be-451f-bda4-f35f53c186eb} TCPHandler: Processed in 0.001512579 sec. 2025.09.19 00:39:10.669213 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.669308 [ 5 ] {aa5acc55-cb19-4813-8029-3ed3e6103c32} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:39:10.669348 [ 5 ] {aa5acc55-cb19-4813-8029-3ed3e6103c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:39:10.669844 [ 5 ] {aa5acc55-cb19-4813-8029-3ed3e6103c32} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:10.669882 [ 5 ] {aa5acc55-cb19-4813-8029-3ed3e6103c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:10.670194 [ 5 ] {aa5acc55-cb19-4813-8029-3ed3e6103c32} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:39:10.670412 [ 5 ] {aa5acc55-cb19-4813-8029-3ed3e6103c32} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:10.670542 [ 5 ] {aa5acc55-cb19-4813-8029-3ed3e6103c32} executeQuery: Read 212 rows, 14.00 KiB in 0.001253 sec., 169193.93455706304 rows/sec., 10.91 MiB/sec. 2025.09.19 00:39:10.670581 [ 5 ] {aa5acc55-cb19-4813-8029-3ed3e6103c32} TCPHandler: Processed in 0.001417349 sec. 2025.09.19 00:39:10.670699 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.670796 [ 5 ] {830ed605-6ad1-4faa-9ece-fa28e5dcd825} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:39:10.670838 [ 5 ] {830ed605-6ad1-4faa-9ece-fa28e5dcd825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:39:10.671339 [ 5 ] {830ed605-6ad1-4faa-9ece-fa28e5dcd825} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:10.671377 [ 5 ] {830ed605-6ad1-4faa-9ece-fa28e5dcd825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:10.671688 [ 5 ] {830ed605-6ad1-4faa-9ece-fa28e5dcd825} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:39:10.671917 [ 5 ] {830ed605-6ad1-4faa-9ece-fa28e5dcd825} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:10.672045 [ 5 ] {830ed605-6ad1-4faa-9ece-fa28e5dcd825} executeQuery: Read 211 rows, 12.27 KiB in 0.001266 sec., 166666.66666666666 rows/sec., 9.46 MiB/sec. 2025.09.19 00:39:10.672083 [ 5 ] {830ed605-6ad1-4faa-9ece-fa28e5dcd825} TCPHandler: Processed in 0.001439408 sec. 2025.09.19 00:39:10.672197 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.672289 [ 5 ] {67df05c0-a86e-4af1-a3b4-f185648289d8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:10.672329 [ 5 ] {67df05c0-a86e-4af1-a3b4-f185648289d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:10.673048 [ 5 ] {67df05c0-a86e-4af1-a3b4-f185648289d8} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:10.673084 [ 5 ] {67df05c0-a86e-4af1-a3b4-f185648289d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:10.673421 [ 5 ] {67df05c0-a86e-4af1-a3b4-f185648289d8} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.19 00:39:10.673633 [ 5 ] {67df05c0-a86e-4af1-a3b4-f185648289d8} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:10.673765 [ 5 ] {67df05c0-a86e-4af1-a3b4-f185648289d8} executeQuery: Read 679 rows, 48.47 KiB in 0.001493 sec., 454789.0154052244 rows/sec., 31.70 MiB/sec. 2025.09.19 00:39:10.673803 [ 5 ] {67df05c0-a86e-4af1-a3b4-f185648289d8} TCPHandler: Processed in 0.001655422 sec. 2025.09.19 00:39:10.673918 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.674012 [ 5 ] {4f5fd0e0-54a5-4b02-9e20-f269f55093dc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:39:10.674054 [ 5 ] {4f5fd0e0-54a5-4b02-9e20-f269f55093dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:39:10.674391 [ 5 ] {4f5fd0e0-54a5-4b02-9e20-f269f55093dc} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:10.674426 [ 5 ] {4f5fd0e0-54a5-4b02-9e20-f269f55093dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:10.674726 [ 5 ] {4f5fd0e0-54a5-4b02-9e20-f269f55093dc} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.19 00:39:10.674940 [ 5 ] {4f5fd0e0-54a5-4b02-9e20-f269f55093dc} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:10.675049 [ 35 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.19 00:39:10.675066 [ 5 ] {4f5fd0e0-54a5-4b02-9e20-f269f55093dc} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2025.09.19 00:39:10.675100 [ 35 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:10.675115 [ 5 ] {4f5fd0e0-54a5-4b02-9e20-f269f55093dc} TCPHandler: Processed in 0.001249456 sec. 2025.09.19 00:39:10.675128 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:10.675240 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.675247 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:39:10.675338 [ 5 ] {83d3e387-316e-4ab8-a2d3-d505e7e762fb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:10.675366 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:10.675380 [ 5 ] {83d3e387-316e-4ab8-a2d3-d505e7e762fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:10.675405 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part 2025.09.19 00:39:10.675483 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part 2025.09.19 00:39:10.675548 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part 2025.09.19 00:39:10.675605 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part 2025.09.19 00:39:10.675664 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part 2025.09.19 00:39:10.675724 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part 2025.09.19 00:39:10.675846 [ 5 ] {83d3e387-316e-4ab8-a2d3-d505e7e762fb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:10.675881 [ 5 ] {83d3e387-316e-4ab8-a2d3-d505e7e762fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:10.676232 [ 5 ] {83d3e387-316e-4ab8-a2d3-d505e7e762fb} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.19 00:39:10.676455 [ 5 ] {83d3e387-316e-4ab8-a2d3-d505e7e762fb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:10.676584 [ 5 ] {83d3e387-316e-4ab8-a2d3-d505e7e762fb} executeQuery: Read 314 rows, 21.12 KiB in 0.001265 sec., 248221.34387351776 rows/sec., 16.31 MiB/sec. 2025.09.19 00:39:10.676621 [ 5 ] {83d3e387-316e-4ab8-a2d3-d505e7e762fb} TCPHandler: Processed in 0.001430549 sec. 2025.09.19 00:39:10.676705 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.00151115 sec., 182642.3584687159 rows/sec., 9.32 MiB/sec. 2025.09.19 00:39:10.676731 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.676824 [ 5 ] {dbe6f673-e1a0-4c09-966c-3aba2407044f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:39:10.676834 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.19 00:39:10.676866 [ 5 ] {dbe6f673-e1a0-4c09-966c-3aba2407044f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:39:10.677107 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_46_9} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:10.677171 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_46_9} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.19 00:39:10.677190 [ 5 ] {dbe6f673-e1a0-4c09-966c-3aba2407044f} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:10.677224 [ 5 ] {dbe6f673-e1a0-4c09-966c-3aba2407044f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:10.677235 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.19 00:39:10.677533 [ 5 ] {dbe6f673-e1a0-4c09-966c-3aba2407044f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:39:10.677747 [ 5 ] {dbe6f673-e1a0-4c09-966c-3aba2407044f} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:10.677878 [ 5 ] {dbe6f673-e1a0-4c09-966c-3aba2407044f} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2025.09.19 00:39:10.677914 [ 5 ] {dbe6f673-e1a0-4c09-966c-3aba2407044f} TCPHandler: Processed in 0.001232857 sec. 2025.09.19 00:39:10.678028 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.678120 [ 5 ] {d604cb52-378f-4067-afb9-095f161f3bf8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:10.678162 [ 5 ] {d604cb52-378f-4067-afb9-095f161f3bf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:10.678499 [ 5 ] {d604cb52-378f-4067-afb9-095f161f3bf8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:10.678534 [ 5 ] {d604cb52-378f-4067-afb9-095f161f3bf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:10.678842 [ 5 ] {d604cb52-378f-4067-afb9-095f161f3bf8} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.19 00:39:10.679062 [ 5 ] {d604cb52-378f-4067-afb9-095f161f3bf8} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:10.679189 [ 5 ] {d604cb52-378f-4067-afb9-095f161f3bf8} executeQuery: Read 104 rows, 6.53 KiB in 0.001087 sec., 95676.17295308187 rows/sec., 5.86 MiB/sec. 2025.09.19 00:39:10.679224 [ 5 ] {d604cb52-378f-4067-afb9-095f161f3bf8} TCPHandler: Processed in 0.001246377 sec. 2025.09.19 00:39:10.872344 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51367 2025.09.19 00:39:10.872454 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.872481 [ 286 ] {} TCP-Session: 59e20384-ab58-495f-aed8-6a7176c895e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:51367 2025.09.19 00:39:10.872503 [ 286 ] {} TCP-Session: 59e20384-ab58-495f-aed8-6a7176c895e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.872517 [ 286 ] {} TCP-Session: 59e20384-ab58-495f-aed8-6a7176c895e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.872763 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41314 2025.09.19 00:39:10.872769 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39172 2025.09.19 00:39:10.872808 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64575 2025.09.19 00:39:10.872837 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54067 2025.09.19 00:39:10.872850 [ 286 ] {} TCP-Session: 59e20384-ab58-495f-aed8-6a7176c895e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:10.872881 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.872818 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37274 2025.09.19 00:39:10.872907 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.872923 [ 287 ] {} TCP-Session: 46737739-ac7a-4eed-afee-68290d3b32b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:41314 2025.09.19 00:39:10.872930 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.872947 [ 352 ] {} TCP-Session: 96da6440-a887-4044-8bde-eac28a06aef9 Authenticating user 'default' from [fd00:1122:3344:101::e]:64575 2025.09.19 00:39:10.872961 [ 287 ] {} TCP-Session: 46737739-ac7a-4eed-afee-68290d3b32b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.872975 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.872982 [ 352 ] {} TCP-Session: 96da6440-a887-4044-8bde-eac28a06aef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.872985 [ 287 ] {} TCP-Session: 46737739-ac7a-4eed-afee-68290d3b32b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.873002 [ 353 ] {} TCP-Session: f43e3334-9e3a-4978-a568-1cc18e73d609 Authenticating user 'default' from [fd00:1122:3344:101::e]:37274 2025.09.19 00:39:10.873003 [ 352 ] {} TCP-Session: 96da6440-a887-4044-8bde-eac28a06aef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.873022 [ 353 ] {} TCP-Session: f43e3334-9e3a-4978-a568-1cc18e73d609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.872972 [ 355 ] {} TCP-Session: 3d294b71-8fcb-4cad-b254-05919b21ebb6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54067 2025.09.19 00:39:10.873037 [ 286 ] {bae4d2dd-42a9-4115-a8fd-38de78e285b6} executeQuery: (from [fd00:1122:3344:101::e]:51367) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:39:10.873066 [ 355 ] {} TCP-Session: 3d294b71-8fcb-4cad-b254-05919b21ebb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.873040 [ 353 ] {} TCP-Session: f43e3334-9e3a-4978-a568-1cc18e73d609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.873083 [ 355 ] {} TCP-Session: 3d294b71-8fcb-4cad-b254-05919b21ebb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.872906 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.872798 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48646 2025.09.19 00:39:10.873160 [ 288 ] {} TCP-Session: e232e155-71ed-496e-90e4-c7b0009b6e87 Authenticating user 'default' from [fd00:1122:3344:101::e]:39172 2025.09.19 00:39:10.872790 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42447 2025.09.19 00:39:10.873186 [ 288 ] {} TCP-Session: e232e155-71ed-496e-90e4-c7b0009b6e87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.873212 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.873226 [ 288 ] {} TCP-Session: e232e155-71ed-496e-90e4-c7b0009b6e87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.872831 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39884 2025.09.19 00:39:10.873240 [ 351 ] {} TCP-Session: a8c6dea3-fd2a-49da-9530-b49d1fc0a1d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48646 2025.09.19 00:39:10.873277 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.873279 [ 351 ] {} TCP-Session: a8c6dea3-fd2a-49da-9530-b49d1fc0a1d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.873308 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:39:10.873310 [ 289 ] {} TCP-Session: 3f18fb7d-74db-46ab-80e4-c8fc55ffb7a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:42447 2025.09.19 00:39:10.873327 [ 286 ] {bae4d2dd-42a9-4115-a8fd-38de78e285b6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:39:10.873338 [ 354 ] {} TCP-Session: 18fb3804-99a3-4786-a6d4-a14eb0e6ad7f Authenticating user 'default' from [fd00:1122:3344:101::e]:39884 2025.09.19 00:39:10.873347 [ 289 ] {} TCP-Session: 3f18fb7d-74db-46ab-80e4-c8fc55ffb7a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.873375 [ 354 ] {} TCP-Session: 18fb3804-99a3-4786-a6d4-a14eb0e6ad7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.873310 [ 351 ] {} TCP-Session: a8c6dea3-fd2a-49da-9530-b49d1fc0a1d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.873390 [ 286 ] {bae4d2dd-42a9-4115-a8fd-38de78e285b6} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:39:10.873392 [ 354 ] {} TCP-Session: 18fb3804-99a3-4786-a6d4-a14eb0e6ad7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.873388 [ 289 ] {} TCP-Session: 3f18fb7d-74db-46ab-80e4-c8fc55ffb7a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.873699 [ 286 ] {bae4d2dd-42a9-4115-a8fd-38de78e285b6} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:39:10.874682 [ 304 ] {bae4d2dd-42a9-4115-a8fd-38de78e285b6} AggregatingTransform: Aggregating 2025.09.19 00:39:10.874736 [ 304 ] {bae4d2dd-42a9-4115-a8fd-38de78e285b6} Aggregator: Aggregation method: without_key 2025.09.19 00:39:10.874776 [ 304 ] {bae4d2dd-42a9-4115-a8fd-38de78e285b6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000970202 sec. (1030.713 rows/sec., 40.26 KiB/sec.) 2025.09.19 00:39:10.874796 [ 304 ] {bae4d2dd-42a9-4115-a8fd-38de78e285b6} Aggregator: Merging aggregated data 2025.09.19 00:39:10.876135 [ 286 ] {bae4d2dd-42a9-4115-a8fd-38de78e285b6} executeQuery: Read 1 rows, 40.00 B in 0.003146 sec., 317.8639542275906 rows/sec., 12.42 KiB/sec. 2025.09.19 00:39:10.876327 [ 286 ] {bae4d2dd-42a9-4115-a8fd-38de78e285b6} TCPHandler: Processed in 0.003592997 sec. 2025.09.19 00:39:10.876437 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.876457 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.876494 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.876508 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.876532 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.876537 [ 354 ] {} TCP-Session: 18fb3804-99a3-4786-a6d4-a14eb0e6ad7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.876551 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.876570 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.876587 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.876609 [ 288 ] {} TCP-Session: e232e155-71ed-496e-90e4-c7b0009b6e87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.876626 [ 352 ] {} TCP-Session: 96da6440-a887-4044-8bde-eac28a06aef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.876647 [ 355 ] {} TCP-Session: 3d294b71-8fcb-4cad-b254-05919b21ebb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.876577 [ 289 ] {} TCP-Session: 3f18fb7d-74db-46ab-80e4-c8fc55ffb7a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.876567 [ 353 ] {} TCP-Session: f43e3334-9e3a-4978-a568-1cc18e73d609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.876546 [ 287 ] {} TCP-Session: 46737739-ac7a-4eed-afee-68290d3b32b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.876489 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:39:10.876498 [ 286 ] {} TCP-Session: 59e20384-ab58-495f-aed8-6a7176c895e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:10.876778 [ 351 ] {} TCP-Session: a8c6dea3-fd2a-49da-9530-b49d1fc0a1d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:39:11.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 357.85 MiB, peak 367.95 MiB, free memory in arenas 0.00 B, will set to 356.67 MiB (RSS), difference: -1.18 MiB 2025.09.19 00:39:12.369883 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31173 2025.09.19 00:39:12.370455 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:12.370501 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:12.371010 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:39:12.371250 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:12.371408 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31173 2025.09.19 00:39:14.023131 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.09.19 00:39:14.041635 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:14.041688 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:14.048272 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:39:14.048984 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:14.052463 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.09.19 00:39:14.964933 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1818 2025.09.19 00:39:14.967655 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:14.967712 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:14.968982 [ 242 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:39:14.969255 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:14.969659 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1818 2025.09.19 00:39:15.653572 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:15.653765 [ 5 ] {d528d4f5-0f21-4f60-bb28-8d6741f77af9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:15.653835 [ 5 ] {d528d4f5-0f21-4f60-bb28-8d6741f77af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:15.654575 [ 5 ] {d528d4f5-0f21-4f60-bb28-8d6741f77af9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:15.654618 [ 5 ] {d528d4f5-0f21-4f60-bb28-8d6741f77af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:15.655028 [ 5 ] {d528d4f5-0f21-4f60-bb28-8d6741f77af9} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.19 00:39:15.655271 [ 5 ] {d528d4f5-0f21-4f60-bb28-8d6741f77af9} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:15.655447 [ 5 ] {d528d4f5-0f21-4f60-bb28-8d6741f77af9} executeQuery: Read 140 rows, 12.42 KiB in 0.001735 sec., 80691.64265129683 rows/sec., 6.99 MiB/sec. 2025.09.19 00:39:15.655446 [ 7 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.19 00:39:15.655491 [ 5 ] {d528d4f5-0f21-4f60-bb28-8d6741f77af9} TCPHandler: Processed in 0.002050827 sec. 2025.09.19 00:39:15.655526 [ 7 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:15.655552 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:15.655626 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:15.655673 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:39:15.655725 [ 5 ] {0da97095-070e-4d3b-8f80-e9a9711a9ff6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:15.655772 [ 5 ] {0da97095-070e-4d3b-8f80-e9a9711a9ff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:15.655836 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:15.655880 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2346 rows starting from the beginning of the part 2025.09.19 00:39:15.655955 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 1281 rows starting from the beginning of the part 2025.09.19 00:39:15.656006 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:39:15.656053 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 140 rows starting from the beginning of the part 2025.09.19 00:39:15.656097 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:39:15.656143 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 140 rows starting from the beginning of the part 2025.09.19 00:39:15.656192 [ 5 ] {0da97095-070e-4d3b-8f80-e9a9711a9ff6} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:15.656233 [ 5 ] {0da97095-070e-4d3b-8f80-e9a9711a9ff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:15.656580 [ 5 ] {0da97095-070e-4d3b-8f80-e9a9711a9ff6} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.19 00:39:15.656800 [ 5 ] {0da97095-070e-4d3b-8f80-e9a9711a9ff6} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:15.656936 [ 5 ] {0da97095-070e-4d3b-8f80-e9a9711a9ff6} executeQuery: Read 42 rows, 3.16 KiB in 0.00123 sec., 34146.34146341463 rows/sec., 2.51 MiB/sec. 2025.09.19 00:39:15.656974 [ 5 ] {0da97095-070e-4d3b-8f80-e9a9711a9ff6} TCPHandler: Processed in 0.001398569 sec. 2025.09.19 00:39:15.657086 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:15.657179 [ 5 ] {6e2580ae-4564-47a1-ae19-8289a8a28e42} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:15.657218 [ 5 ] {6e2580ae-4564-47a1-ae19-8289a8a28e42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:15.657645 [ 5 ] {6e2580ae-4564-47a1-ae19-8289a8a28e42} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:15.657681 [ 5 ] {6e2580ae-4564-47a1-ae19-8289a8a28e42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:15.658011 [ 5 ] {6e2580ae-4564-47a1-ae19-8289a8a28e42} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.19 00:39:15.658207 [ 190 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 6131 rows, containing 5 columns (5 merged, 0 gathered) in 0.002593824 sec., 2363691.5997384554 rows/sec., 200.19 MiB/sec. 2025.09.19 00:39:15.658230 [ 5 ] {6e2580ae-4564-47a1-ae19-8289a8a28e42} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:15.658357 [ 7 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.19 00:39:15.658369 [ 5 ] {6e2580ae-4564-47a1-ae19-8289a8a28e42} executeQuery: Read 106 rows, 8.48 KiB in 0.001208 sec., 87748.34437086093 rows/sec., 6.85 MiB/sec. 2025.09.19 00:39:15.658401 [ 7 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:15.658421 [ 5 ] {6e2580ae-4564-47a1-ae19-8289a8a28e42} TCPHandler: Processed in 0.001383719 sec. 2025.09.19 00:39:15.658427 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:15.658516 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.19 00:39:15.658544 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:15.658544 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:39:15.658637 [ 5 ] {b055aa30-b9a2-4132-b2db-29c282bfdeed} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:15.658658 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:15.658683 [ 5 ] {b055aa30-b9a2-4132-b2db-29c282bfdeed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:15.658692 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1213 rows starting from the beginning of the part 2025.09.19 00:39:15.658757 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 564 rows starting from the beginning of the part 2025.09.19 00:39:15.658808 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 679 rows starting from the beginning of the part 2025.09.19 00:39:15.658841 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_96_19} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:15.658854 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 106 rows starting from the beginning of the part 2025.09.19 00:39:15.658899 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 679 rows starting from the beginning of the part 2025.09.19 00:39:15.658925 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_96_19} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.19 00:39:15.658942 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 106 rows starting from the beginning of the part 2025.09.19 00:39:15.659016 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.09.19 00:39:15.659101 [ 5 ] {b055aa30-b9a2-4132-b2db-29c282bfdeed} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:15.659136 [ 5 ] {b055aa30-b9a2-4132-b2db-29c282bfdeed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:15.659482 [ 5 ] {b055aa30-b9a2-4132-b2db-29c282bfdeed} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.19 00:39:15.659701 [ 5 ] {b055aa30-b9a2-4132-b2db-29c282bfdeed} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:15.659820 [ 7 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 5 parts from all_1_91_18 to all_95_95_0 2025.09.19 00:39:15.659831 [ 5 ] {b055aa30-b9a2-4132-b2db-29c282bfdeed} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.09.19 00:39:15.659851 [ 7 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:15.659878 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:15.659879 [ 5 ] {b055aa30-b9a2-4132-b2db-29c282bfdeed} TCPHandler: Processed in 0.001384418 sec. 2025.09.19 00:39:15.659967 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_95_19} MergeTask::PrepareStage: Merging 5 parts: from all_1_91_18 to all_95_95_0 into Compact with storage Full 2025.09.19 00:39:15.660011 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:15.660044 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:15.660071 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_95_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 31828 rows starting from the beginning of the part 2025.09.19 00:39:15.660104 [ 5 ] {23196f83-f618-4a20-9931-9f870c0fc313} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:15.660120 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 845 rows starting from the beginning of the part 2025.09.19 00:39:15.660130 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3347 rows, containing 5 columns (5 merged, 0 gathered) in 0.001624472 sec., 2060361.7667771436 rows/sec., 155.66 MiB/sec. 2025.09.19 00:39:15.660159 [ 5 ] {23196f83-f618-4a20-9931-9f870c0fc313} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:39:15.660162 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 314 rows starting from the beginning of the part 2025.09.19 00:39:15.660214 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2025.09.19 00:39:15.660253 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 314 rows starting from the beginning of the part 2025.09.19 00:39:15.660398 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.19 00:39:15.660760 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_96_19} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:15.660861 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_96_19} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.19 00:39:15.660981 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:39:15.661059 [ 5 ] {23196f83-f618-4a20-9931-9f870c0fc313} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:15.661100 [ 5 ] {23196f83-f618-4a20-9931-9f870c0fc313} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:15.661682 [ 5 ] {23196f83-f618-4a20-9931-9f870c0fc313} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:39:15.661905 [ 5 ] {23196f83-f618-4a20-9931-9f870c0fc313} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:15.662042 [ 5 ] {23196f83-f618-4a20-9931-9f870c0fc313} executeQuery: Read 42 rows, 77.07 KiB in 0.001955 sec., 21483.375959079283 rows/sec., 38.50 MiB/sec. 2025.09.19 00:39:15.662097 [ 5 ] {23196f83-f618-4a20-9931-9f870c0fc313} TCPHandler: Processed in 0.002135657 sec. 2025.09.19 00:39:15.662219 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:15.662312 [ 5 ] {401dd309-5fbb-4d61-a30c-597d8fc2c245} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:15.662353 [ 5 ] {401dd309-5fbb-4d61-a30c-597d8fc2c245} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:15.662702 [ 5 ] {401dd309-5fbb-4d61-a30c-597d8fc2c245} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:15.662739 [ 5 ] {401dd309-5fbb-4d61-a30c-597d8fc2c245} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:15.663049 [ 5 ] {401dd309-5fbb-4d61-a30c-597d8fc2c245} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.19 00:39:15.663257 [ 5 ] {401dd309-5fbb-4d61-a30c-597d8fc2c245} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:15.663365 [ 7 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.19 00:39:15.663384 [ 5 ] {401dd309-5fbb-4d61-a30c-597d8fc2c245} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.09.19 00:39:15.663397 [ 7 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:15.663425 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:15.663428 [ 5 ] {401dd309-5fbb-4d61-a30c-597d8fc2c245} TCPHandler: Processed in 0.001259106 sec. 2025.09.19 00:39:15.663517 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:39:15.663610 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:15.663639 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 7300 rows starting from the beginning of the part 2025.09.19 00:39:15.663693 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:39:15.663735 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 104 rows starting from the beginning of the part 2025.09.19 00:39:15.663770 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:39:15.663804 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 104 rows starting from the beginning of the part 2025.09.19 00:39:15.663843 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:39:15.665519 [ 188 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 7688 rows, containing 4 columns (4 merged, 0 gathered) in 0.002037346 sec., 3773536.748299012 rows/sec., 239.94 MiB/sec. 2025.09.19 00:39:15.666027 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.19 00:39:15.666335 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_96_19} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:15.666413 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_96_19} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.19 00:39:15.666503 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. 2025.09.19 00:39:15.667178 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 33461 rows, containing 5 columns (5 merged, 0 gathered) in 0.007247085 sec., 4617166.764292126 rows/sec., 309.15 MiB/sec. 2025.09.19 00:39:15.667430 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2025.09.19 00:39:15.667695 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_95_19} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:15.667772 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_95_19} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 5 parts: [all_1_91_18, all_95_95_0] -> all_1_95_19 2025.09.19 00:39:15.667861 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.09.19 00:39:19.707091 [ 82 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:39:19.707158 [ 82 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:39:19.871565 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31621 2025.09.19 00:39:19.872142 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:19.872185 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:19.872693 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:39:19.872933 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:19.873055 [ 82 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.19 00:39:19.873072 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31621 2025.09.19 00:39:19.873102 [ 82 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:19.873125 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:19.873250 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:19.873386 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:19.873426 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29253 rows starting from the beginning of the part 2025.09.19 00:39:19.873489 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:19.873534 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:19.873574 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:19.873613 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:19.873652 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:19.876059 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31621 rows, containing 4 columns (4 merged, 0 gathered) in 0.002864508 sec., 11038893.939203521 rows/sec., 157.91 MiB/sec. 2025.09.19 00:39:19.876335 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.19 00:39:19.876593 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_66_13} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:19.876665 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_66_13} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.19 00:39:19.876900 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. 2025.09.19 00:39:20.662588 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:20.662758 [ 5 ] {65724c51-2f18-4709-9f22-e5818b4cd705} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:39:20.662820 [ 5 ] {65724c51-2f18-4709-9f22-e5818b4cd705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:39:20.663730 [ 5 ] {65724c51-2f18-4709-9f22-e5818b4cd705} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:20.663768 [ 5 ] {65724c51-2f18-4709-9f22-e5818b4cd705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:20.664156 [ 5 ] {65724c51-2f18-4709-9f22-e5818b4cd705} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:39:20.664385 [ 5 ] {65724c51-2f18-4709-9f22-e5818b4cd705} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:20.664531 [ 5 ] {65724c51-2f18-4709-9f22-e5818b4cd705} executeQuery: Read 410 rows, 26.63 KiB in 0.001818 sec., 225522.55225522554 rows/sec., 14.31 MiB/sec. 2025.09.19 00:39:20.664572 [ 5 ] {65724c51-2f18-4709-9f22-e5818b4cd705} TCPHandler: Processed in 0.002101778 sec. 2025.09.19 00:39:20.664709 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:20.664802 [ 5 ] {c55a9edb-acac-4ded-8b14-97979e36db80} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:20.664842 [ 5 ] {c55a9edb-acac-4ded-8b14-97979e36db80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:20.665788 [ 5 ] {c55a9edb-acac-4ded-8b14-97979e36db80} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:20.665821 [ 5 ] {c55a9edb-acac-4ded-8b14-97979e36db80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:20.666191 [ 5 ] {c55a9edb-acac-4ded-8b14-97979e36db80} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.19 00:39:20.666405 [ 5 ] {c55a9edb-acac-4ded-8b14-97979e36db80} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:20.666529 [ 5 ] {c55a9edb-acac-4ded-8b14-97979e36db80} executeQuery: Read 1112 rows, 89.80 KiB in 0.001746 sec., 636884.3069873998 rows/sec., 50.23 MiB/sec. 2025.09.19 00:39:20.666565 [ 5 ] {c55a9edb-acac-4ded-8b14-97979e36db80} TCPHandler: Processed in 0.001913465 sec. 2025.09.19 00:39:20.666697 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:20.666794 [ 5 ] {d37471be-b48f-4a35-aabb-08010a7cec21} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:20.666834 [ 5 ] {d37471be-b48f-4a35-aabb-08010a7cec21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:20.667308 [ 5 ] {d37471be-b48f-4a35-aabb-08010a7cec21} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:20.667343 [ 5 ] {d37471be-b48f-4a35-aabb-08010a7cec21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:20.667643 [ 5 ] {d37471be-b48f-4a35-aabb-08010a7cec21} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.19 00:39:20.667852 [ 5 ] {d37471be-b48f-4a35-aabb-08010a7cec21} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:20.667977 [ 5 ] {d37471be-b48f-4a35-aabb-08010a7cec21} executeQuery: Read 205 rows, 12.32 KiB in 0.001202 sec., 170549.08485856905 rows/sec., 10.01 MiB/sec. 2025.09.19 00:39:20.668013 [ 5 ] {d37471be-b48f-4a35-aabb-08010a7cec21} TCPHandler: Processed in 0.001373758 sec. 2025.09.19 00:39:20.668116 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:20.668214 [ 5 ] {281e48f4-04bd-44d5-984d-ca20a9e4fc6e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:39:20.668253 [ 5 ] {281e48f4-04bd-44d5-984d-ca20a9e4fc6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:39:20.668772 [ 5 ] {281e48f4-04bd-44d5-984d-ca20a9e4fc6e} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:20.668807 [ 5 ] {281e48f4-04bd-44d5-984d-ca20a9e4fc6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:20.669114 [ 5 ] {281e48f4-04bd-44d5-984d-ca20a9e4fc6e} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:39:20.669317 [ 5 ] {281e48f4-04bd-44d5-984d-ca20a9e4fc6e} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:20.669440 [ 5 ] {281e48f4-04bd-44d5-984d-ca20a9e4fc6e} executeQuery: Read 212 rows, 14.00 KiB in 0.001245 sec., 170281.12449799196 rows/sec., 10.98 MiB/sec. 2025.09.19 00:39:20.669477 [ 5 ] {281e48f4-04bd-44d5-984d-ca20a9e4fc6e} TCPHandler: Processed in 0.001409019 sec. 2025.09.19 00:39:20.669578 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:20.669671 [ 5 ] {74c52935-f71b-4d02-81b6-00885ec513dd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:39:20.669710 [ 5 ] {74c52935-f71b-4d02-81b6-00885ec513dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:39:20.670186 [ 5 ] {74c52935-f71b-4d02-81b6-00885ec513dd} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:20.670220 [ 5 ] {74c52935-f71b-4d02-81b6-00885ec513dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:20.670512 [ 5 ] {74c52935-f71b-4d02-81b6-00885ec513dd} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:39:20.670717 [ 5 ] {74c52935-f71b-4d02-81b6-00885ec513dd} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:20.670840 [ 5 ] {74c52935-f71b-4d02-81b6-00885ec513dd} executeQuery: Read 211 rows, 12.27 KiB in 0.001187 sec., 177759.05644481888 rows/sec., 10.09 MiB/sec. 2025.09.19 00:39:20.670876 [ 5 ] {74c52935-f71b-4d02-81b6-00885ec513dd} TCPHandler: Processed in 0.001344568 sec. 2025.09.19 00:39:20.670985 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:20.671077 [ 5 ] {af58591a-ac1c-4ec7-86a0-91720b971fe6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:20.671115 [ 5 ] {af58591a-ac1c-4ec7-86a0-91720b971fe6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:20.671791 [ 5 ] {af58591a-ac1c-4ec7-86a0-91720b971fe6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:20.671826 [ 5 ] {af58591a-ac1c-4ec7-86a0-91720b971fe6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:20.672149 [ 5 ] {af58591a-ac1c-4ec7-86a0-91720b971fe6} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.19 00:39:20.672349 [ 5 ] {af58591a-ac1c-4ec7-86a0-91720b971fe6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:20.672475 [ 5 ] {af58591a-ac1c-4ec7-86a0-91720b971fe6} executeQuery: Read 679 rows, 48.47 KiB in 0.001416 sec., 479519.7740112995 rows/sec., 33.43 MiB/sec. 2025.09.19 00:39:20.672512 [ 5 ] {af58591a-ac1c-4ec7-86a0-91720b971fe6} TCPHandler: Processed in 0.001574391 sec. 2025.09.19 00:39:20.672618 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:20.672711 [ 5 ] {60887895-8e49-4ebd-b4b0-c21684fe087f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:39:20.672752 [ 5 ] {60887895-8e49-4ebd-b4b0-c21684fe087f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:39:20.673082 [ 5 ] {60887895-8e49-4ebd-b4b0-c21684fe087f} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:20.673116 [ 5 ] {60887895-8e49-4ebd-b4b0-c21684fe087f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:20.673399 [ 5 ] {60887895-8e49-4ebd-b4b0-c21684fe087f} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.19 00:39:20.673602 [ 5 ] {60887895-8e49-4ebd-b4b0-c21684fe087f} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:20.673728 [ 5 ] {60887895-8e49-4ebd-b4b0-c21684fe087f} executeQuery: Read 6 rows, 321.00 B in 0.001036 sec., 5791.505791505791 rows/sec., 302.58 KiB/sec. 2025.09.19 00:39:20.673764 [ 5 ] {60887895-8e49-4ebd-b4b0-c21684fe087f} TCPHandler: Processed in 0.001193116 sec. 2025.09.19 00:39:20.673869 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:20.673961 [ 5 ] {dd1bd803-2568-459a-bbd3-d54160a10cb6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:20.674001 [ 5 ] {dd1bd803-2568-459a-bbd3-d54160a10cb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:20.674459 [ 5 ] {dd1bd803-2568-459a-bbd3-d54160a10cb6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:20.674494 [ 5 ] {dd1bd803-2568-459a-bbd3-d54160a10cb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:20.674828 [ 5 ] {dd1bd803-2568-459a-bbd3-d54160a10cb6} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.19 00:39:20.675040 [ 5 ] {dd1bd803-2568-459a-bbd3-d54160a10cb6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:20.675171 [ 5 ] {dd1bd803-2568-459a-bbd3-d54160a10cb6} executeQuery: Read 314 rows, 21.12 KiB in 0.001228 sec., 255700.32573289904 rows/sec., 16.80 MiB/sec. 2025.09.19 00:39:20.675207 [ 5 ] {dd1bd803-2568-459a-bbd3-d54160a10cb6} TCPHandler: Processed in 0.001384988 sec. 2025.09.19 00:39:20.675312 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:20.675405 [ 5 ] {b49c0e7e-5ca0-46db-b12e-1ab2de1550c7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:39:20.675446 [ 5 ] {b49c0e7e-5ca0-46db-b12e-1ab2de1550c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:39:20.675756 [ 5 ] {b49c0e7e-5ca0-46db-b12e-1ab2de1550c7} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:20.675789 [ 5 ] {b49c0e7e-5ca0-46db-b12e-1ab2de1550c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:20.676070 [ 5 ] {b49c0e7e-5ca0-46db-b12e-1ab2de1550c7} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:39:20.676268 [ 5 ] {b49c0e7e-5ca0-46db-b12e-1ab2de1550c7} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:20.676393 [ 5 ] {b49c0e7e-5ca0-46db-b12e-1ab2de1550c7} executeQuery: Read 1 rows, 69.00 B in 0.001007 sec., 993.0486593843098 rows/sec., 66.91 KiB/sec. 2025.09.19 00:39:20.676428 [ 5 ] {b49c0e7e-5ca0-46db-b12e-1ab2de1550c7} TCPHandler: Processed in 0.001164245 sec. 2025.09.19 00:39:20.676529 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:20.676628 [ 5 ] {ea183928-9b76-4e70-be92-907fba08a86e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:20.676668 [ 5 ] {ea183928-9b76-4e70-be92-907fba08a86e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:20.677007 [ 5 ] {ea183928-9b76-4e70-be92-907fba08a86e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:20.677042 [ 5 ] {ea183928-9b76-4e70-be92-907fba08a86e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:20.677362 [ 5 ] {ea183928-9b76-4e70-be92-907fba08a86e} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.19 00:39:20.677577 [ 5 ] {ea183928-9b76-4e70-be92-907fba08a86e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:20.677702 [ 5 ] {ea183928-9b76-4e70-be92-907fba08a86e} executeQuery: Read 104 rows, 6.53 KiB in 0.001093 sec., 95150.96065873741 rows/sec., 5.83 MiB/sec. 2025.09.19 00:39:20.677738 [ 5 ] {ea183928-9b76-4e70-be92-907fba08a86e} TCPHandler: Processed in 0.001257226 sec. 2025.09.19 00:39:21.552537 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.09.19 00:39:21.570986 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:21.571041 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:21.577097 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:39:21.577843 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:21.578143 [ 100 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.19 00:39:21.578186 [ 100 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:21.578210 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.09.19 00:39:21.578312 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:21.581054 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.09.19 00:39:21.581324 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:21.582111 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:21.585533 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:21.588851 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:21.592761 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:21.596788 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:21.600443 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:21.654552 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.076275368 sec., 6515.864990648095 rows/sec., 33.69 MiB/sec. 2025.09.19 00:39:21.657134 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.19 00:39:21.658920 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_66_13} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:21.659028 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_66_13} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.19 00:39:21.660798 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2025.09.19 00:39:22.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 358.88 MiB, peak 372.60 MiB, free memory in arenas 0.00 B, will set to 360.87 MiB (RSS), difference: 1.99 MiB 2025.09.19 00:39:24.969918 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1850 2025.09.19 00:39:24.972452 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:24.972492 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:24.973675 [ 242 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:39:24.973947 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:24.974208 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1850 2025.09.19 00:39:25.680508 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:25.680701 [ 5 ] {8dd741ad-59c1-41c7-baaf-5fec230a52d9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:39:25.680773 [ 5 ] {8dd741ad-59c1-41c7-baaf-5fec230a52d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:39:25.681489 [ 5 ] {8dd741ad-59c1-41c7-baaf-5fec230a52d9} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:25.681533 [ 5 ] {8dd741ad-59c1-41c7-baaf-5fec230a52d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:25.681933 [ 5 ] {8dd741ad-59c1-41c7-baaf-5fec230a52d9} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.19 00:39:25.682150 [ 5 ] {8dd741ad-59c1-41c7-baaf-5fec230a52d9} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:25.682294 [ 5 ] {8dd741ad-59c1-41c7-baaf-5fec230a52d9} executeQuery: Read 14 rows, 1.14 KiB in 0.001646 sec., 8505.46780072904 rows/sec., 693.56 KiB/sec. 2025.09.19 00:39:25.682341 [ 5 ] {8dd741ad-59c1-41c7-baaf-5fec230a52d9} TCPHandler: Processed in 0.001965786 sec. 2025.09.19 00:39:25.682519 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:25.682614 [ 5 ] {ece25fa6-68ce-4284-8de3-73b460f220b5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:25.682653 [ 5 ] {ece25fa6-68ce-4284-8de3-73b460f220b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:25.684007 [ 5 ] {ece25fa6-68ce-4284-8de3-73b460f220b5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:25.684044 [ 5 ] {ece25fa6-68ce-4284-8de3-73b460f220b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:25.684432 [ 5 ] {ece25fa6-68ce-4284-8de3-73b460f220b5} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.19 00:39:25.684646 [ 5 ] {ece25fa6-68ce-4284-8de3-73b460f220b5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:25.684780 [ 5 ] {ece25fa6-68ce-4284-8de3-73b460f220b5} executeQuery: Read 1287 rows, 109.05 KiB in 0.002185 sec., 589016.0183066361 rows/sec., 48.74 MiB/sec. 2025.09.19 00:39:25.684818 [ 5 ] {ece25fa6-68ce-4284-8de3-73b460f220b5} TCPHandler: Processed in 0.00234761 sec. 2025.09.19 00:39:25.684933 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:25.685027 [ 5 ] {5ab4b367-c533-429d-8716-84d2b14c83a4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:25.685067 [ 5 ] {5ab4b367-c533-429d-8716-84d2b14c83a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:25.685508 [ 5 ] {5ab4b367-c533-429d-8716-84d2b14c83a4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:25.685542 [ 5 ] {5ab4b367-c533-429d-8716-84d2b14c83a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:25.685849 [ 5 ] {5ab4b367-c533-429d-8716-84d2b14c83a4} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.19 00:39:25.686050 [ 5 ] {5ab4b367-c533-429d-8716-84d2b14c83a4} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:25.686151 [ 109 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.19 00:39:25.686175 [ 5 ] {5ab4b367-c533-429d-8716-84d2b14c83a4} executeQuery: Read 56 rows, 4.14 KiB in 0.001167 sec., 47986.289631533844 rows/sec., 3.46 MiB/sec. 2025.09.19 00:39:25.686186 [ 109 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:25.686207 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:25.686214 [ 5 ] {5ab4b367-c533-429d-8716-84d2b14c83a4} TCPHandler: Processed in 0.001329238 sec. 2025.09.19 00:39:25.686328 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:25.686346 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:39:25.686422 [ 5 ] {09db63a2-24db-4bed-9b6d-ea80b9f8f636} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:39:25.686467 [ 5 ] {09db63a2-24db-4bed-9b6d-ea80b9f8f636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:39:25.686506 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:25.686548 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 265 rows starting from the beginning of the part 2025.09.19 00:39:25.686622 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 42 rows starting from the beginning of the part 2025.09.19 00:39:25.686674 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 205 rows starting from the beginning of the part 2025.09.19 00:39:25.686723 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 42 rows starting from the beginning of the part 2025.09.19 00:39:25.686769 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 205 rows starting from the beginning of the part 2025.09.19 00:39:25.686819 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part 2025.09.19 00:39:25.687115 [ 5 ] {09db63a2-24db-4bed-9b6d-ea80b9f8f636} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:25.687160 [ 5 ] {09db63a2-24db-4bed-9b6d-ea80b9f8f636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:25.687571 [ 5 ] {09db63a2-24db-4bed-9b6d-ea80b9f8f636} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:39:25.687771 [ 192 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 815 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148837 sec., 547578.8950328212 rows/sec., 36.09 MiB/sec. 2025.09.19 00:39:25.687780 [ 5 ] {09db63a2-24db-4bed-9b6d-ea80b9f8f636} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:25.687997 [ 5 ] {09db63a2-24db-4bed-9b6d-ea80b9f8f636} executeQuery: Read 228 rows, 15.81 KiB in 0.001591 sec., 143306.0967944689 rows/sec., 9.70 MiB/sec. 2025.09.19 00:39:25.687996 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.19 00:39:25.688044 [ 5 ] {09db63a2-24db-4bed-9b6d-ea80b9f8f636} TCPHandler: Processed in 0.001763132 sec. 2025.09.19 00:39:25.688167 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:25.688281 [ 5 ] {7eed43ea-b78c-42c3-9abd-176fd7364d99} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:25.688329 [ 5 ] {7eed43ea-b78c-42c3-9abd-176fd7364d99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:25.688339 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_96_19} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:25.688432 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_96_19} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.19 00:39:25.688537 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:39:25.689055 [ 5 ] {7eed43ea-b78c-42c3-9abd-176fd7364d99} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:25.689095 [ 5 ] {7eed43ea-b78c-42c3-9abd-176fd7364d99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:25.689436 [ 5 ] {7eed43ea-b78c-42c3-9abd-176fd7364d99} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.19 00:39:25.689652 [ 5 ] {7eed43ea-b78c-42c3-9abd-176fd7364d99} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:25.689786 [ 5 ] {7eed43ea-b78c-42c3-9abd-176fd7364d99} executeQuery: Read 576 rows, 43.91 KiB in 0.001529 sec., 376716.8083714846 rows/sec., 28.04 MiB/sec. 2025.09.19 00:39:25.689823 [ 5 ] {7eed43ea-b78c-42c3-9abd-176fd7364d99} TCPHandler: Processed in 0.001713202 sec. 2025.09.19 00:39:25.689929 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:25.690021 [ 5 ] {1fee8f4b-d156-4249-859b-890763381db9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:25.690063 [ 5 ] {1fee8f4b-d156-4249-859b-890763381db9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:25.690708 [ 5 ] {1fee8f4b-d156-4249-859b-890763381db9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:25.690752 [ 5 ] {1fee8f4b-d156-4249-859b-890763381db9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:25.691117 [ 5 ] {1fee8f4b-d156-4249-859b-890763381db9} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.19 00:39:25.691319 [ 5 ] {1fee8f4b-d156-4249-859b-890763381db9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:25.691446 [ 5 ] {1fee8f4b-d156-4249-859b-890763381db9} executeQuery: Read 851 rows, 58.66 KiB in 0.001444 sec., 589335.1800554016 rows/sec., 39.67 MiB/sec. 2025.09.19 00:39:25.691482 [ 5 ] {1fee8f4b-d156-4249-859b-890763381db9} TCPHandler: Processed in 0.00160103 sec. 2025.09.19 00:39:25.691590 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:25.691681 [ 5 ] {72ac40e5-c09c-438a-b56c-50617c37f5d8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:25.691734 [ 5 ] {72ac40e5-c09c-438a-b56c-50617c37f5d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:39:25.692600 [ 5 ] {72ac40e5-c09c-438a-b56c-50617c37f5d8} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:25.692634 [ 5 ] {72ac40e5-c09c-438a-b56c-50617c37f5d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:25.693177 [ 5 ] {72ac40e5-c09c-438a-b56c-50617c37f5d8} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:39:25.693393 [ 5 ] {72ac40e5-c09c-438a-b56c-50617c37f5d8} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:25.693526 [ 5 ] {72ac40e5-c09c-438a-b56c-50617c37f5d8} executeQuery: Read 42 rows, 77.07 KiB in 0.001862 sec., 22556.39097744361 rows/sec., 40.42 MiB/sec. 2025.09.19 00:39:25.693577 [ 5 ] {72ac40e5-c09c-438a-b56c-50617c37f5d8} TCPHandler: Processed in 0.002034837 sec. 2025.09.19 00:39:25.693687 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:25.693780 [ 5 ] {af218ca9-b1d3-4282-98ee-439eb0256e43} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:25.693819 [ 5 ] {af218ca9-b1d3-4282-98ee-439eb0256e43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:25.694150 [ 5 ] {af218ca9-b1d3-4282-98ee-439eb0256e43} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:25.694185 [ 5 ] {af218ca9-b1d3-4282-98ee-439eb0256e43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:25.694481 [ 5 ] {af218ca9-b1d3-4282-98ee-439eb0256e43} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.19 00:39:25.694685 [ 5 ] {af218ca9-b1d3-4282-98ee-439eb0256e43} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:25.694826 [ 5 ] {af218ca9-b1d3-4282-98ee-439eb0256e43} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.09.19 00:39:25.694862 [ 5 ] {af218ca9-b1d3-4282-98ee-439eb0256e43} TCPHandler: Processed in 0.001222896 sec. 2025.09.19 00:39:27.373245 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32133 2025.09.19 00:39:27.373891 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:27.373943 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:27.374438 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:39:27.374667 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:27.374823 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32133 2025.09.19 00:39:29.081127 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.09.19 00:39:29.096651 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:29.096717 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:29.102327 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:39:29.102994 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:29.105898 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.09.19 00:39:30.662275 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:30.662445 [ 5 ] {0580160e-9e24-47d2-913d-0b436d25996a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:39:30.662507 [ 5 ] {0580160e-9e24-47d2-913d-0b436d25996a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:39:30.663275 [ 5 ] {0580160e-9e24-47d2-913d-0b436d25996a} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.663324 [ 5 ] {0580160e-9e24-47d2-913d-0b436d25996a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.663724 [ 5 ] {0580160e-9e24-47d2-913d-0b436d25996a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:39:30.663948 [ 5 ] {0580160e-9e24-47d2-913d-0b436d25996a} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.664100 [ 5 ] {0580160e-9e24-47d2-913d-0b436d25996a} executeQuery: Read 410 rows, 26.63 KiB in 0.001702 sec., 240893.06698002352 rows/sec., 15.28 MiB/sec. 2025.09.19 00:39:30.664141 [ 5 ] {0580160e-9e24-47d2-913d-0b436d25996a} TCPHandler: Processed in 0.001988256 sec. 2025.09.19 00:39:30.664273 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:30.664398 [ 5 ] {eecb67ed-a7d0-47d2-82ac-33343b64ec05} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:30.664447 [ 5 ] {eecb67ed-a7d0-47d2-82ac-33343b64ec05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:30.665217 [ 5 ] {eecb67ed-a7d0-47d2-82ac-33343b64ec05} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.665253 [ 5 ] {eecb67ed-a7d0-47d2-82ac-33343b64ec05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.665625 [ 5 ] {eecb67ed-a7d0-47d2-82ac-33343b64ec05} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.19 00:39:30.665838 [ 5 ] {eecb67ed-a7d0-47d2-82ac-33343b64ec05} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.665967 [ 5 ] {eecb67ed-a7d0-47d2-82ac-33343b64ec05} executeQuery: Read 1112 rows, 89.80 KiB in 0.001593 sec., 698053.9861895794 rows/sec., 55.05 MiB/sec. 2025.09.19 00:39:30.666004 [ 5 ] {eecb67ed-a7d0-47d2-82ac-33343b64ec05} TCPHandler: Processed in 0.001799763 sec. 2025.09.19 00:39:30.666115 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:30.666207 [ 5 ] {9eb09749-6e4f-466a-ae91-5e331678f3f5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:30.666246 [ 5 ] {9eb09749-6e4f-466a-ae91-5e331678f3f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:30.666705 [ 5 ] {9eb09749-6e4f-466a-ae91-5e331678f3f5} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.666743 [ 5 ] {9eb09749-6e4f-466a-ae91-5e331678f3f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.667043 [ 5 ] {9eb09749-6e4f-466a-ae91-5e331678f3f5} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.19 00:39:30.667252 [ 5 ] {9eb09749-6e4f-466a-ae91-5e331678f3f5} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.667380 [ 5 ] {9eb09749-6e4f-466a-ae91-5e331678f3f5} executeQuery: Read 205 rows, 12.32 KiB in 0.001191 sec., 172124.26532325777 rows/sec., 10.10 MiB/sec. 2025.09.19 00:39:30.667417 [ 5 ] {9eb09749-6e4f-466a-ae91-5e331678f3f5} TCPHandler: Processed in 0.001349688 sec. 2025.09.19 00:39:30.667535 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:30.667658 [ 5 ] {1de50057-5da8-417e-9245-c541fa76df7d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:39:30.667708 [ 5 ] {1de50057-5da8-417e-9245-c541fa76df7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:39:30.668275 [ 5 ] {1de50057-5da8-417e-9245-c541fa76df7d} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.668319 [ 5 ] {1de50057-5da8-417e-9245-c541fa76df7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.668694 [ 5 ] {1de50057-5da8-417e-9245-c541fa76df7d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:39:30.668917 [ 5 ] {1de50057-5da8-417e-9245-c541fa76df7d} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.669038 [ 103 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2025.09.19 00:39:30.669056 [ 5 ] {1de50057-5da8-417e-9245-c541fa76df7d} executeQuery: Read 212 rows, 14.00 KiB in 0.001423 sec., 148981.0260014055 rows/sec., 9.61 MiB/sec. 2025.09.19 00:39:30.669104 [ 103 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.669113 [ 5 ] {1de50057-5da8-417e-9245-c541fa76df7d} TCPHandler: Processed in 0.001638302 sec. 2025.09.19 00:39:30.669134 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.669238 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2025.09.19 00:39:30.669243 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:30.669355 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:30.669380 [ 5 ] {d6884e94-b25b-4fc1-a420-65c551ffd2a1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:39:30.669393 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 441 rows starting from the beginning of the part 2025.09.19 00:39:30.669437 [ 5 ] {d6884e94-b25b-4fc1-a420-65c551ffd2a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:39:30.669471 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 212 rows starting from the beginning of the part 2025.09.19 00:39:30.669522 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 212 rows starting from the beginning of the part 2025.09.19 00:39:30.669566 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 212 rows starting from the beginning of the part 2025.09.19 00:39:30.669607 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 228 rows starting from the beginning of the part 2025.09.19 00:39:30.669647 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 212 rows starting from the beginning of the part 2025.09.19 00:39:30.669954 [ 5 ] {d6884e94-b25b-4fc1-a420-65c551ffd2a1} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.669995 [ 5 ] {d6884e94-b25b-4fc1-a420-65c551ffd2a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.670348 [ 5 ] {d6884e94-b25b-4fc1-a420-65c551ffd2a1} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:39:30.670575 [ 5 ] {d6884e94-b25b-4fc1-a420-65c551ffd2a1} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.670678 [ 187 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001484099 sec., 1022169.0062455402 rows/sec., 70.81 MiB/sec. 2025.09.19 00:39:30.670709 [ 5 ] {d6884e94-b25b-4fc1-a420-65c551ffd2a1} executeQuery: Read 211 rows, 12.27 KiB in 0.001353 sec., 155949.74131559496 rows/sec., 8.86 MiB/sec. 2025.09.19 00:39:30.670754 [ 5 ] {d6884e94-b25b-4fc1-a420-65c551ffd2a1} TCPHandler: Processed in 0.00157047 sec. 2025.09.19 00:39:30.670877 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:30.670899 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2025.09.19 00:39:30.670972 [ 5 ] {4ffa0d6f-eb8a-4f16-8542-a67cd0e2881c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:30.671017 [ 5 ] {4ffa0d6f-eb8a-4f16-8542-a67cd0e2881c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:30.671257 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.671353 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_65_13} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2025.09.19 00:39:30.671465 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:39:30.671704 [ 5 ] {4ffa0d6f-eb8a-4f16-8542-a67cd0e2881c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.671747 [ 5 ] {4ffa0d6f-eb8a-4f16-8542-a67cd0e2881c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.672092 [ 5 ] {4ffa0d6f-eb8a-4f16-8542-a67cd0e2881c} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.19 00:39:30.672299 [ 5 ] {4ffa0d6f-eb8a-4f16-8542-a67cd0e2881c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.672431 [ 5 ] {4ffa0d6f-eb8a-4f16-8542-a67cd0e2881c} executeQuery: Read 679 rows, 48.47 KiB in 0.001476 sec., 460027.1002710027 rows/sec., 32.07 MiB/sec. 2025.09.19 00:39:30.672469 [ 5 ] {4ffa0d6f-eb8a-4f16-8542-a67cd0e2881c} TCPHandler: Processed in 0.001638852 sec. 2025.09.19 00:39:30.672579 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:30.672671 [ 5 ] {8a0efc46-9ed2-4119-b3be-cc8b83ebae13} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:39:30.672713 [ 5 ] {8a0efc46-9ed2-4119-b3be-cc8b83ebae13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:39:30.673045 [ 5 ] {8a0efc46-9ed2-4119-b3be-cc8b83ebae13} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.673081 [ 5 ] {8a0efc46-9ed2-4119-b3be-cc8b83ebae13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.673393 [ 5 ] {8a0efc46-9ed2-4119-b3be-cc8b83ebae13} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.19 00:39:30.673590 [ 5 ] {8a0efc46-9ed2-4119-b3be-cc8b83ebae13} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.673717 [ 5 ] {8a0efc46-9ed2-4119-b3be-cc8b83ebae13} executeQuery: Read 6 rows, 321.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 294.62 KiB/sec. 2025.09.19 00:39:30.673754 [ 5 ] {8a0efc46-9ed2-4119-b3be-cc8b83ebae13} TCPHandler: Processed in 0.001223276 sec. 2025.09.19 00:39:30.673861 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:30.673953 [ 5 ] {11bc07a5-b8c4-4dc0-856e-b70cfe4882a7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:30.673995 [ 5 ] {11bc07a5-b8c4-4dc0-856e-b70cfe4882a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:30.674419 [ 5 ] {11bc07a5-b8c4-4dc0-856e-b70cfe4882a7} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.674456 [ 5 ] {11bc07a5-b8c4-4dc0-856e-b70cfe4882a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.674781 [ 5 ] {11bc07a5-b8c4-4dc0-856e-b70cfe4882a7} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.19 00:39:30.674984 [ 5 ] {11bc07a5-b8c4-4dc0-856e-b70cfe4882a7} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.675116 [ 5 ] {11bc07a5-b8c4-4dc0-856e-b70cfe4882a7} executeQuery: Read 314 rows, 21.12 KiB in 0.001181 sec., 265876.3759525826 rows/sec., 17.47 MiB/sec. 2025.09.19 00:39:30.675153 [ 5 ] {11bc07a5-b8c4-4dc0-856e-b70cfe4882a7} TCPHandler: Processed in 0.001339078 sec. 2025.09.19 00:39:30.675272 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:30.675393 [ 5 ] {5a1d0eef-8f57-4892-953e-bcf59012fb21} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:39:30.675444 [ 5 ] {5a1d0eef-8f57-4892-953e-bcf59012fb21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:39:30.675778 [ 5 ] {5a1d0eef-8f57-4892-953e-bcf59012fb21} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.675815 [ 5 ] {5a1d0eef-8f57-4892-953e-bcf59012fb21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.676148 [ 5 ] {5a1d0eef-8f57-4892-953e-bcf59012fb21} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:39:30.676359 [ 5 ] {5a1d0eef-8f57-4892-953e-bcf59012fb21} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.676492 [ 5 ] {5a1d0eef-8f57-4892-953e-bcf59012fb21} executeQuery: Read 1 rows, 69.00 B in 0.001123 sec., 890.4719501335708 rows/sec., 60.00 KiB/sec. 2025.09.19 00:39:30.676497 [ 102 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2025.09.19 00:39:30.676529 [ 5 ] {5a1d0eef-8f57-4892-953e-bcf59012fb21} TCPHandler: Processed in 0.001317517 sec. 2025.09.19 00:39:30.676567 [ 102 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.676595 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.676651 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:30.676668 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2025.09.19 00:39:30.676751 [ 5 ] {5ab14508-f50d-47e5-a4cb-ad17dae357af} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:30.676765 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:30.676798 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 45 rows starting from the beginning of the part 2025.09.19 00:39:30.676798 [ 5 ] {5ab14508-f50d-47e5-a4cb-ad17dae357af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:30.676844 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part 2025.09.19 00:39:30.676884 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part 2025.09.19 00:39:30.676913 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part 2025.09.19 00:39:30.676945 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part 2025.09.19 00:39:30.676978 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part 2025.09.19 00:39:30.677150 [ 5 ] {5ab14508-f50d-47e5-a4cb-ad17dae357af} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:30.677192 [ 5 ] {5ab14508-f50d-47e5-a4cb-ad17dae357af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:30.677519 [ 5 ] {5ab14508-f50d-47e5-a4cb-ad17dae357af} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.19 00:39:30.677719 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.001079894 sec., 46300.84063806262 rows/sec., 3.04 MiB/sec. 2025.09.19 00:39:30.677739 [ 5 ] {5ab14508-f50d-47e5-a4cb-ad17dae357af} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.677873 [ 5 ] {5ab14508-f50d-47e5-a4cb-ad17dae357af} executeQuery: Read 104 rows, 6.53 KiB in 0.001141 sec., 91148.11568799298 rows/sec., 5.58 MiB/sec. 2025.09.19 00:39:30.677910 [ 5 ] {5ab14508-f50d-47e5-a4cb-ad17dae357af} TCPHandler: Processed in 0.001309067 sec. 2025.09.19 00:39:30.677922 [ 186 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2025.09.19 00:39:30.678278 [ 186 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:30.678370 [ 186 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_50_10} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2025.09.19 00:39:30.678478 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:39:34.707206 [ 99 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:39:34.707272 [ 99 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:39:34.875004 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 32581 2025.09.19 00:39:34.875859 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:34.875956 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:34.876501 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:39:34.876745 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:34.876898 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32581 2025.09.19 00:39:34.974451 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1886 2025.09.19 00:39:34.977243 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:34.977302 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:34.978596 [ 242 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:39:34.978877 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:34.979255 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1886 2025.09.19 00:39:35.653836 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:35.654113 [ 5 ] {0c7895f3-342c-4259-92f2-fbf63c1b1596} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:35.654217 [ 5 ] {0c7895f3-342c-4259-92f2-fbf63c1b1596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:35.655141 [ 5 ] {0c7895f3-342c-4259-92f2-fbf63c1b1596} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:35.655191 [ 5 ] {0c7895f3-342c-4259-92f2-fbf63c1b1596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:35.655598 [ 5 ] {0c7895f3-342c-4259-92f2-fbf63c1b1596} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.19 00:39:35.655825 [ 5 ] {0c7895f3-342c-4259-92f2-fbf63c1b1596} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:35.655985 [ 5 ] {0c7895f3-342c-4259-92f2-fbf63c1b1596} executeQuery: Read 140 rows, 12.42 KiB in 0.001946 sec., 71942.44604316547 rows/sec., 6.23 MiB/sec. 2025.09.19 00:39:35.656035 [ 5 ] {0c7895f3-342c-4259-92f2-fbf63c1b1596} TCPHandler: Processed in 0.002379111 sec. 2025.09.19 00:39:35.656162 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:35.656261 [ 5 ] {bde7217f-1b11-40d9-9cce-f642bbb5b3dd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:35.656305 [ 5 ] {bde7217f-1b11-40d9-9cce-f642bbb5b3dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:35.656731 [ 5 ] {bde7217f-1b11-40d9-9cce-f642bbb5b3dd} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:35.656768 [ 5 ] {bde7217f-1b11-40d9-9cce-f642bbb5b3dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:35.657071 [ 5 ] {bde7217f-1b11-40d9-9cce-f642bbb5b3dd} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.19 00:39:35.657281 [ 5 ] {bde7217f-1b11-40d9-9cce-f642bbb5b3dd} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:35.657416 [ 5 ] {bde7217f-1b11-40d9-9cce-f642bbb5b3dd} executeQuery: Read 42 rows, 3.16 KiB in 0.001177 sec., 35683.9422259983 rows/sec., 2.62 MiB/sec. 2025.09.19 00:39:35.657455 [ 5 ] {bde7217f-1b11-40d9-9cce-f642bbb5b3dd} TCPHandler: Processed in 0.001343058 sec. 2025.09.19 00:39:35.657559 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:35.657652 [ 5 ] {52981904-3654-4528-bdc1-9a47d215565c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:35.657692 [ 5 ] {52981904-3654-4528-bdc1-9a47d215565c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:35.658125 [ 5 ] {52981904-3654-4528-bdc1-9a47d215565c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:35.658162 [ 5 ] {52981904-3654-4528-bdc1-9a47d215565c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:35.658462 [ 5 ] {52981904-3654-4528-bdc1-9a47d215565c} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.19 00:39:35.658664 [ 5 ] {52981904-3654-4528-bdc1-9a47d215565c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:35.658792 [ 5 ] {52981904-3654-4528-bdc1-9a47d215565c} executeQuery: Read 106 rows, 8.48 KiB in 0.001158 sec., 91537.1329879102 rows/sec., 7.15 MiB/sec. 2025.09.19 00:39:35.658829 [ 5 ] {52981904-3654-4528-bdc1-9a47d215565c} TCPHandler: Processed in 0.001317117 sec. 2025.09.19 00:39:35.658941 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:35.659032 [ 5 ] {3cdd1324-f167-42c0-9ce2-3217b5d20078} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:35.659074 [ 5 ] {3cdd1324-f167-42c0-9ce2-3217b5d20078} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:35.659482 [ 5 ] {3cdd1324-f167-42c0-9ce2-3217b5d20078} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:35.659517 [ 5 ] {3cdd1324-f167-42c0-9ce2-3217b5d20078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:35.659850 [ 5 ] {3cdd1324-f167-42c0-9ce2-3217b5d20078} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.19 00:39:35.660076 [ 5 ] {3cdd1324-f167-42c0-9ce2-3217b5d20078} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:35.660196 [ 95 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 5 parts from all_1_95_19 to all_99_99_0 2025.09.19 00:39:35.660203 [ 5 ] {3cdd1324-f167-42c0-9ce2-3217b5d20078} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.09.19 00:39:35.660268 [ 95 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:35.660283 [ 5 ] {3cdd1324-f167-42c0-9ce2-3217b5d20078} TCPHandler: Processed in 0.001390068 sec. 2025.09.19 00:39:35.660295 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:35.660403 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_99_20} MergeTask::PrepareStage: Merging 5 parts: from all_1_95_19 to all_99_99_0 into Compact with storage Full 2025.09.19 00:39:35.660408 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:35.660515 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_99_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:35.660517 [ 5 ] {5a3f4a2c-62ab-4251-a118-b3c39ce91248} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:35.660549 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_99_20} MergeTreeSequentialSource: Reading 6 marks from part all_1_95_19, total 33461 rows starting from the beginning of the part 2025.09.19 00:39:35.660579 [ 5 ] {5a3f4a2c-62ab-4251-a118-b3c39ce91248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:39:35.660616 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_99_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2025.09.19 00:39:35.660667 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_99_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 314 rows starting from the beginning of the part 2025.09.19 00:39:35.660709 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_99_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 851 rows starting from the beginning of the part 2025.09.19 00:39:35.660767 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_99_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 314 rows starting from the beginning of the part 2025.09.19 00:39:35.661497 [ 5 ] {5a3f4a2c-62ab-4251-a118-b3c39ce91248} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:35.661531 [ 5 ] {5a3f4a2c-62ab-4251-a118-b3c39ce91248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:35.662296 [ 5 ] {5a3f4a2c-62ab-4251-a118-b3c39ce91248} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:39:35.662533 [ 5 ] {5a3f4a2c-62ab-4251-a118-b3c39ce91248} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:35.662679 [ 5 ] {5a3f4a2c-62ab-4251-a118-b3c39ce91248} executeQuery: Read 42 rows, 77.07 KiB in 0.002179 sec., 19274.896741624598 rows/sec., 34.54 MiB/sec. 2025.09.19 00:39:35.662750 [ 5 ] {5a3f4a2c-62ab-4251-a118-b3c39ce91248} TCPHandler: Processed in 0.002398881 sec. 2025.09.19 00:39:35.662873 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:35.662966 [ 5 ] {a1a12c46-e9a7-4d14-a8e7-5684c2ee43ba} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:35.663007 [ 5 ] {a1a12c46-e9a7-4d14-a8e7-5684c2ee43ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:35.663369 [ 5 ] {a1a12c46-e9a7-4d14-a8e7-5684c2ee43ba} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:35.663405 [ 5 ] {a1a12c46-e9a7-4d14-a8e7-5684c2ee43ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:35.663811 [ 5 ] {a1a12c46-e9a7-4d14-a8e7-5684c2ee43ba} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.19 00:39:35.664028 [ 5 ] {a1a12c46-e9a7-4d14-a8e7-5684c2ee43ba} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:35.664159 [ 5 ] {a1a12c46-e9a7-4d14-a8e7-5684c2ee43ba} executeQuery: Read 60 rows, 4.14 KiB in 0.001212 sec., 49504.9504950495 rows/sec., 3.34 MiB/sec. 2025.09.19 00:39:35.664195 [ 5 ] {a1a12c46-e9a7-4d14-a8e7-5684c2ee43ba} TCPHandler: Processed in 0.001370188 sec. 2025.09.19 00:39:35.669158 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_99_20} MergeTask::MergeProjectionsStage: Merge sorted 35100 rows, containing 5 columns (5 merged, 0 gathered) in 0.008798885 sec., 3989141.8060356514 rows/sec., 267.09 MiB/sec. 2025.09.19 00:39:35.669480 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_99_20} MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary) 2025.09.19 00:39:35.669791 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_99_20} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:35.669857 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_99_20} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 5 parts: [all_1_95_19, all_99_99_0] -> all_1_99_20 2025.09.19 00:39:35.669922 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.09.19 00:39:36.000230 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 361.96 MiB, peak 372.60 MiB, free memory in arenas 0.00 B, will set to 364.10 MiB (RSS), difference: 2.14 MiB 2025.09.19 00:39:36.563091 [ 93 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.09.19 00:39:36.563154 [ 93 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:36.563174 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:36.563303 [ 190 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:39:36.563464 [ 190 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:36.563502 [ 190 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:39:36.563579 [ 190 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part 2025.09.19 00:39:36.563632 [ 190 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2025.09.19 00:39:36.563684 [ 190 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part 2025.09.19 00:39:36.563727 [ 190 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:39:36.564496 [ 193 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.001257406 sec., 39764.403860010214 rows/sec., 3.32 MiB/sec. 2025.09.19 00:39:36.564634 [ 186 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.09.19 00:39:36.564929 [ 186 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_25_6} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:36.565012 [ 186 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_25_6} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.09.19 00:39:36.565102 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:39:36.605971 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.09.19 00:39:36.623117 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:36.623183 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:36.629740 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:39:36.630438 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:36.633430 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.09.19 00:39:40.663105 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:40.663402 [ 5 ] {e23241c7-50b1-4bd7-b919-6aa25ecbf8e1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:39:40.663503 [ 5 ] {e23241c7-50b1-4bd7-b919-6aa25ecbf8e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:39:40.664413 [ 5 ] {e23241c7-50b1-4bd7-b919-6aa25ecbf8e1} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.664457 [ 5 ] {e23241c7-50b1-4bd7-b919-6aa25ecbf8e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.664843 [ 5 ] {e23241c7-50b1-4bd7-b919-6aa25ecbf8e1} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:39:40.665071 [ 5 ] {e23241c7-50b1-4bd7-b919-6aa25ecbf8e1} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.665211 [ 91 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 2025.09.19 00:39:40.665223 [ 5 ] {e23241c7-50b1-4bd7-b919-6aa25ecbf8e1} executeQuery: Read 410 rows, 26.63 KiB in 0.001895 sec., 216358.83905013194 rows/sec., 13.72 MiB/sec. 2025.09.19 00:39:40.665284 [ 91 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.665305 [ 5 ] {e23241c7-50b1-4bd7-b919-6aa25ecbf8e1} TCPHandler: Processed in 0.002376301 sec. 2025.09.19 00:39:40.665314 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.665433 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:40.665451 [ 190 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:39:40.665531 [ 5 ] {76b0ea3a-6029-43ee-99bf-b834dfaeeafb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:39:40.665577 [ 5 ] {76b0ea3a-6029-43ee-99bf-b834dfaeeafb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:39:40.665597 [ 190 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_49_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:40.665637 [ 190 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 410 rows starting from the beginning of the part 2025.09.19 00:39:40.665707 [ 190 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 410 rows starting from the beginning of the part 2025.09.19 00:39:40.665756 [ 190 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 410 rows starting from the beginning of the part 2025.09.19 00:39:40.665801 [ 190 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 410 rows starting from the beginning of the part 2025.09.19 00:39:40.665843 [ 190 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 410 rows starting from the beginning of the part 2025.09.19 00:39:40.666010 [ 5 ] {76b0ea3a-6029-43ee-99bf-b834dfaeeafb} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.666052 [ 5 ] {76b0ea3a-6029-43ee-99bf-b834dfaeeafb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.666360 [ 5 ] {76b0ea3a-6029-43ee-99bf-b834dfaeeafb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.19 00:39:40.666577 [ 5 ] {76b0ea3a-6029-43ee-99bf-b834dfaeeafb} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.666704 [ 5 ] {76b0ea3a-6029-43ee-99bf-b834dfaeeafb} executeQuery: Read 2 rows, 167.00 B in 0.001192 sec., 1677.8523489932886 rows/sec., 136.82 KiB/sec. 2025.09.19 00:39:40.666741 [ 5 ] {76b0ea3a-6029-43ee-99bf-b834dfaeeafb} TCPHandler: Processed in 0.001355518 sec. 2025.09.19 00:39:40.666867 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:40.666911 [ 193 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_49_12} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.00152161 sec., 1347257.1815379763 rows/sec., 90.60 MiB/sec. 2025.09.19 00:39:40.666986 [ 5 ] {13c6f9bd-9f3f-4a73-9b96-e8507af3b534} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:40.667043 [ 5 ] {13c6f9bd-9f3f-4a73-9b96-e8507af3b534} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:40.667104 [ 195 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_49_12} MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) 2025.09.19 00:39:40.667420 [ 195 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_49_12} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.667507 [ 195 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_49_12} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 2025.09.19 00:39:40.667606 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:39:40.667938 [ 5 ] {13c6f9bd-9f3f-4a73-9b96-e8507af3b534} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.667980 [ 5 ] {13c6f9bd-9f3f-4a73-9b96-e8507af3b534} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.668355 [ 5 ] {13c6f9bd-9f3f-4a73-9b96-e8507af3b534} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.19 00:39:40.668562 [ 5 ] {13c6f9bd-9f3f-4a73-9b96-e8507af3b534} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.668691 [ 5 ] {13c6f9bd-9f3f-4a73-9b96-e8507af3b534} executeQuery: Read 1113 rows, 89.87 KiB in 0.001729 sec., 643724.6963562752 rows/sec., 50.76 MiB/sec. 2025.09.19 00:39:40.668708 [ 90 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.19 00:39:40.668729 [ 5 ] {13c6f9bd-9f3f-4a73-9b96-e8507af3b534} TCPHandler: Processed in 0.001920955 sec. 2025.09.19 00:39:40.668756 [ 90 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.668784 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.668851 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:40.668852 [ 190 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:39:40.668949 [ 5 ] {aababc46-8fe5-4bb1-8cdf-4db47a7cdc37} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:40.668967 [ 190 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:40.668994 [ 5 ] {aababc46-8fe5-4bb1-8cdf-4db47a7cdc37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:40.668997 [ 190 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2346 rows starting from the beginning of the part 2025.09.19 00:39:40.669060 [ 190 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:39:40.669099 [ 190 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1287 rows starting from the beginning of the part 2025.09.19 00:39:40.669134 [ 190 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:39:40.669167 [ 190 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 140 rows starting from the beginning of the part 2025.09.19 00:39:40.669203 [ 190 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:39:40.669458 [ 5 ] {aababc46-8fe5-4bb1-8cdf-4db47a7cdc37} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.669498 [ 5 ] {aababc46-8fe5-4bb1-8cdf-4db47a7cdc37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.669808 [ 5 ] {aababc46-8fe5-4bb1-8cdf-4db47a7cdc37} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.19 00:39:40.670027 [ 5 ] {aababc46-8fe5-4bb1-8cdf-4db47a7cdc37} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.670158 [ 5 ] {aababc46-8fe5-4bb1-8cdf-4db47a7cdc37} executeQuery: Read 207 rows, 12.46 KiB in 0.001226 sec., 168841.76182707993 rows/sec., 9.92 MiB/sec. 2025.09.19 00:39:40.670194 [ 5 ] {aababc46-8fe5-4bb1-8cdf-4db47a7cdc37} TCPHandler: Processed in 0.001391278 sec. 2025.09.19 00:39:40.670299 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:40.670388 [ 5 ] {0b3a0eb0-43f6-4d06-aab8-711bdcabce95} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:39:40.670426 [ 5 ] {0b3a0eb0-43f6-4d06-aab8-711bdcabce95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:39:40.670872 [ 5 ] {0b3a0eb0-43f6-4d06-aab8-711bdcabce95} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.670907 [ 5 ] {0b3a0eb0-43f6-4d06-aab8-711bdcabce95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.671199 [ 5 ] {0b3a0eb0-43f6-4d06-aab8-711bdcabce95} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:39:40.671370 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 7110 rows, containing 5 columns (5 merged, 0 gathered) in 0.002544954 sec., 2793763.6593824485 rows/sec., 235.39 MiB/sec. 2025.09.19 00:39:40.671409 [ 5 ] {0b3a0eb0-43f6-4d06-aab8-711bdcabce95} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.671533 [ 5 ] {0b3a0eb0-43f6-4d06-aab8-711bdcabce95} executeQuery: Read 212 rows, 14.00 KiB in 0.001162 sec., 182444.06196213423 rows/sec., 11.77 MiB/sec. 2025.09.19 00:39:40.671570 [ 5 ] {0b3a0eb0-43f6-4d06-aab8-711bdcabce95} TCPHandler: Processed in 0.001317977 sec. 2025.09.19 00:39:40.671676 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:40.671682 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.19 00:39:40.671767 [ 5 ] {6f2282a5-1bcb-42fc-bd99-a13912f87287} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:39:40.671811 [ 5 ] {6f2282a5-1bcb-42fc-bd99-a13912f87287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:39:40.671956 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_101_20} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.672023 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_101_20} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.19 00:39:40.672104 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2025.09.19 00:39:40.672253 [ 5 ] {6f2282a5-1bcb-42fc-bd99-a13912f87287} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.672287 [ 5 ] {6f2282a5-1bcb-42fc-bd99-a13912f87287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.672578 [ 5 ] {6f2282a5-1bcb-42fc-bd99-a13912f87287} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:39:40.672780 [ 5 ] {6f2282a5-1bcb-42fc-bd99-a13912f87287} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.672905 [ 5 ] {6f2282a5-1bcb-42fc-bd99-a13912f87287} executeQuery: Read 211 rows, 12.27 KiB in 0.001155 sec., 182683.98268398267 rows/sec., 10.37 MiB/sec. 2025.09.19 00:39:40.672907 [ 90 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 2025.09.19 00:39:40.672943 [ 5 ] {6f2282a5-1bcb-42fc-bd99-a13912f87287} TCPHandler: Processed in 0.001314587 sec. 2025.09.19 00:39:40.672955 [ 90 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.672980 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.673053 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:39:40.673054 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:40.673157 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_49_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:40.673177 [ 5 ] {65f9ce3b-f80e-4a0f-bd79-8e0dd30b81e4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:40.673197 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 211 rows starting from the beginning of the part 2025.09.19 00:39:40.673225 [ 5 ] {65f9ce3b-f80e-4a0f-bd79-8e0dd30b81e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:40.673263 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 211 rows starting from the beginning of the part 2025.09.19 00:39:40.673412 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 211 rows starting from the beginning of the part 2025.09.19 00:39:40.673460 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 211 rows starting from the beginning of the part 2025.09.19 00:39:40.673504 [ 198 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 211 rows starting from the beginning of the part 2025.09.19 00:39:40.673859 [ 5 ] {65f9ce3b-f80e-4a0f-bd79-8e0dd30b81e4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.673903 [ 5 ] {65f9ce3b-f80e-4a0f-bd79-8e0dd30b81e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.674272 [ 5 ] {65f9ce3b-f80e-4a0f-bd79-8e0dd30b81e4} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.19 00:39:40.674332 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_49_12} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310407 sec., 805093.3793851834 rows/sec., 48.79 MiB/sec. 2025.09.19 00:39:40.674481 [ 190 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_49_12} MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) 2025.09.19 00:39:40.674530 [ 5 ] {65f9ce3b-f80e-4a0f-bd79-8e0dd30b81e4} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.674750 [ 5 ] {65f9ce3b-f80e-4a0f-bd79-8e0dd30b81e4} executeQuery: Read 681 rows, 48.63 KiB in 0.001591 sec., 428032.6838466373 rows/sec., 29.85 MiB/sec. 2025.09.19 00:39:40.674753 [ 90 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.19 00:39:40.674812 [ 90 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.674815 [ 5 ] {65f9ce3b-f80e-4a0f-bd79-8e0dd30b81e4} TCPHandler: Processed in 0.001809024 sec. 2025.09.19 00:39:40.674841 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.674845 [ 190 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_49_12} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.674925 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:39:40.674938 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:40.674931 [ 190 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_49_12} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 2025.09.19 00:39:40.675010 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:40.675042 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1213 rows starting from the beginning of the part 2025.09.19 00:39:40.675044 [ 5 ] {2b83153f-d6d8-4782-a043-20454d221bc3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:39:40.675057 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.09.19 00:39:40.675095 [ 5 ] {2b83153f-d6d8-4782-a043-20454d221bc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:39:40.675097 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 679 rows starting from the beginning of the part 2025.09.19 00:39:40.675151 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 576 rows starting from the beginning of the part 2025.09.19 00:39:40.675192 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 679 rows starting from the beginning of the part 2025.09.19 00:39:40.675229 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 106 rows starting from the beginning of the part 2025.09.19 00:39:40.675265 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 681 rows starting from the beginning of the part 2025.09.19 00:39:40.675447 [ 5 ] {2b83153f-d6d8-4782-a043-20454d221bc3} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.675483 [ 5 ] {2b83153f-d6d8-4782-a043-20454d221bc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.675818 [ 5 ] {2b83153f-d6d8-4782-a043-20454d221bc3} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.19 00:39:40.676041 [ 5 ] {2b83153f-d6d8-4782-a043-20454d221bc3} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.676178 [ 5 ] {2b83153f-d6d8-4782-a043-20454d221bc3} executeQuery: Read 6 rows, 321.00 B in 0.001154 sec., 5199.306759098787 rows/sec., 271.64 KiB/sec. 2025.09.19 00:39:40.676216 [ 5 ] {2b83153f-d6d8-4782-a043-20454d221bc3} TCPHandler: Processed in 0.001327517 sec. 2025.09.19 00:39:40.676317 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:40.676411 [ 5 ] {6d470796-b208-4fb6-9846-2b2c51a8eb73} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:40.676453 [ 5 ] {6d470796-b208-4fb6-9846-2b2c51a8eb73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:40.676542 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 3934 rows, containing 5 columns (5 merged, 0 gathered) in 0.001651131 sec., 2382609.253899297 rows/sec., 178.83 MiB/sec. 2025.09.19 00:39:40.676742 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.19 00:39:40.676876 [ 5 ] {6d470796-b208-4fb6-9846-2b2c51a8eb73} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.676920 [ 5 ] {6d470796-b208-4fb6-9846-2b2c51a8eb73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.677006 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_101_20} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.677084 [ 190 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_101_20} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.19 00:39:40.677157 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.09.19 00:39:40.677312 [ 5 ] {6d470796-b208-4fb6-9846-2b2c51a8eb73} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.19 00:39:40.677543 [ 5 ] {6d470796-b208-4fb6-9846-2b2c51a8eb73} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.677679 [ 5 ] {6d470796-b208-4fb6-9846-2b2c51a8eb73} executeQuery: Read 315 rows, 21.19 KiB in 0.001286 sec., 244945.56765163297 rows/sec., 16.09 MiB/sec. 2025.09.19 00:39:40.677718 [ 5 ] {6d470796-b208-4fb6-9846-2b2c51a8eb73} TCPHandler: Processed in 0.001448199 sec. 2025.09.19 00:39:40.677820 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:40.677914 [ 5 ] {8093972b-faca-4574-b357-606425f90856} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:39:40.677957 [ 5 ] {8093972b-faca-4574-b357-606425f90856} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:39:40.678273 [ 5 ] {8093972b-faca-4574-b357-606425f90856} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.678310 [ 5 ] {8093972b-faca-4574-b357-606425f90856} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.678619 [ 5 ] {8093972b-faca-4574-b357-606425f90856} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:39:40.678843 [ 5 ] {8093972b-faca-4574-b357-606425f90856} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.678989 [ 5 ] {8093972b-faca-4574-b357-606425f90856} executeQuery: Read 1 rows, 69.00 B in 0.001093 sec., 914.9130832570905 rows/sec., 61.65 KiB/sec. 2025.09.19 00:39:40.679027 [ 5 ] {8093972b-faca-4574-b357-606425f90856} TCPHandler: Processed in 0.001255946 sec. 2025.09.19 00:39:40.679127 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:40.679219 [ 5 ] {7d1890c5-c260-40fa-9c5e-1a4a40d3df50} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:40.679260 [ 5 ] {7d1890c5-c260-40fa-9c5e-1a4a40d3df50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:40.679583 [ 5 ] {7d1890c5-c260-40fa-9c5e-1a4a40d3df50} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.679620 [ 5 ] {7d1890c5-c260-40fa-9c5e-1a4a40d3df50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.679940 [ 5 ] {7d1890c5-c260-40fa-9c5e-1a4a40d3df50} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.19 00:39:40.680180 [ 5 ] {7d1890c5-c260-40fa-9c5e-1a4a40d3df50} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.680295 [ 90 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.19 00:39:40.680312 [ 5 ] {7d1890c5-c260-40fa-9c5e-1a4a40d3df50} executeQuery: Read 104 rows, 6.53 KiB in 0.00111 sec., 93693.69369369368 rows/sec., 5.74 MiB/sec. 2025.09.19 00:39:40.680328 [ 90 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:40.680354 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:40.680357 [ 5 ] {7d1890c5-c260-40fa-9c5e-1a4a40d3df50} TCPHandler: Processed in 0.001278506 sec. 2025.09.19 00:39:40.680428 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:39:40.680521 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:40.680551 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 7688 rows starting from the beginning of the part 2025.09.19 00:39:40.680601 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 104 rows starting from the beginning of the part 2025.09.19 00:39:40.680641 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:39:40.680679 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 104 rows starting from the beginning of the part 2025.09.19 00:39:40.680716 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:39:40.680752 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 104 rows starting from the beginning of the part 2025.09.19 00:39:40.682499 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 8120 rows, containing 4 columns (4 merged, 0 gathered) in 0.002094527 sec., 3876770.2684185975 rows/sec., 246.38 MiB/sec. 2025.09.19 00:39:40.683050 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.19 00:39:40.683358 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_101_20} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:40.683443 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_101_20} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.19 00:39:40.683556 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2025.09.19 00:39:42.377054 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33093 2025.09.19 00:39:42.377902 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:42.377945 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:42.378449 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:39:42.378684 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:42.378826 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33093 2025.09.19 00:39:44.134428 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.09.19 00:39:44.151917 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:44.151974 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:44.158176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:39:44.158864 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:44.162065 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.09.19 00:39:44.980353 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1920 2025.09.19 00:39:44.982815 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:44.982863 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:44.984083 [ 242 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:39:44.984359 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:44.984494 [ 84 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.19 00:39:44.984537 [ 84 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:44.984559 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:44.984725 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1920 2025.09.19 00:39:44.984738 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:39:44.985693 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:44.985902 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1746 rows starting from the beginning of the part 2025.09.19 00:39:44.986298 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part 2025.09.19 00:39:44.986648 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part 2025.09.19 00:39:44.986969 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part 2025.09.19 00:39:44.987300 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part 2025.09.19 00:39:44.987633 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part 2025.09.19 00:39:44.996524 [ 188 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1920 rows, containing 72 columns (72 merged, 0 gathered) in 0.011872735 sec., 161715.0555453314 rows/sec., 123.57 MiB/sec. 2025.09.19 00:39:44.998864 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.19 00:39:44.999476 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_51_10} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:44.999566 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_51_10} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.19 00:39:44.999915 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. 2025.09.19 00:39:45.652994 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:45.653174 [ 5 ] {81042b98-3cdb-4012-9821-f780b8fe402b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:45.653241 [ 5 ] {81042b98-3cdb-4012-9821-f780b8fe402b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:45.653936 [ 5 ] {81042b98-3cdb-4012-9821-f780b8fe402b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:45.653982 [ 5 ] {81042b98-3cdb-4012-9821-f780b8fe402b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:45.654396 [ 5 ] {81042b98-3cdb-4012-9821-f780b8fe402b} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.19 00:39:45.654638 [ 5 ] {81042b98-3cdb-4012-9821-f780b8fe402b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:45.654797 [ 5 ] {81042b98-3cdb-4012-9821-f780b8fe402b} executeQuery: Read 140 rows, 12.42 KiB in 0.001672 sec., 83732.05741626794 rows/sec., 7.26 MiB/sec. 2025.09.19 00:39:45.654840 [ 5 ] {81042b98-3cdb-4012-9821-f780b8fe402b} TCPHandler: Processed in 0.001971795 sec. 2025.09.19 00:39:45.654956 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:45.655052 [ 5 ] {6607ce5d-b3f0-42ab-bf4c-49554789fc18} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:45.655093 [ 5 ] {6607ce5d-b3f0-42ab-bf4c-49554789fc18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:45.655513 [ 5 ] {6607ce5d-b3f0-42ab-bf4c-49554789fc18} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:45.655551 [ 5 ] {6607ce5d-b3f0-42ab-bf4c-49554789fc18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:45.655859 [ 5 ] {6607ce5d-b3f0-42ab-bf4c-49554789fc18} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.19 00:39:45.656073 [ 5 ] {6607ce5d-b3f0-42ab-bf4c-49554789fc18} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:45.656208 [ 5 ] {6607ce5d-b3f0-42ab-bf4c-49554789fc18} executeQuery: Read 42 rows, 3.16 KiB in 0.001175 sec., 35744.68085106383 rows/sec., 2.62 MiB/sec. 2025.09.19 00:39:45.656248 [ 5 ] {6607ce5d-b3f0-42ab-bf4c-49554789fc18} TCPHandler: Processed in 0.001340868 sec. 2025.09.19 00:39:45.656355 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:45.656450 [ 5 ] {b0ab7bd1-e00c-4bde-b94e-b5170004fc64} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:45.656490 [ 5 ] {b0ab7bd1-e00c-4bde-b94e-b5170004fc64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:45.656920 [ 5 ] {b0ab7bd1-e00c-4bde-b94e-b5170004fc64} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:45.656958 [ 5 ] {b0ab7bd1-e00c-4bde-b94e-b5170004fc64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:45.657278 [ 5 ] {b0ab7bd1-e00c-4bde-b94e-b5170004fc64} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.19 00:39:45.657507 [ 5 ] {b0ab7bd1-e00c-4bde-b94e-b5170004fc64} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:45.657641 [ 5 ] {b0ab7bd1-e00c-4bde-b94e-b5170004fc64} executeQuery: Read 106 rows, 8.48 KiB in 0.001209 sec., 87675.76509511993 rows/sec., 6.85 MiB/sec. 2025.09.19 00:39:45.657679 [ 5 ] {b0ab7bd1-e00c-4bde-b94e-b5170004fc64} TCPHandler: Processed in 0.001371698 sec. 2025.09.19 00:39:45.657793 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:45.657887 [ 5 ] {25ce7ba0-7609-4c47-a4aa-74faa68f372a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:45.657931 [ 5 ] {25ce7ba0-7609-4c47-a4aa-74faa68f372a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:45.658336 [ 5 ] {25ce7ba0-7609-4c47-a4aa-74faa68f372a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:45.658373 [ 5 ] {25ce7ba0-7609-4c47-a4aa-74faa68f372a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:45.658715 [ 5 ] {25ce7ba0-7609-4c47-a4aa-74faa68f372a} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.19 00:39:45.658935 [ 5 ] {25ce7ba0-7609-4c47-a4aa-74faa68f372a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:45.659070 [ 5 ] {25ce7ba0-7609-4c47-a4aa-74faa68f372a} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2025.09.19 00:39:45.659108 [ 5 ] {25ce7ba0-7609-4c47-a4aa-74faa68f372a} TCPHandler: Processed in 0.001364348 sec. 2025.09.19 00:39:45.659213 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:45.659312 [ 5 ] {66fbb189-f69b-466f-a551-48d9375c8e8c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:45.659366 [ 5 ] {66fbb189-f69b-466f-a551-48d9375c8e8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:39:45.660198 [ 5 ] {66fbb189-f69b-466f-a551-48d9375c8e8c} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:45.660234 [ 5 ] {66fbb189-f69b-466f-a551-48d9375c8e8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:45.660808 [ 5 ] {66fbb189-f69b-466f-a551-48d9375c8e8c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:39:45.661026 [ 5 ] {66fbb189-f69b-466f-a551-48d9375c8e8c} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:45.661158 [ 83 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.19 00:39:45.661165 [ 5 ] {66fbb189-f69b-466f-a551-48d9375c8e8c} executeQuery: Read 42 rows, 77.07 KiB in 0.001871 sec., 22447.88882950294 rows/sec., 40.23 MiB/sec. 2025.09.19 00:39:45.661226 [ 83 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:45.661252 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:45.661257 [ 5 ] {66fbb189-f69b-466f-a551-48d9375c8e8c} TCPHandler: Processed in 0.002092827 sec. 2025.09.19 00:39:45.661352 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:39:45.661376 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:45.661473 [ 5 ] {47187baf-c8ae-45b1-919a-96485c49208e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:45.661514 [ 5 ] {47187baf-c8ae-45b1-919a-96485c49208e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:45.661579 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:45.661653 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1808 rows starting from the beginning of the part 2025.09.19 00:39:45.661778 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 42 rows starting from the beginning of the part 2025.09.19 00:39:45.661849 [ 5 ] {47187baf-c8ae-45b1-919a-96485c49208e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:45.661883 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 42 rows starting from the beginning of the part 2025.09.19 00:39:45.661889 [ 5 ] {47187baf-c8ae-45b1-919a-96485c49208e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:45.661989 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 42 rows starting from the beginning of the part 2025.09.19 00:39:45.662084 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 42 rows starting from the beginning of the part 2025.09.19 00:39:45.662177 [ 191 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 42 rows starting from the beginning of the part 2025.09.19 00:39:45.662214 [ 5 ] {47187baf-c8ae-45b1-919a-96485c49208e} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.19 00:39:45.662424 [ 5 ] {47187baf-c8ae-45b1-919a-96485c49208e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:45.662561 [ 5 ] {47187baf-c8ae-45b1-919a-96485c49208e} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.09.19 00:39:45.662598 [ 5 ] {47187baf-c8ae-45b1-919a-96485c49208e} TCPHandler: Processed in 0.001269857 sec. 2025.09.19 00:39:45.672858 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2018 rows, containing 19 columns (19 merged, 0 gathered) in 0.011551571 sec., 174694.85319356128 rows/sec., 313.05 MiB/sec. 2025.09.19 00:39:45.675088 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.19 00:39:45.675436 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_51_10} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:45.675518 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_51_10} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.19 00:39:45.675621 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.65 MiB. 2025.09.19 00:39:46.001192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 364.85 MiB, peak 382.43 MiB, free memory in arenas 0.00 B, will set to 371.34 MiB (RSS), difference: 6.50 MiB 2025.09.19 00:39:49.612265 [ 217 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:39:49.612333 [ 217 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:39:49.627191 [ 217 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:39:49.707307 [ 78 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:39:49.707365 [ 78 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:39:49.879811 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33541 2025.09.19 00:39:49.880344 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:49.880386 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:49.880882 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:39:49.881121 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:49.881278 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33541 2025.09.19 00:39:50.446824 [ 222 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:39:50.446874 [ 222 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:39:50.450825 [ 222 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:39:50.662706 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:50.662881 [ 5 ] {7c026d45-b087-4319-8a26-f419348e6eec} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:39:50.662944 [ 5 ] {7c026d45-b087-4319-8a26-f419348e6eec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:39:50.663751 [ 5 ] {7c026d45-b087-4319-8a26-f419348e6eec} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:50.663800 [ 5 ] {7c026d45-b087-4319-8a26-f419348e6eec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:50.664200 [ 5 ] {7c026d45-b087-4319-8a26-f419348e6eec} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:39:50.664420 [ 5 ] {7c026d45-b087-4319-8a26-f419348e6eec} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:50.664575 [ 5 ] {7c026d45-b087-4319-8a26-f419348e6eec} executeQuery: Read 410 rows, 26.63 KiB in 0.001741 sec., 235496.84089603677 rows/sec., 14.94 MiB/sec. 2025.09.19 00:39:50.664617 [ 5 ] {7c026d45-b087-4319-8a26-f419348e6eec} TCPHandler: Processed in 0.002031767 sec. 2025.09.19 00:39:50.664736 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:50.664829 [ 5 ] {614f867b-76f5-4121-9ffa-52d1e5f54358} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:50.664871 [ 5 ] {614f867b-76f5-4121-9ffa-52d1e5f54358} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:50.665787 [ 5 ] {614f867b-76f5-4121-9ffa-52d1e5f54358} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:50.665823 [ 5 ] {614f867b-76f5-4121-9ffa-52d1e5f54358} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:50.666183 [ 5 ] {614f867b-76f5-4121-9ffa-52d1e5f54358} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.19 00:39:50.666385 [ 5 ] {614f867b-76f5-4121-9ffa-52d1e5f54358} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:50.666510 [ 5 ] {614f867b-76f5-4121-9ffa-52d1e5f54358} executeQuery: Read 1112 rows, 89.80 KiB in 0.001699 sec., 654502.6486168334 rows/sec., 51.62 MiB/sec. 2025.09.19 00:39:50.666546 [ 5 ] {614f867b-76f5-4121-9ffa-52d1e5f54358} TCPHandler: Processed in 0.001856304 sec. 2025.09.19 00:39:50.666610 [ 222 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:39:50.666653 [ 222 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:39:50.666659 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:50.666756 [ 5 ] {db0fa120-ad47-475d-87c1-cff0a7961891} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:50.666795 [ 5 ] {db0fa120-ad47-475d-87c1-cff0a7961891} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:50.667291 [ 5 ] {db0fa120-ad47-475d-87c1-cff0a7961891} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:50.667327 [ 5 ] {db0fa120-ad47-475d-87c1-cff0a7961891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:50.667619 [ 5 ] {db0fa120-ad47-475d-87c1-cff0a7961891} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.19 00:39:50.667845 [ 5 ] {db0fa120-ad47-475d-87c1-cff0a7961891} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:50.667968 [ 77 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.19 00:39:50.667980 [ 5 ] {db0fa120-ad47-475d-87c1-cff0a7961891} executeQuery: Read 205 rows, 12.32 KiB in 0.001242 sec., 165056.3607085346 rows/sec., 9.68 MiB/sec. 2025.09.19 00:39:50.668006 [ 77 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:50.668025 [ 5 ] {db0fa120-ad47-475d-87c1-cff0a7961891} TCPHandler: Processed in 0.001413028 sec. 2025.09.19 00:39:50.668030 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:50.668123 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:50.668154 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:39:50.668217 [ 5 ] {6338673e-c09b-458c-904c-73404999c8c6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:39:50.668262 [ 5 ] {6338673e-c09b-458c-904c-73404999c8c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:39:50.668308 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:50.668349 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 265 rows starting from the beginning of the part 2025.09.19 00:39:50.668418 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 205 rows starting from the beginning of the part 2025.09.19 00:39:50.668463 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 42 rows starting from the beginning of the part 2025.09.19 00:39:50.668508 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 207 rows starting from the beginning of the part 2025.09.19 00:39:50.668547 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 42 rows starting from the beginning of the part 2025.09.19 00:39:50.668588 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 205 rows starting from the beginning of the part 2025.09.19 00:39:50.668716 [ 5 ] {6338673e-c09b-458c-904c-73404999c8c6} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:50.668756 [ 5 ] {6338673e-c09b-458c-904c-73404999c8c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:50.669109 [ 5 ] {6338673e-c09b-458c-904c-73404999c8c6} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:39:50.669333 [ 5 ] {6338673e-c09b-458c-904c-73404999c8c6} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:50.669462 [ 5 ] {6338673e-c09b-458c-904c-73404999c8c6} executeQuery: Read 212 rows, 14.00 KiB in 0.001264 sec., 167721.51898734178 rows/sec., 10.82 MiB/sec. 2025.09.19 00:39:50.669498 [ 5 ] {6338673e-c09b-458c-904c-73404999c8c6} TCPHandler: Processed in 0.001422249 sec. 2025.09.19 00:39:50.669584 [ 192 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 966 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148076 sec., 652367.7030713958 rows/sec., 42.15 MiB/sec. 2025.09.19 00:39:50.669603 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:50.669717 [ 5 ] {e973466c-d342-4ff6-87d9-6662c966750e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:39:50.669758 [ 5 ] {e973466c-d342-4ff6-87d9-6662c966750e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:39:50.669777 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.19 00:39:50.670069 [ 222 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:39:50.670140 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_101_20} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:50.670221 [ 5 ] {e973466c-d342-4ff6-87d9-6662c966750e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:50.670223 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_101_20} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.19 00:39:50.670263 [ 5 ] {e973466c-d342-4ff6-87d9-6662c966750e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:50.670330 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.19 00:39:50.670584 [ 5 ] {e973466c-d342-4ff6-87d9-6662c966750e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:39:50.670790 [ 5 ] {e973466c-d342-4ff6-87d9-6662c966750e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:50.670917 [ 5 ] {e973466c-d342-4ff6-87d9-6662c966750e} executeQuery: Read 211 rows, 12.27 KiB in 0.001217 sec., 173377.1569433032 rows/sec., 9.85 MiB/sec. 2025.09.19 00:39:50.670953 [ 5 ] {e973466c-d342-4ff6-87d9-6662c966750e} TCPHandler: Processed in 0.001396629 sec. 2025.09.19 00:39:50.671058 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:50.671148 [ 5 ] {5e2bcd09-0e26-4de2-a566-f24758275088} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:50.671187 [ 5 ] {5e2bcd09-0e26-4de2-a566-f24758275088} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:50.671833 [ 5 ] {5e2bcd09-0e26-4de2-a566-f24758275088} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:50.671867 [ 5 ] {5e2bcd09-0e26-4de2-a566-f24758275088} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:50.672176 [ 5 ] {5e2bcd09-0e26-4de2-a566-f24758275088} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.19 00:39:50.672377 [ 5 ] {5e2bcd09-0e26-4de2-a566-f24758275088} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:50.672503 [ 5 ] {5e2bcd09-0e26-4de2-a566-f24758275088} executeQuery: Read 679 rows, 48.47 KiB in 0.001372 sec., 494897.9591836735 rows/sec., 34.50 MiB/sec. 2025.09.19 00:39:50.672539 [ 5 ] {5e2bcd09-0e26-4de2-a566-f24758275088} TCPHandler: Processed in 0.001527849 sec. 2025.09.19 00:39:50.672641 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:50.672733 [ 5 ] {737b69c2-ae74-46b8-b5cf-c830b1096c5a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:39:50.672772 [ 5 ] {737b69c2-ae74-46b8-b5cf-c830b1096c5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:39:50.673086 [ 5 ] {737b69c2-ae74-46b8-b5cf-c830b1096c5a} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:50.673119 [ 5 ] {737b69c2-ae74-46b8-b5cf-c830b1096c5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:50.673409 [ 5 ] {737b69c2-ae74-46b8-b5cf-c830b1096c5a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.19 00:39:50.673608 [ 5 ] {737b69c2-ae74-46b8-b5cf-c830b1096c5a} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:50.673731 [ 5 ] {737b69c2-ae74-46b8-b5cf-c830b1096c5a} executeQuery: Read 6 rows, 321.00 B in 0.001016 sec., 5905.511811023623 rows/sec., 308.54 KiB/sec. 2025.09.19 00:39:50.673765 [ 5 ] {737b69c2-ae74-46b8-b5cf-c830b1096c5a} TCPHandler: Processed in 0.001170115 sec. 2025.09.19 00:39:50.673860 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:50.673950 [ 5 ] {c852d330-7d35-4fa4-bf76-40846d5b531e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:50.673991 [ 5 ] {c852d330-7d35-4fa4-bf76-40846d5b531e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:50.674414 [ 5 ] {c852d330-7d35-4fa4-bf76-40846d5b531e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:50.674447 [ 5 ] {c852d330-7d35-4fa4-bf76-40846d5b531e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:50.674777 [ 5 ] {c852d330-7d35-4fa4-bf76-40846d5b531e} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.19 00:39:50.674984 [ 5 ] {c852d330-7d35-4fa4-bf76-40846d5b531e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:50.675110 [ 5 ] {c852d330-7d35-4fa4-bf76-40846d5b531e} executeQuery: Read 314 rows, 21.12 KiB in 0.001178 sec., 266553.480475382 rows/sec., 17.51 MiB/sec. 2025.09.19 00:39:50.675146 [ 5 ] {c852d330-7d35-4fa4-bf76-40846d5b531e} TCPHandler: Processed in 0.001332868 sec. 2025.09.19 00:39:50.675169 [ 219 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:39:50.675201 [ 219 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:39:50.675265 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:50.675391 [ 5 ] {e9ef090d-4df7-4b3b-99c7-3c91e254add4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:39:50.675442 [ 5 ] {e9ef090d-4df7-4b3b-99c7-3c91e254add4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:39:50.675830 [ 5 ] {e9ef090d-4df7-4b3b-99c7-3c91e254add4} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:50.675871 [ 5 ] {e9ef090d-4df7-4b3b-99c7-3c91e254add4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:50.676212 [ 5 ] {e9ef090d-4df7-4b3b-99c7-3c91e254add4} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:39:50.676460 [ 5 ] {e9ef090d-4df7-4b3b-99c7-3c91e254add4} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:50.676603 [ 5 ] {e9ef090d-4df7-4b3b-99c7-3c91e254add4} executeQuery: Read 1 rows, 69.00 B in 0.001236 sec., 809.0614886731393 rows/sec., 54.52 KiB/sec. 2025.09.19 00:39:50.676641 [ 5 ] {e9ef090d-4df7-4b3b-99c7-3c91e254add4} TCPHandler: Processed in 0.001437659 sec. 2025.09.19 00:39:50.676754 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:50.676850 [ 5 ] {1ad2ea14-d6e1-4b73-955b-70c7155eb824} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:50.676894 [ 5 ] {1ad2ea14-d6e1-4b73-955b-70c7155eb824} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:50.677231 [ 5 ] {1ad2ea14-d6e1-4b73-955b-70c7155eb824} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:50.677268 [ 5 ] {1ad2ea14-d6e1-4b73-955b-70c7155eb824} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:50.677582 [ 5 ] {1ad2ea14-d6e1-4b73-955b-70c7155eb824} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.19 00:39:50.677819 [ 5 ] {1ad2ea14-d6e1-4b73-955b-70c7155eb824} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:50.677926 [ 219 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:39:50.677961 [ 5 ] {1ad2ea14-d6e1-4b73-955b-70c7155eb824} executeQuery: Read 104 rows, 6.53 KiB in 0.001129 sec., 92116.9176262179 rows/sec., 5.64 MiB/sec. 2025.09.19 00:39:50.678001 [ 5 ] {1ad2ea14-d6e1-4b73-955b-70c7155eb824} TCPHandler: Processed in 0.001296977 sec. 2025.09.19 00:39:50.678020 [ 223 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:39:50.678048 [ 223 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:39:50.681089 [ 223 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:39:51.074280 [ 220 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:39:51.074329 [ 220 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:39:51.077569 [ 220 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:39:51.662994 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2025.09.19 00:39:51.680675 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:51.680732 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.09.19 00:39:51.686970 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:39:51.687758 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:51.691299 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2025.09.19 00:39:54.985889 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1952 2025.09.19 00:39:54.988257 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:54.988304 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:54.989483 [ 242 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:39:54.989739 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:54.990004 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1952 2025.09.19 00:39:55.333768 [ 222 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:39:55.333852 [ 222 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:39:55.336948 [ 222 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:39:55.679580 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:55.679779 [ 5 ] {6658846e-1b64-4420-ba3f-87179567d523} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:39:55.679852 [ 5 ] {6658846e-1b64-4420-ba3f-87179567d523} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:39:55.680476 [ 5 ] {6658846e-1b64-4420-ba3f-87179567d523} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:55.680526 [ 5 ] {6658846e-1b64-4420-ba3f-87179567d523} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:55.680900 [ 5 ] {6658846e-1b64-4420-ba3f-87179567d523} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.19 00:39:55.681122 [ 5 ] {6658846e-1b64-4420-ba3f-87179567d523} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:55.681270 [ 5 ] {6658846e-1b64-4420-ba3f-87179567d523} executeQuery: Read 2 rows, 167.00 B in 0.001544 sec., 1295.3367875647668 rows/sec., 105.63 KiB/sec. 2025.09.19 00:39:55.681311 [ 5 ] {6658846e-1b64-4420-ba3f-87179567d523} TCPHandler: Processed in 0.001864594 sec. 2025.09.19 00:39:55.681434 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:55.681528 [ 5 ] {204c6605-2ae1-4303-8a3e-e88274fe5e71} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:39:55.681566 [ 5 ] {204c6605-2ae1-4303-8a3e-e88274fe5e71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:39:55.682662 [ 5 ] {204c6605-2ae1-4303-8a3e-e88274fe5e71} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:55.682698 [ 5 ] {204c6605-2ae1-4303-8a3e-e88274fe5e71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:55.683080 [ 5 ] {204c6605-2ae1-4303-8a3e-e88274fe5e71} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.19 00:39:55.683290 [ 5 ] {204c6605-2ae1-4303-8a3e-e88274fe5e71} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:55.683420 [ 5 ] {204c6605-2ae1-4303-8a3e-e88274fe5e71} executeQuery: Read 1281 rows, 108.61 KiB in 0.00191 sec., 670680.6282722513 rows/sec., 55.53 MiB/sec. 2025.09.19 00:39:55.683458 [ 5 ] {204c6605-2ae1-4303-8a3e-e88274fe5e71} TCPHandler: Processed in 0.002072337 sec. 2025.09.19 00:39:55.683570 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:55.683663 [ 5 ] {508ed2d1-3efa-4925-92bb-ed666dc8910d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:39:55.683703 [ 5 ] {508ed2d1-3efa-4925-92bb-ed666dc8910d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:39:55.684117 [ 5 ] {508ed2d1-3efa-4925-92bb-ed666dc8910d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:55.684153 [ 5 ] {508ed2d1-3efa-4925-92bb-ed666dc8910d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:55.684445 [ 5 ] {508ed2d1-3efa-4925-92bb-ed666dc8910d} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.19 00:39:55.684663 [ 5 ] {508ed2d1-3efa-4925-92bb-ed666dc8910d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:55.684790 [ 5 ] {508ed2d1-3efa-4925-92bb-ed666dc8910d} executeQuery: Read 44 rows, 3.30 KiB in 0.001146 sec., 38394.41535776614 rows/sec., 2.81 MiB/sec. 2025.09.19 00:39:55.684828 [ 5 ] {508ed2d1-3efa-4925-92bb-ed666dc8910d} TCPHandler: Processed in 0.001306017 sec. 2025.09.19 00:39:55.684937 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:55.685029 [ 5 ] {9a7cc604-732d-45b6-bf7e-f06c0cc960ea} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:39:55.685068 [ 5 ] {9a7cc604-732d-45b6-bf7e-f06c0cc960ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:39:55.685542 [ 5 ] {9a7cc604-732d-45b6-bf7e-f06c0cc960ea} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:55.685579 [ 5 ] {9a7cc604-732d-45b6-bf7e-f06c0cc960ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:55.685880 [ 5 ] {9a7cc604-732d-45b6-bf7e-f06c0cc960ea} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:39:55.686087 [ 5 ] {9a7cc604-732d-45b6-bf7e-f06c0cc960ea} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:55.686213 [ 5 ] {9a7cc604-732d-45b6-bf7e-f06c0cc960ea} executeQuery: Read 228 rows, 15.81 KiB in 0.001201 sec., 189841.79850124897 rows/sec., 12.85 MiB/sec. 2025.09.19 00:39:55.686250 [ 5 ] {9a7cc604-732d-45b6-bf7e-f06c0cc960ea} TCPHandler: Processed in 0.001361138 sec. 2025.09.19 00:39:55.686356 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:55.686447 [ 5 ] {53afa4da-3875-4fcf-9218-480e90ad99ef} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:39:55.686485 [ 5 ] {53afa4da-3875-4fcf-9218-480e90ad99ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:39:55.687079 [ 5 ] {53afa4da-3875-4fcf-9218-480e90ad99ef} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:55.687115 [ 5 ] {53afa4da-3875-4fcf-9218-480e90ad99ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:55.687430 [ 5 ] {53afa4da-3875-4fcf-9218-480e90ad99ef} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.19 00:39:55.687637 [ 5 ] {53afa4da-3875-4fcf-9218-480e90ad99ef} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:55.687762 [ 5 ] {53afa4da-3875-4fcf-9218-480e90ad99ef} executeQuery: Read 564 rows, 42.93 KiB in 0.001332 sec., 423423.4234234234 rows/sec., 31.47 MiB/sec. 2025.09.19 00:39:55.687798 [ 5 ] {53afa4da-3875-4fcf-9218-480e90ad99ef} TCPHandler: Processed in 0.00148976 sec. 2025.09.19 00:39:55.687909 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:55.688002 [ 5 ] {5f761d73-ec95-4873-8cad-d6be2e2f958a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:55.688044 [ 5 ] {5f761d73-ec95-4873-8cad-d6be2e2f958a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:39:55.688610 [ 5 ] {5f761d73-ec95-4873-8cad-d6be2e2f958a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:55.688645 [ 5 ] {5f761d73-ec95-4873-8cad-d6be2e2f958a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:55.689009 [ 5 ] {5f761d73-ec95-4873-8cad-d6be2e2f958a} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.19 00:39:55.689220 [ 5 ] {5f761d73-ec95-4873-8cad-d6be2e2f958a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:55.689349 [ 5 ] {5f761d73-ec95-4873-8cad-d6be2e2f958a} executeQuery: Read 845 rows, 58.24 KiB in 0.001365 sec., 619047.619047619 rows/sec., 41.67 MiB/sec. 2025.09.19 00:39:55.689364 [ 71 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_99_20 to all_104_104_0 2025.09.19 00:39:55.689385 [ 5 ] {5f761d73-ec95-4873-8cad-d6be2e2f958a} TCPHandler: Processed in 0.00152357 sec. 2025.09.19 00:39:55.689436 [ 71 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:55.689464 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:55.689527 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:55.689553 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_99_20 to all_104_104_0 into Compact with storage Full 2025.09.19 00:39:55.689626 [ 5 ] {a96efa12-b3fb-4a33-9288-c8d60e4d93f4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:39:55.689648 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:55.689676 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} MergeTreeSequentialSource: Reading 6 marks from part all_1_99_20, total 35100 rows starting from the beginning of the part 2025.09.19 00:39:55.689679 [ 5 ] {a96efa12-b3fb-4a33-9288-c8d60e4d93f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:39:55.689733 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2025.09.19 00:39:55.689778 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 315 rows starting from the beginning of the part 2025.09.19 00:39:55.689824 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2025.09.19 00:39:55.689875 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 314 rows starting from the beginning of the part 2025.09.19 00:39:55.689915 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 845 rows starting from the beginning of the part 2025.09.19 00:39:55.690565 [ 5 ] {a96efa12-b3fb-4a33-9288-c8d60e4d93f4} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:55.690600 [ 5 ] {a96efa12-b3fb-4a33-9288-c8d60e4d93f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:55.691156 [ 5 ] {a96efa12-b3fb-4a33-9288-c8d60e4d93f4} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:39:55.691377 [ 5 ] {a96efa12-b3fb-4a33-9288-c8d60e4d93f4} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:55.691517 [ 5 ] {a96efa12-b3fb-4a33-9288-c8d60e4d93f4} executeQuery: Read 42 rows, 77.07 KiB in 0.001909 sec., 22001.047668936615 rows/sec., 39.42 MiB/sec. 2025.09.19 00:39:55.691590 [ 5 ] {a96efa12-b3fb-4a33-9288-c8d60e4d93f4} TCPHandler: Processed in 0.002110598 sec. 2025.09.19 00:39:55.691704 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:39:55.691797 [ 5 ] {e28e4d2b-e60d-4f0b-a48b-7106db3bbce1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:39:55.691837 [ 5 ] {e28e4d2b-e60d-4f0b-a48b-7106db3bbce1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:39:55.692175 [ 5 ] {e28e4d2b-e60d-4f0b-a48b-7106db3bbce1} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:55.692209 [ 5 ] {e28e4d2b-e60d-4f0b-a48b-7106db3bbce1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:55.692511 [ 5 ] {e28e4d2b-e60d-4f0b-a48b-7106db3bbce1} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.19 00:39:55.692719 [ 5 ] {e28e4d2b-e60d-4f0b-a48b-7106db3bbce1} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:55.692849 [ 5 ] {e28e4d2b-e60d-4f0b-a48b-7106db3bbce1} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.09.19 00:39:55.692885 [ 5 ] {e28e4d2b-e60d-4f0b-a48b-7106db3bbce1} TCPHandler: Processed in 0.001228096 sec. 2025.09.19 00:39:55.696625 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} MergeTask::MergeProjectionsStage: Merge sorted 36894 rows, containing 5 columns (5 merged, 0 gathered) in 0.007106013 sec., 5191940.966052271 rows/sec., 347.68 MiB/sec. 2025.09.19 00:39:55.697078 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary) 2025.09.19 00:39:55.697425 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:55.697516 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_104_21} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_99_20, all_104_104_0] -> all_1_104_21 2025.09.19 00:39:55.697629 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.09.19 00:39:57.382395 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34053 2025.09.19 00:39:57.382930 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:57.382973 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:57.383463 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:39:57.383689 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:57.383825 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34053 2025.09.19 00:39:57.383844 [ 68 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.19 00:39:57.383945 [ 68 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:57.383982 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:57.384177 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:57.384382 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:57.384443 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31621 rows starting from the beginning of the part 2025.09.19 00:39:57.384542 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:57.384620 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:57.384687 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:57.384753 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:57.384820 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:39:57.387296 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 34053 rows, containing 4 columns (4 merged, 0 gathered) in 0.003207922 sec., 10615283.039924286 rows/sec., 151.85 MiB/sec. 2025.09.19 00:39:57.387421 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.19 00:39:57.387717 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_71_14} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:57.387793 [ 190 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_71_14} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.19 00:39:57.387909 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.01 MiB. 2025.09.19 00:39:59.191363 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2025.09.19 00:39:59.208903 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:59.208951 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:59.214738 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:39:59.215436 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:59.215742 [ 64 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.19 00:39:59.215785 [ 64 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:39:59.215808 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:39:59.215970 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:59.218665 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.09.19 00:39:59.220749 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:39:59.222303 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:59.226664 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:59.231128 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:59.235626 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:59.240621 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:59.245328 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:39:59.300876 [ 187 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.084986253 sec., 6295.135755661566 rows/sec., 32.55 MiB/sec. 2025.09.19 00:39:59.303859 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.19 00:39:59.305804 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_71_14} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:39:59.305889 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_71_14} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.19 00:39:59.308172 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.09.19 00:40:00.661785 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:00.661991 [ 5 ] {9eeea443-43d4-48f8-ae13-38f4d3af69af} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:40:00.662062 [ 5 ] {9eeea443-43d4-48f8-ae13-38f4d3af69af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:40:00.662889 [ 5 ] {9eeea443-43d4-48f8-ae13-38f4d3af69af} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:00.662937 [ 5 ] {9eeea443-43d4-48f8-ae13-38f4d3af69af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:00.663345 [ 5 ] {9eeea443-43d4-48f8-ae13-38f4d3af69af} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:40:00.663573 [ 5 ] {9eeea443-43d4-48f8-ae13-38f4d3af69af} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:00.663728 [ 5 ] {9eeea443-43d4-48f8-ae13-38f4d3af69af} executeQuery: Read 410 rows, 26.63 KiB in 0.001789 sec., 229178.3119060928 rows/sec., 14.54 MiB/sec. 2025.09.19 00:40:00.663773 [ 5 ] {9eeea443-43d4-48f8-ae13-38f4d3af69af} TCPHandler: Processed in 0.002128517 sec. 2025.09.19 00:40:00.663907 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:00.664010 [ 5 ] {8f2d4a50-f9d9-42f5-a125-53938fcbafc5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:00.664065 [ 5 ] {8f2d4a50-f9d9-42f5-a125-53938fcbafc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:00.665073 [ 5 ] {8f2d4a50-f9d9-42f5-a125-53938fcbafc5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:00.665116 [ 5 ] {8f2d4a50-f9d9-42f5-a125-53938fcbafc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:00.665516 [ 5 ] {8f2d4a50-f9d9-42f5-a125-53938fcbafc5} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.09.19 00:40:00.665743 [ 5 ] {8f2d4a50-f9d9-42f5-a125-53938fcbafc5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:00.665880 [ 5 ] {8f2d4a50-f9d9-42f5-a125-53938fcbafc5} executeQuery: Read 1112 rows, 89.80 KiB in 0.001896 sec., 586497.8902953587 rows/sec., 46.25 MiB/sec. 2025.09.19 00:40:00.665919 [ 5 ] {8f2d4a50-f9d9-42f5-a125-53938fcbafc5} TCPHandler: Processed in 0.002061267 sec. 2025.09.19 00:40:00.666044 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:00.666139 [ 5 ] {c360ac32-9fbd-4ff0-8674-d5892612be56} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:00.666181 [ 5 ] {c360ac32-9fbd-4ff0-8674-d5892612be56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:00.666678 [ 5 ] {c360ac32-9fbd-4ff0-8674-d5892612be56} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:00.666715 [ 5 ] {c360ac32-9fbd-4ff0-8674-d5892612be56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:00.667113 [ 5 ] {c360ac32-9fbd-4ff0-8674-d5892612be56} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.19 00:40:00.667383 [ 5 ] {c360ac32-9fbd-4ff0-8674-d5892612be56} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:00.667547 [ 5 ] {c360ac32-9fbd-4ff0-8674-d5892612be56} executeQuery: Read 205 rows, 12.32 KiB in 0.001425 sec., 143859.64912280702 rows/sec., 8.44 MiB/sec. 2025.09.19 00:40:00.667594 [ 5 ] {c360ac32-9fbd-4ff0-8674-d5892612be56} TCPHandler: Processed in 0.001599191 sec. 2025.09.19 00:40:00.667727 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:00.667844 [ 5 ] {d79c447a-842d-4a0d-aa42-e21cc7f276b8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:40:00.667892 [ 5 ] {d79c447a-842d-4a0d-aa42-e21cc7f276b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:40:00.668405 [ 5 ] {d79c447a-842d-4a0d-aa42-e21cc7f276b8} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:00.668442 [ 5 ] {d79c447a-842d-4a0d-aa42-e21cc7f276b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:00.668754 [ 5 ] {d79c447a-842d-4a0d-aa42-e21cc7f276b8} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:40:00.668976 [ 5 ] {d79c447a-842d-4a0d-aa42-e21cc7f276b8} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:00.669107 [ 5 ] {d79c447a-842d-4a0d-aa42-e21cc7f276b8} executeQuery: Read 212 rows, 14.00 KiB in 0.001288 sec., 164596.27329192546 rows/sec., 10.61 MiB/sec. 2025.09.19 00:40:00.669144 [ 5 ] {d79c447a-842d-4a0d-aa42-e21cc7f276b8} TCPHandler: Processed in 0.00147476 sec. 2025.09.19 00:40:00.669263 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:00.669386 [ 5 ] {080c8909-0e59-476b-b6a6-8c9561a37842} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:40:00.669435 [ 5 ] {080c8909-0e59-476b-b6a6-8c9561a37842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:40:00.670045 [ 5 ] {080c8909-0e59-476b-b6a6-8c9561a37842} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:00.670082 [ 5 ] {080c8909-0e59-476b-b6a6-8c9561a37842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:00.670399 [ 5 ] {080c8909-0e59-476b-b6a6-8c9561a37842} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:40:00.670608 [ 5 ] {080c8909-0e59-476b-b6a6-8c9561a37842} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:00.670736 [ 5 ] {080c8909-0e59-476b-b6a6-8c9561a37842} executeQuery: Read 211 rows, 12.27 KiB in 0.001374 sec., 153566.22998544396 rows/sec., 8.72 MiB/sec. 2025.09.19 00:40:00.670774 [ 5 ] {080c8909-0e59-476b-b6a6-8c9561a37842} TCPHandler: Processed in 0.001571651 sec. 2025.09.19 00:40:00.670884 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:00.670979 [ 5 ] {7587f533-d4de-4e43-9db7-f9d36d2630f0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:00.671019 [ 5 ] {7587f533-d4de-4e43-9db7-f9d36d2630f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:00.671754 [ 5 ] {7587f533-d4de-4e43-9db7-f9d36d2630f0} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:00.671790 [ 5 ] {7587f533-d4de-4e43-9db7-f9d36d2630f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:00.672118 [ 5 ] {7587f533-d4de-4e43-9db7-f9d36d2630f0} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.09.19 00:40:00.672324 [ 5 ] {7587f533-d4de-4e43-9db7-f9d36d2630f0} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:00.672453 [ 5 ] {7587f533-d4de-4e43-9db7-f9d36d2630f0} executeQuery: Read 679 rows, 48.47 KiB in 0.001492 sec., 455093.8337801608 rows/sec., 31.72 MiB/sec. 2025.09.19 00:40:00.672491 [ 5 ] {7587f533-d4de-4e43-9db7-f9d36d2630f0} TCPHandler: Processed in 0.001655661 sec. 2025.09.19 00:40:00.672603 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:00.672718 [ 5 ] {fe3c063a-b11e-4b96-86a7-9fa0cb79b71b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:40:00.672767 [ 5 ] {fe3c063a-b11e-4b96-86a7-9fa0cb79b71b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:40:00.673139 [ 5 ] {fe3c063a-b11e-4b96-86a7-9fa0cb79b71b} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:00.673175 [ 5 ] {fe3c063a-b11e-4b96-86a7-9fa0cb79b71b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:00.673476 [ 5 ] {fe3c063a-b11e-4b96-86a7-9fa0cb79b71b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.19 00:40:00.673685 [ 5 ] {fe3c063a-b11e-4b96-86a7-9fa0cb79b71b} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:00.673792 [ 60 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.19 00:40:00.673812 [ 5 ] {fe3c063a-b11e-4b96-86a7-9fa0cb79b71b} executeQuery: Read 6 rows, 321.00 B in 0.001119 sec., 5361.930294906167 rows/sec., 280.14 KiB/sec. 2025.09.19 00:40:00.673860 [ 60 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:00.673868 [ 5 ] {fe3c063a-b11e-4b96-86a7-9fa0cb79b71b} TCPHandler: Processed in 0.001322867 sec. 2025.09.19 00:40:00.673890 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:00.673982 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:00.673994 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:40:00.674081 [ 5 ] {ddbe0f37-7d6b-4d94-8512-7495cf796db6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:00.674108 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:00.674125 [ 5 ] {ddbe0f37-7d6b-4d94-8512-7495cf796db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:00.674140 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part 2025.09.19 00:40:00.674200 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part 2025.09.19 00:40:00.674245 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part 2025.09.19 00:40:00.674291 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part 2025.09.19 00:40:00.674332 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part 2025.09.19 00:40:00.674372 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part 2025.09.19 00:40:00.674594 [ 5 ] {ddbe0f37-7d6b-4d94-8512-7495cf796db6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:00.674629 [ 5 ] {ddbe0f37-7d6b-4d94-8512-7495cf796db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:00.674969 [ 5 ] {ddbe0f37-7d6b-4d94-8512-7495cf796db6} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.09.19 00:40:00.675161 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.001213136 sec., 252238.8256551615 rows/sec., 12.87 MiB/sec. 2025.09.19 00:40:00.675183 [ 5 ] {ddbe0f37-7d6b-4d94-8512-7495cf796db6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:00.675314 [ 5 ] {ddbe0f37-7d6b-4d94-8512-7495cf796db6} executeQuery: Read 314 rows, 21.12 KiB in 0.001251 sec., 250999.2006394884 rows/sec., 16.49 MiB/sec. 2025.09.19 00:40:00.675334 [ 200 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.19 00:40:00.675353 [ 5 ] {ddbe0f37-7d6b-4d94-8512-7495cf796db6} TCPHandler: Processed in 0.001418979 sec. 2025.09.19 00:40:00.675466 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:00.675562 [ 5 ] {1dd388c6-4d4c-435a-82f2-26979f4555b7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:40:00.675606 [ 5 ] {1dd388c6-4d4c-435a-82f2-26979f4555b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:40:00.675659 [ 200 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_51_10} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:00.675747 [ 200 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_51_10} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.19 00:40:00.675844 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.09.19 00:40:00.675919 [ 5 ] {1dd388c6-4d4c-435a-82f2-26979f4555b7} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:00.675960 [ 5 ] {1dd388c6-4d4c-435a-82f2-26979f4555b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:00.676264 [ 5 ] {1dd388c6-4d4c-435a-82f2-26979f4555b7} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:40:00.676480 [ 5 ] {1dd388c6-4d4c-435a-82f2-26979f4555b7} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:00.676610 [ 5 ] {1dd388c6-4d4c-435a-82f2-26979f4555b7} executeQuery: Read 1 rows, 69.00 B in 0.001066 sec., 938.0863039399624 rows/sec., 63.21 KiB/sec. 2025.09.19 00:40:00.676647 [ 5 ] {1dd388c6-4d4c-435a-82f2-26979f4555b7} TCPHandler: Processed in 0.001228946 sec. 2025.09.19 00:40:00.676745 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:00.676838 [ 5 ] {f49abd30-7e37-496a-ad54-5db1036a52a9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:00.676879 [ 5 ] {f49abd30-7e37-496a-ad54-5db1036a52a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:00.677215 [ 5 ] {f49abd30-7e37-496a-ad54-5db1036a52a9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:00.677252 [ 5 ] {f49abd30-7e37-496a-ad54-5db1036a52a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:00.677572 [ 5 ] {f49abd30-7e37-496a-ad54-5db1036a52a9} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.09.19 00:40:00.677786 [ 5 ] {f49abd30-7e37-496a-ad54-5db1036a52a9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:00.677911 [ 5 ] {f49abd30-7e37-496a-ad54-5db1036a52a9} executeQuery: Read 104 rows, 6.53 KiB in 0.001091 sec., 95325.38955087076 rows/sec., 5.84 MiB/sec. 2025.09.19 00:40:00.677947 [ 5 ] {f49abd30-7e37-496a-ad54-5db1036a52a9} TCPHandler: Processed in 0.001249786 sec. 2025.09.19 00:40:04.707401 [ 55 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:40:04.707467 [ 55 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:40:04.883969 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34501 2025.09.19 00:40:04.884769 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:04.884820 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:04.885390 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:40:04.885625 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:04.885777 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34501 2025.09.19 00:40:04.991197 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1988 2025.09.19 00:40:04.993808 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:04.993868 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:04.995089 [ 242 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:40:04.995365 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:04.995762 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1988 2025.09.19 00:40:05.652850 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:05.653135 [ 5 ] {f791e7af-021e-40fd-9393-b39f31dc50db} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:05.653233 [ 5 ] {f791e7af-021e-40fd-9393-b39f31dc50db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:05.653940 [ 5 ] {f791e7af-021e-40fd-9393-b39f31dc50db} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:05.653990 [ 5 ] {f791e7af-021e-40fd-9393-b39f31dc50db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:05.654399 [ 5 ] {f791e7af-021e-40fd-9393-b39f31dc50db} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.09.19 00:40:05.654624 [ 5 ] {f791e7af-021e-40fd-9393-b39f31dc50db} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:05.654782 [ 5 ] {f791e7af-021e-40fd-9393-b39f31dc50db} executeQuery: Read 140 rows, 12.42 KiB in 0.001724 sec., 81206.49651972158 rows/sec., 7.04 MiB/sec. 2025.09.19 00:40:05.654781 [ 56 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.09.19 00:40:05.654825 [ 5 ] {f791e7af-021e-40fd-9393-b39f31dc50db} TCPHandler: Processed in 0.002149828 sec. 2025.09.19 00:40:05.654851 [ 56 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:05.654880 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:05.654951 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:05.654998 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:40:05.655051 [ 5 ] {90e58289-ac64-49c3-9fde-c5ecccab2eca} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:05.655097 [ 5 ] {90e58289-ac64-49c3-9fde-c5ecccab2eca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:05.655143 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:05.655185 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2346 rows starting from the beginning of the part 2025.09.19 00:40:05.655258 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 140 rows starting from the beginning of the part 2025.09.19 00:40:05.655312 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:40:05.655359 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 1281 rows starting from the beginning of the part 2025.09.19 00:40:05.655403 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:40:05.655448 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 140 rows starting from the beginning of the part 2025.09.19 00:40:05.655529 [ 5 ] {90e58289-ac64-49c3-9fde-c5ecccab2eca} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:05.655571 [ 5 ] {90e58289-ac64-49c3-9fde-c5ecccab2eca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:05.655908 [ 5 ] {90e58289-ac64-49c3-9fde-c5ecccab2eca} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.19 00:40:05.656129 [ 5 ] {90e58289-ac64-49c3-9fde-c5ecccab2eca} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:05.656265 [ 5 ] {90e58289-ac64-49c3-9fde-c5ecccab2eca} executeQuery: Read 42 rows, 3.16 KiB in 0.001233 sec., 34063.2603406326 rows/sec., 2.50 MiB/sec. 2025.09.19 00:40:05.656304 [ 5 ] {90e58289-ac64-49c3-9fde-c5ecccab2eca} TCPHandler: Processed in 0.001401089 sec. 2025.09.19 00:40:05.656414 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:05.656507 [ 5 ] {afbf7481-9f38-46e4-b610-645dc9feec99} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:05.656547 [ 5 ] {afbf7481-9f38-46e4-b610-645dc9feec99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:05.656980 [ 5 ] {afbf7481-9f38-46e4-b610-645dc9feec99} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:05.657017 [ 5 ] {afbf7481-9f38-46e4-b610-645dc9feec99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:05.657335 [ 5 ] {afbf7481-9f38-46e4-b610-645dc9feec99} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.09.19 00:40:05.657549 [ 5 ] {afbf7481-9f38-46e4-b610-645dc9feec99} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:05.657650 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6131 rows, containing 5 columns (5 merged, 0 gathered) in 0.002709335 sec., 2262916.9150363463 rows/sec., 191.66 MiB/sec. 2025.09.19 00:40:05.657679 [ 5 ] {afbf7481-9f38-46e4-b610-645dc9feec99} executeQuery: Read 106 rows, 8.48 KiB in 0.00119 sec., 89075.63025210083 rows/sec., 6.96 MiB/sec. 2025.09.19 00:40:05.657679 [ 52 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.09.19 00:40:05.657725 [ 5 ] {afbf7481-9f38-46e4-b610-645dc9feec99} TCPHandler: Processed in 0.001360067 sec. 2025.09.19 00:40:05.657736 [ 52 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:05.657763 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:05.657841 [ 200 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:40:05.657846 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:05.657951 [ 5 ] {7bc60f6b-6944-486f-8ec1-d911453de70d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:05.657956 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.09.19 00:40:05.657953 [ 200 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:05.657995 [ 5 ] {7bc60f6b-6944-486f-8ec1-d911453de70d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:05.658027 [ 200 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1213 rows starting from the beginning of the part 2025.09.19 00:40:05.658101 [ 200 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 106 rows starting from the beginning of the part 2025.09.19 00:40:05.658147 [ 200 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 679 rows starting from the beginning of the part 2025.09.19 00:40:05.658187 [ 200 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 564 rows starting from the beginning of the part 2025.09.19 00:40:05.658229 [ 200 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 679 rows starting from the beginning of the part 2025.09.19 00:40:05.658268 [ 200 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 106 rows starting from the beginning of the part 2025.09.19 00:40:05.658277 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_106_21} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:05.658357 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_106_21} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.09.19 00:40:05.658418 [ 5 ] {7bc60f6b-6944-486f-8ec1-d911453de70d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:05.658434 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.09.19 00:40:05.658456 [ 5 ] {7bc60f6b-6944-486f-8ec1-d911453de70d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:05.658818 [ 5 ] {7bc60f6b-6944-486f-8ec1-d911453de70d} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.09.19 00:40:05.659056 [ 5 ] {7bc60f6b-6944-486f-8ec1-d911453de70d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:05.659190 [ 5 ] {7bc60f6b-6944-486f-8ec1-d911453de70d} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2025.09.19 00:40:05.659228 [ 5 ] {7bc60f6b-6944-486f-8ec1-d911453de70d} TCPHandler: Processed in 0.001430209 sec. 2025.09.19 00:40:05.659333 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:05.659427 [ 5 ] {50161873-dd42-44d2-add1-a18612849a51} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:05.659479 [ 5 ] {50161873-dd42-44d2-add1-a18612849a51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:40:05.659548 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 3347 rows, containing 5 columns (5 merged, 0 gathered) in 0.001743193 sec., 1920039.8349465607 rows/sec., 145.06 MiB/sec. 2025.09.19 00:40:05.659733 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.09.19 00:40:05.659992 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_106_21} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:05.660057 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_106_21} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.09.19 00:40:05.660135 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:40:05.660377 [ 5 ] {50161873-dd42-44d2-add1-a18612849a51} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:05.660419 [ 5 ] {50161873-dd42-44d2-add1-a18612849a51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:05.660992 [ 5 ] {50161873-dd42-44d2-add1-a18612849a51} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:40:05.661214 [ 5 ] {50161873-dd42-44d2-add1-a18612849a51} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:05.661352 [ 5 ] {50161873-dd42-44d2-add1-a18612849a51} executeQuery: Read 42 rows, 77.07 KiB in 0.001944 sec., 21604.938271604937 rows/sec., 38.72 MiB/sec. 2025.09.19 00:40:05.661405 [ 5 ] {50161873-dd42-44d2-add1-a18612849a51} TCPHandler: Processed in 0.002119787 sec. 2025.09.19 00:40:05.661550 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:05.661645 [ 5 ] {85f104c9-fa03-45ad-bbca-fc7f7e11977b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:05.661687 [ 5 ] {85f104c9-fa03-45ad-bbca-fc7f7e11977b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:05.662069 [ 5 ] {85f104c9-fa03-45ad-bbca-fc7f7e11977b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:05.662105 [ 5 ] {85f104c9-fa03-45ad-bbca-fc7f7e11977b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:05.662427 [ 5 ] {85f104c9-fa03-45ad-bbca-fc7f7e11977b} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.09.19 00:40:05.662664 [ 5 ] {85f104c9-fa03-45ad-bbca-fc7f7e11977b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:05.662793 [ 5 ] {85f104c9-fa03-45ad-bbca-fc7f7e11977b} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2025.09.19 00:40:05.662797 [ 52 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.09.19 00:40:05.662830 [ 5 ] {85f104c9-fa03-45ad-bbca-fc7f7e11977b} TCPHandler: Processed in 0.001328147 sec. 2025.09.19 00:40:05.662846 [ 52 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:05.662871 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:05.662937 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:40:05.663029 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:05.663054 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 8120 rows starting from the beginning of the part 2025.09.19 00:40:05.663096 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:40:05.663130 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 104 rows starting from the beginning of the part 2025.09.19 00:40:05.663162 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:40:05.663221 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 104 rows starting from the beginning of the part 2025.09.19 00:40:05.663253 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:40:05.665753 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 8508 rows, containing 4 columns (4 merged, 0 gathered) in 0.002838297 sec., 2997572.1356855887 rows/sec., 190.58 MiB/sec. 2025.09.19 00:40:05.666056 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.09.19 00:40:05.666412 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_106_21} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:05.666489 [ 201 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_106_21} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.09.19 00:40:05.666596 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2025.09.19 00:40:06.718712 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 2025.09.19 00:40:06.734062 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:06.734106 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:06.739646 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:40:06.740310 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:06.743068 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 542 2025.09.19 00:40:10.616273 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35284 2025.09.19 00:40:10.616411 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.616447 [ 286 ] {} TCP-Session: a9de71f0-7491-4edc-abf7-a5f12f8618fe Authenticating user 'default' from [fd00:1122:3344:101::e]:35284 2025.09.19 00:40:10.616476 [ 286 ] {} TCP-Session: a9de71f0-7491-4edc-abf7-a5f12f8618fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.616494 [ 286 ] {} TCP-Session: a9de71f0-7491-4edc-abf7-a5f12f8618fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.616702 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55057 2025.09.19 00:40:10.616723 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39838 2025.09.19 00:40:10.616751 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47921 2025.09.19 00:40:10.616762 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55406 2025.09.19 00:40:10.616810 [ 286 ] {} TCP-Session: a9de71f0-7491-4edc-abf7-a5f12f8618fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.616823 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.616841 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.616877 [ 287 ] {} TCP-Session: 6d3785c7-5f5d-4452-96c3-c68395494dd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:55057 2025.09.19 00:40:10.616876 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.616909 [ 288 ] {} TCP-Session: dcac5277-d130-4763-aa3b-48edd1dd1a0d Authenticating user 'default' from [fd00:1122:3344:101::e]:39838 2025.09.19 00:40:10.616915 [ 287 ] {} TCP-Session: 6d3785c7-5f5d-4452-96c3-c68395494dd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.616930 [ 352 ] {} TCP-Session: 93cc31a4-89db-4ba0-9ee0-73c03fe0fbe7 Authenticating user 'default' from [fd00:1122:3344:101::e]:55406 2025.09.19 00:40:10.616944 [ 288 ] {} TCP-Session: dcac5277-d130-4763-aa3b-48edd1dd1a0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.616946 [ 287 ] {} TCP-Session: 6d3785c7-5f5d-4452-96c3-c68395494dd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.616973 [ 352 ] {} TCP-Session: 93cc31a4-89db-4ba0-9ee0-73c03fe0fbe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.616974 [ 288 ] {} TCP-Session: dcac5277-d130-4763-aa3b-48edd1dd1a0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.616998 [ 352 ] {} TCP-Session: 93cc31a4-89db-4ba0-9ee0-73c03fe0fbe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.616995 [ 286 ] {c972c545-b587-4eca-a8d9-2bab00d1ca99} executeQuery: (from [fd00:1122:3344:101::e]:35284) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:40:10.616843 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.616749 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57552 2025.09.19 00:40:10.617098 [ 351 ] {} TCP-Session: 2307b268-c328-4290-9f10-50cfebadab68 Authenticating user 'default' from [fd00:1122:3344:101::e]:47921 2025.09.19 00:40:10.617144 [ 351 ] {} TCP-Session: 2307b268-c328-4290-9f10-50cfebadab68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.617157 [ 351 ] {} TCP-Session: 2307b268-c328-4290-9f10-50cfebadab68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.617200 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.617234 [ 289 ] {} TCP-Session: eda9596c-c9c2-4649-bad1-24bcb6dbaa08 Authenticating user 'default' from [fd00:1122:3344:101::e]:57552 2025.09.19 00:40:10.617257 [ 289 ] {} TCP-Session: eda9596c-c9c2-4649-bad1-24bcb6dbaa08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.617271 [ 289 ] {} TCP-Session: eda9596c-c9c2-4649-bad1-24bcb6dbaa08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.617312 [ 286 ] {c972c545-b587-4eca-a8d9-2bab00d1ca99} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:40:10.617370 [ 286 ] {c972c545-b587-4eca-a8d9-2bab00d1ca99} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:40:10.617524 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34143 2025.09.19 00:40:10.617526 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48872 2025.09.19 00:40:10.617626 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61208 2025.09.19 00:40:10.617669 [ 286 ] {c972c545-b587-4eca-a8d9-2bab00d1ca99} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:40:10.617889 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.617940 [ 353 ] {} TCP-Session: e26dfd64-247f-4a10-896a-6579eb7f4373 Authenticating user 'default' from [fd00:1122:3344:101::e]:34143 2025.09.19 00:40:10.617957 [ 353 ] {} TCP-Session: e26dfd64-247f-4a10-896a-6579eb7f4373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.617970 [ 353 ] {} TCP-Session: e26dfd64-247f-4a10-896a-6579eb7f4373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.618323 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.618357 [ 363 ] {} TCP-Session: d06e9411-8089-4bf7-bc4c-0a1802bee229 Authenticating user 'default' from [fd00:1122:3344:101::e]:61208 2025.09.19 00:40:10.618374 [ 363 ] {} TCP-Session: d06e9411-8089-4bf7-bc4c-0a1802bee229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.618386 [ 363 ] {} TCP-Session: d06e9411-8089-4bf7-bc4c-0a1802bee229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.618445 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.618481 [ 362 ] {} TCP-Session: 97d5545c-22db-4347-aa7b-ba2861b67aa4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48872 2025.09.19 00:40:10.618504 [ 362 ] {} TCP-Session: 97d5545c-22db-4347-aa7b-ba2861b67aa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.618522 [ 362 ] {} TCP-Session: 97d5545c-22db-4347-aa7b-ba2861b67aa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.618733 [ 319 ] {c972c545-b587-4eca-a8d9-2bab00d1ca99} AggregatingTransform: Aggregating 2025.09.19 00:40:10.618790 [ 319 ] {c972c545-b587-4eca-a8d9-2bab00d1ca99} Aggregator: Aggregation method: without_key 2025.09.19 00:40:10.618828 [ 319 ] {c972c545-b587-4eca-a8d9-2bab00d1ca99} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001031784 sec. (969.195 rows/sec., 37.86 KiB/sec.) 2025.09.19 00:40:10.618843 [ 319 ] {c972c545-b587-4eca-a8d9-2bab00d1ca99} Aggregator: Merging aggregated data 2025.09.19 00:40:10.619936 [ 286 ] {c972c545-b587-4eca-a8d9-2bab00d1ca99} executeQuery: Read 1 rows, 40.00 B in 0.002999 sec., 333.4444814938313 rows/sec., 13.03 KiB/sec. 2025.09.19 00:40:10.620068 [ 286 ] {c972c545-b587-4eca-a8d9-2bab00d1ca99} TCPHandler: Processed in 0.003378094 sec. 2025.09.19 00:40:10.620206 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.620216 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.620239 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.620255 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.620275 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.620291 [ 363 ] {} TCP-Session: d06e9411-8089-4bf7-bc4c-0a1802bee229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.620311 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.620331 [ 353 ] {} TCP-Session: e26dfd64-247f-4a10-896a-6579eb7f4373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.620350 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.620374 [ 289 ] {} TCP-Session: eda9596c-c9c2-4649-bad1-24bcb6dbaa08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.620393 [ 362 ] {} TCP-Session: 97d5545c-22db-4347-aa7b-ba2861b67aa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.620330 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.620302 [ 288 ] {} TCP-Session: dcac5277-d130-4763-aa3b-48edd1dd1a0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.620445 [ 352 ] {} TCP-Session: 93cc31a4-89db-4ba0-9ee0-73c03fe0fbe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.620292 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.620274 [ 287 ] {} TCP-Session: 6d3785c7-5f5d-4452-96c3-c68395494dd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.620519 [ 351 ] {} TCP-Session: 2307b268-c328-4290-9f10-50cfebadab68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.620248 [ 286 ] {} TCP-Session: a9de71f0-7491-4edc-abf7-a5f12f8618fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.650325 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50039 2025.09.19 00:40:10.650415 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.650442 [ 286 ] {} TCP-Session: 84debb61-ad9f-4e94-b43e-8f6c426f7355 Authenticating user 'default' from [fd00:1122:3344:101::e]:50039 2025.09.19 00:40:10.650484 [ 286 ] {} TCP-Session: 84debb61-ad9f-4e94-b43e-8f6c426f7355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.650497 [ 286 ] {} TCP-Session: 84debb61-ad9f-4e94-b43e-8f6c426f7355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.650714 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53412 2025.09.19 00:40:10.650736 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50986 2025.09.19 00:40:10.650758 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34562 2025.09.19 00:40:10.650798 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34400 2025.09.19 00:40:10.650800 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41028 2025.09.19 00:40:10.650816 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64712 2025.09.19 00:40:10.650846 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.650874 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.650885 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.650882 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.650899 [ 288 ] {} TCP-Session: b40b341a-221d-4a8c-9142-df9326dd6185 Authenticating user 'default' from [fd00:1122:3344:101::e]:50986 2025.09.19 00:40:10.650915 [ 353 ] {} TCP-Session: 8f9a2db3-df14-4ac9-a1dc-e10a0484d1fd Authenticating user 'default' from [fd00:1122:3344:101::e]:41028 2025.09.19 00:40:10.650937 [ 289 ] {} TCP-Session: 4fd5ae6d-e2dc-42c1-9844-3c41098d5e88 Authenticating user 'default' from [fd00:1122:3344:101::e]:34562 2025.09.19 00:40:10.650966 [ 288 ] {} TCP-Session: b40b341a-221d-4a8c-9142-df9326dd6185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.650981 [ 353 ] {} TCP-Session: 8f9a2db3-df14-4ac9-a1dc-e10a0484d1fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.650997 [ 289 ] {} TCP-Session: 4fd5ae6d-e2dc-42c1-9844-3c41098d5e88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.651021 [ 353 ] {} TCP-Session: 8f9a2db3-df14-4ac9-a1dc-e10a0484d1fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.651035 [ 289 ] {} TCP-Session: 4fd5ae6d-e2dc-42c1-9844-3c41098d5e88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.651012 [ 288 ] {} TCP-Session: b40b341a-221d-4a8c-9142-df9326dd6185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.650913 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.650906 [ 352 ] {} TCP-Session: 688b93bf-3fd6-4506-9db4-0064cc539ce9 Authenticating user 'default' from [fd00:1122:3344:101::e]:34400 2025.09.19 00:40:10.651141 [ 363 ] {} TCP-Session: 72ede2b4-d13d-4e75-866a-7df823ad91ad Authenticating user 'default' from [fd00:1122:3344:101::e]:64712 2025.09.19 00:40:10.651158 [ 352 ] {} TCP-Session: 688b93bf-3fd6-4506-9db4-0064cc539ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.651176 [ 363 ] {} TCP-Session: 72ede2b4-d13d-4e75-866a-7df823ad91ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.651182 [ 352 ] {} TCP-Session: 688b93bf-3fd6-4506-9db4-0064cc539ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.651198 [ 363 ] {} TCP-Session: 72ede2b4-d13d-4e75-866a-7df823ad91ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.650811 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.650765 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35001 2025.09.19 00:40:10.651301 [ 287 ] {} TCP-Session: fc5d32cd-4dbf-4152-9bef-c3b8e0f24144 Authenticating user 'default' from [fd00:1122:3344:101::e]:53412 2025.09.19 00:40:10.650848 [ 286 ] {} TCP-Session: 84debb61-ad9f-4e94-b43e-8f6c426f7355 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.651341 [ 287 ] {} TCP-Session: fc5d32cd-4dbf-4152-9bef-c3b8e0f24144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.650809 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44916 2025.09.19 00:40:10.651377 [ 287 ] {} TCP-Session: fc5d32cd-4dbf-4152-9bef-c3b8e0f24144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.651376 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.651434 [ 351 ] {} TCP-Session: 5448fe0e-b132-4840-acea-ba1ab04104ea Authenticating user 'default' from [fd00:1122:3344:101::e]:35001 2025.09.19 00:40:10.651438 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.651463 [ 351 ] {} TCP-Session: 5448fe0e-b132-4840-acea-ba1ab04104ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.651477 [ 362 ] {} TCP-Session: 94eb9e0d-0208-4c33-a98d-fbac73631457 Authenticating user 'default' from [fd00:1122:3344:101::e]:44916 2025.09.19 00:40:10.651494 [ 351 ] {} TCP-Session: 5448fe0e-b132-4840-acea-ba1ab04104ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.651504 [ 362 ] {} TCP-Session: 94eb9e0d-0208-4c33-a98d-fbac73631457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.651519 [ 286 ] {c4c9df1e-fb36-478f-86e2-6a1cd144f7d4} executeQuery: (from [fd00:1122:3344:101::e]:50039) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:40:10.651553 [ 362 ] {} TCP-Session: 94eb9e0d-0208-4c33-a98d-fbac73631457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.651791 [ 286 ] {c4c9df1e-fb36-478f-86e2-6a1cd144f7d4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:40:10.651850 [ 286 ] {c4c9df1e-fb36-478f-86e2-6a1cd144f7d4} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:40:10.652135 [ 286 ] {c4c9df1e-fb36-478f-86e2-6a1cd144f7d4} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:40:10.653071 [ 348 ] {c4c9df1e-fb36-478f-86e2-6a1cd144f7d4} AggregatingTransform: Aggregating 2025.09.19 00:40:10.653122 [ 348 ] {c4c9df1e-fb36-478f-86e2-6a1cd144f7d4} Aggregator: Aggregation method: without_key 2025.09.19 00:40:10.653160 [ 348 ] {c4c9df1e-fb36-478f-86e2-6a1cd144f7d4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000925452 sec. (1080.553 rows/sec., 42.21 KiB/sec.) 2025.09.19 00:40:10.653180 [ 348 ] {c4c9df1e-fb36-478f-86e2-6a1cd144f7d4} Aggregator: Merging aggregated data 2025.09.19 00:40:10.654575 [ 286 ] {c4c9df1e-fb36-478f-86e2-6a1cd144f7d4} executeQuery: Read 1 rows, 40.00 B in 0.003092 sec., 323.41526520051747 rows/sec., 12.63 KiB/sec. 2025.09.19 00:40:10.654730 [ 286 ] {c4c9df1e-fb36-478f-86e2-6a1cd144f7d4} TCPHandler: Processed in 0.004037393 sec. 2025.09.19 00:40:10.654860 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.654882 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.654896 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.654918 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.654934 [ 351 ] {} TCP-Session: 5448fe0e-b132-4840-acea-ba1ab04104ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.654944 [ 363 ] {} TCP-Session: 72ede2b4-d13d-4e75-866a-7df823ad91ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.654962 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.654967 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.654986 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.655019 [ 353 ] {} TCP-Session: 8f9a2db3-df14-4ac9-a1dc-e10a0484d1fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.655007 [ 288 ] {} TCP-Session: b40b341a-221d-4a8c-9142-df9326dd6185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.655050 [ 289 ] {} TCP-Session: 4fd5ae6d-e2dc-42c1-9844-3c41098d5e88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.654964 [ 287 ] {} TCP-Session: fc5d32cd-4dbf-4152-9bef-c3b8e0f24144 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.654936 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.655006 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.654907 [ 286 ] {} TCP-Session: 84debb61-ad9f-4e94-b43e-8f6c426f7355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.655152 [ 352 ] {} TCP-Session: 688b93bf-3fd6-4506-9db4-0064cc539ce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.655160 [ 362 ] {} TCP-Session: 94eb9e0d-0208-4c33-a98d-fbac73631457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.664103 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.664259 [ 5 ] {ef1505b9-21d7-47da-8ba2-27ae5caaae3f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:40:10.664324 [ 5 ] {ef1505b9-21d7-47da-8ba2-27ae5caaae3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:40:10.665211 [ 5 ] {ef1505b9-21d7-47da-8ba2-27ae5caaae3f} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:10.665261 [ 5 ] {ef1505b9-21d7-47da-8ba2-27ae5caaae3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:10.665678 [ 5 ] {ef1505b9-21d7-47da-8ba2-27ae5caaae3f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:40:10.665940 [ 5 ] {ef1505b9-21d7-47da-8ba2-27ae5caaae3f} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:10.666121 [ 5 ] {ef1505b9-21d7-47da-8ba2-27ae5caaae3f} executeQuery: Read 410 rows, 26.63 KiB in 0.001908 sec., 214884.6960167715 rows/sec., 13.63 MiB/sec. 2025.09.19 00:40:10.666171 [ 5 ] {ef1505b9-21d7-47da-8ba2-27ae5caaae3f} TCPHandler: Processed in 0.002194588 sec. 2025.09.19 00:40:10.666293 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.666389 [ 5 ] {ad2d3b0d-0cc4-4fcf-bcef-d3013529c730} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:10.666431 [ 5 ] {ad2d3b0d-0cc4-4fcf-bcef-d3013529c730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:10.668029 [ 5 ] {ad2d3b0d-0cc4-4fcf-bcef-d3013529c730} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:10.668072 [ 5 ] {ad2d3b0d-0cc4-4fcf-bcef-d3013529c730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:10.668474 [ 5 ] {ad2d3b0d-0cc4-4fcf-bcef-d3013529c730} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.09.19 00:40:10.668701 [ 5 ] {ad2d3b0d-0cc4-4fcf-bcef-d3013529c730} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:10.668842 [ 5 ] {ad2d3b0d-0cc4-4fcf-bcef-d3013529c730} executeQuery: Read 1112 rows, 89.80 KiB in 0.002473 sec., 449656.2879094218 rows/sec., 35.46 MiB/sec. 2025.09.19 00:40:10.668882 [ 5 ] {ad2d3b0d-0cc4-4fcf-bcef-d3013529c730} TCPHandler: Processed in 0.002639705 sec. 2025.09.19 00:40:10.669016 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.669112 [ 5 ] {d98e978d-14c5-439e-ae8c-a83cc97922e1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:10.669153 [ 5 ] {d98e978d-14c5-439e-ae8c-a83cc97922e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:10.669685 [ 5 ] {d98e978d-14c5-439e-ae8c-a83cc97922e1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:10.669723 [ 5 ] {d98e978d-14c5-439e-ae8c-a83cc97922e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:10.670109 [ 5 ] {d98e978d-14c5-439e-ae8c-a83cc97922e1} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.09.19 00:40:10.670441 [ 5 ] {d98e978d-14c5-439e-ae8c-a83cc97922e1} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:10.670631 [ 5 ] {d98e978d-14c5-439e-ae8c-a83cc97922e1} executeQuery: Read 205 rows, 12.32 KiB in 0.001536 sec., 133463.54166666666 rows/sec., 7.83 MiB/sec. 2025.09.19 00:40:10.670688 [ 5 ] {d98e978d-14c5-439e-ae8c-a83cc97922e1} TCPHandler: Processed in 0.001721323 sec. 2025.09.19 00:40:10.670825 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.670948 [ 5 ] {9574695e-fff1-4d14-b207-492acde104f9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:40:10.671004 [ 5 ] {9574695e-fff1-4d14-b207-492acde104f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:40:10.671653 [ 5 ] {9574695e-fff1-4d14-b207-492acde104f9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:10.671699 [ 5 ] {9574695e-fff1-4d14-b207-492acde104f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:10.672166 [ 5 ] {9574695e-fff1-4d14-b207-492acde104f9} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:40:10.672511 [ 5 ] {9574695e-fff1-4d14-b207-492acde104f9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:10.672667 [ 48 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2025.09.19 00:40:10.672697 [ 5 ] {9574695e-fff1-4d14-b207-492acde104f9} executeQuery: Read 212 rows, 14.00 KiB in 0.001773 sec., 119571.34799774393 rows/sec., 7.71 MiB/sec. 2025.09.19 00:40:10.672719 [ 48 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:10.672749 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:10.672761 [ 5 ] {9574695e-fff1-4d14-b207-492acde104f9} TCPHandler: Processed in 0.001998907 sec. 2025.09.19 00:40:10.672863 [ 191 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2025.09.19 00:40:10.672908 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.672999 [ 191 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:10.673040 [ 191 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 441 rows starting from the beginning of the part 2025.09.19 00:40:10.673062 [ 5 ] {e01b4ac1-6bb7-403f-bd78-29ab70632f49} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:40:10.673111 [ 191 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 212 rows starting from the beginning of the part 2025.09.19 00:40:10.673127 [ 5 ] {e01b4ac1-6bb7-403f-bd78-29ab70632f49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:40:10.673161 [ 191 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 212 rows starting from the beginning of the part 2025.09.19 00:40:10.673208 [ 191 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 228 rows starting from the beginning of the part 2025.09.19 00:40:10.673248 [ 191 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 212 rows starting from the beginning of the part 2025.09.19 00:40:10.673288 [ 191 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 212 rows starting from the beginning of the part 2025.09.19 00:40:10.673801 [ 5 ] {e01b4ac1-6bb7-403f-bd78-29ab70632f49} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:10.673861 [ 5 ] {e01b4ac1-6bb7-403f-bd78-29ab70632f49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:10.674368 [ 5 ] {e01b4ac1-6bb7-403f-bd78-29ab70632f49} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:40:10.674483 [ 189 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001676672 sec., 904768.493778151 rows/sec., 62.68 MiB/sec. 2025.09.19 00:40:10.674616 [ 5 ] {e01b4ac1-6bb7-403f-bd78-29ab70632f49} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:10.674675 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2025.09.19 00:40:10.674769 [ 5 ] {e01b4ac1-6bb7-403f-bd78-29ab70632f49} executeQuery: Read 211 rows, 12.27 KiB in 0.001734 sec., 121683.96770472894 rows/sec., 6.91 MiB/sec. 2025.09.19 00:40:10.674819 [ 5 ] {e01b4ac1-6bb7-403f-bd78-29ab70632f49} TCPHandler: Processed in 0.001974856 sec. 2025.09.19 00:40:10.674945 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.675000 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:10.675045 [ 5 ] {82b334c7-6bbc-4ebc-8402-79655c83c8e0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:10.675088 [ 199 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_70_14} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2025.09.19 00:40:10.675092 [ 5 ] {82b334c7-6bbc-4ebc-8402-79655c83c8e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:10.675182 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:40:10.675990 [ 5 ] {82b334c7-6bbc-4ebc-8402-79655c83c8e0} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:10.676042 [ 5 ] {82b334c7-6bbc-4ebc-8402-79655c83c8e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:10.676528 [ 5 ] {82b334c7-6bbc-4ebc-8402-79655c83c8e0} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.09.19 00:40:10.676848 [ 5 ] {82b334c7-6bbc-4ebc-8402-79655c83c8e0} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:10.677029 [ 5 ] {82b334c7-6bbc-4ebc-8402-79655c83c8e0} executeQuery: Read 679 rows, 48.47 KiB in 0.002002 sec., 339160.83916083915 rows/sec., 23.64 MiB/sec. 2025.09.19 00:40:10.677084 [ 5 ] {82b334c7-6bbc-4ebc-8402-79655c83c8e0} TCPHandler: Processed in 0.002188178 sec. 2025.09.19 00:40:10.677229 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.677350 [ 5 ] {0fca6208-4b21-4140-ad0f-747169e05a7c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:40:10.677408 [ 5 ] {0fca6208-4b21-4140-ad0f-747169e05a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:40:10.677835 [ 5 ] {0fca6208-4b21-4140-ad0f-747169e05a7c} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:10.677883 [ 5 ] {0fca6208-4b21-4140-ad0f-747169e05a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:10.678306 [ 5 ] {0fca6208-4b21-4140-ad0f-747169e05a7c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.19 00:40:10.678617 [ 5 ] {0fca6208-4b21-4140-ad0f-747169e05a7c} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:10.678800 [ 5 ] {0fca6208-4b21-4140-ad0f-747169e05a7c} executeQuery: Read 6 rows, 321.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 212.67 KiB/sec. 2025.09.19 00:40:10.678852 [ 5 ] {0fca6208-4b21-4140-ad0f-747169e05a7c} TCPHandler: Processed in 0.001686452 sec. 2025.09.19 00:40:10.678984 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.679103 [ 5 ] {d28a97e3-e3ce-48a5-a317-874bdf8f5834} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:10.679161 [ 5 ] {d28a97e3-e3ce-48a5-a317-874bdf8f5834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:10.679766 [ 5 ] {d28a97e3-e3ce-48a5-a317-874bdf8f5834} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:10.679814 [ 5 ] {d28a97e3-e3ce-48a5-a317-874bdf8f5834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:10.680300 [ 5 ] {d28a97e3-e3ce-48a5-a317-874bdf8f5834} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.09.19 00:40:10.680632 [ 5 ] {d28a97e3-e3ce-48a5-a317-874bdf8f5834} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:10.680815 [ 5 ] {d28a97e3-e3ce-48a5-a317-874bdf8f5834} executeQuery: Read 314 rows, 21.12 KiB in 0.001736 sec., 180875.57603686638 rows/sec., 11.88 MiB/sec. 2025.09.19 00:40:10.680867 [ 5 ] {d28a97e3-e3ce-48a5-a317-874bdf8f5834} TCPHandler: Processed in 0.001944066 sec. 2025.09.19 00:40:10.681032 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.681258 [ 5 ] {20bae404-ee72-43be-924c-d320e8f71adb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:40:10.681337 [ 5 ] {20bae404-ee72-43be-924c-d320e8f71adb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:40:10.682621 [ 5 ] {20bae404-ee72-43be-924c-d320e8f71adb} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:10.682664 [ 5 ] {20bae404-ee72-43be-924c-d320e8f71adb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:10.682992 [ 5 ] {20bae404-ee72-43be-924c-d320e8f71adb} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:40:10.683224 [ 5 ] {20bae404-ee72-43be-924c-d320e8f71adb} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:10.683383 [ 5 ] {20bae404-ee72-43be-924c-d320e8f71adb} executeQuery: Read 1 rows, 69.00 B in 0.00217 sec., 460.8294930875576 rows/sec., 31.05 KiB/sec. 2025.09.19 00:40:10.683439 [ 5 ] {20bae404-ee72-43be-924c-d320e8f71adb} TCPHandler: Processed in 0.002467953 sec. 2025.09.19 00:40:10.683565 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.683662 [ 5 ] {0d730b8c-b44c-48f1-971e-cea7c1bd7323} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:10.683705 [ 5 ] {0d730b8c-b44c-48f1-971e-cea7c1bd7323} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:10.684089 [ 5 ] {0d730b8c-b44c-48f1-971e-cea7c1bd7323} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:10.684124 [ 5 ] {0d730b8c-b44c-48f1-971e-cea7c1bd7323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:10.684472 [ 5 ] {0d730b8c-b44c-48f1-971e-cea7c1bd7323} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.09.19 00:40:10.684688 [ 5 ] {0d730b8c-b44c-48f1-971e-cea7c1bd7323} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:10.684826 [ 5 ] {0d730b8c-b44c-48f1-971e-cea7c1bd7323} executeQuery: Read 104 rows, 6.53 KiB in 0.001184 sec., 87837.83783783784 rows/sec., 5.38 MiB/sec. 2025.09.19 00:40:10.684865 [ 5 ] {0d730b8c-b44c-48f1-971e-cea7c1bd7323} TCPHandler: Processed in 0.001354458 sec. 2025.09.19 00:40:10.765166 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48028 2025.09.19 00:40:10.765267 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.765294 [ 286 ] {} TCP-Session: e10ff1a9-2ba6-4d88-80c1-e6d8a7c9607c Authenticating user 'default' from [fd00:1122:3344:101::e]:48028 2025.09.19 00:40:10.765317 [ 286 ] {} TCP-Session: e10ff1a9-2ba6-4d88-80c1-e6d8a7c9607c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.765330 [ 286 ] {} TCP-Session: e10ff1a9-2ba6-4d88-80c1-e6d8a7c9607c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.765546 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61651 2025.09.19 00:40:10.765570 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38591 2025.09.19 00:40:10.765592 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50547 2025.09.19 00:40:10.765604 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63428 2025.09.19 00:40:10.765649 [ 286 ] {} TCP-Session: e10ff1a9-2ba6-4d88-80c1-e6d8a7c9607c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:10.765673 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.765636 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50332 2025.09.19 00:40:10.765714 [ 287 ] {} TCP-Session: 803c069e-ef98-48c6-b339-51922b32de40 Authenticating user 'default' from [fd00:1122:3344:101::e]:61651 2025.09.19 00:40:10.765725 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.765729 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.765751 [ 287 ] {} TCP-Session: 803c069e-ef98-48c6-b339-51922b32de40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.765770 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.765787 [ 351 ] {} TCP-Session: 53315557-be8e-46f0-a33c-4ff133d5a604 Authenticating user 'default' from [fd00:1122:3344:101::e]:50547 2025.09.19 00:40:10.765799 [ 288 ] {} TCP-Session: a7395bfc-49c9-45a1-814c-a47455fec4e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:38591 2025.09.19 00:40:10.765817 [ 287 ] {} TCP-Session: 803c069e-ef98-48c6-b339-51922b32de40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.765830 [ 288 ] {} TCP-Session: a7395bfc-49c9-45a1-814c-a47455fec4e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.765841 [ 363 ] {} TCP-Session: b4c6e645-fba0-49e0-baac-bf477d4b120f Authenticating user 'default' from [fd00:1122:3344:101::e]:50332 2025.09.19 00:40:10.765840 [ 286 ] {dea9c2c4-8756-4303-930e-566d8b7c5b12} executeQuery: (from [fd00:1122:3344:101::e]:48028) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:40:10.765872 [ 363 ] {} TCP-Session: b4c6e645-fba0-49e0-baac-bf477d4b120f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.765863 [ 288 ] {} TCP-Session: a7395bfc-49c9-45a1-814c-a47455fec4e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.765908 [ 363 ] {} TCP-Session: b4c6e645-fba0-49e0-baac-bf477d4b120f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.765708 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.765617 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38722 2025.09.19 00:40:10.765974 [ 352 ] {} TCP-Session: 7c903df4-ff3b-4f6d-8abd-b9c359d43fc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:63428 2025.09.19 00:40:10.765592 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42703 2025.09.19 00:40:10.766015 [ 352 ] {} TCP-Session: 7c903df4-ff3b-4f6d-8abd-b9c359d43fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.766030 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.766067 [ 352 ] {} TCP-Session: 7c903df4-ff3b-4f6d-8abd-b9c359d43fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.766082 [ 353 ] {} TCP-Session: cd6eb106-d9df-4e19-904d-e195a5e771fb Authenticating user 'default' from [fd00:1122:3344:101::e]:38722 2025.09.19 00:40:10.765830 [ 351 ] {} TCP-Session: 53315557-be8e-46f0-a33c-4ff133d5a604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.766102 [ 353 ] {} TCP-Session: cd6eb106-d9df-4e19-904d-e195a5e771fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.766125 [ 351 ] {} TCP-Session: 53315557-be8e-46f0-a33c-4ff133d5a604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.766136 [ 353 ] {} TCP-Session: cd6eb106-d9df-4e19-904d-e195a5e771fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.766132 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.766182 [ 286 ] {dea9c2c4-8756-4303-930e-566d8b7c5b12} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:40:10.765627 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40902 2025.09.19 00:40:10.766220 [ 289 ] {} TCP-Session: 4cf3282b-2866-4074-89e7-ca00d6e78ab9 Authenticating user 'default' from [fd00:1122:3344:101::e]:42703 2025.09.19 00:40:10.766258 [ 286 ] {dea9c2c4-8756-4303-930e-566d8b7c5b12} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:40:10.766274 [ 289 ] {} TCP-Session: 4cf3282b-2866-4074-89e7-ca00d6e78ab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.766289 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:40:10.766305 [ 289 ] {} TCP-Session: 4cf3282b-2866-4074-89e7-ca00d6e78ab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.766333 [ 362 ] {} TCP-Session: 1d4f86d9-eef3-477c-baef-c0e189080254 Authenticating user 'default' from [fd00:1122:3344:101::e]:40902 2025.09.19 00:40:10.766357 [ 362 ] {} TCP-Session: 1d4f86d9-eef3-477c-baef-c0e189080254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.766370 [ 362 ] {} TCP-Session: 1d4f86d9-eef3-477c-baef-c0e189080254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.766572 [ 286 ] {dea9c2c4-8756-4303-930e-566d8b7c5b12} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:40:10.767572 [ 333 ] {dea9c2c4-8756-4303-930e-566d8b7c5b12} AggregatingTransform: Aggregating 2025.09.19 00:40:10.767611 [ 333 ] {dea9c2c4-8756-4303-930e-566d8b7c5b12} Aggregator: Aggregation method: without_key 2025.09.19 00:40:10.767646 [ 333 ] {dea9c2c4-8756-4303-930e-566d8b7c5b12} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000965912 sec. (1035.291 rows/sec., 40.44 KiB/sec.) 2025.09.19 00:40:10.767666 [ 333 ] {dea9c2c4-8756-4303-930e-566d8b7c5b12} Aggregator: Merging aggregated data 2025.09.19 00:40:10.768975 [ 286 ] {dea9c2c4-8756-4303-930e-566d8b7c5b12} executeQuery: Read 1 rows, 40.00 B in 0.003199 sec., 312.5976867771179 rows/sec., 12.21 KiB/sec. 2025.09.19 00:40:10.769111 [ 286 ] {dea9c2c4-8756-4303-930e-566d8b7c5b12} TCPHandler: Processed in 0.003581466 sec. 2025.09.19 00:40:10.769203 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.769230 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.769234 [ 286 ] {} TCP-Session: e10ff1a9-2ba6-4d88-80c1-e6d8a7c9607c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.769258 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.769272 [ 288 ] {} TCP-Session: a7395bfc-49c9-45a1-814c-a47455fec4e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.769288 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.769305 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.769325 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.769333 [ 352 ] {} TCP-Session: 7c903df4-ff3b-4f6d-8abd-b9c359d43fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.769348 [ 353 ] {} TCP-Session: cd6eb106-d9df-4e19-904d-e195a5e771fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.769350 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.769369 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.769390 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:40:10.769420 [ 289 ] {} TCP-Session: 4cf3282b-2866-4074-89e7-ca00d6e78ab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.769430 [ 362 ] {} TCP-Session: 1d4f86d9-eef3-477c-baef-c0e189080254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.769450 [ 363 ] {} TCP-Session: b4c6e645-fba0-49e0-baac-bf477d4b120f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.769361 [ 287 ] {} TCP-Session: 803c069e-ef98-48c6-b339-51922b32de40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:10.769301 [ 351 ] {} TCP-Session: 53315557-be8e-46f0-a33c-4ff133d5a604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:40:11.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 374.19 MiB, peak 390.20 MiB, free memory in arenas 0.00 B, will set to 372.79 MiB (RSS), difference: -1.39 MiB 2025.09.19 00:40:12.385905 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35013 2025.09.19 00:40:12.386458 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:12.386507 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.09.19 00:40:12.387027 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:40:12.387260 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:12.387414 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35013 2025.09.19 00:40:14.243139 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 2025.09.19 00:40:14.260987 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:14.261051 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:14.266917 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:40:14.267625 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:14.271018 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.09.19 00:40:14.397028 [ 220 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:40:14.397071 [ 220 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:40:14.401605 [ 220 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:40:14.995972 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2026 2025.09.19 00:40:14.998606 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:14.998666 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:14.999931 [ 242 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:40:15.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 369.32 MiB, peak 390.20 MiB, free memory in arenas 0.00 B, will set to 372.79 MiB (RSS), difference: 3.48 MiB 2025.09.19 00:40:15.000379 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:15.000768 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2026 2025.09.19 00:40:15.381330 [ 222 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:40:15.381382 [ 222 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:40:15.385228 [ 222 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:40:15.467862 [ 220 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:40:15.467921 [ 220 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:40:15.470863 [ 220 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:40:15.638179 [ 220 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:40:15.638236 [ 220 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:40:15.641816 [ 220 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:40:15.653948 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:15.654229 [ 5 ] {4a3ae030-ceed-49f9-836f-b46642c68ce5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:15.654332 [ 5 ] {4a3ae030-ceed-49f9-836f-b46642c68ce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:15.655084 [ 5 ] {4a3ae030-ceed-49f9-836f-b46642c68ce5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:15.655128 [ 5 ] {4a3ae030-ceed-49f9-836f-b46642c68ce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:15.655490 [ 5 ] {4a3ae030-ceed-49f9-836f-b46642c68ce5} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.09.19 00:40:15.655784 [ 5 ] {4a3ae030-ceed-49f9-836f-b46642c68ce5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:15.655941 [ 5 ] {4a3ae030-ceed-49f9-836f-b46642c68ce5} executeQuery: Read 141 rows, 12.52 KiB in 0.001786 sec., 78947.36842105263 rows/sec., 6.84 MiB/sec. 2025.09.19 00:40:15.655984 [ 5 ] {4a3ae030-ceed-49f9-836f-b46642c68ce5} TCPHandler: Processed in 0.002215349 sec. 2025.09.19 00:40:15.656049 [ 222 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:40:15.656098 [ 222 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:40:15.656103 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:15.656202 [ 5 ] {250c19f3-978b-4f03-9523-a5ae18016eae} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:15.656243 [ 5 ] {250c19f3-978b-4f03-9523-a5ae18016eae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:15.656657 [ 5 ] {250c19f3-978b-4f03-9523-a5ae18016eae} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:15.656696 [ 5 ] {250c19f3-978b-4f03-9523-a5ae18016eae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:15.657014 [ 5 ] {250c19f3-978b-4f03-9523-a5ae18016eae} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.09.19 00:40:15.657211 [ 5 ] {250c19f3-978b-4f03-9523-a5ae18016eae} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:15.657339 [ 5 ] {250c19f3-978b-4f03-9523-a5ae18016eae} executeQuery: Read 42 rows, 3.16 KiB in 0.001155 sec., 36363.63636363636 rows/sec., 2.67 MiB/sec. 2025.09.19 00:40:15.657342 [ 40 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.09.19 00:40:15.657380 [ 5 ] {250c19f3-978b-4f03-9523-a5ae18016eae} TCPHandler: Processed in 0.001326097 sec. 2025.09.19 00:40:15.657406 [ 40 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:15.657440 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:15.657501 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:15.657545 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:40:15.657600 [ 5 ] {b9d12c95-e2ff-42b9-bff7-c06d78a1fd9f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:40:15.657639 [ 5 ] {b9d12c95-e2ff-42b9-bff7-c06d78a1fd9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:40:15.657655 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:15.657690 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 265 rows starting from the beginning of the part 2025.09.19 00:40:15.657759 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 44 rows starting from the beginning of the part 2025.09.19 00:40:15.657811 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 205 rows starting from the beginning of the part 2025.09.19 00:40:15.657864 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 42 rows starting from the beginning of the part 2025.09.19 00:40:15.657909 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 205 rows starting from the beginning of the part 2025.09.19 00:40:15.657955 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 42 rows starting from the beginning of the part 2025.09.19 00:40:15.658018 [ 5 ] {b9d12c95-e2ff-42b9-bff7-c06d78a1fd9f} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:15.658056 [ 5 ] {b9d12c95-e2ff-42b9-bff7-c06d78a1fd9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:15.658375 [ 5 ] {b9d12c95-e2ff-42b9-bff7-c06d78a1fd9f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:40:15.658629 [ 5 ] {b9d12c95-e2ff-42b9-bff7-c06d78a1fd9f} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:15.658762 [ 5 ] {b9d12c95-e2ff-42b9-bff7-c06d78a1fd9f} executeQuery: Read 1 rows, 68.00 B in 0.001181 sec., 846.740050804403 rows/sec., 56.23 KiB/sec. 2025.09.19 00:40:15.658800 [ 5 ] {b9d12c95-e2ff-42b9-bff7-c06d78a1fd9f} TCPHandler: Processed in 0.001347488 sec. 2025.09.19 00:40:15.658873 [ 199 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 803 rows, containing 5 columns (5 merged, 0 gathered) in 0.001367128 sec., 587362.7048820594 rows/sec., 38.65 MiB/sec. 2025.09.19 00:40:15.658907 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:15.659004 [ 5 ] {e3da0794-5172-4490-a4db-95b6322dd7d1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:15.659044 [ 5 ] {e3da0794-5172-4490-a4db-95b6322dd7d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:15.659046 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.09.19 00:40:15.659376 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_106_21} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:15.659443 [ 189 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_106_21} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.09.19 00:40:15.659462 [ 5 ] {e3da0794-5172-4490-a4db-95b6322dd7d1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:15.659497 [ 5 ] {e3da0794-5172-4490-a4db-95b6322dd7d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:15.659507 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:40:15.659796 [ 5 ] {e3da0794-5172-4490-a4db-95b6322dd7d1} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.09.19 00:40:15.660012 [ 5 ] {e3da0794-5172-4490-a4db-95b6322dd7d1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:15.660147 [ 5 ] {e3da0794-5172-4490-a4db-95b6322dd7d1} executeQuery: Read 106 rows, 8.48 KiB in 0.00116 sec., 91379.31034482758 rows/sec., 7.14 MiB/sec. 2025.09.19 00:40:15.660185 [ 5 ] {e3da0794-5172-4490-a4db-95b6322dd7d1} TCPHandler: Processed in 0.001326617 sec. 2025.09.19 00:40:15.660224 [ 217 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:40:15.660254 [ 217 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:40:15.660254 [ 222 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:40:15.660303 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:15.660400 [ 5 ] {38160fff-58a5-4dff-b3a2-a5299bda91aa} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:15.660443 [ 5 ] {38160fff-58a5-4dff-b3a2-a5299bda91aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:15.660843 [ 5 ] {38160fff-58a5-4dff-b3a2-a5299bda91aa} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:15.660878 [ 5 ] {38160fff-58a5-4dff-b3a2-a5299bda91aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:15.661207 [ 5 ] {38160fff-58a5-4dff-b3a2-a5299bda91aa} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.09.19 00:40:15.661427 [ 5 ] {38160fff-58a5-4dff-b3a2-a5299bda91aa} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:15.661556 [ 5 ] {38160fff-58a5-4dff-b3a2-a5299bda91aa} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2025.09.19 00:40:15.661594 [ 5 ] {38160fff-58a5-4dff-b3a2-a5299bda91aa} TCPHandler: Processed in 0.001340968 sec. 2025.09.19 00:40:15.661693 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:15.661785 [ 5 ] {653fdf0b-c70d-4586-a8a4-786372f8537d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:40:15.661826 [ 5 ] {653fdf0b-c70d-4586-a8a4-786372f8537d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:40:15.661995 [ 217 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:40:15.662137 [ 5 ] {653fdf0b-c70d-4586-a8a4-786372f8537d} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:15.662170 [ 5 ] {653fdf0b-c70d-4586-a8a4-786372f8537d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:15.662469 [ 5 ] {653fdf0b-c70d-4586-a8a4-786372f8537d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:40:15.662670 [ 5 ] {653fdf0b-c70d-4586-a8a4-786372f8537d} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:15.662774 [ 40 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2025.09.19 00:40:15.662796 [ 5 ] {653fdf0b-c70d-4586-a8a4-786372f8537d} executeQuery: Read 2 rows, 130.00 B in 0.001028 sec., 1945.5252918287936 rows/sec., 123.50 KiB/sec. 2025.09.19 00:40:15.662811 [ 40 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:15.662836 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:15.662838 [ 5 ] {653fdf0b-c70d-4586-a8a4-786372f8537d} TCPHandler: Processed in 0.001193076 sec. 2025.09.19 00:40:15.662928 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2025.09.19 00:40:15.662953 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:15.663046 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:15.663051 [ 5 ] {100ec5e2-65e9-4c94-aa81-b109a4101bbb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:15.663091 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 50 rows starting from the beginning of the part 2025.09.19 00:40:15.663121 [ 5 ] {100ec5e2-65e9-4c94-aa81-b109a4101bbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:40:15.663162 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part 2025.09.19 00:40:15.663214 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part 2025.09.19 00:40:15.663257 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part 2025.09.19 00:40:15.663293 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part 2025.09.19 00:40:15.663330 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2 rows starting from the beginning of the part 2025.09.19 00:40:15.663982 [ 5 ] {100ec5e2-65e9-4c94-aa81-b109a4101bbb} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:15.664024 [ 5 ] {100ec5e2-65e9-4c94-aa81-b109a4101bbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:15.664165 [ 186 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 4 columns (4 merged, 0 gathered) in 0.001275447 sec., 43906.17563881525 rows/sec., 2.88 MiB/sec. 2025.09.19 00:40:15.664316 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2025.09.19 00:40:15.664596 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:15.664616 [ 5 ] {100ec5e2-65e9-4c94-aa81-b109a4101bbb} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:40:15.664677 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_55_11} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2025.09.19 00:40:15.664760 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.09.19 00:40:15.664857 [ 5 ] {100ec5e2-65e9-4c94-aa81-b109a4101bbb} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:15.665000 [ 5 ] {100ec5e2-65e9-4c94-aa81-b109a4101bbb} executeQuery: Read 42 rows, 77.07 KiB in 0.001967 sec., 21352.313167259785 rows/sec., 38.26 MiB/sec. 2025.09.19 00:40:15.665055 [ 5 ] {100ec5e2-65e9-4c94-aa81-b109a4101bbb} TCPHandler: Processed in 0.002149118 sec. 2025.09.19 00:40:15.665166 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:15.665259 [ 5 ] {f993ab60-dd97-4030-a804-b14a944f9633} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:15.665300 [ 5 ] {f993ab60-dd97-4030-a804-b14a944f9633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:15.665633 [ 5 ] {f993ab60-dd97-4030-a804-b14a944f9633} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:15.665669 [ 5 ] {f993ab60-dd97-4030-a804-b14a944f9633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:15.665981 [ 5 ] {f993ab60-dd97-4030-a804-b14a944f9633} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.09.19 00:40:15.666188 [ 5 ] {f993ab60-dd97-4030-a804-b14a944f9633} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:15.666316 [ 5 ] {f993ab60-dd97-4030-a804-b14a944f9633} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.09.19 00:40:15.666351 [ 5 ] {f993ab60-dd97-4030-a804-b14a944f9633} TCPHandler: Processed in 0.001233416 sec. 2025.09.19 00:40:19.707713 [ 29 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:40:19.707810 [ 29 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:40:19.887603 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35461 2025.09.19 00:40:19.888141 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:19.888195 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:19.888709 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:40:19.888958 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:19.889121 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35461 2025.09.19 00:40:20.016991 [ 222 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:40:20.017051 [ 222 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:40:20.020171 [ 222 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:40:20.052232 [ 221 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): 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.09.19 00:40:20.052282 [ 221 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): 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.09.19 00:40:20.053884 [ 221 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): 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.09.19 00:40:20.552592 [ 220 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:40:20.552652 [ 220 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:40:20.554981 [ 220 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:40:20.663425 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:20.663646 [ 5 ] {2ee9710f-4a9e-4786-953b-8c32a809db12} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:40:20.663746 [ 5 ] {2ee9710f-4a9e-4786-953b-8c32a809db12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:40:20.664851 [ 5 ] {2ee9710f-4a9e-4786-953b-8c32a809db12} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.664889 [ 5 ] {2ee9710f-4a9e-4786-953b-8c32a809db12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:20.665281 [ 5 ] {2ee9710f-4a9e-4786-953b-8c32a809db12} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:40:20.665509 [ 5 ] {2ee9710f-4a9e-4786-953b-8c32a809db12} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.665636 [ 33 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 2025.09.19 00:40:20.665660 [ 5 ] {2ee9710f-4a9e-4786-953b-8c32a809db12} executeQuery: Read 410 rows, 26.63 KiB in 0.002088 sec., 196360.15325670497 rows/sec., 12.46 MiB/sec. 2025.09.19 00:40:20.665678 [ 33 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.665701 [ 5 ] {2ee9710f-4a9e-4786-953b-8c32a809db12} TCPHandler: Processed in 0.002405542 sec. 2025.09.19 00:40:20.665702 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:20.665801 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::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.09.19 00:40:20.665840 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:20.665903 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_53_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:20.665936 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 410 rows starting from the beginning of the part 2025.09.19 00:40:20.665962 [ 5 ] {5f9b5b8b-96f9-4cc2-8ff2-b663e70e9b12} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:20.666003 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 410 rows starting from the beginning of the part 2025.09.19 00:40:20.666014 [ 5 ] {5f9b5b8b-96f9-4cc2-8ff2-b663e70e9b12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:20.666054 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 410 rows starting from the beginning of the part 2025.09.19 00:40:20.666103 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 410 rows starting from the beginning of the part 2025.09.19 00:40:20.666148 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 410 rows starting from the beginning of the part 2025.09.19 00:40:20.667117 [ 192 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_53_13} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352388 sec., 1515837.1709893907 rows/sec., 101.94 MiB/sec. 2025.09.19 00:40:20.667266 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_53_13} MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) 2025.09.19 00:40:20.667284 [ 5 ] {5f9b5b8b-96f9-4cc2-8ff2-b663e70e9b12} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.667321 [ 5 ] {5f9b5b8b-96f9-4cc2-8ff2-b663e70e9b12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:20.667517 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_53_13} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.667577 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_53_13} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 2025.09.19 00:40:20.667634 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:40:20.667724 [ 5 ] {5f9b5b8b-96f9-4cc2-8ff2-b663e70e9b12} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.09.19 00:40:20.667948 [ 5 ] {5f9b5b8b-96f9-4cc2-8ff2-b663e70e9b12} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.668080 [ 5 ] {5f9b5b8b-96f9-4cc2-8ff2-b663e70e9b12} executeQuery: Read 1112 rows, 89.80 KiB in 0.002144 sec., 518656.7164179104 rows/sec., 40.90 MiB/sec. 2025.09.19 00:40:20.668119 [ 5 ] {5f9b5b8b-96f9-4cc2-8ff2-b663e70e9b12} TCPHandler: Processed in 0.00234093 sec. 2025.09.19 00:40:20.668237 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:20.668334 [ 5 ] {0ba171ea-ea76-451f-a025-68d5a60567ac} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:20.668374 [ 5 ] {0ba171ea-ea76-451f-a025-68d5a60567ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:20.668903 [ 5 ] {0ba171ea-ea76-451f-a025-68d5a60567ac} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.668940 [ 5 ] {0ba171ea-ea76-451f-a025-68d5a60567ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:20.669255 [ 5 ] {0ba171ea-ea76-451f-a025-68d5a60567ac} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.09.19 00:40:20.669478 [ 5 ] {0ba171ea-ea76-451f-a025-68d5a60567ac} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.669608 [ 5 ] {0ba171ea-ea76-451f-a025-68d5a60567ac} executeQuery: Read 205 rows, 12.32 KiB in 0.001293 sec., 158546.0170146945 rows/sec., 9.30 MiB/sec. 2025.09.19 00:40:20.669647 [ 5 ] {0ba171ea-ea76-451f-a025-68d5a60567ac} TCPHandler: Processed in 0.001459109 sec. 2025.09.19 00:40:20.669761 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:20.669874 [ 5 ] {2d79576b-fd64-4f24-969c-2d1deb356e4b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:40:20.669921 [ 5 ] {2d79576b-fd64-4f24-969c-2d1deb356e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:40:20.670508 [ 5 ] {2d79576b-fd64-4f24-969c-2d1deb356e4b} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.670550 [ 5 ] {2d79576b-fd64-4f24-969c-2d1deb356e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:20.670847 [ 5 ] {2d79576b-fd64-4f24-969c-2d1deb356e4b} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:40:20.671049 [ 5 ] {2d79576b-fd64-4f24-969c-2d1deb356e4b} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.671177 [ 5 ] {2d79576b-fd64-4f24-969c-2d1deb356e4b} executeQuery: Read 212 rows, 14.00 KiB in 0.001327 sec., 159758.854559156 rows/sec., 10.30 MiB/sec. 2025.09.19 00:40:20.671212 [ 5 ] {2d79576b-fd64-4f24-969c-2d1deb356e4b} TCPHandler: Processed in 0.0015085 sec. 2025.09.19 00:40:20.671248 [ 220 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): 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.09.19 00:40:20.671307 [ 220 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): 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.09.19 00:40:20.671317 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:20.671419 [ 5 ] {ede3fc45-98be-4dbe-9fa4-9d1f9b029e81} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:40:20.671458 [ 5 ] {ede3fc45-98be-4dbe-9fa4-9d1f9b029e81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:40:20.671967 [ 5 ] {ede3fc45-98be-4dbe-9fa4-9d1f9b029e81} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.672003 [ 5 ] {ede3fc45-98be-4dbe-9fa4-9d1f9b029e81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:20.672322 [ 5 ] {ede3fc45-98be-4dbe-9fa4-9d1f9b029e81} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:40:20.672598 [ 5 ] {ede3fc45-98be-4dbe-9fa4-9d1f9b029e81} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.672726 [ 5 ] {ede3fc45-98be-4dbe-9fa4-9d1f9b029e81} executeQuery: Read 211 rows, 12.27 KiB in 0.001324 sec., 159365.5589123867 rows/sec., 9.05 MiB/sec. 2025.09.19 00:40:20.672747 [ 31 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 2025.09.19 00:40:20.672762 [ 5 ] {ede3fc45-98be-4dbe-9fa4-9d1f9b029e81} TCPHandler: Processed in 0.001492199 sec. 2025.09.19 00:40:20.672811 [ 31 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.672837 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:20.672885 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:20.672912 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::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.09.19 00:40:20.672947 [ 222 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:40:20.672981 [ 5 ] {2a55f926-c299-4599-9720-6a0c62dca07e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:20.672983 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_53_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:20.673007 [ 222 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:40:20.673027 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 211 rows starting from the beginning of the part 2025.09.19 00:40:20.673032 [ 5 ] {2a55f926-c299-4599-9720-6a0c62dca07e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:20.673084 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 211 rows starting from the beginning of the part 2025.09.19 00:40:20.673129 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 211 rows starting from the beginning of the part 2025.09.19 00:40:20.673169 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 211 rows starting from the beginning of the part 2025.09.19 00:40:20.673209 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 211 rows starting from the beginning of the part 2025.09.19 00:40:20.673215 [ 220 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): 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.09.19 00:40:20.673855 [ 5 ] {2a55f926-c299-4599-9720-6a0c62dca07e} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.673896 [ 5 ] {2a55f926-c299-4599-9720-6a0c62dca07e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:20.674110 [ 195 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_53_13} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001224856 sec., 861325.7395155021 rows/sec., 52.20 MiB/sec. 2025.09.19 00:40:20.674288 [ 5 ] {2a55f926-c299-4599-9720-6a0c62dca07e} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.09.19 00:40:20.674305 [ 190 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_53_13} MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) 2025.09.19 00:40:20.674595 [ 5 ] {2a55f926-c299-4599-9720-6a0c62dca07e} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.674676 [ 190 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_53_13} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.674735 [ 5 ] {2a55f926-c299-4599-9720-6a0c62dca07e} executeQuery: Read 679 rows, 48.47 KiB in 0.001772 sec., 383182.84424379235 rows/sec., 26.71 MiB/sec. 2025.09.19 00:40:20.674753 [ 190 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_53_13} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 2025.09.19 00:40:20.674779 [ 5 ] {2a55f926-c299-4599-9720-6a0c62dca07e} TCPHandler: Processed in 0.001941996 sec. 2025.09.19 00:40:20.674874 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.09.19 00:40:20.674908 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:20.675027 [ 5 ] {a637610d-1e38-4bb0-8273-1392ba454aaf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:40:20.675080 [ 5 ] {a637610d-1e38-4bb0-8273-1392ba454aaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:40:20.675460 [ 5 ] {a637610d-1e38-4bb0-8273-1392ba454aaf} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.675503 [ 5 ] {a637610d-1e38-4bb0-8273-1392ba454aaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:20.675729 [ 222 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:40:20.675853 [ 5 ] {a637610d-1e38-4bb0-8273-1392ba454aaf} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.19 00:40:20.676093 [ 5 ] {a637610d-1e38-4bb0-8273-1392ba454aaf} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.676219 [ 5 ] {a637610d-1e38-4bb0-8273-1392ba454aaf} executeQuery: Read 6 rows, 321.00 B in 0.001216 sec., 4934.210526315789 rows/sec., 257.79 KiB/sec. 2025.09.19 00:40:20.676255 [ 5 ] {a637610d-1e38-4bb0-8273-1392ba454aaf} TCPHandler: Processed in 0.001406368 sec. 2025.09.19 00:40:20.676358 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:20.676451 [ 5 ] {99af91c5-837e-4516-8723-1fdf5447e16f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:20.676492 [ 5 ] {99af91c5-837e-4516-8723-1fdf5447e16f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:20.676950 [ 5 ] {99af91c5-837e-4516-8723-1fdf5447e16f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.676985 [ 5 ] {99af91c5-837e-4516-8723-1fdf5447e16f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:20.677314 [ 5 ] {99af91c5-837e-4516-8723-1fdf5447e16f} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.09.19 00:40:20.677524 [ 5 ] {99af91c5-837e-4516-8723-1fdf5447e16f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.677654 [ 5 ] {99af91c5-837e-4516-8723-1fdf5447e16f} executeQuery: Read 314 rows, 21.12 KiB in 0.001221 sec., 257166.25716625716 rows/sec., 16.89 MiB/sec. 2025.09.19 00:40:20.677665 [ 34 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_104_21 to all_109_109_0 2025.09.19 00:40:20.677692 [ 5 ] {99af91c5-837e-4516-8723-1fdf5447e16f} TCPHandler: Processed in 0.001381989 sec. 2025.09.19 00:40:20.677711 [ 34 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.677736 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:20.677802 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:20.677832 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_104_21 to all_109_109_0 into Compact with storage Full 2025.09.19 00:40:20.677901 [ 5 ] {1ec51255-2326-4a87-93fa-07aff59605de} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:40:20.677947 [ 5 ] {1ec51255-2326-4a87-93fa-07aff59605de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:40:20.677972 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:20.678019 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} MergeTreeSequentialSource: Reading 6 marks from part all_1_104_21, total 36894 rows starting from the beginning of the part 2025.09.19 00:40:20.678093 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 314 rows starting from the beginning of the part 2025.09.19 00:40:20.678143 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part 2025.09.19 00:40:20.678193 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 314 rows starting from the beginning of the part 2025.09.19 00:40:20.678239 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part 2025.09.19 00:40:20.678259 [ 5 ] {1ec51255-2326-4a87-93fa-07aff59605de} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.678286 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 314 rows starting from the beginning of the part 2025.09.19 00:40:20.678299 [ 5 ] {1ec51255-2326-4a87-93fa-07aff59605de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:20.678638 [ 5 ] {1ec51255-2326-4a87-93fa-07aff59605de} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:40:20.678861 [ 5 ] {1ec51255-2326-4a87-93fa-07aff59605de} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.678993 [ 5 ] {1ec51255-2326-4a87-93fa-07aff59605de} executeQuery: Read 1 rows, 69.00 B in 0.00111 sec., 900.9009009009009 rows/sec., 60.71 KiB/sec. 2025.09.19 00:40:20.679030 [ 5 ] {1ec51255-2326-4a87-93fa-07aff59605de} TCPHandler: Processed in 0.001274057 sec. 2025.09.19 00:40:20.679134 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:20.679227 [ 5 ] {61a6ec65-dfef-43d8-97be-634064f2d691} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:20.679268 [ 5 ] {61a6ec65-dfef-43d8-97be-634064f2d691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:20.679610 [ 5 ] {61a6ec65-dfef-43d8-97be-634064f2d691} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:20.679646 [ 5 ] {61a6ec65-dfef-43d8-97be-634064f2d691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:20.679969 [ 5 ] {61a6ec65-dfef-43d8-97be-634064f2d691} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.09.19 00:40:20.680196 [ 5 ] {61a6ec65-dfef-43d8-97be-634064f2d691} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.680322 [ 5 ] {61a6ec65-dfef-43d8-97be-634064f2d691} executeQuery: Read 104 rows, 6.53 KiB in 0.001112 sec., 93525.17985611511 rows/sec., 5.73 MiB/sec. 2025.09.19 00:40:20.680357 [ 5 ] {61a6ec65-dfef-43d8-97be-634064f2d691} TCPHandler: Processed in 0.001270446 sec. 2025.09.19 00:40:20.686564 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} MergeTask::MergeProjectionsStage: Merge sorted 38156 rows, containing 5 columns (5 merged, 0 gathered) in 0.008773405 sec., 4349052.6198209245 rows/sec., 291.19 MiB/sec. 2025.09.19 00:40:20.686935 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary) 2025.09.19 00:40:20.687182 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:20.687251 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_109_22} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_104_21, all_109_109_0] -> all_1_109_22 2025.09.19 00:40:20.687325 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.09.19 00:40:21.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 373.59 MiB, peak 390.20 MiB, free memory in arenas 0.00 B, will set to 375.13 MiB (RSS), difference: 1.54 MiB 2025.09.19 00:40:21.771110 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2025.09.19 00:40:21.788161 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:21.788228 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.09.19 00:40:21.794456 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:40:21.795136 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:21.798313 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2025.09.19 00:40:25.001039 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2062 2025.09.19 00:40:25.003673 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:25.003736 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:25.004939 [ 242 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:40:25.005209 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:25.005494 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2062 2025.09.19 00:40:25.682780 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:25.682982 [ 5 ] {c25d9f8d-2664-4c2d-ab20-bff01314d63f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:40:25.683054 [ 5 ] {c25d9f8d-2664-4c2d-ab20-bff01314d63f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:40:25.683733 [ 5 ] {c25d9f8d-2664-4c2d-ab20-bff01314d63f} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:25.683778 [ 5 ] {c25d9f8d-2664-4c2d-ab20-bff01314d63f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:25.684169 [ 5 ] {c25d9f8d-2664-4c2d-ab20-bff01314d63f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.19 00:40:25.684407 [ 5 ] {c25d9f8d-2664-4c2d-ab20-bff01314d63f} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:25.684559 [ 5 ] {c25d9f8d-2664-4c2d-ab20-bff01314d63f} executeQuery: Read 14 rows, 1.14 KiB in 0.00163 sec., 8588.957055214723 rows/sec., 700.37 KiB/sec. 2025.09.19 00:40:25.684601 [ 5 ] {c25d9f8d-2664-4c2d-ab20-bff01314d63f} TCPHandler: Processed in 0.001953756 sec. 2025.09.19 00:40:25.684734 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:25.684855 [ 5 ] {12335370-8edf-43b4-a4a9-dc0d07eebca2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:25.684904 [ 5 ] {12335370-8edf-43b4-a4a9-dc0d07eebca2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:25.686096 [ 5 ] {12335370-8edf-43b4-a4a9-dc0d07eebca2} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:25.686132 [ 5 ] {12335370-8edf-43b4-a4a9-dc0d07eebca2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:25.686540 [ 5 ] {12335370-8edf-43b4-a4a9-dc0d07eebca2} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.09.19 00:40:25.686759 [ 5 ] {12335370-8edf-43b4-a4a9-dc0d07eebca2} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:25.686895 [ 5 ] {12335370-8edf-43b4-a4a9-dc0d07eebca2} executeQuery: Read 1287 rows, 109.05 KiB in 0.002064 sec., 623546.511627907 rows/sec., 51.60 MiB/sec. 2025.09.19 00:40:25.686933 [ 5 ] {12335370-8edf-43b4-a4a9-dc0d07eebca2} TCPHandler: Processed in 0.002256819 sec. 2025.09.19 00:40:25.687042 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:25.687135 [ 5 ] {46d9530a-f4a4-4b12-8063-f5543519ec8a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:25.687175 [ 5 ] {46d9530a-f4a4-4b12-8063-f5543519ec8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:25.687594 [ 5 ] {46d9530a-f4a4-4b12-8063-f5543519ec8a} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:25.687630 [ 5 ] {46d9530a-f4a4-4b12-8063-f5543519ec8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:25.687931 [ 5 ] {46d9530a-f4a4-4b12-8063-f5543519ec8a} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.09.19 00:40:25.688144 [ 5 ] {46d9530a-f4a4-4b12-8063-f5543519ec8a} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:25.688272 [ 5 ] {46d9530a-f4a4-4b12-8063-f5543519ec8a} executeQuery: Read 56 rows, 4.14 KiB in 0.001155 sec., 48484.84848484849 rows/sec., 3.50 MiB/sec. 2025.09.19 00:40:25.688309 [ 5 ] {46d9530a-f4a4-4b12-8063-f5543519ec8a} TCPHandler: Processed in 0.001316177 sec. 2025.09.19 00:40:25.688408 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:25.688499 [ 5 ] {6242f1cc-2642-42f5-a8af-e934f4b416fb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:40:25.688537 [ 5 ] {6242f1cc-2642-42f5-a8af-e934f4b416fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:40:25.689009 [ 5 ] {6242f1cc-2642-42f5-a8af-e934f4b416fb} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:25.689045 [ 5 ] {6242f1cc-2642-42f5-a8af-e934f4b416fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:25.689356 [ 5 ] {6242f1cc-2642-42f5-a8af-e934f4b416fb} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:40:25.689590 [ 5 ] {6242f1cc-2642-42f5-a8af-e934f4b416fb} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:25.689721 [ 5 ] {6242f1cc-2642-42f5-a8af-e934f4b416fb} executeQuery: Read 228 rows, 15.81 KiB in 0.001239 sec., 184019.3704600484 rows/sec., 12.46 MiB/sec. 2025.09.19 00:40:25.689758 [ 5 ] {6242f1cc-2642-42f5-a8af-e934f4b416fb} TCPHandler: Processed in 0.001396938 sec. 2025.09.19 00:40:25.689891 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:25.690011 [ 5 ] {0ce76c2e-5305-4290-93de-a9131c7c5ffc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:25.690058 [ 5 ] {0ce76c2e-5305-4290-93de-a9131c7c5ffc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:25.690770 [ 5 ] {0ce76c2e-5305-4290-93de-a9131c7c5ffc} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:25.690807 [ 5 ] {0ce76c2e-5305-4290-93de-a9131c7c5ffc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:25.691142 [ 5 ] {0ce76c2e-5305-4290-93de-a9131c7c5ffc} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.09.19 00:40:25.691477 [ 5 ] {0ce76c2e-5305-4290-93de-a9131c7c5ffc} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:25.691642 [ 5 ] {0ce76c2e-5305-4290-93de-a9131c7c5ffc} executeQuery: Read 576 rows, 43.91 KiB in 0.001653 sec., 348457.3502722323 rows/sec., 25.94 MiB/sec. 2025.09.19 00:40:25.691690 [ 5 ] {0ce76c2e-5305-4290-93de-a9131c7c5ffc} TCPHandler: Processed in 0.001857895 sec. 2025.09.19 00:40:25.691803 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:25.691899 [ 5 ] {88ba9757-5fac-401c-94b8-c8e63b9ccd9d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:25.691943 [ 5 ] {88ba9757-5fac-401c-94b8-c8e63b9ccd9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:25.692518 [ 5 ] {88ba9757-5fac-401c-94b8-c8e63b9ccd9d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:25.692555 [ 5 ] {88ba9757-5fac-401c-94b8-c8e63b9ccd9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:25.692948 [ 5 ] {88ba9757-5fac-401c-94b8-c8e63b9ccd9d} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.09.19 00:40:25.693159 [ 5 ] {88ba9757-5fac-401c-94b8-c8e63b9ccd9d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:25.693292 [ 5 ] {88ba9757-5fac-401c-94b8-c8e63b9ccd9d} executeQuery: Read 851 rows, 58.66 KiB in 0.001413 sec., 602264.6850672328 rows/sec., 40.54 MiB/sec. 2025.09.19 00:40:25.693330 [ 5 ] {88ba9757-5fac-401c-94b8-c8e63b9ccd9d} TCPHandler: Processed in 0.001577361 sec. 2025.09.19 00:40:25.693444 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:25.693539 [ 5 ] {3050ea87-26bc-4447-9a56-b9f4e807c56d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:25.693596 [ 5 ] {3050ea87-26bc-4447-9a56-b9f4e807c56d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:40:25.694469 [ 5 ] {3050ea87-26bc-4447-9a56-b9f4e807c56d} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:25.694506 [ 5 ] {3050ea87-26bc-4447-9a56-b9f4e807c56d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:25.695085 [ 5 ] {3050ea87-26bc-4447-9a56-b9f4e807c56d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:40:25.695304 [ 5 ] {3050ea87-26bc-4447-9a56-b9f4e807c56d} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:25.695446 [ 5 ] {3050ea87-26bc-4447-9a56-b9f4e807c56d} executeQuery: Read 42 rows, 77.07 KiB in 0.001925 sec., 21818.181818181816 rows/sec., 39.10 MiB/sec. 2025.09.19 00:40:25.695506 [ 5 ] {3050ea87-26bc-4447-9a56-b9f4e807c56d} TCPHandler: Processed in 0.002112357 sec. 2025.09.19 00:40:25.695627 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:25.695723 [ 5 ] {20805c1e-8b82-401d-8164-68b12118884d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:25.695765 [ 5 ] {20805c1e-8b82-401d-8164-68b12118884d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:25.696105 [ 5 ] {20805c1e-8b82-401d-8164-68b12118884d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:25.696139 [ 5 ] {20805c1e-8b82-401d-8164-68b12118884d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:25.696450 [ 5 ] {20805c1e-8b82-401d-8164-68b12118884d} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.09.19 00:40:25.696668 [ 5 ] {20805c1e-8b82-401d-8164-68b12118884d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:25.696797 [ 5 ] {20805c1e-8b82-401d-8164-68b12118884d} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.09.19 00:40:25.696832 [ 5 ] {20805c1e-8b82-401d-8164-68b12118884d} TCPHandler: Processed in 0.001254357 sec. 2025.09.19 00:40:27.124402 [ 217 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:40:27.124483 [ 217 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:40:27.126768 [ 217 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:40:27.389339 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35973 2025.09.19 00:40:27.390061 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:27.390103 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:27.390606 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:40:27.390928 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:27.391061 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35973 2025.09.19 00:40:27.391213 [ 224 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:40:27.391294 [ 224 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:40:27.394040 [ 224 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:40:29.298406 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2025.09.19 00:40:29.314612 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:29.314667 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:29.320703 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:40:29.321526 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:29.324456 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2025.09.19 00:40:30.026101 [ 221 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:40:30.026155 [ 221 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:40:30.029108 [ 221 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:40:30.662602 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:30.662768 [ 5 ] {a4ece44a-87b9-4d01-acf1-16f212a8019f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:40:30.662829 [ 5 ] {a4ece44a-87b9-4d01-acf1-16f212a8019f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:40:30.663742 [ 5 ] {a4ece44a-87b9-4d01-acf1-16f212a8019f} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.663784 [ 5 ] {a4ece44a-87b9-4d01-acf1-16f212a8019f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.664172 [ 5 ] {a4ece44a-87b9-4d01-acf1-16f212a8019f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:40:30.664386 [ 5 ] {a4ece44a-87b9-4d01-acf1-16f212a8019f} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.664535 [ 5 ] {a4ece44a-87b9-4d01-acf1-16f212a8019f} executeQuery: Read 410 rows, 26.63 KiB in 0.001812 sec., 226269.31567328918 rows/sec., 14.35 MiB/sec. 2025.09.19 00:40:30.664575 [ 5 ] {a4ece44a-87b9-4d01-acf1-16f212a8019f} TCPHandler: Processed in 0.002091777 sec. 2025.09.19 00:40:30.664695 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:30.664789 [ 5 ] {a11b5d23-9119-4e28-bb2f-cb48657a5c18} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:30.664828 [ 5 ] {a11b5d23-9119-4e28-bb2f-cb48657a5c18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:30.665815 [ 5 ] {a11b5d23-9119-4e28-bb2f-cb48657a5c18} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.665852 [ 5 ] {a11b5d23-9119-4e28-bb2f-cb48657a5c18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.666212 [ 5 ] {a11b5d23-9119-4e28-bb2f-cb48657a5c18} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.09.19 00:40:30.666421 [ 5 ] {a11b5d23-9119-4e28-bb2f-cb48657a5c18} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.666548 [ 5 ] {a11b5d23-9119-4e28-bb2f-cb48657a5c18} executeQuery: Read 1112 rows, 89.80 KiB in 0.001778 sec., 625421.822272216 rows/sec., 49.32 MiB/sec. 2025.09.19 00:40:30.666585 [ 5 ] {a11b5d23-9119-4e28-bb2f-cb48657a5c18} TCPHandler: Processed in 0.001938046 sec. 2025.09.19 00:40:30.666603 [ 138 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.09.19 00:40:30.666688 [ 138 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.666711 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:30.666712 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.666812 [ 5 ] {64e50500-a0f8-4560-a730-bee07199f207} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:30.666845 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:40:30.666857 [ 5 ] {64e50500-a0f8-4560-a730-bee07199f207} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:30.666978 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:30.667013 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2346 rows starting from the beginning of the part 2025.09.19 00:40:30.667081 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:40:30.667125 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 141 rows starting from the beginning of the part 2025.09.19 00:40:30.667165 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:40:30.667202 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 1287 rows starting from the beginning of the part 2025.09.19 00:40:30.667243 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:40:30.667412 [ 5 ] {64e50500-a0f8-4560-a730-bee07199f207} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.667452 [ 5 ] {64e50500-a0f8-4560-a730-bee07199f207} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.667773 [ 5 ] {64e50500-a0f8-4560-a730-bee07199f207} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.09.19 00:40:30.667992 [ 5 ] {64e50500-a0f8-4560-a730-bee07199f207} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.668119 [ 5 ] {64e50500-a0f8-4560-a730-bee07199f207} executeQuery: Read 205 rows, 12.32 KiB in 0.001326 sec., 154600.3016591252 rows/sec., 9.07 MiB/sec. 2025.09.19 00:40:30.668156 [ 5 ] {64e50500-a0f8-4560-a730-bee07199f207} TCPHandler: Processed in 0.001493779 sec. 2025.09.19 00:40:30.668275 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:30.668367 [ 5 ] {5837aa59-340d-4818-9db4-fbfc8cbc3167} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:40:30.668405 [ 5 ] {5837aa59-340d-4818-9db4-fbfc8cbc3167} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:40:30.668928 [ 5 ] {5837aa59-340d-4818-9db4-fbfc8cbc3167} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.668965 [ 5 ] {5837aa59-340d-4818-9db4-fbfc8cbc3167} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.669281 [ 5 ] {5837aa59-340d-4818-9db4-fbfc8cbc3167} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:40:30.669491 [ 5 ] {5837aa59-340d-4818-9db4-fbfc8cbc3167} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.669573 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 7110 rows, containing 5 columns (5 merged, 0 gathered) in 0.002772777 sec., 2564216.3073337665 rows/sec., 216.06 MiB/sec. 2025.09.19 00:40:30.669618 [ 5 ] {5837aa59-340d-4818-9db4-fbfc8cbc3167} executeQuery: Read 212 rows, 14.00 KiB in 0.001268 sec., 167192.429022082 rows/sec., 10.78 MiB/sec. 2025.09.19 00:40:30.669660 [ 5 ] {5837aa59-340d-4818-9db4-fbfc8cbc3167} TCPHandler: Processed in 0.001432349 sec. 2025.09.19 00:40:30.669773 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:30.669862 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.09.19 00:40:30.669866 [ 5 ] {1ca6109f-d110-4646-934d-4b9d078bf572} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:40:30.669915 [ 5 ] {1ca6109f-d110-4646-934d-4b9d078bf572} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:40:30.670173 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_111_22} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.670254 [ 193 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_111_22} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.09.19 00:40:30.670358 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2025.09.19 00:40:30.670420 [ 5 ] {1ca6109f-d110-4646-934d-4b9d078bf572} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.670455 [ 5 ] {1ca6109f-d110-4646-934d-4b9d078bf572} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.670766 [ 5 ] {1ca6109f-d110-4646-934d-4b9d078bf572} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:40:30.670975 [ 5 ] {1ca6109f-d110-4646-934d-4b9d078bf572} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.671102 [ 5 ] {1ca6109f-d110-4646-934d-4b9d078bf572} executeQuery: Read 211 rows, 12.27 KiB in 0.001254 sec., 168261.5629984051 rows/sec., 9.55 MiB/sec. 2025.09.19 00:40:30.671139 [ 5 ] {1ca6109f-d110-4646-934d-4b9d078bf572} TCPHandler: Processed in 0.001414178 sec. 2025.09.19 00:40:30.671248 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:30.671341 [ 5 ] {770a9372-ea2d-4c22-beba-dc490786bc2a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:30.671380 [ 5 ] {770a9372-ea2d-4c22-beba-dc490786bc2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:30.672044 [ 5 ] {770a9372-ea2d-4c22-beba-dc490786bc2a} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.672080 [ 5 ] {770a9372-ea2d-4c22-beba-dc490786bc2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.672399 [ 5 ] {770a9372-ea2d-4c22-beba-dc490786bc2a} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.09.19 00:40:30.672602 [ 5 ] {770a9372-ea2d-4c22-beba-dc490786bc2a} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.672726 [ 5 ] {770a9372-ea2d-4c22-beba-dc490786bc2a} executeQuery: Read 679 rows, 48.47 KiB in 0.001404 sec., 483618.2336182336 rows/sec., 33.71 MiB/sec. 2025.09.19 00:40:30.672731 [ 138 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.09.19 00:40:30.672766 [ 5 ] {770a9372-ea2d-4c22-beba-dc490786bc2a} TCPHandler: Processed in 0.001566011 sec. 2025.09.19 00:40:30.672777 [ 138 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.672822 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.672887 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:30.672938 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:40:30.672985 [ 5 ] {99c89ab7-bf12-46bf-b107-0ce10c88ff3e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:40:30.673030 [ 5 ] {99c89ab7-bf12-46bf-b107-0ce10c88ff3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:40:30.673077 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:30.673121 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1213 rows starting from the beginning of the part 2025.09.19 00:40:30.673197 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 679 rows starting from the beginning of the part 2025.09.19 00:40:30.673251 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 106 rows starting from the beginning of the part 2025.09.19 00:40:30.673298 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 679 rows starting from the beginning of the part 2025.09.19 00:40:30.673343 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 576 rows starting from the beginning of the part 2025.09.19 00:40:30.673364 [ 5 ] {99c89ab7-bf12-46bf-b107-0ce10c88ff3e} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.673388 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 679 rows starting from the beginning of the part 2025.09.19 00:40:30.673405 [ 5 ] {99c89ab7-bf12-46bf-b107-0ce10c88ff3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.673740 [ 5 ] {99c89ab7-bf12-46bf-b107-0ce10c88ff3e} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.19 00:40:30.673968 [ 5 ] {99c89ab7-bf12-46bf-b107-0ce10c88ff3e} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.674097 [ 5 ] {99c89ab7-bf12-46bf-b107-0ce10c88ff3e} executeQuery: Read 6 rows, 321.00 B in 0.001131 sec., 5305.039787798408 rows/sec., 277.17 KiB/sec. 2025.09.19 00:40:30.674134 [ 5 ] {99c89ab7-bf12-46bf-b107-0ce10c88ff3e} TCPHandler: Processed in 0.001294788 sec. 2025.09.19 00:40:30.674242 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:30.674334 [ 5 ] {9789fa14-0cf2-4147-b9b0-a0bd5b8b0a5b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:30.674375 [ 5 ] {9789fa14-0cf2-4147-b9b0-a0bd5b8b0a5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:30.674812 [ 5 ] {9789fa14-0cf2-4147-b9b0-a0bd5b8b0a5b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.674837 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 3932 rows, containing 5 columns (5 merged, 0 gathered) in 0.001952786 sec., 2013533.484979921 rows/sec., 151.12 MiB/sec. 2025.09.19 00:40:30.674848 [ 5 ] {9789fa14-0cf2-4147-b9b0-a0bd5b8b0a5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.675070 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.09.19 00:40:30.675216 [ 5 ] {9789fa14-0cf2-4147-b9b0-a0bd5b8b0a5b} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.09.19 00:40:30.675383 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_111_22} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.675474 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_111_22} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.09.19 00:40:30.675526 [ 5 ] {9789fa14-0cf2-4147-b9b0-a0bd5b8b0a5b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.675544 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.09.19 00:40:30.675668 [ 5 ] {9789fa14-0cf2-4147-b9b0-a0bd5b8b0a5b} executeQuery: Read 314 rows, 21.12 KiB in 0.001352 sec., 232248.52071005918 rows/sec., 15.26 MiB/sec. 2025.09.19 00:40:30.675709 [ 5 ] {9789fa14-0cf2-4147-b9b0-a0bd5b8b0a5b} TCPHandler: Processed in 0.00151377 sec. 2025.09.19 00:40:30.675826 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:30.675944 [ 5 ] {6dd5f394-0f3c-402a-8338-19a628b32d32} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:40:30.675992 [ 5 ] {6dd5f394-0f3c-402a-8338-19a628b32d32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:40:30.676366 [ 5 ] {6dd5f394-0f3c-402a-8338-19a628b32d32} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.676408 [ 5 ] {6dd5f394-0f3c-402a-8338-19a628b32d32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.676755 [ 5 ] {6dd5f394-0f3c-402a-8338-19a628b32d32} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:40:30.676984 [ 5 ] {6dd5f394-0f3c-402a-8338-19a628b32d32} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.677113 [ 5 ] {6dd5f394-0f3c-402a-8338-19a628b32d32} executeQuery: Read 1 rows, 69.00 B in 0.001193 sec., 838.2229673093043 rows/sec., 56.48 KiB/sec. 2025.09.19 00:40:30.677148 [ 5 ] {6dd5f394-0f3c-402a-8338-19a628b32d32} TCPHandler: Processed in 0.001381438 sec. 2025.09.19 00:40:30.677256 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:30.677348 [ 5 ] {79eca416-4053-409f-aa75-ac0afc800985} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:30.677388 [ 5 ] {79eca416-4053-409f-aa75-ac0afc800985} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:30.677720 [ 5 ] {79eca416-4053-409f-aa75-ac0afc800985} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.677755 [ 5 ] {79eca416-4053-409f-aa75-ac0afc800985} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.678051 [ 5 ] {79eca416-4053-409f-aa75-ac0afc800985} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.09.19 00:40:30.678275 [ 5 ] {79eca416-4053-409f-aa75-ac0afc800985} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.678397 [ 5 ] {79eca416-4053-409f-aa75-ac0afc800985} executeQuery: Read 104 rows, 6.53 KiB in 0.001067 sec., 97469.54076850983 rows/sec., 5.97 MiB/sec. 2025.09.19 00:40:30.678404 [ 138 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.09.19 00:40:30.678434 [ 5 ] {79eca416-4053-409f-aa75-ac0afc800985} TCPHandler: Processed in 0.001225916 sec. 2025.09.19 00:40:30.678444 [ 138 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:30.678486 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:30.678557 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:40:30.678643 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:30.678672 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_111_22} MergeTreeSequentialSource: Reading 3 marks from part all_1_106_21, total 8508 rows starting from the beginning of the part 2025.09.19 00:40:30.678727 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 104 rows starting from the beginning of the part 2025.09.19 00:40:30.678771 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:40:30.678809 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 104 rows starting from the beginning of the part 2025.09.19 00:40:30.678847 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:40:30.678887 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 104 rows starting from the beginning of the part 2025.09.19 00:40:30.681682 [ 194 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 8940 rows, containing 4 columns (4 merged, 0 gathered) in 0.003151031 sec., 2837166.6289541423 rows/sec., 180.30 MiB/sec. 2025.09.19 00:40:30.681849 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.09.19 00:40:30.682090 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_111_22} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:30.682152 [ 193 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_111_22} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.09.19 00:40:30.682213 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. 2025.09.19 00:40:34.708070 [ 152 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:40:34.708176 [ 152 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:40:34.891296 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36421 2025.09.19 00:40:34.892148 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:34.892239 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:34.892791 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.19 00:40:34.893023 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:34.893155 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36421 2025.09.19 00:40:34.893175 [ 142 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.19 00:40:34.893225 [ 142 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:34.893248 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:34.893442 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:40:34.893634 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:34.893695 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 34053 rows starting from the beginning of the part 2025.09.19 00:40:34.893796 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:40:34.893873 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:40:34.893942 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:40:34.894008 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:40:34.894057 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:40:34.896399 [ 200 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36421 rows, containing 4 columns (4 merged, 0 gathered) in 0.003047779 sec., 11950013.436013568 rows/sec., 170.95 MiB/sec. 2025.09.19 00:40:34.896702 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.19 00:40:34.896968 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_76_15} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:34.897028 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_76_15} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.19 00:40:34.897133 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. 2025.09.19 00:40:35.005746 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2098 2025.09.19 00:40:35.008094 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:35.008134 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:35.009265 [ 242 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:40:35.009538 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:35.009705 [ 142 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.19 00:40:35.009752 [ 142 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:35.009775 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:35.009791 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2098 2025.09.19 00:40:35.009898 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:40:35.010469 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:35.010606 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1920 rows starting from the beginning of the part 2025.09.19 00:40:35.010954 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part 2025.09.19 00:40:35.011321 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part 2025.09.19 00:40:35.011665 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 38 rows starting from the beginning of the part 2025.09.19 00:40:35.011999 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part 2025.09.19 00:40:35.012333 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 36 rows starting from the beginning of the part 2025.09.19 00:40:35.019263 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2098 rows, containing 72 columns (72 merged, 0 gathered) in 0.009429513 sec., 222492.93256184066 rows/sec., 169.02 MiB/sec. 2025.09.19 00:40:35.021188 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.19 00:40:35.021798 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_56_11} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:35.021874 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_56_11} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.19 00:40:35.022211 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.70 MiB. 2025.09.19 00:40:35.489102 [ 224 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:40:35.489144 [ 224 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:40:35.492944 [ 224 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:40:35.652877 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:35.653070 [ 5 ] {f0565c4a-fbba-4ffd-84bc-31745eda63f5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:35.653148 [ 5 ] {f0565c4a-fbba-4ffd-84bc-31745eda63f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:35.654014 [ 5 ] {f0565c4a-fbba-4ffd-84bc-31745eda63f5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:35.654073 [ 5 ] {f0565c4a-fbba-4ffd-84bc-31745eda63f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:35.654547 [ 5 ] {f0565c4a-fbba-4ffd-84bc-31745eda63f5} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.09.19 00:40:35.654809 [ 5 ] {f0565c4a-fbba-4ffd-84bc-31745eda63f5} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:35.654990 [ 5 ] {f0565c4a-fbba-4ffd-84bc-31745eda63f5} executeQuery: Read 140 rows, 12.42 KiB in 0.001976 sec., 70850.2024291498 rows/sec., 6.14 MiB/sec. 2025.09.19 00:40:35.655039 [ 5 ] {f0565c4a-fbba-4ffd-84bc-31745eda63f5} TCPHandler: Processed in 0.00229043 sec. 2025.09.19 00:40:35.655164 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:35.655263 [ 5 ] {35491ac2-2f3a-44c4-9469-1c70c80420da} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:35.655306 [ 5 ] {35491ac2-2f3a-44c4-9469-1c70c80420da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:35.655723 [ 5 ] {35491ac2-2f3a-44c4-9469-1c70c80420da} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:35.655760 [ 5 ] {35491ac2-2f3a-44c4-9469-1c70c80420da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:35.656053 [ 5 ] {35491ac2-2f3a-44c4-9469-1c70c80420da} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.09.19 00:40:35.656284 [ 5 ] {35491ac2-2f3a-44c4-9469-1c70c80420da} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:35.656408 [ 5 ] {35491ac2-2f3a-44c4-9469-1c70c80420da} executeQuery: Read 42 rows, 3.16 KiB in 0.001168 sec., 35958.90410958904 rows/sec., 2.64 MiB/sec. 2025.09.19 00:40:35.656445 [ 5 ] {35491ac2-2f3a-44c4-9469-1c70c80420da} TCPHandler: Processed in 0.001331187 sec. 2025.09.19 00:40:35.656552 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:35.656644 [ 5 ] {6321a49a-f3a4-478b-9bae-60f129f12069} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:35.656682 [ 5 ] {6321a49a-f3a4-478b-9bae-60f129f12069} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:35.657104 [ 5 ] {6321a49a-f3a4-478b-9bae-60f129f12069} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:35.657140 [ 5 ] {6321a49a-f3a4-478b-9bae-60f129f12069} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:35.657439 [ 5 ] {6321a49a-f3a4-478b-9bae-60f129f12069} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.09.19 00:40:35.657645 [ 5 ] {6321a49a-f3a4-478b-9bae-60f129f12069} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:35.657771 [ 5 ] {6321a49a-f3a4-478b-9bae-60f129f12069} executeQuery: Read 106 rows, 8.48 KiB in 0.001145 sec., 92576.4192139738 rows/sec., 7.23 MiB/sec. 2025.09.19 00:40:35.657808 [ 5 ] {6321a49a-f3a4-478b-9bae-60f129f12069} TCPHandler: Processed in 0.001302897 sec. 2025.09.19 00:40:35.657915 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:35.658008 [ 5 ] {2cc87d72-ed56-4d88-b064-577e3bade8a1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:35.658049 [ 5 ] {2cc87d72-ed56-4d88-b064-577e3bade8a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:35.658449 [ 5 ] {2cc87d72-ed56-4d88-b064-577e3bade8a1} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:35.658484 [ 5 ] {2cc87d72-ed56-4d88-b064-577e3bade8a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:35.658812 [ 5 ] {2cc87d72-ed56-4d88-b064-577e3bade8a1} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.09.19 00:40:35.659020 [ 5 ] {2cc87d72-ed56-4d88-b064-577e3bade8a1} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:35.659145 [ 5 ] {2cc87d72-ed56-4d88-b064-577e3bade8a1} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2025.09.19 00:40:35.659180 [ 5 ] {2cc87d72-ed56-4d88-b064-577e3bade8a1} TCPHandler: Processed in 0.001312097 sec. 2025.09.19 00:40:35.659239 [ 219 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:40:35.659282 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:35.659285 [ 219 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:40:35.659380 [ 5 ] {8f86310c-611a-4f90-87ed-f51df9b38d5e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:35.659436 [ 5 ] {8f86310c-611a-4f90-87ed-f51df9b38d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:40:35.660302 [ 5 ] {8f86310c-611a-4f90-87ed-f51df9b38d5e} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:35.660337 [ 5 ] {8f86310c-611a-4f90-87ed-f51df9b38d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:35.661030 [ 5 ] {8f86310c-611a-4f90-87ed-f51df9b38d5e} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:40:35.661321 [ 5 ] {8f86310c-611a-4f90-87ed-f51df9b38d5e} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:35.661466 [ 142 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.19 00:40:35.661486 [ 5 ] {8f86310c-611a-4f90-87ed-f51df9b38d5e} executeQuery: Read 42 rows, 77.07 KiB in 0.002122 sec., 19792.648444863335 rows/sec., 35.47 MiB/sec. 2025.09.19 00:40:35.661535 [ 142 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:35.661566 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:35.661570 [ 5 ] {8f86310c-611a-4f90-87ed-f51df9b38d5e} TCPHandler: Processed in 0.00233481 sec. 2025.09.19 00:40:35.661688 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:40:35.661718 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:35.661839 [ 5 ] {04072201-d887-4df5-b86b-5557098bda6f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:35.661889 [ 5 ] {04072201-d887-4df5-b86b-5557098bda6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:35.661931 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:35.661996 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2018 rows starting from the beginning of the part 2025.09.19 00:40:35.662126 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 42 rows starting from the beginning of the part 2025.09.19 00:40:35.662235 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 42 rows starting from the beginning of the part 2025.09.19 00:40:35.662255 [ 5 ] {04072201-d887-4df5-b86b-5557098bda6f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:35.662299 [ 5 ] {04072201-d887-4df5-b86b-5557098bda6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:35.662313 [ 219 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:40:35.662335 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 42 rows starting from the beginning of the part 2025.09.19 00:40:35.662431 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 42 rows starting from the beginning of the part 2025.09.19 00:40:35.662526 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 42 rows starting from the beginning of the part 2025.09.19 00:40:35.662640 [ 5 ] {04072201-d887-4df5-b86b-5557098bda6f} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.09.19 00:40:35.662912 [ 5 ] {04072201-d887-4df5-b86b-5557098bda6f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:35.663051 [ 5 ] {04072201-d887-4df5-b86b-5557098bda6f} executeQuery: Read 60 rows, 4.14 KiB in 0.001237 sec., 48504.44624090542 rows/sec., 3.27 MiB/sec. 2025.09.19 00:40:35.663087 [ 5 ] {04072201-d887-4df5-b86b-5557098bda6f} TCPHandler: Processed in 0.001428439 sec. 2025.09.19 00:40:35.672065 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2228 rows, containing 19 columns (19 merged, 0 gathered) in 0.010433427 sec., 213544.408754669 rows/sec., 382.66 MiB/sec. 2025.09.19 00:40:35.674546 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.19 00:40:35.674951 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_56_11} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:35.675029 [ 200 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_56_11} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.19 00:40:35.675174 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.23 MiB. 2025.09.19 00:40:36.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 376.41 MiB, peak 394.59 MiB, free memory in arenas 0.00 B, will set to 381.02 MiB (RSS), difference: 4.61 MiB 2025.09.19 00:40:36.736383 [ 224 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:40:36.736458 [ 224 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:40:36.740196 [ 224 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:40:36.790197 [ 212 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:40:36.790246 [ 212 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:40:36.792865 [ 212 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:40:36.824567 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2025.09.19 00:40:36.842002 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:36.842044 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:36.848438 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.19 00:40:36.849140 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:36.849497 [ 141 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.19 00:40:36.849596 [ 141 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:36.849634 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:36.849838 [ 194 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:40:36.852319 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2025.09.19 00:40:36.853723 [ 194 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:36.855100 [ 194 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:40:36.859818 [ 194 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part 2025.09.19 00:40:36.864434 [ 194 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part 2025.09.19 00:40:36.869224 [ 194 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:40:36.874213 [ 194 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:40:36.878755 [ 194 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:40:36.938378 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.088618889 sec., 6465.890133197224 rows/sec., 33.43 MiB/sec. 2025.09.19 00:40:36.941218 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.19 00:40:36.943271 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_76_15} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:36.943358 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_76_15} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.19 00:40:36.945782 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.09.19 00:40:37.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 382.10 MiB, peak 399.52 MiB, free memory in arenas 0.00 B, will set to 381.02 MiB (RSS), difference: -1.07 MiB 2025.09.19 00:40:40.662939 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:40.663232 [ 5 ] {ff4a6660-2765-450d-baa9-9684ade41cb1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:40:40.663295 [ 5 ] {ff4a6660-2765-450d-baa9-9684ade41cb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:40:40.664510 [ 5 ] {ff4a6660-2765-450d-baa9-9684ade41cb1} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.664557 [ 5 ] {ff4a6660-2765-450d-baa9-9684ade41cb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.664943 [ 5 ] {ff4a6660-2765-450d-baa9-9684ade41cb1} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:40:40.665159 [ 5 ] {ff4a6660-2765-450d-baa9-9684ade41cb1} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.665309 [ 5 ] {ff4a6660-2765-450d-baa9-9684ade41cb1} executeQuery: Read 410 rows, 26.63 KiB in 0.002149 sec., 190786.41228478364 rows/sec., 12.10 MiB/sec. 2025.09.19 00:40:40.665350 [ 5 ] {ff4a6660-2765-450d-baa9-9684ade41cb1} TCPHandler: Processed in 0.002586583 sec. 2025.09.19 00:40:40.665483 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:40.665576 [ 5 ] {5586b3c5-a19a-4a17-9002-c8abaa0d4193} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:40:40.665616 [ 5 ] {5586b3c5-a19a-4a17-9002-c8abaa0d4193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:40:40.666024 [ 5 ] {5586b3c5-a19a-4a17-9002-c8abaa0d4193} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.666059 [ 5 ] {5586b3c5-a19a-4a17-9002-c8abaa0d4193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.666342 [ 5 ] {5586b3c5-a19a-4a17-9002-c8abaa0d4193} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.19 00:40:40.666542 [ 5 ] {5586b3c5-a19a-4a17-9002-c8abaa0d4193} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.666666 [ 5 ] {5586b3c5-a19a-4a17-9002-c8abaa0d4193} executeQuery: Read 2 rows, 167.00 B in 0.001108 sec., 1805.0541516245487 rows/sec., 147.19 KiB/sec. 2025.09.19 00:40:40.666702 [ 5 ] {5586b3c5-a19a-4a17-9002-c8abaa0d4193} TCPHandler: Processed in 0.001275207 sec. 2025.09.19 00:40:40.666817 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:40.666908 [ 5 ] {2770da10-a08a-4f61-b4bf-fdbec5855467} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:40.666945 [ 5 ] {2770da10-a08a-4f61-b4bf-fdbec5855467} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:40.667881 [ 5 ] {2770da10-a08a-4f61-b4bf-fdbec5855467} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.667916 [ 5 ] {2770da10-a08a-4f61-b4bf-fdbec5855467} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.668262 [ 5 ] {2770da10-a08a-4f61-b4bf-fdbec5855467} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.09.19 00:40:40.668471 [ 5 ] {2770da10-a08a-4f61-b4bf-fdbec5855467} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.668599 [ 5 ] {2770da10-a08a-4f61-b4bf-fdbec5855467} executeQuery: Read 1113 rows, 89.87 KiB in 0.001709 sec., 651258.0456407255 rows/sec., 51.36 MiB/sec. 2025.09.19 00:40:40.668643 [ 5 ] {2770da10-a08a-4f61-b4bf-fdbec5855467} TCPHandler: Processed in 0.001873025 sec. 2025.09.19 00:40:40.668756 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:40.668848 [ 5 ] {cff649bc-918e-475d-b536-6b0cc4e62810} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:40.668887 [ 5 ] {cff649bc-918e-475d-b536-6b0cc4e62810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:40.669355 [ 5 ] {cff649bc-918e-475d-b536-6b0cc4e62810} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.669390 [ 5 ] {cff649bc-918e-475d-b536-6b0cc4e62810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.669681 [ 5 ] {cff649bc-918e-475d-b536-6b0cc4e62810} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.09.19 00:40:40.669886 [ 5 ] {cff649bc-918e-475d-b536-6b0cc4e62810} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.670009 [ 5 ] {cff649bc-918e-475d-b536-6b0cc4e62810} executeQuery: Read 207 rows, 12.46 KiB in 0.001179 sec., 175572.51908396947 rows/sec., 10.32 MiB/sec. 2025.09.19 00:40:40.670029 [ 146 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.09.19 00:40:40.670046 [ 5 ] {cff649bc-918e-475d-b536-6b0cc4e62810} TCPHandler: Processed in 0.001337018 sec. 2025.09.19 00:40:40.670101 [ 146 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.670129 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.670189 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:40.670227 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:40:40.670285 [ 5 ] {5c95c8a4-8203-4871-915b-cee92bca2435} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:40:40.670319 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:40.670323 [ 5 ] {5c95c8a4-8203-4871-915b-cee92bca2435} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:40:40.670348 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 265 rows starting from the beginning of the part 2025.09.19 00:40:40.670405 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 205 rows starting from the beginning of the part 2025.09.19 00:40:40.670449 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part 2025.09.19 00:40:40.670491 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 205 rows starting from the beginning of the part 2025.09.19 00:40:40.670529 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 42 rows starting from the beginning of the part 2025.09.19 00:40:40.670569 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 207 rows starting from the beginning of the part 2025.09.19 00:40:40.670856 [ 5 ] {5c95c8a4-8203-4871-915b-cee92bca2435} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.670903 [ 5 ] {5c95c8a4-8203-4871-915b-cee92bca2435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.671200 [ 5 ] {5c95c8a4-8203-4871-915b-cee92bca2435} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:40:40.671374 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 980 rows, containing 5 columns (5 merged, 0 gathered) in 0.001183945 sec., 827741.1535164218 rows/sec., 53.56 MiB/sec. 2025.09.19 00:40:40.671403 [ 5 ] {5c95c8a4-8203-4871-915b-cee92bca2435} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.671510 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.09.19 00:40:40.671543 [ 5 ] {5c95c8a4-8203-4871-915b-cee92bca2435} executeQuery: Read 212 rows, 14.00 KiB in 0.001275 sec., 166274.50980392157 rows/sec., 10.72 MiB/sec. 2025.09.19 00:40:40.671551 [ 146 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2025.09.19 00:40:40.671582 [ 5 ] {5c95c8a4-8203-4871-915b-cee92bca2435} TCPHandler: Processed in 0.001442809 sec. 2025.09.19 00:40:40.671596 [ 146 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.671632 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.671706 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:40.671728 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2025.09.19 00:40:40.671750 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_111_22} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.671802 [ 5 ] {a484fa2b-5878-421c-bcd7-94180432c5c8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:40:40.671811 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_111_22} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.09.19 00:40:40.671814 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:40.671842 [ 5 ] {a484fa2b-5878-421c-bcd7-94180432c5c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:40:40.671849 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 441 rows starting from the beginning of the part 2025.09.19 00:40:40.671872 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.19 00:40:40.671903 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part 2025.09.19 00:40:40.671945 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 212 rows starting from the beginning of the part 2025.09.19 00:40:40.671983 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 228 rows starting from the beginning of the part 2025.09.19 00:40:40.672021 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 212 rows starting from the beginning of the part 2025.09.19 00:40:40.672059 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 212 rows starting from the beginning of the part 2025.09.19 00:40:40.672352 [ 5 ] {a484fa2b-5878-421c-bcd7-94180432c5c8} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.672386 [ 5 ] {a484fa2b-5878-421c-bcd7-94180432c5c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.672684 [ 5 ] {a484fa2b-5878-421c-bcd7-94180432c5c8} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:40:40.672835 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 1306 rows, containing 5 columns (5 merged, 0 gathered) in 0.001141114 sec., 1144495.641977927 rows/sec., 79.46 MiB/sec. 2025.09.19 00:40:40.672885 [ 5 ] {a484fa2b-5878-421c-bcd7-94180432c5c8} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.672942 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2025.09.19 00:40:40.673009 [ 5 ] {a484fa2b-5878-421c-bcd7-94180432c5c8} executeQuery: Read 211 rows, 12.27 KiB in 0.001224 sec., 172385.62091503266 rows/sec., 9.79 MiB/sec. 2025.09.19 00:40:40.673045 [ 5 ] {a484fa2b-5878-421c-bcd7-94180432c5c8} TCPHandler: Processed in 0.001385938 sec. 2025.09.19 00:40:40.673151 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.673158 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:40.673208 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_75_15} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2025.09.19 00:40:40.673251 [ 5 ] {0a46e2f8-d51d-49ea-85a7-fc0915067cc2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:40.673258 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.09.19 00:40:40.673289 [ 5 ] {0a46e2f8-d51d-49ea-85a7-fc0915067cc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:40.673953 [ 5 ] {0a46e2f8-d51d-49ea-85a7-fc0915067cc2} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.673987 [ 5 ] {0a46e2f8-d51d-49ea-85a7-fc0915067cc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.674319 [ 5 ] {0a46e2f8-d51d-49ea-85a7-fc0915067cc2} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.09.19 00:40:40.674520 [ 5 ] {0a46e2f8-d51d-49ea-85a7-fc0915067cc2} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.674641 [ 5 ] {0a46e2f8-d51d-49ea-85a7-fc0915067cc2} executeQuery: Read 681 rows, 48.63 KiB in 0.001407 sec., 484008.52878464817 rows/sec., 33.75 MiB/sec. 2025.09.19 00:40:40.674678 [ 5 ] {0a46e2f8-d51d-49ea-85a7-fc0915067cc2} TCPHandler: Processed in 0.001567291 sec. 2025.09.19 00:40:40.674788 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:40.674880 [ 5 ] {ca1ee0ec-062c-4c65-9c4e-d2c6adb3144c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:40:40.674919 [ 5 ] {ca1ee0ec-062c-4c65-9c4e-d2c6adb3144c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:40:40.675245 [ 5 ] {ca1ee0ec-062c-4c65-9c4e-d2c6adb3144c} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.675279 [ 5 ] {ca1ee0ec-062c-4c65-9c4e-d2c6adb3144c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.675564 [ 5 ] {ca1ee0ec-062c-4c65-9c4e-d2c6adb3144c} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.19 00:40:40.675769 [ 5 ] {ca1ee0ec-062c-4c65-9c4e-d2c6adb3144c} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.675896 [ 5 ] {ca1ee0ec-062c-4c65-9c4e-d2c6adb3144c} executeQuery: Read 6 rows, 321.00 B in 0.001034 sec., 5802.707930367505 rows/sec., 303.17 KiB/sec. 2025.09.19 00:40:40.675931 [ 5 ] {ca1ee0ec-062c-4c65-9c4e-d2c6adb3144c} TCPHandler: Processed in 0.001189546 sec. 2025.09.19 00:40:40.676039 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:40.676129 [ 5 ] {8170fccf-ea7a-4eb7-889a-f234e41daa26} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:40.676169 [ 5 ] {8170fccf-ea7a-4eb7-889a-f234e41daa26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:40.676602 [ 5 ] {8170fccf-ea7a-4eb7-889a-f234e41daa26} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.676637 [ 5 ] {8170fccf-ea7a-4eb7-889a-f234e41daa26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.676954 [ 5 ] {8170fccf-ea7a-4eb7-889a-f234e41daa26} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.09.19 00:40:40.677153 [ 5 ] {8170fccf-ea7a-4eb7-889a-f234e41daa26} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.677275 [ 5 ] {8170fccf-ea7a-4eb7-889a-f234e41daa26} executeQuery: Read 315 rows, 21.19 KiB in 0.001164 sec., 270618.55670103093 rows/sec., 17.78 MiB/sec. 2025.09.19 00:40:40.677312 [ 5 ] {8170fccf-ea7a-4eb7-889a-f234e41daa26} TCPHandler: Processed in 0.001320017 sec. 2025.09.19 00:40:40.677418 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:40.677509 [ 5 ] {8421dd2b-d891-4a89-b430-0b2a088bfe6a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:40:40.677548 [ 5 ] {8421dd2b-d891-4a89-b430-0b2a088bfe6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:40:40.677853 [ 5 ] {8421dd2b-d891-4a89-b430-0b2a088bfe6a} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.677888 [ 5 ] {8421dd2b-d891-4a89-b430-0b2a088bfe6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.678183 [ 5 ] {8421dd2b-d891-4a89-b430-0b2a088bfe6a} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:40:40.678383 [ 5 ] {8421dd2b-d891-4a89-b430-0b2a088bfe6a} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.678504 [ 5 ] {8421dd2b-d891-4a89-b430-0b2a088bfe6a} executeQuery: Read 1 rows, 69.00 B in 0.001012 sec., 988.1422924901185 rows/sec., 66.58 KiB/sec. 2025.09.19 00:40:40.678538 [ 5 ] {8421dd2b-d891-4a89-b430-0b2a088bfe6a} TCPHandler: Processed in 0.001167495 sec. 2025.09.19 00:40:40.678642 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:40.678733 [ 5 ] {c87ac831-4cdf-48fb-8718-7124f0a64b5e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:40.678772 [ 5 ] {c87ac831-4cdf-48fb-8718-7124f0a64b5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:40.679093 [ 5 ] {c87ac831-4cdf-48fb-8718-7124f0a64b5e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:40.679128 [ 5 ] {c87ac831-4cdf-48fb-8718-7124f0a64b5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:40.679422 [ 5 ] {c87ac831-4cdf-48fb-8718-7124f0a64b5e} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.09.19 00:40:40.679627 [ 5 ] {c87ac831-4cdf-48fb-8718-7124f0a64b5e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:40.679750 [ 5 ] {c87ac831-4cdf-48fb-8718-7124f0a64b5e} executeQuery: Read 104 rows, 6.53 KiB in 0.001035 sec., 100483.09178743963 rows/sec., 6.16 MiB/sec. 2025.09.19 00:40:40.679784 [ 5 ] {c87ac831-4cdf-48fb-8718-7124f0a64b5e} TCPHandler: Processed in 0.001188215 sec. 2025.09.19 00:40:42.393312 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36933 2025.09.19 00:40:42.393866 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:42.393917 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:42.394429 [ 243 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.19 00:40:42.394688 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:42.394844 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36933 2025.09.19 00:40:44.352427 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2025.09.19 00:40:44.369187 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:44.369235 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:44.374841 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.19 00:40:44.375579 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:44.378596 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2025.09.19 00:40:45.010024 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2132 2025.09.19 00:40:45.012552 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:45.012606 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:45.013864 [ 242 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:40:45.014153 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:45.014555 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2132 2025.09.19 00:40:45.653965 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:45.654159 [ 5 ] {9ffa9c39-fee4-4322-afa3-c42a02ccbbe7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:45.654232 [ 5 ] {9ffa9c39-fee4-4322-afa3-c42a02ccbbe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:45.654970 [ 5 ] {9ffa9c39-fee4-4322-afa3-c42a02ccbbe7} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:45.655019 [ 5 ] {9ffa9c39-fee4-4322-afa3-c42a02ccbbe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:45.655454 [ 5 ] {9ffa9c39-fee4-4322-afa3-c42a02ccbbe7} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.09.19 00:40:45.655684 [ 5 ] {9ffa9c39-fee4-4322-afa3-c42a02ccbbe7} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:45.655838 [ 5 ] {9ffa9c39-fee4-4322-afa3-c42a02ccbbe7} executeQuery: Read 140 rows, 12.42 KiB in 0.001731 sec., 80878.10514153668 rows/sec., 7.01 MiB/sec. 2025.09.19 00:40:45.655901 [ 5 ] {9ffa9c39-fee4-4322-afa3-c42a02ccbbe7} TCPHandler: Processed in 0.002072817 sec. 2025.09.19 00:40:45.656048 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:45.656163 [ 5 ] {03579036-826f-45d7-a2e7-1efb531e4679} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:45.656203 [ 5 ] {03579036-826f-45d7-a2e7-1efb531e4679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:45.656616 [ 5 ] {03579036-826f-45d7-a2e7-1efb531e4679} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:45.656652 [ 5 ] {03579036-826f-45d7-a2e7-1efb531e4679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:45.656960 [ 5 ] {03579036-826f-45d7-a2e7-1efb531e4679} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.09.19 00:40:45.657186 [ 5 ] {03579036-826f-45d7-a2e7-1efb531e4679} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:45.657318 [ 5 ] {03579036-826f-45d7-a2e7-1efb531e4679} executeQuery: Read 42 rows, 3.16 KiB in 0.001174 sec., 35775.12776831346 rows/sec., 2.63 MiB/sec. 2025.09.19 00:40:45.657356 [ 5 ] {03579036-826f-45d7-a2e7-1efb531e4679} TCPHandler: Processed in 0.001378229 sec. 2025.09.19 00:40:45.657451 [ 224 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:40:45.657460 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:45.657507 [ 224 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:40:45.657595 [ 5 ] {4c544659-0d7d-4957-967a-f5babb9b36bf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:45.657639 [ 5 ] {4c544659-0d7d-4957-967a-f5babb9b36bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:45.658055 [ 5 ] {4c544659-0d7d-4957-967a-f5babb9b36bf} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:45.658090 [ 5 ] {4c544659-0d7d-4957-967a-f5babb9b36bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:45.658410 [ 5 ] {4c544659-0d7d-4957-967a-f5babb9b36bf} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.09.19 00:40:45.658613 [ 5 ] {4c544659-0d7d-4957-967a-f5babb9b36bf} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:45.658798 [ 5 ] {4c544659-0d7d-4957-967a-f5babb9b36bf} executeQuery: Read 106 rows, 8.48 KiB in 0.00122 sec., 86885.24590163935 rows/sec., 6.79 MiB/sec. 2025.09.19 00:40:45.658835 [ 5 ] {4c544659-0d7d-4957-967a-f5babb9b36bf} TCPHandler: Processed in 0.001421749 sec. 2025.09.19 00:40:45.658948 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:45.659042 [ 5 ] {aa275267-2c47-4e93-9c0b-bbe5e0ea18c1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:45.659087 [ 5 ] {aa275267-2c47-4e93-9c0b-bbe5e0ea18c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:45.659501 [ 5 ] {aa275267-2c47-4e93-9c0b-bbe5e0ea18c1} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:45.659537 [ 5 ] {aa275267-2c47-4e93-9c0b-bbe5e0ea18c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:45.659909 [ 5 ] {aa275267-2c47-4e93-9c0b-bbe5e0ea18c1} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.09.19 00:40:45.660125 [ 5 ] {aa275267-2c47-4e93-9c0b-bbe5e0ea18c1} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:45.660255 [ 5 ] {aa275267-2c47-4e93-9c0b-bbe5e0ea18c1} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2025.09.19 00:40:45.660250 [ 135 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 5 parts from all_1_109_22 to all_113_113_0 2025.09.19 00:40:45.660295 [ 5 ] {aa275267-2c47-4e93-9c0b-bbe5e0ea18c1} TCPHandler: Processed in 0.001396288 sec. 2025.09.19 00:40:45.660331 [ 135 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:45.660362 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:45.660399 [ 224 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:40:45.660419 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:45.660452 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_113_23} MergeTask::PrepareStage: Merging 5 parts: from all_1_109_22 to all_113_113_0 into Compact with storage Full 2025.09.19 00:40:45.660519 [ 5 ] {2a521b9b-d430-4786-a951-76d92333c273} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:45.660549 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_113_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:45.660574 [ 5 ] {2a521b9b-d430-4786-a951-76d92333c273} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:40:45.660579 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_113_23} MergeTreeSequentialSource: Reading 6 marks from part all_1_109_22, total 38156 rows starting from the beginning of the part 2025.09.19 00:40:45.660644 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_113_23} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 851 rows starting from the beginning of the part 2025.09.19 00:40:45.660691 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_113_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 314 rows starting from the beginning of the part 2025.09.19 00:40:45.660736 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_113_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part 2025.09.19 00:40:45.660783 [ 201 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_113_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 315 rows starting from the beginning of the part 2025.09.19 00:40:45.661456 [ 5 ] {2a521b9b-d430-4786-a951-76d92333c273} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:45.661491 [ 5 ] {2a521b9b-d430-4786-a951-76d92333c273} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:45.662056 [ 5 ] {2a521b9b-d430-4786-a951-76d92333c273} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:40:45.662290 [ 5 ] {2a521b9b-d430-4786-a951-76d92333c273} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:45.662428 [ 5 ] {2a521b9b-d430-4786-a951-76d92333c273} executeQuery: Read 42 rows, 77.07 KiB in 0.001926 sec., 21806.85358255452 rows/sec., 39.08 MiB/sec. 2025.09.19 00:40:45.662487 [ 5 ] {2a521b9b-d430-4786-a951-76d92333c273} TCPHandler: Processed in 0.002116868 sec. 2025.09.19 00:40:45.662602 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:45.662696 [ 5 ] {563a5644-4ea0-47d9-b66f-4f78d6e921c7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:45.662738 [ 5 ] {563a5644-4ea0-47d9-b66f-4f78d6e921c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:45.663102 [ 5 ] {563a5644-4ea0-47d9-b66f-4f78d6e921c7} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:45.663137 [ 5 ] {563a5644-4ea0-47d9-b66f-4f78d6e921c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:45.663460 [ 5 ] {563a5644-4ea0-47d9-b66f-4f78d6e921c7} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.09.19 00:40:45.663670 [ 5 ] {563a5644-4ea0-47d9-b66f-4f78d6e921c7} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:45.663800 [ 5 ] {563a5644-4ea0-47d9-b66f-4f78d6e921c7} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2025.09.19 00:40:45.663835 [ 5 ] {563a5644-4ea0-47d9-b66f-4f78d6e921c7} TCPHandler: Processed in 0.001281096 sec. 2025.09.19 00:40:45.668435 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_113_23} MergeTask::MergeProjectionsStage: Merge sorted 39796 rows, containing 5 columns (5 merged, 0 gathered) in 0.008015745 sec., 4964728.793143994 rows/sec., 332.41 MiB/sec. 2025.09.19 00:40:45.668966 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_113_23} MergedBlockOutputStream: filled checksums all_1_113_23 (state Temporary) 2025.09.19 00:40:45.669269 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_113_23} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_113_23 to all_1_113_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:45.669352 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_113_23} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 5 parts: [all_1_109_22, all_113_113_0] -> all_1_113_23 2025.09.19 00:40:45.669445 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.09.19 00:40:49.708437 [ 132 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:40:49.708557 [ 132 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:40:49.895015 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 37381 2025.09.19 00:40:49.895547 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:49.895601 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:49.896139 [ 243 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.19 00:40:49.896386 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:49.896546 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37381 2025.09.19 00:40:50.662670 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:50.662861 [ 5 ] {fe482fa0-89de-4d2d-90d8-40b5e65a2702} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:40:50.662930 [ 5 ] {fe482fa0-89de-4d2d-90d8-40b5e65a2702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:40:50.663885 [ 5 ] {fe482fa0-89de-4d2d-90d8-40b5e65a2702} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:50.663927 [ 5 ] {fe482fa0-89de-4d2d-90d8-40b5e65a2702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:50.664337 [ 5 ] {fe482fa0-89de-4d2d-90d8-40b5e65a2702} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:40:50.664557 [ 5 ] {fe482fa0-89de-4d2d-90d8-40b5e65a2702} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:50.664702 [ 5 ] {fe482fa0-89de-4d2d-90d8-40b5e65a2702} executeQuery: Read 410 rows, 26.63 KiB in 0.001893 sec., 216587.42736397253 rows/sec., 13.74 MiB/sec. 2025.09.19 00:40:50.664743 [ 5 ] {fe482fa0-89de-4d2d-90d8-40b5e65a2702} TCPHandler: Processed in 0.002201059 sec. 2025.09.19 00:40:50.664862 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:50.664955 [ 5 ] {3f5288e8-c4d6-4206-974a-7636b9c015de} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:50.664996 [ 5 ] {3f5288e8-c4d6-4206-974a-7636b9c015de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:50.665959 [ 5 ] {3f5288e8-c4d6-4206-974a-7636b9c015de} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:50.665994 [ 5 ] {3f5288e8-c4d6-4206-974a-7636b9c015de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:50.666372 [ 5 ] {3f5288e8-c4d6-4206-974a-7636b9c015de} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.09.19 00:40:50.666596 [ 5 ] {3f5288e8-c4d6-4206-974a-7636b9c015de} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:50.666719 [ 5 ] {3f5288e8-c4d6-4206-974a-7636b9c015de} executeQuery: Read 1112 rows, 89.80 KiB in 0.001783 sec., 623667.9753224902 rows/sec., 49.18 MiB/sec. 2025.09.19 00:40:50.666756 [ 5 ] {3f5288e8-c4d6-4206-974a-7636b9c015de} TCPHandler: Processed in 0.001941685 sec. 2025.09.19 00:40:50.666876 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:50.666969 [ 5 ] {901241d0-40d9-46ca-997e-65c2c445929f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:50.667008 [ 5 ] {901241d0-40d9-46ca-997e-65c2c445929f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:50.667551 [ 5 ] {901241d0-40d9-46ca-997e-65c2c445929f} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:50.667586 [ 5 ] {901241d0-40d9-46ca-997e-65c2c445929f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:50.667894 [ 5 ] {901241d0-40d9-46ca-997e-65c2c445929f} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.09.19 00:40:50.668097 [ 5 ] {901241d0-40d9-46ca-997e-65c2c445929f} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:50.668220 [ 5 ] {901241d0-40d9-46ca-997e-65c2c445929f} executeQuery: Read 205 rows, 12.32 KiB in 0.00127 sec., 161417.32283464566 rows/sec., 9.47 MiB/sec. 2025.09.19 00:40:50.668257 [ 5 ] {901241d0-40d9-46ca-997e-65c2c445929f} TCPHandler: Processed in 0.001429159 sec. 2025.09.19 00:40:50.668366 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:50.668458 [ 5 ] {db00a344-6e2a-4944-9a67-4d9fa4f88393} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:40:50.668497 [ 5 ] {db00a344-6e2a-4944-9a67-4d9fa4f88393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:40:50.669006 [ 5 ] {db00a344-6e2a-4944-9a67-4d9fa4f88393} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:50.669041 [ 5 ] {db00a344-6e2a-4944-9a67-4d9fa4f88393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:50.669345 [ 5 ] {db00a344-6e2a-4944-9a67-4d9fa4f88393} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.19 00:40:50.669551 [ 5 ] {db00a344-6e2a-4944-9a67-4d9fa4f88393} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:50.669680 [ 5 ] {db00a344-6e2a-4944-9a67-4d9fa4f88393} executeQuery: Read 212 rows, 14.00 KiB in 0.00124 sec., 170967.74193548388 rows/sec., 11.03 MiB/sec. 2025.09.19 00:40:50.669716 [ 5 ] {db00a344-6e2a-4944-9a67-4d9fa4f88393} TCPHandler: Processed in 0.001398428 sec. 2025.09.19 00:40:50.669827 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:50.669926 [ 5 ] {d323f17f-d67f-444b-9905-7f3a5b2c7f18} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:40:50.669965 [ 5 ] {d323f17f-d67f-444b-9905-7f3a5b2c7f18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:40:50.670434 [ 5 ] {d323f17f-d67f-444b-9905-7f3a5b2c7f18} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:50.670468 [ 5 ] {d323f17f-d67f-444b-9905-7f3a5b2c7f18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:50.670764 [ 5 ] {d323f17f-d67f-444b-9905-7f3a5b2c7f18} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:40:50.670971 [ 5 ] {d323f17f-d67f-444b-9905-7f3a5b2c7f18} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:50.671094 [ 5 ] {d323f17f-d67f-444b-9905-7f3a5b2c7f18} executeQuery: Read 211 rows, 12.27 KiB in 0.001186 sec., 177908.9376053963 rows/sec., 10.10 MiB/sec. 2025.09.19 00:40:50.671130 [ 5 ] {d323f17f-d67f-444b-9905-7f3a5b2c7f18} TCPHandler: Processed in 0.001354268 sec. 2025.09.19 00:40:50.671235 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:50.671326 [ 5 ] {27d07215-37ef-4b8c-9f19-fddb69215089} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:50.671364 [ 5 ] {27d07215-37ef-4b8c-9f19-fddb69215089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:50.672003 [ 5 ] {27d07215-37ef-4b8c-9f19-fddb69215089} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:50.672036 [ 5 ] {27d07215-37ef-4b8c-9f19-fddb69215089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:50.672365 [ 5 ] {27d07215-37ef-4b8c-9f19-fddb69215089} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.09.19 00:40:50.672571 [ 5 ] {27d07215-37ef-4b8c-9f19-fddb69215089} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:50.672694 [ 5 ] {27d07215-37ef-4b8c-9f19-fddb69215089} executeQuery: Read 679 rows, 48.47 KiB in 0.001386 sec., 489898.98989898985 rows/sec., 34.15 MiB/sec. 2025.09.19 00:40:50.672730 [ 5 ] {27d07215-37ef-4b8c-9f19-fddb69215089} TCPHandler: Processed in 0.001543181 sec. 2025.09.19 00:40:50.672837 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:50.672928 [ 5 ] {e894cfb2-afe3-4003-8103-3a93be8908ab} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:40:50.672968 [ 5 ] {e894cfb2-afe3-4003-8103-3a93be8908ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:40:50.673295 [ 5 ] {e894cfb2-afe3-4003-8103-3a93be8908ab} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:50.673327 [ 5 ] {e894cfb2-afe3-4003-8103-3a93be8908ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:50.673618 [ 5 ] {e894cfb2-afe3-4003-8103-3a93be8908ab} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.19 00:40:50.673821 [ 5 ] {e894cfb2-afe3-4003-8103-3a93be8908ab} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:50.673909 [ 129 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.19 00:40:50.673943 [ 5 ] {e894cfb2-afe3-4003-8103-3a93be8908ab} executeQuery: Read 6 rows, 321.00 B in 0.001033 sec., 5808.325266214908 rows/sec., 303.46 KiB/sec. 2025.09.19 00:40:50.673946 [ 129 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:50.673974 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:50.673980 [ 5 ] {e894cfb2-afe3-4003-8103-3a93be8908ab} TCPHandler: Processed in 0.001190566 sec. 2025.09.19 00:40:50.674082 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:40:50.674089 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:50.674188 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:50.674199 [ 5 ] {e741b517-b6d9-4f6d-975e-2126d017889b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:50.674220 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 306 rows starting from the beginning of the part 2025.09.19 00:40:50.674241 [ 5 ] {e741b517-b6d9-4f6d-975e-2126d017889b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:50.674284 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part 2025.09.19 00:40:50.674334 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part 2025.09.19 00:40:50.674378 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part 2025.09.19 00:40:50.674422 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part 2025.09.19 00:40:50.674462 [ 193 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part 2025.09.19 00:40:50.674667 [ 5 ] {e741b517-b6d9-4f6d-975e-2126d017889b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:50.674702 [ 5 ] {e741b517-b6d9-4f6d-975e-2126d017889b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:50.675023 [ 5 ] {e741b517-b6d9-4f6d-975e-2126d017889b} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.09.19 00:40:50.675176 [ 195 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.001131775 sec., 296878.7965805924 rows/sec., 15.15 MiB/sec. 2025.09.19 00:40:50.675235 [ 5 ] {e741b517-b6d9-4f6d-975e-2126d017889b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:50.675365 [ 5 ] {e741b517-b6d9-4f6d-975e-2126d017889b} executeQuery: Read 314 rows, 21.12 KiB in 0.001183 sec., 265426.8808114962 rows/sec., 17.44 MiB/sec. 2025.09.19 00:40:50.675403 [ 5 ] {e741b517-b6d9-4f6d-975e-2126d017889b} TCPHandler: Processed in 0.001360837 sec. 2025.09.19 00:40:50.675418 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.19 00:40:50.675518 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:50.675615 [ 5 ] {fa2df541-d2d5-4053-9e17-56e8a92a4c6f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:40:50.675656 [ 5 ] {fa2df541-d2d5-4053-9e17-56e8a92a4c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:40:50.675802 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_56_11} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:50.675902 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_56_11} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.19 00:40:50.675966 [ 5 ] {fa2df541-d2d5-4053-9e17-56e8a92a4c6f} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:50.676006 [ 5 ] {fa2df541-d2d5-4053-9e17-56e8a92a4c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:50.676006 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.19 00:40:50.676313 [ 5 ] {fa2df541-d2d5-4053-9e17-56e8a92a4c6f} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:40:50.676526 [ 5 ] {fa2df541-d2d5-4053-9e17-56e8a92a4c6f} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:50.676650 [ 5 ] {fa2df541-d2d5-4053-9e17-56e8a92a4c6f} executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. 2025.09.19 00:40:50.676684 [ 5 ] {fa2df541-d2d5-4053-9e17-56e8a92a4c6f} TCPHandler: Processed in 0.001222156 sec. 2025.09.19 00:40:50.676789 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:50.676887 [ 5 ] {060b2f00-4b17-4c57-9295-04ae6bebb005} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:50.676926 [ 5 ] {060b2f00-4b17-4c57-9295-04ae6bebb005} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:50.677244 [ 5 ] {060b2f00-4b17-4c57-9295-04ae6bebb005} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:50.677277 [ 5 ] {060b2f00-4b17-4c57-9295-04ae6bebb005} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:50.677577 [ 5 ] {060b2f00-4b17-4c57-9295-04ae6bebb005} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.09.19 00:40:50.677778 [ 5 ] {060b2f00-4b17-4c57-9295-04ae6bebb005} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:50.677900 [ 5 ] {060b2f00-4b17-4c57-9295-04ae6bebb005} executeQuery: Read 104 rows, 6.53 KiB in 0.001031 sec., 100872.9388942774 rows/sec., 6.18 MiB/sec. 2025.09.19 00:40:50.677934 [ 5 ] {060b2f00-4b17-4c57-9295-04ae6bebb005} TCPHandler: Processed in 0.001192396 sec. 2025.09.19 00:40:51.503627 [ 127 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.09.19 00:40:51.503730 [ 127 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:51.503775 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:51.503959 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:40:51.504167 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:51.504224 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part 2025.09.19 00:40:51.504327 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part 2025.09.19 00:40:51.504405 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part 2025.09.19 00:40:51.504475 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part 2025.09.19 00:40:51.504519 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part 2025.09.19 00:40:51.505287 [ 198 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001402618 sec., 27092.19473869578 rows/sec., 2.26 MiB/sec. 2025.09.19 00:40:51.505491 [ 195 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.09.19 00:40:51.505802 [ 195 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_29_7} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:51.505883 [ 195 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_29_7} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.09.19 00:40:51.505991 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:40:51.878691 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2025.09.19 00:40:51.895677 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:51.895722 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:51.901795 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.19 00:40:51.902496 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:51.905466 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2025.09.19 00:40:52.751017 [ 212 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): 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.09.19 00:40:52.751078 [ 212 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): 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.09.19 00:40:52.753913 [ 212 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): 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.09.19 00:40:55.014786 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2164 2025.09.19 00:40:55.017458 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.017520 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.018876 [ 242 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:40:55.019166 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.019612 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2164 2025.09.19 00:40:55.680639 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:55.680841 [ 5 ] {c9c35eac-dcc0-43a4-ba36-0b3aa03c3556} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:40:55.680914 [ 5 ] {c9c35eac-dcc0-43a4-ba36-0b3aa03c3556} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:40:55.681575 [ 5 ] {c9c35eac-dcc0-43a4-ba36-0b3aa03c3556} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.681622 [ 5 ] {c9c35eac-dcc0-43a4-ba36-0b3aa03c3556} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.681985 [ 5 ] {c9c35eac-dcc0-43a4-ba36-0b3aa03c3556} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.19 00:40:55.682205 [ 5 ] {c9c35eac-dcc0-43a4-ba36-0b3aa03c3556} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.682359 [ 5 ] {c9c35eac-dcc0-43a4-ba36-0b3aa03c3556} executeQuery: Read 2 rows, 167.00 B in 0.001576 sec., 1269.0355329949239 rows/sec., 103.48 KiB/sec. 2025.09.19 00:40:55.682401 [ 5 ] {c9c35eac-dcc0-43a4-ba36-0b3aa03c3556} TCPHandler: Processed in 0.001894665 sec. 2025.09.19 00:40:55.682520 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:55.682637 [ 5 ] {efd40ea5-3c85-42af-bd10-6a7bed3eb8f0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:40:55.682677 [ 5 ] {efd40ea5-3c85-42af-bd10-6a7bed3eb8f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:40:55.683665 [ 5 ] {efd40ea5-3c85-42af-bd10-6a7bed3eb8f0} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.683727 [ 5 ] {efd40ea5-3c85-42af-bd10-6a7bed3eb8f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.684124 [ 5 ] {efd40ea5-3c85-42af-bd10-6a7bed3eb8f0} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.09.19 00:40:55.684349 [ 5 ] {efd40ea5-3c85-42af-bd10-6a7bed3eb8f0} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.684472 [ 126 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.09.19 00:40:55.684480 [ 5 ] {efd40ea5-3c85-42af-bd10-6a7bed3eb8f0} executeQuery: Read 1281 rows, 108.61 KiB in 0.001861 sec., 688339.6023643202 rows/sec., 56.99 MiB/sec. 2025.09.19 00:40:55.684543 [ 126 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.684561 [ 5 ] {efd40ea5-3c85-42af-bd10-6a7bed3eb8f0} TCPHandler: Processed in 0.002088977 sec. 2025.09.19 00:40:55.684575 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.684678 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:55.684717 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:40:55.684777 [ 5 ] {61926c4f-14de-41d6-be3c-f89716227d1d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:40:55.684824 [ 5 ] {61926c4f-14de-41d6-be3c-f89716227d1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:40:55.684839 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:55.684880 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2346 rows starting from the beginning of the part 2025.09.19 00:40:55.684949 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 140 rows starting from the beginning of the part 2025.09.19 00:40:55.684996 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:40:55.685082 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 140 rows starting from the beginning of the part 2025.09.19 00:40:55.685157 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:40:55.685212 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 1281 rows starting from the beginning of the part 2025.09.19 00:40:55.685268 [ 5 ] {61926c4f-14de-41d6-be3c-f89716227d1d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.685309 [ 5 ] {61926c4f-14de-41d6-be3c-f89716227d1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.685644 [ 5 ] {61926c4f-14de-41d6-be3c-f89716227d1d} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.09.19 00:40:55.685858 [ 5 ] {61926c4f-14de-41d6-be3c-f89716227d1d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.685992 [ 5 ] {61926c4f-14de-41d6-be3c-f89716227d1d} executeQuery: Read 44 rows, 3.30 KiB in 0.001233 sec., 35685.320356853204 rows/sec., 2.61 MiB/sec. 2025.09.19 00:40:55.686030 [ 5 ] {61926c4f-14de-41d6-be3c-f89716227d1d} TCPHandler: Processed in 0.001401418 sec. 2025.09.19 00:40:55.686152 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:55.686271 [ 5 ] {b4ba156e-e063-41ae-9406-a3cb6c522af5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:40:55.686321 [ 5 ] {b4ba156e-e063-41ae-9406-a3cb6c522af5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:40:55.686856 [ 5 ] {b4ba156e-e063-41ae-9406-a3cb6c522af5} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.686893 [ 5 ] {b4ba156e-e063-41ae-9406-a3cb6c522af5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.687216 [ 5 ] {b4ba156e-e063-41ae-9406-a3cb6c522af5} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.19 00:40:55.687438 [ 5 ] {b4ba156e-e063-41ae-9406-a3cb6c522af5} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.687490 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6132 rows, containing 5 columns (5 merged, 0 gathered) in 0.002815256 sec., 2178132.290633605 rows/sec., 184.47 MiB/sec. 2025.09.19 00:40:55.687572 [ 5 ] {b4ba156e-e063-41ae-9406-a3cb6c522af5} executeQuery: Read 228 rows, 15.81 KiB in 0.001327 sec., 171816.12660135643 rows/sec., 11.63 MiB/sec. 2025.09.19 00:40:55.687615 [ 5 ] {b4ba156e-e063-41ae-9406-a3cb6c522af5} TCPHandler: Processed in 0.00152454 sec. 2025.09.19 00:40:55.687619 [ 219 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Found 6 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, all_10_10_0] 2025.09.19 00:40:55.687652 [ 219 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 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, all_10_10_0] 2025.09.19 00:40:55.687716 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:55.687818 [ 5 ] {4ff6df7f-e5fb-4f38-b869-d709c14f5af1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:40:55.687822 [ 188 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.09.19 00:40:55.687860 [ 5 ] {4ff6df7f-e5fb-4f38-b869-d709c14f5af1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:40:55.688198 [ 188 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_116_23} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.688301 [ 188 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_116_23} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.09.19 00:40:55.688415 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.09.19 00:40:55.688478 [ 5 ] {4ff6df7f-e5fb-4f38-b869-d709c14f5af1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.688520 [ 5 ] {4ff6df7f-e5fb-4f38-b869-d709c14f5af1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.688867 [ 5 ] {4ff6df7f-e5fb-4f38-b869-d709c14f5af1} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.09.19 00:40:55.689218 [ 5 ] {4ff6df7f-e5fb-4f38-b869-d709c14f5af1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.689361 [ 126 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.09.19 00:40:55.689391 [ 5 ] {4ff6df7f-e5fb-4f38-b869-d709c14f5af1} executeQuery: Read 564 rows, 42.93 KiB in 0.00159 sec., 354716.9811320755 rows/sec., 26.37 MiB/sec. 2025.09.19 00:40:55.689396 [ 126 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.689437 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.689446 [ 5 ] {4ff6df7f-e5fb-4f38-b869-d709c14f5af1} TCPHandler: Processed in 0.001777833 sec. 2025.09.19 00:40:55.689501 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:40:55.689581 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:55.689598 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:55.689633 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1213 rows starting from the beginning of the part 2025.09.19 00:40:55.689679 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 106 rows starting from the beginning of the part 2025.09.19 00:40:55.689686 [ 5 ] {886db3e1-a462-4859-862c-1c4e55cb7178} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:55.689720 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 681 rows starting from the beginning of the part 2025.09.19 00:40:55.689740 [ 5 ] {886db3e1-a462-4859-862c-1c4e55cb7178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:40:55.689762 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 106 rows starting from the beginning of the part 2025.09.19 00:40:55.689805 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 679 rows starting from the beginning of the part 2025.09.19 00:40:55.689844 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 564 rows starting from the beginning of the part 2025.09.19 00:40:55.690346 [ 5 ] {886db3e1-a462-4859-862c-1c4e55cb7178} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.690393 [ 5 ] {886db3e1-a462-4859-862c-1c4e55cb7178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.690796 [ 5 ] {886db3e1-a462-4859-862c-1c4e55cb7178} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.09.19 00:40:55.691061 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 3349 rows, containing 5 columns (5 merged, 0 gathered) in 0.00158609 sec., 2111481.6939770128 rows/sec., 159.53 MiB/sec. 2025.09.19 00:40:55.691085 [ 5 ] {886db3e1-a462-4859-862c-1c4e55cb7178} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.691205 [ 219 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.09.19 00:40:55.691247 [ 5 ] {886db3e1-a462-4859-862c-1c4e55cb7178} executeQuery: Read 845 rows, 58.24 KiB in 0.00158 sec., 534810.1265822785 rows/sec., 36.00 MiB/sec. 2025.09.19 00:40:55.691291 [ 5 ] {886db3e1-a462-4859-862c-1c4e55cb7178} TCPHandler: Processed in 0.001765773 sec. 2025.09.19 00:40:55.691299 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.09.19 00:40:55.691417 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:55.691517 [ 5 ] {832f89ac-154c-4338-8fac-8127920b6cd6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:40:55.691573 [ 5 ] {832f89ac-154c-4338-8fac-8127920b6cd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:40:55.691598 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_116_23} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.691678 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_116_23} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.09.19 00:40:55.691791 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:40:55.692426 [ 5 ] {832f89ac-154c-4338-8fac-8127920b6cd6} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.692467 [ 5 ] {832f89ac-154c-4338-8fac-8127920b6cd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.693048 [ 5 ] {832f89ac-154c-4338-8fac-8127920b6cd6} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:40:55.693277 [ 5 ] {832f89ac-154c-4338-8fac-8127920b6cd6} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.693423 [ 5 ] {832f89ac-154c-4338-8fac-8127920b6cd6} executeQuery: Read 42 rows, 77.07 KiB in 0.001925 sec., 21818.181818181816 rows/sec., 39.10 MiB/sec. 2025.09.19 00:40:55.693487 [ 5 ] {832f89ac-154c-4338-8fac-8127920b6cd6} TCPHandler: Processed in 0.002119358 sec. 2025.09.19 00:40:55.693610 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:40:55.693703 [ 5 ] {b60b0618-d8e9-4858-9cdb-42ec219e68a2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:40:55.693743 [ 5 ] {b60b0618-d8e9-4858-9cdb-42ec219e68a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:40:55.694088 [ 5 ] {b60b0618-d8e9-4858-9cdb-42ec219e68a2} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.694124 [ 5 ] {b60b0618-d8e9-4858-9cdb-42ec219e68a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.694431 [ 5 ] {b60b0618-d8e9-4858-9cdb-42ec219e68a2} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.09.19 00:40:55.694648 [ 5 ] {b60b0618-d8e9-4858-9cdb-42ec219e68a2} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.694764 [ 126 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.09.19 00:40:55.694774 [ 5 ] {b60b0618-d8e9-4858-9cdb-42ec219e68a2} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2025.09.19 00:40:55.694801 [ 126 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:55.694824 [ 5 ] {b60b0618-d8e9-4858-9cdb-42ec219e68a2} TCPHandler: Processed in 0.001265127 sec. 2025.09.19 00:40:55.694825 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:55.694939 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:40:55.695067 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:40:55.695105 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_116_23} MergeTreeSequentialSource: Reading 3 marks from part all_1_111_22, total 8940 rows starting from the beginning of the part 2025.09.19 00:40:55.695176 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:40:55.695226 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 104 rows starting from the beginning of the part 2025.09.19 00:40:55.695271 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:40:55.695319 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 104 rows starting from the beginning of the part 2025.09.19 00:40:55.695364 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:40:55.697996 [ 186 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 9328 rows, containing 4 columns (4 merged, 0 gathered) in 0.003100571 sec., 3008478.115805121 rows/sec., 191.26 MiB/sec. 2025.09.19 00:40:55.698273 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.09.19 00:40:55.698640 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_116_23} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:55.698716 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_116_23} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.09.19 00:40:55.698803 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. 2025.09.19 00:40:57.396687 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37893 2025.09.19 00:40:57.397312 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:57.397371 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:57.397906 [ 243 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.19 00:40:57.398146 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:57.398297 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37893 2025.09.19 00:40:59.405573 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2025.09.19 00:40:59.422993 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:40:59.423044 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:40:59.429314 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.19 00:40:59.430019 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:40:59.433071 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2025.09.19 00:41:00.024573 [ 217 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:41:00.024659 [ 217 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:41:00.028663 [ 217 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:41:00.111820 [ 212 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:41:00.111872 [ 212 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:41:00.113527 [ 212 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:41:00.433419 [ 212 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:41:00.433480 [ 212 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:41:00.435733 [ 212 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:41:00.661934 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:00.662111 [ 5 ] {8dc27c53-85c2-4f7d-8d83-e17a09f77f25} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:41:00.662176 [ 5 ] {8dc27c53-85c2-4f7d-8d83-e17a09f77f25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:41:00.662947 [ 5 ] {8dc27c53-85c2-4f7d-8d83-e17a09f77f25} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.662991 [ 5 ] {8dc27c53-85c2-4f7d-8d83-e17a09f77f25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.663399 [ 5 ] {8dc27c53-85c2-4f7d-8d83-e17a09f77f25} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:41:00.663634 [ 5 ] {8dc27c53-85c2-4f7d-8d83-e17a09f77f25} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.663760 [ 117 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 2025.09.19 00:41:00.663793 [ 5 ] {8dc27c53-85c2-4f7d-8d83-e17a09f77f25} executeQuery: Read 410 rows, 26.63 KiB in 0.001728 sec., 237268.51851851854 rows/sec., 15.05 MiB/sec. 2025.09.19 00:41:00.663805 [ 117 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.663856 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.663856 [ 5 ] {8dc27c53-85c2-4f7d-8d83-e17a09f77f25} TCPHandler: Processed in 0.002045177 sec. 2025.09.19 00:41:00.663990 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:00.663991 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_57_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full 2025.09.19 00:41:00.664090 [ 5 ] {a9db0064-34b0-4b56-9437-e1f7acc01413} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:00.664137 [ 5 ] {a9db0064-34b0-4b56-9437-e1f7acc01413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:00.664152 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_57_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:00.664195 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 410 rows starting from the beginning of the part 2025.09.19 00:41:00.664280 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 410 rows starting from the beginning of the part 2025.09.19 00:41:00.664335 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 410 rows starting from the beginning of the part 2025.09.19 00:41:00.664386 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 410 rows starting from the beginning of the part 2025.09.19 00:41:00.664434 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 410 rows starting from the beginning of the part 2025.09.19 00:41:00.664930 [ 5 ] {a9db0064-34b0-4b56-9437-e1f7acc01413} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.664970 [ 5 ] {a9db0064-34b0-4b56-9437-e1f7acc01413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.665350 [ 5 ] {a9db0064-34b0-4b56-9437-e1f7acc01413} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.09.19 00:41:00.665518 [ 200 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_57_14} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.00158725 sec., 1291541.9751141912 rows/sec., 86.86 MiB/sec. 2025.09.19 00:41:00.665565 [ 5 ] {a9db0064-34b0-4b56-9437-e1f7acc01413} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.665703 [ 5 ] {a9db0064-34b0-4b56-9437-e1f7acc01413} executeQuery: Read 1112 rows, 89.80 KiB in 0.001635 sec., 680122.3241590214 rows/sec., 53.64 MiB/sec. 2025.09.19 00:41:00.665746 [ 5 ] {a9db0064-34b0-4b56-9437-e1f7acc01413} TCPHandler: Processed in 0.001807893 sec. 2025.09.19 00:41:00.665761 [ 186 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_57_14} MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) 2025.09.19 00:41:00.665796 [ 223 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:41:00.665837 [ 223 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:41:00.665861 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:00.665961 [ 5 ] {36a5c80d-5865-483f-b841-6695e902a731} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:00.666005 [ 5 ] {36a5c80d-5865-483f-b841-6695e902a731} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:00.666220 [ 186 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_57_14} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.666330 [ 186 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_57_14} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 2025.09.19 00:41:00.666455 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:41:00.666468 [ 5 ] {36a5c80d-5865-483f-b841-6695e902a731} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.666512 [ 5 ] {36a5c80d-5865-483f-b841-6695e902a731} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.666837 [ 5 ] {36a5c80d-5865-483f-b841-6695e902a731} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.09.19 00:41:00.667060 [ 5 ] {36a5c80d-5865-483f-b841-6695e902a731} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.667208 [ 5 ] {36a5c80d-5865-483f-b841-6695e902a731} executeQuery: Read 205 rows, 12.32 KiB in 0.001267 sec., 161799.52644041044 rows/sec., 9.49 MiB/sec. 2025.09.19 00:41:00.667247 [ 5 ] {36a5c80d-5865-483f-b841-6695e902a731} TCPHandler: Processed in 0.001433709 sec. 2025.09.19 00:41:00.667354 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:00.667446 [ 5 ] {a3487448-375a-4e89-9f63-aeef049b9e39} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:41:00.667484 [ 5 ] {a3487448-375a-4e89-9f63-aeef049b9e39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:41:00.667937 [ 5 ] {a3487448-375a-4e89-9f63-aeef049b9e39} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.667972 [ 5 ] {a3487448-375a-4e89-9f63-aeef049b9e39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.668284 [ 5 ] {a3487448-375a-4e89-9f63-aeef049b9e39} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.19 00:41:00.668537 [ 5 ] {a3487448-375a-4e89-9f63-aeef049b9e39} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.668676 [ 5 ] {a3487448-375a-4e89-9f63-aeef049b9e39} executeQuery: Read 212 rows, 14.00 KiB in 0.001249 sec., 169735.78863090475 rows/sec., 10.95 MiB/sec. 2025.09.19 00:41:00.668714 [ 5 ] {a3487448-375a-4e89-9f63-aeef049b9e39} TCPHandler: Processed in 0.001407958 sec. 2025.09.19 00:41:00.668815 [ 223 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:41:00.668823 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:00.668928 [ 5 ] {1c115b39-e3f9-4001-81bc-a61e0f345237} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:41:00.668968 [ 5 ] {1c115b39-e3f9-4001-81bc-a61e0f345237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:41:00.669414 [ 5 ] {1c115b39-e3f9-4001-81bc-a61e0f345237} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.669448 [ 5 ] {1c115b39-e3f9-4001-81bc-a61e0f345237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.669752 [ 5 ] {1c115b39-e3f9-4001-81bc-a61e0f345237} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:41:00.669959 [ 5 ] {1c115b39-e3f9-4001-81bc-a61e0f345237} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.670050 [ 117 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 2025.09.19 00:41:00.670083 [ 117 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.670085 [ 5 ] {1c115b39-e3f9-4001-81bc-a61e0f345237} executeQuery: Read 211 rows, 12.27 KiB in 0.001175 sec., 179574.46808510637 rows/sec., 10.20 MiB/sec. 2025.09.19 00:41:00.670101 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.670127 [ 5 ] {1c115b39-e3f9-4001-81bc-a61e0f345237} TCPHandler: Processed in 0.001350658 sec. 2025.09.19 00:41:00.670173 [ 217 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:41:00.670179 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_57_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full 2025.09.19 00:41:00.670203 [ 217 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:41:00.670235 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:00.670281 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_57_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:00.670313 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 211 rows starting from the beginning of the part 2025.09.19 00:41:00.670326 [ 5 ] {7087f4a1-af25-4628-9bb5-b2561cd84f68} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:00.670365 [ 5 ] {7087f4a1-af25-4628-9bb5-b2561cd84f68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:00.670375 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 211 rows starting from the beginning of the part 2025.09.19 00:41:00.670424 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 211 rows starting from the beginning of the part 2025.09.19 00:41:00.670472 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 211 rows starting from the beginning of the part 2025.09.19 00:41:00.670515 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 211 rows starting from the beginning of the part 2025.09.19 00:41:00.670976 [ 5 ] {7087f4a1-af25-4628-9bb5-b2561cd84f68} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.671011 [ 5 ] {7087f4a1-af25-4628-9bb5-b2561cd84f68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.671277 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_57_14} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001133825 sec., 930478.689392102 rows/sec., 56.39 MiB/sec. 2025.09.19 00:41:00.671343 [ 5 ] {7087f4a1-af25-4628-9bb5-b2561cd84f68} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.09.19 00:41:00.671463 [ 199 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_57_14} MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) 2025.09.19 00:41:00.671591 [ 5 ] {7087f4a1-af25-4628-9bb5-b2561cd84f68} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.671739 [ 5 ] {7087f4a1-af25-4628-9bb5-b2561cd84f68} executeQuery: Read 679 rows, 48.47 KiB in 0.00143 sec., 474825.1748251748 rows/sec., 33.10 MiB/sec. 2025.09.19 00:41:00.671777 [ 5 ] {7087f4a1-af25-4628-9bb5-b2561cd84f68} TCPHandler: Processed in 0.00158935 sec. 2025.09.19 00:41:00.671814 [ 199 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_57_14} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.671889 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:00.671910 [ 199 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_57_14} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 2025.09.19 00:41:00.671986 [ 5 ] {0258f39d-d009-442e-8658-73ab7718220f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:41:00.672004 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:41:00.672032 [ 5 ] {0258f39d-d009-442e-8658-73ab7718220f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:41:00.672365 [ 5 ] {0258f39d-d009-442e-8658-73ab7718220f} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.672399 [ 5 ] {0258f39d-d009-442e-8658-73ab7718220f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.672704 [ 5 ] {0258f39d-d009-442e-8658-73ab7718220f} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.19 00:41:00.672786 [ 217 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:41:00.672916 [ 5 ] {0258f39d-d009-442e-8658-73ab7718220f} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.673043 [ 5 ] {0258f39d-d009-442e-8658-73ab7718220f} executeQuery: Read 6 rows, 321.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 291.61 KiB/sec. 2025.09.19 00:41:00.673079 [ 5 ] {0258f39d-d009-442e-8658-73ab7718220f} TCPHandler: Processed in 0.001238217 sec. 2025.09.19 00:41:00.673186 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:00.673277 [ 5 ] {4d1c7283-945f-4eee-bb20-be9bf6d41139} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:00.673318 [ 5 ] {4d1c7283-945f-4eee-bb20-be9bf6d41139} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:00.673730 [ 5 ] {4d1c7283-945f-4eee-bb20-be9bf6d41139} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.673766 [ 5 ] {4d1c7283-945f-4eee-bb20-be9bf6d41139} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.674092 [ 5 ] {4d1c7283-945f-4eee-bb20-be9bf6d41139} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.09.19 00:41:00.674301 [ 5 ] {4d1c7283-945f-4eee-bb20-be9bf6d41139} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.674433 [ 5 ] {4d1c7283-945f-4eee-bb20-be9bf6d41139} executeQuery: Read 314 rows, 21.12 KiB in 0.001174 sec., 267461.6695059625 rows/sec., 17.57 MiB/sec. 2025.09.19 00:41:00.674469 [ 5 ] {4d1c7283-945f-4eee-bb20-be9bf6d41139} TCPHandler: Processed in 0.001330998 sec. 2025.09.19 00:41:00.674577 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:00.674668 [ 5 ] {204f2951-5abb-4165-8976-ddd9bb675c5b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:41:00.674709 [ 5 ] {204f2951-5abb-4165-8976-ddd9bb675c5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:41:00.675017 [ 5 ] {204f2951-5abb-4165-8976-ddd9bb675c5b} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.675052 [ 5 ] {204f2951-5abb-4165-8976-ddd9bb675c5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.675338 [ 5 ] {204f2951-5abb-4165-8976-ddd9bb675c5b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:41:00.675542 [ 5 ] {204f2951-5abb-4165-8976-ddd9bb675c5b} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.675656 [ 116 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2025.09.19 00:41:00.675672 [ 5 ] {204f2951-5abb-4165-8976-ddd9bb675c5b} executeQuery: Read 1 rows, 69.00 B in 0.001021 sec., 979.4319294809011 rows/sec., 66.00 KiB/sec. 2025.09.19 00:41:00.675711 [ 116 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.675725 [ 5 ] {204f2951-5abb-4165-8976-ddd9bb675c5b} TCPHandler: Processed in 0.001195525 sec. 2025.09.19 00:41:00.675737 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.675829 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2025.09.19 00:41:00.675841 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:00.675939 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:00.675943 [ 5 ] {82ad6223-22f5-4c2a-bdd0-22fd8fdd36f3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:00.675978 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 56 rows starting from the beginning of the part 2025.09.19 00:41:00.676000 [ 5 ] {82ad6223-22f5-4c2a-bdd0-22fd8fdd36f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:00.676045 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part 2025.09.19 00:41:00.676101 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part 2025.09.19 00:41:00.676147 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part 2025.09.19 00:41:00.676191 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part 2025.09.19 00:41:00.676236 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part 2025.09.19 00:41:00.676331 [ 5 ] {82ad6223-22f5-4c2a-bdd0-22fd8fdd36f3} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:00.676371 [ 5 ] {82ad6223-22f5-4c2a-bdd0-22fd8fdd36f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:00.676707 [ 5 ] {82ad6223-22f5-4c2a-bdd0-22fd8fdd36f3} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.09.19 00:41:00.676935 [ 5 ] {82ad6223-22f5-4c2a-bdd0-22fd8fdd36f3} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.677063 [ 5 ] {82ad6223-22f5-4c2a-bdd0-22fd8fdd36f3} executeQuery: Read 104 rows, 6.53 KiB in 0.001137 sec., 91468.77748460862 rows/sec., 5.60 MiB/sec. 2025.09.19 00:41:00.677066 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 61 rows, containing 4 columns (4 merged, 0 gathered) in 0.001274177 sec., 47874.0394780317 rows/sec., 3.14 MiB/sec. 2025.09.19 00:41:00.677099 [ 5 ] {82ad6223-22f5-4c2a-bdd0-22fd8fdd36f3} TCPHandler: Processed in 0.001304797 sec. 2025.09.19 00:41:00.677197 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2025.09.19 00:41:00.677438 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:00.677504 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_60_12} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2025.09.19 00:41:00.677568 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.19 00:41:01.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 378.48 MiB, peak 399.52 MiB, free memory in arenas 0.00 B, will set to 381.72 MiB (RSS), difference: 3.24 MiB 2025.09.19 00:41:01.231623 [ 219 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:41:01.231682 [ 219 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:41:01.234686 [ 219 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:41:04.555159 [ 224 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:41:04.555259 [ 224 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:41:04.557857 [ 224 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:41:04.708810 [ 25 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:41:04.708861 [ 25 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:41:04.898470 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 38341 2025.09.19 00:41:04.899040 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:04.899092 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:04.899583 [ 243 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.19 00:41:04.899833 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:04.899983 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38341 2025.09.19 00:41:05.001643 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001264597 sec. 2025.09.19 00:41:05.019895 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2200 2025.09.19 00:41:05.022830 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:05.022898 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:05.024160 [ 242 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:41:05.024454 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:05.024677 [ 223 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:41:05.024736 [ 223 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:41:05.024862 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2200 2025.09.19 00:41:05.026967 [ 223 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:41:05.653778 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:05.653955 [ 5 ] {b169ab00-ebd1-4297-a65e-8f51f05faf11} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:05.654017 [ 5 ] {b169ab00-ebd1-4297-a65e-8f51f05faf11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:05.654722 [ 5 ] {b169ab00-ebd1-4297-a65e-8f51f05faf11} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:05.654761 [ 5 ] {b169ab00-ebd1-4297-a65e-8f51f05faf11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:05.655152 [ 5 ] {b169ab00-ebd1-4297-a65e-8f51f05faf11} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.09.19 00:41:05.655381 [ 5 ] {b169ab00-ebd1-4297-a65e-8f51f05faf11} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:05.655527 [ 5 ] {b169ab00-ebd1-4297-a65e-8f51f05faf11} executeQuery: Read 140 rows, 12.42 KiB in 0.001619 sec., 86473.13156269302 rows/sec., 7.49 MiB/sec. 2025.09.19 00:41:05.655566 [ 5 ] {b169ab00-ebd1-4297-a65e-8f51f05faf11} TCPHandler: Processed in 0.001907205 sec. 2025.09.19 00:41:05.655702 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:05.655822 [ 5 ] {9685a67d-3404-4b07-ac11-88ac462e3374} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:05.655872 [ 5 ] {9685a67d-3404-4b07-ac11-88ac462e3374} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:05.656381 [ 5 ] {9685a67d-3404-4b07-ac11-88ac462e3374} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:05.656424 [ 5 ] {9685a67d-3404-4b07-ac11-88ac462e3374} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:05.656791 [ 5 ] {9685a67d-3404-4b07-ac11-88ac462e3374} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.09.19 00:41:05.657015 [ 5 ] {9685a67d-3404-4b07-ac11-88ac462e3374} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:05.657118 [ 9 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.09.19 00:41:05.657141 [ 5 ] {9685a67d-3404-4b07-ac11-88ac462e3374} executeQuery: Read 42 rows, 3.16 KiB in 0.001344 sec., 31250 rows/sec., 2.29 MiB/sec. 2025.09.19 00:41:05.657154 [ 9 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:05.657173 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:05.657180 [ 5 ] {9685a67d-3404-4b07-ac11-88ac462e3374} TCPHandler: Processed in 0.00153952 sec. 2025.09.19 00:41:05.657299 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:41:05.657346 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:05.657445 [ 5 ] {b7dc0190-f8aa-41d1-abe0-287016ffb583} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:05.657451 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:05.657489 [ 5 ] {b7dc0190-f8aa-41d1-abe0-287016ffb583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:05.657502 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 265 rows starting from the beginning of the part 2025.09.19 00:41:05.657587 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 42 rows starting from the beginning of the part 2025.09.19 00:41:05.657644 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 205 rows starting from the beginning of the part 2025.09.19 00:41:05.657700 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 44 rows starting from the beginning of the part 2025.09.19 00:41:05.657746 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 205 rows starting from the beginning of the part 2025.09.19 00:41:05.657797 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 42 rows starting from the beginning of the part 2025.09.19 00:41:05.657930 [ 5 ] {b7dc0190-f8aa-41d1-abe0-287016ffb583} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:05.657972 [ 5 ] {b7dc0190-f8aa-41d1-abe0-287016ffb583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:05.658302 [ 5 ] {b7dc0190-f8aa-41d1-abe0-287016ffb583} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.09.19 00:41:05.658545 [ 5 ] {b7dc0190-f8aa-41d1-abe0-287016ffb583} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:05.658675 [ 5 ] {b7dc0190-f8aa-41d1-abe0-287016ffb583} executeQuery: Read 106 rows, 8.48 KiB in 0.001249 sec., 84867.89431545237 rows/sec., 6.63 MiB/sec. 2025.09.19 00:41:05.658713 [ 5 ] {b7dc0190-f8aa-41d1-abe0-287016ffb583} TCPHandler: Processed in 0.001416338 sec. 2025.09.19 00:41:05.658721 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 803 rows, containing 5 columns (5 merged, 0 gathered) in 0.001482249 sec., 541744.3358032288 rows/sec., 35.65 MiB/sec. 2025.09.19 00:41:05.658827 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:05.658880 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.09.19 00:41:05.658929 [ 5 ] {d0a1ec98-420f-4168-a330-61b2498f1597} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:05.658978 [ 5 ] {d0a1ec98-420f-4168-a330-61b2498f1597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:05.659176 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_116_23} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:05.659263 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_116_23} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.09.19 00:41:05.659380 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:41:05.659407 [ 5 ] {d0a1ec98-420f-4168-a330-61b2498f1597} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:05.659448 [ 5 ] {d0a1ec98-420f-4168-a330-61b2498f1597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:05.659782 [ 5 ] {d0a1ec98-420f-4168-a330-61b2498f1597} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.09.19 00:41:05.659987 [ 5 ] {d0a1ec98-420f-4168-a330-61b2498f1597} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:05.660084 [ 9 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 5 parts from all_1_113_23 to all_117_117_0 2025.09.19 00:41:05.660110 [ 9 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:05.660114 [ 5 ] {d0a1ec98-420f-4168-a330-61b2498f1597} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2025.09.19 00:41:05.660127 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:05.660152 [ 5 ] {d0a1ec98-420f-4168-a330-61b2498f1597} TCPHandler: Processed in 0.001373288 sec. 2025.09.19 00:41:05.660249 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_117_24} MergeTask::PrepareStage: Merging 5 parts: from all_1_113_23 to all_117_117_0 into Compact with storage Full 2025.09.19 00:41:05.660272 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:05.660385 [ 5 ] {30ead266-e295-46d2-877a-9c609c883567} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:05.660412 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_117_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:05.660438 [ 5 ] {30ead266-e295-46d2-877a-9c609c883567} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:41:05.660455 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_117_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_113_23, total 39796 rows starting from the beginning of the part 2025.09.19 00:41:05.660538 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_117_24} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part 2025.09.19 00:41:05.660588 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_117_24} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 314 rows starting from the beginning of the part 2025.09.19 00:41:05.660634 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_117_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 845 rows starting from the beginning of the part 2025.09.19 00:41:05.660678 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_117_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 314 rows starting from the beginning of the part 2025.09.19 00:41:05.661405 [ 5 ] {30ead266-e295-46d2-877a-9c609c883567} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:05.661447 [ 5 ] {30ead266-e295-46d2-877a-9c609c883567} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:05.662022 [ 5 ] {30ead266-e295-46d2-877a-9c609c883567} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:41:05.662256 [ 5 ] {30ead266-e295-46d2-877a-9c609c883567} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:05.662392 [ 5 ] {30ead266-e295-46d2-877a-9c609c883567} executeQuery: Read 42 rows, 77.07 KiB in 0.002025 sec., 20740.74074074074 rows/sec., 37.17 MiB/sec. 2025.09.19 00:41:05.662432 [ 219 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:41:05.662445 [ 5 ] {30ead266-e295-46d2-877a-9c609c883567} TCPHandler: Processed in 0.002221789 sec. 2025.09.19 00:41:05.662486 [ 219 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:41:05.662596 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:05.662695 [ 5 ] {1b406813-b88c-4e2a-9599-d1a6dba79767} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:05.662736 [ 5 ] {1b406813-b88c-4e2a-9599-d1a6dba79767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:05.663083 [ 5 ] {1b406813-b88c-4e2a-9599-d1a6dba79767} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:05.663122 [ 5 ] {1b406813-b88c-4e2a-9599-d1a6dba79767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:05.663525 [ 5 ] {1b406813-b88c-4e2a-9599-d1a6dba79767} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.09.19 00:41:05.663773 [ 5 ] {1b406813-b88c-4e2a-9599-d1a6dba79767} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:05.663914 [ 5 ] {1b406813-b88c-4e2a-9599-d1a6dba79767} executeQuery: Read 60 rows, 4.14 KiB in 0.001238 sec., 48465.266558966076 rows/sec., 3.27 MiB/sec. 2025.09.19 00:41:05.663952 [ 5 ] {1b406813-b88c-4e2a-9599-d1a6dba79767} TCPHandler: Processed in 0.001405769 sec. 2025.09.19 00:41:05.664529 [ 219 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:41:05.668249 [ 194 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_117_24} MergeTask::MergeProjectionsStage: Merge sorted 41429 rows, containing 5 columns (5 merged, 0 gathered) in 0.008054345 sec., 5143683.316272149 rows/sec., 344.38 MiB/sec. 2025.09.19 00:41:05.668644 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_117_24} MergedBlockOutputStream: filled checksums all_1_117_24 (state Temporary) 2025.09.19 00:41:05.668938 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_117_24} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_117_24 to all_1_117_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:05.669010 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_117_24} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 5 parts: [all_1_113_23, all_117_117_0] -> all_1_117_24 2025.09.19 00:41:05.669082 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.09.19 00:41:06.008354 [ 212 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:41:06.008406 [ 212 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:41:06.011472 [ 212 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:41:06.933160 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2025.09.19 00:41:06.950095 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:06.950153 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:06.956341 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.19 00:41:06.957062 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:06.960079 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2025.09.19 00:41:07.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 378.46 MiB, peak 399.52 MiB, free memory in arenas 0.00 B, will set to 381.94 MiB (RSS), difference: 3.48 MiB 2025.09.19 00:41:10.398093 [ 224 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:41:10.398174 [ 224 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:41:10.402587 [ 224 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:41:10.664127 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:10.664306 [ 5 ] {1edaae02-950d-4e64-b0cf-411931f646e1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:41:10.664375 [ 5 ] {1edaae02-950d-4e64-b0cf-411931f646e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:41:10.665191 [ 5 ] {1edaae02-950d-4e64-b0cf-411931f646e1} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:10.665239 [ 5 ] {1edaae02-950d-4e64-b0cf-411931f646e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:10.665652 [ 5 ] {1edaae02-950d-4e64-b0cf-411931f646e1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:41:10.665880 [ 5 ] {1edaae02-950d-4e64-b0cf-411931f646e1} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:10.666044 [ 5 ] {1edaae02-950d-4e64-b0cf-411931f646e1} executeQuery: Read 410 rows, 26.63 KiB in 0.001786 sec., 229563.26987681972 rows/sec., 14.56 MiB/sec. 2025.09.19 00:41:10.666097 [ 5 ] {1edaae02-950d-4e64-b0cf-411931f646e1} TCPHandler: Processed in 0.002095798 sec. 2025.09.19 00:41:10.666225 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:10.666330 [ 5 ] {bb2cffbf-fbbf-48ff-95ae-e8a7c97890da} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:10.666375 [ 5 ] {bb2cffbf-fbbf-48ff-95ae-e8a7c97890da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:10.667255 [ 5 ] {bb2cffbf-fbbf-48ff-95ae-e8a7c97890da} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:10.667294 [ 5 ] {bb2cffbf-fbbf-48ff-95ae-e8a7c97890da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:10.667672 [ 5 ] {bb2cffbf-fbbf-48ff-95ae-e8a7c97890da} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.09.19 00:41:10.667892 [ 5 ] {bb2cffbf-fbbf-48ff-95ae-e8a7c97890da} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:10.668031 [ 5 ] {bb2cffbf-fbbf-48ff-95ae-e8a7c97890da} executeQuery: Read 1112 rows, 89.80 KiB in 0.001724 sec., 645011.6009280742 rows/sec., 50.87 MiB/sec. 2025.09.19 00:41:10.668070 [ 5 ] {bb2cffbf-fbbf-48ff-95ae-e8a7c97890da} TCPHandler: Processed in 0.001898334 sec. 2025.09.19 00:41:10.668187 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:10.668285 [ 5 ] {b9df63e9-5cfc-4def-9b0a-e5ad65649d25} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:10.668328 [ 5 ] {b9df63e9-5cfc-4def-9b0a-e5ad65649d25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:10.668808 [ 5 ] {b9df63e9-5cfc-4def-9b0a-e5ad65649d25} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:10.668846 [ 5 ] {b9df63e9-5cfc-4def-9b0a-e5ad65649d25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:10.669159 [ 5 ] {b9df63e9-5cfc-4def-9b0a-e5ad65649d25} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.09.19 00:41:10.669372 [ 5 ] {b9df63e9-5cfc-4def-9b0a-e5ad65649d25} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:10.669506 [ 5 ] {b9df63e9-5cfc-4def-9b0a-e5ad65649d25} executeQuery: Read 205 rows, 12.32 KiB in 0.001241 sec., 165189.36341659952 rows/sec., 9.69 MiB/sec. 2025.09.19 00:41:10.669544 [ 5 ] {b9df63e9-5cfc-4def-9b0a-e5ad65649d25} TCPHandler: Processed in 0.001407519 sec. 2025.09.19 00:41:10.669663 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:10.669757 [ 5 ] {5b105f16-155f-419d-b0d6-e02caa7ce39d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:41:10.669797 [ 5 ] {5b105f16-155f-419d-b0d6-e02caa7ce39d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:41:10.670282 [ 5 ] {5b105f16-155f-419d-b0d6-e02caa7ce39d} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:10.670320 [ 5 ] {5b105f16-155f-419d-b0d6-e02caa7ce39d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:10.670649 [ 5 ] {5b105f16-155f-419d-b0d6-e02caa7ce39d} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.19 00:41:10.670884 [ 5 ] {5b105f16-155f-419d-b0d6-e02caa7ce39d} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:10.671022 [ 5 ] {5b105f16-155f-419d-b0d6-e02caa7ce39d} executeQuery: Read 212 rows, 14.00 KiB in 0.001284 sec., 165109.03426791276 rows/sec., 10.65 MiB/sec. 2025.09.19 00:41:10.671061 [ 5 ] {5b105f16-155f-419d-b0d6-e02caa7ce39d} TCPHandler: Processed in 0.001447349 sec. 2025.09.19 00:41:10.671179 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:10.671273 [ 5 ] {92ce6c8b-90d3-4a5a-bc77-c2bfc137746b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:41:10.671313 [ 5 ] {92ce6c8b-90d3-4a5a-bc77-c2bfc137746b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:41:10.671780 [ 5 ] {92ce6c8b-90d3-4a5a-bc77-c2bfc137746b} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:10.671816 [ 5 ] {92ce6c8b-90d3-4a5a-bc77-c2bfc137746b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:10.672133 [ 5 ] {92ce6c8b-90d3-4a5a-bc77-c2bfc137746b} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:41:10.672352 [ 5 ] {92ce6c8b-90d3-4a5a-bc77-c2bfc137746b} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:10.672485 [ 5 ] {92ce6c8b-90d3-4a5a-bc77-c2bfc137746b} executeQuery: Read 211 rows, 12.27 KiB in 0.001229 sec., 171684.29617575265 rows/sec., 9.75 MiB/sec. 2025.09.19 00:41:10.672522 [ 5 ] {92ce6c8b-90d3-4a5a-bc77-c2bfc137746b} TCPHandler: Processed in 0.001393508 sec. 2025.09.19 00:41:10.672642 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:10.672739 [ 5 ] {700a3c03-f064-4718-8c7a-77f0caf160a9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:10.672779 [ 5 ] {700a3c03-f064-4718-8c7a-77f0caf160a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:10.673445 [ 5 ] {700a3c03-f064-4718-8c7a-77f0caf160a9} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:10.673481 [ 5 ] {700a3c03-f064-4718-8c7a-77f0caf160a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:10.673820 [ 5 ] {700a3c03-f064-4718-8c7a-77f0caf160a9} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.09.19 00:41:10.674032 [ 5 ] {700a3c03-f064-4718-8c7a-77f0caf160a9} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:10.674164 [ 5 ] {700a3c03-f064-4718-8c7a-77f0caf160a9} executeQuery: Read 679 rows, 48.47 KiB in 0.001444 sec., 470221.60664819943 rows/sec., 32.78 MiB/sec. 2025.09.19 00:41:10.674203 [ 5 ] {700a3c03-f064-4718-8c7a-77f0caf160a9} TCPHandler: Processed in 0.001611391 sec. 2025.09.19 00:41:10.674320 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:10.674412 [ 5 ] {6701a931-91b7-4202-b507-50d40c6cf8e7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:41:10.674454 [ 5 ] {6701a931-91b7-4202-b507-50d40c6cf8e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:41:10.674787 [ 5 ] {6701a931-91b7-4202-b507-50d40c6cf8e7} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:10.674823 [ 5 ] {6701a931-91b7-4202-b507-50d40c6cf8e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:10.675135 [ 5 ] {6701a931-91b7-4202-b507-50d40c6cf8e7} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.19 00:41:10.675346 [ 5 ] {6701a931-91b7-4202-b507-50d40c6cf8e7} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:10.675474 [ 5 ] {6701a931-91b7-4202-b507-50d40c6cf8e7} executeQuery: Read 6 rows, 321.00 B in 0.00108 sec., 5555.555555555556 rows/sec., 290.26 KiB/sec. 2025.09.19 00:41:10.675511 [ 5 ] {6701a931-91b7-4202-b507-50d40c6cf8e7} TCPHandler: Processed in 0.001240246 sec. 2025.09.19 00:41:10.675624 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:10.675717 [ 5 ] {c1474a4c-c09c-4a67-92dc-c966aaf6f3ca} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:10.675759 [ 5 ] {c1474a4c-c09c-4a67-92dc-c966aaf6f3ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:10.676197 [ 5 ] {c1474a4c-c09c-4a67-92dc-c966aaf6f3ca} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:10.676232 [ 5 ] {c1474a4c-c09c-4a67-92dc-c966aaf6f3ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:10.676576 [ 5 ] {c1474a4c-c09c-4a67-92dc-c966aaf6f3ca} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.09.19 00:41:10.676799 [ 5 ] {c1474a4c-c09c-4a67-92dc-c966aaf6f3ca} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:10.676935 [ 5 ] {c1474a4c-c09c-4a67-92dc-c966aaf6f3ca} executeQuery: Read 314 rows, 21.12 KiB in 0.001236 sec., 254045.30744336572 rows/sec., 16.69 MiB/sec. 2025.09.19 00:41:10.676974 [ 5 ] {c1474a4c-c09c-4a67-92dc-c966aaf6f3ca} TCPHandler: Processed in 0.001398408 sec. 2025.09.19 00:41:10.677083 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:10.677174 [ 5 ] {0ffb5ac9-be7d-4743-a4c5-e816234ee612} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:41:10.677216 [ 5 ] {0ffb5ac9-be7d-4743-a4c5-e816234ee612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:41:10.677530 [ 5 ] {0ffb5ac9-be7d-4743-a4c5-e816234ee612} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:10.677566 [ 5 ] {0ffb5ac9-be7d-4743-a4c5-e816234ee612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:10.677864 [ 5 ] {0ffb5ac9-be7d-4743-a4c5-e816234ee612} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:41:10.678073 [ 5 ] {0ffb5ac9-be7d-4743-a4c5-e816234ee612} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:10.678201 [ 5 ] {0ffb5ac9-be7d-4743-a4c5-e816234ee612} executeQuery: Read 1 rows, 69.00 B in 0.001044 sec., 957.8544061302682 rows/sec., 64.54 KiB/sec. 2025.09.19 00:41:10.678236 [ 217 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Found 6 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, all_10_10_0] 2025.09.19 00:41:10.678238 [ 5 ] {0ffb5ac9-be7d-4743-a4c5-e816234ee612} TCPHandler: Processed in 0.001202456 sec. 2025.09.19 00:41:10.678269 [ 217 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Removing 6 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, all_10_10_0] 2025.09.19 00:41:10.678357 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:10.678449 [ 5 ] {9a857524-d92f-4bb0-8784-5f4d4ac5bf38} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:10.678489 [ 5 ] {9a857524-d92f-4bb0-8784-5f4d4ac5bf38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:10.678814 [ 5 ] {9a857524-d92f-4bb0-8784-5f4d4ac5bf38} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:10.678849 [ 5 ] {9a857524-d92f-4bb0-8784-5f4d4ac5bf38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:10.679179 [ 5 ] {9a857524-d92f-4bb0-8784-5f4d4ac5bf38} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.09.19 00:41:10.679423 [ 5 ] {9a857524-d92f-4bb0-8784-5f4d4ac5bf38} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:10.679558 [ 5 ] {9a857524-d92f-4bb0-8784-5f4d4ac5bf38} executeQuery: Read 104 rows, 6.53 KiB in 0.001127 sec., 92280.39041703638 rows/sec., 5.65 MiB/sec. 2025.09.19 00:41:10.679594 [ 5 ] {9a857524-d92f-4bb0-8784-5f4d4ac5bf38} TCPHandler: Processed in 0.001285147 sec. 2025.09.19 00:41:10.684726 [ 217 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.09.19 00:41:10.804666 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48167 2025.09.19 00:41:10.804778 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:10.804809 [ 286 ] {} TCP-Session: 685b2889-cd56-4e45-b3cc-c2bbe150cfc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:48167 2025.09.19 00:41:10.804834 [ 286 ] {} TCP-Session: 685b2889-cd56-4e45-b3cc-c2bbe150cfc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.804850 [ 286 ] {} TCP-Session: 685b2889-cd56-4e45-b3cc-c2bbe150cfc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805066 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59130 2025.09.19 00:41:10.805096 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57003 2025.09.19 00:41:10.805115 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40169 2025.09.19 00:41:10.805145 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54941 2025.09.19 00:41:10.805150 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52763 2025.09.19 00:41:10.805203 [ 286 ] {} TCP-Session: 685b2889-cd56-4e45-b3cc-c2bbe150cfc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:10.805214 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:10.805228 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:10.805216 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:10.805272 [ 362 ] {} TCP-Session: ccc840f2-b612-4c31-bc3b-8620d9c1cfcb Authenticating user 'default' from [fd00:1122:3344:101::e]:54941 2025.09.19 00:41:10.805285 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:10.805306 [ 289 ] {} TCP-Session: 4c582ff7-9f3d-4702-8f20-57a366ba8b93 Authenticating user 'default' from [fd00:1122:3344:101::e]:57003 2025.09.19 00:41:10.805316 [ 362 ] {} TCP-Session: ccc840f2-b612-4c31-bc3b-8620d9c1cfcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805330 [ 363 ] {} TCP-Session: 55fbb898-403f-4575-9011-78cbfcf25629 Authenticating user 'default' from [fd00:1122:3344:101::e]:52763 2025.09.19 00:41:10.805341 [ 289 ] {} TCP-Session: 4c582ff7-9f3d-4702-8f20-57a366ba8b93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805350 [ 362 ] {} TCP-Session: ccc840f2-b612-4c31-bc3b-8620d9c1cfcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805374 [ 289 ] {} TCP-Session: 4c582ff7-9f3d-4702-8f20-57a366ba8b93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805389 [ 286 ] {50d25562-de14-4f1e-97a1-7f329c4f21b0} executeQuery: (from [fd00:1122:3344:101::e]:48167) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:41:10.805369 [ 363 ] {} TCP-Session: 55fbb898-403f-4575-9011-78cbfcf25629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805268 [ 352 ] {} TCP-Session: 49effaa5-4152-4ef3-8ad9-bccb0e616c03 Authenticating user 'default' from [fd00:1122:3344:101::e]:40169 2025.09.19 00:41:10.805454 [ 363 ] {} TCP-Session: 55fbb898-403f-4575-9011-78cbfcf25629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805475 [ 352 ] {} TCP-Session: 49effaa5-4152-4ef3-8ad9-bccb0e616c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805190 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:10.805502 [ 352 ] {} TCP-Session: 49effaa5-4152-4ef3-8ad9-bccb0e616c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805131 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36507 2025.09.19 00:41:10.805524 [ 287 ] {} TCP-Session: 9a7ab25d-3013-4c64-9546-14b44b754d33 Authenticating user 'default' from [fd00:1122:3344:101::e]:59130 2025.09.19 00:41:10.805103 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61658 2025.09.19 00:41:10.805565 [ 287 ] {} TCP-Session: 9a7ab25d-3013-4c64-9546-14b44b754d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805586 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:10.805597 [ 287 ] {} TCP-Session: 9a7ab25d-3013-4c64-9546-14b44b754d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805073 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59189 2025.09.19 00:41:10.805615 [ 353 ] {} TCP-Session: bb8a847b-9cc1-4f2c-b483-8683e97a1003 Authenticating user 'default' from [fd00:1122:3344:101::e]:36507 2025.09.19 00:41:10.805657 [ 353 ] {} TCP-Session: bb8a847b-9cc1-4f2c-b483-8683e97a1003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805671 [ 353 ] {} TCP-Session: bb8a847b-9cc1-4f2c-b483-8683e97a1003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805681 [ 286 ] {50d25562-de14-4f1e-97a1-7f329c4f21b0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:41:10.805747 [ 286 ] {50d25562-de14-4f1e-97a1-7f329c4f21b0} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:41:10.805785 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:10.805815 [ 351 ] {} TCP-Session: 0b293493-0073-4184-b6eb-da67720d0c7b Authenticating user 'default' from [fd00:1122:3344:101::e]:61658 2025.09.19 00:41:10.805833 [ 351 ] {} TCP-Session: 0b293493-0073-4184-b6eb-da67720d0c7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805849 [ 351 ] {} TCP-Session: 0b293493-0073-4184-b6eb-da67720d0c7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.805974 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:10.806003 [ 288 ] {} TCP-Session: 525bc107-d9fd-4b18-87c5-00929d6b09b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59189 2025.09.19 00:41:10.806019 [ 288 ] {} TCP-Session: 525bc107-d9fd-4b18-87c5-00929d6b09b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.806031 [ 288 ] {} TCP-Session: 525bc107-d9fd-4b18-87c5-00929d6b09b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.806046 [ 286 ] {50d25562-de14-4f1e-97a1-7f329c4f21b0} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:41:10.807048 [ 322 ] {50d25562-de14-4f1e-97a1-7f329c4f21b0} AggregatingTransform: Aggregating 2025.09.19 00:41:10.807107 [ 322 ] {50d25562-de14-4f1e-97a1-7f329c4f21b0} Aggregator: Aggregation method: without_key 2025.09.19 00:41:10.807153 [ 322 ] {50d25562-de14-4f1e-97a1-7f329c4f21b0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000998643 sec. (1001.359 rows/sec., 39.12 KiB/sec.) 2025.09.19 00:41:10.807175 [ 322 ] {50d25562-de14-4f1e-97a1-7f329c4f21b0} Aggregator: Merging aggregated data 2025.09.19 00:41:10.808499 [ 286 ] {50d25562-de14-4f1e-97a1-7f329c4f21b0} executeQuery: Read 1 rows, 40.00 B in 0.003167 sec., 315.75623618566465 rows/sec., 12.33 KiB/sec. 2025.09.19 00:41:10.808639 [ 286 ] {50d25562-de14-4f1e-97a1-7f329c4f21b0} TCPHandler: Processed in 0.003585347 sec. 2025.09.19 00:41:10.808754 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:10.808772 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:10.808784 [ 286 ] {} TCP-Session: 685b2889-cd56-4e45-b3cc-c2bbe150cfc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.808803 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:10.808820 [ 287 ] {} TCP-Session: 9a7ab25d-3013-4c64-9546-14b44b754d33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.808837 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:10.808865 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:10.808875 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:10.808920 [ 362 ] {} TCP-Session: ccc840f2-b612-4c31-bc3b-8620d9c1cfcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.808900 [ 288 ] {} TCP-Session: 525bc107-d9fd-4b18-87c5-00929d6b09b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.808944 [ 363 ] {} TCP-Session: 55fbb898-403f-4575-9011-78cbfcf25629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.808867 [ 289 ] {} TCP-Session: 4c582ff7-9f3d-4702-8f20-57a366ba8b93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.808848 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:10.808822 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:10.809044 [ 353 ] {} TCP-Session: bb8a847b-9cc1-4f2c-b483-8683e97a1003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.808806 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:10.809069 [ 351 ] {} TCP-Session: 0b293493-0073-4184-b6eb-da67720d0c7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:10.809095 [ 352 ] {} TCP-Session: 49effaa5-4152-4ef3-8ad9-bccb0e616c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033246 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45390 2025.09.19 00:41:11.033355 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.033383 [ 286 ] {} TCP-Session: e9122975-b490-47f2-aee7-1223d70e159a Authenticating user 'default' from [fd00:1122:3344:101::e]:45390 2025.09.19 00:41:11.033406 [ 286 ] {} TCP-Session: e9122975-b490-47f2-aee7-1223d70e159a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033420 [ 286 ] {} TCP-Session: e9122975-b490-47f2-aee7-1223d70e159a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033625 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45147 2025.09.19 00:41:11.033649 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44646 2025.09.19 00:41:11.033672 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53583 2025.09.19 00:41:11.033693 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39819 2025.09.19 00:41:11.033701 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36256 2025.09.19 00:41:11.033745 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.033681 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38782 2025.09.19 00:41:11.033791 [ 287 ] {} TCP-Session: d57bcb9d-f3d1-4920-a67e-0f4c35df3375 Authenticating user 'default' from [fd00:1122:3344:101::e]:45147 2025.09.19 00:41:11.033792 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.033810 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.033820 [ 287 ] {} TCP-Session: d57bcb9d-f3d1-4920-a67e-0f4c35df3375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033825 [ 353 ] {} TCP-Session: b5fad53f-7d86-408e-9318-40d355ee985f Authenticating user 'default' from [fd00:1122:3344:101::e]:39819 2025.09.19 00:41:11.033835 [ 362 ] {} TCP-Session: 8744bff3-39c7-4e41-a15b-6cfdcbc3bf8f Authenticating user 'default' from [fd00:1122:3344:101::e]:36256 2025.09.19 00:41:11.033840 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.033855 [ 362 ] {} TCP-Session: 8744bff3-39c7-4e41-a15b-6cfdcbc3bf8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033847 [ 353 ] {} TCP-Session: b5fad53f-7d86-408e-9318-40d355ee985f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033870 [ 352 ] {} TCP-Session: 755b0d99-ff62-4125-b16e-435372da8839 Authenticating user 'default' from [fd00:1122:3344:101::e]:38782 2025.09.19 00:41:11.033871 [ 362 ] {} TCP-Session: 8744bff3-39c7-4e41-a15b-6cfdcbc3bf8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033879 [ 353 ] {} TCP-Session: b5fad53f-7d86-408e-9318-40d355ee985f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033890 [ 352 ] {} TCP-Session: 755b0d99-ff62-4125-b16e-435372da8839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033836 [ 287 ] {} TCP-Session: d57bcb9d-f3d1-4920-a67e-0f4c35df3375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033912 [ 352 ] {} TCP-Session: 755b0d99-ff62-4125-b16e-435372da8839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033796 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.033786 [ 286 ] {} TCP-Session: e9122975-b490-47f2-aee7-1223d70e159a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:11.033981 [ 351 ] {} TCP-Session: 4117a54d-b47c-49f7-b657-145b7a678d22 Authenticating user 'default' from [fd00:1122:3344:101::e]:53583 2025.09.19 00:41:11.033775 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.034019 [ 351 ] {} TCP-Session: 4117a54d-b47c-49f7-b657-145b7a678d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.033668 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59001 2025.09.19 00:41:11.034040 [ 351 ] {} TCP-Session: 4117a54d-b47c-49f7-b657-145b7a678d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.034038 [ 288 ] {} TCP-Session: 14aa7498-9ca5-4441-bbc2-7fc7dd9a7c13 Authenticating user 'default' from [fd00:1122:3344:101::e]:44646 2025.09.19 00:41:11.033711 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58156 2025.09.19 00:41:11.034095 [ 288 ] {} TCP-Session: 14aa7498-9ca5-4441-bbc2-7fc7dd9a7c13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.034119 [ 288 ] {} TCP-Session: 14aa7498-9ca5-4441-bbc2-7fc7dd9a7c13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.034134 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.034150 [ 286 ] {75b7dac0-72f5-45a5-8f6a-cde60734d107} executeQuery: (from [fd00:1122:3344:101::e]:45390) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:41:11.034157 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.034167 [ 289 ] {} TCP-Session: 73335c4f-6e43-4754-b4a9-40a9d5ecd1f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:59001 2025.09.19 00:41:11.034198 [ 363 ] {} TCP-Session: 2f812e93-3605-475c-8295-da557ed76c27 Authenticating user 'default' from [fd00:1122:3344:101::e]:58156 2025.09.19 00:41:11.034215 [ 289 ] {} TCP-Session: 73335c4f-6e43-4754-b4a9-40a9d5ecd1f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.034220 [ 363 ] {} TCP-Session: 2f812e93-3605-475c-8295-da557ed76c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.034238 [ 289 ] {} TCP-Session: 73335c4f-6e43-4754-b4a9-40a9d5ecd1f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.034251 [ 363 ] {} TCP-Session: 2f812e93-3605-475c-8295-da557ed76c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.034431 [ 286 ] {75b7dac0-72f5-45a5-8f6a-cde60734d107} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:41:11.034491 [ 286 ] {75b7dac0-72f5-45a5-8f6a-cde60734d107} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:41:11.034792 [ 286 ] {75b7dac0-72f5-45a5-8f6a-cde60734d107} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:41:11.035843 [ 335 ] {75b7dac0-72f5-45a5-8f6a-cde60734d107} AggregatingTransform: Aggregating 2025.09.19 00:41:11.035904 [ 335 ] {75b7dac0-72f5-45a5-8f6a-cde60734d107} Aggregator: Aggregation method: without_key 2025.09.19 00:41:11.035948 [ 335 ] {75b7dac0-72f5-45a5-8f6a-cde60734d107} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001049573 sec. (952.768 rows/sec., 37.22 KiB/sec.) 2025.09.19 00:41:11.035971 [ 335 ] {75b7dac0-72f5-45a5-8f6a-cde60734d107} Aggregator: Merging aggregated data 2025.09.19 00:41:11.037387 [ 286 ] {75b7dac0-72f5-45a5-8f6a-cde60734d107} executeQuery: Read 1 rows, 40.00 B in 0.003291 sec., 303.8590094196293 rows/sec., 11.87 KiB/sec. 2025.09.19 00:41:11.037602 [ 286 ] {75b7dac0-72f5-45a5-8f6a-cde60734d107} TCPHandler: Processed in 0.003937381 sec. 2025.09.19 00:41:11.037754 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.037788 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.037797 [ 286 ] {} TCP-Session: e9122975-b490-47f2-aee7-1223d70e159a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.037823 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.037842 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.037866 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.037875 [ 289 ] {} TCP-Session: 73335c4f-6e43-4754-b4a9-40a9d5ecd1f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.037893 [ 287 ] {} TCP-Session: d57bcb9d-f3d1-4920-a67e-0f4c35df3375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.037905 [ 352 ] {} TCP-Session: 755b0d99-ff62-4125-b16e-435372da8839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.037913 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.037937 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.037956 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.037971 [ 288 ] {} TCP-Session: 14aa7498-9ca5-4441-bbc2-7fc7dd9a7c13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.038010 [ 353 ] {} TCP-Session: b5fad53f-7d86-408e-9318-40d355ee985f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.038019 [ 362 ] {} TCP-Session: 8744bff3-39c7-4e41-a15b-6cfdcbc3bf8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.037890 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.037832 [ 363 ] {} TCP-Session: 2f812e93-3605-475c-8295-da557ed76c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.038112 [ 351 ] {} TCP-Session: 4117a54d-b47c-49f7-b657-145b7a678d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.205665 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56433 2025.09.19 00:41:11.205789 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.205821 [ 289 ] {} TCP-Session: f5f95479-0213-45e2-a3ba-c619795196b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:56433 2025.09.19 00:41:11.205856 [ 289 ] {} TCP-Session: f5f95479-0213-45e2-a3ba-c619795196b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.205871 [ 289 ] {} TCP-Session: f5f95479-0213-45e2-a3ba-c619795196b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206150 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56580 2025.09.19 00:41:11.206170 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50736 2025.09.19 00:41:11.206206 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43698 2025.09.19 00:41:11.206238 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64060 2025.09.19 00:41:11.206278 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.206256 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52447 2025.09.19 00:41:11.206327 [ 351 ] {} TCP-Session: 41d22846-23b9-46ce-832b-005c71ebc164 Authenticating user 'default' from [fd00:1122:3344:101::e]:56580 2025.09.19 00:41:11.206328 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.206352 [ 351 ] {} TCP-Session: 41d22846-23b9-46ce-832b-005c71ebc164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206377 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.206382 [ 362 ] {} TCP-Session: cadf5076-401e-4908-86a2-ca3ed733650e Authenticating user 'default' from [fd00:1122:3344:101::e]:43698 2025.09.19 00:41:11.206410 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.206421 [ 286 ] {} TCP-Session: 3ba1ee00-b5d6-4641-bf43-0a634be0242f Authenticating user 'default' from [fd00:1122:3344:101::e]:64060 2025.09.19 00:41:11.206448 [ 362 ] {} TCP-Session: cadf5076-401e-4908-86a2-ca3ed733650e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206455 [ 288 ] {} TCP-Session: d2c45808-8a44-4fb3-a43a-56f64a8f3563 Authenticating user 'default' from [fd00:1122:3344:101::e]:52447 2025.09.19 00:41:11.206480 [ 362 ] {} TCP-Session: cadf5076-401e-4908-86a2-ca3ed733650e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206503 [ 288 ] {} TCP-Session: d2c45808-8a44-4fb3-a43a-56f64a8f3563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206478 [ 286 ] {} TCP-Session: 3ba1ee00-b5d6-4641-bf43-0a634be0242f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206537 [ 288 ] {} TCP-Session: d2c45808-8a44-4fb3-a43a-56f64a8f3563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206571 [ 286 ] {} TCP-Session: 3ba1ee00-b5d6-4641-bf43-0a634be0242f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206328 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.206326 [ 289 ] {} TCP-Session: f5f95479-0213-45e2-a3ba-c619795196b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:11.206677 [ 352 ] {} TCP-Session: 36cd8223-76e8-41d1-aee1-67663f5ff311 Authenticating user 'default' from [fd00:1122:3344:101::e]:50736 2025.09.19 00:41:11.206246 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44810 2025.09.19 00:41:11.206728 [ 352 ] {} TCP-Session: 36cd8223-76e8-41d1-aee1-67663f5ff311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206219 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64627 2025.09.19 00:41:11.206764 [ 352 ] {} TCP-Session: 36cd8223-76e8-41d1-aee1-67663f5ff311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206804 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.206175 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57710 2025.09.19 00:41:11.206837 [ 287 ] {} TCP-Session: 1042238c-8ff2-4501-b8bb-f9244ead9073 Authenticating user 'default' from [fd00:1122:3344:101::e]:44810 2025.09.19 00:41:11.206848 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.206889 [ 287 ] {} TCP-Session: 1042238c-8ff2-4501-b8bb-f9244ead9073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206917 [ 363 ] {} TCP-Session: 4d191d51-b055-449a-8fb6-0d73b03d41dc Authenticating user 'default' from [fd00:1122:3344:101::e]:64627 2025.09.19 00:41:11.206942 [ 287 ] {} TCP-Session: 1042238c-8ff2-4501-b8bb-f9244ead9073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206960 [ 363 ] {} TCP-Session: 4d191d51-b055-449a-8fb6-0d73b03d41dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206916 [ 289 ] {437bd038-659c-43b2-b823-fb98eee1fc40} executeQuery: (from [fd00:1122:3344:101::e]:56433) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:41:11.206989 [ 363 ] {} TCP-Session: 4d191d51-b055-449a-8fb6-0d73b03d41dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206382 [ 351 ] {} TCP-Session: 41d22846-23b9-46ce-832b-005c71ebc164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.206917 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:41:11.207140 [ 353 ] {} TCP-Session: bfd76fc1-77c6-4e32-8969-4fcf98ac7243 Authenticating user 'default' from [fd00:1122:3344:101::e]:57710 2025.09.19 00:41:11.207168 [ 353 ] {} TCP-Session: bfd76fc1-77c6-4e32-8969-4fcf98ac7243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.207188 [ 353 ] {} TCP-Session: bfd76fc1-77c6-4e32-8969-4fcf98ac7243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.207425 [ 289 ] {437bd038-659c-43b2-b823-fb98eee1fc40} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:41:11.207510 [ 289 ] {437bd038-659c-43b2-b823-fb98eee1fc40} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:41:11.207961 [ 289 ] {437bd038-659c-43b2-b823-fb98eee1fc40} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:41:11.209433 [ 347 ] {437bd038-659c-43b2-b823-fb98eee1fc40} AggregatingTransform: Aggregating 2025.09.19 00:41:11.209471 [ 347 ] {437bd038-659c-43b2-b823-fb98eee1fc40} Aggregator: Aggregation method: without_key 2025.09.19 00:41:11.209504 [ 347 ] {437bd038-659c-43b2-b823-fb98eee1fc40} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001404728 sec. (711.882 rows/sec., 27.81 KiB/sec.) 2025.09.19 00:41:11.209518 [ 347 ] {437bd038-659c-43b2-b823-fb98eee1fc40} Aggregator: Merging aggregated data 2025.09.19 00:41:11.210921 [ 289 ] {437bd038-659c-43b2-b823-fb98eee1fc40} executeQuery: Read 1 rows, 40.00 B in 0.004093 sec., 244.31956999755678 rows/sec., 9.54 KiB/sec. 2025.09.19 00:41:11.211125 [ 289 ] {437bd038-659c-43b2-b823-fb98eee1fc40} TCPHandler: Processed in 0.004958745 sec. 2025.09.19 00:41:11.211268 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.211300 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.211312 [ 289 ] {} TCP-Session: f5f95479-0213-45e2-a3ba-c619795196b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.211323 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.211350 [ 351 ] {} TCP-Session: 41d22846-23b9-46ce-832b-005c71ebc164 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.211358 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.211373 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.211393 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.211412 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.211438 [ 353 ] {} TCP-Session: bfd76fc1-77c6-4e32-8969-4fcf98ac7243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.211450 [ 352 ] {} TCP-Session: 36cd8223-76e8-41d1-aee1-67663f5ff311 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.211469 [ 362 ] {} TCP-Session: cadf5076-401e-4908-86a2-ca3ed733650e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.211432 [ 286 ] {} TCP-Session: 3ba1ee00-b5d6-4641-bf43-0a634be0242f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.211383 [ 288 ] {} TCP-Session: d2c45808-8a44-4fb3-a43a-56f64a8f3563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.211426 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.211340 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:41:11.211587 [ 363 ] {} TCP-Session: 4d191d51-b055-449a-8fb6-0d73b03d41dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:11.211611 [ 287 ] {} TCP-Session: 1042238c-8ff2-4501-b8bb-f9244ead9073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:41:12.400335 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 38853 2025.09.19 00:41:12.400926 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:12.400982 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:12.401557 [ 243 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.19 00:41:12.401850 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:12.402019 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38853 2025.09.19 00:41:12.402032 [ 63 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.19 00:41:12.402106 [ 63 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:12.402132 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.09.19 00:41:12.402277 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:12.402425 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:12.402466 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 36421 rows starting from the beginning of the part 2025.09.19 00:41:12.402536 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:12.402583 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:12.402639 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:12.402839 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:12.402887 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:12.406132 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 38853 rows, containing 4 columns (4 merged, 0 gathered) in 0.003925121 sec., 9898548.350483973 rows/sec., 141.60 MiB/sec. 2025.09.19 00:41:12.406624 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.19 00:41:12.406969 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_81_16} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:12.407061 [ 196 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_81_16} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.19 00:41:12.407188 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.09.19 00:41:14.460165 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2025.09.19 00:41:14.478950 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:14.479015 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:14.485303 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.19 00:41:14.486040 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:14.486358 [ 67 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.19 00:41:14.486431 [ 67 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:14.486457 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:14.486647 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:14.489568 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2025.09.19 00:41:14.490653 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:14.492234 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:14.496945 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:14.501782 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:14.506698 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:14.511940 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:14.517456 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:14.582283 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.095717613 sec., 6372.912788788413 rows/sec., 32.95 MiB/sec. 2025.09.19 00:41:14.585545 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.19 00:41:14.587689 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_81_16} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:14.587785 [ 188 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_81_16} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.19 00:41:14.590568 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.09.19 00:41:15.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 383.16 MiB, peak 400.60 MiB, free memory in arenas 0.00 B, will set to 385.09 MiB (RSS), difference: 1.93 MiB 2025.09.19 00:41:15.025152 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2238 2025.09.19 00:41:15.028031 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:15.028086 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:15.029350 [ 242 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:41:15.029605 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:15.029919 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2238 2025.09.19 00:41:15.653996 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:15.654185 [ 5 ] {102075b0-15de-4e50-8a8c-7def778dd5ee} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:15.654253 [ 5 ] {102075b0-15de-4e50-8a8c-7def778dd5ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:15.654974 [ 5 ] {102075b0-15de-4e50-8a8c-7def778dd5ee} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:15.655020 [ 5 ] {102075b0-15de-4e50-8a8c-7def778dd5ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:15.655411 [ 5 ] {102075b0-15de-4e50-8a8c-7def778dd5ee} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.09.19 00:41:15.655631 [ 5 ] {102075b0-15de-4e50-8a8c-7def778dd5ee} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:15.655785 [ 5 ] {102075b0-15de-4e50-8a8c-7def778dd5ee} executeQuery: Read 140 rows, 12.42 KiB in 0.001648 sec., 84951.45631067961 rows/sec., 7.36 MiB/sec. 2025.09.19 00:41:15.655827 [ 5 ] {102075b0-15de-4e50-8a8c-7def778dd5ee} TCPHandler: Processed in 0.001964386 sec. 2025.09.19 00:41:15.655951 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:15.656045 [ 5 ] {6e6edb18-fb81-411b-9568-1a0a0022cb3d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:15.656086 [ 5 ] {6e6edb18-fb81-411b-9568-1a0a0022cb3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:15.656501 [ 5 ] {6e6edb18-fb81-411b-9568-1a0a0022cb3d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:15.656534 [ 5 ] {6e6edb18-fb81-411b-9568-1a0a0022cb3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:15.656826 [ 5 ] {6e6edb18-fb81-411b-9568-1a0a0022cb3d} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.09.19 00:41:15.657040 [ 5 ] {6e6edb18-fb81-411b-9568-1a0a0022cb3d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:15.657169 [ 5 ] {6e6edb18-fb81-411b-9568-1a0a0022cb3d} executeQuery: Read 42 rows, 3.16 KiB in 0.001143 sec., 36745.40682414699 rows/sec., 2.70 MiB/sec. 2025.09.19 00:41:15.657207 [ 5 ] {6e6edb18-fb81-411b-9568-1a0a0022cb3d} TCPHandler: Processed in 0.001308177 sec. 2025.09.19 00:41:15.657313 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:15.657406 [ 5 ] {de71e320-6e51-4bae-aa12-4f3c43f2d737} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:15.657445 [ 5 ] {de71e320-6e51-4bae-aa12-4f3c43f2d737} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:15.657874 [ 5 ] {de71e320-6e51-4bae-aa12-4f3c43f2d737} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:15.657908 [ 5 ] {de71e320-6e51-4bae-aa12-4f3c43f2d737} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:15.658211 [ 5 ] {de71e320-6e51-4bae-aa12-4f3c43f2d737} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.09.19 00:41:15.658412 [ 5 ] {de71e320-6e51-4bae-aa12-4f3c43f2d737} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:15.658537 [ 5 ] {de71e320-6e51-4bae-aa12-4f3c43f2d737} executeQuery: Read 106 rows, 8.48 KiB in 0.001149 sec., 92254.13402959095 rows/sec., 7.21 MiB/sec. 2025.09.19 00:41:15.658574 [ 5 ] {de71e320-6e51-4bae-aa12-4f3c43f2d737} TCPHandler: Processed in 0.001309897 sec. 2025.09.19 00:41:15.658688 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:15.658781 [ 5 ] {449de2a4-c18f-41b0-8908-8fd25cace0ff} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:15.658824 [ 5 ] {449de2a4-c18f-41b0-8908-8fd25cace0ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:15.659238 [ 5 ] {449de2a4-c18f-41b0-8908-8fd25cace0ff} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:15.659271 [ 5 ] {449de2a4-c18f-41b0-8908-8fd25cace0ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:15.659590 [ 5 ] {449de2a4-c18f-41b0-8908-8fd25cace0ff} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.09.19 00:41:15.659794 [ 5 ] {449de2a4-c18f-41b0-8908-8fd25cace0ff} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:15.659921 [ 5 ] {449de2a4-c18f-41b0-8908-8fd25cace0ff} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2025.09.19 00:41:15.659957 [ 5 ] {449de2a4-c18f-41b0-8908-8fd25cace0ff} TCPHandler: Processed in 0.001317357 sec. 2025.09.19 00:41:15.660054 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:15.660147 [ 5 ] {fcd7412c-c87d-4c62-8c6b-fbce9fe08065} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:15.660200 [ 5 ] {fcd7412c-c87d-4c62-8c6b-fbce9fe08065} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:41:15.661088 [ 5 ] {fcd7412c-c87d-4c62-8c6b-fbce9fe08065} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:15.661122 [ 5 ] {fcd7412c-c87d-4c62-8c6b-fbce9fe08065} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:15.661664 [ 5 ] {fcd7412c-c87d-4c62-8c6b-fbce9fe08065} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:41:15.661887 [ 5 ] {fcd7412c-c87d-4c62-8c6b-fbce9fe08065} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:15.662026 [ 5 ] {fcd7412c-c87d-4c62-8c6b-fbce9fe08065} executeQuery: Read 42 rows, 77.07 KiB in 0.001896 sec., 22151.898734177215 rows/sec., 39.70 MiB/sec. 2025.09.19 00:41:15.662089 [ 5 ] {fcd7412c-c87d-4c62-8c6b-fbce9fe08065} TCPHandler: Processed in 0.002082217 sec. 2025.09.19 00:41:15.662201 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:15.662295 [ 5 ] {28576e3c-6b32-4c8d-989c-d03524e2c850} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:15.662336 [ 5 ] {28576e3c-6b32-4c8d-989c-d03524e2c850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:15.662678 [ 5 ] {28576e3c-6b32-4c8d-989c-d03524e2c850} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:15.662712 [ 5 ] {28576e3c-6b32-4c8d-989c-d03524e2c850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:15.663013 [ 5 ] {28576e3c-6b32-4c8d-989c-d03524e2c850} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.09.19 00:41:15.663244 [ 5 ] {28576e3c-6b32-4c8d-989c-d03524e2c850} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:15.663371 [ 5 ] {28576e3c-6b32-4c8d-989c-d03524e2c850} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2025.09.19 00:41:15.663406 [ 5 ] {28576e3c-6b32-4c8d-989c-d03524e2c850} TCPHandler: Processed in 0.001253896 sec. 2025.09.19 00:41:19.709113 [ 100 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:41:19.709229 [ 100 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:41:19.902185 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 39301 2025.09.19 00:41:19.902766 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:19.902827 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:19.903365 [ 243 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.19 00:41:19.903601 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:19.903757 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39301 2025.09.19 00:41:20.551784 [ 220 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:41:20.551838 [ 220 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:41:20.553823 [ 220 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:41:20.662673 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:20.662852 [ 5 ] {f99cb07e-38c2-45c1-88c0-85269045e1bd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:41:20.662920 [ 5 ] {f99cb07e-38c2-45c1-88c0-85269045e1bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:41:20.663745 [ 5 ] {f99cb07e-38c2-45c1-88c0-85269045e1bd} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.663783 [ 5 ] {f99cb07e-38c2-45c1-88c0-85269045e1bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.664187 [ 5 ] {f99cb07e-38c2-45c1-88c0-85269045e1bd} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:41:20.664410 [ 5 ] {f99cb07e-38c2-45c1-88c0-85269045e1bd} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.664559 [ 5 ] {f99cb07e-38c2-45c1-88c0-85269045e1bd} executeQuery: Read 410 rows, 26.63 KiB in 0.001754 sec., 233751.425313569 rows/sec., 14.83 MiB/sec. 2025.09.19 00:41:20.664601 [ 5 ] {f99cb07e-38c2-45c1-88c0-85269045e1bd} TCPHandler: Processed in 0.002048447 sec. 2025.09.19 00:41:20.664732 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:20.664853 [ 5 ] {ee65cc2e-aafe-4ce4-a2d8-454ca5c0ddcc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:20.664903 [ 5 ] {ee65cc2e-aafe-4ce4-a2d8-454ca5c0ddcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:20.666098 [ 5 ] {ee65cc2e-aafe-4ce4-a2d8-454ca5c0ddcc} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.666134 [ 5 ] {ee65cc2e-aafe-4ce4-a2d8-454ca5c0ddcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.666539 [ 5 ] {ee65cc2e-aafe-4ce4-a2d8-454ca5c0ddcc} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.09.19 00:41:20.666751 [ 5 ] {ee65cc2e-aafe-4ce4-a2d8-454ca5c0ddcc} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.666863 [ 105 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.09.19 00:41:20.666878 [ 5 ] {ee65cc2e-aafe-4ce4-a2d8-454ca5c0ddcc} executeQuery: Read 1112 rows, 89.80 KiB in 0.002049 sec., 542703.7579306979 rows/sec., 42.80 MiB/sec. 2025.09.19 00:41:20.666915 [ 105 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.666925 [ 5 ] {ee65cc2e-aafe-4ce4-a2d8-454ca5c0ddcc} TCPHandler: Processed in 0.002252679 sec. 2025.09.19 00:41:20.666938 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.667039 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:20.667068 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:41:20.667134 [ 5 ] {82c0e06a-f556-44e1-a331-2524470c07ea} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:20.667179 [ 5 ] {82c0e06a-f556-44e1-a331-2524470c07ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:20.667226 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:20.667270 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2346 rows starting from the beginning of the part 2025.09.19 00:41:20.667350 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:41:20.667404 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 140 rows starting from the beginning of the part 2025.09.19 00:41:20.667458 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:41:20.667505 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 140 rows starting from the beginning of the part 2025.09.19 00:41:20.667555 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:41:20.667703 [ 5 ] {82c0e06a-f556-44e1-a331-2524470c07ea} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.667744 [ 5 ] {82c0e06a-f556-44e1-a331-2524470c07ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.668080 [ 5 ] {82c0e06a-f556-44e1-a331-2524470c07ea} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.09.19 00:41:20.668292 [ 5 ] {82c0e06a-f556-44e1-a331-2524470c07ea} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.668419 [ 5 ] {82c0e06a-f556-44e1-a331-2524470c07ea} executeQuery: Read 205 rows, 12.32 KiB in 0.001305 sec., 157088.12260536398 rows/sec., 9.22 MiB/sec. 2025.09.19 00:41:20.668456 [ 5 ] {82c0e06a-f556-44e1-a331-2524470c07ea} TCPHandler: Processed in 0.001466009 sec. 2025.09.19 00:41:20.668576 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:20.668701 [ 5 ] {ba093c8e-b22c-4c17-87cb-3cb1ea740fc1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:41:20.668749 [ 5 ] {ba093c8e-b22c-4c17-87cb-3cb1ea740fc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:41:20.669336 [ 5 ] {ba093c8e-b22c-4c17-87cb-3cb1ea740fc1} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.669370 [ 5 ] {ba093c8e-b22c-4c17-87cb-3cb1ea740fc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.669688 [ 5 ] {ba093c8e-b22c-4c17-87cb-3cb1ea740fc1} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.19 00:41:20.669687 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 5962 rows, containing 5 columns (5 merged, 0 gathered) in 0.002682145 sec., 2222847.758044401 rows/sec., 186.51 MiB/sec. 2025.09.19 00:41:20.669954 [ 5 ] {ba093c8e-b22c-4c17-87cb-3cb1ea740fc1} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.669987 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.09.19 00:41:20.670082 [ 105 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2025.09.19 00:41:20.670102 [ 5 ] {ba093c8e-b22c-4c17-87cb-3cb1ea740fc1} executeQuery: Read 212 rows, 14.00 KiB in 0.001425 sec., 148771.9298245614 rows/sec., 9.59 MiB/sec. 2025.09.19 00:41:20.670124 [ 105 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.670145 [ 5 ] {ba093c8e-b22c-4c17-87cb-3cb1ea740fc1} TCPHandler: Processed in 0.001628361 sec. 2025.09.19 00:41:20.670148 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.670260 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:20.670267 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_121_24} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.670289 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full 2025.09.19 00:41:20.670359 [ 5 ] {ee76faf4-fe56-46e8-821a-12e562503aad} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:41:20.670361 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_121_24} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.09.19 00:41:20.670409 [ 5 ] {ee76faf4-fe56-46e8-821a-12e562503aad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:41:20.670445 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:20.670462 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.09.19 00:41:20.670492 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 441 rows starting from the beginning of the part 2025.09.19 00:41:20.670568 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 212 rows starting from the beginning of the part 2025.09.19 00:41:20.670615 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 228 rows starting from the beginning of the part 2025.09.19 00:41:20.670657 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 212 rows starting from the beginning of the part 2025.09.19 00:41:20.670699 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 212 rows starting from the beginning of the part 2025.09.19 00:41:20.670739 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 212 rows starting from the beginning of the part 2025.09.19 00:41:20.670932 [ 5 ] {ee76faf4-fe56-46e8-821a-12e562503aad} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.670973 [ 5 ] {ee76faf4-fe56-46e8-821a-12e562503aad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.671298 [ 5 ] {ee76faf4-fe56-46e8-821a-12e562503aad} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:41:20.671526 [ 5 ] {ee76faf4-fe56-46e8-821a-12e562503aad} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.671657 [ 5 ] {ee76faf4-fe56-46e8-821a-12e562503aad} executeQuery: Read 211 rows, 12.27 KiB in 0.001317 sec., 160212.60440394835 rows/sec., 9.10 MiB/sec. 2025.09.19 00:41:20.671696 [ 5 ] {ee76faf4-fe56-46e8-821a-12e562503aad} TCPHandler: Processed in 0.001485609 sec. 2025.09.19 00:41:20.671800 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001582781 sec., 958439.6072482548 rows/sec., 66.39 MiB/sec. 2025.09.19 00:41:20.671807 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:20.671923 [ 5 ] {4c94a51a-edb5-4bf3-acba-d53559d40c0e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:20.671964 [ 5 ] {4c94a51a-edb5-4bf3-acba-d53559d40c0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:20.671965 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2025.09.19 00:41:20.672248 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.672320 [ 195 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_80_16} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2025.09.19 00:41:20.672420 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:41:20.672743 [ 5 ] {4c94a51a-edb5-4bf3-acba-d53559d40c0e} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.672784 [ 5 ] {4c94a51a-edb5-4bf3-acba-d53559d40c0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.673128 [ 5 ] {4c94a51a-edb5-4bf3-acba-d53559d40c0e} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.09.19 00:41:20.673342 [ 5 ] {4c94a51a-edb5-4bf3-acba-d53559d40c0e} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.673449 [ 105 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.09.19 00:41:20.673467 [ 5 ] {4c94a51a-edb5-4bf3-acba-d53559d40c0e} executeQuery: Read 679 rows, 48.47 KiB in 0.001564 sec., 434143.22250639385 rows/sec., 30.26 MiB/sec. 2025.09.19 00:41:20.673480 [ 105 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.673502 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.673506 [ 5 ] {4c94a51a-edb5-4bf3-acba-d53559d40c0e} TCPHandler: Processed in 0.001748803 sec. 2025.09.19 00:41:20.673599 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:41:20.673620 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:20.673701 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:20.673720 [ 5 ] {0422f413-ad2d-45ce-b43c-7f3aa3e595d7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:41:20.673731 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1213 rows starting from the beginning of the part 2025.09.19 00:41:20.673770 [ 5 ] {0422f413-ad2d-45ce-b43c-7f3aa3e595d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:41:20.673792 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 679 rows starting from the beginning of the part 2025.09.19 00:41:20.673835 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 106 rows starting from the beginning of the part 2025.09.19 00:41:20.673869 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 679 rows starting from the beginning of the part 2025.09.19 00:41:20.673907 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 106 rows starting from the beginning of the part 2025.09.19 00:41:20.673944 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 679 rows starting from the beginning of the part 2025.09.19 00:41:20.674112 [ 5 ] {0422f413-ad2d-45ce-b43c-7f3aa3e595d7} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.674153 [ 5 ] {0422f413-ad2d-45ce-b43c-7f3aa3e595d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.674465 [ 5 ] {0422f413-ad2d-45ce-b43c-7f3aa3e595d7} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.19 00:41:20.674690 [ 5 ] {0422f413-ad2d-45ce-b43c-7f3aa3e595d7} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.674815 [ 5 ] {0422f413-ad2d-45ce-b43c-7f3aa3e595d7} executeQuery: Read 6 rows, 321.00 B in 0.001113 sec., 5390.8355795148245 rows/sec., 281.65 KiB/sec. 2025.09.19 00:41:20.674852 [ 5 ] {0422f413-ad2d-45ce-b43c-7f3aa3e595d7} TCPHandler: Processed in 0.001281667 sec. 2025.09.19 00:41:20.674959 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:20.675054 [ 5 ] {9c5365fb-6312-4913-9512-3b1a5a1cccc3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:20.675094 [ 5 ] {9c5365fb-6312-4913-9512-3b1a5a1cccc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:20.675175 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 3462 rows, containing 5 columns (5 merged, 0 gathered) in 0.001611591 sec., 2148187.7225673264 rows/sec., 160.53 MiB/sec. 2025.09.19 00:41:20.675384 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.09.19 00:41:20.675553 [ 5 ] {9c5365fb-6312-4913-9512-3b1a5a1cccc3} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.675587 [ 5 ] {9c5365fb-6312-4913-9512-3b1a5a1cccc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.675662 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_121_24} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.675733 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_121_24} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.09.19 00:41:20.675817 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:41:20.675921 [ 5 ] {9c5365fb-6312-4913-9512-3b1a5a1cccc3} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.09.19 00:41:20.676127 [ 5 ] {9c5365fb-6312-4913-9512-3b1a5a1cccc3} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.676253 [ 5 ] {9c5365fb-6312-4913-9512-3b1a5a1cccc3} executeQuery: Read 314 rows, 21.12 KiB in 0.001219 sec., 257588.18703855618 rows/sec., 16.92 MiB/sec. 2025.09.19 00:41:20.676289 [ 5 ] {9c5365fb-6312-4913-9512-3b1a5a1cccc3} TCPHandler: Processed in 0.001378378 sec. 2025.09.19 00:41:20.676402 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:20.676495 [ 5 ] {9b4abcd4-5182-4792-8fae-0e87f2c65c77} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:41:20.676536 [ 5 ] {9b4abcd4-5182-4792-8fae-0e87f2c65c77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:41:20.676845 [ 5 ] {9b4abcd4-5182-4792-8fae-0e87f2c65c77} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.676880 [ 5 ] {9b4abcd4-5182-4792-8fae-0e87f2c65c77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.677171 [ 5 ] {9b4abcd4-5182-4792-8fae-0e87f2c65c77} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:41:20.677372 [ 5 ] {9b4abcd4-5182-4792-8fae-0e87f2c65c77} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.677497 [ 5 ] {9b4abcd4-5182-4792-8fae-0e87f2c65c77} executeQuery: Read 1 rows, 69.00 B in 0.00102 sec., 980.3921568627451 rows/sec., 66.06 KiB/sec. 2025.09.19 00:41:20.677532 [ 5 ] {9b4abcd4-5182-4792-8fae-0e87f2c65c77} TCPHandler: Processed in 0.001177916 sec. 2025.09.19 00:41:20.677638 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:20.677730 [ 5 ] {80fad108-a04c-4066-8fd2-f63ea5695848} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:20.677770 [ 5 ] {80fad108-a04c-4066-8fd2-f63ea5695848} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:20.678101 [ 5 ] {80fad108-a04c-4066-8fd2-f63ea5695848} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.678135 [ 5 ] {80fad108-a04c-4066-8fd2-f63ea5695848} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.678443 [ 5 ] {80fad108-a04c-4066-8fd2-f63ea5695848} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.09.19 00:41:20.678644 [ 5 ] {80fad108-a04c-4066-8fd2-f63ea5695848} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.678772 [ 5 ] {80fad108-a04c-4066-8fd2-f63ea5695848} executeQuery: Read 104 rows, 6.53 KiB in 0.00106 sec., 98113.20754716982 rows/sec., 6.01 MiB/sec. 2025.09.19 00:41:20.678783 [ 111 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.09.19 00:41:20.678807 [ 5 ] {80fad108-a04c-4066-8fd2-f63ea5695848} TCPHandler: Processed in 0.001218036 sec. 2025.09.19 00:41:20.678839 [ 111 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:20.678867 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:20.678994 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:41:20.679130 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:20.679168 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_121_24} MergeTreeSequentialSource: Reading 3 marks from part all_1_116_23, total 9328 rows starting from the beginning of the part 2025.09.19 00:41:20.679246 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 104 rows starting from the beginning of the part 2025.09.19 00:41:20.679294 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:41:20.679340 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 104 rows starting from the beginning of the part 2025.09.19 00:41:20.679381 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:41:20.679425 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 104 rows starting from the beginning of the part 2025.09.19 00:41:20.682266 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 9760 rows, containing 4 columns (4 merged, 0 gathered) in 0.003321334 sec., 2938578.2941432567 rows/sec., 186.73 MiB/sec. 2025.09.19 00:41:20.682632 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.09.19 00:41:20.683043 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_121_24} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:20.683149 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_121_24} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.09.19 00:41:20.683257 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. 2025.09.19 00:41:21.989655 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2025.09.19 00:41:22.007910 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:22.007963 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:22.014189 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.19 00:41:22.014943 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:22.018202 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2025.09.19 00:41:25.030226 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2270 2025.09.19 00:41:25.032682 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.032726 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.033907 [ 242 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:41:25.034167 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.034311 [ 108 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.19 00:41:25.034350 [ 108 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.034373 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.034444 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2270 2025.09.19 00:41:25.034516 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:41:25.035086 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:25.035232 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2098 rows starting from the beginning of the part 2025.09.19 00:41:25.035592 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part 2025.09.19 00:41:25.035957 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part 2025.09.19 00:41:25.036322 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part 2025.09.19 00:41:25.036695 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 38 rows starting from the beginning of the part 2025.09.19 00:41:25.037063 [ 195 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part 2025.09.19 00:41:25.045288 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2270 rows, containing 72 columns (72 merged, 0 gathered) in 0.010836051 sec., 209485.90958089806 rows/sec., 158.37 MiB/sec. 2025.09.19 00:41:25.047325 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.19 00:41:25.047863 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_61_12} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.047937 [ 187 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_61_12} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.19 00:41:25.048144 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2025.09.19 00:41:25.057968 [ 224 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.09.19 00:41:25.058003 [ 224 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.09.19 00:41:25.061125 [ 224 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.09.19 00:41:25.681301 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:25.681505 [ 5 ] {dfc1b68c-19ac-4b67-b651-0fc0b506ab90} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:41:25.681577 [ 5 ] {dfc1b68c-19ac-4b67-b651-0fc0b506ab90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:41:25.682314 [ 5 ] {dfc1b68c-19ac-4b67-b651-0fc0b506ab90} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.682370 [ 5 ] {dfc1b68c-19ac-4b67-b651-0fc0b506ab90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.682753 [ 5 ] {dfc1b68c-19ac-4b67-b651-0fc0b506ab90} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.19 00:41:25.682977 [ 5 ] {dfc1b68c-19ac-4b67-b651-0fc0b506ab90} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.683136 [ 5 ] {dfc1b68c-19ac-4b67-b651-0fc0b506ab90} executeQuery: Read 14 rows, 1.14 KiB in 0.001685 sec., 8308.60534124629 rows/sec., 677.51 KiB/sec. 2025.09.19 00:41:25.683177 [ 5 ] {dfc1b68c-19ac-4b67-b651-0fc0b506ab90} TCPHandler: Processed in 0.002018656 sec. 2025.09.19 00:41:25.683301 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:25.683428 [ 5 ] {66371978-a730-4703-b9c1-7a212e8847b1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:25.683477 [ 5 ] {66371978-a730-4703-b9c1-7a212e8847b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:25.684928 [ 5 ] {66371978-a730-4703-b9c1-7a212e8847b1} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.684965 [ 5 ] {66371978-a730-4703-b9c1-7a212e8847b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.685373 [ 5 ] {66371978-a730-4703-b9c1-7a212e8847b1} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.09.19 00:41:25.685610 [ 5 ] {66371978-a730-4703-b9c1-7a212e8847b1} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.685743 [ 5 ] {66371978-a730-4703-b9c1-7a212e8847b1} executeQuery: Read 1287 rows, 109.05 KiB in 0.002341 sec., 549765.0576676633 rows/sec., 45.49 MiB/sec. 2025.09.19 00:41:25.685782 [ 5 ] {66371978-a730-4703-b9c1-7a212e8847b1} TCPHandler: Processed in 0.002539593 sec. 2025.09.19 00:41:25.685887 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:25.685981 [ 5 ] {3df3dd4a-6e3b-41c1-817b-98f590752836} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:25.686022 [ 5 ] {3df3dd4a-6e3b-41c1-817b-98f590752836} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:25.686458 [ 5 ] {3df3dd4a-6e3b-41c1-817b-98f590752836} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.686494 [ 5 ] {3df3dd4a-6e3b-41c1-817b-98f590752836} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.686788 [ 5 ] {3df3dd4a-6e3b-41c1-817b-98f590752836} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.09.19 00:41:25.686991 [ 5 ] {3df3dd4a-6e3b-41c1-817b-98f590752836} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.687119 [ 5 ] {3df3dd4a-6e3b-41c1-817b-98f590752836} executeQuery: Read 56 rows, 4.14 KiB in 0.001157 sec., 48401.03716508211 rows/sec., 3.49 MiB/sec. 2025.09.19 00:41:25.687157 [ 5 ] {3df3dd4a-6e3b-41c1-817b-98f590752836} TCPHandler: Processed in 0.001318047 sec. 2025.09.19 00:41:25.687260 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:25.687353 [ 5 ] {e878fc95-2204-454f-9c27-7aa5c002c2ca} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:41:25.687393 [ 5 ] {e878fc95-2204-454f-9c27-7aa5c002c2ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:41:25.687911 [ 5 ] {e878fc95-2204-454f-9c27-7aa5c002c2ca} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.687947 [ 5 ] {e878fc95-2204-454f-9c27-7aa5c002c2ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.688248 [ 5 ] {e878fc95-2204-454f-9c27-7aa5c002c2ca} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.19 00:41:25.688450 [ 5 ] {e878fc95-2204-454f-9c27-7aa5c002c2ca} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.688581 [ 5 ] {e878fc95-2204-454f-9c27-7aa5c002c2ca} executeQuery: Read 228 rows, 15.81 KiB in 0.001246 sec., 182985.55377207065 rows/sec., 12.39 MiB/sec. 2025.09.19 00:41:25.688619 [ 5 ] {e878fc95-2204-454f-9c27-7aa5c002c2ca} TCPHandler: Processed in 0.001405509 sec. 2025.09.19 00:41:25.688719 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:25.688811 [ 5 ] {9f3cda8d-f3cf-4a69-808c-dd7d1976fa07} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:25.688850 [ 5 ] {9f3cda8d-f3cf-4a69-808c-dd7d1976fa07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:25.689583 [ 5 ] {9f3cda8d-f3cf-4a69-808c-dd7d1976fa07} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.689619 [ 5 ] {9f3cda8d-f3cf-4a69-808c-dd7d1976fa07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.689946 [ 5 ] {9f3cda8d-f3cf-4a69-808c-dd7d1976fa07} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.09.19 00:41:25.690172 [ 5 ] {9f3cda8d-f3cf-4a69-808c-dd7d1976fa07} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.690306 [ 5 ] {9f3cda8d-f3cf-4a69-808c-dd7d1976fa07} executeQuery: Read 576 rows, 43.91 KiB in 0.001513 sec., 380700.59484467946 rows/sec., 28.34 MiB/sec. 2025.09.19 00:41:25.690344 [ 5 ] {9f3cda8d-f3cf-4a69-808c-dd7d1976fa07} TCPHandler: Processed in 0.001672382 sec. 2025.09.19 00:41:25.690391 [ 217 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:41:25.690421 [ 217 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:41:25.690442 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:25.690536 [ 5 ] {8141e9e6-491e-4b00-88b0-2ea977e4da21} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:25.690578 [ 5 ] {8141e9e6-491e-4b00-88b0-2ea977e4da21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:25.691225 [ 5 ] {8141e9e6-491e-4b00-88b0-2ea977e4da21} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.691259 [ 5 ] {8141e9e6-491e-4b00-88b0-2ea977e4da21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.691652 [ 5 ] {8141e9e6-491e-4b00-88b0-2ea977e4da21} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.09.19 00:41:25.691863 [ 5 ] {8141e9e6-491e-4b00-88b0-2ea977e4da21} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.691996 [ 5 ] {8141e9e6-491e-4b00-88b0-2ea977e4da21} executeQuery: Read 851 rows, 58.66 KiB in 0.001479 sec., 575388.7762001352 rows/sec., 38.73 MiB/sec. 2025.09.19 00:41:25.692008 [ 106 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_117_24 to all_122_122_0 2025.09.19 00:41:25.692033 [ 5 ] {8141e9e6-491e-4b00-88b0-2ea977e4da21} TCPHandler: Processed in 0.001638211 sec. 2025.09.19 00:41:25.692094 [ 106 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.692128 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.692181 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:25.692229 [ 190 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_122_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_117_24 to all_122_122_0 into Compact with storage Full 2025.09.19 00:41:25.692277 [ 224 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:41:25.692279 [ 5 ] {5208d6d8-b010-43e5-b0ee-bdf2f7637c07} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:25.692333 [ 224 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:41:25.692364 [ 190 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_122_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:25.692396 [ 5 ] {5208d6d8-b010-43e5-b0ee-bdf2f7637c07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:41:25.692407 [ 190 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_122_25} MergeTreeSequentialSource: Reading 7 marks from part all_1_117_24, total 41429 rows starting from the beginning of the part 2025.09.19 00:41:25.692485 [ 190 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part 2025.09.19 00:41:25.692536 [ 190 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 314 rows starting from the beginning of the part 2025.09.19 00:41:25.692586 [ 190 ] {8510b710-3d65-4a45-a837-3f303a94eb30::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.09.19 00:41:25.692630 [ 190 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 314 rows starting from the beginning of the part 2025.09.19 00:41:25.692683 [ 190 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 851 rows starting from the beginning of the part 2025.09.19 00:41:25.693355 [ 5 ] {5208d6d8-b010-43e5-b0ee-bdf2f7637c07} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.693395 [ 5 ] {5208d6d8-b010-43e5-b0ee-bdf2f7637c07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.694014 [ 217 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:41:25.694031 [ 5 ] {5208d6d8-b010-43e5-b0ee-bdf2f7637c07} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:41:25.694296 [ 5 ] {5208d6d8-b010-43e5-b0ee-bdf2f7637c07} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.694422 [ 106 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.19 00:41:25.694456 [ 106 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.694464 [ 5 ] {5208d6d8-b010-43e5-b0ee-bdf2f7637c07} executeQuery: Read 42 rows, 77.07 KiB in 0.002203 sec., 19064.911484339536 rows/sec., 34.16 MiB/sec. 2025.09.19 00:41:25.694476 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.694547 [ 5 ] {5208d6d8-b010-43e5-b0ee-bdf2f7637c07} TCPHandler: Processed in 0.002422682 sec. 2025.09.19 00:41:25.694604 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:41:25.694684 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:25.694783 [ 5 ] {2ddf4e64-a03b-4bed-b818-3ae98297ef6b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:25.694828 [ 5 ] {2ddf4e64-a03b-4bed-b818-3ae98297ef6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:25.694853 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:25.694919 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2228 rows starting from the beginning of the part 2025.09.19 00:41:25.695048 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 42 rows starting from the beginning of the part 2025.09.19 00:41:25.695153 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 42 rows starting from the beginning of the part 2025.09.19 00:41:25.695192 [ 5 ] {2ddf4e64-a03b-4bed-b818-3ae98297ef6b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:25.695234 [ 5 ] {2ddf4e64-a03b-4bed-b818-3ae98297ef6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:25.695256 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 42 rows starting from the beginning of the part 2025.09.19 00:41:25.695371 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 42 rows starting from the beginning of the part 2025.09.19 00:41:25.695479 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 42 rows starting from the beginning of the part 2025.09.19 00:41:25.695556 [ 5 ] {2ddf4e64-a03b-4bed-b818-3ae98297ef6b} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.09.19 00:41:25.695784 [ 5 ] {2ddf4e64-a03b-4bed-b818-3ae98297ef6b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.695955 [ 5 ] {2ddf4e64-a03b-4bed-b818-3ae98297ef6b} executeQuery: Read 60 rows, 4.14 KiB in 0.001191 sec., 50377.83375314862 rows/sec., 3.40 MiB/sec. 2025.09.19 00:41:25.695992 [ 224 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:41:25.695996 [ 5 ] {2ddf4e64-a03b-4bed-b818-3ae98297ef6b} TCPHandler: Processed in 0.001363958 sec. 2025.09.19 00:41:25.696028 [ 217 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:41:25.696055 [ 217 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:41:25.698740 [ 217 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:41:25.700866 [ 192 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_122_25} MergeTask::MergeProjectionsStage: Merge sorted 43228 rows, containing 5 columns (5 merged, 0 gathered) in 0.008678814 sec., 4980864.896977859 rows/sec., 333.53 MiB/sec. 2025.09.19 00:41:25.701366 [ 194 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_122_25} MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary) 2025.09.19 00:41:25.701682 [ 194 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_122_25} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.701759 [ 194 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_122_25} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_117_24, all_122_122_0] -> all_1_122_25 2025.09.19 00:41:25.701851 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2025.09.19 00:41:25.708697 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 19 columns (19 merged, 0 gathered) in 0.014141435 sec., 172401.1742796965 rows/sec., 308.93 MiB/sec. 2025.09.19 00:41:25.711040 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.19 00:41:25.711394 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_61_12} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:25.711467 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_61_12} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.19 00:41:25.711618 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.79 MiB. 2025.09.19 00:41:26.000242 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 386.25 MiB, peak 405.01 MiB, free memory in arenas 0.00 B, will set to 393.96 MiB (RSS), difference: 7.71 MiB 2025.09.19 00:41:26.711972 [ 221 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:41:26.712031 [ 221 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:41:26.715015 [ 221 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:41:27.403922 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 39813 2025.09.19 00:41:27.404498 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:27.404531 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:27.405010 [ 243 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.19 00:41:27.405244 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:27.405369 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39813 2025.09.19 00:41:29.518285 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2025.09.19 00:41:29.536602 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:29.536651 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:29.543356 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.19 00:41:29.544117 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:29.547261 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2025.09.19 00:41:30.663329 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:30.663523 [ 5 ] {1a2221c5-ed1d-4325-ac9a-8c712b66daa0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:41:30.663622 [ 5 ] {1a2221c5-ed1d-4325-ac9a-8c712b66daa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:41:30.664732 [ 5 ] {1a2221c5-ed1d-4325-ac9a-8c712b66daa0} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:30.664775 [ 5 ] {1a2221c5-ed1d-4325-ac9a-8c712b66daa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:30.665179 [ 5 ] {1a2221c5-ed1d-4325-ac9a-8c712b66daa0} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:41:30.665390 [ 5 ] {1a2221c5-ed1d-4325-ac9a-8c712b66daa0} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:30.665538 [ 5 ] {1a2221c5-ed1d-4325-ac9a-8c712b66daa0} executeQuery: Read 410 rows, 26.63 KiB in 0.002074 sec., 197685.63162970106 rows/sec., 12.54 MiB/sec. 2025.09.19 00:41:30.665580 [ 5 ] {1a2221c5-ed1d-4325-ac9a-8c712b66daa0} TCPHandler: Processed in 0.002379071 sec. 2025.09.19 00:41:30.665701 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:30.665794 [ 5 ] {b8702eb0-e3d6-4b63-b0d0-457888b4efe4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:30.665834 [ 5 ] {b8702eb0-e3d6-4b63-b0d0-457888b4efe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:30.666878 [ 5 ] {b8702eb0-e3d6-4b63-b0d0-457888b4efe4} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:30.666913 [ 5 ] {b8702eb0-e3d6-4b63-b0d0-457888b4efe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:30.667282 [ 5 ] {b8702eb0-e3d6-4b63-b0d0-457888b4efe4} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.09.19 00:41:30.667485 [ 5 ] {b8702eb0-e3d6-4b63-b0d0-457888b4efe4} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:30.667607 [ 5 ] {b8702eb0-e3d6-4b63-b0d0-457888b4efe4} executeQuery: Read 1112 rows, 89.80 KiB in 0.001831 sec., 607318.4052430366 rows/sec., 47.90 MiB/sec. 2025.09.19 00:41:30.667644 [ 5 ] {b8702eb0-e3d6-4b63-b0d0-457888b4efe4} TCPHandler: Processed in 0.001990546 sec. 2025.09.19 00:41:30.667755 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:30.667847 [ 5 ] {724d1813-4d33-40d2-92dc-bf138ad7dfe0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:30.667885 [ 5 ] {724d1813-4d33-40d2-92dc-bf138ad7dfe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:30.668391 [ 5 ] {724d1813-4d33-40d2-92dc-bf138ad7dfe0} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:30.668427 [ 5 ] {724d1813-4d33-40d2-92dc-bf138ad7dfe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:30.668726 [ 5 ] {724d1813-4d33-40d2-92dc-bf138ad7dfe0} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.09.19 00:41:30.668924 [ 5 ] {724d1813-4d33-40d2-92dc-bf138ad7dfe0} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:30.669045 [ 96 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.09.19 00:41:30.669051 [ 5 ] {724d1813-4d33-40d2-92dc-bf138ad7dfe0} executeQuery: Read 205 rows, 12.32 KiB in 0.001223 sec., 167620.60506950124 rows/sec., 9.83 MiB/sec. 2025.09.19 00:41:30.669121 [ 96 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:30.669136 [ 5 ] {724d1813-4d33-40d2-92dc-bf138ad7dfe0} TCPHandler: Processed in 0.001427938 sec. 2025.09.19 00:41:30.669149 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:30.669245 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:30.669286 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:41:30.669341 [ 5 ] {76bb9a65-511f-4bd6-94dc-2b16e566c5c4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:41:30.669385 [ 5 ] {76bb9a65-511f-4bd6-94dc-2b16e566c5c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:41:30.669450 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:30.669496 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 265 rows starting from the beginning of the part 2025.09.19 00:41:30.669566 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 205 rows starting from the beginning of the part 2025.09.19 00:41:30.669611 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 42 rows starting from the beginning of the part 2025.09.19 00:41:30.669654 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 205 rows starting from the beginning of the part 2025.09.19 00:41:30.669697 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part 2025.09.19 00:41:30.669738 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 205 rows starting from the beginning of the part 2025.09.19 00:41:30.669896 [ 5 ] {76bb9a65-511f-4bd6-94dc-2b16e566c5c4} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:30.669938 [ 5 ] {76bb9a65-511f-4bd6-94dc-2b16e566c5c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:30.670280 [ 5 ] {76bb9a65-511f-4bd6-94dc-2b16e566c5c4} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.19 00:41:30.670504 [ 5 ] {76bb9a65-511f-4bd6-94dc-2b16e566c5c4} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:30.670634 [ 5 ] {76bb9a65-511f-4bd6-94dc-2b16e566c5c4} executeQuery: Read 212 rows, 14.00 KiB in 0.00131 sec., 161832.06106870229 rows/sec., 10.44 MiB/sec. 2025.09.19 00:41:30.670671 [ 5 ] {76bb9a65-511f-4bd6-94dc-2b16e566c5c4} TCPHandler: Processed in 0.001472499 sec. 2025.09.19 00:41:30.670681 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 978 rows, containing 5 columns (5 merged, 0 gathered) in 0.001462599 sec., 668672.6847208291 rows/sec., 43.26 MiB/sec. 2025.09.19 00:41:30.670766 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:30.670849 [ 197 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.09.19 00:41:30.670856 [ 5 ] {cff9421d-4f36-478c-863b-22f0d8c40329} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:41:30.670900 [ 5 ] {cff9421d-4f36-478c-863b-22f0d8c40329} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:41:30.671152 [ 197 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_121_24} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:30.671228 [ 197 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_121_24} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.09.19 00:41:30.671313 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.19 00:41:30.671403 [ 5 ] {cff9421d-4f36-478c-863b-22f0d8c40329} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:30.671438 [ 5 ] {cff9421d-4f36-478c-863b-22f0d8c40329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:30.671731 [ 5 ] {cff9421d-4f36-478c-863b-22f0d8c40329} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:41:30.671930 [ 5 ] {cff9421d-4f36-478c-863b-22f0d8c40329} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:30.672054 [ 5 ] {cff9421d-4f36-478c-863b-22f0d8c40329} executeQuery: Read 211 rows, 12.27 KiB in 0.001215 sec., 173662.55144032923 rows/sec., 9.86 MiB/sec. 2025.09.19 00:41:30.672090 [ 5 ] {cff9421d-4f36-478c-863b-22f0d8c40329} TCPHandler: Processed in 0.001370988 sec. 2025.09.19 00:41:30.672193 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:30.672283 [ 5 ] {3a7831f3-1330-4353-9e35-eda1871bee3c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:30.672321 [ 5 ] {3a7831f3-1330-4353-9e35-eda1871bee3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:30.673097 [ 5 ] {3a7831f3-1330-4353-9e35-eda1871bee3c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:30.673133 [ 5 ] {3a7831f3-1330-4353-9e35-eda1871bee3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:30.673449 [ 5 ] {3a7831f3-1330-4353-9e35-eda1871bee3c} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.09.19 00:41:30.673652 [ 5 ] {3a7831f3-1330-4353-9e35-eda1871bee3c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:30.673774 [ 5 ] {3a7831f3-1330-4353-9e35-eda1871bee3c} executeQuery: Read 679 rows, 48.47 KiB in 0.001508 sec., 450265.25198938994 rows/sec., 31.39 MiB/sec. 2025.09.19 00:41:30.673811 [ 5 ] {3a7831f3-1330-4353-9e35-eda1871bee3c} TCPHandler: Processed in 0.001664351 sec. 2025.09.19 00:41:30.673928 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:30.674050 [ 5 ] {092180b7-3ed0-4aa6-b66f-c71d64e1bd40} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:41:30.674100 [ 5 ] {092180b7-3ed0-4aa6-b66f-c71d64e1bd40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:41:30.674498 [ 5 ] {092180b7-3ed0-4aa6-b66f-c71d64e1bd40} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:30.674535 [ 5 ] {092180b7-3ed0-4aa6-b66f-c71d64e1bd40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:30.674847 [ 5 ] {092180b7-3ed0-4aa6-b66f-c71d64e1bd40} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.19 00:41:30.675056 [ 5 ] {092180b7-3ed0-4aa6-b66f-c71d64e1bd40} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:30.675186 [ 5 ] {092180b7-3ed0-4aa6-b66f-c71d64e1bd40} executeQuery: Read 6 rows, 321.00 B in 0.00116 sec., 5172.413793103448 rows/sec., 270.24 KiB/sec. 2025.09.19 00:41:30.675223 [ 5 ] {092180b7-3ed0-4aa6-b66f-c71d64e1bd40} TCPHandler: Processed in 0.001354368 sec. 2025.09.19 00:41:30.675339 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:30.675456 [ 5 ] {ec58afc2-f9af-4412-98d9-4461921a439b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:30.675508 [ 5 ] {ec58afc2-f9af-4412-98d9-4461921a439b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:30.676062 [ 5 ] {ec58afc2-f9af-4412-98d9-4461921a439b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:30.676109 [ 5 ] {ec58afc2-f9af-4412-98d9-4461921a439b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:30.676535 [ 5 ] {ec58afc2-f9af-4412-98d9-4461921a439b} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.09.19 00:41:30.676761 [ 5 ] {ec58afc2-f9af-4412-98d9-4461921a439b} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:30.676898 [ 5 ] {ec58afc2-f9af-4412-98d9-4461921a439b} executeQuery: Read 314 rows, 21.12 KiB in 0.001467 sec., 214042.26312201773 rows/sec., 14.06 MiB/sec. 2025.09.19 00:41:30.676937 [ 5 ] {ec58afc2-f9af-4412-98d9-4461921a439b} TCPHandler: Processed in 0.001656012 sec. 2025.09.19 00:41:30.677043 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:30.677137 [ 5 ] {dea6a9ee-83ba-4b39-a40c-8dd9482fb755} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:41:30.677179 [ 5 ] {dea6a9ee-83ba-4b39-a40c-8dd9482fb755} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:41:30.677495 [ 5 ] {dea6a9ee-83ba-4b39-a40c-8dd9482fb755} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:30.677532 [ 5 ] {dea6a9ee-83ba-4b39-a40c-8dd9482fb755} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:30.677849 [ 5 ] {dea6a9ee-83ba-4b39-a40c-8dd9482fb755} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:41:30.678064 [ 5 ] {dea6a9ee-83ba-4b39-a40c-8dd9482fb755} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:30.678196 [ 5 ] {dea6a9ee-83ba-4b39-a40c-8dd9482fb755} executeQuery: Read 1 rows, 69.00 B in 0.001078 sec., 927.643784786642 rows/sec., 62.51 KiB/sec. 2025.09.19 00:41:30.678234 [ 5 ] {dea6a9ee-83ba-4b39-a40c-8dd9482fb755} TCPHandler: Processed in 0.001240137 sec. 2025.09.19 00:41:30.678337 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:30.678430 [ 5 ] {5e02b0b8-baf3-4c47-a086-7c4e4deb4afc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:30.678472 [ 5 ] {5e02b0b8-baf3-4c47-a086-7c4e4deb4afc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:30.678845 [ 5 ] {5e02b0b8-baf3-4c47-a086-7c4e4deb4afc} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:30.678883 [ 5 ] {5e02b0b8-baf3-4c47-a086-7c4e4deb4afc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:30.679192 [ 5 ] {5e02b0b8-baf3-4c47-a086-7c4e4deb4afc} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.09.19 00:41:30.679396 [ 5 ] {5e02b0b8-baf3-4c47-a086-7c4e4deb4afc} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:30.679523 [ 5 ] {5e02b0b8-baf3-4c47-a086-7c4e4deb4afc} executeQuery: Read 104 rows, 6.53 KiB in 0.001112 sec., 93525.17985611511 rows/sec., 5.73 MiB/sec. 2025.09.19 00:41:30.679559 [ 5 ] {5e02b0b8-baf3-4c47-a086-7c4e4deb4afc} TCPHandler: Processed in 0.001271157 sec. 2025.09.19 00:41:30.815770 [ 217 ] {} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): 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.09.19 00:41:30.815827 [ 217 ] {} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): 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.09.19 00:41:30.817865 [ 217 ] {} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): 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.09.19 00:41:34.709292 [ 98 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:41:34.709355 [ 98 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:41:34.905526 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 40261 2025.09.19 00:41:34.906033 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:34.906073 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:34.906575 [ 243 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.19 00:41:34.906809 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:34.906962 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40261 2025.09.19 00:41:35.034667 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2306 2025.09.19 00:41:35.037171 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:35.037212 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:35.038407 [ 242 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:41:35.038676 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:35.038939 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2306 2025.09.19 00:41:35.654607 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:35.654833 [ 5 ] {92e15390-03b5-429b-a2fb-fcc2ba4ca7e2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:35.654907 [ 5 ] {92e15390-03b5-429b-a2fb-fcc2ba4ca7e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:35.655708 [ 5 ] {92e15390-03b5-429b-a2fb-fcc2ba4ca7e2} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:35.655757 [ 5 ] {92e15390-03b5-429b-a2fb-fcc2ba4ca7e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:35.656154 [ 5 ] {92e15390-03b5-429b-a2fb-fcc2ba4ca7e2} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.09.19 00:41:35.656379 [ 5 ] {92e15390-03b5-429b-a2fb-fcc2ba4ca7e2} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:35.656536 [ 5 ] {92e15390-03b5-429b-a2fb-fcc2ba4ca7e2} executeQuery: Read 140 rows, 12.42 KiB in 0.001756 sec., 79726.65148063781 rows/sec., 6.91 MiB/sec. 2025.09.19 00:41:35.656581 [ 5 ] {92e15390-03b5-429b-a2fb-fcc2ba4ca7e2} TCPHandler: Processed in 0.002156549 sec. 2025.09.19 00:41:35.656708 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:35.656806 [ 5 ] {cb9946ea-9ad3-4336-bb26-edce6c370613} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:35.656846 [ 5 ] {cb9946ea-9ad3-4336-bb26-edce6c370613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:35.657264 [ 5 ] {cb9946ea-9ad3-4336-bb26-edce6c370613} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:35.657299 [ 5 ] {cb9946ea-9ad3-4336-bb26-edce6c370613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:35.657605 [ 5 ] {cb9946ea-9ad3-4336-bb26-edce6c370613} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.09.19 00:41:35.657812 [ 5 ] {cb9946ea-9ad3-4336-bb26-edce6c370613} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:35.657937 [ 5 ] {cb9946ea-9ad3-4336-bb26-edce6c370613} executeQuery: Read 42 rows, 3.16 KiB in 0.00115 sec., 36521.739130434784 rows/sec., 2.68 MiB/sec. 2025.09.19 00:41:35.657975 [ 5 ] {cb9946ea-9ad3-4336-bb26-edce6c370613} TCPHandler: Processed in 0.001314607 sec. 2025.09.19 00:41:35.658049 [ 217 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:41:35.658083 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:35.658085 [ 217 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:41:35.658175 [ 5 ] {7a1a7e77-ddf7-4adf-bc5f-07bf61455910} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:35.658215 [ 5 ] {7a1a7e77-ddf7-4adf-bc5f-07bf61455910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:35.658642 [ 5 ] {7a1a7e77-ddf7-4adf-bc5f-07bf61455910} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:35.658676 [ 5 ] {7a1a7e77-ddf7-4adf-bc5f-07bf61455910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:35.658975 [ 5 ] {7a1a7e77-ddf7-4adf-bc5f-07bf61455910} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.09.19 00:41:35.659198 [ 5 ] {7a1a7e77-ddf7-4adf-bc5f-07bf61455910} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:35.659323 [ 5 ] {7a1a7e77-ddf7-4adf-bc5f-07bf61455910} executeQuery: Read 106 rows, 8.48 KiB in 0.001166 sec., 90909.09090909091 rows/sec., 7.10 MiB/sec. 2025.09.19 00:41:35.659360 [ 5 ] {7a1a7e77-ddf7-4adf-bc5f-07bf61455910} TCPHandler: Processed in 0.001323747 sec. 2025.09.19 00:41:35.659468 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:35.659559 [ 5 ] {0afff791-05bf-4d62-b4e9-ab8fd238032d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:35.659603 [ 5 ] {0afff791-05bf-4d62-b4e9-ab8fd238032d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:35.660014 [ 5 ] {0afff791-05bf-4d62-b4e9-ab8fd238032d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:35.660048 [ 5 ] {0afff791-05bf-4d62-b4e9-ab8fd238032d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:35.660383 [ 5 ] {0afff791-05bf-4d62-b4e9-ab8fd238032d} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.09.19 00:41:35.660608 [ 5 ] {0afff791-05bf-4d62-b4e9-ab8fd238032d} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:35.660736 [ 5 ] {0afff791-05bf-4d62-b4e9-ab8fd238032d} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2025.09.19 00:41:35.660773 [ 5 ] {0afff791-05bf-4d62-b4e9-ab8fd238032d} TCPHandler: Processed in 0.001351338 sec. 2025.09.19 00:41:35.660879 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:35.660971 [ 5 ] {424ef5a5-5b7d-4e17-85e5-28bdd4328df9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:35.661023 [ 5 ] {424ef5a5-5b7d-4e17-85e5-28bdd4328df9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:41:35.661108 [ 217 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:41:35.661898 [ 5 ] {424ef5a5-5b7d-4e17-85e5-28bdd4328df9} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:35.661934 [ 5 ] {424ef5a5-5b7d-4e17-85e5-28bdd4328df9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:35.662483 [ 5 ] {424ef5a5-5b7d-4e17-85e5-28bdd4328df9} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:41:35.662702 [ 5 ] {424ef5a5-5b7d-4e17-85e5-28bdd4328df9} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:35.662836 [ 5 ] {424ef5a5-5b7d-4e17-85e5-28bdd4328df9} executeQuery: Read 42 rows, 77.07 KiB in 0.001883 sec., 22304.832713754648 rows/sec., 39.97 MiB/sec. 2025.09.19 00:41:35.662888 [ 5 ] {424ef5a5-5b7d-4e17-85e5-28bdd4328df9} TCPHandler: Processed in 0.002055707 sec. 2025.09.19 00:41:35.663000 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:35.663091 [ 5 ] {1789e190-1e13-4f8a-9ca0-37cc47ac058a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:35.663132 [ 5 ] {1789e190-1e13-4f8a-9ca0-37cc47ac058a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:35.663465 [ 5 ] {1789e190-1e13-4f8a-9ca0-37cc47ac058a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:35.663500 [ 5 ] {1789e190-1e13-4f8a-9ca0-37cc47ac058a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:35.663797 [ 5 ] {1789e190-1e13-4f8a-9ca0-37cc47ac058a} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.09.19 00:41:35.664008 [ 5 ] {1789e190-1e13-4f8a-9ca0-37cc47ac058a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:35.664131 [ 5 ] {1789e190-1e13-4f8a-9ca0-37cc47ac058a} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.09.19 00:41:35.664166 [ 5 ] {1789e190-1e13-4f8a-9ca0-37cc47ac058a} TCPHandler: Processed in 0.001213916 sec. 2025.09.19 00:41:37.047352 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2025.09.19 00:41:37.066010 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:37.066067 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:37.072360 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.19 00:41:37.073060 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:37.076426 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2025.09.19 00:41:40.663058 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:40.663335 [ 5 ] {d6220e1d-dd33-4cf7-8fac-04e42e100c5c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:41:40.663430 [ 5 ] {d6220e1d-dd33-4cf7-8fac-04e42e100c5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:41:40.664424 [ 5 ] {d6220e1d-dd33-4cf7-8fac-04e42e100c5c} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.664472 [ 5 ] {d6220e1d-dd33-4cf7-8fac-04e42e100c5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:40.664885 [ 5 ] {d6220e1d-dd33-4cf7-8fac-04e42e100c5c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:41:40.665137 [ 5 ] {d6220e1d-dd33-4cf7-8fac-04e42e100c5c} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.665290 [ 5 ] {d6220e1d-dd33-4cf7-8fac-04e42e100c5c} executeQuery: Read 410 rows, 26.63 KiB in 0.002025 sec., 202469.13580246916 rows/sec., 12.84 MiB/sec. 2025.09.19 00:41:40.665290 [ 86 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 2025.09.19 00:41:40.665335 [ 5 ] {d6220e1d-dd33-4cf7-8fac-04e42e100c5c} TCPHandler: Processed in 0.002445722 sec. 2025.09.19 00:41:40.665374 [ 86 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.665404 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:40.665472 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:40.665516 [ 186 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_61_15} MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full 2025.09.19 00:41:40.665573 [ 5 ] {d71c554e-b2ef-4b5e-9198-368f95f40ef8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:41:40.665621 [ 5 ] {d71c554e-b2ef-4b5e-9198-368f95f40ef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:41:40.665650 [ 186 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_61_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:40.665691 [ 186 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 410 rows starting from the beginning of the part 2025.09.19 00:41:40.665766 [ 186 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 410 rows starting from the beginning of the part 2025.09.19 00:41:40.665815 [ 186 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 410 rows starting from the beginning of the part 2025.09.19 00:41:40.665861 [ 186 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 410 rows starting from the beginning of the part 2025.09.19 00:41:40.665900 [ 186 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 410 rows starting from the beginning of the part 2025.09.19 00:41:40.666015 [ 5 ] {d71c554e-b2ef-4b5e-9198-368f95f40ef8} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.666058 [ 5 ] {d71c554e-b2ef-4b5e-9198-368f95f40ef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:40.666382 [ 5 ] {d71c554e-b2ef-4b5e-9198-368f95f40ef8} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.19 00:41:40.666611 [ 5 ] {d71c554e-b2ef-4b5e-9198-368f95f40ef8} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.666741 [ 5 ] {d71c554e-b2ef-4b5e-9198-368f95f40ef8} executeQuery: Read 2 rows, 167.00 B in 0.001187 sec., 1684.9199663016009 rows/sec., 137.39 KiB/sec. 2025.09.19 00:41:40.666779 [ 5 ] {d71c554e-b2ef-4b5e-9198-368f95f40ef8} TCPHandler: Processed in 0.001357008 sec. 2025.09.19 00:41:40.666890 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:40.666950 [ 201 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_61_15} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148401 sec., 1381392.3086771653 rows/sec., 92.90 MiB/sec. 2025.09.19 00:41:40.666984 [ 5 ] {87bba96b-812e-4ab9-8d26-2c39096d5ebc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:40.667025 [ 5 ] {87bba96b-812e-4ab9-8d26-2c39096d5ebc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:40.667151 [ 196 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_61_15} MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) 2025.09.19 00:41:40.667472 [ 196 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_61_15} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.667561 [ 196 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_61_15} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 2025.09.19 00:41:40.667684 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:41:40.668022 [ 5 ] {87bba96b-812e-4ab9-8d26-2c39096d5ebc} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.668064 [ 5 ] {87bba96b-812e-4ab9-8d26-2c39096d5ebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:40.668435 [ 5 ] {87bba96b-812e-4ab9-8d26-2c39096d5ebc} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.09.19 00:41:40.668649 [ 5 ] {87bba96b-812e-4ab9-8d26-2c39096d5ebc} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.668776 [ 5 ] {87bba96b-812e-4ab9-8d26-2c39096d5ebc} executeQuery: Read 1113 rows, 89.87 KiB in 0.001811 sec., 614577.5814467146 rows/sec., 48.46 MiB/sec. 2025.09.19 00:41:40.668815 [ 5 ] {87bba96b-812e-4ab9-8d26-2c39096d5ebc} TCPHandler: Processed in 0.001972446 sec. 2025.09.19 00:41:40.668930 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:40.669024 [ 5 ] {cc551e56-0c99-4562-902c-4955ddaa5d44} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:40.669065 [ 5 ] {cc551e56-0c99-4562-902c-4955ddaa5d44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:40.669571 [ 5 ] {cc551e56-0c99-4562-902c-4955ddaa5d44} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.669615 [ 5 ] {cc551e56-0c99-4562-902c-4955ddaa5d44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:40.669960 [ 5 ] {cc551e56-0c99-4562-902c-4955ddaa5d44} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.09.19 00:41:40.670171 [ 5 ] {cc551e56-0c99-4562-902c-4955ddaa5d44} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.670298 [ 5 ] {cc551e56-0c99-4562-902c-4955ddaa5d44} executeQuery: Read 207 rows, 12.46 KiB in 0.001293 sec., 160092.80742459395 rows/sec., 9.41 MiB/sec. 2025.09.19 00:41:40.670336 [ 5 ] {cc551e56-0c99-4562-902c-4955ddaa5d44} TCPHandler: Processed in 0.001453569 sec. 2025.09.19 00:41:40.670444 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:40.670537 [ 5 ] {4523a4cf-895d-428c-b0c0-feb939fb9e46} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:41:40.670576 [ 5 ] {4523a4cf-895d-428c-b0c0-feb939fb9e46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:41:40.671054 [ 5 ] {4523a4cf-895d-428c-b0c0-feb939fb9e46} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.671090 [ 5 ] {4523a4cf-895d-428c-b0c0-feb939fb9e46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:40.671383 [ 5 ] {4523a4cf-895d-428c-b0c0-feb939fb9e46} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.19 00:41:40.671580 [ 5 ] {4523a4cf-895d-428c-b0c0-feb939fb9e46} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.671710 [ 5 ] {4523a4cf-895d-428c-b0c0-feb939fb9e46} executeQuery: Read 212 rows, 14.00 KiB in 0.001192 sec., 177852.34899328862 rows/sec., 11.47 MiB/sec. 2025.09.19 00:41:40.671748 [ 5 ] {4523a4cf-895d-428c-b0c0-feb939fb9e46} TCPHandler: Processed in 0.001350658 sec. 2025.09.19 00:41:40.671869 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:40.671989 [ 5 ] {9f12d0ea-370a-4ebc-bcfd-263aa8f5f7b5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:41:40.672040 [ 5 ] {9f12d0ea-370a-4ebc-bcfd-263aa8f5f7b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:41:40.672623 [ 5 ] {9f12d0ea-370a-4ebc-bcfd-263aa8f5f7b5} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.672667 [ 5 ] {9f12d0ea-370a-4ebc-bcfd-263aa8f5f7b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:40.673014 [ 5 ] {9f12d0ea-370a-4ebc-bcfd-263aa8f5f7b5} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:41:40.673236 [ 5 ] {9f12d0ea-370a-4ebc-bcfd-263aa8f5f7b5} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.673343 [ 86 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 2025.09.19 00:41:40.673367 [ 5 ] {9f12d0ea-370a-4ebc-bcfd-263aa8f5f7b5} executeQuery: Read 211 rows, 12.27 KiB in 0.001403 sec., 150392.017106201 rows/sec., 8.54 MiB/sec. 2025.09.19 00:41:40.673375 [ 86 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.673408 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:40.673414 [ 5 ] {9f12d0ea-370a-4ebc-bcfd-263aa8f5f7b5} TCPHandler: Processed in 0.00160601 sec. 2025.09.19 00:41:40.673475 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_61_15} MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full 2025.09.19 00:41:40.673500 [ 220 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:41:40.673526 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:40.673532 [ 220 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:41:40.673574 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_61_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:40.673607 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 211 rows starting from the beginning of the part 2025.09.19 00:41:40.673631 [ 5 ] {23080f5e-1a9d-438f-8560-8c29b906e155} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:40.673662 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 211 rows starting from the beginning of the part 2025.09.19 00:41:40.673677 [ 5 ] {23080f5e-1a9d-438f-8560-8c29b906e155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:40.673745 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 211 rows starting from the beginning of the part 2025.09.19 00:41:40.673793 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 211 rows starting from the beginning of the part 2025.09.19 00:41:40.673828 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 211 rows starting from the beginning of the part 2025.09.19 00:41:40.674401 [ 5 ] {23080f5e-1a9d-438f-8560-8c29b906e155} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.674445 [ 5 ] {23080f5e-1a9d-438f-8560-8c29b906e155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:40.674620 [ 201 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_61_15} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001172475 sec., 899805.9660120684 rows/sec., 54.53 MiB/sec. 2025.09.19 00:41:40.674794 [ 5 ] {23080f5e-1a9d-438f-8560-8c29b906e155} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.09.19 00:41:40.674795 [ 201 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_61_15} MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) 2025.09.19 00:41:40.675020 [ 5 ] {23080f5e-1a9d-438f-8560-8c29b906e155} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.675073 [ 201 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_61_15} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.675162 [ 5 ] {23080f5e-1a9d-438f-8560-8c29b906e155} executeQuery: Read 681 rows, 48.63 KiB in 0.001548 sec., 439922.48062015505 rows/sec., 30.68 MiB/sec. 2025.09.19 00:41:40.675174 [ 201 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_61_15} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 2025.09.19 00:41:40.675203 [ 5 ] {23080f5e-1a9d-438f-8560-8c29b906e155} TCPHandler: Processed in 0.001725563 sec. 2025.09.19 00:41:40.675260 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:41:40.675317 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:40.675410 [ 5 ] {3050dfda-9b67-49fa-8ca7-9cd9aa5628b0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:41:40.675452 [ 5 ] {3050dfda-9b67-49fa-8ca7-9cd9aa5628b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:41:40.675767 [ 220 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:41:40.675782 [ 5 ] {3050dfda-9b67-49fa-8ca7-9cd9aa5628b0} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.675824 [ 5 ] {3050dfda-9b67-49fa-8ca7-9cd9aa5628b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:40.676137 [ 5 ] {3050dfda-9b67-49fa-8ca7-9cd9aa5628b0} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.19 00:41:40.676338 [ 5 ] {3050dfda-9b67-49fa-8ca7-9cd9aa5628b0} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.676449 [ 85 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.19 00:41:40.676464 [ 5 ] {3050dfda-9b67-49fa-8ca7-9cd9aa5628b0} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2025.09.19 00:41:40.676478 [ 85 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.676497 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:40.676501 [ 5 ] {3050dfda-9b67-49fa-8ca7-9cd9aa5628b0} TCPHandler: Processed in 0.001234666 sec. 2025.09.19 00:41:40.676599 [ 188 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:41:40.676615 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:40.676719 [ 188 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:40.676720 [ 5 ] {db84e256-3443-4165-980b-20380f0c46d9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:40.676759 [ 188 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 336 rows starting from the beginning of the part 2025.09.19 00:41:40.676782 [ 5 ] {db84e256-3443-4165-980b-20380f0c46d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:40.676836 [ 188 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part 2025.09.19 00:41:40.676887 [ 188 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part 2025.09.19 00:41:40.676934 [ 188 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part 2025.09.19 00:41:40.676975 [ 188 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part 2025.09.19 00:41:40.677020 [ 188 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part 2025.09.19 00:41:40.677225 [ 5 ] {db84e256-3443-4165-980b-20380f0c46d9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.677266 [ 5 ] {db84e256-3443-4165-980b-20380f0c46d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:40.677621 [ 5 ] {db84e256-3443-4165-980b-20380f0c46d9} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.09.19 00:41:40.677841 [ 5 ] {db84e256-3443-4165-980b-20380f0c46d9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.677862 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 4 columns (4 merged, 0 gathered) in 0.001305667 sec., 280316.4972385762 rows/sec., 14.30 MiB/sec. 2025.09.19 00:41:40.677966 [ 5 ] {db84e256-3443-4165-980b-20380f0c46d9} executeQuery: Read 315 rows, 21.19 KiB in 0.001264 sec., 249208.8607594937 rows/sec., 16.37 MiB/sec. 2025.09.19 00:41:40.677976 [ 188 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.19 00:41:40.678010 [ 5 ] {db84e256-3443-4165-980b-20380f0c46d9} TCPHandler: Processed in 0.001443899 sec. 2025.09.19 00:41:40.678134 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:40.678237 [ 188 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_61_12} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.678253 [ 5 ] {a98f8e48-ef52-4925-a725-e3759f02f3a2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:41:40.678304 [ 188 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_61_12} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.19 00:41:40.678311 [ 5 ] {a98f8e48-ef52-4925-a725-e3759f02f3a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:41:40.678371 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.19 00:41:40.678703 [ 5 ] {a98f8e48-ef52-4925-a725-e3759f02f3a2} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.678753 [ 5 ] {a98f8e48-ef52-4925-a725-e3759f02f3a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:40.679064 [ 5 ] {a98f8e48-ef52-4925-a725-e3759f02f3a2} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:41:40.679272 [ 5 ] {a98f8e48-ef52-4925-a725-e3759f02f3a2} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.679410 [ 5 ] {a98f8e48-ef52-4925-a725-e3759f02f3a2} executeQuery: Read 1 rows, 69.00 B in 0.001183 sec., 845.30853761623 rows/sec., 56.96 KiB/sec. 2025.09.19 00:41:40.679446 [ 5 ] {a98f8e48-ef52-4925-a725-e3759f02f3a2} TCPHandler: Processed in 0.001372009 sec. 2025.09.19 00:41:40.679548 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:40.679643 [ 5 ] {81bc4497-34cf-4840-be3a-92117fad8af4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:40.679684 [ 5 ] {81bc4497-34cf-4840-be3a-92117fad8af4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:40.680063 [ 5 ] {81bc4497-34cf-4840-be3a-92117fad8af4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:40.680105 [ 5 ] {81bc4497-34cf-4840-be3a-92117fad8af4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:40.680469 [ 5 ] {81bc4497-34cf-4840-be3a-92117fad8af4} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.09.19 00:41:40.680707 [ 5 ] {81bc4497-34cf-4840-be3a-92117fad8af4} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:40.680843 [ 5 ] {81bc4497-34cf-4840-be3a-92117fad8af4} executeQuery: Read 104 rows, 6.53 KiB in 0.001218 sec., 85385.87848932677 rows/sec., 5.23 MiB/sec. 2025.09.19 00:41:40.680878 [ 5 ] {81bc4497-34cf-4840-be3a-92117fad8af4} TCPHandler: Processed in 0.001378208 sec. 2025.09.19 00:41:41.612554 [ 224 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:41:41.612606 [ 224 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:41:41.615683 [ 224 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:41:42.407134 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 40773 2025.09.19 00:41:42.407952 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:42.407996 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.09.19 00:41:42.408486 [ 243 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.19 00:41:42.408727 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:42.408883 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40773 2025.09.19 00:41:42.408947 [ 223 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:41:42.409000 [ 223 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:41:42.412068 [ 223 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:41:43.063286 [ 221 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:41:43.063343 [ 221 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:41:43.065324 [ 221 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:41:44.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 389.96 MiB, peak 405.01 MiB, free memory in arenas 0.00 B, will set to 393.96 MiB (RSS), difference: 4.00 MiB 2025.09.19 00:41:44.576515 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2025.09.19 00:41:44.595207 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:44.595261 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:44.601677 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.19 00:41:44.602406 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:44.606145 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2025.09.19 00:41:45.039158 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2340 2025.09.19 00:41:45.041478 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:45.041516 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:45.042682 [ 242 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:41:45.042939 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:45.043209 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2340 2025.09.19 00:41:45.654051 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:45.654249 [ 5 ] {0814af7b-ed7d-4da5-9ed6-dc227b6e9669} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:45.654323 [ 5 ] {0814af7b-ed7d-4da5-9ed6-dc227b6e9669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:45.655104 [ 5 ] {0814af7b-ed7d-4da5-9ed6-dc227b6e9669} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:45.655154 [ 5 ] {0814af7b-ed7d-4da5-9ed6-dc227b6e9669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:45.655547 [ 5 ] {0814af7b-ed7d-4da5-9ed6-dc227b6e9669} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.09.19 00:41:45.655767 [ 5 ] {0814af7b-ed7d-4da5-9ed6-dc227b6e9669} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:45.655919 [ 79 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.09.19 00:41:45.655929 [ 5 ] {0814af7b-ed7d-4da5-9ed6-dc227b6e9669} executeQuery: Read 140 rows, 12.42 KiB in 0.001733 sec., 80784.76630121177 rows/sec., 7.00 MiB/sec. 2025.09.19 00:41:45.655983 [ 79 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:45.656004 [ 5 ] {0814af7b-ed7d-4da5-9ed6-dc227b6e9669} TCPHandler: Processed in 0.002114657 sec. 2025.09.19 00:41:45.656011 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:45.656130 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:41:45.656142 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:45.656240 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:45.656257 [ 5 ] {854452c8-9fdc-4956-a625-d046e8810da3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:45.656274 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2346 rows starting from the beginning of the part 2025.09.19 00:41:45.656300 [ 5 ] {854452c8-9fdc-4956-a625-d046e8810da3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:45.656343 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1287 rows starting from the beginning of the part 2025.09.19 00:41:45.656398 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:41:45.656449 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 140 rows starting from the beginning of the part 2025.09.19 00:41:45.656497 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:41:45.656547 [ 201 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 140 rows starting from the beginning of the part 2025.09.19 00:41:45.656735 [ 5 ] {854452c8-9fdc-4956-a625-d046e8810da3} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:45.656771 [ 5 ] {854452c8-9fdc-4956-a625-d046e8810da3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:45.657083 [ 5 ] {854452c8-9fdc-4956-a625-d046e8810da3} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.09.19 00:41:45.657289 [ 5 ] {854452c8-9fdc-4956-a625-d046e8810da3} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:45.657424 [ 5 ] {854452c8-9fdc-4956-a625-d046e8810da3} executeQuery: Read 42 rows, 3.16 KiB in 0.001191 sec., 35264.48362720403 rows/sec., 2.59 MiB/sec. 2025.09.19 00:41:45.657463 [ 5 ] {854452c8-9fdc-4956-a625-d046e8810da3} TCPHandler: Processed in 0.001371528 sec. 2025.09.19 00:41:45.657568 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:45.657670 [ 5 ] {8f63128c-f3d1-4704-9536-d3c635af37aa} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:45.657711 [ 5 ] {8f63128c-f3d1-4704-9536-d3c635af37aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:45.658162 [ 5 ] {8f63128c-f3d1-4704-9536-d3c635af37aa} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:45.658199 [ 5 ] {8f63128c-f3d1-4704-9536-d3c635af37aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:45.658518 [ 5 ] {8f63128c-f3d1-4704-9536-d3c635af37aa} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.09.19 00:41:45.658568 [ 188 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 6138 rows, containing 5 columns (5 merged, 0 gathered) in 0.002483872 sec., 2471141.830174824 rows/sec., 209.27 MiB/sec. 2025.09.19 00:41:45.658728 [ 5 ] {8f63128c-f3d1-4704-9536-d3c635af37aa} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:45.658864 [ 5 ] {8f63128c-f3d1-4704-9536-d3c635af37aa} executeQuery: Read 106 rows, 8.48 KiB in 0.001215 sec., 87242.79835390947 rows/sec., 6.81 MiB/sec. 2025.09.19 00:41:45.658877 [ 199 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.09.19 00:41:45.658885 [ 78 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.09.19 00:41:45.658902 [ 5 ] {8f63128c-f3d1-4704-9536-d3c635af37aa} TCPHandler: Processed in 0.001383758 sec. 2025.09.19 00:41:45.658957 [ 78 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:45.658987 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:45.659047 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:45.659096 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:41:45.659147 [ 5 ] {221c1ea9-6b80-4bfb-ac0b-e3b9531db14f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:45.659195 [ 5 ] {221c1ea9-6b80-4bfb-ac0b-e3b9531db14f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:45.659197 [ 199 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_126_25} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:45.659219 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:45.659258 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1213 rows starting from the beginning of the part 2025.09.19 00:41:45.659294 [ 199 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_126_25} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.09.19 00:41:45.659328 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 576 rows starting from the beginning of the part 2025.09.19 00:41:45.659378 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 679 rows starting from the beginning of the part 2025.09.19 00:41:45.659402 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.09.19 00:41:45.659420 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 106 rows starting from the beginning of the part 2025.09.19 00:41:45.659467 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 681 rows starting from the beginning of the part 2025.09.19 00:41:45.659508 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 106 rows starting from the beginning of the part 2025.09.19 00:41:45.659608 [ 5 ] {221c1ea9-6b80-4bfb-ac0b-e3b9531db14f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:45.659651 [ 5 ] {221c1ea9-6b80-4bfb-ac0b-e3b9531db14f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:45.659999 [ 5 ] {221c1ea9-6b80-4bfb-ac0b-e3b9531db14f} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.09.19 00:41:45.660223 [ 5 ] {221c1ea9-6b80-4bfb-ac0b-e3b9531db14f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:45.660355 [ 5 ] {221c1ea9-6b80-4bfb-ac0b-e3b9531db14f} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.09.19 00:41:45.660392 [ 5 ] {221c1ea9-6b80-4bfb-ac0b-e3b9531db14f} TCPHandler: Processed in 0.001398048 sec. 2025.09.19 00:41:45.660497 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:45.660589 [ 5 ] {d01b5008-8e92-4281-85a3-3d92c82e4330} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:45.660642 [ 5 ] {d01b5008-8e92-4281-85a3-3d92c82e4330} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:41:45.660840 [ 195 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 3361 rows, containing 5 columns (5 merged, 0 gathered) in 0.001792294 sec., 1875250.3774492354 rows/sec., 141.74 MiB/sec. 2025.09.19 00:41:45.661062 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.09.19 00:41:45.661355 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_126_25} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:45.661429 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_126_25} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.09.19 00:41:45.661510 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:41:45.661528 [ 5 ] {d01b5008-8e92-4281-85a3-3d92c82e4330} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:45.661563 [ 5 ] {d01b5008-8e92-4281-85a3-3d92c82e4330} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:45.662117 [ 5 ] {d01b5008-8e92-4281-85a3-3d92c82e4330} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:41:45.662329 [ 5 ] {d01b5008-8e92-4281-85a3-3d92c82e4330} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:45.662462 [ 5 ] {d01b5008-8e92-4281-85a3-3d92c82e4330} executeQuery: Read 42 rows, 77.07 KiB in 0.001891 sec., 22210.470650449497 rows/sec., 39.80 MiB/sec. 2025.09.19 00:41:45.662516 [ 5 ] {d01b5008-8e92-4281-85a3-3d92c82e4330} TCPHandler: Processed in 0.002066597 sec. 2025.09.19 00:41:45.662627 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:45.662718 [ 5 ] {28b622f0-87f1-4663-ba96-dedc1ef92028} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:45.662758 [ 5 ] {28b622f0-87f1-4663-ba96-dedc1ef92028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:45.663089 [ 5 ] {28b622f0-87f1-4663-ba96-dedc1ef92028} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:45.663125 [ 5 ] {28b622f0-87f1-4663-ba96-dedc1ef92028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:45.663430 [ 5 ] {28b622f0-87f1-4663-ba96-dedc1ef92028} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.09.19 00:41:45.663628 [ 5 ] {28b622f0-87f1-4663-ba96-dedc1ef92028} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:45.663745 [ 79 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.09.19 00:41:45.663753 [ 5 ] {28b622f0-87f1-4663-ba96-dedc1ef92028} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.09.19 00:41:45.663786 [ 79 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:45.663805 [ 5 ] {28b622f0-87f1-4663-ba96-dedc1ef92028} TCPHandler: Processed in 0.001226626 sec. 2025.09.19 00:41:45.663810 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:45.663929 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:41:45.664148 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:45.664204 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_126_25} MergeTreeSequentialSource: Reading 3 marks from part all_1_121_24, total 9760 rows starting from the beginning of the part 2025.09.19 00:41:45.664301 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:41:45.664374 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 104 rows starting from the beginning of the part 2025.09.19 00:41:45.664440 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:41:45.664501 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 104 rows starting from the beginning of the part 2025.09.19 00:41:45.664563 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:41:45.667153 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 10148 rows, containing 4 columns (4 merged, 0 gathered) in 0.003264852 sec., 3108257.2808813388 rows/sec., 197.58 MiB/sec. 2025.09.19 00:41:45.667525 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.09.19 00:41:45.667989 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_126_25} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:45.668060 [ 189 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_126_25} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.09.19 00:41:45.668129 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2025.09.19 00:41:49.709399 [ 74 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:41:49.709468 [ 74 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:41:49.909079 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 41221 2025.09.19 00:41:49.909899 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:49.909982 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:49.910554 [ 243 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.19 00:41:49.910798 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:49.910954 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41221 2025.09.19 00:41:49.910956 [ 74 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.19 00:41:49.911012 [ 74 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:49.911037 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:49.911158 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:49.911300 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:49.911338 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 38853 rows starting from the beginning of the part 2025.09.19 00:41:49.911398 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:49.911445 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:49.911487 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:49.911529 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:49.911569 [ 195 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:41:49.914162 [ 192 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 41221 rows, containing 4 columns (4 merged, 0 gathered) in 0.00305204 sec., 13506048.413520139 rows/sec., 193.21 MiB/sec. 2025.09.19 00:41:49.914718 [ 192 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.19 00:41:49.915134 [ 192 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_86_17} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:49.915214 [ 192 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_86_17} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.19 00:41:49.915337 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2025.09.19 00:41:50.094088 [ 220 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.09.19 00:41:50.094137 [ 220 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.09.19 00:41:50.096869 [ 220 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.09.19 00:41:50.338338 [ 220 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:41:50.338405 [ 220 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:41:50.341720 [ 220 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:41:50.663324 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:50.663504 [ 5 ] {2d88298a-7fdd-44ad-96fc-58f8d9e528d4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:41:50.663568 [ 5 ] {2d88298a-7fdd-44ad-96fc-58f8d9e528d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:41:50.664347 [ 5 ] {2d88298a-7fdd-44ad-96fc-58f8d9e528d4} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.664394 [ 5 ] {2d88298a-7fdd-44ad-96fc-58f8d9e528d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.664797 [ 5 ] {2d88298a-7fdd-44ad-96fc-58f8d9e528d4} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:41:50.665020 [ 5 ] {2d88298a-7fdd-44ad-96fc-58f8d9e528d4} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.665169 [ 5 ] {2d88298a-7fdd-44ad-96fc-58f8d9e528d4} executeQuery: Read 410 rows, 26.63 KiB in 0.001713 sec., 239346.17629889084 rows/sec., 15.18 MiB/sec. 2025.09.19 00:41:50.665212 [ 5 ] {2d88298a-7fdd-44ad-96fc-58f8d9e528d4} TCPHandler: Processed in 0.002014317 sec. 2025.09.19 00:41:50.665339 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:50.665461 [ 5 ] {97fc21dc-f940-42eb-96a5-9486ce0e25db} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:50.665512 [ 5 ] {97fc21dc-f940-42eb-96a5-9486ce0e25db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:50.666382 [ 5 ] {97fc21dc-f940-42eb-96a5-9486ce0e25db} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.666419 [ 5 ] {97fc21dc-f940-42eb-96a5-9486ce0e25db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.666804 [ 5 ] {97fc21dc-f940-42eb-96a5-9486ce0e25db} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.09.19 00:41:50.667015 [ 5 ] {97fc21dc-f940-42eb-96a5-9486ce0e25db} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.667147 [ 5 ] {97fc21dc-f940-42eb-96a5-9486ce0e25db} executeQuery: Read 1112 rows, 89.80 KiB in 0.001711 sec., 649912.3319696084 rows/sec., 51.25 MiB/sec. 2025.09.19 00:41:50.667183 [ 5 ] {97fc21dc-f940-42eb-96a5-9486ce0e25db} TCPHandler: Processed in 0.001906934 sec. 2025.09.19 00:41:50.667294 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:50.667388 [ 5 ] {5f65de07-2493-4b11-b9d2-53bebaa2aa23} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:50.667428 [ 5 ] {5f65de07-2493-4b11-b9d2-53bebaa2aa23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:50.667881 [ 5 ] {5f65de07-2493-4b11-b9d2-53bebaa2aa23} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.667916 [ 5 ] {5f65de07-2493-4b11-b9d2-53bebaa2aa23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.668225 [ 5 ] {5f65de07-2493-4b11-b9d2-53bebaa2aa23} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.09.19 00:41:50.668439 [ 5 ] {5f65de07-2493-4b11-b9d2-53bebaa2aa23} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.668570 [ 5 ] {5f65de07-2493-4b11-b9d2-53bebaa2aa23} executeQuery: Read 205 rows, 12.32 KiB in 0.001199 sec., 170975.81317764803 rows/sec., 10.03 MiB/sec. 2025.09.19 00:41:50.668606 [ 5 ] {5f65de07-2493-4b11-b9d2-53bebaa2aa23} TCPHandler: Processed in 0.001359018 sec. 2025.09.19 00:41:50.668726 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:50.668847 [ 5 ] {b93fff9f-10c5-44aa-b1db-0f60f48183ba} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:41:50.668896 [ 5 ] {b93fff9f-10c5-44aa-b1db-0f60f48183ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:41:50.669403 [ 5 ] {b93fff9f-10c5-44aa-b1db-0f60f48183ba} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.669439 [ 5 ] {b93fff9f-10c5-44aa-b1db-0f60f48183ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.669749 [ 5 ] {b93fff9f-10c5-44aa-b1db-0f60f48183ba} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.19 00:41:50.669959 [ 5 ] {b93fff9f-10c5-44aa-b1db-0f60f48183ba} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.670090 [ 5 ] {b93fff9f-10c5-44aa-b1db-0f60f48183ba} executeQuery: Read 212 rows, 14.00 KiB in 0.001268 sec., 167192.429022082 rows/sec., 10.78 MiB/sec. 2025.09.19 00:41:50.670128 [ 5 ] {b93fff9f-10c5-44aa-b1db-0f60f48183ba} TCPHandler: Processed in 0.001464449 sec. 2025.09.19 00:41:50.670243 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:50.670358 [ 5 ] {9f49ce28-4df1-45db-b3a3-2214787955eb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:41:50.670405 [ 5 ] {9f49ce28-4df1-45db-b3a3-2214787955eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:41:50.670933 [ 5 ] {9f49ce28-4df1-45db-b3a3-2214787955eb} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.670974 [ 5 ] {9f49ce28-4df1-45db-b3a3-2214787955eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.671301 [ 5 ] {9f49ce28-4df1-45db-b3a3-2214787955eb} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:41:50.671525 [ 5 ] {9f49ce28-4df1-45db-b3a3-2214787955eb} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.671660 [ 5 ] {9f49ce28-4df1-45db-b3a3-2214787955eb} executeQuery: Read 211 rows, 12.27 KiB in 0.001325 sec., 159245.28301886792 rows/sec., 9.04 MiB/sec. 2025.09.19 00:41:50.671697 [ 5 ] {9f49ce28-4df1-45db-b3a3-2214787955eb} TCPHandler: Processed in 0.001513799 sec. 2025.09.19 00:41:50.671807 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:50.671899 [ 5 ] {64c5095a-9109-46b0-9225-bff6e1ff560d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:50.671938 [ 5 ] {64c5095a-9109-46b0-9225-bff6e1ff560d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:50.672602 [ 5 ] {64c5095a-9109-46b0-9225-bff6e1ff560d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.672635 [ 5 ] {64c5095a-9109-46b0-9225-bff6e1ff560d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.672964 [ 5 ] {64c5095a-9109-46b0-9225-bff6e1ff560d} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.09.19 00:41:50.673184 [ 5 ] {64c5095a-9109-46b0-9225-bff6e1ff560d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.673308 [ 5 ] {64c5095a-9109-46b0-9225-bff6e1ff560d} executeQuery: Read 679 rows, 48.47 KiB in 0.001427 sec., 475823.4057463209 rows/sec., 33.17 MiB/sec. 2025.09.19 00:41:50.673344 [ 5 ] {64c5095a-9109-46b0-9225-bff6e1ff560d} TCPHandler: Processed in 0.001586731 sec. 2025.09.19 00:41:50.673374 [ 219 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:41:50.673421 [ 219 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:41:50.673444 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:50.673541 [ 5 ] {667d2fbb-51f2-4ccb-84e2-387bfd146248} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:41:50.673583 [ 5 ] {667d2fbb-51f2-4ccb-84e2-387bfd146248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:41:50.673906 [ 5 ] {667d2fbb-51f2-4ccb-84e2-387bfd146248} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.673943 [ 5 ] {667d2fbb-51f2-4ccb-84e2-387bfd146248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.674256 [ 5 ] {667d2fbb-51f2-4ccb-84e2-387bfd146248} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.19 00:41:50.674468 [ 5 ] {667d2fbb-51f2-4ccb-84e2-387bfd146248} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.674610 [ 5 ] {667d2fbb-51f2-4ccb-84e2-387bfd146248} executeQuery: Read 6 rows, 321.00 B in 0.001087 sec., 5519.779208831646 rows/sec., 288.39 KiB/sec. 2025.09.19 00:41:50.674647 [ 5 ] {667d2fbb-51f2-4ccb-84e2-387bfd146248} TCPHandler: Processed in 0.001250736 sec. 2025.09.19 00:41:50.674755 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:50.674851 [ 5 ] {3d783d04-f868-4c91-a4fd-0aefe178c2c8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:50.674894 [ 5 ] {3d783d04-f868-4c91-a4fd-0aefe178c2c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:50.675324 [ 5 ] {3d783d04-f868-4c91-a4fd-0aefe178c2c8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.675360 [ 5 ] {3d783d04-f868-4c91-a4fd-0aefe178c2c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.675641 [ 219 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:41:50.675726 [ 5 ] {3d783d04-f868-4c91-a4fd-0aefe178c2c8} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.09.19 00:41:50.675953 [ 5 ] {3d783d04-f868-4c91-a4fd-0aefe178c2c8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.676053 [ 73 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_122_25 to all_127_127_0 2025.09.19 00:41:50.676080 [ 5 ] {3d783d04-f868-4c91-a4fd-0aefe178c2c8} executeQuery: Read 314 rows, 21.12 KiB in 0.001246 sec., 252006.4205457464 rows/sec., 16.55 MiB/sec. 2025.09.19 00:41:50.676088 [ 73 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.676113 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.676116 [ 5 ] {3d783d04-f868-4c91-a4fd-0aefe178c2c8} TCPHandler: Processed in 0.001408999 sec. 2025.09.19 00:41:50.676217 [ 221 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:41:50.676222 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:50.676234 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_122_25 to all_127_127_0 into Compact with storage Full 2025.09.19 00:41:50.676246 [ 221 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:41:50.676328 [ 5 ] {0c03d18a-6fcf-43f4-887d-70437b19401b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:41:50.676368 [ 5 ] {0c03d18a-6fcf-43f4-887d-70437b19401b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:41:50.676388 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:50.676434 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} MergeTreeSequentialSource: Reading 7 marks from part all_1_122_25, total 43228 rows starting from the beginning of the part 2025.09.19 00:41:50.676509 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 314 rows starting from the beginning of the part 2025.09.19 00:41:50.676563 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part 2025.09.19 00:41:50.676613 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 315 rows starting from the beginning of the part 2025.09.19 00:41:50.676667 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part 2025.09.19 00:41:50.676673 [ 5 ] {0c03d18a-6fcf-43f4-887d-70437b19401b} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.676715 [ 5 ] {0c03d18a-6fcf-43f4-887d-70437b19401b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.676717 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 314 rows starting from the beginning of the part 2025.09.19 00:41:50.677067 [ 5 ] {0c03d18a-6fcf-43f4-887d-70437b19401b} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:41:50.677294 [ 5 ] {0c03d18a-6fcf-43f4-887d-70437b19401b} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.677397 [ 73 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2025.09.19 00:41:50.677426 [ 5 ] {0c03d18a-6fcf-43f4-887d-70437b19401b} executeQuery: Read 1 rows, 69.00 B in 0.001116 sec., 896.0573476702509 rows/sec., 60.38 KiB/sec. 2025.09.19 00:41:50.677428 [ 73 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.677458 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.677463 [ 5 ] {0c03d18a-6fcf-43f4-887d-70437b19401b} TCPHandler: Processed in 0.001289827 sec. 2025.09.19 00:41:50.677567 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2025.09.19 00:41:50.677599 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:50.677711 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:50.677736 [ 5 ] {d6584f22-fd72-4f2f-9829-5815b6b1b96c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:50.677753 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 61 rows starting from the beginning of the part 2025.09.19 00:41:50.677800 [ 5 ] {d6584f22-fd72-4f2f-9829-5815b6b1b96c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:50.677832 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part 2025.09.19 00:41:50.677881 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part 2025.09.19 00:41:50.677921 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part 2025.09.19 00:41:50.677959 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part 2025.09.19 00:41:50.677998 [ 192 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part 2025.09.19 00:41:50.678185 [ 5 ] {d6584f22-fd72-4f2f-9829-5815b6b1b96c} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:50.678225 [ 5 ] {d6584f22-fd72-4f2f-9829-5815b6b1b96c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:50.678560 [ 5 ] {d6584f22-fd72-4f2f-9829-5815b6b1b96c} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.09.19 00:41:50.678785 [ 5 ] {d6584f22-fd72-4f2f-9829-5815b6b1b96c} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.678843 [ 190 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001328217 sec., 49690.67554473403 rows/sec., 3.26 MiB/sec. 2025.09.19 00:41:50.678917 [ 5 ] {d6584f22-fd72-4f2f-9829-5815b6b1b96c} executeQuery: Read 104 rows, 6.53 KiB in 0.001212 sec., 85808.58085808581 rows/sec., 5.26 MiB/sec. 2025.09.19 00:41:50.678957 [ 5 ] {d6584f22-fd72-4f2f-9829-5815b6b1b96c} TCPHandler: Processed in 0.001417969 sec. 2025.09.19 00:41:50.679001 [ 197 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2025.09.19 00:41:50.679269 [ 197 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.679320 [ 221 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:41:50.679330 [ 197 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_65_13} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2025.09.19 00:41:50.679415 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.19 00:41:50.684325 [ 190 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} MergeTask::MergeProjectionsStage: Merge sorted 44491 rows, containing 5 columns (5 merged, 0 gathered) in 0.008145567 sec., 5461989.3249911275 rows/sec., 365.70 MiB/sec. 2025.09.19 00:41:50.684751 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} MergedBlockOutputStream: filled checksums all_1_127_26 (state Temporary) 2025.09.19 00:41:50.685063 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_127_26 to all_1_127_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:50.685129 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_127_26} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_122_25, all_127_127_0] -> all_1_127_26 2025.09.19 00:41:50.685209 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.09.19 00:41:51.370341 [ 221 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:41:51.370418 [ 221 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:41:51.373114 [ 221 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:41:52.106231 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2025.09.19 00:41:52.125256 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:52.125322 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:52.131695 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.19 00:41:52.132469 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:52.132794 [ 71 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.19 00:41:52.132868 [ 71 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:52.132893 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:52.133031 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:52.136080 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2025.09.19 00:41:52.137224 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:52.138787 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:52.143627 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:52.148420 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:52.152958 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:52.157908 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:52.162862 [ 197 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:41:52.224715 [ 190 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.091749791 sec., 7062.686388026758 rows/sec., 36.52 MiB/sec. 2025.09.19 00:41:52.227792 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.19 00:41:52.230036 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_86_17} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:52.230154 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_86_17} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.19 00:41:52.232982 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.09.19 00:41:54.239393 [ 219 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:41:54.239454 [ 219 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:41:54.241354 [ 219 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:41:55.043467 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2372 2025.09.19 00:41:55.046134 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:55.046182 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:55.047371 [ 242 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:41:55.047637 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:55.047898 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2372 2025.09.19 00:41:55.680821 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:55.681003 [ 5 ] {15f238a9-7e0c-4510-82bc-92ce3305931e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:41:55.681069 [ 5 ] {15f238a9-7e0c-4510-82bc-92ce3305931e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:41:55.681692 [ 5 ] {15f238a9-7e0c-4510-82bc-92ce3305931e} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:55.681740 [ 5 ] {15f238a9-7e0c-4510-82bc-92ce3305931e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:55.682120 [ 5 ] {15f238a9-7e0c-4510-82bc-92ce3305931e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.19 00:41:55.682344 [ 5 ] {15f238a9-7e0c-4510-82bc-92ce3305931e} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:55.682498 [ 5 ] {15f238a9-7e0c-4510-82bc-92ce3305931e} executeQuery: Read 2 rows, 167.00 B in 0.001541 sec., 1297.8585334198572 rows/sec., 105.83 KiB/sec. 2025.09.19 00:41:55.682541 [ 5 ] {15f238a9-7e0c-4510-82bc-92ce3305931e} TCPHandler: Processed in 0.001851204 sec. 2025.09.19 00:41:55.682677 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:55.682802 [ 5 ] {c85eb889-7cf8-46d6-affa-28bf41e5b03b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:41:55.682851 [ 5 ] {c85eb889-7cf8-46d6-affa-28bf41e5b03b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:41:55.684025 [ 5 ] {c85eb889-7cf8-46d6-affa-28bf41e5b03b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:55.684066 [ 5 ] {c85eb889-7cf8-46d6-affa-28bf41e5b03b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:55.684466 [ 5 ] {c85eb889-7cf8-46d6-affa-28bf41e5b03b} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.09.19 00:41:55.684682 [ 5 ] {c85eb889-7cf8-46d6-affa-28bf41e5b03b} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:55.684818 [ 5 ] {c85eb889-7cf8-46d6-affa-28bf41e5b03b} executeQuery: Read 1281 rows, 108.61 KiB in 0.002041 sec., 627633.5129838315 rows/sec., 51.97 MiB/sec. 2025.09.19 00:41:55.684856 [ 5 ] {c85eb889-7cf8-46d6-affa-28bf41e5b03b} TCPHandler: Processed in 0.002241399 sec. 2025.09.19 00:41:55.684972 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:55.685066 [ 5 ] {a096fd27-c181-4235-a1ee-0edc483474ac} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:41:55.685107 [ 5 ] {a096fd27-c181-4235-a1ee-0edc483474ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:41:55.685526 [ 5 ] {a096fd27-c181-4235-a1ee-0edc483474ac} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:55.685562 [ 5 ] {a096fd27-c181-4235-a1ee-0edc483474ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:55.685860 [ 5 ] {a096fd27-c181-4235-a1ee-0edc483474ac} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.09.19 00:41:55.686067 [ 5 ] {a096fd27-c181-4235-a1ee-0edc483474ac} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:55.686197 [ 5 ] {a096fd27-c181-4235-a1ee-0edc483474ac} executeQuery: Read 44 rows, 3.30 KiB in 0.001149 sec., 38294.168842471714 rows/sec., 2.80 MiB/sec. 2025.09.19 00:41:55.686194 [ 64 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.09.19 00:41:55.686236 [ 5 ] {a096fd27-c181-4235-a1ee-0edc483474ac} TCPHandler: Processed in 0.001315137 sec. 2025.09.19 00:41:55.686283 [ 64 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:55.686313 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:55.686376 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:55.686437 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:41:55.686485 [ 5 ] {0224f1ce-4bd0-44fd-b7ae-a2dc54c86dbd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:41:55.686532 [ 5 ] {0224f1ce-4bd0-44fd-b7ae-a2dc54c86dbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:41:55.686598 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:55.686642 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 265 rows starting from the beginning of the part 2025.09.19 00:41:55.686716 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 42 rows starting from the beginning of the part 2025.09.19 00:41:55.686770 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 207 rows starting from the beginning of the part 2025.09.19 00:41:55.686819 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 42 rows starting from the beginning of the part 2025.09.19 00:41:55.686863 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 205 rows starting from the beginning of the part 2025.09.19 00:41:55.686910 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 44 rows starting from the beginning of the part 2025.09.19 00:41:55.687047 [ 5 ] {0224f1ce-4bd0-44fd-b7ae-a2dc54c86dbd} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:55.687097 [ 5 ] {0224f1ce-4bd0-44fd-b7ae-a2dc54c86dbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:55.687437 [ 5 ] {0224f1ce-4bd0-44fd-b7ae-a2dc54c86dbd} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.19 00:41:55.687668 [ 5 ] {0224f1ce-4bd0-44fd-b7ae-a2dc54c86dbd} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:55.687790 [ 64 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 2025.09.19 00:41:55.687808 [ 5 ] {0224f1ce-4bd0-44fd-b7ae-a2dc54c86dbd} executeQuery: Read 228 rows, 15.81 KiB in 0.001342 sec., 169895.67809239938 rows/sec., 11.50 MiB/sec. 2025.09.19 00:41:55.687831 [ 64 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:55.687856 [ 5 ] {0224f1ce-4bd0-44fd-b7ae-a2dc54c86dbd} TCPHandler: Processed in 0.00153951 sec. 2025.09.19 00:41:55.687863 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:55.687884 [ 196 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 805 rows, containing 5 columns (5 merged, 0 gathered) in 0.00150808 sec., 533791.3108057928 rows/sec., 35.14 MiB/sec. 2025.09.19 00:41:55.687973 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full 2025.09.19 00:41:55.687988 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:55.688032 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.09.19 00:41:55.688092 [ 5 ] {dfa47e1d-a562-45b9-a158-668524069347} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:41:55.688094 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:41:55.688141 [ 5 ] {dfa47e1d-a562-45b9-a158-668524069347} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:41:55.688150 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 441 rows starting from the beginning of the part 2025.09.19 00:41:55.688226 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 228 rows starting from the beginning of the part 2025.09.19 00:41:55.688273 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 212 rows starting from the beginning of the part 2025.09.19 00:41:55.688301 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_126_25} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:55.688312 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 212 rows starting from the beginning of the part 2025.09.19 00:41:55.688361 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 212 rows starting from the beginning of the part 2025.09.19 00:41:55.688388 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_126_25} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.09.19 00:41:55.688400 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 228 rows starting from the beginning of the part 2025.09.19 00:41:55.688471 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:41:55.688778 [ 5 ] {dfa47e1d-a562-45b9-a158-668524069347} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:55.688820 [ 5 ] {dfa47e1d-a562-45b9-a158-668524069347} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:55.689165 [ 5 ] {dfa47e1d-a562-45b9-a158-668524069347} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.09.19 00:41:55.689373 [ 189 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.001443759 sec., 1061811.5627331154 rows/sec., 74.05 MiB/sec. 2025.09.19 00:41:55.689377 [ 5 ] {dfa47e1d-a562-45b9-a158-668524069347} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:55.689511 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) 2025.09.19 00:41:55.689519 [ 5 ] {dfa47e1d-a562-45b9-a158-668524069347} executeQuery: Read 564 rows, 42.93 KiB in 0.001445 sec., 390311.41868512105 rows/sec., 29.01 MiB/sec. 2025.09.19 00:41:55.689585 [ 5 ] {dfa47e1d-a562-45b9-a158-668524069347} TCPHandler: Processed in 0.001645131 sec. 2025.09.19 00:41:55.689701 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:55.689773 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:55.689798 [ 5 ] {94067569-5d88-41c2-b0f2-2cd631e5f7f8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:55.689847 [ 5 ] {94067569-5d88-41c2-b0f2-2cd631e5f7f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:41:55.689848 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_85_17} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 2025.09.19 00:41:55.689955 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:41:55.690435 [ 5 ] {94067569-5d88-41c2-b0f2-2cd631e5f7f8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:55.690477 [ 5 ] {94067569-5d88-41c2-b0f2-2cd631e5f7f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:55.690863 [ 5 ] {94067569-5d88-41c2-b0f2-2cd631e5f7f8} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.09.19 00:41:55.691085 [ 5 ] {94067569-5d88-41c2-b0f2-2cd631e5f7f8} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:55.691217 [ 5 ] {94067569-5d88-41c2-b0f2-2cd631e5f7f8} executeQuery: Read 845 rows, 58.24 KiB in 0.001437 sec., 588030.6193458595 rows/sec., 39.58 MiB/sec. 2025.09.19 00:41:55.691255 [ 5 ] {94067569-5d88-41c2-b0f2-2cd631e5f7f8} TCPHandler: Processed in 0.001603211 sec. 2025.09.19 00:41:55.691368 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:55.691461 [ 5 ] {6a495573-97a4-4889-9cff-4c4b38afc871} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:41:55.691515 [ 5 ] {6a495573-97a4-4889-9cff-4c4b38afc871} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:41:55.692425 [ 5 ] {6a495573-97a4-4889-9cff-4c4b38afc871} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:55.692460 [ 5 ] {6a495573-97a4-4889-9cff-4c4b38afc871} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:55.693017 [ 5 ] {6a495573-97a4-4889-9cff-4c4b38afc871} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:41:55.693235 [ 5 ] {6a495573-97a4-4889-9cff-4c4b38afc871} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:55.693381 [ 5 ] {6a495573-97a4-4889-9cff-4c4b38afc871} executeQuery: Read 42 rows, 77.07 KiB in 0.001937 sec., 21683.014971605575 rows/sec., 38.85 MiB/sec. 2025.09.19 00:41:55.693405 [ 223 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:41:55.693448 [ 5 ] {6a495573-97a4-4889-9cff-4c4b38afc871} TCPHandler: Processed in 0.002128838 sec. 2025.09.19 00:41:55.693454 [ 223 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:41:55.693570 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:41:55.693669 [ 5 ] {86bfcec3-1b7e-4e00-8e40-08200ace38db} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:41:55.693711 [ 5 ] {86bfcec3-1b7e-4e00-8e40-08200ace38db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:41:55.694052 [ 5 ] {86bfcec3-1b7e-4e00-8e40-08200ace38db} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:55.694094 [ 5 ] {86bfcec3-1b7e-4e00-8e40-08200ace38db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:55.694439 [ 5 ] {86bfcec3-1b7e-4e00-8e40-08200ace38db} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.09.19 00:41:55.694691 [ 5 ] {86bfcec3-1b7e-4e00-8e40-08200ace38db} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:55.694830 [ 5 ] {86bfcec3-1b7e-4e00-8e40-08200ace38db} executeQuery: Read 60 rows, 4.14 KiB in 0.001179 sec., 50890.58524173028 rows/sec., 3.43 MiB/sec. 2025.09.19 00:41:55.694867 [ 5 ] {86bfcec3-1b7e-4e00-8e40-08200ace38db} TCPHandler: Processed in 0.001345607 sec. 2025.09.19 00:41:55.696202 [ 223 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:41:57.411115 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 41733 2025.09.19 00:41:57.411640 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:57.411682 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:57.412159 [ 243 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.19 00:41:57.412394 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:57.412525 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41733 2025.09.19 00:41:59.636192 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2025.09.19 00:41:59.655356 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:41:59.655423 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:41:59.661558 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.19 00:41:59.662272 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:41:59.665796 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2025.09.19 00:42:00.664122 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:00.664297 [ 5 ] {bc15ecde-28de-4e46-b679-57242a943002} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:42:00.664364 [ 5 ] {bc15ecde-28de-4e46-b679-57242a943002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:42:00.665248 [ 5 ] {bc15ecde-28de-4e46-b679-57242a943002} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:00.665295 [ 5 ] {bc15ecde-28de-4e46-b679-57242a943002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:00.665699 [ 5 ] {bc15ecde-28de-4e46-b679-57242a943002} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:42:00.665926 [ 5 ] {bc15ecde-28de-4e46-b679-57242a943002} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:00.666079 [ 5 ] {bc15ecde-28de-4e46-b679-57242a943002} executeQuery: Read 410 rows, 26.63 KiB in 0.001829 sec., 224166.2110442865 rows/sec., 14.22 MiB/sec. 2025.09.19 00:42:00.666131 [ 5 ] {bc15ecde-28de-4e46-b679-57242a943002} TCPHandler: Processed in 0.002131348 sec. 2025.09.19 00:42:00.666258 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:00.666358 [ 5 ] {656a25f4-ed9a-4df0-951b-0cb49f28671a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:00.666401 [ 5 ] {656a25f4-ed9a-4df0-951b-0cb49f28671a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:00.667527 [ 5 ] {656a25f4-ed9a-4df0-951b-0cb49f28671a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:00.667564 [ 5 ] {656a25f4-ed9a-4df0-951b-0cb49f28671a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:00.667927 [ 5 ] {656a25f4-ed9a-4df0-951b-0cb49f28671a} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.09.19 00:42:00.668132 [ 5 ] {656a25f4-ed9a-4df0-951b-0cb49f28671a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:00.668261 [ 5 ] {656a25f4-ed9a-4df0-951b-0cb49f28671a} executeQuery: Read 1112 rows, 89.80 KiB in 0.001927 sec., 577062.7919045148 rows/sec., 45.51 MiB/sec. 2025.09.19 00:42:00.668298 [ 5 ] {656a25f4-ed9a-4df0-951b-0cb49f28671a} TCPHandler: Processed in 0.002089897 sec. 2025.09.19 00:42:00.668414 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:00.668507 [ 5 ] {de37dc15-6b7f-452f-9db3-0524d90c823b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:00.668547 [ 5 ] {de37dc15-6b7f-452f-9db3-0524d90c823b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:00.669127 [ 5 ] {de37dc15-6b7f-452f-9db3-0524d90c823b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:00.669163 [ 5 ] {de37dc15-6b7f-452f-9db3-0524d90c823b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:00.669463 [ 5 ] {de37dc15-6b7f-452f-9db3-0524d90c823b} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.09.19 00:42:00.669666 [ 5 ] {de37dc15-6b7f-452f-9db3-0524d90c823b} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:00.669797 [ 5 ] {de37dc15-6b7f-452f-9db3-0524d90c823b} executeQuery: Read 205 rows, 12.32 KiB in 0.00131 sec., 156488.54961832063 rows/sec., 9.18 MiB/sec. 2025.09.19 00:42:00.669836 [ 5 ] {de37dc15-6b7f-452f-9db3-0524d90c823b} TCPHandler: Processed in 0.00147047 sec. 2025.09.19 00:42:00.669874 [ 223 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:42:00.669932 [ 223 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:42:00.669972 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:00.670072 [ 5 ] {efb90fbb-1004-45e7-99da-3611d381338c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:42:00.670114 [ 5 ] {efb90fbb-1004-45e7-99da-3611d381338c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:42:00.670670 [ 5 ] {efb90fbb-1004-45e7-99da-3611d381338c} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:00.670713 [ 5 ] {efb90fbb-1004-45e7-99da-3611d381338c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:00.671094 [ 5 ] {efb90fbb-1004-45e7-99da-3611d381338c} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.19 00:42:00.671404 [ 5 ] {efb90fbb-1004-45e7-99da-3611d381338c} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:00.671555 [ 5 ] {efb90fbb-1004-45e7-99da-3611d381338c} executeQuery: Read 212 rows, 14.00 KiB in 0.001501 sec., 141239.1738840773 rows/sec., 9.11 MiB/sec. 2025.09.19 00:42:00.671600 [ 5 ] {efb90fbb-1004-45e7-99da-3611d381338c} TCPHandler: Processed in 0.001675332 sec. 2025.09.19 00:42:00.671609 [ 217 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.09.19 00:42:00.671639 [ 217 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.09.19 00:42:00.671722 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:00.671816 [ 5 ] {0c7c79bf-dcb4-4d1e-804c-da28423a6f00} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:42:00.671858 [ 5 ] {0c7c79bf-dcb4-4d1e-804c-da28423a6f00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:42:00.672245 [ 223 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:42:00.672408 [ 5 ] {0c7c79bf-dcb4-4d1e-804c-da28423a6f00} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:00.672448 [ 5 ] {0c7c79bf-dcb4-4d1e-804c-da28423a6f00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:00.672774 [ 5 ] {0c7c79bf-dcb4-4d1e-804c-da28423a6f00} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:42:00.672990 [ 5 ] {0c7c79bf-dcb4-4d1e-804c-da28423a6f00} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:00.673120 [ 5 ] {0c7c79bf-dcb4-4d1e-804c-da28423a6f00} executeQuery: Read 211 rows, 12.27 KiB in 0.001323 sec., 159486.01662887377 rows/sec., 9.06 MiB/sec. 2025.09.19 00:42:00.673157 [ 5 ] {0c7c79bf-dcb4-4d1e-804c-da28423a6f00} TCPHandler: Processed in 0.00148522 sec. 2025.09.19 00:42:00.673274 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:00.673366 [ 5 ] {acda7fcc-88aa-4c55-a6a3-5e8ced4a7c6c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:00.673407 [ 5 ] {acda7fcc-88aa-4c55-a6a3-5e8ced4a7c6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:00.674191 [ 5 ] {acda7fcc-88aa-4c55-a6a3-5e8ced4a7c6c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:00.674227 [ 5 ] {acda7fcc-88aa-4c55-a6a3-5e8ced4a7c6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:00.674560 [ 5 ] {acda7fcc-88aa-4c55-a6a3-5e8ced4a7c6c} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.09.19 00:42:00.674773 [ 5 ] {acda7fcc-88aa-4c55-a6a3-5e8ced4a7c6c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:00.674851 [ 217 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.09.19 00:42:00.674906 [ 5 ] {acda7fcc-88aa-4c55-a6a3-5e8ced4a7c6c} executeQuery: Read 679 rows, 48.47 KiB in 0.001558 sec., 435815.14762516046 rows/sec., 30.38 MiB/sec. 2025.09.19 00:42:00.674944 [ 5 ] {acda7fcc-88aa-4c55-a6a3-5e8ced4a7c6c} TCPHandler: Processed in 0.001719862 sec. 2025.09.19 00:42:00.675061 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:00.675154 [ 5 ] {484de46b-370e-4aa8-a51c-39cb9e1cef39} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:42:00.675196 [ 5 ] {484de46b-370e-4aa8-a51c-39cb9e1cef39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:42:00.675542 [ 5 ] {484de46b-370e-4aa8-a51c-39cb9e1cef39} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:00.675577 [ 5 ] {484de46b-370e-4aa8-a51c-39cb9e1cef39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:00.675886 [ 5 ] {484de46b-370e-4aa8-a51c-39cb9e1cef39} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.19 00:42:00.676105 [ 5 ] {484de46b-370e-4aa8-a51c-39cb9e1cef39} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:00.676238 [ 5 ] {484de46b-370e-4aa8-a51c-39cb9e1cef39} executeQuery: Read 6 rows, 321.00 B in 0.001102 sec., 5444.64609800363 rows/sec., 284.46 KiB/sec. 2025.09.19 00:42:00.676274 [ 5 ] {484de46b-370e-4aa8-a51c-39cb9e1cef39} TCPHandler: Processed in 0.001262627 sec. 2025.09.19 00:42:00.676386 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:00.676480 [ 5 ] {5604c4ed-d739-4a82-b11b-6c913dc0c40e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:00.676523 [ 5 ] {5604c4ed-d739-4a82-b11b-6c913dc0c40e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:00.676986 [ 5 ] {5604c4ed-d739-4a82-b11b-6c913dc0c40e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:00.677022 [ 5 ] {5604c4ed-d739-4a82-b11b-6c913dc0c40e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:00.677361 [ 5 ] {5604c4ed-d739-4a82-b11b-6c913dc0c40e} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.09.19 00:42:00.677570 [ 5 ] {5604c4ed-d739-4a82-b11b-6c913dc0c40e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:00.677703 [ 5 ] {5604c4ed-d739-4a82-b11b-6c913dc0c40e} executeQuery: Read 314 rows, 21.12 KiB in 0.00124 sec., 253225.8064516129 rows/sec., 16.63 MiB/sec. 2025.09.19 00:42:00.677740 [ 5 ] {5604c4ed-d739-4a82-b11b-6c913dc0c40e} TCPHandler: Processed in 0.001403169 sec. 2025.09.19 00:42:00.677850 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:00.677942 [ 5 ] {094c2130-cae7-4ac7-afb6-7a0df028788c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:42:00.677983 [ 5 ] {094c2130-cae7-4ac7-afb6-7a0df028788c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:42:00.678304 [ 5 ] {094c2130-cae7-4ac7-afb6-7a0df028788c} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:00.678338 [ 5 ] {094c2130-cae7-4ac7-afb6-7a0df028788c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:00.678634 [ 5 ] {094c2130-cae7-4ac7-afb6-7a0df028788c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:42:00.678841 [ 5 ] {094c2130-cae7-4ac7-afb6-7a0df028788c} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:00.678972 [ 5 ] {094c2130-cae7-4ac7-afb6-7a0df028788c} executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. 2025.09.19 00:42:00.679008 [ 5 ] {094c2130-cae7-4ac7-afb6-7a0df028788c} TCPHandler: Processed in 0.001206796 sec. 2025.09.19 00:42:00.679118 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:00.679210 [ 5 ] {20a97bbb-dc7a-49b0-9a88-7dbeb13f0db1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:00.679250 [ 5 ] {20a97bbb-dc7a-49b0-9a88-7dbeb13f0db1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:00.679587 [ 5 ] {20a97bbb-dc7a-49b0-9a88-7dbeb13f0db1} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:00.679622 [ 5 ] {20a97bbb-dc7a-49b0-9a88-7dbeb13f0db1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:00.679925 [ 5 ] {20a97bbb-dc7a-49b0-9a88-7dbeb13f0db1} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.09.19 00:42:00.680134 [ 5 ] {20a97bbb-dc7a-49b0-9a88-7dbeb13f0db1} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:00.680261 [ 5 ] {20a97bbb-dc7a-49b0-9a88-7dbeb13f0db1} executeQuery: Read 104 rows, 6.53 KiB in 0.001069 sec., 97287.18428437792 rows/sec., 5.96 MiB/sec. 2025.09.19 00:42:00.680296 [ 5 ] {20a97bbb-dc7a-49b0-9a88-7dbeb13f0db1} TCPHandler: Processed in 0.001228276 sec. 2025.09.19 00:42:04.709507 [ 51 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:42:04.709593 [ 51 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:42:04.912756 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 42181 2025.09.19 00:42:04.913618 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:04.913683 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:04.914390 [ 243 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.19 00:42:04.914711 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:04.914902 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42181 2025.09.19 00:42:05.048127 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2408 2025.09.19 00:42:05.050710 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:05.050776 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:05.052029 [ 242 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:42:05.052338 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:05.052750 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2408 2025.09.19 00:42:05.654666 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:05.654940 [ 5 ] {aed9be3d-2086-489e-a631-bf1917bc0bbf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:05.655045 [ 5 ] {aed9be3d-2086-489e-a631-bf1917bc0bbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:05.655993 [ 5 ] {aed9be3d-2086-489e-a631-bf1917bc0bbf} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:05.656032 [ 5 ] {aed9be3d-2086-489e-a631-bf1917bc0bbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:05.656447 [ 5 ] {aed9be3d-2086-489e-a631-bf1917bc0bbf} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.09.19 00:42:05.656675 [ 5 ] {aed9be3d-2086-489e-a631-bf1917bc0bbf} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:05.656836 [ 5 ] {aed9be3d-2086-489e-a631-bf1917bc0bbf} executeQuery: Read 140 rows, 12.42 KiB in 0.00197 sec., 71065.98984771574 rows/sec., 6.16 MiB/sec. 2025.09.19 00:42:05.656885 [ 5 ] {aed9be3d-2086-489e-a631-bf1917bc0bbf} TCPHandler: Processed in 0.002417352 sec. 2025.09.19 00:42:05.657003 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:05.657105 [ 5 ] {df9df69d-c83e-4ffd-973e-d00b4d0e8293} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:05.657150 [ 5 ] {df9df69d-c83e-4ffd-973e-d00b4d0e8293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:05.657582 [ 5 ] {df9df69d-c83e-4ffd-973e-d00b4d0e8293} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:05.657618 [ 5 ] {df9df69d-c83e-4ffd-973e-d00b4d0e8293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:05.657917 [ 5 ] {df9df69d-c83e-4ffd-973e-d00b4d0e8293} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.09.19 00:42:05.658137 [ 5 ] {df9df69d-c83e-4ffd-973e-d00b4d0e8293} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:05.658268 [ 5 ] {df9df69d-c83e-4ffd-973e-d00b4d0e8293} executeQuery: Read 42 rows, 3.16 KiB in 0.001186 sec., 35413.15345699831 rows/sec., 2.60 MiB/sec. 2025.09.19 00:42:05.658306 [ 5 ] {df9df69d-c83e-4ffd-973e-d00b4d0e8293} TCPHandler: Processed in 0.001354538 sec. 2025.09.19 00:42:05.658412 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:05.658507 [ 5 ] {ebb5a14b-26f0-4e0d-8741-a3ec80e2ca61} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:05.658546 [ 5 ] {ebb5a14b-26f0-4e0d-8741-a3ec80e2ca61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:05.658977 [ 5 ] {ebb5a14b-26f0-4e0d-8741-a3ec80e2ca61} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:05.659011 [ 5 ] {ebb5a14b-26f0-4e0d-8741-a3ec80e2ca61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:05.659315 [ 5 ] {ebb5a14b-26f0-4e0d-8741-a3ec80e2ca61} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.09.19 00:42:05.659527 [ 5 ] {ebb5a14b-26f0-4e0d-8741-a3ec80e2ca61} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:05.659655 [ 5 ] {ebb5a14b-26f0-4e0d-8741-a3ec80e2ca61} executeQuery: Read 106 rows, 8.48 KiB in 0.001166 sec., 90909.09090909091 rows/sec., 7.10 MiB/sec. 2025.09.19 00:42:05.659693 [ 5 ] {ebb5a14b-26f0-4e0d-8741-a3ec80e2ca61} TCPHandler: Processed in 0.001330437 sec. 2025.09.19 00:42:05.659800 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:05.659893 [ 5 ] {7b6bd9a7-2f26-4af5-9942-0e520ab146f2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:05.659936 [ 5 ] {7b6bd9a7-2f26-4af5-9942-0e520ab146f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:05.660347 [ 5 ] {7b6bd9a7-2f26-4af5-9942-0e520ab146f2} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:05.660380 [ 5 ] {7b6bd9a7-2f26-4af5-9942-0e520ab146f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:05.660713 [ 5 ] {7b6bd9a7-2f26-4af5-9942-0e520ab146f2} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.09.19 00:42:05.660931 [ 5 ] {7b6bd9a7-2f26-4af5-9942-0e520ab146f2} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:05.661061 [ 5 ] {7b6bd9a7-2f26-4af5-9942-0e520ab146f2} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.09.19 00:42:05.661098 [ 5 ] {7b6bd9a7-2f26-4af5-9942-0e520ab146f2} TCPHandler: Processed in 0.001347648 sec. 2025.09.19 00:42:05.661284 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:05.661378 [ 5 ] {b413decc-de75-46c0-a17e-319ff1791a0e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:05.661433 [ 5 ] {b413decc-de75-46c0-a17e-319ff1791a0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:42:05.662310 [ 5 ] {b413decc-de75-46c0-a17e-319ff1791a0e} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:05.662346 [ 5 ] {b413decc-de75-46c0-a17e-319ff1791a0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:05.662904 [ 5 ] {b413decc-de75-46c0-a17e-319ff1791a0e} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:42:05.663129 [ 5 ] {b413decc-de75-46c0-a17e-319ff1791a0e} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:05.663267 [ 5 ] {b413decc-de75-46c0-a17e-319ff1791a0e} executeQuery: Read 42 rows, 77.07 KiB in 0.001905 sec., 22047.24409448819 rows/sec., 39.51 MiB/sec. 2025.09.19 00:42:05.663333 [ 5 ] {b413decc-de75-46c0-a17e-319ff1791a0e} TCPHandler: Processed in 0.002097908 sec. 2025.09.19 00:42:05.663458 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:05.663552 [ 5 ] {7fbd9304-8ec7-4276-9b57-b31fbf4f105d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:05.663593 [ 5 ] {7fbd9304-8ec7-4276-9b57-b31fbf4f105d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:05.663935 [ 5 ] {7fbd9304-8ec7-4276-9b57-b31fbf4f105d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:05.663969 [ 5 ] {7fbd9304-8ec7-4276-9b57-b31fbf4f105d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:05.664274 [ 5 ] {7fbd9304-8ec7-4276-9b57-b31fbf4f105d} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.09.19 00:42:05.664484 [ 5 ] {7fbd9304-8ec7-4276-9b57-b31fbf4f105d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:05.664610 [ 5 ] {7fbd9304-8ec7-4276-9b57-b31fbf4f105d} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.09.19 00:42:05.664646 [ 5 ] {7fbd9304-8ec7-4276-9b57-b31fbf4f105d} TCPHandler: Processed in 0.001237376 sec. 2025.09.19 00:42:06.511619 [ 46 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2025.09.19 00:42:06.511686 [ 46 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:06.511711 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:06.511804 [ 221 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): 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.09.19 00:42:06.511838 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::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.09.19 00:42:06.511916 [ 221 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): 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.09.19 00:42:06.512055 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:06.512097 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part 2025.09.19 00:42:06.512165 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part 2025.09.19 00:42:06.512217 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part 2025.09.19 00:42:06.512266 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part 2025.09.19 00:42:06.512306 [ 196 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part 2025.09.19 00:42:06.513135 [ 190 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001357367 sec., 27995.376342580894 rows/sec., 2.34 MiB/sec. 2025.09.19 00:42:06.513321 [ 189 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2025.09.19 00:42:06.513673 [ 189 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_33_8} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:06.513747 [ 189 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_33_8} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2025.09.19 00:42:06.513830 [ 221 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): 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.09.19 00:42:06.513848 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:42:07.165896 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2025.09.19 00:42:07.184114 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:07.184186 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:07.190455 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.19 00:42:07.191215 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:07.194859 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2025.09.19 00:42:10.589281 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34911 2025.09.19 00:42:10.589405 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.589432 [ 289 ] {} TCP-Session: d02fbdea-30f4-4a86-9278-666542384e03 Authenticating user 'default' from [fd00:1122:3344:101::e]:34911 2025.09.19 00:42:10.589454 [ 289 ] {} TCP-Session: d02fbdea-30f4-4a86-9278-666542384e03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.589467 [ 289 ] {} TCP-Session: d02fbdea-30f4-4a86-9278-666542384e03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.589664 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48668 2025.09.19 00:42:10.589686 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52843 2025.09.19 00:42:10.589724 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45962 2025.09.19 00:42:10.589723 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62003 2025.09.19 00:42:10.589778 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.589733 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48243 2025.09.19 00:42:10.589820 [ 351 ] {} TCP-Session: 2c20d822-efe3-41bd-8f14-d6804e67bcb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:48668 2025.09.19 00:42:10.589821 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.589821 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.589846 [ 351 ] {} TCP-Session: 2c20d822-efe3-41bd-8f14-d6804e67bcb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.589865 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.589874 [ 287 ] {} TCP-Session: 81096d0e-2e3c-4e63-a172-9d3876c0449c Authenticating user 'default' from [fd00:1122:3344:101::e]:45962 2025.09.19 00:42:10.589903 [ 351 ] {} TCP-Session: 2c20d822-efe3-41bd-8f14-d6804e67bcb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.589922 [ 286 ] {} TCP-Session: e447dbf9-cbd4-436d-a015-3cab4647fe0c Authenticating user 'default' from [fd00:1122:3344:101::e]:62003 2025.09.19 00:42:10.589934 [ 287 ] {} TCP-Session: 81096d0e-2e3c-4e63-a172-9d3876c0449c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.589963 [ 286 ] {} TCP-Session: e447dbf9-cbd4-436d-a015-3cab4647fe0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.589974 [ 287 ] {} TCP-Session: 81096d0e-2e3c-4e63-a172-9d3876c0449c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.589992 [ 286 ] {} TCP-Session: e447dbf9-cbd4-436d-a015-3cab4647fe0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.589874 [ 352 ] {} TCP-Session: 4e33b2e0-ea88-43e4-a72e-ae2efa551320 Authenticating user 'default' from [fd00:1122:3344:101::e]:52843 2025.09.19 00:42:10.589873 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.589703 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40902 2025.09.19 00:42:10.590088 [ 288 ] {} TCP-Session: 0f52d9ba-8f8c-4ff8-b966-ee96c494c982 Authenticating user 'default' from [fd00:1122:3344:101::e]:48243 2025.09.19 00:42:10.590075 [ 352 ] {} TCP-Session: 4e33b2e0-ea88-43e4-a72e-ae2efa551320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.590115 [ 288 ] {} TCP-Session: 0f52d9ba-8f8c-4ff8-b966-ee96c494c982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.590135 [ 352 ] {} TCP-Session: 4e33b2e0-ea88-43e4-a72e-ae2efa551320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.590148 [ 288 ] {} TCP-Session: 0f52d9ba-8f8c-4ff8-b966-ee96c494c982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.590139 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.589694 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53180 2025.09.19 00:42:10.590218 [ 363 ] {} TCP-Session: b76a4264-ad84-4eec-9ec2-41fbca890d0d Authenticating user 'default' from [fd00:1122:3344:101::e]:40902 2025.09.19 00:42:10.589686 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35595 2025.09.19 00:42:10.590266 [ 363 ] {} TCP-Session: b76a4264-ad84-4eec-9ec2-41fbca890d0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.589801 [ 289 ] {} TCP-Session: d02fbdea-30f4-4a86-9278-666542384e03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.590340 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.590355 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.590324 [ 363 ] {} TCP-Session: b76a4264-ad84-4eec-9ec2-41fbca890d0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.590394 [ 353 ] {} TCP-Session: df0761bc-1eb8-4f9c-823b-c36d3c22f245 Authenticating user 'default' from [fd00:1122:3344:101::e]:35595 2025.09.19 00:42:10.590387 [ 362 ] {} TCP-Session: 3ee0388d-fbc7-458c-aebb-42e350e8347c Authenticating user 'default' from [fd00:1122:3344:101::e]:53180 2025.09.19 00:42:10.590426 [ 353 ] {} TCP-Session: df0761bc-1eb8-4f9c-823b-c36d3c22f245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.590446 [ 362 ] {} TCP-Session: 3ee0388d-fbc7-458c-aebb-42e350e8347c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.590447 [ 353 ] {} TCP-Session: df0761bc-1eb8-4f9c-823b-c36d3c22f245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.590461 [ 362 ] {} TCP-Session: 3ee0388d-fbc7-458c-aebb-42e350e8347c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.590535 [ 289 ] {008f564b-737b-481a-9169-7c13f292f707} executeQuery: (from [fd00:1122:3344:101::e]:34911) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:42:10.590810 [ 289 ] {008f564b-737b-481a-9169-7c13f292f707} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:42:10.590867 [ 289 ] {008f564b-737b-481a-9169-7c13f292f707} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:42:10.591152 [ 289 ] {008f564b-737b-481a-9169-7c13f292f707} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:42:10.592359 [ 313 ] {008f564b-737b-481a-9169-7c13f292f707} AggregatingTransform: Aggregating 2025.09.19 00:42:10.592403 [ 313 ] {008f564b-737b-481a-9169-7c13f292f707} Aggregator: Aggregation method: without_key 2025.09.19 00:42:10.592442 [ 313 ] {008f564b-737b-481a-9169-7c13f292f707} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001187936 sec. (841.796 rows/sec., 32.88 KiB/sec.) 2025.09.19 00:42:10.592460 [ 313 ] {008f564b-737b-481a-9169-7c13f292f707} Aggregator: Merging aggregated data 2025.09.19 00:42:10.593999 [ 289 ] {008f564b-737b-481a-9169-7c13f292f707} executeQuery: Read 1 rows, 40.00 B in 0.003526 sec., 283.60748723766307 rows/sec., 11.08 KiB/sec. 2025.09.19 00:42:10.594233 [ 289 ] {008f564b-737b-481a-9169-7c13f292f707} TCPHandler: Processed in 0.004561589 sec. 2025.09.19 00:42:10.594421 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.594453 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.594465 [ 289 ] {} TCP-Session: d02fbdea-30f4-4a86-9278-666542384e03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.594478 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.594510 [ 351 ] {} TCP-Session: 2c20d822-efe3-41bd-8f14-d6804e67bcb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.594513 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.594544 [ 363 ] {} TCP-Session: b76a4264-ad84-4eec-9ec2-41fbca890d0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.594589 [ 362 ] {} TCP-Session: 3ee0388d-fbc7-458c-aebb-42e350e8347c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.594605 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.594586 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.594663 [ 288 ] {} TCP-Session: 0f52d9ba-8f8c-4ff8-b966-ee96c494c982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.594571 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.594717 [ 286 ] {} TCP-Session: e447dbf9-cbd4-436d-a015-3cab4647fe0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.594559 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.594759 [ 352 ] {} TCP-Session: 4e33b2e0-ea88-43e4-a72e-ae2efa551320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.594533 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.594805 [ 353 ] {} TCP-Session: df0761bc-1eb8-4f9c-823b-c36d3c22f245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.594833 [ 287 ] {} TCP-Session: 81096d0e-2e3c-4e63-a172-9d3876c0449c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.665214 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.665402 [ 5 ] {0dc14ef0-6e62-4041-a5f2-41c0e6d6958a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:42:10.665472 [ 5 ] {0dc14ef0-6e62-4041-a5f2-41c0e6d6958a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:42:10.666277 [ 5 ] {0dc14ef0-6e62-4041-a5f2-41c0e6d6958a} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.666332 [ 5 ] {0dc14ef0-6e62-4041-a5f2-41c0e6d6958a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.666742 [ 5 ] {0dc14ef0-6e62-4041-a5f2-41c0e6d6958a} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:42:10.666971 [ 5 ] {0dc14ef0-6e62-4041-a5f2-41c0e6d6958a} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.667153 [ 5 ] {0dc14ef0-6e62-4041-a5f2-41c0e6d6958a} executeQuery: Read 410 rows, 26.63 KiB in 0.001799 sec., 227904.39132851583 rows/sec., 14.46 MiB/sec. 2025.09.19 00:42:10.667211 [ 5 ] {0dc14ef0-6e62-4041-a5f2-41c0e6d6958a} TCPHandler: Processed in 0.002134028 sec. 2025.09.19 00:42:10.667334 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.667437 [ 5 ] {1b4aee7b-65c5-4346-b8a5-a9328de80a4d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:10.667479 [ 5 ] {1b4aee7b-65c5-4346-b8a5-a9328de80a4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:10.668527 [ 5 ] {1b4aee7b-65c5-4346-b8a5-a9328de80a4d} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.668565 [ 5 ] {1b4aee7b-65c5-4346-b8a5-a9328de80a4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.668939 [ 5 ] {1b4aee7b-65c5-4346-b8a5-a9328de80a4d} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.09.19 00:42:10.669164 [ 5 ] {1b4aee7b-65c5-4346-b8a5-a9328de80a4d} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.669305 [ 41 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.09.19 00:42:10.669321 [ 5 ] {1b4aee7b-65c5-4346-b8a5-a9328de80a4d} executeQuery: Read 1112 rows, 89.80 KiB in 0.00189 sec., 588359.7883597884 rows/sec., 46.40 MiB/sec. 2025.09.19 00:42:10.669344 [ 41 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.669365 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.669366 [ 5 ] {1b4aee7b-65c5-4346-b8a5-a9328de80a4d} TCPHandler: Processed in 0.002072558 sec. 2025.09.19 00:42:10.669494 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.669512 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:42:10.669596 [ 5 ] {28f0ecbd-3299-4e64-9590-2c0044e90174} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:10.669646 [ 5 ] {28f0ecbd-3299-4e64-9590-2c0044e90174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:10.669678 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:10.669719 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2346 rows starting from the beginning of the part 2025.09.19 00:42:10.669790 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:42:10.669837 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1281 rows starting from the beginning of the part 2025.09.19 00:42:10.669883 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:42:10.669927 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 140 rows starting from the beginning of the part 2025.09.19 00:42:10.669968 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:42:10.670185 [ 5 ] {28f0ecbd-3299-4e64-9590-2c0044e90174} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.670228 [ 5 ] {28f0ecbd-3299-4e64-9590-2c0044e90174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.670584 [ 5 ] {28f0ecbd-3299-4e64-9590-2c0044e90174} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.09.19 00:42:10.670837 [ 5 ] {28f0ecbd-3299-4e64-9590-2c0044e90174} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.670974 [ 5 ] {28f0ecbd-3299-4e64-9590-2c0044e90174} executeQuery: Read 205 rows, 12.32 KiB in 0.001402 sec., 146219.68616262483 rows/sec., 8.58 MiB/sec. 2025.09.19 00:42:10.671015 [ 5 ] {28f0ecbd-3299-4e64-9590-2c0044e90174} TCPHandler: Processed in 0.001572401 sec. 2025.09.19 00:42:10.671135 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.671235 [ 5 ] {0e25e4e8-c307-4176-ad21-cabf00fbefc9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:42:10.671277 [ 5 ] {0e25e4e8-c307-4176-ad21-cabf00fbefc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:42:10.671793 [ 5 ] {0e25e4e8-c307-4176-ad21-cabf00fbefc9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.671828 [ 5 ] {0e25e4e8-c307-4176-ad21-cabf00fbefc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.672137 [ 5 ] {0e25e4e8-c307-4176-ad21-cabf00fbefc9} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.19 00:42:10.672359 [ 5 ] {0e25e4e8-c307-4176-ad21-cabf00fbefc9} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.672452 [ 198 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 7103 rows, containing 5 columns (5 merged, 0 gathered) in 0.003006 sec., 2362940.7850964735 rows/sec., 199.11 MiB/sec. 2025.09.19 00:42:10.672490 [ 5 ] {0e25e4e8-c307-4176-ad21-cabf00fbefc9} executeQuery: Read 212 rows, 14.00 KiB in 0.001277 sec., 166014.0955364135 rows/sec., 10.71 MiB/sec. 2025.09.19 00:42:10.672537 [ 5 ] {0e25e4e8-c307-4176-ad21-cabf00fbefc9} TCPHandler: Processed in 0.001451619 sec. 2025.09.19 00:42:10.672653 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.672734 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.09.19 00:42:10.672751 [ 5 ] {0454e79e-3fd7-4442-9f52-9e32134aa49f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:42:10.672799 [ 5 ] {0454e79e-3fd7-4442-9f52-9e32134aa49f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:42:10.673008 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_131_26} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.673091 [ 196 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_131_26} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.09.19 00:42:10.673177 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2025.09.19 00:42:10.673307 [ 5 ] {0454e79e-3fd7-4442-9f52-9e32134aa49f} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.673350 [ 5 ] {0454e79e-3fd7-4442-9f52-9e32134aa49f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.673666 [ 5 ] {0454e79e-3fd7-4442-9f52-9e32134aa49f} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:42:10.673886 [ 5 ] {0454e79e-3fd7-4442-9f52-9e32134aa49f} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.674021 [ 5 ] {0454e79e-3fd7-4442-9f52-9e32134aa49f} executeQuery: Read 211 rows, 12.27 KiB in 0.001289 sec., 163692.78510473235 rows/sec., 9.30 MiB/sec. 2025.09.19 00:42:10.674061 [ 5 ] {0454e79e-3fd7-4442-9f52-9e32134aa49f} TCPHandler: Processed in 0.001457449 sec. 2025.09.19 00:42:10.674178 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.674273 [ 5 ] {6b0d9c23-30c6-4327-b590-884115e9bf9a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:10.674312 [ 5 ] {6b0d9c23-30c6-4327-b590-884115e9bf9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:10.675046 [ 5 ] {6b0d9c23-30c6-4327-b590-884115e9bf9a} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.675081 [ 5 ] {6b0d9c23-30c6-4327-b590-884115e9bf9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.675424 [ 5 ] {6b0d9c23-30c6-4327-b590-884115e9bf9a} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.09.19 00:42:10.675636 [ 5 ] {6b0d9c23-30c6-4327-b590-884115e9bf9a} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.675749 [ 41 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.09.19 00:42:10.675768 [ 5 ] {6b0d9c23-30c6-4327-b590-884115e9bf9a} executeQuery: Read 679 rows, 48.47 KiB in 0.001514 sec., 448480.84544253635 rows/sec., 31.26 MiB/sec. 2025.09.19 00:42:10.675784 [ 41 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.675806 [ 5 ] {6b0d9c23-30c6-4327-b590-884115e9bf9a} TCPHandler: Processed in 0.001682702 sec. 2025.09.19 00:42:10.675806 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.675923 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.675935 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:42:10.676021 [ 5 ] {82438fab-0516-4ee1-a73e-45f66bca9c62} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:42:10.676067 [ 5 ] {82438fab-0516-4ee1-a73e-45f66bca9c62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:42:10.676082 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:10.676126 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1213 rows starting from the beginning of the part 2025.09.19 00:42:10.676208 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 679 rows starting from the beginning of the part 2025.09.19 00:42:10.676265 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 564 rows starting from the beginning of the part 2025.09.19 00:42:10.676313 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 679 rows starting from the beginning of the part 2025.09.19 00:42:10.676360 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 106 rows starting from the beginning of the part 2025.09.19 00:42:10.676410 [ 198 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 679 rows starting from the beginning of the part 2025.09.19 00:42:10.676429 [ 5 ] {82438fab-0516-4ee1-a73e-45f66bca9c62} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.676471 [ 5 ] {82438fab-0516-4ee1-a73e-45f66bca9c62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.676826 [ 5 ] {82438fab-0516-4ee1-a73e-45f66bca9c62} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.19 00:42:10.677052 [ 5 ] {82438fab-0516-4ee1-a73e-45f66bca9c62} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.677195 [ 5 ] {82438fab-0516-4ee1-a73e-45f66bca9c62} executeQuery: Read 6 rows, 321.00 B in 0.001194 sec., 5025.125628140704 rows/sec., 262.54 KiB/sec. 2025.09.19 00:42:10.677216 [ 224 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:42:10.677234 [ 5 ] {82438fab-0516-4ee1-a73e-45f66bca9c62} TCPHandler: Processed in 0.001361778 sec. 2025.09.19 00:42:10.677252 [ 224 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:42:10.677367 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.677468 [ 5 ] {252bf99d-45ee-48a2-b306-ad4065a18b2f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:10.677512 [ 5 ] {252bf99d-45ee-48a2-b306-ad4065a18b2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:10.677977 [ 5 ] {252bf99d-45ee-48a2-b306-ad4065a18b2f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.678018 [ 5 ] {252bf99d-45ee-48a2-b306-ad4065a18b2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.678069 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 3920 rows, containing 5 columns (5 merged, 0 gathered) in 0.002196659 sec., 1784528.2312821425 rows/sec., 133.89 MiB/sec. 2025.09.19 00:42:10.678292 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.09.19 00:42:10.678399 [ 5 ] {252bf99d-45ee-48a2-b306-ad4065a18b2f} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.09.19 00:42:10.678597 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_131_26} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.678675 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_131_26} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.09.19 00:42:10.678677 [ 5 ] {252bf99d-45ee-48a2-b306-ad4065a18b2f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.678761 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.09.19 00:42:10.678827 [ 5 ] {252bf99d-45ee-48a2-b306-ad4065a18b2f} executeQuery: Read 314 rows, 21.12 KiB in 0.001378 sec., 227866.473149492 rows/sec., 14.97 MiB/sec. 2025.09.19 00:42:10.678865 [ 5 ] {252bf99d-45ee-48a2-b306-ad4065a18b2f} TCPHandler: Processed in 0.00154651 sec. 2025.09.19 00:42:10.678979 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.679076 [ 5 ] {c913bb62-c471-49ee-a924-9f9fb6ba5796} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:42:10.679118 [ 5 ] {c913bb62-c471-49ee-a924-9f9fb6ba5796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:42:10.679458 [ 5 ] {c913bb62-c471-49ee-a924-9f9fb6ba5796} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.679497 [ 5 ] {c913bb62-c471-49ee-a924-9f9fb6ba5796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.679825 [ 5 ] {c913bb62-c471-49ee-a924-9f9fb6ba5796} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:42:10.680105 [ 5 ] {c913bb62-c471-49ee-a924-9f9fb6ba5796} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.680245 [ 5 ] {c913bb62-c471-49ee-a924-9f9fb6ba5796} executeQuery: Read 1 rows, 69.00 B in 0.001188 sec., 841.7508417508417 rows/sec., 56.72 KiB/sec. 2025.09.19 00:42:10.680284 [ 5 ] {c913bb62-c471-49ee-a924-9f9fb6ba5796} TCPHandler: Processed in 0.001355118 sec. 2025.09.19 00:42:10.680397 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.680441 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60153 2025.09.19 00:42:10.680492 [ 5 ] {3c8db44c-6e03-4b36-9c6e-b21ef796e48d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:10.680538 [ 5 ] {3c8db44c-6e03-4b36-9c6e-b21ef796e48d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:10.680538 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.680582 [ 289 ] {} TCP-Session: 85d72d95-493b-4621-af70-4f03d6bb9cf7 Authenticating user 'default' from [fd00:1122:3344:101::e]:60153 2025.09.19 00:42:10.680608 [ 289 ] {} TCP-Session: 85d72d95-493b-4621-af70-4f03d6bb9cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.680624 [ 289 ] {} TCP-Session: 85d72d95-493b-4621-af70-4f03d6bb9cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.680716 [ 224 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:42:10.680819 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36600 2025.09.19 00:42:10.680831 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58290 2025.09.19 00:42:10.680850 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47951 2025.09.19 00:42:10.680862 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57178 2025.09.19 00:42:10.680884 [ 5 ] {3c8db44c-6e03-4b36-9c6e-b21ef796e48d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.680904 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.680903 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34121 2025.09.19 00:42:10.680940 [ 351 ] {} TCP-Session: dfde9657-1895-4883-9d2b-ce99ba316e43 Authenticating user 'default' from [fd00:1122:3344:101::e]:36600 2025.09.19 00:42:10.680936 [ 5 ] {3c8db44c-6e03-4b36-9c6e-b21ef796e48d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.680955 [ 289 ] {} TCP-Session: 85d72d95-493b-4621-af70-4f03d6bb9cf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.680965 [ 351 ] {} TCP-Session: dfde9657-1895-4883-9d2b-ce99ba316e43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.680986 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.681000 [ 351 ] {} TCP-Session: dfde9657-1895-4883-9d2b-ce99ba316e43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681014 [ 288 ] {} TCP-Session: 7d4fac31-0e27-449e-af51-4630ad4d48c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:34121 2025.09.19 00:42:10.680928 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.681034 [ 288 ] {} TCP-Session: 7d4fac31-0e27-449e-af51-4630ad4d48c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.680927 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.681067 [ 362 ] {} TCP-Session: 00431abc-e31e-400a-a268-c7c17486621b Authenticating user 'default' from [fd00:1122:3344:101::e]:47951 2025.09.19 00:42:10.681069 [ 288 ] {} TCP-Session: 7d4fac31-0e27-449e-af51-4630ad4d48c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681099 [ 352 ] {} TCP-Session: 64f40297-d56a-49f0-b171-ffba58a9602d Authenticating user 'default' from [fd00:1122:3344:101::e]:58290 2025.09.19 00:42:10.681108 [ 362 ] {} TCP-Session: 00431abc-e31e-400a-a268-c7c17486621b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681131 [ 352 ] {} TCP-Session: 64f40297-d56a-49f0-b171-ffba58a9602d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681138 [ 362 ] {} TCP-Session: 00431abc-e31e-400a-a268-c7c17486621b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681146 [ 352 ] {} TCP-Session: 64f40297-d56a-49f0-b171-ffba58a9602d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681134 [ 289 ] {1c8e68f9-08ef-4b40-8fde-43daa9780200} executeQuery: (from [fd00:1122:3344:101::e]:60153) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:42:10.680897 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62801 2025.09.19 00:42:10.680879 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58180 2025.09.19 00:42:10.680840 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39213 2025.09.19 00:42:10.680960 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.681297 [ 5 ] {3c8db44c-6e03-4b36-9c6e-b21ef796e48d} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.09.19 00:42:10.681297 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.681331 [ 363 ] {} TCP-Session: 8a4081c4-3d69-4fbf-a7f0-2c52f5c10acc Authenticating user 'default' from [fd00:1122:3344:101::e]:57178 2025.09.19 00:42:10.681367 [ 287 ] {} TCP-Session: 62bcb36e-1c35-4a32-b531-20c479530152 Authenticating user 'default' from [fd00:1122:3344:101::e]:62801 2025.09.19 00:42:10.681374 [ 363 ] {} TCP-Session: 8a4081c4-3d69-4fbf-a7f0-2c52f5c10acc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681396 [ 287 ] {} TCP-Session: 62bcb36e-1c35-4a32-b531-20c479530152 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681406 [ 363 ] {} TCP-Session: 8a4081c4-3d69-4fbf-a7f0-2c52f5c10acc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681426 [ 287 ] {} TCP-Session: 62bcb36e-1c35-4a32-b531-20c479530152 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681471 [ 289 ] {1c8e68f9-08ef-4b40-8fde-43daa9780200} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:42:10.681485 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.681534 [ 286 ] {} TCP-Session: 13407558-fb62-40e6-a831-6381de3a24c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:58180 2025.09.19 00:42:10.681543 [ 289 ] {1c8e68f9-08ef-4b40-8fde-43daa9780200} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:42:10.681559 [ 286 ] {} TCP-Session: 13407558-fb62-40e6-a831-6381de3a24c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681562 [ 5 ] {3c8db44c-6e03-4b36-9c6e-b21ef796e48d} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.681586 [ 286 ] {} TCP-Session: 13407558-fb62-40e6-a831-6381de3a24c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681705 [ 41 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.09.19 00:42:10.681726 [ 5 ] {3c8db44c-6e03-4b36-9c6e-b21ef796e48d} executeQuery: Read 104 rows, 6.53 KiB in 0.001253 sec., 83000.79808459697 rows/sec., 5.09 MiB/sec. 2025.09.19 00:42:10.681717 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.681752 [ 41 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:10.681772 [ 5 ] {3c8db44c-6e03-4b36-9c6e-b21ef796e48d} TCPHandler: Processed in 0.001424859 sec. 2025.09.19 00:42:10.681787 [ 353 ] {} TCP-Session: 167be845-59f3-495a-898a-4c4853ecabe1 Authenticating user 'default' from [fd00:1122:3344:101::e]:39213 2025.09.19 00:42:10.681803 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:10.681820 [ 353 ] {} TCP-Session: 167be845-59f3-495a-898a-4c4853ecabe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681844 [ 353 ] {} TCP-Session: 167be845-59f3-495a-898a-4c4853ecabe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.681870 [ 289 ] {1c8e68f9-08ef-4b40-8fde-43daa9780200} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:42:10.681916 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:42:10.682026 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:10.682057 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_131_26} MergeTreeSequentialSource: Reading 3 marks from part all_1_126_25, total 10148 rows starting from the beginning of the part 2025.09.19 00:42:10.682112 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 104 rows starting from the beginning of the part 2025.09.19 00:42:10.682157 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:42:10.682203 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 104 rows starting from the beginning of the part 2025.09.19 00:42:10.682242 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:42:10.682280 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 104 rows starting from the beginning of the part 2025.09.19 00:42:10.682901 [ 319 ] {1c8e68f9-08ef-4b40-8fde-43daa9780200} AggregatingTransform: Aggregating 2025.09.19 00:42:10.682939 [ 319 ] {1c8e68f9-08ef-4b40-8fde-43daa9780200} Aggregator: Aggregation method: without_key 2025.09.19 00:42:10.682971 [ 319 ] {1c8e68f9-08ef-4b40-8fde-43daa9780200} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000995082 sec. (1004.942 rows/sec., 39.26 KiB/sec.) 2025.09.19 00:42:10.682989 [ 319 ] {1c8e68f9-08ef-4b40-8fde-43daa9780200} Aggregator: Merging aggregated data 2025.09.19 00:42:10.684551 [ 289 ] {1c8e68f9-08ef-4b40-8fde-43daa9780200} executeQuery: Read 1 rows, 40.00 B in 0.003472 sec., 288.0184331797235 rows/sec., 11.25 KiB/sec. 2025.09.19 00:42:10.684753 [ 289 ] {1c8e68f9-08ef-4b40-8fde-43daa9780200} TCPHandler: Processed in 0.003912381 sec. 2025.09.19 00:42:10.684886 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.684912 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.684916 [ 289 ] {} TCP-Session: 85d72d95-493b-4621-af70-4f03d6bb9cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.684932 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.684944 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.684976 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.684986 [ 353 ] {} TCP-Session: 167be845-59f3-495a-898a-4c4853ecabe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.684994 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.685015 [ 362 ] {} TCP-Session: 00431abc-e31e-400a-a268-c7c17486621b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.685007 [ 352 ] {} TCP-Session: 64f40297-d56a-49f0-b171-ffba58a9602d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.685034 [ 287 ] {} TCP-Session: 62bcb36e-1c35-4a32-b531-20c479530152 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.685022 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.685008 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.685094 [ 288 ] {} TCP-Session: 7d4fac31-0e27-449e-af51-4630ad4d48c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.684959 [ 351 ] {} TCP-Session: dfde9657-1895-4883-9d2b-ce99ba316e43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.685114 [ 363 ] {} TCP-Session: 8a4081c4-3d69-4fbf-a7f0-2c52f5c10acc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.684958 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.685179 [ 286 ] {} TCP-Session: 13407558-fb62-40e6-a831-6381de3a24c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.686264 [ 200 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 10580 rows, containing 4 columns (4 merged, 0 gathered) in 0.004390778 sec., 2409595.74817948 rows/sec., 153.11 MiB/sec. 2025.09.19 00:42:10.686547 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.09.19 00:42:10.686850 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_131_26} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:10.686937 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_131_26} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.09.19 00:42:10.687032 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. 2025.09.19 00:42:10.754709 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63472 2025.09.19 00:42:10.754844 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.754879 [ 288 ] {} TCP-Session: 76d582bb-c561-4b12-9234-f09df8e3d9e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:63472 2025.09.19 00:42:10.754909 [ 288 ] {} TCP-Session: 76d582bb-c561-4b12-9234-f09df8e3d9e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.754927 [ 288 ] {} TCP-Session: 76d582bb-c561-4b12-9234-f09df8e3d9e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.755426 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56803 2025.09.19 00:42:10.755458 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53132 2025.09.19 00:42:10.755475 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52437 2025.09.19 00:42:10.755563 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.755510 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45946 2025.09.19 00:42:10.755601 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.755628 [ 289 ] {} TCP-Session: 48614b75-904f-40d2-aab8-fcdbcf9f7952 Authenticating user 'default' from [fd00:1122:3344:101::e]:56803 2025.09.19 00:42:10.755643 [ 288 ] {} TCP-Session: 76d582bb-c561-4b12-9234-f09df8e3d9e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:10.755657 [ 353 ] {} TCP-Session: 6262de8d-a683-4af4-abf2-3b5e5c59cb6a Authenticating user 'default' from [fd00:1122:3344:101::e]:53132 2025.09.19 00:42:10.755675 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.755710 [ 353 ] {} TCP-Session: 6262de8d-a683-4af4-abf2-3b5e5c59cb6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.755727 [ 287 ] {} TCP-Session: ff29684e-7291-4275-91c8-9a3ebec77b02 Authenticating user 'default' from [fd00:1122:3344:101::e]:45946 2025.09.19 00:42:10.755736 [ 353 ] {} TCP-Session: 6262de8d-a683-4af4-abf2-3b5e5c59cb6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.755752 [ 287 ] {} TCP-Session: ff29684e-7291-4275-91c8-9a3ebec77b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.755484 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42562 2025.09.19 00:42:10.755777 [ 287 ] {} TCP-Session: ff29684e-7291-4275-91c8-9a3ebec77b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.755432 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56878 2025.09.19 00:42:10.755835 [ 288 ] {4d974164-6bc3-4a1f-976a-c5751174e28b} executeQuery: (from [fd00:1122:3344:101::e]:63472) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:42:10.755845 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.755678 [ 289 ] {} TCP-Session: 48614b75-904f-40d2-aab8-fcdbcf9f7952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.755876 [ 363 ] {} TCP-Session: 1a9be700-1de1-4b6b-b525-f77c1dfef705 Authenticating user 'default' from [fd00:1122:3344:101::e]:42562 2025.09.19 00:42:10.755897 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.755899 [ 289 ] {} TCP-Session: 48614b75-904f-40d2-aab8-fcdbcf9f7952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.755913 [ 363 ] {} TCP-Session: 1a9be700-1de1-4b6b-b525-f77c1dfef705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.755932 [ 351 ] {} TCP-Session: d7e5f996-c90d-4cda-b5f7-64e1753f8db9 Authenticating user 'default' from [fd00:1122:3344:101::e]:56878 2025.09.19 00:42:10.755953 [ 363 ] {} TCP-Session: 1a9be700-1de1-4b6b-b525-f77c1dfef705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.755967 [ 351 ] {} TCP-Session: d7e5f996-c90d-4cda-b5f7-64e1753f8db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.755661 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.755990 [ 351 ] {} TCP-Session: d7e5f996-c90d-4cda-b5f7-64e1753f8db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.756074 [ 362 ] {} TCP-Session: b66c5d90-2573-427c-b919-f202f5deec64 Authenticating user 'default' from [fd00:1122:3344:101::e]:52437 2025.09.19 00:42:10.755512 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53257 2025.09.19 00:42:10.756106 [ 362 ] {} TCP-Session: b66c5d90-2573-427c-b919-f202f5deec64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.756151 [ 288 ] {4d974164-6bc3-4a1f-976a-c5751174e28b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:42:10.756169 [ 362 ] {} TCP-Session: b66c5d90-2573-427c-b919-f202f5deec64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.755475 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63218 2025.09.19 00:42:10.756218 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.756223 [ 288 ] {4d974164-6bc3-4a1f-976a-c5751174e28b} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:42:10.756255 [ 286 ] {} TCP-Session: eafeb007-8ab2-45a1-9938-a5852a082e79 Authenticating user 'default' from [fd00:1122:3344:101::e]:53257 2025.09.19 00:42:10.756261 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:42:10.756286 [ 286 ] {} TCP-Session: eafeb007-8ab2-45a1-9938-a5852a082e79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.756297 [ 352 ] {} TCP-Session: 92e04204-f381-47b8-bae0-96fa46f393c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:63218 2025.09.19 00:42:10.756306 [ 286 ] {} TCP-Session: eafeb007-8ab2-45a1-9938-a5852a082e79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.756324 [ 352 ] {} TCP-Session: 92e04204-f381-47b8-bae0-96fa46f393c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.756344 [ 352 ] {} TCP-Session: 92e04204-f381-47b8-bae0-96fa46f393c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.756534 [ 288 ] {4d974164-6bc3-4a1f-976a-c5751174e28b} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:42:10.757589 [ 311 ] {4d974164-6bc3-4a1f-976a-c5751174e28b} AggregatingTransform: Aggregating 2025.09.19 00:42:10.757631 [ 311 ] {4d974164-6bc3-4a1f-976a-c5751174e28b} Aggregator: Aggregation method: without_key 2025.09.19 00:42:10.757668 [ 311 ] {4d974164-6bc3-4a1f-976a-c5751174e28b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001030193 sec. (970.692 rows/sec., 37.92 KiB/sec.) 2025.09.19 00:42:10.757688 [ 311 ] {4d974164-6bc3-4a1f-976a-c5751174e28b} Aggregator: Merging aggregated data 2025.09.19 00:42:10.759053 [ 288 ] {4d974164-6bc3-4a1f-976a-c5751174e28b} executeQuery: Read 1 rows, 40.00 B in 0.003283 sec., 304.5994517209869 rows/sec., 11.90 KiB/sec. 2025.09.19 00:42:10.759193 [ 288 ] {4d974164-6bc3-4a1f-976a-c5751174e28b} TCPHandler: Processed in 0.003714849 sec. 2025.09.19 00:42:10.759282 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.759312 [ 288 ] {} TCP-Session: 76d582bb-c561-4b12-9234-f09df8e3d9e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.759314 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.759336 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.759349 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.759366 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.759389 [ 287 ] {} TCP-Session: ff29684e-7291-4275-91c8-9a3ebec77b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.759390 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.759428 [ 362 ] {} TCP-Session: b66c5d90-2573-427c-b919-f202f5deec64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.759433 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.759466 [ 286 ] {} TCP-Session: eafeb007-8ab2-45a1-9938-a5852a082e79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.759418 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.759501 [ 363 ] {} TCP-Session: 1a9be700-1de1-4b6b-b525-f77c1dfef705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.759417 [ 351 ] {} TCP-Session: d7e5f996-c90d-4cda-b5f7-64e1753f8db9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.759541 [ 353 ] {} TCP-Session: 6262de8d-a683-4af4-abf2-3b5e5c59cb6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.759427 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:42:10.759372 [ 289 ] {} TCP-Session: 48614b75-904f-40d2-aab8-fcdbcf9f7952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:10.759615 [ 352 ] {} TCP-Session: 92e04204-f381-47b8-bae0-96fa46f393c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:42:12.415060 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 42693 2025.09.19 00:42:12.415609 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:12.415652 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.09.19 00:42:12.416185 [ 243 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.19 00:42:12.416439 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:12.416590 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42693 2025.09.19 00:42:14.694959 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 670 2025.09.19 00:42:14.715216 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:14.715288 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:14.722979 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.19 00:42:14.724042 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:14.730955 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 670 2025.09.19 00:42:15.053039 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2446 2025.09.19 00:42:15.055920 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:15.055983 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:15.057293 [ 242 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:42:15.057575 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:15.057744 [ 36 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.19 00:42:15.057791 [ 36 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:15.057818 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:15.057963 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:42:15.057997 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2446 2025.09.19 00:42:15.058626 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:15.058793 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2270 rows starting from the beginning of the part 2025.09.19 00:42:15.059145 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part 2025.09.19 00:42:15.059465 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part 2025.09.19 00:42:15.059772 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part 2025.09.19 00:42:15.060075 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 36 rows starting from the beginning of the part 2025.09.19 00:42:15.060384 [ 199 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 38 rows starting from the beginning of the part 2025.09.19 00:42:15.067644 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2446 rows, containing 72 columns (72 merged, 0 gathered) in 0.009737457 sec., 251194.9475104229 rows/sec., 189.10 MiB/sec. 2025.09.19 00:42:15.070259 [ 192 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.19 00:42:15.070848 [ 192 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_66_13} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:15.070915 [ 192 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_66_13} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.19 00:42:15.071245 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2025.09.19 00:42:15.407712 [ 221 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:42:15.407763 [ 221 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:42:15.411444 [ 221 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:42:15.653884 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:15.654062 [ 5 ] {59593d19-325b-4786-ba58-f5a9d9d0c601} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:15.654131 [ 5 ] {59593d19-325b-4786-ba58-f5a9d9d0c601} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:15.654895 [ 5 ] {59593d19-325b-4786-ba58-f5a9d9d0c601} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:15.654944 [ 5 ] {59593d19-325b-4786-ba58-f5a9d9d0c601} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:15.655352 [ 5 ] {59593d19-325b-4786-ba58-f5a9d9d0c601} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.09.19 00:42:15.655583 [ 5 ] {59593d19-325b-4786-ba58-f5a9d9d0c601} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:15.655755 [ 5 ] {59593d19-325b-4786-ba58-f5a9d9d0c601} executeQuery: Read 140 rows, 12.42 KiB in 0.001742 sec., 80367.39380022962 rows/sec., 6.96 MiB/sec. 2025.09.19 00:42:15.655810 [ 5 ] {59593d19-325b-4786-ba58-f5a9d9d0c601} TCPHandler: Processed in 0.002056686 sec. 2025.09.19 00:42:15.655940 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:15.656043 [ 5 ] {0851d051-ef11-4deb-a7e1-40e2e7d789f5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:15.656089 [ 5 ] {0851d051-ef11-4deb-a7e1-40e2e7d789f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:15.656539 [ 5 ] {0851d051-ef11-4deb-a7e1-40e2e7d789f5} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:15.656579 [ 5 ] {0851d051-ef11-4deb-a7e1-40e2e7d789f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:15.656896 [ 5 ] {0851d051-ef11-4deb-a7e1-40e2e7d789f5} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.09.19 00:42:15.657127 [ 5 ] {0851d051-ef11-4deb-a7e1-40e2e7d789f5} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:15.657270 [ 5 ] {0851d051-ef11-4deb-a7e1-40e2e7d789f5} executeQuery: Read 42 rows, 3.16 KiB in 0.00125 sec., 33600 rows/sec., 2.47 MiB/sec. 2025.09.19 00:42:15.657313 [ 5 ] {0851d051-ef11-4deb-a7e1-40e2e7d789f5} TCPHandler: Processed in 0.001425948 sec. 2025.09.19 00:42:15.657426 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:15.657535 [ 5 ] {1576bc33-725b-4cb4-8dfc-94bf17d62919} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:15.657579 [ 5 ] {1576bc33-725b-4cb4-8dfc-94bf17d62919} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:15.658033 [ 5 ] {1576bc33-725b-4cb4-8dfc-94bf17d62919} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:15.658072 [ 5 ] {1576bc33-725b-4cb4-8dfc-94bf17d62919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:15.658449 [ 5 ] {1576bc33-725b-4cb4-8dfc-94bf17d62919} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.09.19 00:42:15.658695 [ 5 ] {1576bc33-725b-4cb4-8dfc-94bf17d62919} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:15.658858 [ 5 ] {1576bc33-725b-4cb4-8dfc-94bf17d62919} executeQuery: Read 106 rows, 8.48 KiB in 0.001344 sec., 78869.04761904762 rows/sec., 6.16 MiB/sec. 2025.09.19 00:42:15.658900 [ 5 ] {1576bc33-725b-4cb4-8dfc-94bf17d62919} TCPHandler: Processed in 0.00152494 sec. 2025.09.19 00:42:15.658917 [ 220 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:42:15.658976 [ 220 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:42:15.659037 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:15.659174 [ 5 ] {b59f1009-ed8a-4864-9295-63522d9ca0fb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:15.659240 [ 5 ] {b59f1009-ed8a-4864-9295-63522d9ca0fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:15.659689 [ 5 ] {b59f1009-ed8a-4864-9295-63522d9ca0fb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:15.659735 [ 5 ] {b59f1009-ed8a-4864-9295-63522d9ca0fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:15.660117 [ 5 ] {b59f1009-ed8a-4864-9295-63522d9ca0fb} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.09.19 00:42:15.660350 [ 5 ] {b59f1009-ed8a-4864-9295-63522d9ca0fb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:15.660484 [ 36 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 5 parts from all_1_127_26 to all_131_131_0 2025.09.19 00:42:15.660491 [ 5 ] {b59f1009-ed8a-4864-9295-63522d9ca0fb} executeQuery: Read 160 rows, 11.41 KiB in 0.001344 sec., 119047.61904761905 rows/sec., 8.29 MiB/sec. 2025.09.19 00:42:15.660537 [ 36 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:15.660554 [ 5 ] {b59f1009-ed8a-4864-9295-63522d9ca0fb} TCPHandler: Processed in 0.001582441 sec. 2025.09.19 00:42:15.660564 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:15.660682 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:15.660711 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_131_27} MergeTask::PrepareStage: Merging 5 parts: from all_1_127_26 to all_131_131_0 into Compact with storage Full 2025.09.19 00:42:15.660783 [ 5 ] {b14e7272-f4eb-474c-a3e5-173af33d8eea} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:15.660843 [ 5 ] {b14e7272-f4eb-474c-a3e5-173af33d8eea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:42:15.660867 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_131_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:15.660915 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_131_27} MergeTreeSequentialSource: Reading 7 marks from part all_1_127_26, total 44491 rows starting from the beginning of the part 2025.09.19 00:42:15.660985 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_131_27} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 845 rows starting from the beginning of the part 2025.09.19 00:42:15.661030 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_131_27} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 314 rows starting from the beginning of the part 2025.09.19 00:42:15.661072 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_131_27} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part 2025.09.19 00:42:15.661114 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_131_27} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 314 rows starting from the beginning of the part 2025.09.19 00:42:15.661804 [ 5 ] {b14e7272-f4eb-474c-a3e5-173af33d8eea} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:15.661847 [ 5 ] {b14e7272-f4eb-474c-a3e5-173af33d8eea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:15.662396 [ 220 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:42:15.662480 [ 5 ] {b14e7272-f4eb-474c-a3e5-173af33d8eea} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:42:15.662737 [ 5 ] {b14e7272-f4eb-474c-a3e5-173af33d8eea} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:15.662851 [ 33 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.19 00:42:15.662889 [ 33 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:15.662891 [ 5 ] {b14e7272-f4eb-474c-a3e5-173af33d8eea} executeQuery: Read 42 rows, 77.07 KiB in 0.002128 sec., 19736.842105263157 rows/sec., 35.37 MiB/sec. 2025.09.19 00:42:15.662908 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:15.662971 [ 5 ] {b14e7272-f4eb-474c-a3e5-173af33d8eea} TCPHandler: Processed in 0.00233787 sec. 2025.09.19 00:42:15.663044 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:42:15.663086 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:15.663197 [ 5 ] {c13f143d-21cb-40da-8df2-0d13b9ed25f0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:15.663246 [ 5 ] {c13f143d-21cb-40da-8df2-0d13b9ed25f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:15.663314 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:15.663389 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2438 rows starting from the beginning of the part 2025.09.19 00:42:15.663542 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 42 rows starting from the beginning of the part 2025.09.19 00:42:15.663612 [ 5 ] {c13f143d-21cb-40da-8df2-0d13b9ed25f0} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:15.663653 [ 5 ] {c13f143d-21cb-40da-8df2-0d13b9ed25f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:15.663670 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 42 rows starting from the beginning of the part 2025.09.19 00:42:15.663795 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 42 rows starting from the beginning of the part 2025.09.19 00:42:15.663901 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 42 rows starting from the beginning of the part 2025.09.19 00:42:15.663995 [ 5 ] {c13f143d-21cb-40da-8df2-0d13b9ed25f0} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.09.19 00:42:15.664008 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 42 rows starting from the beginning of the part 2025.09.19 00:42:15.664227 [ 5 ] {c13f143d-21cb-40da-8df2-0d13b9ed25f0} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:15.664364 [ 5 ] {c13f143d-21cb-40da-8df2-0d13b9ed25f0} executeQuery: Read 60 rows, 4.14 KiB in 0.001193 sec., 50293.37803855826 rows/sec., 3.39 MiB/sec. 2025.09.19 00:42:15.664403 [ 5 ] {c13f143d-21cb-40da-8df2-0d13b9ed25f0} TCPHandler: Processed in 0.001365758 sec. 2025.09.19 00:42:15.664402 [ 221 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:42:15.664437 [ 221 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:42:15.667256 [ 221 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:42:15.673646 [ 193 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2648 rows, containing 19 columns (19 merged, 0 gathered) in 0.01067015 sec., 248168.9573248736 rows/sec., 444.71 MiB/sec. 2025.09.19 00:42:15.673954 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_131_27} MergeTask::MergeProjectionsStage: Merge sorted 46124 rows, containing 5 columns (5 merged, 0 gathered) in 0.013306684 sec., 3466227.949803272 rows/sec., 232.07 MiB/sec. 2025.09.19 00:42:15.674463 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_131_27} MergedBlockOutputStream: filled checksums all_1_131_27 (state Temporary) 2025.09.19 00:42:15.674748 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_131_27} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_131_27 to all_1_131_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:15.674859 [ 195 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_131_27} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 5 parts: [all_1_127_26, all_131_131_0] -> all_1_131_27 2025.09.19 00:42:15.674963 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2025.09.19 00:42:15.675925 [ 186 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.19 00:42:15.676305 [ 186 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_66_13} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:15.676388 [ 186 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_66_13} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.19 00:42:15.676506 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.09 MiB. 2025.09.19 00:42:16.000313 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 396.14 MiB, peak 421.62 MiB, free memory in arenas 0.00 B, will set to 398.60 MiB (RSS), difference: 2.46 MiB 2025.09.19 00:42:16.646968 [ 222 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:42:16.647016 [ 222 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:42:16.649518 [ 222 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:42:19.709656 [ 28 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:42:19.709763 [ 28 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:42:19.916774 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 43141 2025.09.19 00:42:19.917309 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:19.917356 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:19.917854 [ 243 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.19 00:42:19.918095 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:19.918236 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43141 2025.09.19 00:42:19.918338 [ 221 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:42:19.918404 [ 221 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:42:19.921722 [ 221 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:42:20.265338 [ 224 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:42:20.265389 [ 224 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:42:20.267826 [ 224 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:42:20.447244 [ 217 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:42:20.447335 [ 217 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:42:20.449480 [ 217 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): 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.09.19 00:42:20.663271 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:20.663452 [ 5 ] {1d1b7e53-31f5-4bc4-b894-71293957edb0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:42:20.663521 [ 5 ] {1d1b7e53-31f5-4bc4-b894-71293957edb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:42:20.664294 [ 5 ] {1d1b7e53-31f5-4bc4-b894-71293957edb0} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.664337 [ 5 ] {1d1b7e53-31f5-4bc4-b894-71293957edb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.664711 [ 5 ] {1d1b7e53-31f5-4bc4-b894-71293957edb0} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:42:20.664938 [ 5 ] {1d1b7e53-31f5-4bc4-b894-71293957edb0} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.665072 [ 27 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 2025.09.19 00:42:20.665081 [ 5 ] {1d1b7e53-31f5-4bc4-b894-71293957edb0} executeQuery: Read 410 rows, 26.63 KiB in 0.001682 sec., 243757.4316290131 rows/sec., 15.46 MiB/sec. 2025.09.19 00:42:20.665147 [ 27 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.665167 [ 5 ] {1d1b7e53-31f5-4bc4-b894-71293957edb0} TCPHandler: Processed in 0.002026367 sec. 2025.09.19 00:42:20.665174 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.665294 [ 193 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_65_16} MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full 2025.09.19 00:42:20.665310 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:20.665384 [ 193 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_65_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:20.665407 [ 5 ] {e22d9f45-5449-4a3f-8611-816b9f93c0fe} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:20.665412 [ 193 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 410 rows starting from the beginning of the part 2025.09.19 00:42:20.665447 [ 5 ] {e22d9f45-5449-4a3f-8611-816b9f93c0fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:20.665477 [ 193 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 410 rows starting from the beginning of the part 2025.09.19 00:42:20.665520 [ 193 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 410 rows starting from the beginning of the part 2025.09.19 00:42:20.665564 [ 193 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 410 rows starting from the beginning of the part 2025.09.19 00:42:20.665603 [ 193 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 410 rows starting from the beginning of the part 2025.09.19 00:42:20.666316 [ 5 ] {e22d9f45-5449-4a3f-8611-816b9f93c0fe} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.666351 [ 5 ] {e22d9f45-5449-4a3f-8611-816b9f93c0fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.666545 [ 186 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_65_16} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001281557 sec., 1599616.7162287747 rows/sec., 107.57 MiB/sec. 2025.09.19 00:42:20.666716 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_65_16} MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) 2025.09.19 00:42:20.666731 [ 5 ] {e22d9f45-5449-4a3f-8611-816b9f93c0fe} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.09.19 00:42:20.666948 [ 5 ] {e22d9f45-5449-4a3f-8611-816b9f93c0fe} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.667000 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_65_16} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.667061 [ 197 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_65_16} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 2025.09.19 00:42:20.667073 [ 5 ] {e22d9f45-5449-4a3f-8611-816b9f93c0fe} executeQuery: Read 1112 rows, 89.80 KiB in 0.001684 sec., 660332.541567696 rows/sec., 52.08 MiB/sec. 2025.09.19 00:42:20.667110 [ 5 ] {e22d9f45-5449-4a3f-8611-816b9f93c0fe} TCPHandler: Processed in 0.001848154 sec. 2025.09.19 00:42:20.667128 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:42:20.667225 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:20.667318 [ 5 ] {858552e2-a5ce-4b85-b3e8-896a32534d03} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:20.667358 [ 5 ] {858552e2-a5ce-4b85-b3e8-896a32534d03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:20.667818 [ 5 ] {858552e2-a5ce-4b85-b3e8-896a32534d03} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.667853 [ 5 ] {858552e2-a5ce-4b85-b3e8-896a32534d03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.668148 [ 5 ] {858552e2-a5ce-4b85-b3e8-896a32534d03} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.09.19 00:42:20.668349 [ 5 ] {858552e2-a5ce-4b85-b3e8-896a32534d03} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.668462 [ 27 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.09.19 00:42:20.668471 [ 5 ] {858552e2-a5ce-4b85-b3e8-896a32534d03} executeQuery: Read 205 rows, 12.32 KiB in 0.001172 sec., 174914.6757679181 rows/sec., 10.26 MiB/sec. 2025.09.19 00:42:20.668501 [ 27 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.668523 [ 5 ] {858552e2-a5ce-4b85-b3e8-896a32534d03} TCPHandler: Processed in 0.001345768 sec. 2025.09.19 00:42:20.668524 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.668636 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:42:20.668640 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:20.668749 [ 5 ] {7ac48f38-683b-48fb-bb3b-4bcc40af5c27} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:42:20.668756 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:20.668790 [ 5 ] {7ac48f38-683b-48fb-bb3b-4bcc40af5c27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:42:20.668801 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 265 rows starting from the beginning of the part 2025.09.19 00:42:20.668879 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 205 rows starting from the beginning of the part 2025.09.19 00:42:20.668927 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 42 rows starting from the beginning of the part 2025.09.19 00:42:20.668970 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 205 rows starting from the beginning of the part 2025.09.19 00:42:20.669012 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 42 rows starting from the beginning of the part 2025.09.19 00:42:20.669052 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 205 rows starting from the beginning of the part 2025.09.19 00:42:20.669262 [ 5 ] {7ac48f38-683b-48fb-bb3b-4bcc40af5c27} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.669302 [ 5 ] {7ac48f38-683b-48fb-bb3b-4bcc40af5c27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.669611 [ 5 ] {7ac48f38-683b-48fb-bb3b-4bcc40af5c27} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.19 00:42:20.669832 [ 5 ] {7ac48f38-683b-48fb-bb3b-4bcc40af5c27} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.669957 [ 5 ] {7ac48f38-683b-48fb-bb3b-4bcc40af5c27} executeQuery: Read 212 rows, 14.00 KiB in 0.001226 sec., 172920.0652528548 rows/sec., 11.15 MiB/sec. 2025.09.19 00:42:20.669994 [ 5 ] {7ac48f38-683b-48fb-bb3b-4bcc40af5c27} TCPHandler: Processed in 0.001400768 sec. 2025.09.19 00:42:20.670028 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 964 rows, containing 5 columns (5 merged, 0 gathered) in 0.001429129 sec., 674536.7283149387 rows/sec., 43.57 MiB/sec. 2025.09.19 00:42:20.670102 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:20.670200 [ 5 ] {002da6e9-811c-4233-a413-e9f97972ee39} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:42:20.670213 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.09.19 00:42:20.670240 [ 5 ] {002da6e9-811c-4233-a413-e9f97972ee39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:42:20.670525 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_131_26} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.670614 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_131_26} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.09.19 00:42:20.670706 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.19 00:42:20.670710 [ 5 ] {002da6e9-811c-4233-a413-e9f97972ee39} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.670757 [ 5 ] {002da6e9-811c-4233-a413-e9f97972ee39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.671053 [ 5 ] {002da6e9-811c-4233-a413-e9f97972ee39} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:42:20.671257 [ 5 ] {002da6e9-811c-4233-a413-e9f97972ee39} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.671361 [ 27 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 2025.09.19 00:42:20.671382 [ 5 ] {002da6e9-811c-4233-a413-e9f97972ee39} executeQuery: Read 211 rows, 12.27 KiB in 0.0012 sec., 175833.33333333334 rows/sec., 9.98 MiB/sec. 2025.09.19 00:42:20.671393 [ 27 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.671420 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.671425 [ 5 ] {002da6e9-811c-4233-a413-e9f97972ee39} TCPHandler: Processed in 0.001370678 sec. 2025.09.19 00:42:20.671486 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_65_16} MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full 2025.09.19 00:42:20.671504 [ 217 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:42:20.671533 [ 217 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:42:20.671539 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:20.671556 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_65_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:20.671581 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 211 rows starting from the beginning of the part 2025.09.19 00:42:20.671630 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 211 rows starting from the beginning of the part 2025.09.19 00:42:20.671631 [ 5 ] {fa66c4c6-8dde-406f-ac21-bf538394ef2b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:20.671673 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 211 rows starting from the beginning of the part 2025.09.19 00:42:20.671676 [ 5 ] {fa66c4c6-8dde-406f-ac21-bf538394ef2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:20.671714 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 211 rows starting from the beginning of the part 2025.09.19 00:42:20.671753 [ 197 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 211 rows starting from the beginning of the part 2025.09.19 00:42:20.672336 [ 5 ] {fa66c4c6-8dde-406f-ac21-bf538394ef2b} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.672370 [ 5 ] {fa66c4c6-8dde-406f-ac21-bf538394ef2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.672489 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_65_16} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001029174 sec., 1025093.9102620159 rows/sec., 62.12 MiB/sec. 2025.09.19 00:42:20.672653 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_65_16} MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) 2025.09.19 00:42:20.672694 [ 5 ] {fa66c4c6-8dde-406f-ac21-bf538394ef2b} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.09.19 00:42:20.672969 [ 5 ] {fa66c4c6-8dde-406f-ac21-bf538394ef2b} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.673042 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_65_16} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.673099 [ 5 ] {fa66c4c6-8dde-406f-ac21-bf538394ef2b} executeQuery: Read 679 rows, 48.47 KiB in 0.001485 sec., 457239.05723905726 rows/sec., 31.87 MiB/sec. 2025.09.19 00:42:20.673136 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_65_16} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 2025.09.19 00:42:20.673142 [ 5 ] {fa66c4c6-8dde-406f-ac21-bf538394ef2b} TCPHandler: Processed in 0.001650151 sec. 2025.09.19 00:42:20.673243 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:42:20.673269 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:20.673366 [ 5 ] {cfc6f35a-bd8a-48f3-8b91-858f615d627f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:42:20.673407 [ 5 ] {cfc6f35a-bd8a-48f3-8b91-858f615d627f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:42:20.673739 [ 5 ] {cfc6f35a-bd8a-48f3-8b91-858f615d627f} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.673774 [ 5 ] {cfc6f35a-bd8a-48f3-8b91-858f615d627f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.673903 [ 217 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): 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.09.19 00:42:20.674106 [ 5 ] {cfc6f35a-bd8a-48f3-8b91-858f615d627f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.19 00:42:20.674318 [ 5 ] {cfc6f35a-bd8a-48f3-8b91-858f615d627f} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.674464 [ 5 ] {cfc6f35a-bd8a-48f3-8b91-858f615d627f} executeQuery: Read 6 rows, 321.00 B in 0.001114 sec., 5385.996409335728 rows/sec., 281.40 KiB/sec. 2025.09.19 00:42:20.674504 [ 5 ] {cfc6f35a-bd8a-48f3-8b91-858f615d627f} TCPHandler: Processed in 0.001282317 sec. 2025.09.19 00:42:20.674612 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:20.674705 [ 5 ] {7e3c6fd7-f2fc-4f99-876f-a3d70ad70a8f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:20.674747 [ 5 ] {7e3c6fd7-f2fc-4f99-876f-a3d70ad70a8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:20.675180 [ 5 ] {7e3c6fd7-f2fc-4f99-876f-a3d70ad70a8f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.675215 [ 5 ] {7e3c6fd7-f2fc-4f99-876f-a3d70ad70a8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.675555 [ 5 ] {7e3c6fd7-f2fc-4f99-876f-a3d70ad70a8f} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.09.19 00:42:20.675763 [ 5 ] {7e3c6fd7-f2fc-4f99-876f-a3d70ad70a8f} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.675895 [ 5 ] {7e3c6fd7-f2fc-4f99-876f-a3d70ad70a8f} executeQuery: Read 314 rows, 21.12 KiB in 0.001208 sec., 259933.77483443706 rows/sec., 17.08 MiB/sec. 2025.09.19 00:42:20.675932 [ 5 ] {7e3c6fd7-f2fc-4f99-876f-a3d70ad70a8f} TCPHandler: Processed in 0.001367028 sec. 2025.09.19 00:42:20.676032 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:20.676124 [ 5 ] {afe0ad3e-60cb-4e6d-bfd7-42d111aec372} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:42:20.676166 [ 5 ] {afe0ad3e-60cb-4e6d-bfd7-42d111aec372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:42:20.676480 [ 5 ] {afe0ad3e-60cb-4e6d-bfd7-42d111aec372} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.676515 [ 5 ] {afe0ad3e-60cb-4e6d-bfd7-42d111aec372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.676801 [ 5 ] {afe0ad3e-60cb-4e6d-bfd7-42d111aec372} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:42:20.677005 [ 5 ] {afe0ad3e-60cb-4e6d-bfd7-42d111aec372} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.677133 [ 5 ] {afe0ad3e-60cb-4e6d-bfd7-42d111aec372} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2025.09.19 00:42:20.677170 [ 5 ] {afe0ad3e-60cb-4e6d-bfd7-42d111aec372} TCPHandler: Processed in 0.001185056 sec. 2025.09.19 00:42:20.677276 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:20.677368 [ 5 ] {b6119711-0c3c-4fa2-a895-95bbace5757f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:20.677408 [ 5 ] {b6119711-0c3c-4fa2-a895-95bbace5757f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:20.677735 [ 5 ] {b6119711-0c3c-4fa2-a895-95bbace5757f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:20.677770 [ 5 ] {b6119711-0c3c-4fa2-a895-95bbace5757f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:20.678122 [ 5 ] {b6119711-0c3c-4fa2-a895-95bbace5757f} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.09.19 00:42:20.678331 [ 5 ] {b6119711-0c3c-4fa2-a895-95bbace5757f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:20.678463 [ 5 ] {b6119711-0c3c-4fa2-a895-95bbace5757f} executeQuery: Read 104 rows, 6.53 KiB in 0.001112 sec., 93525.17985611511 rows/sec., 5.73 MiB/sec. 2025.09.19 00:42:20.678498 [ 5 ] {b6119711-0c3c-4fa2-a895-95bbace5757f} TCPHandler: Processed in 0.001269116 sec. 2025.09.19 00:42:21.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 395.40 MiB, peak 421.62 MiB, free memory in arenas 0.00 B, will set to 398.61 MiB (RSS), difference: 3.21 MiB 2025.09.19 00:42:22.231060 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 678 2025.09.19 00:42:22.249549 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:22.249606 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:22.255871 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.19 00:42:22.256555 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:22.260273 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2025.09.19 00:42:25.058271 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2478 2025.09.19 00:42:25.060742 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:25.060796 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:25.062026 [ 242 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:42:25.062313 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:25.062683 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2478 2025.09.19 00:42:25.683750 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:25.683979 [ 5 ] {aee2cb01-7f17-4a38-a223-007f5db3371c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:42:25.684065 [ 5 ] {aee2cb01-7f17-4a38-a223-007f5db3371c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:42:25.684836 [ 5 ] {aee2cb01-7f17-4a38-a223-007f5db3371c} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:25.684888 [ 5 ] {aee2cb01-7f17-4a38-a223-007f5db3371c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:25.685276 [ 5 ] {aee2cb01-7f17-4a38-a223-007f5db3371c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.19 00:42:25.685503 [ 5 ] {aee2cb01-7f17-4a38-a223-007f5db3371c} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:25.685664 [ 5 ] {aee2cb01-7f17-4a38-a223-007f5db3371c} executeQuery: Read 14 rows, 1.14 KiB in 0.001746 sec., 8018.327605956472 rows/sec., 653.84 KiB/sec. 2025.09.19 00:42:25.685707 [ 5 ] {aee2cb01-7f17-4a38-a223-007f5db3371c} TCPHandler: Processed in 0.002110907 sec. 2025.09.19 00:42:25.685839 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:25.685933 [ 5 ] {d1ac3671-6fc4-4107-8213-666b7b368d32} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:25.685973 [ 5 ] {d1ac3671-6fc4-4107-8213-666b7b368d32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:25.687106 [ 5 ] {d1ac3671-6fc4-4107-8213-666b7b368d32} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:25.687143 [ 5 ] {d1ac3671-6fc4-4107-8213-666b7b368d32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:25.687522 [ 5 ] {d1ac3671-6fc4-4107-8213-666b7b368d32} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.09.19 00:42:25.687731 [ 5 ] {d1ac3671-6fc4-4107-8213-666b7b368d32} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:25.687867 [ 5 ] {d1ac3671-6fc4-4107-8213-666b7b368d32} executeQuery: Read 1287 rows, 109.05 KiB in 0.001952 sec., 659323.7704918033 rows/sec., 54.56 MiB/sec. 2025.09.19 00:42:25.687906 [ 5 ] {d1ac3671-6fc4-4107-8213-666b7b368d32} TCPHandler: Processed in 0.002115768 sec. 2025.09.19 00:42:25.688019 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:25.688112 [ 5 ] {4ed20a44-a83c-4bdc-b897-5342c35c536a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:25.688152 [ 5 ] {4ed20a44-a83c-4bdc-b897-5342c35c536a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:25.688616 [ 5 ] {4ed20a44-a83c-4bdc-b897-5342c35c536a} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:25.688652 [ 5 ] {4ed20a44-a83c-4bdc-b897-5342c35c536a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:25.688948 [ 5 ] {4ed20a44-a83c-4bdc-b897-5342c35c536a} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.09.19 00:42:25.689156 [ 5 ] {4ed20a44-a83c-4bdc-b897-5342c35c536a} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:25.689290 [ 5 ] {4ed20a44-a83c-4bdc-b897-5342c35c536a} executeQuery: Read 56 rows, 4.14 KiB in 0.001196 sec., 46822.742474916384 rows/sec., 3.38 MiB/sec. 2025.09.19 00:42:25.689329 [ 5 ] {4ed20a44-a83c-4bdc-b897-5342c35c536a} TCPHandler: Processed in 0.001358237 sec. 2025.09.19 00:42:25.689382 [ 220 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:42:25.689429 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:25.689437 [ 220 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:42:25.689530 [ 5 ] {00afd541-b4aa-434d-ac41-1a313b28e4f5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:42:25.689576 [ 5 ] {00afd541-b4aa-434d-ac41-1a313b28e4f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:42:25.690061 [ 5 ] {00afd541-b4aa-434d-ac41-1a313b28e4f5} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:25.690099 [ 5 ] {00afd541-b4aa-434d-ac41-1a313b28e4f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:25.690481 [ 5 ] {00afd541-b4aa-434d-ac41-1a313b28e4f5} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.19 00:42:25.690766 [ 5 ] {00afd541-b4aa-434d-ac41-1a313b28e4f5} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:25.690931 [ 5 ] {00afd541-b4aa-434d-ac41-1a313b28e4f5} executeQuery: Read 228 rows, 15.81 KiB in 0.001417 sec., 160903.3168666196 rows/sec., 10.89 MiB/sec. 2025.09.19 00:42:25.690983 [ 5 ] {00afd541-b4aa-434d-ac41-1a313b28e4f5} TCPHandler: Processed in 0.001600551 sec. 2025.09.19 00:42:25.691108 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:25.691204 [ 5 ] {116d9551-5cb3-456d-8004-8f3391350488} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:25.691246 [ 5 ] {116d9551-5cb3-456d-8004-8f3391350488} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:25.691926 [ 220 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:42:25.691931 [ 5 ] {116d9551-5cb3-456d-8004-8f3391350488} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:25.691993 [ 5 ] {116d9551-5cb3-456d-8004-8f3391350488} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:25.692344 [ 5 ] {116d9551-5cb3-456d-8004-8f3391350488} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.09.19 00:42:25.692565 [ 5 ] {116d9551-5cb3-456d-8004-8f3391350488} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:25.692711 [ 5 ] {116d9551-5cb3-456d-8004-8f3391350488} executeQuery: Read 576 rows, 43.91 KiB in 0.001525 sec., 377704.91803278687 rows/sec., 28.12 MiB/sec. 2025.09.19 00:42:25.692776 [ 5 ] {116d9551-5cb3-456d-8004-8f3391350488} TCPHandler: Processed in 0.001726063 sec. 2025.09.19 00:42:25.692888 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:25.692984 [ 5 ] {bb7107da-c2b3-4848-a8d9-de979a9e45a5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:25.693030 [ 5 ] {bb7107da-c2b3-4848-a8d9-de979a9e45a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:25.693614 [ 5 ] {bb7107da-c2b3-4848-a8d9-de979a9e45a5} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:25.693652 [ 5 ] {bb7107da-c2b3-4848-a8d9-de979a9e45a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:25.694035 [ 5 ] {bb7107da-c2b3-4848-a8d9-de979a9e45a5} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.09.19 00:42:25.694248 [ 5 ] {bb7107da-c2b3-4848-a8d9-de979a9e45a5} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:25.694412 [ 5 ] {bb7107da-c2b3-4848-a8d9-de979a9e45a5} executeQuery: Read 851 rows, 58.66 KiB in 0.001447 sec., 588113.3379405667 rows/sec., 39.59 MiB/sec. 2025.09.19 00:42:25.694452 [ 5 ] {bb7107da-c2b3-4848-a8d9-de979a9e45a5} TCPHandler: Processed in 0.001614552 sec. 2025.09.19 00:42:25.694567 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:25.694667 [ 5 ] {a96174e7-7a45-4d42-8c80-bdfe606ffa3a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:25.694723 [ 5 ] {a96174e7-7a45-4d42-8c80-bdfe606ffa3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:42:25.695709 [ 5 ] {a96174e7-7a45-4d42-8c80-bdfe606ffa3a} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:25.695746 [ 5 ] {a96174e7-7a45-4d42-8c80-bdfe606ffa3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:25.696404 [ 5 ] {a96174e7-7a45-4d42-8c80-bdfe606ffa3a} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:42:25.696642 [ 5 ] {a96174e7-7a45-4d42-8c80-bdfe606ffa3a} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:25.696786 [ 5 ] {a96174e7-7a45-4d42-8c80-bdfe606ffa3a} executeQuery: Read 42 rows, 77.07 KiB in 0.002142 sec., 19607.843137254902 rows/sec., 35.14 MiB/sec. 2025.09.19 00:42:25.696862 [ 5 ] {a96174e7-7a45-4d42-8c80-bdfe606ffa3a} TCPHandler: Processed in 0.002345981 sec. 2025.09.19 00:42:25.696977 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:25.697072 [ 5 ] {34a063d4-531d-430f-b7d8-6b8dae3540a9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:25.697114 [ 5 ] {34a063d4-531d-430f-b7d8-6b8dae3540a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:25.697452 [ 5 ] {34a063d4-531d-430f-b7d8-6b8dae3540a9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:25.697489 [ 5 ] {34a063d4-531d-430f-b7d8-6b8dae3540a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:25.697788 [ 5 ] {34a063d4-531d-430f-b7d8-6b8dae3540a9} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.09.19 00:42:25.697995 [ 5 ] {34a063d4-531d-430f-b7d8-6b8dae3540a9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:25.698123 [ 5 ] {34a063d4-531d-430f-b7d8-6b8dae3540a9} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.09.19 00:42:25.698159 [ 5 ] {34a063d4-531d-430f-b7d8-6b8dae3540a9} TCPHandler: Processed in 0.001231046 sec. 2025.09.19 00:42:27.418413 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 43653 2025.09.19 00:42:27.419228 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:27.419266 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:27.419757 [ 243 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.19 00:42:27.419994 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:27.420142 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43653 2025.09.19 00:42:27.420212 [ 125 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.19 00:42:27.420288 [ 125 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:27.420312 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:27.420419 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:42:27.420556 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:27.420605 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 41221 rows starting from the beginning of the part 2025.09.19 00:42:27.420676 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:42:27.420725 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:42:27.420775 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:42:27.420821 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:42:27.420870 [ 197 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:42:27.423680 [ 201 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 43653 rows, containing 4 columns (4 merged, 0 gathered) in 0.003308913 sec., 13192549.940116286 rows/sec., 188.72 MiB/sec. 2025.09.19 00:42:27.423904 [ 201 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.19 00:42:27.424210 [ 201 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_91_18} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:27.424280 [ 201 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_91_18} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.19 00:42:27.424355 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2025.09.19 00:42:29.760377 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 686 2025.09.19 00:42:29.778459 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:29.778507 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:29.784785 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.19 00:42:29.785487 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:29.785803 [ 139 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.19 00:42:29.785873 [ 139 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:29.785894 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:29.786030 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:42:29.789124 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 686 2025.09.19 00:42:29.790103 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:29.791795 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:42:29.796394 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:42:29.801152 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:42:29.805825 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part 2025.09.19 00:42:29.810757 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part 2025.09.19 00:42:29.815728 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:42:29.889898 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.10392297 sec., 6601.043061028759 rows/sec., 34.13 MiB/sec. 2025.09.19 00:42:29.894256 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.19 00:42:29.896236 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_91_18} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:29.896333 [ 196 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_91_18} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.19 00:42:29.898636 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.09.19 00:42:30.663690 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:30.663917 [ 5 ] {daeb48cf-f0af-468f-b1a0-4878b8db197f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:42:30.663998 [ 5 ] {daeb48cf-f0af-468f-b1a0-4878b8db197f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:42:30.664818 [ 5 ] {daeb48cf-f0af-468f-b1a0-4878b8db197f} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.664867 [ 5 ] {daeb48cf-f0af-468f-b1a0-4878b8db197f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.665271 [ 5 ] {daeb48cf-f0af-468f-b1a0-4878b8db197f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:42:30.665492 [ 5 ] {daeb48cf-f0af-468f-b1a0-4878b8db197f} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.665644 [ 5 ] {daeb48cf-f0af-468f-b1a0-4878b8db197f} executeQuery: Read 410 rows, 26.63 KiB in 0.001786 sec., 229563.26987681972 rows/sec., 14.56 MiB/sec. 2025.09.19 00:42:30.665685 [ 5 ] {daeb48cf-f0af-468f-b1a0-4878b8db197f} TCPHandler: Processed in 0.002145128 sec. 2025.09.19 00:42:30.665804 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:30.665897 [ 5 ] {c6f627e9-1609-4297-bbc8-264c5d02958e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:30.665936 [ 5 ] {c6f627e9-1609-4297-bbc8-264c5d02958e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:30.666664 [ 5 ] {c6f627e9-1609-4297-bbc8-264c5d02958e} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.666700 [ 5 ] {c6f627e9-1609-4297-bbc8-264c5d02958e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.667051 [ 5 ] {c6f627e9-1609-4297-bbc8-264c5d02958e} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.09.19 00:42:30.667263 [ 5 ] {c6f627e9-1609-4297-bbc8-264c5d02958e} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.667389 [ 5 ] {c6f627e9-1609-4297-bbc8-264c5d02958e} executeQuery: Read 1112 rows, 89.80 KiB in 0.00151 sec., 736423.8410596026 rows/sec., 58.08 MiB/sec. 2025.09.19 00:42:30.667426 [ 5 ] {c6f627e9-1609-4297-bbc8-264c5d02958e} TCPHandler: Processed in 0.001669182 sec. 2025.09.19 00:42:30.667553 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:30.667644 [ 5 ] {8866e542-d9b3-4a3a-ac3b-d97e0401d53d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:30.667684 [ 5 ] {8866e542-d9b3-4a3a-ac3b-d97e0401d53d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:30.668142 [ 5 ] {8866e542-d9b3-4a3a-ac3b-d97e0401d53d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.668178 [ 5 ] {8866e542-d9b3-4a3a-ac3b-d97e0401d53d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.668479 [ 5 ] {8866e542-d9b3-4a3a-ac3b-d97e0401d53d} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.09.19 00:42:30.668679 [ 5 ] {8866e542-d9b3-4a3a-ac3b-d97e0401d53d} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.668806 [ 5 ] {8866e542-d9b3-4a3a-ac3b-d97e0401d53d} executeQuery: Read 205 rows, 12.32 KiB in 0.00118 sec., 173728.81355932204 rows/sec., 10.19 MiB/sec. 2025.09.19 00:42:30.668843 [ 5 ] {8866e542-d9b3-4a3a-ac3b-d97e0401d53d} TCPHandler: Processed in 0.001338598 sec. 2025.09.19 00:42:30.668954 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:30.669045 [ 5 ] {091a746b-0a28-48b6-9a93-1f6c420aabac} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:42:30.669083 [ 5 ] {091a746b-0a28-48b6-9a93-1f6c420aabac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:42:30.669529 [ 5 ] {091a746b-0a28-48b6-9a93-1f6c420aabac} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.669565 [ 5 ] {091a746b-0a28-48b6-9a93-1f6c420aabac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.669856 [ 5 ] {091a746b-0a28-48b6-9a93-1f6c420aabac} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.19 00:42:30.670057 [ 5 ] {091a746b-0a28-48b6-9a93-1f6c420aabac} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.670172 [ 152 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 2025.09.19 00:42:30.670182 [ 5 ] {091a746b-0a28-48b6-9a93-1f6c420aabac} executeQuery: Read 212 rows, 14.00 KiB in 0.001154 sec., 183708.83882149047 rows/sec., 11.85 MiB/sec. 2025.09.19 00:42:30.670245 [ 152 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.670262 [ 5 ] {091a746b-0a28-48b6-9a93-1f6c420aabac} TCPHandler: Processed in 0.001354897 sec. 2025.09.19 00:42:30.670273 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.670383 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:30.670420 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full 2025.09.19 00:42:30.670483 [ 5 ] {da77ce1b-6e7c-4f42-9526-6dc61d18bcf7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:42:30.670527 [ 5 ] {da77ce1b-6e7c-4f42-9526-6dc61d18bcf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:42:30.670566 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:30.670605 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 441 rows starting from the beginning of the part 2025.09.19 00:42:30.670672 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 212 rows starting from the beginning of the part 2025.09.19 00:42:30.670746 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 212 rows starting from the beginning of the part 2025.09.19 00:42:30.670799 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 212 rows starting from the beginning of the part 2025.09.19 00:42:30.670865 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 228 rows starting from the beginning of the part 2025.09.19 00:42:30.670912 [ 198 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 212 rows starting from the beginning of the part 2025.09.19 00:42:30.670979 [ 5 ] {da77ce1b-6e7c-4f42-9526-6dc61d18bcf7} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.671020 [ 5 ] {da77ce1b-6e7c-4f42-9526-6dc61d18bcf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.671387 [ 5 ] {da77ce1b-6e7c-4f42-9526-6dc61d18bcf7} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:42:30.671692 [ 5 ] {da77ce1b-6e7c-4f42-9526-6dc61d18bcf7} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.671851 [ 5 ] {da77ce1b-6e7c-4f42-9526-6dc61d18bcf7} executeQuery: Read 211 rows, 12.27 KiB in 0.001388 sec., 152017.29106628243 rows/sec., 8.63 MiB/sec. 2025.09.19 00:42:30.671896 [ 5 ] {da77ce1b-6e7c-4f42-9526-6dc61d18bcf7} TCPHandler: Processed in 0.001560611 sec. 2025.09.19 00:42:30.671992 [ 197 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001636011 sec., 927255.3790897494 rows/sec., 64.23 MiB/sec. 2025.09.19 00:42:30.672025 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:30.672138 [ 5 ] {19ee08b8-11ae-4d02-a982-0f8cedaccca2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:30.672186 [ 5 ] {19ee08b8-11ae-4d02-a982-0f8cedaccca2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:30.672186 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) 2025.09.19 00:42:30.672511 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.672589 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_90_18} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 2025.09.19 00:42:30.672701 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.09.19 00:42:30.672821 [ 5 ] {19ee08b8-11ae-4d02-a982-0f8cedaccca2} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.672862 [ 5 ] {19ee08b8-11ae-4d02-a982-0f8cedaccca2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.673201 [ 5 ] {19ee08b8-11ae-4d02-a982-0f8cedaccca2} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.09.19 00:42:30.673419 [ 5 ] {19ee08b8-11ae-4d02-a982-0f8cedaccca2} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.673546 [ 5 ] {19ee08b8-11ae-4d02-a982-0f8cedaccca2} executeQuery: Read 679 rows, 48.47 KiB in 0.001432 sec., 474162.0111731844 rows/sec., 33.05 MiB/sec. 2025.09.19 00:42:30.673584 [ 5 ] {19ee08b8-11ae-4d02-a982-0f8cedaccca2} TCPHandler: Processed in 0.001617141 sec. 2025.09.19 00:42:30.673702 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:30.673795 [ 5 ] {72024009-6d45-4bd9-96dd-43497ef28d48} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:42:30.673835 [ 5 ] {72024009-6d45-4bd9-96dd-43497ef28d48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:42:30.674316 [ 5 ] {72024009-6d45-4bd9-96dd-43497ef28d48} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.674351 [ 5 ] {72024009-6d45-4bd9-96dd-43497ef28d48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.674747 [ 5 ] {72024009-6d45-4bd9-96dd-43497ef28d48} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.19 00:42:30.674983 [ 5 ] {72024009-6d45-4bd9-96dd-43497ef28d48} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.675092 [ 152 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.19 00:42:30.675118 [ 5 ] {72024009-6d45-4bd9-96dd-43497ef28d48} executeQuery: Read 6 rows, 321.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 233.76 KiB/sec. 2025.09.19 00:42:30.675125 [ 152 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.675160 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.675164 [ 5 ] {72024009-6d45-4bd9-96dd-43497ef28d48} TCPHandler: Processed in 0.001510429 sec. 2025.09.19 00:42:30.675250 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:42:30.675297 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:30.675361 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:30.675393 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 366 rows starting from the beginning of the part 2025.09.19 00:42:30.675398 [ 5 ] {b368be58-afed-47b5-a631-bd1ba485fa9a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:30.675442 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part 2025.09.19 00:42:30.675451 [ 5 ] {b368be58-afed-47b5-a631-bd1ba485fa9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:30.675488 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part 2025.09.19 00:42:30.675526 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part 2025.09.19 00:42:30.675559 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part 2025.09.19 00:42:30.675593 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part 2025.09.19 00:42:30.675900 [ 5 ] {b368be58-afed-47b5-a631-bd1ba485fa9a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.675942 [ 5 ] {b368be58-afed-47b5-a631-bd1ba485fa9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.676303 [ 197 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 4 columns (4 merged, 0 gathered) in 0.001084464 sec., 365157.3496215642 rows/sec., 18.63 MiB/sec. 2025.09.19 00:42:30.676320 [ 5 ] {b368be58-afed-47b5-a631-bd1ba485fa9a} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.09.19 00:42:30.676507 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.19 00:42:30.676560 [ 5 ] {b368be58-afed-47b5-a631-bd1ba485fa9a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.676710 [ 5 ] {b368be58-afed-47b5-a631-bd1ba485fa9a} executeQuery: Read 314 rows, 21.12 KiB in 0.001332 sec., 235735.7357357357 rows/sec., 15.49 MiB/sec. 2025.09.19 00:42:30.676749 [ 5 ] {b368be58-afed-47b5-a631-bd1ba485fa9a} TCPHandler: Processed in 0.001502319 sec. 2025.09.19 00:42:30.676843 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_66_13} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.676864 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:30.676932 [ 187 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_66_13} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.19 00:42:30.676960 [ 5 ] {1e69ec88-4abb-4cfd-a363-35d0582ae9aa} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:42:30.677007 [ 5 ] {1e69ec88-4abb-4cfd-a363-35d0582ae9aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:42:30.677034 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.09.19 00:42:30.677321 [ 5 ] {1e69ec88-4abb-4cfd-a363-35d0582ae9aa} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.677362 [ 5 ] {1e69ec88-4abb-4cfd-a363-35d0582ae9aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.677664 [ 5 ] {1e69ec88-4abb-4cfd-a363-35d0582ae9aa} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:42:30.677871 [ 5 ] {1e69ec88-4abb-4cfd-a363-35d0582ae9aa} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.678002 [ 5 ] {1e69ec88-4abb-4cfd-a363-35d0582ae9aa} executeQuery: Read 1 rows, 69.00 B in 0.00106 sec., 943.3962264150944 rows/sec., 63.57 KiB/sec. 2025.09.19 00:42:30.678039 [ 5 ] {1e69ec88-4abb-4cfd-a363-35d0582ae9aa} TCPHandler: Processed in 0.001225136 sec. 2025.09.19 00:42:30.678147 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:30.678240 [ 5 ] {60c452e3-bdac-4e13-b9da-54f6416e98d9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:30.678282 [ 5 ] {60c452e3-bdac-4e13-b9da-54f6416e98d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:30.678611 [ 5 ] {60c452e3-bdac-4e13-b9da-54f6416e98d9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:30.678647 [ 5 ] {60c452e3-bdac-4e13-b9da-54f6416e98d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:30.678951 [ 5 ] {60c452e3-bdac-4e13-b9da-54f6416e98d9} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.09.19 00:42:30.679156 [ 5 ] {60c452e3-bdac-4e13-b9da-54f6416e98d9} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:30.679298 [ 5 ] {60c452e3-bdac-4e13-b9da-54f6416e98d9} executeQuery: Read 104 rows, 6.53 KiB in 0.001075 sec., 96744.18604651163 rows/sec., 5.93 MiB/sec. 2025.09.19 00:42:30.679334 [ 5 ] {60c452e3-bdac-4e13-b9da-54f6416e98d9} TCPHandler: Processed in 0.001236366 sec. 2025.09.19 00:42:34.710018 [ 141 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:42:34.710110 [ 141 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:42:34.920325 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 44101 2025.09.19 00:42:34.920815 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:34.920858 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:34.921406 [ 243 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.19 00:42:34.921638 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:34.921767 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44101 2025.09.19 00:42:35.062927 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2514 2025.09.19 00:42:35.065560 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:35.065619 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:35.066880 [ 242 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:42:35.067168 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:35.067555 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2514 2025.09.19 00:42:35.654665 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:35.654840 [ 5 ] {b2b2f42d-413e-4091-bb02-ca80d6242096} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:35.654906 [ 5 ] {b2b2f42d-413e-4091-bb02-ca80d6242096} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:35.655682 [ 5 ] {b2b2f42d-413e-4091-bb02-ca80d6242096} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:35.655728 [ 5 ] {b2b2f42d-413e-4091-bb02-ca80d6242096} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:35.656142 [ 5 ] {b2b2f42d-413e-4091-bb02-ca80d6242096} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.09.19 00:42:35.656370 [ 5 ] {b2b2f42d-413e-4091-bb02-ca80d6242096} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:35.656509 [ 148 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.09.19 00:42:35.656531 [ 5 ] {b2b2f42d-413e-4091-bb02-ca80d6242096} executeQuery: Read 140 rows, 12.42 KiB in 0.001738 sec., 80552.3590333717 rows/sec., 6.98 MiB/sec. 2025.09.19 00:42:35.656574 [ 148 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:35.656592 [ 5 ] {b2b2f42d-413e-4091-bb02-ca80d6242096} TCPHandler: Processed in 0.002050077 sec. 2025.09.19 00:42:35.656603 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:35.656732 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:35.656758 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:42:35.656854 [ 5 ] {83343bbe-ca89-44f8-8129-7271bcd25097} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:35.656907 [ 5 ] {83343bbe-ca89-44f8-8129-7271bcd25097} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:35.656911 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:35.656962 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2346 rows starting from the beginning of the part 2025.09.19 00:42:35.657037 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 140 rows starting from the beginning of the part 2025.09.19 00:42:35.657091 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:42:35.657140 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 1287 rows starting from the beginning of the part 2025.09.19 00:42:35.657185 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:42:35.657233 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 140 rows starting from the beginning of the part 2025.09.19 00:42:35.657409 [ 5 ] {83343bbe-ca89-44f8-8129-7271bcd25097} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:35.657451 [ 5 ] {83343bbe-ca89-44f8-8129-7271bcd25097} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:35.657779 [ 5 ] {83343bbe-ca89-44f8-8129-7271bcd25097} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.09.19 00:42:35.658001 [ 5 ] {83343bbe-ca89-44f8-8129-7271bcd25097} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:35.658133 [ 5 ] {83343bbe-ca89-44f8-8129-7271bcd25097} executeQuery: Read 42 rows, 3.16 KiB in 0.001303 sec., 32233.307751343058 rows/sec., 2.37 MiB/sec. 2025.09.19 00:42:35.658173 [ 5 ] {83343bbe-ca89-44f8-8129-7271bcd25097} TCPHandler: Processed in 0.00149989 sec. 2025.09.19 00:42:35.658276 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:35.658369 [ 5 ] {99837c58-576e-4ec7-bf06-3536f010360b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:35.658408 [ 5 ] {99837c58-576e-4ec7-bf06-3536f010360b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:35.658835 [ 5 ] {99837c58-576e-4ec7-bf06-3536f010360b} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:35.658871 [ 5 ] {99837c58-576e-4ec7-bf06-3536f010360b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:35.659174 [ 5 ] {99837c58-576e-4ec7-bf06-3536f010360b} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.09.19 00:42:35.659370 [ 187 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 6137 rows, containing 5 columns (5 merged, 0 gathered) in 0.002668694 sec., 2299626.708794639 rows/sec., 194.74 MiB/sec. 2025.09.19 00:42:35.659379 [ 5 ] {99837c58-576e-4ec7-bf06-3536f010360b} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:35.659516 [ 148 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.09.19 00:42:35.659527 [ 5 ] {99837c58-576e-4ec7-bf06-3536f010360b} executeQuery: Read 106 rows, 8.48 KiB in 0.001175 sec., 90212.7659574468 rows/sec., 7.05 MiB/sec. 2025.09.19 00:42:35.659551 [ 148 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:35.659576 [ 5 ] {99837c58-576e-4ec7-bf06-3536f010360b} TCPHandler: Processed in 0.001346587 sec. 2025.09.19 00:42:35.659577 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:35.659628 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.09.19 00:42:35.659689 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:42:35.659698 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:35.659803 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:35.659810 [ 5 ] {8c208f09-e0a3-4992-b483-f9e439146df0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:35.659844 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1213 rows starting from the beginning of the part 2025.09.19 00:42:35.659868 [ 5 ] {8c208f09-e0a3-4992-b483-f9e439146df0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:35.659885 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_136_27} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:35.659911 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 106 rows starting from the beginning of the part 2025.09.19 00:42:35.659963 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 679 rows starting from the beginning of the part 2025.09.19 00:42:35.659968 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_136_27} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.09.19 00:42:35.660012 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 576 rows starting from the beginning of the part 2025.09.19 00:42:35.660051 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.09.19 00:42:35.660072 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 679 rows starting from the beginning of the part 2025.09.19 00:42:35.660120 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 106 rows starting from the beginning of the part 2025.09.19 00:42:35.660279 [ 5 ] {8c208f09-e0a3-4992-b483-f9e439146df0} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:35.660322 [ 5 ] {8c208f09-e0a3-4992-b483-f9e439146df0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:35.660659 [ 5 ] {8c208f09-e0a3-4992-b483-f9e439146df0} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.09.19 00:42:35.660875 [ 5 ] {8c208f09-e0a3-4992-b483-f9e439146df0} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:35.660996 [ 148 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 5 parts from all_1_131_27 to all_135_135_0 2025.09.19 00:42:35.661005 [ 5 ] {8c208f09-e0a3-4992-b483-f9e439146df0} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.09.19 00:42:35.661034 [ 148 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:35.661057 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:35.661057 [ 5 ] {8c208f09-e0a3-4992-b483-f9e439146df0} TCPHandler: Processed in 0.001406229 sec. 2025.09.19 00:42:35.661154 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_135_28} MergeTask::PrepareStage: Merging 5 parts: from all_1_131_27 to all_135_135_0 into Compact with storage Full 2025.09.19 00:42:35.661180 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:35.661260 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_135_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:35.661276 [ 5 ] {b1c50d79-5c80-418e-a71e-8d1f96d20598} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:35.661296 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_135_28} MergeTreeSequentialSource: Reading 7 marks from part all_1_131_27, total 46124 rows starting from the beginning of the part 2025.09.19 00:42:35.661319 [ 191 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 3359 rows, containing 5 columns (5 merged, 0 gathered) in 0.001667222 sec., 2014728.6923996923 rows/sec., 152.27 MiB/sec. 2025.09.19 00:42:35.661336 [ 5 ] {b1c50d79-5c80-418e-a71e-8d1f96d20598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:42:35.661395 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_135_28} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part 2025.09.19 00:42:35.661467 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_135_28} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 314 rows starting from the beginning of the part 2025.09.19 00:42:35.661515 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.09.19 00:42:35.661534 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_135_28} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 851 rows starting from the beginning of the part 2025.09.19 00:42:35.661594 [ 187 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_135_28} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 314 rows starting from the beginning of the part 2025.09.19 00:42:35.661840 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_136_27} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:35.661925 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_136_27} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.09.19 00:42:35.662006 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.19 00:42:35.663781 [ 5 ] {b1c50d79-5c80-418e-a71e-8d1f96d20598} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:35.663855 [ 5 ] {b1c50d79-5c80-418e-a71e-8d1f96d20598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:35.664699 [ 5 ] {b1c50d79-5c80-418e-a71e-8d1f96d20598} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:42:35.664923 [ 5 ] {b1c50d79-5c80-418e-a71e-8d1f96d20598} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:35.665060 [ 5 ] {b1c50d79-5c80-418e-a71e-8d1f96d20598} executeQuery: Read 42 rows, 77.07 KiB in 0.003802 sec., 11046.817464492373 rows/sec., 19.80 MiB/sec. 2025.09.19 00:42:35.665115 [ 5 ] {b1c50d79-5c80-418e-a71e-8d1f96d20598} TCPHandler: Processed in 0.003982302 sec. 2025.09.19 00:42:35.665231 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:35.665322 [ 5 ] {41574f80-3502-49ff-9683-533a94be121f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:35.665362 [ 5 ] {41574f80-3502-49ff-9683-533a94be121f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:35.665706 [ 5 ] {41574f80-3502-49ff-9683-533a94be121f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:35.665741 [ 5 ] {41574f80-3502-49ff-9683-533a94be121f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:35.666037 [ 5 ] {41574f80-3502-49ff-9683-533a94be121f} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.09.19 00:42:35.666235 [ 5 ] {41574f80-3502-49ff-9683-533a94be121f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:35.666344 [ 148 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.09.19 00:42:35.666362 [ 5 ] {41574f80-3502-49ff-9683-533a94be121f} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.09.19 00:42:35.666375 [ 148 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:35.666405 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:35.666406 [ 5 ] {41574f80-3502-49ff-9683-533a94be121f} TCPHandler: Processed in 0.001222546 sec. 2025.09.19 00:42:35.666485 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:42:35.666569 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:35.666593 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_136_27} MergeTreeSequentialSource: Reading 3 marks from part all_1_131_26, total 10580 rows starting from the beginning of the part 2025.09.19 00:42:35.666635 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:42:35.666673 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 104 rows starting from the beginning of the part 2025.09.19 00:42:35.666709 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:42:35.666742 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 104 rows starting from the beginning of the part 2025.09.19 00:42:35.666774 [ 191 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:42:35.669044 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 10968 rows, containing 4 columns (4 merged, 0 gathered) in 0.002587624 sec., 4238637.452736564 rows/sec., 269.42 MiB/sec. 2025.09.19 00:42:35.669343 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.09.19 00:42:35.669641 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_136_27} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:35.669731 [ 199 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_136_27} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.09.19 00:42:35.669810 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. 2025.09.19 00:42:35.670180 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_135_28} MergeTask::MergeProjectionsStage: Merge sorted 47763 rows, containing 5 columns (5 merged, 0 gathered) in 0.009061209 sec., 5271150.902710664 rows/sec., 352.91 MiB/sec. 2025.09.19 00:42:35.670562 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_135_28} MergedBlockOutputStream: filled checksums all_1_135_28 (state Temporary) 2025.09.19 00:42:35.670796 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_135_28} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_135_28 to all_1_135_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:35.670857 [ 199 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_135_28} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 5 parts: [all_1_131_27, all_135_135_0] -> all_1_135_28 2025.09.19 00:42:35.670918 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2025.09.19 00:42:37.289229 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 693 2025.09.19 00:42:37.307652 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:37.307720 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.09.19 00:42:37.313961 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.19 00:42:37.314673 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:37.318009 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2025.09.19 00:42:40.035805 [ 212 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.09.19 00:42:40.035894 [ 212 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.09.19 00:42:40.042443 [ 212 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.09.19 00:42:40.307697 [ 219 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:42:40.307748 [ 219 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:42:40.311342 [ 219 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:42:40.508587 [ 212 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:42:40.508663 [ 212 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:42:40.512016 [ 212 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:42:40.543355 [ 217 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:42:40.543405 [ 217 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:42:40.545466 [ 217 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:42:40.664371 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:40.664613 [ 5 ] {06938ffd-400b-4c79-836d-0ef83272a93c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:42:40.664675 [ 5 ] {06938ffd-400b-4c79-836d-0ef83272a93c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:42:40.665530 [ 5 ] {06938ffd-400b-4c79-836d-0ef83272a93c} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.665571 [ 5 ] {06938ffd-400b-4c79-836d-0ef83272a93c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.665941 [ 5 ] {06938ffd-400b-4c79-836d-0ef83272a93c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:42:40.666155 [ 5 ] {06938ffd-400b-4c79-836d-0ef83272a93c} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.666302 [ 5 ] {06938ffd-400b-4c79-836d-0ef83272a93c} executeQuery: Read 410 rows, 26.63 KiB in 0.001751 sec., 234151.91319246145 rows/sec., 14.85 MiB/sec. 2025.09.19 00:42:40.666343 [ 5 ] {06938ffd-400b-4c79-836d-0ef83272a93c} TCPHandler: Processed in 0.002141148 sec. 2025.09.19 00:42:40.666465 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:40.666562 [ 5 ] {e24591c0-519b-425f-ac76-07a57121b0ef} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:42:40.666602 [ 5 ] {e24591c0-519b-425f-ac76-07a57121b0ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:42:40.666992 [ 5 ] {e24591c0-519b-425f-ac76-07a57121b0ef} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.667028 [ 5 ] {e24591c0-519b-425f-ac76-07a57121b0ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.667309 [ 5 ] {e24591c0-519b-425f-ac76-07a57121b0ef} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.19 00:42:40.667512 [ 5 ] {e24591c0-519b-425f-ac76-07a57121b0ef} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.667635 [ 5 ] {e24591c0-519b-425f-ac76-07a57121b0ef} executeQuery: Read 2 rows, 167.00 B in 0.001092 sec., 1831.5018315018312 rows/sec., 149.35 KiB/sec. 2025.09.19 00:42:40.667672 [ 5 ] {e24591c0-519b-425f-ac76-07a57121b0ef} TCPHandler: Processed in 0.001256047 sec. 2025.09.19 00:42:40.667784 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:40.667882 [ 5 ] {6b686b51-a79d-4bd5-9a25-045f94df46df} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:40.667920 [ 5 ] {6b686b51-a79d-4bd5-9a25-045f94df46df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:40.668854 [ 5 ] {6b686b51-a79d-4bd5-9a25-045f94df46df} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.668888 [ 5 ] {6b686b51-a79d-4bd5-9a25-045f94df46df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.669241 [ 5 ] {6b686b51-a79d-4bd5-9a25-045f94df46df} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.09.19 00:42:40.669442 [ 5 ] {6b686b51-a79d-4bd5-9a25-045f94df46df} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.669566 [ 5 ] {6b686b51-a79d-4bd5-9a25-045f94df46df} executeQuery: Read 1113 rows, 89.87 KiB in 0.001702 sec., 653936.545240893 rows/sec., 51.57 MiB/sec. 2025.09.19 00:42:40.669603 [ 5 ] {6b686b51-a79d-4bd5-9a25-045f94df46df} TCPHandler: Processed in 0.001865965 sec. 2025.09.19 00:42:40.669724 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:40.669814 [ 5 ] {2f7850fe-7e5e-41f1-b98c-383e81684d93} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:40.669852 [ 5 ] {2f7850fe-7e5e-41f1-b98c-383e81684d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:40.670331 [ 5 ] {2f7850fe-7e5e-41f1-b98c-383e81684d93} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.670367 [ 5 ] {2f7850fe-7e5e-41f1-b98c-383e81684d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.670659 [ 5 ] {2f7850fe-7e5e-41f1-b98c-383e81684d93} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.09.19 00:42:40.670855 [ 5 ] {2f7850fe-7e5e-41f1-b98c-383e81684d93} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.670978 [ 5 ] {2f7850fe-7e5e-41f1-b98c-383e81684d93} executeQuery: Read 207 rows, 12.46 KiB in 0.001182 sec., 175126.9035532995 rows/sec., 10.29 MiB/sec. 2025.09.19 00:42:40.671015 [ 5 ] {2f7850fe-7e5e-41f1-b98c-383e81684d93} TCPHandler: Processed in 0.001339518 sec. 2025.09.19 00:42:40.671133 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:40.671250 [ 5 ] {8ead7d5b-b28c-42d2-9601-8d4662db7ba8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:42:40.671297 [ 5 ] {8ead7d5b-b28c-42d2-9601-8d4662db7ba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:42:40.671857 [ 5 ] {8ead7d5b-b28c-42d2-9601-8d4662db7ba8} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.671894 [ 5 ] {8ead7d5b-b28c-42d2-9601-8d4662db7ba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.672192 [ 5 ] {8ead7d5b-b28c-42d2-9601-8d4662db7ba8} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.19 00:42:40.672390 [ 5 ] {8ead7d5b-b28c-42d2-9601-8d4662db7ba8} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.672516 [ 5 ] {8ead7d5b-b28c-42d2-9601-8d4662db7ba8} executeQuery: Read 212 rows, 14.00 KiB in 0.00129 sec., 164341.08527131783 rows/sec., 10.60 MiB/sec. 2025.09.19 00:42:40.672555 [ 5 ] {8ead7d5b-b28c-42d2-9601-8d4662db7ba8} TCPHandler: Processed in 0.00148022 sec. 2025.09.19 00:42:40.672694 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:40.672812 [ 5 ] {a1f0f00c-1e4d-4ded-bee6-cf86da02c965} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:42:40.672860 [ 5 ] {a1f0f00c-1e4d-4ded-bee6-cf86da02c965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:42:40.673457 [ 5 ] {a1f0f00c-1e4d-4ded-bee6-cf86da02c965} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.673502 [ 5 ] {a1f0f00c-1e4d-4ded-bee6-cf86da02c965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.673814 [ 5 ] {a1f0f00c-1e4d-4ded-bee6-cf86da02c965} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:42:40.674022 [ 5 ] {a1f0f00c-1e4d-4ded-bee6-cf86da02c965} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.674148 [ 5 ] {a1f0f00c-1e4d-4ded-bee6-cf86da02c965} executeQuery: Read 211 rows, 12.27 KiB in 0.00136 sec., 155147.0588235294 rows/sec., 8.81 MiB/sec. 2025.09.19 00:42:40.674186 [ 5 ] {a1f0f00c-1e4d-4ded-bee6-cf86da02c965} TCPHandler: Processed in 0.00155914 sec. 2025.09.19 00:42:40.674295 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:40.674392 [ 5 ] {6a950212-4a67-46de-989d-fe2f27fb43ff} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:40.674431 [ 5 ] {6a950212-4a67-46de-989d-fe2f27fb43ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:40.675127 [ 5 ] {6a950212-4a67-46de-989d-fe2f27fb43ff} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.675164 [ 5 ] {6a950212-4a67-46de-989d-fe2f27fb43ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.675495 [ 5 ] {6a950212-4a67-46de-989d-fe2f27fb43ff} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.09.19 00:42:40.675704 [ 5 ] {6a950212-4a67-46de-989d-fe2f27fb43ff} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.675831 [ 5 ] {6a950212-4a67-46de-989d-fe2f27fb43ff} executeQuery: Read 681 rows, 48.63 KiB in 0.001457 sec., 467398.7645847632 rows/sec., 32.60 MiB/sec. 2025.09.19 00:42:40.675869 [ 5 ] {6a950212-4a67-46de-989d-fe2f27fb43ff} TCPHandler: Processed in 0.001622031 sec. 2025.09.19 00:42:40.676008 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:40.676126 [ 5 ] {c7bad724-f3d9-46c6-b2ce-3d254c51b0c0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:42:40.676176 [ 5 ] {c7bad724-f3d9-46c6-b2ce-3d254c51b0c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:42:40.676558 [ 5 ] {c7bad724-f3d9-46c6-b2ce-3d254c51b0c0} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.676594 [ 5 ] {c7bad724-f3d9-46c6-b2ce-3d254c51b0c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.676886 [ 5 ] {c7bad724-f3d9-46c6-b2ce-3d254c51b0c0} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.19 00:42:40.677093 [ 5 ] {c7bad724-f3d9-46c6-b2ce-3d254c51b0c0} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.677219 [ 5 ] {c7bad724-f3d9-46c6-b2ce-3d254c51b0c0} executeQuery: Read 6 rows, 321.00 B in 0.001117 sec., 5371.530886302597 rows/sec., 280.64 KiB/sec. 2025.09.19 00:42:40.677255 [ 5 ] {c7bad724-f3d9-46c6-b2ce-3d254c51b0c0} TCPHandler: Processed in 0.001313847 sec. 2025.09.19 00:42:40.677355 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:40.677447 [ 5 ] {0456e064-2f79-4976-8bb2-b79f5de60e8c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:40.677487 [ 5 ] {0456e064-2f79-4976-8bb2-b79f5de60e8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:40.677949 [ 5 ] {0456e064-2f79-4976-8bb2-b79f5de60e8c} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.677987 [ 5 ] {0456e064-2f79-4976-8bb2-b79f5de60e8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.678311 [ 5 ] {0456e064-2f79-4976-8bb2-b79f5de60e8c} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.09.19 00:42:40.678517 [ 5 ] {0456e064-2f79-4976-8bb2-b79f5de60e8c} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.678644 [ 5 ] {0456e064-2f79-4976-8bb2-b79f5de60e8c} executeQuery: Read 315 rows, 21.19 KiB in 0.001215 sec., 259259.25925925927 rows/sec., 17.03 MiB/sec. 2025.09.19 00:42:40.678681 [ 5 ] {0456e064-2f79-4976-8bb2-b79f5de60e8c} TCPHandler: Processed in 0.001372868 sec. 2025.09.19 00:42:40.678799 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:40.678908 [ 5 ] {e3d6555a-f76a-4531-a216-97c08fa46c09} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:42:40.678955 [ 5 ] {e3d6555a-f76a-4531-a216-97c08fa46c09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:42:40.679328 [ 5 ] {e3d6555a-f76a-4531-a216-97c08fa46c09} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.679371 [ 5 ] {e3d6555a-f76a-4531-a216-97c08fa46c09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.679677 [ 5 ] {e3d6555a-f76a-4531-a216-97c08fa46c09} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:42:40.679874 [ 5 ] {e3d6555a-f76a-4531-a216-97c08fa46c09} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.679979 [ 140 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2025.09.19 00:42:40.679998 [ 5 ] {e3d6555a-f76a-4531-a216-97c08fa46c09} executeQuery: Read 1 rows, 69.00 B in 0.001114 sec., 897.6660682226212 rows/sec., 60.49 KiB/sec. 2025.09.19 00:42:40.680033 [ 140 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.680045 [ 5 ] {e3d6555a-f76a-4531-a216-97c08fa46c09} TCPHandler: Processed in 0.001310447 sec. 2025.09.19 00:42:40.680059 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.680153 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:40.680184 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2025.09.19 00:42:40.680248 [ 5 ] {76581358-9327-4a2b-a4ad-694f204e4996} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:40.680292 [ 5 ] {76581358-9327-4a2b-a4ad-694f204e4996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:40.680322 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:40.680362 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 66 rows starting from the beginning of the part 2025.09.19 00:42:40.680426 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part 2025.09.19 00:42:40.680481 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part 2025.09.19 00:42:40.680530 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part 2025.09.19 00:42:40.680573 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part 2025.09.19 00:42:40.680611 [ 191 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part 2025.09.19 00:42:40.680655 [ 5 ] {76581358-9327-4a2b-a4ad-694f204e4996} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:40.680694 [ 5 ] {76581358-9327-4a2b-a4ad-694f204e4996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:40.681029 [ 5 ] {76581358-9327-4a2b-a4ad-694f204e4996} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.09.19 00:42:40.681251 [ 5 ] {76581358-9327-4a2b-a4ad-694f204e4996} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.681411 [ 5 ] {76581358-9327-4a2b-a4ad-694f204e4996} executeQuery: Read 104 rows, 6.53 KiB in 0.001178 sec., 88285.22920203736 rows/sec., 5.41 MiB/sec. 2025.09.19 00:42:40.681463 [ 5 ] {76581358-9327-4a2b-a4ad-694f204e4996} TCPHandler: Processed in 0.001355977 sec. 2025.09.19 00:42:40.681545 [ 193 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 71 rows, containing 4 columns (4 merged, 0 gathered) in 0.001415838 sec., 50146.980092355196 rows/sec., 3.29 MiB/sec. 2025.09.19 00:42:40.681764 [ 190 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2025.09.19 00:42:40.682162 [ 190 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:40.682263 [ 190 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_70_14} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2025.09.19 00:42:40.682393 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:42:41.093045 [ 221 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:42:41.093127 [ 221 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:42:41.096793 [ 221 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:42:41.867869 [ 221 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:42:41.867942 [ 221 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:42:41.870567 [ 221 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:42:42.421926 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 44613 2025.09.19 00:42:42.422476 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:42.422527 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:42.423036 [ 243 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.19 00:42:42.423289 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:42.423440 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44613 2025.09.19 00:42:44.648279 [ 223 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:42:44.648340 [ 223 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:42:44.650577 [ 223 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:42:44.818102 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2025.09.19 00:42:44.836618 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:44.836685 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:44.843094 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.19 00:42:44.843828 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:44.847824 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2025.09.19 00:42:45.067830 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2548 2025.09.19 00:42:45.070681 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:45.070725 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:45.071889 [ 242 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:42:45.072144 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:45.072481 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2548 2025.09.19 00:42:45.654727 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:45.654903 [ 5 ] {273e3ef5-2b34-4351-b49c-73d475b8b519} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:45.654969 [ 5 ] {273e3ef5-2b34-4351-b49c-73d475b8b519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:45.655735 [ 5 ] {273e3ef5-2b34-4351-b49c-73d475b8b519} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:45.655787 [ 5 ] {273e3ef5-2b34-4351-b49c-73d475b8b519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:45.656201 [ 5 ] {273e3ef5-2b34-4351-b49c-73d475b8b519} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.09.19 00:42:45.656443 [ 5 ] {273e3ef5-2b34-4351-b49c-73d475b8b519} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:45.656607 [ 5 ] {273e3ef5-2b34-4351-b49c-73d475b8b519} executeQuery: Read 142 rows, 12.62 KiB in 0.00175 sec., 81142.85714285714 rows/sec., 7.04 MiB/sec. 2025.09.19 00:42:45.656661 [ 5 ] {273e3ef5-2b34-4351-b49c-73d475b8b519} TCPHandler: Processed in 0.002059716 sec. 2025.09.19 00:42:45.656790 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:45.656895 [ 5 ] {2cec4ea3-971b-4cae-ba38-2aec70d14d33} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:45.656940 [ 5 ] {2cec4ea3-971b-4cae-ba38-2aec70d14d33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:45.657382 [ 5 ] {2cec4ea3-971b-4cae-ba38-2aec70d14d33} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:45.657418 [ 5 ] {2cec4ea3-971b-4cae-ba38-2aec70d14d33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:45.657729 [ 5 ] {2cec4ea3-971b-4cae-ba38-2aec70d14d33} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.09.19 00:42:45.657946 [ 5 ] {2cec4ea3-971b-4cae-ba38-2aec70d14d33} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:45.658077 [ 5 ] {2cec4ea3-971b-4cae-ba38-2aec70d14d33} executeQuery: Read 43 rows, 3.23 KiB in 0.001208 sec., 35596.02649006622 rows/sec., 2.61 MiB/sec. 2025.09.19 00:42:45.658073 [ 131 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.09.19 00:42:45.658116 [ 5 ] {2cec4ea3-971b-4cae-ba38-2aec70d14d33} TCPHandler: Processed in 0.001378367 sec. 2025.09.19 00:42:45.658153 [ 131 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:45.658180 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:45.658247 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:45.658316 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:42:45.658346 [ 5 ] {ccf27e58-3787-49d0-a6ad-b48d81a07dc6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:45.658399 [ 5 ] {ccf27e58-3787-49d0-a6ad-b48d81a07dc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:45.658481 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:45.658525 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 265 rows starting from the beginning of the part 2025.09.19 00:42:45.658604 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part 2025.09.19 00:42:45.658662 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 205 rows starting from the beginning of the part 2025.09.19 00:42:45.658710 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 42 rows starting from the beginning of the part 2025.09.19 00:42:45.658751 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 207 rows starting from the beginning of the part 2025.09.19 00:42:45.658794 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 43 rows starting from the beginning of the part 2025.09.19 00:42:45.658860 [ 5 ] {ccf27e58-3787-49d0-a6ad-b48d81a07dc6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:45.658902 [ 5 ] {ccf27e58-3787-49d0-a6ad-b48d81a07dc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:45.659251 [ 5 ] {ccf27e58-3787-49d0-a6ad-b48d81a07dc6} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.09.19 00:42:45.659490 [ 5 ] {ccf27e58-3787-49d0-a6ad-b48d81a07dc6} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:45.659627 [ 5 ] {ccf27e58-3787-49d0-a6ad-b48d81a07dc6} executeQuery: Read 107 rows, 8.56 KiB in 0.0013 sec., 82307.69230769231 rows/sec., 6.43 MiB/sec. 2025.09.19 00:42:45.659667 [ 5 ] {ccf27e58-3787-49d0-a6ad-b48d81a07dc6} TCPHandler: Processed in 0.001478019 sec. 2025.09.19 00:42:45.659785 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:45.659787 [ 188 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 818 rows, containing 5 columns (5 merged, 0 gathered) in 0.00153328 sec., 533496.8172806011 rows/sec., 35.17 MiB/sec. 2025.09.19 00:42:45.659881 [ 5 ] {8c1a316c-86a3-4be0-986f-9dd4875aadb0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:45.659931 [ 5 ] {8c1a316c-86a3-4be0-986f-9dd4875aadb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:45.659971 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.09.19 00:42:45.660227 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_136_27} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:45.660299 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_136_27} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.09.19 00:42:45.660359 [ 5 ] {8c1a316c-86a3-4be0-986f-9dd4875aadb0} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:45.660381 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.09.19 00:42:45.660404 [ 5 ] {8c1a316c-86a3-4be0-986f-9dd4875aadb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:45.660806 [ 5 ] {8c1a316c-86a3-4be0-986f-9dd4875aadb0} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.09.19 00:42:45.661045 [ 5 ] {8c1a316c-86a3-4be0-986f-9dd4875aadb0} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:45.661181 [ 5 ] {8c1a316c-86a3-4be0-986f-9dd4875aadb0} executeQuery: Read 160 rows, 11.41 KiB in 0.001319 sec., 121304.01819560272 rows/sec., 8.45 MiB/sec. 2025.09.19 00:42:45.661222 [ 5 ] {8c1a316c-86a3-4be0-986f-9dd4875aadb0} TCPHandler: Processed in 0.001485219 sec. 2025.09.19 00:42:45.661342 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:45.661461 [ 5 ] {728557cf-b730-4c38-b58d-2e0d109012cf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:45.661527 [ 5 ] {728557cf-b730-4c38-b58d-2e0d109012cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:42:45.662489 [ 5 ] {728557cf-b730-4c38-b58d-2e0d109012cf} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:45.662529 [ 5 ] {728557cf-b730-4c38-b58d-2e0d109012cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:45.663154 [ 5 ] {728557cf-b730-4c38-b58d-2e0d109012cf} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:42:45.663394 [ 5 ] {728557cf-b730-4c38-b58d-2e0d109012cf} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:45.663543 [ 5 ] {728557cf-b730-4c38-b58d-2e0d109012cf} executeQuery: Read 43 rows, 78.90 KiB in 0.002101 sec., 20466.444550214183 rows/sec., 36.67 MiB/sec. 2025.09.19 00:42:45.663574 [ 220 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:42:45.663612 [ 5 ] {728557cf-b730-4c38-b58d-2e0d109012cf} TCPHandler: Processed in 0.00231914 sec. 2025.09.19 00:42:45.663615 [ 220 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:42:45.663736 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:45.663837 [ 5 ] {774653e7-2c69-418f-8093-25d9cfafef7e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:45.663884 [ 5 ] {774653e7-2c69-418f-8093-25d9cfafef7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:45.664238 [ 5 ] {774653e7-2c69-418f-8093-25d9cfafef7e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:45.664276 [ 5 ] {774653e7-2c69-418f-8093-25d9cfafef7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:45.664622 [ 5 ] {774653e7-2c69-418f-8093-25d9cfafef7e} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.09.19 00:42:45.664909 [ 5 ] {774653e7-2c69-418f-8093-25d9cfafef7e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:45.665072 [ 5 ] {774653e7-2c69-418f-8093-25d9cfafef7e} executeQuery: Read 60 rows, 4.14 KiB in 0.001254 sec., 47846.88995215311 rows/sec., 3.22 MiB/sec. 2025.09.19 00:42:45.665112 [ 5 ] {774653e7-2c69-418f-8093-25d9cfafef7e} TCPHandler: Processed in 0.001426599 sec. 2025.09.19 00:42:45.665355 [ 220 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:42:49.710160 [ 128 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:42:49.710233 [ 128 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:42:49.923613 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 45061 2025.09.19 00:42:49.924144 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:49.924198 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:49.924720 [ 243 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.19 00:42:49.924965 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:49.925120 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45061 2025.09.19 00:42:50.654549 [ 221 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:42:50.654598 [ 221 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:42:50.657256 [ 221 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:42:50.663450 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:50.663615 [ 5 ] {c4838a21-7bc8-4a1a-b6a0-e25ff0741c25} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:42:50.663682 [ 5 ] {c4838a21-7bc8-4a1a-b6a0-e25ff0741c25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:42:50.664562 [ 5 ] {c4838a21-7bc8-4a1a-b6a0-e25ff0741c25} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:50.664606 [ 5 ] {c4838a21-7bc8-4a1a-b6a0-e25ff0741c25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:50.665008 [ 5 ] {c4838a21-7bc8-4a1a-b6a0-e25ff0741c25} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:42:50.665250 [ 5 ] {c4838a21-7bc8-4a1a-b6a0-e25ff0741c25} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:50.665420 [ 5 ] {c4838a21-7bc8-4a1a-b6a0-e25ff0741c25} executeQuery: Read 410 rows, 26.63 KiB in 0.001856 sec., 220905.1724137931 rows/sec., 14.01 MiB/sec. 2025.09.19 00:42:50.665480 [ 5 ] {c4838a21-7bc8-4a1a-b6a0-e25ff0741c25} TCPHandler: Processed in 0.002153948 sec. 2025.09.19 00:42:50.665614 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:50.665720 [ 5 ] {45e0b079-8358-4999-b20f-b0db79731ae2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:50.665766 [ 5 ] {45e0b079-8358-4999-b20f-b0db79731ae2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:50.666804 [ 5 ] {45e0b079-8358-4999-b20f-b0db79731ae2} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:50.666843 [ 5 ] {45e0b079-8358-4999-b20f-b0db79731ae2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:50.667220 [ 5 ] {45e0b079-8358-4999-b20f-b0db79731ae2} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.09.19 00:42:50.667455 [ 5 ] {45e0b079-8358-4999-b20f-b0db79731ae2} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:50.667613 [ 5 ] {45e0b079-8358-4999-b20f-b0db79731ae2} executeQuery: Read 1112 rows, 89.80 KiB in 0.001917 sec., 580073.0307772561 rows/sec., 45.75 MiB/sec. 2025.09.19 00:42:50.667655 [ 5 ] {45e0b079-8358-4999-b20f-b0db79731ae2} TCPHandler: Processed in 0.002094228 sec. 2025.09.19 00:42:50.667799 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:50.667899 [ 5 ] {7c5a51c4-a29b-48aa-8294-309c3c2ece31} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:50.667943 [ 5 ] {7c5a51c4-a29b-48aa-8294-309c3c2ece31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:50.668448 [ 5 ] {7c5a51c4-a29b-48aa-8294-309c3c2ece31} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:50.668485 [ 5 ] {7c5a51c4-a29b-48aa-8294-309c3c2ece31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:50.668793 [ 5 ] {7c5a51c4-a29b-48aa-8294-309c3c2ece31} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.09.19 00:42:50.669006 [ 5 ] {7c5a51c4-a29b-48aa-8294-309c3c2ece31} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:50.669136 [ 5 ] {7c5a51c4-a29b-48aa-8294-309c3c2ece31} executeQuery: Read 205 rows, 12.32 KiB in 0.001259 sec., 162827.64098490868 rows/sec., 9.55 MiB/sec. 2025.09.19 00:42:50.669175 [ 5 ] {7c5a51c4-a29b-48aa-8294-309c3c2ece31} TCPHandler: Processed in 0.001428509 sec. 2025.09.19 00:42:50.669289 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:50.669384 [ 5 ] {51909174-6250-4fdf-86e0-705ad8fbc35a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:42:50.669425 [ 5 ] {51909174-6250-4fdf-86e0-705ad8fbc35a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:42:50.669906 [ 5 ] {51909174-6250-4fdf-86e0-705ad8fbc35a} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:50.669943 [ 5 ] {51909174-6250-4fdf-86e0-705ad8fbc35a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:50.670246 [ 5 ] {51909174-6250-4fdf-86e0-705ad8fbc35a} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.19 00:42:50.670464 [ 5 ] {51909174-6250-4fdf-86e0-705ad8fbc35a} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:50.670609 [ 5 ] {51909174-6250-4fdf-86e0-705ad8fbc35a} executeQuery: Read 212 rows, 14.00 KiB in 0.001244 sec., 170418.00643086815 rows/sec., 10.99 MiB/sec. 2025.09.19 00:42:50.670649 [ 5 ] {51909174-6250-4fdf-86e0-705ad8fbc35a} TCPHandler: Processed in 0.001410619 sec. 2025.09.19 00:42:50.670825 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:50.670920 [ 5 ] {7ea75495-5570-4d1e-8fb8-81acb21d9a0e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:42:50.670961 [ 5 ] {7ea75495-5570-4d1e-8fb8-81acb21d9a0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:42:50.671443 [ 5 ] {7ea75495-5570-4d1e-8fb8-81acb21d9a0e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:50.671479 [ 5 ] {7ea75495-5570-4d1e-8fb8-81acb21d9a0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:50.671785 [ 5 ] {7ea75495-5570-4d1e-8fb8-81acb21d9a0e} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:42:50.671997 [ 5 ] {7ea75495-5570-4d1e-8fb8-81acb21d9a0e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:50.672126 [ 5 ] {7ea75495-5570-4d1e-8fb8-81acb21d9a0e} executeQuery: Read 211 rows, 12.27 KiB in 0.001224 sec., 172385.62091503266 rows/sec., 9.79 MiB/sec. 2025.09.19 00:42:50.672165 [ 5 ] {7ea75495-5570-4d1e-8fb8-81acb21d9a0e} TCPHandler: Processed in 0.001396249 sec. 2025.09.19 00:42:50.672283 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:50.672378 [ 5 ] {8542eaf8-12a7-40fc-a325-e9601ccb1ddc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:50.672417 [ 5 ] {8542eaf8-12a7-40fc-a325-e9601ccb1ddc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:50.673105 [ 5 ] {8542eaf8-12a7-40fc-a325-e9601ccb1ddc} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:50.673143 [ 5 ] {8542eaf8-12a7-40fc-a325-e9601ccb1ddc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:50.673491 [ 5 ] {8542eaf8-12a7-40fc-a325-e9601ccb1ddc} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.09.19 00:42:50.673705 [ 5 ] {8542eaf8-12a7-40fc-a325-e9601ccb1ddc} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:50.673837 [ 5 ] {8542eaf8-12a7-40fc-a325-e9601ccb1ddc} executeQuery: Read 679 rows, 48.47 KiB in 0.001477 sec., 459715.6398104265 rows/sec., 32.05 MiB/sec. 2025.09.19 00:42:50.673877 [ 5 ] {8542eaf8-12a7-40fc-a325-e9601ccb1ddc} TCPHandler: Processed in 0.001644411 sec. 2025.09.19 00:42:50.673991 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:50.674086 [ 5 ] {14dbe4bd-4f22-4b61-a5f5-a601fd2543ce} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:42:50.674127 [ 5 ] {14dbe4bd-4f22-4b61-a5f5-a601fd2543ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:42:50.674885 [ 5 ] {14dbe4bd-4f22-4b61-a5f5-a601fd2543ce} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:50.674921 [ 5 ] {14dbe4bd-4f22-4b61-a5f5-a601fd2543ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:50.675248 [ 5 ] {14dbe4bd-4f22-4b61-a5f5-a601fd2543ce} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.19 00:42:50.675464 [ 5 ] {14dbe4bd-4f22-4b61-a5f5-a601fd2543ce} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:50.675617 [ 5 ] {14dbe4bd-4f22-4b61-a5f5-a601fd2543ce} executeQuery: Read 6 rows, 321.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 202.50 KiB/sec. 2025.09.19 00:42:50.675660 [ 5 ] {14dbe4bd-4f22-4b61-a5f5-a601fd2543ce} TCPHandler: Processed in 0.001718773 sec. 2025.09.19 00:42:50.675802 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:50.675897 [ 5 ] {f2e30f97-e438-4361-ac5e-240f2101d0e7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:50.675939 [ 5 ] {f2e30f97-e438-4361-ac5e-240f2101d0e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:50.676392 [ 5 ] {f2e30f97-e438-4361-ac5e-240f2101d0e7} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:50.676428 [ 5 ] {f2e30f97-e438-4361-ac5e-240f2101d0e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:50.676762 [ 5 ] {f2e30f97-e438-4361-ac5e-240f2101d0e7} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.09.19 00:42:50.676978 [ 5 ] {f2e30f97-e438-4361-ac5e-240f2101d0e7} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:50.677108 [ 5 ] {f2e30f97-e438-4361-ac5e-240f2101d0e7} executeQuery: Read 314 rows, 21.12 KiB in 0.00123 sec., 255284.55284552847 rows/sec., 16.77 MiB/sec. 2025.09.19 00:42:50.677147 [ 5 ] {f2e30f97-e438-4361-ac5e-240f2101d0e7} TCPHandler: Processed in 0.001396558 sec. 2025.09.19 00:42:50.677254 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:50.677357 [ 5 ] {2182e48a-4b84-492d-83aa-70d5103cbaf7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:42:50.677403 [ 5 ] {2182e48a-4b84-492d-83aa-70d5103cbaf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:42:50.677741 [ 5 ] {2182e48a-4b84-492d-83aa-70d5103cbaf7} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:50.677781 [ 5 ] {2182e48a-4b84-492d-83aa-70d5103cbaf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:50.678126 [ 5 ] {2182e48a-4b84-492d-83aa-70d5103cbaf7} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:42:50.678354 [ 5 ] {2182e48a-4b84-492d-83aa-70d5103cbaf7} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:50.678497 [ 5 ] {2182e48a-4b84-492d-83aa-70d5103cbaf7} executeQuery: Read 1 rows, 69.00 B in 0.001159 sec., 862.8127696289904 rows/sec., 58.14 KiB/sec. 2025.09.19 00:42:50.678537 [ 5 ] {2182e48a-4b84-492d-83aa-70d5103cbaf7} TCPHandler: Processed in 0.001332717 sec. 2025.09.19 00:42:50.678647 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:50.678742 [ 5 ] {9f5563a1-bc4c-4d88-8f16-10071312a92f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:50.678784 [ 5 ] {9f5563a1-bc4c-4d88-8f16-10071312a92f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:50.679124 [ 5 ] {9f5563a1-bc4c-4d88-8f16-10071312a92f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:50.679162 [ 5 ] {9f5563a1-bc4c-4d88-8f16-10071312a92f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.09.19 00:42:50.679483 [ 5 ] {9f5563a1-bc4c-4d88-8f16-10071312a92f} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.09.19 00:42:50.679701 [ 5 ] {9f5563a1-bc4c-4d88-8f16-10071312a92f} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:50.679833 [ 5 ] {9f5563a1-bc4c-4d88-8f16-10071312a92f} executeQuery: Read 104 rows, 6.53 KiB in 0.00111 sec., 93693.69369369368 rows/sec., 5.74 MiB/sec. 2025.09.19 00:42:50.679871 [ 5 ] {9f5563a1-bc4c-4d88-8f16-10071312a92f} TCPHandler: Processed in 0.001272527 sec. 2025.09.19 00:42:52.347923 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2025.09.19 00:42:52.366941 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:52.367007 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:52.373366 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.19 00:42:52.374108 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:52.377836 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2025.09.19 00:42:55.072716 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2580 2025.09.19 00:42:55.075215 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:55.075274 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:55.076531 [ 242 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:42:55.076848 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:55.077275 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2580 2025.09.19 00:42:55.682976 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:55.683250 [ 5 ] {19c6641f-53b4-465e-8cfb-01d83cd7c125} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:42:55.683355 [ 5 ] {19c6641f-53b4-465e-8cfb-01d83cd7c125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:42:55.684214 [ 5 ] {19c6641f-53b4-465e-8cfb-01d83cd7c125} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:55.684254 [ 5 ] {19c6641f-53b4-465e-8cfb-01d83cd7c125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:55.684634 [ 5 ] {19c6641f-53b4-465e-8cfb-01d83cd7c125} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.19 00:42:55.684883 [ 5 ] {19c6641f-53b4-465e-8cfb-01d83cd7c125} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:55.685041 [ 5 ] {19c6641f-53b4-465e-8cfb-01d83cd7c125} executeQuery: Read 2 rows, 167.00 B in 0.001868 sec., 1070.663811563169 rows/sec., 87.31 KiB/sec. 2025.09.19 00:42:55.685085 [ 5 ] {19c6641f-53b4-465e-8cfb-01d83cd7c125} TCPHandler: Processed in 0.00228724 sec. 2025.09.19 00:42:55.685205 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:55.685327 [ 5 ] {dc3e0282-355d-41ad-a22f-d86b5eee2c3c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:42:55.685366 [ 5 ] {dc3e0282-355d-41ad-a22f-d86b5eee2c3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:42:55.686790 [ 5 ] {dc3e0282-355d-41ad-a22f-d86b5eee2c3c} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:55.686827 [ 5 ] {dc3e0282-355d-41ad-a22f-d86b5eee2c3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:55.687228 [ 5 ] {dc3e0282-355d-41ad-a22f-d86b5eee2c3c} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.09.19 00:42:55.687442 [ 5 ] {dc3e0282-355d-41ad-a22f-d86b5eee2c3c} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:55.687575 [ 5 ] {dc3e0282-355d-41ad-a22f-d86b5eee2c3c} executeQuery: Read 1303 rows, 110.69 KiB in 0.002267 sec., 574768.4164093516 rows/sec., 47.68 MiB/sec. 2025.09.19 00:42:55.687615 [ 5 ] {dc3e0282-355d-41ad-a22f-d86b5eee2c3c} TCPHandler: Processed in 0.002457792 sec. 2025.09.19 00:42:55.687718 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:55.687838 [ 5 ] {4277e8e0-f849-4d4d-933f-3fe771b05225} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:42:55.687878 [ 5 ] {4277e8e0-f849-4d4d-933f-3fe771b05225} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:42:55.688319 [ 5 ] {4277e8e0-f849-4d4d-933f-3fe771b05225} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:55.688355 [ 5 ] {4277e8e0-f849-4d4d-933f-3fe771b05225} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:55.688651 [ 5 ] {4277e8e0-f849-4d4d-933f-3fe771b05225} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.09.19 00:42:55.688855 [ 5 ] {4277e8e0-f849-4d4d-933f-3fe771b05225} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:55.688983 [ 5 ] {4277e8e0-f849-4d4d-933f-3fe771b05225} executeQuery: Read 55 rows, 4.13 KiB in 0.001164 sec., 47250.859106529206 rows/sec., 3.46 MiB/sec. 2025.09.19 00:42:55.689021 [ 5 ] {4277e8e0-f849-4d4d-933f-3fe771b05225} TCPHandler: Processed in 0.001350117 sec. 2025.09.19 00:42:55.689144 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:55.689265 [ 5 ] {b7b37293-52b4-4f93-a4bc-5ae2503991a4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:42:55.689314 [ 5 ] {b7b37293-52b4-4f93-a4bc-5ae2503991a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:42:55.689956 [ 5 ] {b7b37293-52b4-4f93-a4bc-5ae2503991a4} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:55.689996 [ 5 ] {b7b37293-52b4-4f93-a4bc-5ae2503991a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:55.690313 [ 5 ] {b7b37293-52b4-4f93-a4bc-5ae2503991a4} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.19 00:42:55.690530 [ 5 ] {b7b37293-52b4-4f93-a4bc-5ae2503991a4} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:55.690664 [ 5 ] {b7b37293-52b4-4f93-a4bc-5ae2503991a4} executeQuery: Read 228 rows, 15.81 KiB in 0.001425 sec., 160000 rows/sec., 10.83 MiB/sec. 2025.09.19 00:42:55.690704 [ 5 ] {b7b37293-52b4-4f93-a4bc-5ae2503991a4} TCPHandler: Processed in 0.001622551 sec. 2025.09.19 00:42:55.690815 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:55.690910 [ 5 ] {cddbb8db-2ca6-432d-ba00-0e7358202083} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:42:55.690949 [ 5 ] {cddbb8db-2ca6-432d-ba00-0e7358202083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:42:55.691702 [ 5 ] {cddbb8db-2ca6-432d-ba00-0e7358202083} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:55.691739 [ 5 ] {cddbb8db-2ca6-432d-ba00-0e7358202083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:55.692060 [ 5 ] {cddbb8db-2ca6-432d-ba00-0e7358202083} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.09.19 00:42:55.692263 [ 5 ] {cddbb8db-2ca6-432d-ba00-0e7358202083} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:55.692395 [ 5 ] {cddbb8db-2ca6-432d-ba00-0e7358202083} executeQuery: Read 581 rows, 44.32 KiB in 0.001504 sec., 386303.19148936175 rows/sec., 28.78 MiB/sec. 2025.09.19 00:42:55.692435 [ 5 ] {cddbb8db-2ca6-432d-ba00-0e7358202083} TCPHandler: Processed in 0.001669522 sec. 2025.09.19 00:42:55.692545 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:55.692639 [ 5 ] {a12e4abb-22de-4901-b2c5-4cf0918e0e59} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:55.692682 [ 5 ] {a12e4abb-22de-4901-b2c5-4cf0918e0e59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:42:55.693339 [ 5 ] {a12e4abb-22de-4901-b2c5-4cf0918e0e59} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:55.693375 [ 5 ] {a12e4abb-22de-4901-b2c5-4cf0918e0e59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:55.693751 [ 5 ] {a12e4abb-22de-4901-b2c5-4cf0918e0e59} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.09.19 00:42:55.693959 [ 5 ] {a12e4abb-22de-4901-b2c5-4cf0918e0e59} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:55.694081 [ 119 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_135_28 to all_140_140_0 2025.09.19 00:42:55.694089 [ 5 ] {a12e4abb-22de-4901-b2c5-4cf0918e0e59} executeQuery: Read 845 rows, 58.24 KiB in 0.00147 sec., 574829.9319727891 rows/sec., 38.69 MiB/sec. 2025.09.19 00:42:55.694154 [ 119 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:55.694168 [ 5 ] {a12e4abb-22de-4901-b2c5-4cf0918e0e59} TCPHandler: Processed in 0.001672781 sec. 2025.09.19 00:42:55.694183 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:55.694287 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:55.694289 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_135_28 to all_140_140_0 into Compact with storage Full 2025.09.19 00:42:55.694385 [ 5 ] {316c9d74-ba22-4310-b545-d2886a2691a0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:42:55.694410 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:42:55.694439 [ 5 ] {316c9d74-ba22-4310-b545-d2886a2691a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:42:55.694446 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} MergeTreeSequentialSource: Reading 7 marks from part all_1_135_28, total 47763 rows starting from the beginning of the part 2025.09.19 00:42:55.694520 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part 2025.09.19 00:42:55.694574 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 315 rows starting from the beginning of the part 2025.09.19 00:42:55.694623 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2025.09.19 00:42:55.694672 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 314 rows starting from the beginning of the part 2025.09.19 00:42:55.694720 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 845 rows starting from the beginning of the part 2025.09.19 00:42:55.695412 [ 5 ] {316c9d74-ba22-4310-b545-d2886a2691a0} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:55.695449 [ 5 ] {316c9d74-ba22-4310-b545-d2886a2691a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:55.696056 [ 5 ] {316c9d74-ba22-4310-b545-d2886a2691a0} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:42:55.696303 [ 5 ] {316c9d74-ba22-4310-b545-d2886a2691a0} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:55.696458 [ 5 ] {316c9d74-ba22-4310-b545-d2886a2691a0} executeQuery: Read 53 rows, 97.25 KiB in 0.002091 sec., 25346.72405547585 rows/sec., 45.42 MiB/sec. 2025.09.19 00:42:55.696541 [ 5 ] {316c9d74-ba22-4310-b545-d2886a2691a0} TCPHandler: Processed in 0.00230185 sec. 2025.09.19 00:42:55.696655 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:55.696749 [ 5 ] {10371e34-5459-4ce4-a109-ad92ea864d9d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.19 00:42:55.696792 [ 5 ] {10371e34-5459-4ce4-a109-ad92ea864d9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.19 00:42:55.697116 [ 5 ] {10371e34-5459-4ce4-a109-ad92ea864d9d} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:55.697154 [ 5 ] {10371e34-5459-4ce4-a109-ad92ea864d9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:55.697481 [ 5 ] {10371e34-5459-4ce4-a109-ad92ea864d9d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.19 00:42:55.697715 [ 5 ] {10371e34-5459-4ce4-a109-ad92ea864d9d} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:55.697849 [ 5 ] {10371e34-5459-4ce4-a109-ad92ea864d9d} executeQuery: Read 9 rows, 709.00 B in 0.001119 sec., 8042.8954423592495 rows/sec., 618.75 KiB/sec. 2025.09.19 00:42:55.697889 [ 5 ] {10371e34-5459-4ce4-a109-ad92ea864d9d} TCPHandler: Processed in 0.001283617 sec. 2025.09.19 00:42:55.698018 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:42:55.698111 [ 5 ] {3629e514-7c10-41f7-87c3-d62c9a9a1c3b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:42:55.698153 [ 5 ] {3629e514-7c10-41f7-87c3-d62c9a9a1c3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:42:55.698506 [ 5 ] {3629e514-7c10-41f7-87c3-d62c9a9a1c3b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:55.698544 [ 5 ] {3629e514-7c10-41f7-87c3-d62c9a9a1c3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:55.698854 [ 5 ] {3629e514-7c10-41f7-87c3-d62c9a9a1c3b} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.09.19 00:42:55.699068 [ 5 ] {3629e514-7c10-41f7-87c3-d62c9a9a1c3b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:55.699202 [ 5 ] {3629e514-7c10-41f7-87c3-d62c9a9a1c3b} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2025.09.19 00:42:55.699240 [ 5 ] {3629e514-7c10-41f7-87c3-d62c9a9a1c3b} TCPHandler: Processed in 0.001272297 sec. 2025.09.19 00:42:55.703426 [ 188 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} MergeTask::MergeProjectionsStage: Merge sorted 49557 rows, containing 5 columns (5 merged, 0 gathered) in 0.009177009 sec., 5400125.465715463 rows/sec., 361.59 MiB/sec. 2025.09.19 00:42:55.703795 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} MergedBlockOutputStream: filled checksums all_1_140_29 (state Temporary) 2025.09.19 00:42:55.704142 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_140_29 to all_1_140_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:55.704234 [ 186 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_140_29} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_135_28, all_140_140_0] -> all_1_140_29 2025.09.19 00:42:55.704342 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. 2025.09.19 00:42:57.425323 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 45573 2025.09.19 00:42:57.425981 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:57.426028 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:57.426513 [ 243 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.19 00:42:57.426745 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:57.426892 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45573 2025.09.19 00:42:57.426960 [ 221 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:42:57.427013 [ 221 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:42:57.433980 [ 221 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:42:58.775718 [ 220 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:42:58.775792 [ 220 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:42:58.778487 [ 220 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:42:59.000220 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 396.05 MiB, peak 421.62 MiB, free memory in arenas 0.00 B, will set to 400.05 MiB (RSS), difference: 4.00 MiB 2025.09.19 00:42:59.877931 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2025.09.19 00:42:59.896172 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:42:59.896247 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:42:59.902526 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.19 00:42:59.903222 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:42:59.906492 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2025.09.19 00:43:00.664014 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:00.664248 [ 5 ] {9880c412-8c1b-4534-a3ca-e6878be057e4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:43:00.664351 [ 5 ] {9880c412-8c1b-4534-a3ca-e6878be057e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:43:00.665402 [ 5 ] {9880c412-8c1b-4534-a3ca-e6878be057e4} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.665441 [ 5 ] {9880c412-8c1b-4534-a3ca-e6878be057e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.665843 [ 5 ] {9880c412-8c1b-4534-a3ca-e6878be057e4} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:43:00.666076 [ 5 ] {9880c412-8c1b-4534-a3ca-e6878be057e4} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.666195 [ 61 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 2025.09.19 00:43:00.666223 [ 5 ] {9880c412-8c1b-4534-a3ca-e6878be057e4} executeQuery: Read 410 rows, 26.63 KiB in 0.002051 sec., 199902.4865919064 rows/sec., 12.68 MiB/sec. 2025.09.19 00:43:00.666228 [ 61 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.666255 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.666267 [ 5 ] {9880c412-8c1b-4534-a3ca-e6878be057e4} TCPHandler: Processed in 0.002387951 sec. 2025.09.19 00:43:00.666345 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_69_17} MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full 2025.09.19 00:43:00.666365 [ 222 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.19 00:43:00.666388 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:00.666422 [ 222 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.19 00:43:00.666445 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_69_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:00.666486 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 410 rows starting from the beginning of the part 2025.09.19 00:43:00.666503 [ 5 ] {1ef617f0-97d6-441a-af07-dcbbd109450a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:00.666546 [ 5 ] {1ef617f0-97d6-441a-af07-dcbbd109450a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:00.666558 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 410 rows starting from the beginning of the part 2025.09.19 00:43:00.666619 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 410 rows starting from the beginning of the part 2025.09.19 00:43:00.666691 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 410 rows starting from the beginning of the part 2025.09.19 00:43:00.666741 [ 189 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 410 rows starting from the beginning of the part 2025.09.19 00:43:00.667641 [ 5 ] {1ef617f0-97d6-441a-af07-dcbbd109450a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.667678 [ 5 ] {1ef617f0-97d6-441a-af07-dcbbd109450a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.667832 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_69_17} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.00152168 sec., 1347195.2052994058 rows/sec., 90.60 MiB/sec. 2025.09.19 00:43:00.668032 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_69_17} MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) 2025.09.19 00:43:00.668087 [ 5 ] {1ef617f0-97d6-441a-af07-dcbbd109450a} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.09.19 00:43:00.668419 [ 5 ] {1ef617f0-97d6-441a-af07-dcbbd109450a} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.668431 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_69_17} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.668529 [ 188 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_69_17} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 2025.09.19 00:43:00.668540 [ 61 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.09.19 00:43:00.668554 [ 5 ] {1ef617f0-97d6-441a-af07-dcbbd109450a} executeQuery: Read 1112 rows, 89.80 KiB in 0.00207 sec., 537198.0676328503 rows/sec., 42.37 MiB/sec. 2025.09.19 00:43:00.668575 [ 61 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.668594 [ 5 ] {1ef617f0-97d6-441a-af07-dcbbd109450a} TCPHandler: Processed in 0.002257149 sec. 2025.09.19 00:43:00.668594 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.668645 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:43:00.668715 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:00.668720 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:43:00.668818 [ 5 ] {fa9e1484-0930-4ddc-8bf4-17baa54fa201} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:00.668846 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:00.668862 [ 5 ] {fa9e1484-0930-4ddc-8bf4-17baa54fa201} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:00.668885 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2346 rows starting from the beginning of the part 2025.09.19 00:43:00.668955 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:43:00.669000 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 142 rows starting from the beginning of the part 2025.09.19 00:43:00.669043 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:43:00.669086 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1303 rows starting from the beginning of the part 2025.09.19 00:43:00.669125 [ 200 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:43:00.669378 [ 5 ] {fa9e1484-0930-4ddc-8bf4-17baa54fa201} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.669419 [ 5 ] {fa9e1484-0930-4ddc-8bf4-17baa54fa201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.669739 [ 5 ] {fa9e1484-0930-4ddc-8bf4-17baa54fa201} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.09.19 00:43:00.669962 [ 5 ] {fa9e1484-0930-4ddc-8bf4-17baa54fa201} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.670093 [ 5 ] {fa9e1484-0930-4ddc-8bf4-17baa54fa201} executeQuery: Read 205 rows, 12.32 KiB in 0.001294 sec., 158423.49304482224 rows/sec., 9.29 MiB/sec. 2025.09.19 00:43:00.670131 [ 5 ] {fa9e1484-0930-4ddc-8bf4-17baa54fa201} TCPHandler: Processed in 0.00146508 sec. 2025.09.19 00:43:00.670245 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:00.670337 [ 5 ] {498ce331-1d88-42bc-8d1c-57aeaa2d1dcf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:43:00.670377 [ 5 ] {498ce331-1d88-42bc-8d1c-57aeaa2d1dcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:43:00.670874 [ 5 ] {498ce331-1d88-42bc-8d1c-57aeaa2d1dcf} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.670909 [ 5 ] {498ce331-1d88-42bc-8d1c-57aeaa2d1dcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.671216 [ 5 ] {498ce331-1d88-42bc-8d1c-57aeaa2d1dcf} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.19 00:43:00.671429 [ 5 ] {498ce331-1d88-42bc-8d1c-57aeaa2d1dcf} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.671507 [ 188 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 7128 rows, containing 5 columns (5 merged, 0 gathered) in 0.002830597 sec., 2518196.6913693473 rows/sec., 212.30 MiB/sec. 2025.09.19 00:43:00.671553 [ 5 ] {498ce331-1d88-42bc-8d1c-57aeaa2d1dcf} executeQuery: Read 212 rows, 14.00 KiB in 0.00124 sec., 170967.74193548388 rows/sec., 11.03 MiB/sec. 2025.09.19 00:43:00.671594 [ 5 ] {498ce331-1d88-42bc-8d1c-57aeaa2d1dcf} TCPHandler: Processed in 0.001407259 sec. 2025.09.19 00:43:00.671697 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:00.671783 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.09.19 00:43:00.671785 [ 5 ] {bad55821-ba0f-4353-af38-8edd379edd9e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:43:00.671832 [ 5 ] {bad55821-ba0f-4353-af38-8edd379edd9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:43:00.672057 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_141_28} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.672119 [ 189 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_141_28} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.09.19 00:43:00.672190 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2025.09.19 00:43:00.672295 [ 5 ] {bad55821-ba0f-4353-af38-8edd379edd9e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.672328 [ 5 ] {bad55821-ba0f-4353-af38-8edd379edd9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.672710 [ 5 ] {bad55821-ba0f-4353-af38-8edd379edd9e} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:43:00.672925 [ 5 ] {bad55821-ba0f-4353-af38-8edd379edd9e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.673017 [ 61 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 2025.09.19 00:43:00.673045 [ 61 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.673053 [ 5 ] {bad55821-ba0f-4353-af38-8edd379edd9e} executeQuery: Read 211 rows, 12.27 KiB in 0.001263 sec., 167062.54948535233 rows/sec., 9.49 MiB/sec. 2025.09.19 00:43:00.673062 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.673091 [ 5 ] {bad55821-ba0f-4353-af38-8edd379edd9e} TCPHandler: Processed in 0.001426538 sec. 2025.09.19 00:43:00.673144 [ 192 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_69_17} MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full 2025.09.19 00:43:00.673157 [ 223 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.19 00:43:00.673209 [ 223 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.19 00:43:00.673213 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:00.673251 [ 192 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_69_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:00.673284 [ 192 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 211 rows starting from the beginning of the part 2025.09.19 00:43:00.673340 [ 5 ] {8997a33a-302a-4f83-ab34-8c7f424a8bfe} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:00.673342 [ 192 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 211 rows starting from the beginning of the part 2025.09.19 00:43:00.673399 [ 5 ] {8997a33a-302a-4f83-ab34-8c7f424a8bfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:00.673412 [ 192 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 211 rows starting from the beginning of the part 2025.09.19 00:43:00.673469 [ 192 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 211 rows starting from the beginning of the part 2025.09.19 00:43:00.673511 [ 192 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 211 rows starting from the beginning of the part 2025.09.19 00:43:00.674246 [ 5 ] {8997a33a-302a-4f83-ab34-8c7f424a8bfe} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.674289 [ 5 ] {8997a33a-302a-4f83-ab34-8c7f424a8bfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.674407 [ 189 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_69_17} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001300086 sec., 811484.7786992553 rows/sec., 49.18 MiB/sec. 2025.09.19 00:43:00.674546 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_69_17} MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) 2025.09.19 00:43:00.674667 [ 5 ] {8997a33a-302a-4f83-ab34-8c7f424a8bfe} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.09.19 00:43:00.674946 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_69_17} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.675026 [ 188 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_69_17} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 2025.09.19 00:43:00.675030 [ 5 ] {8997a33a-302a-4f83-ab34-8c7f424a8bfe} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.675116 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.09.19 00:43:00.675184 [ 5 ] {8997a33a-302a-4f83-ab34-8c7f424a8bfe} executeQuery: Read 679 rows, 48.47 KiB in 0.001868 sec., 363490.3640256959 rows/sec., 25.34 MiB/sec. 2025.09.19 00:43:00.675189 [ 32 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.09.19 00:43:00.675232 [ 5 ] {8997a33a-302a-4f83-ab34-8c7f424a8bfe} TCPHandler: Processed in 0.002079807 sec. 2025.09.19 00:43:00.675241 [ 32 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.675273 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.675359 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:43:00.675387 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:00.675456 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:00.675490 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1213 rows starting from the beginning of the part 2025.09.19 00:43:00.675490 [ 5 ] {ab3379f6-8cd5-4fbe-9d93-80d2eb707d29} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:43:00.675545 [ 5 ] {ab3379f6-8cd5-4fbe-9d93-80d2eb707d29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:43:00.675549 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 681 rows starting from the beginning of the part 2025.09.19 00:43:00.675602 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 107 rows starting from the beginning of the part 2025.09.19 00:43:00.675651 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 679 rows starting from the beginning of the part 2025.09.19 00:43:00.675696 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 581 rows starting from the beginning of the part 2025.09.19 00:43:00.675732 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 679 rows starting from the beginning of the part 2025.09.19 00:43:00.675947 [ 5 ] {ab3379f6-8cd5-4fbe-9d93-80d2eb707d29} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.675991 [ 5 ] {ab3379f6-8cd5-4fbe-9d93-80d2eb707d29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.676388 [ 5 ] {ab3379f6-8cd5-4fbe-9d93-80d2eb707d29} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.19 00:43:00.676616 [ 5 ] {ab3379f6-8cd5-4fbe-9d93-80d2eb707d29} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.676772 [ 5 ] {ab3379f6-8cd5-4fbe-9d93-80d2eb707d29} executeQuery: Read 6 rows, 321.00 B in 0.0013 sec., 4615.384615384615 rows/sec., 241.14 KiB/sec. 2025.09.19 00:43:00.676813 [ 5 ] {ab3379f6-8cd5-4fbe-9d93-80d2eb707d29} TCPHandler: Processed in 0.001501129 sec. 2025.09.19 00:43:00.676944 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:00.677068 [ 5 ] {99ca9073-336d-4038-acba-7205f608cd7a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:00.677113 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 3940 rows, containing 5 columns (5 merged, 0 gathered) in 0.001797824 sec., 2191538.2150866827 rows/sec., 164.52 MiB/sec. 2025.09.19 00:43:00.677128 [ 5 ] {99ca9073-336d-4038-acba-7205f608cd7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:00.677301 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.09.19 00:43:00.677563 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_141_28} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.677630 [ 201 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_141_28} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.09.19 00:43:00.677698 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.09.19 00:43:00.677730 [ 5 ] {99ca9073-336d-4038-acba-7205f608cd7a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.677775 [ 5 ] {99ca9073-336d-4038-acba-7205f608cd7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.678142 [ 5 ] {99ca9073-336d-4038-acba-7205f608cd7a} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.09.19 00:43:00.678358 [ 5 ] {99ca9073-336d-4038-acba-7205f608cd7a} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.678494 [ 5 ] {99ca9073-336d-4038-acba-7205f608cd7a} executeQuery: Read 314 rows, 21.12 KiB in 0.001452 sec., 216253.4435261708 rows/sec., 14.21 MiB/sec. 2025.09.19 00:43:00.678533 [ 5 ] {99ca9073-336d-4038-acba-7205f608cd7a} TCPHandler: Processed in 0.001651021 sec. 2025.09.19 00:43:00.678656 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:00.678750 [ 5 ] {7a2bd859-ccd3-4bfa-8d5c-000d03009ea3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:43:00.678792 [ 5 ] {7a2bd859-ccd3-4bfa-8d5c-000d03009ea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:43:00.679115 [ 5 ] {7a2bd859-ccd3-4bfa-8d5c-000d03009ea3} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.679150 [ 5 ] {7a2bd859-ccd3-4bfa-8d5c-000d03009ea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.679450 [ 5 ] {7a2bd859-ccd3-4bfa-8d5c-000d03009ea3} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:43:00.679668 [ 5 ] {7a2bd859-ccd3-4bfa-8d5c-000d03009ea3} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.679797 [ 5 ] {7a2bd859-ccd3-4bfa-8d5c-000d03009ea3} executeQuery: Read 1 rows, 69.00 B in 0.001066 sec., 938.0863039399624 rows/sec., 63.21 KiB/sec. 2025.09.19 00:43:00.679835 [ 5 ] {7a2bd859-ccd3-4bfa-8d5c-000d03009ea3} TCPHandler: Processed in 0.001227777 sec. 2025.09.19 00:43:00.679938 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:00.680032 [ 5 ] {6c9e1e62-50f9-4ee3-a3d4-1cc2baf7616e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:00.680074 [ 5 ] {6c9e1e62-50f9-4ee3-a3d4-1cc2baf7616e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:00.680417 [ 5 ] {6c9e1e62-50f9-4ee3-a3d4-1cc2baf7616e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.680453 [ 5 ] {6c9e1e62-50f9-4ee3-a3d4-1cc2baf7616e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.680771 [ 5 ] {6c9e1e62-50f9-4ee3-a3d4-1cc2baf7616e} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.09.19 00:43:00.680977 [ 5 ] {6c9e1e62-50f9-4ee3-a3d4-1cc2baf7616e} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.681100 [ 32 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.09.19 00:43:00.681109 [ 5 ] {6c9e1e62-50f9-4ee3-a3d4-1cc2baf7616e} executeQuery: Read 104 rows, 6.53 KiB in 0.001095 sec., 94977.16894977169 rows/sec., 5.82 MiB/sec. 2025.09.19 00:43:00.681144 [ 32 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:00.681165 [ 5 ] {6c9e1e62-50f9-4ee3-a3d4-1cc2baf7616e} TCPHandler: Processed in 0.001275067 sec. 2025.09.19 00:43:00.681170 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:00.681300 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:43:00.681443 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:00.681485 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_141_28} MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 10968 rows starting from the beginning of the part 2025.09.19 00:43:00.681558 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 104 rows starting from the beginning of the part 2025.09.19 00:43:00.681609 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:43:00.681655 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 104 rows starting from the beginning of the part 2025.09.19 00:43:00.681699 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:43:00.681741 [ 198 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 104 rows starting from the beginning of the part 2025.09.19 00:43:00.683839 [ 222 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.19 00:43:00.683895 [ 223 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.19 00:43:00.684605 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 11400 rows, containing 4 columns (4 merged, 0 gathered) in 0.003365174 sec., 3387640.5796550196 rows/sec., 215.25 MiB/sec. 2025.09.19 00:43:00.684950 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.09.19 00:43:00.685273 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_141_28} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:00.685351 [ 195 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_141_28} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.09.19 00:43:00.685447 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. 2025.09.19 00:43:01.719928 [ 220 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:43:01.720028 [ 220 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:43:01.722493 [ 220 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:43:04.710479 [ 43 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:43:04.710543 [ 43 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:43:04.927063 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46021 2025.09.19 00:43:04.927582 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:04.927624 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:04.928113 [ 243 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.19 00:43:04.928352 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:04.928484 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46021 2025.09.19 00:43:04.928526 [ 43 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.19 00:43:04.928598 [ 43 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:04.928624 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:04.928789 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:04.928991 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:04.929053 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 43653 rows starting from the beginning of the part 2025.09.19 00:43:04.929154 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:04.929228 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:04.929283 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:04.929319 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:04.929360 [ 188 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:04.932107 [ 194 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 46021 rows, containing 4 columns (4 merged, 0 gathered) in 0.003401904 sec., 13528012.548267089 rows/sec., 193.52 MiB/sec. 2025.09.19 00:43:04.932481 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.19 00:43:04.932815 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_96_19} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:04.932896 [ 187 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_96_19} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.19 00:43:04.933008 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2025.09.19 00:43:05.004191 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003834121 sec. 2025.09.19 00:43:05.077495 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2618 2025.09.19 00:43:05.079952 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:05.079992 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:05.081140 [ 242 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:43:05.081438 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:05.081628 [ 43 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.19 00:43:05.081709 [ 43 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:05.081711 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2618 2025.09.19 00:43:05.081739 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:05.081900 [ 197 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:43:05.082622 [ 197 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:05.082830 [ 197 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2446 rows starting from the beginning of the part 2025.09.19 00:43:05.083085 [ 222 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:43:05.083119 [ 222 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:43:05.083316 [ 197 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part 2025.09.19 00:43:05.083791 [ 197 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 36 rows starting from the beginning of the part 2025.09.19 00:43:05.084261 [ 197 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 34 rows starting from the beginning of the part 2025.09.19 00:43:05.084733 [ 197 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part 2025.09.19 00:43:05.085191 [ 197 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 38 rows starting from the beginning of the part 2025.09.19 00:43:05.086302 [ 222 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:43:05.093655 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2618 rows, containing 72 columns (72 merged, 0 gathered) in 0.011823524 sec., 221422.98691997412 rows/sec., 166.01 MiB/sec. 2025.09.19 00:43:05.095818 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.19 00:43:05.096433 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_71_14} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:05.096507 [ 194 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_71_14} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.19 00:43:05.096864 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2025.09.19 00:43:05.373116 [ 212 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:43:05.373162 [ 212 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:43:05.375708 [ 212 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:43:05.605298 [ 220 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:43:05.605336 [ 220 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:43:05.608802 [ 220 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:43:05.620382 [ 212 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:43:05.620418 [ 212 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:43:05.622955 [ 212 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:43:05.654863 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:05.655041 [ 5 ] {b23f2995-ac6a-448f-b57e-e904b9986fc8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:05.655107 [ 5 ] {b23f2995-ac6a-448f-b57e-e904b9986fc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:05.655877 [ 5 ] {b23f2995-ac6a-448f-b57e-e904b9986fc8} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:05.655925 [ 5 ] {b23f2995-ac6a-448f-b57e-e904b9986fc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:05.656329 [ 5 ] {b23f2995-ac6a-448f-b57e-e904b9986fc8} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.09.19 00:43:05.656562 [ 5 ] {b23f2995-ac6a-448f-b57e-e904b9986fc8} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:05.656724 [ 5 ] {b23f2995-ac6a-448f-b57e-e904b9986fc8} executeQuery: Read 162 rows, 14.50 KiB in 0.001732 sec., 93533.48729792147 rows/sec., 8.18 MiB/sec. 2025.09.19 00:43:05.656768 [ 5 ] {b23f2995-ac6a-448f-b57e-e904b9986fc8} TCPHandler: Processed in 0.002031926 sec. 2025.09.19 00:43:05.656893 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:05.656987 [ 5 ] {99592558-4a16-43da-a26c-997d7b8ad7be} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:05.657028 [ 5 ] {99592558-4a16-43da-a26c-997d7b8ad7be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:05.657467 [ 5 ] {99592558-4a16-43da-a26c-997d7b8ad7be} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:05.657506 [ 5 ] {99592558-4a16-43da-a26c-997d7b8ad7be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:05.657821 [ 5 ] {99592558-4a16-43da-a26c-997d7b8ad7be} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.09.19 00:43:05.658035 [ 5 ] {99592558-4a16-43da-a26c-997d7b8ad7be} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:05.658170 [ 5 ] {99592558-4a16-43da-a26c-997d7b8ad7be} executeQuery: Read 53 rows, 3.99 KiB in 0.001201 sec., 44129.89175686928 rows/sec., 3.24 MiB/sec. 2025.09.19 00:43:05.658209 [ 5 ] {99592558-4a16-43da-a26c-997d7b8ad7be} TCPHandler: Processed in 0.001365628 sec. 2025.09.19 00:43:05.658323 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:05.658416 [ 5 ] {b4d0b470-fea8-447e-96ff-0266b0c66def} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:05.658459 [ 5 ] {b4d0b470-fea8-447e-96ff-0266b0c66def} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:05.658944 [ 5 ] {b4d0b470-fea8-447e-96ff-0266b0c66def} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:05.658981 [ 5 ] {b4d0b470-fea8-447e-96ff-0266b0c66def} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:05.659292 [ 5 ] {b4d0b470-fea8-447e-96ff-0266b0c66def} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.09.19 00:43:05.659525 [ 5 ] {b4d0b470-fea8-447e-96ff-0266b0c66def} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:05.659658 [ 5 ] {b4d0b470-fea8-447e-96ff-0266b0c66def} executeQuery: Read 123 rows, 9.81 KiB in 0.001258 sec., 97774.24483306837 rows/sec., 7.62 MiB/sec. 2025.09.19 00:43:05.659696 [ 5 ] {b4d0b470-fea8-447e-96ff-0266b0c66def} TCPHandler: Processed in 0.001421939 sec. 2025.09.19 00:43:05.659810 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:05.659904 [ 5 ] {ea3e4a5f-fa25-4d60-8e26-4ecd57c41a98} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:05.659947 [ 5 ] {ea3e4a5f-fa25-4d60-8e26-4ecd57c41a98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:05.660375 [ 5 ] {ea3e4a5f-fa25-4d60-8e26-4ecd57c41a98} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:05.660411 [ 5 ] {ea3e4a5f-fa25-4d60-8e26-4ecd57c41a98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:05.660748 [ 5 ] {ea3e4a5f-fa25-4d60-8e26-4ecd57c41a98} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.09.19 00:43:05.660960 [ 5 ] {ea3e4a5f-fa25-4d60-8e26-4ecd57c41a98} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:05.661092 [ 5 ] {ea3e4a5f-fa25-4d60-8e26-4ecd57c41a98} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2025.09.19 00:43:05.661131 [ 5 ] {ea3e4a5f-fa25-4d60-8e26-4ecd57c41a98} TCPHandler: Processed in 0.001369429 sec. 2025.09.19 00:43:05.661243 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:05.661337 [ 5 ] {0a1be931-4303-4bb9-bd65-7ff8ed9fc3ed} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:05.661393 [ 5 ] {0a1be931-4303-4bb9-bd65-7ff8ed9fc3ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:43:05.662382 [ 5 ] {0a1be931-4303-4bb9-bd65-7ff8ed9fc3ed} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:05.662418 [ 5 ] {0a1be931-4303-4bb9-bd65-7ff8ed9fc3ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:05.663022 [ 5 ] {0a1be931-4303-4bb9-bd65-7ff8ed9fc3ed} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:43:05.663247 [ 5 ] {0a1be931-4303-4bb9-bd65-7ff8ed9fc3ed} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:05.663372 [ 43 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.19 00:43:05.663393 [ 5 ] {0a1be931-4303-4bb9-bd65-7ff8ed9fc3ed} executeQuery: Read 53 rows, 97.25 KiB in 0.002073 sec., 25566.811384466953 rows/sec., 45.81 MiB/sec. 2025.09.19 00:43:05.663435 [ 43 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:05.663460 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:05.663476 [ 5 ] {0a1be931-4303-4bb9-bd65-7ff8ed9fc3ed} TCPHandler: Processed in 0.00228114 sec. 2025.09.19 00:43:05.663578 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:43:05.663599 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:05.663699 [ 5 ] {a1a13fc2-9c05-4271-8db1-582709542dfc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.19 00:43:05.663741 [ 5 ] {a1a13fc2-9c05-4271-8db1-582709542dfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.19 00:43:05.663810 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:05.663875 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2648 rows starting from the beginning of the part 2025.09.19 00:43:05.664010 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 42 rows starting from the beginning of the part 2025.09.19 00:43:05.664075 [ 5 ] {a1a13fc2-9c05-4271-8db1-582709542dfc} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:05.664116 [ 5 ] {a1a13fc2-9c05-4271-8db1-582709542dfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:05.664126 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 42 rows starting from the beginning of the part 2025.09.19 00:43:05.664236 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 43 rows starting from the beginning of the part 2025.09.19 00:43:05.664336 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 53 rows starting from the beginning of the part 2025.09.19 00:43:05.664430 [ 5 ] {a1a13fc2-9c05-4271-8db1-582709542dfc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.19 00:43:05.664440 [ 199 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 53 rows starting from the beginning of the part 2025.09.19 00:43:05.664661 [ 5 ] {a1a13fc2-9c05-4271-8db1-582709542dfc} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:05.664795 [ 5 ] {a1a13fc2-9c05-4271-8db1-582709542dfc} executeQuery: Read 6 rows, 405.00 B in 0.001115 sec., 5381.165919282511 rows/sec., 354.72 KiB/sec. 2025.09.19 00:43:05.664833 [ 5 ] {a1a13fc2-9c05-4271-8db1-582709542dfc} TCPHandler: Processed in 0.001282297 sec. 2025.09.19 00:43:05.664941 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:05.665036 [ 5 ] {40b8fd75-f3fb-4fb7-897e-ab0b49909c05} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:05.665077 [ 5 ] {40b8fd75-f3fb-4fb7-897e-ab0b49909c05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:05.665418 [ 5 ] {40b8fd75-f3fb-4fb7-897e-ab0b49909c05} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:05.665453 [ 5 ] {40b8fd75-f3fb-4fb7-897e-ab0b49909c05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2025.09.19 00:43:05.665760 [ 5 ] {40b8fd75-f3fb-4fb7-897e-ab0b49909c05} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.09.19 00:43:05.665978 [ 5 ] {40b8fd75-f3fb-4fb7-897e-ab0b49909c05} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:05.666109 [ 5 ] {40b8fd75-f3fb-4fb7-897e-ab0b49909c05} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.09.19 00:43:05.666144 [ 5 ] {40b8fd75-f3fb-4fb7-897e-ab0b49909c05} TCPHandler: Processed in 0.001251366 sec. 2025.09.19 00:43:05.674645 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2881 rows, containing 19 columns (19 merged, 0 gathered) in 0.011111075 sec., 259290.84269523877 rows/sec., 464.64 MiB/sec. 2025.09.19 00:43:05.677364 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.19 00:43:05.677784 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_71_14} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:05.677871 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_71_14} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.19 00:43:05.678062 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.72 MiB. 2025.09.19 00:43:07.406587 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2025.09.19 00:43:07.425748 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:07.425813 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:07.432093 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.19 00:43:07.432916 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:07.433246 [ 50 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.19 00:43:07.433322 [ 50 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:07.433359 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:07.433506 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:07.436565 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2025.09.19 00:43:07.437622 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:07.439290 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:07.444401 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:07.449187 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:07.454110 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:07.459002 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:07.463442 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:07.523006 [ 190 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.089569602 sec., 8071.934940606301 rows/sec., 41.74 MiB/sec. 2025.09.19 00:43:07.526494 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.19 00:43:07.528775 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_96_19} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:07.528894 [ 193 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_96_19} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.19 00:43:07.531874 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.09.19 00:43:08.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 401.17 MiB, peak 421.62 MiB, free memory in arenas 0.00 B, will set to 400.10 MiB (RSS), difference: -1.07 MiB 2025.09.19 00:43:10.666702 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.666921 [ 5 ] {abfb43c6-7dea-4422-987d-c0dad583edd4} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:43:10.667007 [ 5 ] {abfb43c6-7dea-4422-987d-c0dad583edd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:43:10.667969 [ 5 ] {abfb43c6-7dea-4422-987d-c0dad583edd4} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.668018 [ 5 ] {abfb43c6-7dea-4422-987d-c0dad583edd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.668488 [ 5 ] {abfb43c6-7dea-4422-987d-c0dad583edd4} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:43:10.668745 [ 5 ] {abfb43c6-7dea-4422-987d-c0dad583edd4} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.668930 [ 5 ] {abfb43c6-7dea-4422-987d-c0dad583edd4} executeQuery: Read 410 rows, 26.63 KiB in 0.00207 sec., 198067.63285024156 rows/sec., 12.56 MiB/sec. 2025.09.19 00:43:10.668993 [ 5 ] {abfb43c6-7dea-4422-987d-c0dad583edd4} TCPHandler: Processed in 0.002482253 sec. 2025.09.19 00:43:10.669137 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.669237 [ 5 ] {036d9e37-d4ac-4cc3-b841-c7e78d2f9b0e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:10.669284 [ 5 ] {036d9e37-d4ac-4cc3-b841-c7e78d2f9b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:10.670347 [ 5 ] {036d9e37-d4ac-4cc3-b841-c7e78d2f9b0e} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.670394 [ 5 ] {036d9e37-d4ac-4cc3-b841-c7e78d2f9b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.670839 [ 5 ] {036d9e37-d4ac-4cc3-b841-c7e78d2f9b0e} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.09.19 00:43:10.671066 [ 5 ] {036d9e37-d4ac-4cc3-b841-c7e78d2f9b0e} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.671216 [ 5 ] {036d9e37-d4ac-4cc3-b841-c7e78d2f9b0e} executeQuery: Read 1112 rows, 89.80 KiB in 0.001998 sec., 556556.5565565565 rows/sec., 43.89 MiB/sec. 2025.09.19 00:43:10.671258 [ 5 ] {036d9e37-d4ac-4cc3-b841-c7e78d2f9b0e} TCPHandler: Processed in 0.002173219 sec. 2025.09.19 00:43:10.671383 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.671479 [ 5 ] {a7a15f06-5ade-4186-bc0a-55e06453b343} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:10.671522 [ 5 ] {a7a15f06-5ade-4186-bc0a-55e06453b343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:10.672025 [ 5 ] {a7a15f06-5ade-4186-bc0a-55e06453b343} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.672064 [ 5 ] {a7a15f06-5ade-4186-bc0a-55e06453b343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.672445 [ 5 ] {a7a15f06-5ade-4186-bc0a-55e06453b343} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.09.19 00:43:10.672801 [ 5 ] {a7a15f06-5ade-4186-bc0a-55e06453b343} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.672982 [ 7 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.09.19 00:43:10.673002 [ 5 ] {a7a15f06-5ade-4186-bc0a-55e06453b343} executeQuery: Read 205 rows, 12.32 KiB in 0.00154 sec., 133116.8831168831 rows/sec., 7.81 MiB/sec. 2025.09.19 00:43:10.673056 [ 7 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.673081 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.673082 [ 5 ] {a7a15f06-5ade-4186-bc0a-55e06453b343} TCPHandler: Processed in 0.001748983 sec. 2025.09.19 00:43:10.673185 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:43:10.673274 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.673313 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:10.673353 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 266 rows starting from the beginning of the part 2025.09.19 00:43:10.673401 [ 5 ] {bcebe412-6830-411a-a38c-99e21dc51515} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:43:10.673426 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 205 rows starting from the beginning of the part 2025.09.19 00:43:10.673450 [ 5 ] {bcebe412-6830-411a-a38c-99e21dc51515} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:43:10.673481 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 55 rows starting from the beginning of the part 2025.09.19 00:43:10.673533 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 205 rows starting from the beginning of the part 2025.09.19 00:43:10.673577 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 53 rows starting from the beginning of the part 2025.09.19 00:43:10.673621 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 205 rows starting from the beginning of the part 2025.09.19 00:43:10.673983 [ 5 ] {bcebe412-6830-411a-a38c-99e21dc51515} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.674026 [ 5 ] {bcebe412-6830-411a-a38c-99e21dc51515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.674379 [ 5 ] {bcebe412-6830-411a-a38c-99e21dc51515} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.19 00:43:10.674617 [ 5 ] {bcebe412-6830-411a-a38c-99e21dc51515} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.674652 [ 196 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 989 rows, containing 5 columns (5 merged, 0 gathered) in 0.00150768 sec., 655974.7426509605 rows/sec., 42.57 MiB/sec. 2025.09.19 00:43:10.674749 [ 7 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 2025.09.19 00:43:10.674764 [ 5 ] {bcebe412-6830-411a-a38c-99e21dc51515} executeQuery: Read 212 rows, 14.00 KiB in 0.001384 sec., 153179.19075144507 rows/sec., 9.88 MiB/sec. 2025.09.19 00:43:10.674787 [ 7 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.674812 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.674814 [ 5 ] {bcebe412-6830-411a-a38c-99e21dc51515} TCPHandler: Processed in 0.001605271 sec. 2025.09.19 00:43:10.674836 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.09.19 00:43:10.674891 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full 2025.09.19 00:43:10.674953 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.674990 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:10.675025 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 441 rows starting from the beginning of the part 2025.09.19 00:43:10.675056 [ 5 ] {17d1382b-f105-4e35-b7ba-4c980d6af4b0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:43:10.675081 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 212 rows starting from the beginning of the part 2025.09.19 00:43:10.675105 [ 5 ] {17d1382b-f105-4e35-b7ba-4c980d6af4b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:43:10.675122 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_141_28} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.675133 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 212 rows starting from the beginning of the part 2025.09.19 00:43:10.675181 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 228 rows starting from the beginning of the part 2025.09.19 00:43:10.675209 [ 186 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_141_28} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.09.19 00:43:10.675223 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 212 rows starting from the beginning of the part 2025.09.19 00:43:10.675263 [ 190 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 212 rows starting from the beginning of the part 2025.09.19 00:43:10.675292 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:43:10.675623 [ 5 ] {17d1382b-f105-4e35-b7ba-4c980d6af4b0} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.675668 [ 5 ] {17d1382b-f105-4e35-b7ba-4c980d6af4b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.676014 [ 5 ] {17d1382b-f105-4e35-b7ba-4c980d6af4b0} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:43:10.676240 [ 5 ] {17d1382b-f105-4e35-b7ba-4c980d6af4b0} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.676252 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001392399 sec., 1089486.5624005764 rows/sec., 75.47 MiB/sec. 2025.09.19 00:43:10.676384 [ 5 ] {17d1382b-f105-4e35-b7ba-4c980d6af4b0} executeQuery: Read 211 rows, 12.27 KiB in 0.001347 sec., 156644.39495174462 rows/sec., 8.90 MiB/sec. 2025.09.19 00:43:10.676430 [ 5 ] {17d1382b-f105-4e35-b7ba-4c980d6af4b0} TCPHandler: Processed in 0.00152698 sec. 2025.09.19 00:43:10.676461 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2025.09.19 00:43:10.676556 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.676664 [ 5 ] {b26c41a6-1485-42c7-a443-e4089c4ba550} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:10.676712 [ 5 ] {b26c41a6-1485-42c7-a443-e4089c4ba550} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:10.676794 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.676878 [ 192 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_95_19} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 2025.09.19 00:43:10.676978 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:43:10.677439 [ 5 ] {b26c41a6-1485-42c7-a443-e4089c4ba550} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.677482 [ 5 ] {b26c41a6-1485-42c7-a443-e4089c4ba550} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.677850 [ 5 ] {b26c41a6-1485-42c7-a443-e4089c4ba550} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.09.19 00:43:10.678086 [ 5 ] {b26c41a6-1485-42c7-a443-e4089c4ba550} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.678236 [ 5 ] {b26c41a6-1485-42c7-a443-e4089c4ba550} executeQuery: Read 679 rows, 48.47 KiB in 0.001595 sec., 425705.329153605 rows/sec., 29.68 MiB/sec. 2025.09.19 00:43:10.678277 [ 5 ] {b26c41a6-1485-42c7-a443-e4089c4ba550} TCPHandler: Processed in 0.001776983 sec. 2025.09.19 00:43:10.678395 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.678491 [ 5 ] {5d8c4a6b-6231-49a6-b1ec-72eb8b9b7c38} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:43:10.678538 [ 5 ] {5d8c4a6b-6231-49a6-b1ec-72eb8b9b7c38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:43:10.678917 [ 5 ] {5d8c4a6b-6231-49a6-b1ec-72eb8b9b7c38} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.678955 [ 5 ] {5d8c4a6b-6231-49a6-b1ec-72eb8b9b7c38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.679267 [ 5 ] {5d8c4a6b-6231-49a6-b1ec-72eb8b9b7c38} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.19 00:43:10.679483 [ 5 ] {5d8c4a6b-6231-49a6-b1ec-72eb8b9b7c38} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.679625 [ 5 ] {5d8c4a6b-6231-49a6-b1ec-72eb8b9b7c38} executeQuery: Read 6 rows, 321.00 B in 0.001154 sec., 5199.306759098787 rows/sec., 271.64 KiB/sec. 2025.09.19 00:43:10.679663 [ 5 ] {5d8c4a6b-6231-49a6-b1ec-72eb8b9b7c38} TCPHandler: Processed in 0.001319168 sec. 2025.09.19 00:43:10.679779 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.679874 [ 5 ] {ae95ed19-95d6-4a89-98fd-ba734a1c2bcb} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:10.679917 [ 5 ] {ae95ed19-95d6-4a89-98fd-ba734a1c2bcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:10.680364 [ 5 ] {ae95ed19-95d6-4a89-98fd-ba734a1c2bcb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.680402 [ 5 ] {ae95ed19-95d6-4a89-98fd-ba734a1c2bcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.680775 [ 5 ] {ae95ed19-95d6-4a89-98fd-ba734a1c2bcb} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.09.19 00:43:10.680993 [ 5 ] {ae95ed19-95d6-4a89-98fd-ba734a1c2bcb} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.681133 [ 5 ] {ae95ed19-95d6-4a89-98fd-ba734a1c2bcb} executeQuery: Read 314 rows, 21.12 KiB in 0.001278 sec., 245696.40062597807 rows/sec., 16.14 MiB/sec. 2025.09.19 00:43:10.681171 [ 5 ] {ae95ed19-95d6-4a89-98fd-ba734a1c2bcb} TCPHandler: Processed in 0.001441379 sec. 2025.09.19 00:43:10.681282 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.681376 [ 5 ] {5bd6d949-750e-4a7b-a166-225456b4c377} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:43:10.681417 [ 5 ] {5bd6d949-750e-4a7b-a166-225456b4c377} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:43:10.681813 [ 5 ] {5bd6d949-750e-4a7b-a166-225456b4c377} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.681857 [ 5 ] {5bd6d949-750e-4a7b-a166-225456b4c377} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.682307 [ 5 ] {5bd6d949-750e-4a7b-a166-225456b4c377} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:43:10.682615 [ 5 ] {5bd6d949-750e-4a7b-a166-225456b4c377} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.682791 [ 5 ] {5bd6d949-750e-4a7b-a166-225456b4c377} executeQuery: Read 1 rows, 69.00 B in 0.001432 sec., 698.3240223463688 rows/sec., 47.06 KiB/sec. 2025.09.19 00:43:10.682841 [ 5 ] {5bd6d949-750e-4a7b-a166-225456b4c377} TCPHandler: Processed in 0.001608591 sec. 2025.09.19 00:43:10.682977 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.683093 [ 5 ] {33b8bb1d-1a55-4282-a8ac-fa2037aefe52} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:10.683146 [ 5 ] {33b8bb1d-1a55-4282-a8ac-fa2037aefe52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:10.683569 [ 5 ] {33b8bb1d-1a55-4282-a8ac-fa2037aefe52} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:10.683615 [ 5 ] {33b8bb1d-1a55-4282-a8ac-fa2037aefe52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:10.684021 [ 5 ] {33b8bb1d-1a55-4282-a8ac-fa2037aefe52} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.09.19 00:43:10.684331 [ 5 ] {33b8bb1d-1a55-4282-a8ac-fa2037aefe52} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:10.684514 [ 5 ] {33b8bb1d-1a55-4282-a8ac-fa2037aefe52} executeQuery: Read 104 rows, 6.53 KiB in 0.001444 sec., 72022.16066481995 rows/sec., 4.41 MiB/sec. 2025.09.19 00:43:10.684562 [ 5 ] {33b8bb1d-1a55-4282-a8ac-fa2037aefe52} TCPHandler: Processed in 0.001644891 sec. 2025.09.19 00:43:10.852970 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40536 2025.09.19 00:43:10.853074 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.853101 [ 288 ] {} TCP-Session: c5d4e718-b42d-4137-9b56-d136236ceed5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40536 2025.09.19 00:43:10.853123 [ 288 ] {} TCP-Session: c5d4e718-b42d-4137-9b56-d136236ceed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853136 [ 288 ] {} TCP-Session: c5d4e718-b42d-4137-9b56-d136236ceed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853357 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56174 2025.09.19 00:43:10.853385 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55107 2025.09.19 00:43:10.853408 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34791 2025.09.19 00:43:10.853453 [ 288 ] {} TCP-Session: c5d4e718-b42d-4137-9b56-d136236ceed5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.853426 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62912 2025.09.19 00:43:10.853485 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.853501 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.853527 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.853542 [ 289 ] {} TCP-Session: 3df945e8-7122-4767-bef4-4b417e5bd03a Authenticating user 'default' from [fd00:1122:3344:101::e]:56174 2025.09.19 00:43:10.853555 [ 352 ] {} TCP-Session: 4560d367-e2b9-40cb-9ef3-4f3ef9d714d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:55107 2025.09.19 00:43:10.853575 [ 363 ] {} TCP-Session: ab7e757a-0049-4862-8443-c5ae742a5a21 Authenticating user 'default' from [fd00:1122:3344:101::e]:34791 2025.09.19 00:43:10.853588 [ 289 ] {} TCP-Session: 3df945e8-7122-4767-bef4-4b417e5bd03a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853619 [ 288 ] {64b49d4d-0d60-4ad2-a9cb-7062076eab3a} executeQuery: (from [fd00:1122:3344:101::e]:40536) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:43:10.853628 [ 363 ] {} TCP-Session: ab7e757a-0049-4862-8443-c5ae742a5a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853670 [ 289 ] {} TCP-Session: 3df945e8-7122-4767-bef4-4b417e5bd03a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853690 [ 363 ] {} TCP-Session: ab7e757a-0049-4862-8443-c5ae742a5a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853580 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.853429 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41931 2025.09.19 00:43:10.853757 [ 286 ] {} TCP-Session: b1772fd5-2efc-4b4f-8496-0d6a2ef66c95 Authenticating user 'default' from [fd00:1122:3344:101::e]:62912 2025.09.19 00:43:10.853394 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42876 2025.09.19 00:43:10.853793 [ 286 ] {} TCP-Session: b1772fd5-2efc-4b4f-8496-0d6a2ef66c95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853385 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38289 2025.09.19 00:43:10.853818 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.853843 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.853859 [ 287 ] {} TCP-Session: f8c1202f-93ce-460c-b150-f40d5345f884 Authenticating user 'default' from [fd00:1122:3344:101::e]:41931 2025.09.19 00:43:10.853868 [ 362 ] {} TCP-Session: 9bbdbe7f-f4b6-475f-a792-e85ebad57a80 Authenticating user 'default' from [fd00:1122:3344:101::e]:42876 2025.09.19 00:43:10.853880 [ 287 ] {} TCP-Session: f8c1202f-93ce-460c-b150-f40d5345f884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853888 [ 362 ] {} TCP-Session: 9bbdbe7f-f4b6-475f-a792-e85ebad57a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853897 [ 287 ] {} TCP-Session: f8c1202f-93ce-460c-b150-f40d5345f884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853904 [ 362 ] {} TCP-Session: 9bbdbe7f-f4b6-475f-a792-e85ebad57a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853819 [ 286 ] {} TCP-Session: b1772fd5-2efc-4b4f-8496-0d6a2ef66c95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.853936 [ 288 ] {64b49d4d-0d60-4ad2-a9cb-7062076eab3a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:43:10.853363 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61446 2025.09.19 00:43:10.854016 [ 288 ] {64b49d4d-0d60-4ad2-a9cb-7062076eab3a} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:43:10.853622 [ 352 ] {} TCP-Session: 4560d367-e2b9-40cb-9ef3-4f3ef9d714d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.854039 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.854069 [ 352 ] {} TCP-Session: 4560d367-e2b9-40cb-9ef3-4f3ef9d714d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.854078 [ 353 ] {} TCP-Session: 83dd7e54-5e9b-4982-9c98-30dadc2d57b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:38289 2025.09.19 00:43:10.854099 [ 353 ] {} TCP-Session: 83dd7e54-5e9b-4982-9c98-30dadc2d57b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.854117 [ 353 ] {} TCP-Session: 83dd7e54-5e9b-4982-9c98-30dadc2d57b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.854313 [ 288 ] {64b49d4d-0d60-4ad2-a9cb-7062076eab3a} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:43:10.854328 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.854372 [ 351 ] {} TCP-Session: 7b054582-df6e-40bd-b0d5-2b156cb4269c Authenticating user 'default' from [fd00:1122:3344:101::e]:61446 2025.09.19 00:43:10.854395 [ 351 ] {} TCP-Session: 7b054582-df6e-40bd-b0d5-2b156cb4269c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.854414 [ 351 ] {} TCP-Session: 7b054582-df6e-40bd-b0d5-2b156cb4269c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.855259 [ 314 ] {64b49d4d-0d60-4ad2-a9cb-7062076eab3a} AggregatingTransform: Aggregating 2025.09.19 00:43:10.855298 [ 314 ] {64b49d4d-0d60-4ad2-a9cb-7062076eab3a} Aggregator: Aggregation method: without_key 2025.09.19 00:43:10.855335 [ 314 ] {64b49d4d-0d60-4ad2-a9cb-7062076eab3a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000897532 sec. (1114.166 rows/sec., 43.52 KiB/sec.) 2025.09.19 00:43:10.855353 [ 314 ] {64b49d4d-0d60-4ad2-a9cb-7062076eab3a} Aggregator: Merging aggregated data 2025.09.19 00:43:10.856765 [ 288 ] {64b49d4d-0d60-4ad2-a9cb-7062076eab3a} executeQuery: Read 1 rows, 40.00 B in 0.0032 sec., 312.5 rows/sec., 12.21 KiB/sec. 2025.09.19 00:43:10.856912 [ 288 ] {64b49d4d-0d60-4ad2-a9cb-7062076eab3a} TCPHandler: Processed in 0.003577607 sec. 2025.09.19 00:43:10.857035 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.857064 [ 288 ] {} TCP-Session: c5d4e718-b42d-4137-9b56-d136236ceed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.857070 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.857087 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.857106 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.857126 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.857147 [ 351 ] {} TCP-Session: 7b054582-df6e-40bd-b0d5-2b156cb4269c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.857166 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.857182 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.857204 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.857222 [ 353 ] {} TCP-Session: 83dd7e54-5e9b-4982-9c98-30dadc2d57b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.857234 [ 352 ] {} TCP-Session: 4560d367-e2b9-40cb-9ef3-4f3ef9d714d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.857174 [ 289 ] {} TCP-Session: 3df945e8-7122-4767-bef4-4b417e5bd03a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.857266 [ 286 ] {} TCP-Session: b1772fd5-2efc-4b4f-8496-0d6a2ef66c95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.857147 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.857122 [ 287 ] {} TCP-Session: f8c1202f-93ce-460c-b150-f40d5345f884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.857355 [ 362 ] {} TCP-Session: 9bbdbe7f-f4b6-475f-a792-e85ebad57a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.857195 [ 363 ] {} TCP-Session: ab7e757a-0049-4862-8443-c5ae742a5a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.921282 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54587 2025.09.19 00:43:10.921385 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.921413 [ 288 ] {} TCP-Session: 6695e1ad-89e0-4c1c-a8f1-5010890b82a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:54587 2025.09.19 00:43:10.921435 [ 288 ] {} TCP-Session: 6695e1ad-89e0-4c1c-a8f1-5010890b82a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.921448 [ 288 ] {} TCP-Session: 6695e1ad-89e0-4c1c-a8f1-5010890b82a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.921699 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44919 2025.09.19 00:43:10.921706 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65128 2025.09.19 00:43:10.921734 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52870 2025.09.19 00:43:10.921758 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50595 2025.09.19 00:43:10.921791 [ 288 ] {} TCP-Session: 6695e1ad-89e0-4c1c-a8f1-5010890b82a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.921807 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.921813 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.921835 [ 351 ] {} TCP-Session: 29c898ee-554d-4f6e-894e-9cdfb9a4762f Authenticating user 'default' from [fd00:1122:3344:101::e]:65128 2025.09.19 00:43:10.921785 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49835 2025.09.19 00:43:10.921854 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.921865 [ 351 ] {} TCP-Session: 29c898ee-554d-4f6e-894e-9cdfb9a4762f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.921916 [ 363 ] {} TCP-Session: 94b0d41c-c867-46ad-a869-83597696cdf9 Authenticating user 'default' from [fd00:1122:3344:101::e]:50595 2025.09.19 00:43:10.921862 [ 289 ] {} TCP-Session: 80167fde-30bb-4dd1-acea-7982ae7e8adc Authenticating user 'default' from [fd00:1122:3344:101::e]:44919 2025.09.19 00:43:10.921933 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.921940 [ 363 ] {} TCP-Session: 94b0d41c-c867-46ad-a869-83597696cdf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.921963 [ 288 ] {cfdb23df-559e-4b47-868d-0a6d72163ae1} executeQuery: (from [fd00:1122:3344:101::e]:54587) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:43:10.921975 [ 287 ] {} TCP-Session: 9f2e0e92-b918-4a71-9ed0-23786eb895e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:49835 2025.09.19 00:43:10.921989 [ 363 ] {} TCP-Session: 94b0d41c-c867-46ad-a869-83597696cdf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.921961 [ 289 ] {} TCP-Session: 80167fde-30bb-4dd1-acea-7982ae7e8adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.922027 [ 287 ] {} TCP-Session: 9f2e0e92-b918-4a71-9ed0-23786eb895e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.922053 [ 289 ] {} TCP-Session: 80167fde-30bb-4dd1-acea-7982ae7e8adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.922066 [ 287 ] {} TCP-Session: 9f2e0e92-b918-4a71-9ed0-23786eb895e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.921932 [ 351 ] {} TCP-Session: 29c898ee-554d-4f6e-894e-9cdfb9a4762f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.921852 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.921777 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57223 2025.09.19 00:43:10.922154 [ 353 ] {} TCP-Session: 3cfe30f1-7d85-4a7c-bb44-b5b59f14527f Authenticating user 'default' from [fd00:1122:3344:101::e]:52870 2025.09.19 00:43:10.921744 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50107 2025.09.19 00:43:10.922200 [ 353 ] {} TCP-Session: 3cfe30f1-7d85-4a7c-bb44-b5b59f14527f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.921729 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63191 2025.09.19 00:43:10.922221 [ 353 ] {} TCP-Session: 3cfe30f1-7d85-4a7c-bb44-b5b59f14527f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.922249 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.922250 [ 288 ] {cfdb23df-559e-4b47-868d-0a6d72163ae1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:43:10.922264 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.922286 [ 286 ] {} TCP-Session: ba59b489-c015-40c2-a6fd-fc14e7975dee Authenticating user 'default' from [fd00:1122:3344:101::e]:57223 2025.09.19 00:43:10.922322 [ 362 ] {} TCP-Session: f11bdaa3-0968-40db-8ef6-e6107e690ecb Authenticating user 'default' from [fd00:1122:3344:101::e]:50107 2025.09.19 00:43:10.922328 [ 288 ] {cfdb23df-559e-4b47-868d-0a6d72163ae1} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:43:10.922337 [ 286 ] {} TCP-Session: ba59b489-c015-40c2-a6fd-fc14e7975dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.922351 [ 362 ] {} TCP-Session: f11bdaa3-0968-40db-8ef6-e6107e690ecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.922377 [ 286 ] {} TCP-Session: ba59b489-c015-40c2-a6fd-fc14e7975dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.922391 [ 362 ] {} TCP-Session: f11bdaa3-0968-40db-8ef6-e6107e690ecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.922282 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.922440 [ 352 ] {} TCP-Session: 849bbbe6-b05e-4ba5-bb8b-102d80eb7267 Authenticating user 'default' from [fd00:1122:3344:101::e]:63191 2025.09.19 00:43:10.922460 [ 352 ] {} TCP-Session: 849bbbe6-b05e-4ba5-bb8b-102d80eb7267 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.922479 [ 352 ] {} TCP-Session: 849bbbe6-b05e-4ba5-bb8b-102d80eb7267 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.922644 [ 288 ] {cfdb23df-559e-4b47-868d-0a6d72163ae1} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:43:10.923716 [ 317 ] {cfdb23df-559e-4b47-868d-0a6d72163ae1} AggregatingTransform: Aggregating 2025.09.19 00:43:10.923763 [ 317 ] {cfdb23df-559e-4b47-868d-0a6d72163ae1} Aggregator: Aggregation method: without_key 2025.09.19 00:43:10.923797 [ 317 ] {cfdb23df-559e-4b47-868d-0a6d72163ae1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001047834 sec. (954.350 rows/sec., 37.28 KiB/sec.) 2025.09.19 00:43:10.923812 [ 317 ] {cfdb23df-559e-4b47-868d-0a6d72163ae1} Aggregator: Merging aggregated data 2025.09.19 00:43:10.925133 [ 288 ] {cfdb23df-559e-4b47-868d-0a6d72163ae1} executeQuery: Read 1 rows, 40.00 B in 0.003226 sec., 309.981401115933 rows/sec., 12.11 KiB/sec. 2025.09.19 00:43:10.925282 [ 288 ] {cfdb23df-559e-4b47-868d-0a6d72163ae1} TCPHandler: Processed in 0.003602787 sec. 2025.09.19 00:43:10.925400 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.925424 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.925433 [ 288 ] {} TCP-Session: 6695e1ad-89e0-4c1c-a8f1-5010890b82a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.925444 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.925472 [ 287 ] {} TCP-Session: 9f2e0e92-b918-4a71-9ed0-23786eb895e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.925468 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.925489 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.925511 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.925524 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.925556 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.925572 [ 289 ] {} TCP-Session: 80167fde-30bb-4dd1-acea-7982ae7e8adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.925609 [ 286 ] {} TCP-Session: ba59b489-c015-40c2-a6fd-fc14e7975dee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.925586 [ 353 ] {} TCP-Session: 3cfe30f1-7d85-4a7c-bb44-b5b59f14527f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.925542 [ 351 ] {} TCP-Session: 29c898ee-554d-4f6e-894e-9cdfb9a4762f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.925538 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.925496 [ 352 ] {} TCP-Session: 849bbbe6-b05e-4ba5-bb8b-102d80eb7267 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.925774 [ 362 ] {} TCP-Session: f11bdaa3-0968-40db-8ef6-e6107e690ecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.925546 [ 363 ] {} TCP-Session: 94b0d41c-c867-46ad-a869-83597696cdf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.928899 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46717 2025.09.19 00:43:10.928959 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.928979 [ 288 ] {} TCP-Session: 1f015615-1664-4fbb-8abb-784f13343af9 Authenticating user 'default' from [fd00:1122:3344:101::e]:46717 2025.09.19 00:43:10.928995 [ 288 ] {} TCP-Session: 1f015615-1664-4fbb-8abb-784f13343af9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929106 [ 288 ] {} TCP-Session: 1f015615-1664-4fbb-8abb-784f13343af9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929291 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42162 2025.09.19 00:43:10.929318 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33617 2025.09.19 00:43:10.929331 [ 288 ] {} TCP-Session: 1f015615-1664-4fbb-8abb-784f13343af9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:10.929336 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33380 2025.09.19 00:43:10.929349 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47460 2025.09.19 00:43:10.929374 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.929395 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53563 2025.09.19 00:43:10.929418 [ 289 ] {} TCP-Session: 7b941086-8fb9-4dd0-ab07-9651001ed72c Authenticating user 'default' from [fd00:1122:3344:101::e]:42162 2025.09.19 00:43:10.929420 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.929432 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.929447 [ 289 ] {} TCP-Session: 7b941086-8fb9-4dd0-ab07-9651001ed72c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929461 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.929474 [ 362 ] {} TCP-Session: 568a6263-769a-438a-81ba-b06d7d1462af Authenticating user 'default' from [fd00:1122:3344:101::e]:47460 2025.09.19 00:43:10.929481 [ 289 ] {} TCP-Session: 7b941086-8fb9-4dd0-ab07-9651001ed72c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929497 [ 287 ] {} TCP-Session: 50f9ab02-4305-441c-8662-8434f1eaac98 Authenticating user 'default' from [fd00:1122:3344:101::e]:53563 2025.09.19 00:43:10.929505 [ 362 ] {} TCP-Session: 568a6263-769a-438a-81ba-b06d7d1462af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929531 [ 287 ] {} TCP-Session: 50f9ab02-4305-441c-8662-8434f1eaac98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929539 [ 362 ] {} TCP-Session: 568a6263-769a-438a-81ba-b06d7d1462af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929547 [ 287 ] {} TCP-Session: 50f9ab02-4305-441c-8662-8434f1eaac98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929460 [ 352 ] {} TCP-Session: e5bc442d-f9f4-41e7-98b3-544190e3ae24 Authenticating user 'default' from [fd00:1122:3344:101::e]:33380 2025.09.19 00:43:10.929390 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64989 2025.09.19 00:43:10.929584 [ 352 ] {} TCP-Session: e5bc442d-f9f4-41e7-98b3-544190e3ae24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929384 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.929629 [ 352 ] {} TCP-Session: e5bc442d-f9f4-41e7-98b3-544190e3ae24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929654 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.929657 [ 351 ] {} TCP-Session: 8b1c2345-0b13-4b8c-942c-7ec46e514e73 Authenticating user 'default' from [fd00:1122:3344:101::e]:33617 2025.09.19 00:43:10.929345 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35674 2025.09.19 00:43:10.929688 [ 286 ] {} TCP-Session: 8a2c8b61-91f1-4b77-a2ef-6fdc3ce5e739 Authenticating user 'default' from [fd00:1122:3344:101::e]:64989 2025.09.19 00:43:10.929698 [ 351 ] {} TCP-Session: 8b1c2345-0b13-4b8c-942c-7ec46e514e73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929735 [ 286 ] {} TCP-Session: 8a2c8b61-91f1-4b77-a2ef-6fdc3ce5e739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929747 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.929765 [ 286 ] {} TCP-Session: 8a2c8b61-91f1-4b77-a2ef-6fdc3ce5e739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929786 [ 353 ] {} TCP-Session: 19eae76d-e335-435b-944f-1889347a392b Authenticating user 'default' from [fd00:1122:3344:101::e]:35674 2025.09.19 00:43:10.929741 [ 351 ] {} TCP-Session: 8b1c2345-0b13-4b8c-942c-7ec46e514e73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929815 [ 353 ] {} TCP-Session: 19eae76d-e335-435b-944f-1889347a392b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929465 [ 288 ] {4b9b570e-5443-4158-a5b4-b936fd05fee4} executeQuery: (from [fd00:1122:3344:101::e]:46717) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.19 00:43:10.929842 [ 353 ] {} TCP-Session: 19eae76d-e335-435b-944f-1889347a392b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.929361 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60954 2025.09.19 00:43:10.929956 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.19 00:43:10.929985 [ 363 ] {} TCP-Session: e89b9f4f-5cc0-45e1-bd4e-fd0ef845230e Authenticating user 'default' from [fd00:1122:3344:101::e]:60954 2025.09.19 00:43:10.930010 [ 363 ] {} TCP-Session: e89b9f4f-5cc0-45e1-bd4e-fd0ef845230e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.930030 [ 363 ] {} TCP-Session: e89b9f4f-5cc0-45e1-bd4e-fd0ef845230e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.930030 [ 288 ] {4b9b570e-5443-4158-a5b4-b936fd05fee4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.19 00:43:10.930082 [ 288 ] {4b9b570e-5443-4158-a5b4-b936fd05fee4} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:43:10.930326 [ 288 ] {4b9b570e-5443-4158-a5b4-b936fd05fee4} oximeter.version (0d295d47-7eff-48f4-b926-8ed0a7d05e23) (SelectExecutor): Key condition: unknown 2025.09.19 00:43:10.931283 [ 329 ] {4b9b570e-5443-4158-a5b4-b936fd05fee4} AggregatingTransform: Aggregating 2025.09.19 00:43:10.931328 [ 329 ] {4b9b570e-5443-4158-a5b4-b936fd05fee4} Aggregator: Aggregation method: without_key 2025.09.19 00:43:10.931368 [ 329 ] {4b9b570e-5443-4158-a5b4-b936fd05fee4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000955012 sec. (1047.107 rows/sec., 40.90 KiB/sec.) 2025.09.19 00:43:10.931383 [ 329 ] {4b9b570e-5443-4158-a5b4-b936fd05fee4} Aggregator: Merging aggregated data 2025.09.19 00:43:10.932660 [ 288 ] {4b9b570e-5443-4158-a5b4-b936fd05fee4} executeQuery: Read 1 rows, 40.00 B in 0.003231 sec., 309.50170225936245 rows/sec., 12.09 KiB/sec. 2025.09.19 00:43:10.932799 [ 288 ] {4b9b570e-5443-4158-a5b4-b936fd05fee4} TCPHandler: Processed in 0.003521686 sec. 2025.09.19 00:43:10.932907 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.932937 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.932946 [ 288 ] {} TCP-Session: 1f015615-1664-4fbb-8abb-784f13343af9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.932964 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.932985 [ 287 ] {} TCP-Session: 50f9ab02-4305-441c-8662-8434f1eaac98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.932982 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.933015 [ 289 ] {} TCP-Session: 7b941086-8fb9-4dd0-ab07-9651001ed72c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.933032 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.933042 [ 353 ] {} TCP-Session: 19eae76d-e335-435b-944f-1889347a392b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.933054 [ 363 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.933077 [ 362 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.933097 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.933115 [ 363 ] {} TCP-Session: e89b9f4f-5cc0-45e1-bd4e-fd0ef845230e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.933127 [ 362 ] {} TCP-Session: 568a6263-769a-438a-81ba-b06d7d1462af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.933152 [ 286 ] {} TCP-Session: 8a2c8b61-91f1-4b77-a2ef-6fdc3ce5e739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.933074 [ 352 ] {} TCP-Session: e5bc442d-f9f4-41e7-98b3-544190e3ae24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:10.933007 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.19 00:43:10.933238 [ 351 ] {} TCP-Session: 8b1c2345-0b13-4b8c-942c-7ec46e514e73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.19 00:43:11.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 401.57 MiB, peak 421.62 MiB, free memory in arenas 0.00 B, will set to 400.12 MiB (RSS), difference: -1.45 MiB 2025.09.19 00:43:12.428657 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 46533 2025.09.19 00:43:12.429295 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:12.429355 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:12.429930 [ 243 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.19 00:43:12.430180 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:12.430337 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46533 2025.09.19 00:43:14.936666 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2025.09.19 00:43:14.955112 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:14.955162 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:14.961450 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.19 00:43:14.962146 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:14.965367 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2025.09.19 00:43:15.081996 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2658 2025.09.19 00:43:15.085262 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:15.085335 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:15.086741 [ 242 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:43:15.087063 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:15.087533 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2658 2025.09.19 00:43:15.110590 [ 223 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Found 6 old parts to remove. Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.09.19 00:43:15.110642 [ 223 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 parts from filesystem (serially): Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.09.19 00:43:15.113666 [ 223 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 parts from memory: Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.09.19 00:43:15.650209 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:15.650476 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} executeQuery: (from [fd00:1122:3344:101::d]:47364) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.09.19 00:43:15.650862 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.19 00:43:15.650903 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.09.19 00:43:15.651174 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:43:15.651245 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.19 00:43:15.651396 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2025.09.19 00:43:15.651432 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.09.19 00:43:15.651454 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (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.09.19 00:43:15.651469 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.19 00:43:15.651510 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.09.19 00:43:15.651530 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 2025.09.19 00:43:15.652947 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} executeQuery: Read 42 rows, 1.60 KiB in 0.00259 sec., 16216.216216216217 rows/sec., 618.74 KiB/sec. 2025.09.19 00:43:15.653056 [ 5 ] {5039b182-d65e-4b5d-ae5f-1c987d3649d5} TCPHandler: Processed in 0.002983009 sec. 2025.09.19 00:43:15.659439 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:15.659648 [ 5 ] {de3dc0b1-2e43-4939-8fc7-a0fd1643ee23} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.19 00:43:15.659732 [ 5 ] {de3dc0b1-2e43-4939-8fc7-a0fd1643ee23} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.19 00:43:15.660611 [ 5 ] {de3dc0b1-2e43-4939-8fc7-a0fd1643ee23} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:15.660654 [ 5 ] {de3dc0b1-2e43-4939-8fc7-a0fd1643ee23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:15.661077 [ 5 ] {de3dc0b1-2e43-4939-8fc7-a0fd1643ee23} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.19 00:43:15.661275 [ 5 ] {de3dc0b1-2e43-4939-8fc7-a0fd1643ee23} oximeter.timeseries_schema (436b47b9-ce9e-41e3-8469-9a978c744972): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:15.661418 [ 5 ] {de3dc0b1-2e43-4939-8fc7-a0fd1643ee23} executeQuery: Read 1 rows, 285.00 B in 0.001831 sec., 546.1496450027307 rows/sec., 152.00 KiB/sec. 2025.09.19 00:43:15.661458 [ 5 ] {de3dc0b1-2e43-4939-8fc7-a0fd1643ee23} TCPHandler: Processed in 0.002123438 sec. 2025.09.19 00:43:15.661573 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:15.661667 [ 5 ] {05286983-8973-4e89-ae18-8188baa395a3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:43:15.661707 [ 5 ] {05286983-8973-4e89-ae18-8188baa395a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:43:15.662112 [ 5 ] {05286983-8973-4e89-ae18-8188baa395a3} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:15.662147 [ 5 ] {05286983-8973-4e89-ae18-8188baa395a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:15.662435 [ 5 ] {05286983-8973-4e89-ae18-8188baa395a3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.19 00:43:15.662643 [ 5 ] {05286983-8973-4e89-ae18-8188baa395a3} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:15.662768 [ 5 ] {05286983-8973-4e89-ae18-8188baa395a3} executeQuery: Read 3 rows, 228.00 B in 0.00112 sec., 2678.571428571429 rows/sec., 198.80 KiB/sec. 2025.09.19 00:43:15.662805 [ 5 ] {05286983-8973-4e89-ae18-8188baa395a3} TCPHandler: Processed in 0.001287357 sec. 2025.09.19 00:43:15.662912 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:15.663005 [ 5 ] {73ff9ef4-3f3d-4e56-ab4f-acdb8c40a837} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:15.663043 [ 5 ] {73ff9ef4-3f3d-4e56-ab4f-acdb8c40a837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:15.663528 [ 5 ] {73ff9ef4-3f3d-4e56-ab4f-acdb8c40a837} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:15.663566 [ 5 ] {73ff9ef4-3f3d-4e56-ab4f-acdb8c40a837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:15.663878 [ 5 ] {73ff9ef4-3f3d-4e56-ab4f-acdb8c40a837} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.09.19 00:43:15.664083 [ 5 ] {73ff9ef4-3f3d-4e56-ab4f-acdb8c40a837} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:15.664215 [ 5 ] {73ff9ef4-3f3d-4e56-ab4f-acdb8c40a837} executeQuery: Read 176 rows, 15.66 KiB in 0.001229 sec., 143205.85842148087 rows/sec., 12.45 MiB/sec. 2025.09.19 00:43:15.664253 [ 5 ] {73ff9ef4-3f3d-4e56-ab4f-acdb8c40a837} TCPHandler: Processed in 0.001389829 sec. 2025.09.19 00:43:15.664364 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:15.664458 [ 5 ] {59aa66df-ddd5-4ecc-aea1-8b48105677b2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:15.664497 [ 5 ] {59aa66df-ddd5-4ecc-aea1-8b48105677b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:15.664900 [ 5 ] {59aa66df-ddd5-4ecc-aea1-8b48105677b2} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:15.664936 [ 5 ] {59aa66df-ddd5-4ecc-aea1-8b48105677b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:15.665225 [ 5 ] {59aa66df-ddd5-4ecc-aea1-8b48105677b2} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.09.19 00:43:15.665428 [ 5 ] {59aa66df-ddd5-4ecc-aea1-8b48105677b2} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:15.665556 [ 5 ] {59aa66df-ddd5-4ecc-aea1-8b48105677b2} executeQuery: Read 60 rows, 4.47 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.91 MiB/sec. 2025.09.19 00:43:15.665594 [ 5 ] {59aa66df-ddd5-4ecc-aea1-8b48105677b2} TCPHandler: Processed in 0.001279747 sec. 2025.09.19 00:43:15.665632 [ 221 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:43:15.665662 [ 221 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:43:15.665706 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:15.665799 [ 5 ] {7fa28a06-4564-4c99-9744-36841688831e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:15.665837 [ 5 ] {7fa28a06-4564-4c99-9744-36841688831e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:15.666287 [ 5 ] {7fa28a06-4564-4c99-9744-36841688831e} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:15.666322 [ 5 ] {7fa28a06-4564-4c99-9744-36841688831e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:15.666627 [ 5 ] {7fa28a06-4564-4c99-9744-36841688831e} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.09.19 00:43:15.666839 [ 5 ] {7fa28a06-4564-4c99-9744-36841688831e} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:15.666968 [ 5 ] {7fa28a06-4564-4c99-9744-36841688831e} executeQuery: Read 142 rows, 11.15 KiB in 0.001187 sec., 119629.31760741366 rows/sec., 9.18 MiB/sec. 2025.09.19 00:43:15.667007 [ 5 ] {7fa28a06-4564-4c99-9744-36841688831e} TCPHandler: Processed in 0.001350908 sec. 2025.09.19 00:43:15.667123 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:15.667216 [ 5 ] {d858b856-09f8-45a0-b2aa-dba6bfbdb9f3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:15.667258 [ 5 ] {d858b856-09f8-45a0-b2aa-dba6bfbdb9f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:15.667676 [ 5 ] {d858b856-09f8-45a0-b2aa-dba6bfbdb9f3} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:15.667710 [ 5 ] {d858b856-09f8-45a0-b2aa-dba6bfbdb9f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:15.668039 [ 5 ] {d858b856-09f8-45a0-b2aa-dba6bfbdb9f3} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.09.19 00:43:15.668255 [ 5 ] {d858b856-09f8-45a0-b2aa-dba6bfbdb9f3} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:15.668382 [ 5 ] {d858b856-09f8-45a0-b2aa-dba6bfbdb9f3} executeQuery: Read 163 rows, 11.60 KiB in 0.001185 sec., 137552.74261603373 rows/sec., 9.56 MiB/sec. 2025.09.19 00:43:15.668419 [ 5 ] {d858b856-09f8-45a0-b2aa-dba6bfbdb9f3} TCPHandler: Processed in 0.001345328 sec. 2025.09.19 00:43:15.668526 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:15.668625 [ 5 ] {b6b1e56d-52d9-4ed0-9b2e-ff8a5c5c1bb5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:15.668678 [ 5 ] {b6b1e56d-52d9-4ed0-9b2e-ff8a5c5c1bb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:43:15.668686 [ 221 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:43:15.669579 [ 5 ] {b6b1e56d-52d9-4ed0-9b2e-ff8a5c5c1bb5} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:15.669615 [ 5 ] {b6b1e56d-52d9-4ed0-9b2e-ff8a5c5c1bb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:15.670182 [ 5 ] {b6b1e56d-52d9-4ed0-9b2e-ff8a5c5c1bb5} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:43:15.670405 [ 5 ] {b6b1e56d-52d9-4ed0-9b2e-ff8a5c5c1bb5} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:15.670543 [ 5 ] {b6b1e56d-52d9-4ed0-9b2e-ff8a5c5c1bb5} executeQuery: Read 57 rows, 104.59 KiB in 0.001936 sec., 29442.14876033058 rows/sec., 52.76 MiB/sec. 2025.09.19 00:43:15.670598 [ 5 ] {b6b1e56d-52d9-4ed0-9b2e-ff8a5c5c1bb5} TCPHandler: Processed in 0.002120388 sec. 2025.09.19 00:43:15.670724 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:15.670847 [ 5 ] {347c5e6a-cf0d-4cb5-8387-f66c84a6ec0b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:15.670898 [ 5 ] {347c5e6a-cf0d-4cb5-8387-f66c84a6ec0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:15.671364 [ 5 ] {347c5e6a-cf0d-4cb5-8387-f66c84a6ec0b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:15.671410 [ 5 ] {347c5e6a-cf0d-4cb5-8387-f66c84a6ec0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:15.671752 [ 5 ] {347c5e6a-cf0d-4cb5-8387-f66c84a6ec0b} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.09.19 00:43:15.671962 [ 5 ] {347c5e6a-cf0d-4cb5-8387-f66c84a6ec0b} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:15.672094 [ 5 ] {347c5e6a-cf0d-4cb5-8387-f66c84a6ec0b} executeQuery: Read 60 rows, 4.14 KiB in 0.001272 sec., 47169.81132075472 rows/sec., 3.18 MiB/sec. 2025.09.19 00:43:15.672132 [ 5 ] {347c5e6a-cf0d-4cb5-8387-f66c84a6ec0b} TCPHandler: Processed in 0.0014685 sec. 2025.09.19 00:43:19.710802 [ 109 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:43:19.710902 [ 109 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:43:19.930512 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46981 2025.09.19 00:43:19.931055 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:19.931105 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:19.931616 [ 243 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.19 00:43:19.931852 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:19.932001 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46981 2025.09.19 00:43:20.663659 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:20.663929 [ 5 ] {ee8590df-4bc2-41e1-b295-c9e4c61e1d5c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:43:20.664034 [ 5 ] {ee8590df-4bc2-41e1-b295-c9e4c61e1d5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:43:20.665108 [ 5 ] {ee8590df-4bc2-41e1-b295-c9e4c61e1d5c} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.665149 [ 5 ] {ee8590df-4bc2-41e1-b295-c9e4c61e1d5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.665527 [ 5 ] {ee8590df-4bc2-41e1-b295-c9e4c61e1d5c} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:43:20.665743 [ 5 ] {ee8590df-4bc2-41e1-b295-c9e4c61e1d5c} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.665897 [ 5 ] {ee8590df-4bc2-41e1-b295-c9e4c61e1d5c} executeQuery: Read 410 rows, 26.63 KiB in 0.002041 sec., 200881.92062714358 rows/sec., 12.74 MiB/sec. 2025.09.19 00:43:20.665939 [ 5 ] {ee8590df-4bc2-41e1-b295-c9e4c61e1d5c} TCPHandler: Processed in 0.002459362 sec. 2025.09.19 00:43:20.666062 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:20.666157 [ 5 ] {eb1a3c12-9acb-4bc6-b9ab-fb1a0ca9d580} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:20.666197 [ 5 ] {eb1a3c12-9acb-4bc6-b9ab-fb1a0ca9d580} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:20.667118 [ 5 ] {eb1a3c12-9acb-4bc6-b9ab-fb1a0ca9d580} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.667155 [ 5 ] {eb1a3c12-9acb-4bc6-b9ab-fb1a0ca9d580} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.667521 [ 5 ] {eb1a3c12-9acb-4bc6-b9ab-fb1a0ca9d580} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.09.19 00:43:20.667729 [ 5 ] {eb1a3c12-9acb-4bc6-b9ab-fb1a0ca9d580} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.667857 [ 5 ] {eb1a3c12-9acb-4bc6-b9ab-fb1a0ca9d580} executeQuery: Read 1112 rows, 89.80 KiB in 0.001718 sec., 647264.2607683353 rows/sec., 51.05 MiB/sec. 2025.09.19 00:43:20.667895 [ 5 ] {eb1a3c12-9acb-4bc6-b9ab-fb1a0ca9d580} TCPHandler: Processed in 0.001883195 sec. 2025.09.19 00:43:20.668014 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:20.668108 [ 5 ] {4fef2cc5-0c97-46fe-95e7-51e94cfb4b9e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:20.668148 [ 5 ] {4fef2cc5-0c97-46fe-95e7-51e94cfb4b9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:20.668652 [ 5 ] {4fef2cc5-0c97-46fe-95e7-51e94cfb4b9e} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.668690 [ 5 ] {4fef2cc5-0c97-46fe-95e7-51e94cfb4b9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.668998 [ 5 ] {4fef2cc5-0c97-46fe-95e7-51e94cfb4b9e} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.09.19 00:43:20.669210 [ 5 ] {4fef2cc5-0c97-46fe-95e7-51e94cfb4b9e} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.669341 [ 5 ] {4fef2cc5-0c97-46fe-95e7-51e94cfb4b9e} executeQuery: Read 205 rows, 12.32 KiB in 0.001251 sec., 163868.90487609914 rows/sec., 9.61 MiB/sec. 2025.09.19 00:43:20.669379 [ 5 ] {4fef2cc5-0c97-46fe-95e7-51e94cfb4b9e} TCPHandler: Processed in 0.001414858 sec. 2025.09.19 00:43:20.669496 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:20.669589 [ 5 ] {9e53e131-bde3-49cd-b8b5-1ca5fe2709bf} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:43:20.669630 [ 5 ] {9e53e131-bde3-49cd-b8b5-1ca5fe2709bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:43:20.670107 [ 5 ] {9e53e131-bde3-49cd-b8b5-1ca5fe2709bf} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.670143 [ 5 ] {9e53e131-bde3-49cd-b8b5-1ca5fe2709bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.670439 [ 5 ] {9e53e131-bde3-49cd-b8b5-1ca5fe2709bf} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.19 00:43:20.670643 [ 5 ] {9e53e131-bde3-49cd-b8b5-1ca5fe2709bf} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.670772 [ 5 ] {9e53e131-bde3-49cd-b8b5-1ca5fe2709bf} executeQuery: Read 212 rows, 14.00 KiB in 0.0012 sec., 176666.6666666667 rows/sec., 11.39 MiB/sec. 2025.09.19 00:43:20.670809 [ 5 ] {9e53e131-bde3-49cd-b8b5-1ca5fe2709bf} TCPHandler: Processed in 0.001364038 sec. 2025.09.19 00:43:20.670920 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:20.671013 [ 5 ] {12874eef-6413-4b5a-9402-37fd6a3c487a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:43:20.671052 [ 5 ] {12874eef-6413-4b5a-9402-37fd6a3c487a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:43:20.671516 [ 5 ] {12874eef-6413-4b5a-9402-37fd6a3c487a} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.671552 [ 5 ] {12874eef-6413-4b5a-9402-37fd6a3c487a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.671855 [ 5 ] {12874eef-6413-4b5a-9402-37fd6a3c487a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:43:20.672056 [ 5 ] {12874eef-6413-4b5a-9402-37fd6a3c487a} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.672185 [ 5 ] {12874eef-6413-4b5a-9402-37fd6a3c487a} executeQuery: Read 211 rows, 12.27 KiB in 0.001189 sec., 177460.0504625736 rows/sec., 10.08 MiB/sec. 2025.09.19 00:43:20.672222 [ 5 ] {12874eef-6413-4b5a-9402-37fd6a3c487a} TCPHandler: Processed in 0.001350448 sec. 2025.09.19 00:43:20.672329 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:20.672423 [ 5 ] {2e0a401f-06e9-44fb-82f7-98638052eb56} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:20.672461 [ 5 ] {2e0a401f-06e9-44fb-82f7-98638052eb56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:20.673126 [ 5 ] {2e0a401f-06e9-44fb-82f7-98638052eb56} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.673163 [ 5 ] {2e0a401f-06e9-44fb-82f7-98638052eb56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.673480 [ 5 ] {2e0a401f-06e9-44fb-82f7-98638052eb56} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.09.19 00:43:20.673683 [ 5 ] {2e0a401f-06e9-44fb-82f7-98638052eb56} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.673808 [ 5 ] {2e0a401f-06e9-44fb-82f7-98638052eb56} executeQuery: Read 679 rows, 48.47 KiB in 0.001403 sec., 483962.93656450463 rows/sec., 33.74 MiB/sec. 2025.09.19 00:43:20.673845 [ 5 ] {2e0a401f-06e9-44fb-82f7-98638052eb56} TCPHandler: Processed in 0.001564641 sec. 2025.09.19 00:43:20.673954 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:20.674047 [ 5 ] {238821d2-2e10-4370-8671-27596b5e83f3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:43:20.674088 [ 5 ] {238821d2-2e10-4370-8671-27596b5e83f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:43:20.674415 [ 5 ] {238821d2-2e10-4370-8671-27596b5e83f3} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.674452 [ 5 ] {238821d2-2e10-4370-8671-27596b5e83f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.674750 [ 5 ] {238821d2-2e10-4370-8671-27596b5e83f3} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.19 00:43:20.674947 [ 5 ] {238821d2-2e10-4370-8671-27596b5e83f3} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.675054 [ 110 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.19 00:43:20.675071 [ 5 ] {238821d2-2e10-4370-8671-27596b5e83f3} executeQuery: Read 6 rows, 321.00 B in 0.001042 sec., 5758.157389635317 rows/sec., 300.84 KiB/sec. 2025.09.19 00:43:20.675120 [ 110 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.675129 [ 5 ] {238821d2-2e10-4370-8671-27596b5e83f3} TCPHandler: Processed in 0.001224745 sec. 2025.09.19 00:43:20.675149 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.675249 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:20.675258 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::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.09.19 00:43:20.675347 [ 5 ] {7afe60e0-1b1a-48f6-8ca6-4015459e29b9} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:20.675367 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:20.675390 [ 5 ] {7afe60e0-1b1a-48f6-8ca6-4015459e29b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:20.675400 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 396 rows starting from the beginning of the part 2025.09.19 00:43:20.675463 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part 2025.09.19 00:43:20.675511 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part 2025.09.19 00:43:20.675553 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part 2025.09.19 00:43:20.675594 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part 2025.09.19 00:43:20.675639 [ 201 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part 2025.09.19 00:43:20.675823 [ 5 ] {7afe60e0-1b1a-48f6-8ca6-4015459e29b9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.675858 [ 5 ] {7afe60e0-1b1a-48f6-8ca6-4015459e29b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.676205 [ 5 ] {7afe60e0-1b1a-48f6-8ca6-4015459e29b9} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.09.19 00:43:20.676390 [ 196 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 4 columns (4 merged, 0 gathered) in 0.001172005 sec., 363479.67798772187 rows/sec., 18.55 MiB/sec. 2025.09.19 00:43:20.676418 [ 5 ] {7afe60e0-1b1a-48f6-8ca6-4015459e29b9} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.676537 [ 110 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 6 parts from all_1_140_29 to all_145_145_0 2025.09.19 00:43:20.676562 [ 5 ] {7afe60e0-1b1a-48f6-8ca6-4015459e29b9} executeQuery: Read 314 rows, 21.12 KiB in 0.001233 sec., 254663.42254663425 rows/sec., 16.73 MiB/sec. 2025.09.19 00:43:20.676567 [ 110 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.676605 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.676607 [ 5 ] {7afe60e0-1b1a-48f6-8ca6-4015459e29b9} TCPHandler: Processed in 0.001406759 sec. 2025.09.19 00:43:20.676620 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.19 00:43:20.676698 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_140_29 to all_145_145_0 into Compact with storage Full 2025.09.19 00:43:20.676732 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:20.676821 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:20.676831 [ 5 ] {47875712-25aa-4a28-b649-83c1ab4c9d0c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:43:20.676866 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} MergeTreeSequentialSource: Reading 8 marks from part all_1_140_29, total 49557 rows starting from the beginning of the part 2025.09.19 00:43:20.676885 [ 5 ] {47875712-25aa-4a28-b649-83c1ab4c9d0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:43:20.676941 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 314 rows starting from the beginning of the part 2025.09.19 00:43:20.676958 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_71_14} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.676994 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part 2025.09.19 00:43:20.677044 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 314 rows starting from the beginning of the part 2025.09.19 00:43:20.677045 [ 198 ] {49ae87df-58b2-4470-be90-a2de9601d33d::all_1_71_14} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.19 00:43:20.677086 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 163 rows starting from the beginning of the part 2025.09.19 00:43:20.677133 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 314 rows starting from the beginning of the part 2025.09.19 00:43:20.677152 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.19 00:43:20.677199 [ 5 ] {47875712-25aa-4a28-b649-83c1ab4c9d0c} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.677239 [ 5 ] {47875712-25aa-4a28-b649-83c1ab4c9d0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.677563 [ 5 ] {47875712-25aa-4a28-b649-83c1ab4c9d0c} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:43:20.677767 [ 5 ] {47875712-25aa-4a28-b649-83c1ab4c9d0c} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.677897 [ 5 ] {47875712-25aa-4a28-b649-83c1ab4c9d0c} executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. 2025.09.19 00:43:20.677933 [ 5 ] {47875712-25aa-4a28-b649-83c1ab4c9d0c} TCPHandler: Processed in 0.001251176 sec. 2025.09.19 00:43:20.677947 [ 220 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:43:20.677977 [ 220 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:43:20.678032 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:20.678129 [ 5 ] {8e3af415-9d64-4031-847c-035fe0438e74} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:20.678170 [ 5 ] {8e3af415-9d64-4031-847c-035fe0438e74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:20.678494 [ 5 ] {8e3af415-9d64-4031-847c-035fe0438e74} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:20.678532 [ 5 ] {8e3af415-9d64-4031-847c-035fe0438e74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:20.678881 [ 5 ] {8e3af415-9d64-4031-847c-035fe0438e74} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.09.19 00:43:20.679091 [ 5 ] {8e3af415-9d64-4031-847c-035fe0438e74} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.679220 [ 5 ] {8e3af415-9d64-4031-847c-035fe0438e74} executeQuery: Read 104 rows, 6.53 KiB in 0.001109 sec., 93778.17853922454 rows/sec., 5.75 MiB/sec. 2025.09.19 00:43:20.679257 [ 5 ] {8e3af415-9d64-4031-847c-035fe0438e74} TCPHandler: Processed in 0.001273496 sec. 2025.09.19 00:43:20.680445 [ 220 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:43:20.687452 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} MergeTask::MergeProjectionsStage: Merge sorted 50822 rows, containing 5 columns (5 merged, 0 gathered) in 0.010794322 sec., 4708216.041730087 rows/sec., 315.22 MiB/sec. 2025.09.19 00:43:20.687775 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} MergedBlockOutputStream: filled checksums all_1_145_30 (state Temporary) 2025.09.19 00:43:20.688037 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_145_30 to all_1_145_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:20.688103 [ 189 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_145_30} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 6 parts: [all_1_140_29, all_145_145_0] -> all_1_145_30 2025.09.19 00:43:20.688181 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.09.19 00:43:21.000232 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 400.90 MiB, peak 421.62 MiB, free memory in arenas 0.00 B, will set to 401.94 MiB (RSS), difference: 1.04 MiB 2025.09.19 00:43:22.465615 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2025.09.19 00:43:22.485191 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:22.485259 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:22.491631 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.19 00:43:22.492386 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:22.495857 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2025.09.19 00:43:25.088232 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2696 2025.09.19 00:43:25.090812 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.090864 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.092095 [ 242 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:43:25.092364 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.092663 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2696 2025.09.19 00:43:25.684223 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:25.684436 [ 5 ] {392a1fbf-4f34-427d-835c-8db079e46576} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:43:25.684545 [ 5 ] {392a1fbf-4f34-427d-835c-8db079e46576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:43:25.685462 [ 5 ] {392a1fbf-4f34-427d-835c-8db079e46576} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.685515 [ 5 ] {392a1fbf-4f34-427d-835c-8db079e46576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.685898 [ 5 ] {392a1fbf-4f34-427d-835c-8db079e46576} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.19 00:43:25.686129 [ 5 ] {392a1fbf-4f34-427d-835c-8db079e46576} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.686260 [ 103 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Selected 6 parts from all_1_33_8 to all_38_38_0 2025.09.19 00:43:25.686282 [ 5 ] {392a1fbf-4f34-427d-835c-8db079e46576} executeQuery: Read 19 rows, 1.53 KiB in 0.001932 sec., 9834.368530020705 rows/sec., 790.55 KiB/sec. 2025.09.19 00:43:25.686327 [ 103 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.686347 [ 5 ] {392a1fbf-4f34-427d-835c-8db079e46576} TCPHandler: Processed in 0.002272399 sec. 2025.09.19 00:43:25.686357 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.686471 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:25.686484 [ 195 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_33_8 to all_38_38_0 into Compact with storage Full 2025.09.19 00:43:25.686571 [ 5 ] {8e80b35c-373d-4b4d-ac01-74a7b0a64789} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:25.686616 [ 5 ] {8e80b35c-373d-4b4d-ac01-74a7b0a64789} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:25.686617 [ 195 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:25.686667 [ 195 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 18 rows starting from the beginning of the part 2025.09.19 00:43:25.686740 [ 195 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part 2025.09.19 00:43:25.686792 [ 195 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part 2025.09.19 00:43:25.686836 [ 195 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part 2025.09.19 00:43:25.686880 [ 195 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 3 rows starting from the beginning of the part 2025.09.19 00:43:25.686924 [ 195 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 19 rows starting from the beginning of the part 2025.09.19 00:43:25.687784 [ 5 ] {8e80b35c-373d-4b4d-ac01-74a7b0a64789} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.687826 [ 5 ] {8e80b35c-373d-4b4d-ac01-74a7b0a64789} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.687846 [ 189 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} MergeTask::MergeProjectionsStage: Merge sorted 58 rows, containing 5 columns (5 merged, 0 gathered) in 0.001395218 sec., 41570.564599940655 rows/sec., 3.44 MiB/sec. 2025.09.19 00:43:25.688029 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} MergedBlockOutputStream: filled checksums all_1_38_9 (state Temporary) 2025.09.19 00:43:25.688248 [ 5 ] {8e80b35c-373d-4b4d-ac01-74a7b0a64789} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.09.19 00:43:25.688388 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_merge_all_1_38_9 to all_1_38_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.688491 [ 200 ] {69ce110b-8b84-42f1-9d2d-3c54207a4ece::all_1_38_9} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece) (MergerMutator): Merged 6 parts: [all_1_33_8, all_38_38_0] -> all_1_38_9 2025.09.19 00:43:25.688502 [ 5 ] {8e80b35c-373d-4b4d-ac01-74a7b0a64789} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.688599 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:43:25.688652 [ 5 ] {8e80b35c-373d-4b4d-ac01-74a7b0a64789} executeQuery: Read 1331 rows, 113.03 KiB in 0.002071 sec., 642684.6933848383 rows/sec., 53.30 MiB/sec. 2025.09.19 00:43:25.688656 [ 101 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.09.19 00:43:25.688697 [ 5 ] {8e80b35c-373d-4b4d-ac01-74a7b0a64789} TCPHandler: Processed in 0.002252679 sec. 2025.09.19 00:43:25.688708 [ 101 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.688732 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.688806 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:43:25.688807 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:25.688898 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:25.688927 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2368 rows starting from the beginning of the part 2025.09.19 00:43:25.688929 [ 5 ] {4944b400-a23e-4132-91c4-d75123325fb6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:25.688975 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 162 rows starting from the beginning of the part 2025.09.19 00:43:25.688984 [ 5 ] {4944b400-a23e-4132-91c4-d75123325fb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:25.689020 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:43:25.689060 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 176 rows starting from the beginning of the part 2025.09.19 00:43:25.689095 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:43:25.689131 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 1331 rows starting from the beginning of the part 2025.09.19 00:43:25.689438 [ 5 ] {4944b400-a23e-4132-91c4-d75123325fb6} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.689480 [ 5 ] {4944b400-a23e-4132-91c4-d75123325fb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.689811 [ 5 ] {4944b400-a23e-4132-91c4-d75123325fb6} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.09.19 00:43:25.690054 [ 5 ] {4944b400-a23e-4132-91c4-d75123325fb6} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.690193 [ 5 ] {4944b400-a23e-4132-91c4-d75123325fb6} executeQuery: Read 79 rows, 5.82 KiB in 0.001284 sec., 61526.47975077882 rows/sec., 4.42 MiB/sec. 2025.09.19 00:43:25.690233 [ 5 ] {4944b400-a23e-4132-91c4-d75123325fb6} TCPHandler: Processed in 0.001476159 sec. 2025.09.19 00:43:25.690349 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:25.690443 [ 5 ] {6a3fdbdc-dc8c-4929-8c41-14038ce1e233} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:43:25.690483 [ 5 ] {6a3fdbdc-dc8c-4929-8c41-14038ce1e233} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:43:25.690977 [ 5 ] {6a3fdbdc-dc8c-4929-8c41-14038ce1e233} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.691012 [ 5 ] {6a3fdbdc-dc8c-4929-8c41-14038ce1e233} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.691284 [ 197 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 6261 rows, containing 5 columns (5 merged, 0 gathered) in 0.002508223 sec., 2496189.533386784 rows/sec., 211.82 MiB/sec. 2025.09.19 00:43:25.691329 [ 5 ] {6a3fdbdc-dc8c-4929-8c41-14038ce1e233} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.19 00:43:25.691536 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.09.19 00:43:25.691551 [ 5 ] {6a3fdbdc-dc8c-4929-8c41-14038ce1e233} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.691697 [ 5 ] {6a3fdbdc-dc8c-4929-8c41-14038ce1e233} executeQuery: Read 229 rows, 15.88 KiB in 0.001272 sec., 180031.4465408805 rows/sec., 12.19 MiB/sec. 2025.09.19 00:43:25.691738 [ 5 ] {6a3fdbdc-dc8c-4929-8c41-14038ce1e233} TCPHandler: Processed in 0.001437859 sec. 2025.09.19 00:43:25.691802 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_146_29} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.691850 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:25.691882 [ 195 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_146_29} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.09.19 00:43:25.691952 [ 5 ] {92dcf259-018c-4abb-800f-8bdfc292232f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:25.691961 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2025.09.19 00:43:25.692000 [ 5 ] {92dcf259-018c-4abb-800f-8bdfc292232f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:25.692716 [ 5 ] {92dcf259-018c-4abb-800f-8bdfc292232f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.692752 [ 5 ] {92dcf259-018c-4abb-800f-8bdfc292232f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.693092 [ 5 ] {92dcf259-018c-4abb-800f-8bdfc292232f} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.09.19 00:43:25.693302 [ 5 ] {92dcf259-018c-4abb-800f-8bdfc292232f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.693411 [ 101 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.09.19 00:43:25.693431 [ 5 ] {92dcf259-018c-4abb-800f-8bdfc292232f} executeQuery: Read 617 rows, 46.99 KiB in 0.001498 sec., 411882.51001335116 rows/sec., 30.63 MiB/sec. 2025.09.19 00:43:25.693442 [ 101 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.693465 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.693469 [ 5 ] {92dcf259-018c-4abb-800f-8bdfc292232f} TCPHandler: Processed in 0.001667362 sec. 2025.09.19 00:43:25.693533 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:43:25.693584 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:25.693621 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:25.693651 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1227 rows starting from the beginning of the part 2025.09.19 00:43:25.693677 [ 5 ] {5559306b-d97f-4520-b8c3-4f2a47551796} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:25.693708 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 123 rows starting from the beginning of the part 2025.09.19 00:43:25.693721 [ 5 ] {5559306b-d97f-4520-b8c3-4f2a47551796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:25.693757 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 679 rows starting from the beginning of the part 2025.09.19 00:43:25.693798 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 142 rows starting from the beginning of the part 2025.09.19 00:43:25.693835 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 679 rows starting from the beginning of the part 2025.09.19 00:43:25.693874 [ 189 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 617 rows starting from the beginning of the part 2025.09.19 00:43:25.694358 [ 5 ] {5559306b-d97f-4520-b8c3-4f2a47551796} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.694392 [ 5 ] {5559306b-d97f-4520-b8c3-4f2a47551796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.694760 [ 5 ] {5559306b-d97f-4520-b8c3-4f2a47551796} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.09.19 00:43:25.694972 [ 5 ] {5559306b-d97f-4520-b8c3-4f2a47551796} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.695106 [ 5 ] {5559306b-d97f-4520-b8c3-4f2a47551796} executeQuery: Read 855 rows, 58.92 KiB in 0.001448 sec., 590469.6132596685 rows/sec., 39.73 MiB/sec. 2025.09.19 00:43:25.695142 [ 5 ] {5559306b-d97f-4520-b8c3-4f2a47551796} TCPHandler: Processed in 0.001610841 sec. 2025.09.19 00:43:25.695172 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 3467 rows, containing 5 columns (5 merged, 0 gathered) in 0.001673142 sec., 2072149.2855956038 rows/sec., 156.77 MiB/sec. 2025.09.19 00:43:25.695240 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:25.695331 [ 5 ] {b5ae6b46-ba9f-4c92-bf5c-e57502877cf8} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:43:25.695371 [ 5 ] {b5ae6b46-ba9f-4c92-bf5c-e57502877cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:43:25.695410 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.09.19 00:43:25.695665 [ 5 ] {b5ae6b46-ba9f-4c92-bf5c-e57502877cf8} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.695704 [ 5 ] {b5ae6b46-ba9f-4c92-bf5c-e57502877cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.695713 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_146_29} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.695808 [ 188 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_146_29} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.09.19 00:43:25.695904 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.09.19 00:43:25.695989 [ 5 ] {b5ae6b46-ba9f-4c92-bf5c-e57502877cf8} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:43:25.696259 [ 5 ] {b5ae6b46-ba9f-4c92-bf5c-e57502877cf8} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.696357 [ 101 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2025.09.19 00:43:25.696381 [ 101 ] {} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.696392 [ 5 ] {b5ae6b46-ba9f-4c92-bf5c-e57502877cf8} executeQuery: Read 1 rows, 65.00 B in 0.001061 sec., 942.507068803016 rows/sec., 59.83 KiB/sec. 2025.09.19 00:43:25.696398 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.696428 [ 5 ] {b5ae6b46-ba9f-4c92-bf5c-e57502877cf8} TCPHandler: Processed in 0.001226446 sec. 2025.09.19 00:43:25.696474 [ 197 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2025.09.19 00:43:25.696544 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:25.696553 [ 197 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:25.696589 [ 197 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 71 rows starting from the beginning of the part 2025.09.19 00:43:25.696641 [ 197 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part 2025.09.19 00:43:25.696660 [ 5 ] {7b0de104-ec3c-4fed-8493-c2d0c6f2822f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:25.696685 [ 197 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part 2025.09.19 00:43:25.696725 [ 197 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1 rows starting from the beginning of the part 2025.09.19 00:43:25.696727 [ 5 ] {7b0de104-ec3c-4fed-8493-c2d0c6f2822f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:43:25.696765 [ 197 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1 rows starting from the beginning of the part 2025.09.19 00:43:25.696802 [ 197 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1 rows starting from the beginning of the part 2025.09.19 00:43:25.697559 [ 199 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 76 rows, containing 4 columns (4 merged, 0 gathered) in 0.001119125 sec., 67910.19769909528 rows/sec., 4.45 MiB/sec. 2025.09.19 00:43:25.697700 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2025.09.19 00:43:25.697734 [ 5 ] {7b0de104-ec3c-4fed-8493-c2d0c6f2822f} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.697777 [ 5 ] {7b0de104-ec3c-4fed-8493-c2d0c6f2822f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.697995 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.698083 [ 187 ] {6c4c868b-1619-45a3-a991-1ec2b8e496dd::all_1_75_15} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2025.09.19 00:43:25.698181 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.09.19 00:43:25.698382 [ 5 ] {7b0de104-ec3c-4fed-8493-c2d0c6f2822f} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:43:25.698602 [ 5 ] {7b0de104-ec3c-4fed-8493-c2d0c6f2822f} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.698741 [ 5 ] {7b0de104-ec3c-4fed-8493-c2d0c6f2822f} executeQuery: Read 60 rows, 110.10 KiB in 0.002106 sec., 28490.028490028493 rows/sec., 51.05 MiB/sec. 2025.09.19 00:43:25.698807 [ 5 ] {7b0de104-ec3c-4fed-8493-c2d0c6f2822f} TCPHandler: Processed in 0.00232267 sec. 2025.09.19 00:43:25.698923 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:25.699017 [ 5 ] {10f853ec-b160-4080-b03e-f7e09b912004} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:25.699058 [ 5 ] {10f853ec-b160-4080-b03e-f7e09b912004} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:25.699396 [ 5 ] {10f853ec-b160-4080-b03e-f7e09b912004} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.699431 [ 5 ] {10f853ec-b160-4080-b03e-f7e09b912004} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.699729 [ 5 ] {10f853ec-b160-4080-b03e-f7e09b912004} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.09.19 00:43:25.699937 [ 5 ] {10f853ec-b160-4080-b03e-f7e09b912004} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.700044 [ 101 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.09.19 00:43:25.700065 [ 5 ] {10f853ec-b160-4080-b03e-f7e09b912004} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2025.09.19 00:43:25.700074 [ 101 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:25.700095 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.09.19 00:43:25.700102 [ 5 ] {10f853ec-b160-4080-b03e-f7e09b912004} TCPHandler: Processed in 0.001228086 sec. 2025.09.19 00:43:25.700165 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:43:25.700253 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:25.700284 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 11400 rows starting from the beginning of the part 2025.09.19 00:43:25.700346 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:43:25.700402 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 104 rows starting from the beginning of the part 2025.09.19 00:43:25.700459 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:43:25.700510 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 104 rows starting from the beginning of the part 2025.09.19 00:43:25.700550 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:43:25.703781 [ 187 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 11788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003648587 sec., 3230839.7744112993 rows/sec., 205.35 MiB/sec. 2025.09.19 00:43:25.704009 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.09.19 00:43:25.704254 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_146_29} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:25.704312 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_146_29} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.09.19 00:43:25.704371 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2025.09.19 00:43:27.432798 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 47493 2025.09.19 00:43:27.433386 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:27.433430 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:27.433927 [ 243 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.19 00:43:27.434164 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:27.434314 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47493 2025.09.19 00:43:29.996535 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2025.09.19 00:43:30.016593 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:30.016663 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:30.023062 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.19 00:43:30.023782 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:30.027215 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2025.09.19 00:43:30.665047 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:30.665221 [ 5 ] {21635c42-d649-4425-8d9f-69908e72b1e5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:43:30.665284 [ 5 ] {21635c42-d649-4425-8d9f-69908e72b1e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:43:30.666101 [ 5 ] {21635c42-d649-4425-8d9f-69908e72b1e5} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:30.666142 [ 5 ] {21635c42-d649-4425-8d9f-69908e72b1e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:30.666531 [ 5 ] {21635c42-d649-4425-8d9f-69908e72b1e5} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:43:30.666750 [ 5 ] {21635c42-d649-4425-8d9f-69908e72b1e5} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:30.666898 [ 5 ] {21635c42-d649-4425-8d9f-69908e72b1e5} executeQuery: Read 410 rows, 26.63 KiB in 0.001724 sec., 237819.02552204175 rows/sec., 15.09 MiB/sec. 2025.09.19 00:43:30.666940 [ 5 ] {21635c42-d649-4425-8d9f-69908e72b1e5} TCPHandler: Processed in 0.002017376 sec. 2025.09.19 00:43:30.667062 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:30.667184 [ 5 ] {34a8a2a4-c24f-4e9d-9a38-bb62917afcce} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:30.667235 [ 5 ] {34a8a2a4-c24f-4e9d-9a38-bb62917afcce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:30.668208 [ 5 ] {34a8a2a4-c24f-4e9d-9a38-bb62917afcce} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:30.668245 [ 5 ] {34a8a2a4-c24f-4e9d-9a38-bb62917afcce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:30.668633 [ 5 ] {34a8a2a4-c24f-4e9d-9a38-bb62917afcce} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.09.19 00:43:30.668858 [ 5 ] {34a8a2a4-c24f-4e9d-9a38-bb62917afcce} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:30.668987 [ 5 ] {34a8a2a4-c24f-4e9d-9a38-bb62917afcce} executeQuery: Read 1112 rows, 89.80 KiB in 0.001828 sec., 608315.0984682713 rows/sec., 47.97 MiB/sec. 2025.09.19 00:43:30.669027 [ 5 ] {34a8a2a4-c24f-4e9d-9a38-bb62917afcce} TCPHandler: Processed in 0.002023876 sec. 2025.09.19 00:43:30.669138 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:30.669232 [ 5 ] {2375ff1d-1167-4560-bdf7-8a3fc55f7835} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:30.669272 [ 5 ] {2375ff1d-1167-4560-bdf7-8a3fc55f7835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:30.669751 [ 5 ] {2375ff1d-1167-4560-bdf7-8a3fc55f7835} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:30.669787 [ 5 ] {2375ff1d-1167-4560-bdf7-8a3fc55f7835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:30.670100 [ 5 ] {2375ff1d-1167-4560-bdf7-8a3fc55f7835} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.09.19 00:43:30.670321 [ 5 ] {2375ff1d-1167-4560-bdf7-8a3fc55f7835} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:30.670453 [ 5 ] {2375ff1d-1167-4560-bdf7-8a3fc55f7835} executeQuery: Read 205 rows, 12.32 KiB in 0.001238 sec., 165589.6607431341 rows/sec., 9.71 MiB/sec. 2025.09.19 00:43:30.670491 [ 5 ] {2375ff1d-1167-4560-bdf7-8a3fc55f7835} TCPHandler: Processed in 0.001400838 sec. 2025.09.19 00:43:30.670602 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:30.670696 [ 5 ] {5061224c-3a12-4dbe-9c7a-ba4cf5d0b52a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:43:30.670735 [ 5 ] {5061224c-3a12-4dbe-9c7a-ba4cf5d0b52a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:43:30.671209 [ 5 ] {5061224c-3a12-4dbe-9c7a-ba4cf5d0b52a} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:30.671245 [ 5 ] {5061224c-3a12-4dbe-9c7a-ba4cf5d0b52a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:30.671555 [ 5 ] {5061224c-3a12-4dbe-9c7a-ba4cf5d0b52a} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.19 00:43:30.671763 [ 5 ] {5061224c-3a12-4dbe-9c7a-ba4cf5d0b52a} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:30.671897 [ 5 ] {5061224c-3a12-4dbe-9c7a-ba4cf5d0b52a} executeQuery: Read 212 rows, 14.00 KiB in 0.001218 sec., 174055.82922824303 rows/sec., 11.22 MiB/sec. 2025.09.19 00:43:30.671935 [ 5 ] {5061224c-3a12-4dbe-9c7a-ba4cf5d0b52a} TCPHandler: Processed in 0.001380758 sec. 2025.09.19 00:43:30.672036 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:30.672128 [ 5 ] {49b09b6f-3b02-4534-8723-efbecc0c2d96} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:43:30.672178 [ 5 ] {49b09b6f-3b02-4534-8723-efbecc0c2d96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:43:30.672721 [ 5 ] {49b09b6f-3b02-4534-8723-efbecc0c2d96} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:30.672759 [ 5 ] {49b09b6f-3b02-4534-8723-efbecc0c2d96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:30.673098 [ 5 ] {49b09b6f-3b02-4534-8723-efbecc0c2d96} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:43:30.673310 [ 5 ] {49b09b6f-3b02-4534-8723-efbecc0c2d96} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:30.673443 [ 5 ] {49b09b6f-3b02-4534-8723-efbecc0c2d96} executeQuery: Read 211 rows, 12.27 KiB in 0.001332 sec., 158408.4084084084 rows/sec., 9.00 MiB/sec. 2025.09.19 00:43:30.673482 [ 5 ] {49b09b6f-3b02-4534-8723-efbecc0c2d96} TCPHandler: Processed in 0.00149323 sec. 2025.09.19 00:43:30.673604 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:30.673725 [ 5 ] {10fbac6e-d53e-4d96-95ea-b340dcccab0c} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:30.673774 [ 5 ] {10fbac6e-d53e-4d96-95ea-b340dcccab0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:30.674555 [ 5 ] {10fbac6e-d53e-4d96-95ea-b340dcccab0c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:30.674601 [ 5 ] {10fbac6e-d53e-4d96-95ea-b340dcccab0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:30.674962 [ 5 ] {10fbac6e-d53e-4d96-95ea-b340dcccab0c} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.09.19 00:43:30.675167 [ 5 ] {10fbac6e-d53e-4d96-95ea-b340dcccab0c} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:30.675297 [ 5 ] {10fbac6e-d53e-4d96-95ea-b340dcccab0c} executeQuery: Read 679 rows, 48.47 KiB in 0.001597 sec., 425172.1978710082 rows/sec., 29.64 MiB/sec. 2025.09.19 00:43:30.675335 [ 5 ] {10fbac6e-d53e-4d96-95ea-b340dcccab0c} TCPHandler: Processed in 0.001791634 sec. 2025.09.19 00:43:30.675363 [ 222 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:43:30.675416 [ 222 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:43:30.675439 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:30.675543 [ 5 ] {682f821f-d156-44e4-aa2e-c082fd2a5548} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:43:30.675586 [ 5 ] {682f821f-d156-44e4-aa2e-c082fd2a5548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:43:30.675920 [ 5 ] {682f821f-d156-44e4-aa2e-c082fd2a5548} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:30.675955 [ 5 ] {682f821f-d156-44e4-aa2e-c082fd2a5548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:30.676307 [ 5 ] {682f821f-d156-44e4-aa2e-c082fd2a5548} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.19 00:43:30.676524 [ 5 ] {682f821f-d156-44e4-aa2e-c082fd2a5548} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:30.676655 [ 5 ] {682f821f-d156-44e4-aa2e-c082fd2a5548} executeQuery: Read 6 rows, 321.00 B in 0.001131 sec., 5305.039787798408 rows/sec., 277.17 KiB/sec. 2025.09.19 00:43:30.676692 [ 5 ] {682f821f-d156-44e4-aa2e-c082fd2a5548} TCPHandler: Processed in 0.001303527 sec. 2025.09.19 00:43:30.676798 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:30.676900 [ 5 ] {9a23013a-403d-4985-9199-840cc78e4422} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:30.676945 [ 5 ] {9a23013a-403d-4985-9199-840cc78e4422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:30.677394 [ 5 ] {9a23013a-403d-4985-9199-840cc78e4422} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:30.677433 [ 5 ] {9a23013a-403d-4985-9199-840cc78e4422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:30.677848 [ 5 ] {9a23013a-403d-4985-9199-840cc78e4422} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.09.19 00:43:30.678103 [ 5 ] {9a23013a-403d-4985-9199-840cc78e4422} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:30.678244 [ 5 ] {9a23013a-403d-4985-9199-840cc78e4422} executeQuery: Read 314 rows, 21.12 KiB in 0.001364 sec., 230205.27859237537 rows/sec., 15.12 MiB/sec. 2025.09.19 00:43:30.678283 [ 5 ] {9a23013a-403d-4985-9199-840cc78e4422} TCPHandler: Processed in 0.00153439 sec. 2025.09.19 00:43:30.678293 [ 224 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:43:30.678339 [ 224 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:43:30.678386 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:30.678501 [ 5 ] {6ed66da1-6a53-4c14-877c-49691182af65} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:43:30.678560 [ 5 ] {6ed66da1-6a53-4c14-877c-49691182af65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:43:30.678894 [ 5 ] {6ed66da1-6a53-4c14-877c-49691182af65} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:30.678932 [ 5 ] {6ed66da1-6a53-4c14-877c-49691182af65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:30.679276 [ 222 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:43:30.679310 [ 5 ] {6ed66da1-6a53-4c14-877c-49691182af65} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.19 00:43:30.679563 [ 5 ] {6ed66da1-6a53-4c14-877c-49691182af65} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:30.679710 [ 5 ] {6ed66da1-6a53-4c14-877c-49691182af65} executeQuery: Read 1 rows, 69.00 B in 0.001227 sec., 814.9959250203749 rows/sec., 54.92 KiB/sec. 2025.09.19 00:43:30.679748 [ 5 ] {6ed66da1-6a53-4c14-877c-49691182af65} TCPHandler: Processed in 0.001409008 sec. 2025.09.19 00:43:30.679846 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:30.679941 [ 5 ] {dca94cef-e707-4b90-9a62-36856ecad485} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:30.679984 [ 5 ] {dca94cef-e707-4b90-9a62-36856ecad485} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:30.680328 [ 5 ] {dca94cef-e707-4b90-9a62-36856ecad485} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:30.680366 [ 5 ] {dca94cef-e707-4b90-9a62-36856ecad485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:30.680711 [ 5 ] {dca94cef-e707-4b90-9a62-36856ecad485} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.09.19 00:43:30.680930 [ 5 ] {dca94cef-e707-4b90-9a62-36856ecad485} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:30.681067 [ 5 ] {dca94cef-e707-4b90-9a62-36856ecad485} executeQuery: Read 104 rows, 6.53 KiB in 0.001144 sec., 90909.09090909091 rows/sec., 5.57 MiB/sec. 2025.09.19 00:43:30.681104 [ 5 ] {dca94cef-e707-4b90-9a62-36856ecad485} TCPHandler: Processed in 0.001304107 sec. 2025.09.19 00:43:30.681129 [ 223 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:43:30.681179 [ 223 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:43:30.681724 [ 224 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:43:30.684016 [ 223 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:43:31.000263 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 403.64 MiB, peak 421.62 MiB, free memory in arenas 0.00 B, will set to 402.43 MiB (RSS), difference: -1.21 MiB 2025.09.19 00:43:31.629225 [ 212 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:43:31.629324 [ 212 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:43:31.633184 [ 212 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:43:34.457147 [ 222 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:43:34.457240 [ 222 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:43:34.460279 [ 222 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): 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.09.19 00:43:34.710948 [ 88 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:43:34.711008 [ 88 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:43:34.934573 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 47941 2025.09.19 00:43:34.935364 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:34.935408 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:34.935887 [ 243 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.19 00:43:34.936107 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:34.936235 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47941 2025.09.19 00:43:34.936339 [ 220 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:43:34.936421 [ 220 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:43:34.939215 [ 220 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): 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.09.19 00:43:35.036319 [ 212 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:43:35.036351 [ 212 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:43:35.038674 [ 212 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): 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.09.19 00:43:35.093222 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2734 2025.09.19 00:43:35.095701 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:35.095741 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:35.096900 [ 242 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:43:35.097189 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:35.097453 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2734 2025.09.19 00:43:35.395982 [ 219 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:43:35.396036 [ 219 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:43:35.399903 [ 219 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): 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.09.19 00:43:35.657050 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:35.657323 [ 5 ] {78f948ed-0e54-4270-a364-ff5e407fc0d0} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:43:35.657424 [ 5 ] {78f948ed-0e54-4270-a364-ff5e407fc0d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:43:35.658178 [ 5 ] {78f948ed-0e54-4270-a364-ff5e407fc0d0} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:35.658217 [ 5 ] {78f948ed-0e54-4270-a364-ff5e407fc0d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:35.658576 [ 5 ] {78f948ed-0e54-4270-a364-ff5e407fc0d0} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.19 00:43:35.658792 [ 5 ] {78f948ed-0e54-4270-a364-ff5e407fc0d0} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:35.658954 [ 5 ] {78f948ed-0e54-4270-a364-ff5e407fc0d0} executeQuery: Read 3 rows, 228.00 B in 0.001706 sec., 1758.4994138335287 rows/sec., 130.51 KiB/sec. 2025.09.19 00:43:35.658995 [ 5 ] {78f948ed-0e54-4270-a364-ff5e407fc0d0} TCPHandler: Processed in 0.002114187 sec. 2025.09.19 00:43:35.659127 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:35.659250 [ 5 ] {ade99701-6171-4e56-8b67-95a441dac723} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:35.659299 [ 5 ] {ade99701-6171-4e56-8b67-95a441dac723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:35.659869 [ 5 ] {ade99701-6171-4e56-8b67-95a441dac723} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:35.659906 [ 5 ] {ade99701-6171-4e56-8b67-95a441dac723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:35.660241 [ 5 ] {ade99701-6171-4e56-8b67-95a441dac723} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.09.19 00:43:35.660477 [ 5 ] {ade99701-6171-4e56-8b67-95a441dac723} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:35.660612 [ 5 ] {ade99701-6171-4e56-8b67-95a441dac723} executeQuery: Read 184 rows, 16.42 KiB in 0.001388 sec., 132564.84149855908 rows/sec., 11.55 MiB/sec. 2025.09.19 00:43:35.660653 [ 5 ] {ade99701-6171-4e56-8b67-95a441dac723} TCPHandler: Processed in 0.001595381 sec. 2025.09.19 00:43:35.660775 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:35.660898 [ 5 ] {e04e368e-afe7-4a8a-9fc1-b566bc83cc20} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:35.660950 [ 5 ] {e04e368e-afe7-4a8a-9fc1-b566bc83cc20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:35.661456 [ 5 ] {e04e368e-afe7-4a8a-9fc1-b566bc83cc20} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:35.661502 [ 5 ] {e04e368e-afe7-4a8a-9fc1-b566bc83cc20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:35.661881 [ 5 ] {e04e368e-afe7-4a8a-9fc1-b566bc83cc20} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.09.19 00:43:35.662091 [ 5 ] {e04e368e-afe7-4a8a-9fc1-b566bc83cc20} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:35.662209 [ 86 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.09.19 00:43:35.662226 [ 5 ] {e04e368e-afe7-4a8a-9fc1-b566bc83cc20} executeQuery: Read 64 rows, 4.77 KiB in 0.001353 sec., 47302.29120473023 rows/sec., 3.45 MiB/sec. 2025.09.19 00:43:35.662263 [ 86 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:35.662280 [ 5 ] {e04e368e-afe7-4a8a-9fc1-b566bc83cc20} TCPHandler: Processed in 0.001568071 sec. 2025.09.19 00:43:35.662289 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:35.662408 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:43:35.662419 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:35.662532 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:35.662539 [ 5 ] {1a61185e-265c-40be-9fec-5c59824ae1b1} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:35.662577 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 276 rows starting from the beginning of the part 2025.09.19 00:43:35.662596 [ 5 ] {1a61185e-265c-40be-9fec-5c59824ae1b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:35.662653 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:43:35.662709 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 205 rows starting from the beginning of the part 2025.09.19 00:43:35.662758 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 79 rows starting from the beginning of the part 2025.09.19 00:43:35.662887 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 205 rows starting from the beginning of the part 2025.09.19 00:43:35.662931 [ 194 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part 2025.09.19 00:43:35.663101 [ 5 ] {1a61185e-265c-40be-9fec-5c59824ae1b1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:35.663146 [ 5 ] {1a61185e-265c-40be-9fec-5c59824ae1b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:35.663474 [ 5 ] {1a61185e-265c-40be-9fec-5c59824ae1b1} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.09.19 00:43:35.663700 [ 5 ] {1a61185e-265c-40be-9fec-5c59824ae1b1} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:35.663836 [ 5 ] {1a61185e-265c-40be-9fec-5c59824ae1b1} executeQuery: Read 155 rows, 12.20 KiB in 0.001316 sec., 117781.15501519758 rows/sec., 9.05 MiB/sec. 2025.09.19 00:43:35.663845 [ 187 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 889 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148399 sec., 599060.6405703543 rows/sec., 39.96 MiB/sec. 2025.09.19 00:43:35.663878 [ 5 ] {1a61185e-265c-40be-9fec-5c59824ae1b1} TCPHandler: Processed in 0.001517229 sec. 2025.09.19 00:43:35.664050 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:35.664102 [ 191 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.09.19 00:43:35.664148 [ 5 ] {9a62cbcc-1f48-4bf9-a80b-1412f44f77c6} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:35.664196 [ 5 ] {9a62cbcc-1f48-4bf9-a80b-1412f44f77c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:35.664450 [ 191 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_146_29} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:35.664539 [ 191 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_146_29} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.09.19 00:43:35.664630 [ 5 ] {9a62cbcc-1f48-4bf9-a80b-1412f44f77c6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:35.664652 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.19 00:43:35.664673 [ 5 ] {9a62cbcc-1f48-4bf9-a80b-1412f44f77c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:35.665019 [ 5 ] {9a62cbcc-1f48-4bf9-a80b-1412f44f77c6} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.09.19 00:43:35.665241 [ 5 ] {9a62cbcc-1f48-4bf9-a80b-1412f44f77c6} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:35.665376 [ 5 ] {9a62cbcc-1f48-4bf9-a80b-1412f44f77c6} executeQuery: Read 163 rows, 11.60 KiB in 0.001247 sec., 130713.71291098636 rows/sec., 9.08 MiB/sec. 2025.09.19 00:43:35.665415 [ 5 ] {9a62cbcc-1f48-4bf9-a80b-1412f44f77c6} TCPHandler: Processed in 0.001415178 sec. 2025.09.19 00:43:35.665531 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:35.665626 [ 5 ] {6ab66c91-c557-4c35-9e1c-73873c7d12e7} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:35.665682 [ 5 ] {6ab66c91-c557-4c35-9e1c-73873c7d12e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:43:35.666597 [ 5 ] {6ab66c91-c557-4c35-9e1c-73873c7d12e7} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:35.666635 [ 5 ] {6ab66c91-c557-4c35-9e1c-73873c7d12e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:35.667222 [ 5 ] {6ab66c91-c557-4c35-9e1c-73873c7d12e7} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:43:35.667444 [ 5 ] {6ab66c91-c557-4c35-9e1c-73873c7d12e7} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:35.667597 [ 5 ] {6ab66c91-c557-4c35-9e1c-73873c7d12e7} executeQuery: Read 61 rows, 111.93 KiB in 0.001988 sec., 30684.104627766596 rows/sec., 54.98 MiB/sec. 2025.09.19 00:43:35.667667 [ 5 ] {6ab66c91-c557-4c35-9e1c-73873c7d12e7} TCPHandler: Processed in 0.002185769 sec. 2025.09.19 00:43:35.667791 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:35.667887 [ 5 ] {d3327c19-6882-4c86-98cc-4cedb9c86855} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.19 00:43:35.667929 [ 5 ] {d3327c19-6882-4c86-98cc-4cedb9c86855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.19 00:43:35.668255 [ 5 ] {d3327c19-6882-4c86-98cc-4cedb9c86855} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:35.668292 [ 5 ] {d3327c19-6882-4c86-98cc-4cedb9c86855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:35.668591 [ 5 ] {d3327c19-6882-4c86-98cc-4cedb9c86855} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.19 00:43:35.668794 [ 5 ] {d3327c19-6882-4c86-98cc-4cedb9c86855} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:35.668940 [ 5 ] {d3327c19-6882-4c86-98cc-4cedb9c86855} executeQuery: Read 9 rows, 651.00 B in 0.001072 sec., 8395.5223880597 rows/sec., 593.04 KiB/sec. 2025.09.19 00:43:35.668979 [ 5 ] {d3327c19-6882-4c86-98cc-4cedb9c86855} TCPHandler: Processed in 0.001238906 sec. 2025.09.19 00:43:35.669086 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:35.669182 [ 5 ] {ed1e2e6b-200a-42c6-86be-0dbed38f8a55} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:35.669224 [ 5 ] {ed1e2e6b-200a-42c6-86be-0dbed38f8a55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:35.669550 [ 5 ] {ed1e2e6b-200a-42c6-86be-0dbed38f8a55} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:35.669587 [ 5 ] {ed1e2e6b-200a-42c6-86be-0dbed38f8a55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:35.669888 [ 5 ] {ed1e2e6b-200a-42c6-86be-0dbed38f8a55} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.09.19 00:43:35.670105 [ 5 ] {ed1e2e6b-200a-42c6-86be-0dbed38f8a55} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:35.670249 [ 5 ] {ed1e2e6b-200a-42c6-86be-0dbed38f8a55} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.09.19 00:43:35.670286 [ 5 ] {ed1e2e6b-200a-42c6-86be-0dbed38f8a55} TCPHandler: Processed in 0.001253806 sec. 2025.09.19 00:43:36.000269 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 399.04 MiB, peak 421.62 MiB, free memory in arenas 0.00 B, will set to 402.45 MiB (RSS), difference: 3.41 MiB 2025.09.19 00:43:36.320294 [ 217 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): 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.09.19 00:43:36.320385 [ 217 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): 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.09.19 00:43:36.322736 [ 217 ] {} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): 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.09.19 00:43:37.527347 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2025.09.19 00:43:37.545187 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:37.545237 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:37.551648 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.19 00:43:37.552357 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:37.555476 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2025.09.19 00:43:40.111599 [ 223 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:43:40.111654 [ 223 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:43:40.114246 [ 223 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:43:40.382244 [ 223 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:43:40.382294 [ 223 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:43:40.384541 [ 223 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:43:40.664888 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:40.665104 [ 5 ] {776b5246-1f24-4d30-94e9-adb8fb212416} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:43:40.665212 [ 5 ] {776b5246-1f24-4d30-94e9-adb8fb212416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:43:40.666267 [ 5 ] {776b5246-1f24-4d30-94e9-adb8fb212416} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.666314 [ 5 ] {776b5246-1f24-4d30-94e9-adb8fb212416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.666709 [ 5 ] {776b5246-1f24-4d30-94e9-adb8fb212416} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:43:40.666929 [ 5 ] {776b5246-1f24-4d30-94e9-adb8fb212416} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.667078 [ 79 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 2025.09.19 00:43:40.667084 [ 5 ] {776b5246-1f24-4d30-94e9-adb8fb212416} executeQuery: Read 410 rows, 26.63 KiB in 0.002057 sec., 199319.39718035975 rows/sec., 12.64 MiB/sec. 2025.09.19 00:43:40.667146 [ 79 ] {} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.667169 [ 5 ] {776b5246-1f24-4d30-94e9-adb8fb212416} TCPHandler: Processed in 0.002407611 sec. 2025.09.19 00:43:40.667173 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.667284 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_73_18} MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full 2025.09.19 00:43:40.667299 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:40.667401 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_73_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:40.667406 [ 5 ] {125228b5-1e67-4511-b566-06cfcd84a926} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:43:40.667448 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 410 rows starting from the beginning of the part 2025.09.19 00:43:40.667464 [ 5 ] {125228b5-1e67-4511-b566-06cfcd84a926} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:43:40.667519 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 410 rows starting from the beginning of the part 2025.09.19 00:43:40.667569 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 410 rows starting from the beginning of the part 2025.09.19 00:43:40.667611 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 410 rows starting from the beginning of the part 2025.09.19 00:43:40.667654 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 410 rows starting from the beginning of the part 2025.09.19 00:43:40.667870 [ 5 ] {125228b5-1e67-4511-b566-06cfcd84a926} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.667915 [ 5 ] {125228b5-1e67-4511-b566-06cfcd84a926} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.668218 [ 5 ] {125228b5-1e67-4511-b566-06cfcd84a926} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.19 00:43:40.668445 [ 5 ] {125228b5-1e67-4511-b566-06cfcd84a926} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.668576 [ 5 ] {125228b5-1e67-4511-b566-06cfcd84a926} executeQuery: Read 2 rows, 167.00 B in 0.00119 sec., 1680.672268907563 rows/sec., 137.05 KiB/sec. 2025.09.19 00:43:40.668616 [ 5 ] {125228b5-1e67-4511-b566-06cfcd84a926} TCPHandler: Processed in 0.001367978 sec. 2025.09.19 00:43:40.668722 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:40.668744 [ 193 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_73_18} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001505509 sec., 1361665.7223570235 rows/sec., 91.57 MiB/sec. 2025.09.19 00:43:40.668822 [ 5 ] {da039743-0b59-499c-9271-71dfaadab412} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:40.668865 [ 5 ] {da039743-0b59-499c-9271-71dfaadab412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:40.668887 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_73_18} MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) 2025.09.19 00:43:40.669134 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_73_18} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.669205 [ 187 ] {2d6094de-19d5-49bd-95c1-f1f2c264841c::all_1_73_18} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 2025.09.19 00:43:40.669275 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.09.19 00:43:40.669736 [ 5 ] {da039743-0b59-499c-9271-71dfaadab412} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.669779 [ 5 ] {da039743-0b59-499c-9271-71dfaadab412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.670171 [ 5 ] {da039743-0b59-499c-9271-71dfaadab412} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.09.19 00:43:40.670387 [ 5 ] {da039743-0b59-499c-9271-71dfaadab412} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.670521 [ 5 ] {da039743-0b59-499c-9271-71dfaadab412} executeQuery: Read 1113 rows, 89.87 KiB in 0.001718 sec., 647846.3329452852 rows/sec., 51.09 MiB/sec. 2025.09.19 00:43:40.670561 [ 5 ] {da039743-0b59-499c-9271-71dfaadab412} TCPHandler: Processed in 0.001888714 sec. 2025.09.19 00:43:40.670672 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:40.670765 [ 5 ] {03aa43dd-02ec-4544-801d-223c7f4c7365} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:40.670806 [ 5 ] {03aa43dd-02ec-4544-801d-223c7f4c7365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:40.671279 [ 5 ] {03aa43dd-02ec-4544-801d-223c7f4c7365} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.671316 [ 5 ] {03aa43dd-02ec-4544-801d-223c7f4c7365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.671624 [ 5 ] {03aa43dd-02ec-4544-801d-223c7f4c7365} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.09.19 00:43:40.671832 [ 5 ] {03aa43dd-02ec-4544-801d-223c7f4c7365} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.671964 [ 5 ] {03aa43dd-02ec-4544-801d-223c7f4c7365} executeQuery: Read 207 rows, 12.46 KiB in 0.001218 sec., 169950.73891625617 rows/sec., 9.99 MiB/sec. 2025.09.19 00:43:40.672003 [ 5 ] {03aa43dd-02ec-4544-801d-223c7f4c7365} TCPHandler: Processed in 0.001380308 sec. 2025.09.19 00:43:40.672108 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:40.672201 [ 5 ] {2b42df4e-ffba-440e-a4a7-c38c39db6b16} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:43:40.672240 [ 5 ] {2b42df4e-ffba-440e-a4a7-c38c39db6b16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:43:40.672707 [ 5 ] {2b42df4e-ffba-440e-a4a7-c38c39db6b16} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.672743 [ 5 ] {2b42df4e-ffba-440e-a4a7-c38c39db6b16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.673044 [ 5 ] {2b42df4e-ffba-440e-a4a7-c38c39db6b16} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.19 00:43:40.673255 [ 5 ] {2b42df4e-ffba-440e-a4a7-c38c39db6b16} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.673388 [ 5 ] {2b42df4e-ffba-440e-a4a7-c38c39db6b16} executeQuery: Read 212 rows, 14.00 KiB in 0.001205 sec., 175933.60995850625 rows/sec., 11.35 MiB/sec. 2025.09.19 00:43:40.673427 [ 5 ] {2b42df4e-ffba-440e-a4a7-c38c39db6b16} TCPHandler: Processed in 0.001367148 sec. 2025.09.19 00:43:40.673550 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:40.673672 [ 5 ] {49bbb2f8-5a83-4661-9971-337f2db1fb19} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:43:40.673723 [ 5 ] {49bbb2f8-5a83-4661-9971-337f2db1fb19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:43:40.674243 [ 5 ] {49bbb2f8-5a83-4661-9971-337f2db1fb19} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.674282 [ 5 ] {49bbb2f8-5a83-4661-9971-337f2db1fb19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.674605 [ 5 ] {49bbb2f8-5a83-4661-9971-337f2db1fb19} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:43:40.674811 [ 5 ] {49bbb2f8-5a83-4661-9971-337f2db1fb19} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.674917 [ 79 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 2025.09.19 00:43:40.674943 [ 5 ] {49bbb2f8-5a83-4661-9971-337f2db1fb19} executeQuery: Read 211 rows, 12.27 KiB in 0.001297 sec., 162683.11488049346 rows/sec., 9.24 MiB/sec. 2025.09.19 00:43:40.674952 [ 79 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.674986 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.674989 [ 5 ] {49bbb2f8-5a83-4661-9971-337f2db1fb19} TCPHandler: Processed in 0.001501039 sec. 2025.09.19 00:43:40.675065 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_73_18} MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full 2025.09.19 00:43:40.675089 [ 221 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:43:40.675108 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:40.675127 [ 221 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:43:40.675167 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_73_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:40.675200 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 211 rows starting from the beginning of the part 2025.09.19 00:43:40.675208 [ 5 ] {c72bb514-b901-4acd-aeb2-cee795ea1c0d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:40.675253 [ 5 ] {c72bb514-b901-4acd-aeb2-cee795ea1c0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:40.675259 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 211 rows starting from the beginning of the part 2025.09.19 00:43:40.675316 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 211 rows starting from the beginning of the part 2025.09.19 00:43:40.675359 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 211 rows starting from the beginning of the part 2025.09.19 00:43:40.675402 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 211 rows starting from the beginning of the part 2025.09.19 00:43:40.675912 [ 5 ] {c72bb514-b901-4acd-aeb2-cee795ea1c0d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.675954 [ 5 ] {c72bb514-b901-4acd-aeb2-cee795ea1c0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.676289 [ 191 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_73_18} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001256156 sec., 839863.8385678212 rows/sec., 50.90 MiB/sec. 2025.09.19 00:43:40.676296 [ 5 ] {c72bb514-b901-4acd-aeb2-cee795ea1c0d} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.09.19 00:43:40.676529 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_73_18} MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) 2025.09.19 00:43:40.676561 [ 5 ] {c72bb514-b901-4acd-aeb2-cee795ea1c0d} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.676700 [ 5 ] {c72bb514-b901-4acd-aeb2-cee795ea1c0d} executeQuery: Read 681 rows, 48.63 KiB in 0.001511 sec., 450694.90403706155 rows/sec., 31.43 MiB/sec. 2025.09.19 00:43:40.676741 [ 5 ] {c72bb514-b901-4acd-aeb2-cee795ea1c0d} TCPHandler: Processed in 0.001683282 sec. 2025.09.19 00:43:40.676855 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:40.676930 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_73_18} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.676951 [ 5 ] {5b86218b-09ed-47b1-a2f1-00fd79e8390d} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:43:40.676999 [ 5 ] {5b86218b-09ed-47b1-a2f1-00fd79e8390d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:43:40.677071 [ 186 ] {f8db6fba-2672-496b-8c06-1e2b866181bb::all_1_73_18} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 2025.09.19 00:43:40.677173 [ 221 ] {} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.09.19 00:43:40.677231 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.19 00:43:40.677346 [ 5 ] {5b86218b-09ed-47b1-a2f1-00fd79e8390d} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.677386 [ 5 ] {5b86218b-09ed-47b1-a2f1-00fd79e8390d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.677694 [ 5 ] {5b86218b-09ed-47b1-a2f1-00fd79e8390d} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.19 00:43:40.677903 [ 5 ] {5b86218b-09ed-47b1-a2f1-00fd79e8390d} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.678033 [ 5 ] {5b86218b-09ed-47b1-a2f1-00fd79e8390d} executeQuery: Read 6 rows, 321.00 B in 0.001101 sec., 5449.591280653951 rows/sec., 284.72 KiB/sec. 2025.09.19 00:43:40.678071 [ 5 ] {5b86218b-09ed-47b1-a2f1-00fd79e8390d} TCPHandler: Processed in 0.001265807 sec. 2025.09.19 00:43:40.678179 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:40.678273 [ 5 ] {8cca7606-fa12-42db-bfd9-231b3677b168} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:40.678317 [ 5 ] {8cca7606-fa12-42db-bfd9-231b3677b168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:40.678746 [ 5 ] {8cca7606-fa12-42db-bfd9-231b3677b168} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.678782 [ 5 ] {8cca7606-fa12-42db-bfd9-231b3677b168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.679144 [ 5 ] {8cca7606-fa12-42db-bfd9-231b3677b168} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.09.19 00:43:40.679359 [ 5 ] {8cca7606-fa12-42db-bfd9-231b3677b168} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.679493 [ 5 ] {8cca7606-fa12-42db-bfd9-231b3677b168} executeQuery: Read 315 rows, 21.19 KiB in 0.001239 sec., 254237.2881355932 rows/sec., 16.70 MiB/sec. 2025.09.19 00:43:40.679532 [ 5 ] {8cca7606-fa12-42db-bfd9-231b3677b168} TCPHandler: Processed in 0.001401428 sec. 2025.09.19 00:43:40.679634 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:40.679726 [ 5 ] {289004b5-1f06-42da-94e4-a80443e4933b} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:43:40.679768 [ 5 ] {289004b5-1f06-42da-94e4-a80443e4933b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:43:40.680092 [ 5 ] {289004b5-1f06-42da-94e4-a80443e4933b} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.680129 [ 5 ] {289004b5-1f06-42da-94e4-a80443e4933b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.680411 [ 5 ] {289004b5-1f06-42da-94e4-a80443e4933b} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.19 00:43:40.680608 [ 5 ] {289004b5-1f06-42da-94e4-a80443e4933b} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.680734 [ 5 ] {289004b5-1f06-42da-94e4-a80443e4933b} executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. 2025.09.19 00:43:40.680769 [ 5 ] {289004b5-1f06-42da-94e4-a80443e4933b} TCPHandler: Processed in 0.001185295 sec. 2025.09.19 00:43:40.680878 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:40.680970 [ 5 ] {1f78a6a0-a707-42d0-8468-e8dc5d021a71} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:40.681010 [ 5 ] {1f78a6a0-a707-42d0-8468-e8dc5d021a71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:40.681332 [ 5 ] {1f78a6a0-a707-42d0-8468-e8dc5d021a71} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:40.681367 [ 5 ] {1f78a6a0-a707-42d0-8468-e8dc5d021a71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:40.681671 [ 5 ] {1f78a6a0-a707-42d0-8468-e8dc5d021a71} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.09.19 00:43:40.681872 [ 5 ] {1f78a6a0-a707-42d0-8468-e8dc5d021a71} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:40.681996 [ 5 ] {1f78a6a0-a707-42d0-8468-e8dc5d021a71} executeQuery: Read 104 rows, 6.53 KiB in 0.001043 sec., 99712.368168744 rows/sec., 6.11 MiB/sec. 2025.09.19 00:43:40.682031 [ 5 ] {1f78a6a0-a707-42d0-8468-e8dc5d021a71} TCPHandler: Processed in 0.001201966 sec. 2025.09.19 00:43:42.436423 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 48453 2025.09.19 00:43:42.437212 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:42.437266 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:42.437781 [ 243 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.19 00:43:42.438028 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:42.438183 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48453 2025.09.19 00:43:42.438187 [ 76 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.19 00:43:42.438263 [ 76 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:42.438287 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:42.438461 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:42.438675 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:42.438740 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 46021 rows starting from the beginning of the part 2025.09.19 00:43:42.438845 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:42.438922 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:42.438992 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:42.439056 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:42.439115 [ 193 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::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.09.19 00:43:42.442261 [ 191 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 48453 rows, containing 4 columns (4 merged, 0 gathered) in 0.003892371 sec., 12448196.741780268 rows/sec., 178.07 MiB/sec. 2025.09.19 00:43:42.442748 [ 192 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.19 00:43:42.443097 [ 192 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_101_20} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:42.443176 [ 192 ] {0c62cb11-80b2-4f4c-9e7c-9798797b735e::all_1_101_20} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.19 00:43:42.443302 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2025.09.19 00:43:45.055580 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 2025.09.19 00:43:45.074363 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:45.074417 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:45.080960 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.19 00:43:45.082115 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:45.082423 [ 73 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.19 00:43:45.082521 [ 73 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:45.082542 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:45.082642 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:45.085442 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 761 2025.09.19 00:43:45.085936 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:45.086728 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:45.090318 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:45.093815 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:45.097664 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2772 2025.09.19 00:43:45.097856 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:45.100002 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:45.100040 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:45.101306 [ 242 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:43:45.101798 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:45.102057 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2772 2025.09.19 00:43:45.102207 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:45.106902 [ 192 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::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.09.19 00:43:45.167418 [ 191 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.084816989 sec., 8972.259083613544 rows/sec., 46.39 MiB/sec. 2025.09.19 00:43:45.170784 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.19 00:43:45.173283 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_101_20} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:45.173390 [ 201 ] {e79036e7-2c51-45d0-a6d4-7f235fc21f0e::all_1_101_20} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.19 00:43:45.176526 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.09.19 00:43:45.655753 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:45.655923 [ 5 ] {f35ccfc8-531a-4ba5-934e-3248c5042b79} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:45.655986 [ 5 ] {f35ccfc8-531a-4ba5-934e-3248c5042b79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:45.656703 [ 5 ] {f35ccfc8-531a-4ba5-934e-3248c5042b79} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:45.656742 [ 5 ] {f35ccfc8-531a-4ba5-934e-3248c5042b79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:45.657140 [ 5 ] {f35ccfc8-531a-4ba5-934e-3248c5042b79} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.09.19 00:43:45.657359 [ 5 ] {f35ccfc8-531a-4ba5-934e-3248c5042b79} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:45.657507 [ 5 ] {f35ccfc8-531a-4ba5-934e-3248c5042b79} executeQuery: Read 178 rows, 16.01 KiB in 0.001631 sec., 109135.4996934396 rows/sec., 9.59 MiB/sec. 2025.09.19 00:43:45.657550 [ 5 ] {f35ccfc8-531a-4ba5-934e-3248c5042b79} TCPHandler: Processed in 0.001926925 sec. 2025.09.19 00:43:45.657664 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:45.657757 [ 5 ] {e1a568dc-c39f-4de2-9087-7558f2c90b4f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:45.657797 [ 5 ] {e1a568dc-c39f-4de2-9087-7558f2c90b4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:45.658222 [ 5 ] {e1a568dc-c39f-4de2-9087-7558f2c90b4f} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:45.658258 [ 5 ] {e1a568dc-c39f-4de2-9087-7558f2c90b4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:45.658551 [ 5 ] {e1a568dc-c39f-4de2-9087-7558f2c90b4f} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.09.19 00:43:45.658749 [ 5 ] {e1a568dc-c39f-4de2-9087-7558f2c90b4f} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:45.658875 [ 5 ] {e1a568dc-c39f-4de2-9087-7558f2c90b4f} executeQuery: Read 61 rows, 4.59 KiB in 0.001137 sec., 53649.95602462621 rows/sec., 3.94 MiB/sec. 2025.09.19 00:43:45.658913 [ 5 ] {e1a568dc-c39f-4de2-9087-7558f2c90b4f} TCPHandler: Processed in 0.001297067 sec. 2025.09.19 00:43:45.659032 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:45.659125 [ 5 ] {ad7d2d9d-63f3-42d1-b7c6-8399880e1eb3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:45.659164 [ 5 ] {ad7d2d9d-63f3-42d1-b7c6-8399880e1eb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:45.659598 [ 5 ] {ad7d2d9d-63f3-42d1-b7c6-8399880e1eb3} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:45.659634 [ 5 ] {ad7d2d9d-63f3-42d1-b7c6-8399880e1eb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:45.659937 [ 5 ] {ad7d2d9d-63f3-42d1-b7c6-8399880e1eb3} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.09.19 00:43:45.660158 [ 5 ] {ad7d2d9d-63f3-42d1-b7c6-8399880e1eb3} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:45.660284 [ 5 ] {ad7d2d9d-63f3-42d1-b7c6-8399880e1eb3} executeQuery: Read 125 rows, 10.00 KiB in 0.001176 sec., 106292.51700680272 rows/sec., 8.30 MiB/sec. 2025.09.19 00:43:45.660321 [ 5 ] {ad7d2d9d-63f3-42d1-b7c6-8399880e1eb3} TCPHandler: Processed in 0.001337717 sec. 2025.09.19 00:43:45.660433 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:45.660529 [ 5 ] {86d0a8e0-62e4-4c51-8e02-f6125088881e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:45.660573 [ 5 ] {86d0a8e0-62e4-4c51-8e02-f6125088881e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:45.660970 [ 5 ] {86d0a8e0-62e4-4c51-8e02-f6125088881e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:45.661005 [ 5 ] {86d0a8e0-62e4-4c51-8e02-f6125088881e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:45.661321 [ 5 ] {86d0a8e0-62e4-4c51-8e02-f6125088881e} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.09.19 00:43:45.661530 [ 5 ] {86d0a8e0-62e4-4c51-8e02-f6125088881e} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:45.661655 [ 5 ] {86d0a8e0-62e4-4c51-8e02-f6125088881e} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2025.09.19 00:43:45.661654 [ 72 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 5 parts from all_1_145_30 to all_149_149_0 2025.09.19 00:43:45.661693 [ 5 ] {86d0a8e0-62e4-4c51-8e02-f6125088881e} TCPHandler: Processed in 0.001306727 sec. 2025.09.19 00:43:45.661731 [ 72 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:45.661756 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:45.661828 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:45.661868 [ 198 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_149_31} MergeTask::PrepareStage: Merging 5 parts: from all_1_145_30 to all_149_149_0 into Compact with storage Full 2025.09.19 00:43:45.661924 [ 5 ] {a1142ea8-b5ff-49ec-8aa2-fdcf91a1a615} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:45.661983 [ 5 ] {a1142ea8-b5ff-49ec-8aa2-fdcf91a1a615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:43:45.662022 [ 198 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_149_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:45.662066 [ 198 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_149_31} MergeTreeSequentialSource: Reading 8 marks from part all_1_145_30, total 50822 rows starting from the beginning of the part 2025.09.19 00:43:45.662139 [ 198 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 855 rows starting from the beginning of the part 2025.09.19 00:43:45.662195 [ 198 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 314 rows starting from the beginning of the part 2025.09.19 00:43:45.662242 [ 198 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 163 rows starting from the beginning of the part 2025.09.19 00:43:45.662286 [ 198 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 315 rows starting from the beginning of the part 2025.09.19 00:43:45.662914 [ 5 ] {a1142ea8-b5ff-49ec-8aa2-fdcf91a1a615} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:45.662955 [ 5 ] {a1142ea8-b5ff-49ec-8aa2-fdcf91a1a615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:45.663570 [ 5 ] {a1142ea8-b5ff-49ec-8aa2-fdcf91a1a615} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:43:45.663821 [ 5 ] {a1142ea8-b5ff-49ec-8aa2-fdcf91a1a615} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:45.663975 [ 5 ] {a1142ea8-b5ff-49ec-8aa2-fdcf91a1a615} executeQuery: Read 61 rows, 111.93 KiB in 0.002068 sec., 29497.098646034818 rows/sec., 52.86 MiB/sec. 2025.09.19 00:43:45.664032 [ 5 ] {a1142ea8-b5ff-49ec-8aa2-fdcf91a1a615} TCPHandler: Processed in 0.00225079 sec. 2025.09.19 00:43:45.664152 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:45.664247 [ 5 ] {953a95b2-8637-4814-9115-3d3cb0b0e77a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:45.664289 [ 5 ] {953a95b2-8637-4814-9115-3d3cb0b0e77a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:45.664627 [ 5 ] {953a95b2-8637-4814-9115-3d3cb0b0e77a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:45.664667 [ 5 ] {953a95b2-8637-4814-9115-3d3cb0b0e77a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:45.664980 [ 5 ] {953a95b2-8637-4814-9115-3d3cb0b0e77a} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.09.19 00:43:45.665192 [ 5 ] {953a95b2-8637-4814-9115-3d3cb0b0e77a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:45.665329 [ 5 ] {953a95b2-8637-4814-9115-3d3cb0b0e77a} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2025.09.19 00:43:45.665366 [ 5 ] {953a95b2-8637-4814-9115-3d3cb0b0e77a} TCPHandler: Processed in 0.001264206 sec. 2025.09.19 00:43:45.672090 [ 191 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_149_31} MergeTask::MergeProjectionsStage: Merge sorted 52469 rows, containing 5 columns (5 merged, 0 gathered) in 0.010270454 sec., 5108732.2916786345 rows/sec., 342.03 MiB/sec. 2025.09.19 00:43:45.672538 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_149_31} MergedBlockOutputStream: filled checksums all_1_149_31 (state Temporary) 2025.09.19 00:43:45.672846 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_149_31} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_149_31 to all_1_149_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:45.672927 [ 196 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_149_31} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 5 parts: [all_1_145_30, all_149_149_0] -> all_1_149_31 2025.09.19 00:43:45.673021 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2025.09.19 00:43:46.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 403.99 MiB, peak 421.62 MiB, free memory in arenas 0.00 B, will set to 402.95 MiB (RSS), difference: -1.05 MiB 2025.09.19 00:43:46.262856 [ 72 ] {} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.19 00:43:46.262925 [ 72 ] {} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:46.262945 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:46.263055 [ 191 ] {c7b68fed-3234-4b22-acba-4f90489b1415::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.09.19 00:43:46.263190 [ 191 ] {c7b68fed-3234-4b22-acba-4f90489b1415::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:46.263226 [ 191 ] {c7b68fed-3234-4b22-acba-4f90489b1415::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2025.09.19 00:43:46.263290 [ 191 ] {c7b68fed-3234-4b22-acba-4f90489b1415::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part 2025.09.19 00:43:46.263336 [ 191 ] {c7b68fed-3234-4b22-acba-4f90489b1415::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2025.09.19 00:43:46.263379 [ 191 ] {c7b68fed-3234-4b22-acba-4f90489b1415::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.09.19 00:43:46.263419 [ 191 ] {c7b68fed-3234-4b22-acba-4f90489b1415::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part 2025.09.19 00:43:46.265719 [ 196 ] {c7b68fed-3234-4b22-acba-4f90489b1415::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002714326 sec., 18789.1948130033 rows/sec., 1.34 MiB/sec. 2025.09.19 00:43:46.265888 [ 195 ] {c7b68fed-3234-4b22-acba-4f90489b1415::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.19 00:43:46.266215 [ 195 ] {c7b68fed-3234-4b22-acba-4f90489b1415::all_1_5_1} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:46.266284 [ 195 ] {c7b68fed-3234-4b22-acba-4f90489b1415::all_1_5_1} oximeter.measurements_i64 (c7b68fed-3234-4b22-acba-4f90489b1415) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.19 00:43:46.266359 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.19 00:43:49.711086 [ 62 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:43:49.711167 [ 62 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:43:49.938387 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 48901 2025.09.19 00:43:49.939188 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:49.939252 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:49.939762 [ 243 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.19 00:43:49.939989 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:49.940118 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48901 2025.09.19 00:43:50.453093 [ 219 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:43:50.453179 [ 219 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:43:50.456609 [ 219 ] {} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): 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.09.19 00:43:50.665072 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:50.665339 [ 5 ] {e63d708b-fd8d-48eb-81b1-6b3094c3b953} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:43:50.665403 [ 5 ] {e63d708b-fd8d-48eb-81b1-6b3094c3b953} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:43:50.666172 [ 5 ] {e63d708b-fd8d-48eb-81b1-6b3094c3b953} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.666212 [ 5 ] {e63d708b-fd8d-48eb-81b1-6b3094c3b953} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.666607 [ 5 ] {e63d708b-fd8d-48eb-81b1-6b3094c3b953} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:43:50.666831 [ 5 ] {e63d708b-fd8d-48eb-81b1-6b3094c3b953} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.666978 [ 5 ] {e63d708b-fd8d-48eb-81b1-6b3094c3b953} executeQuery: Read 410 rows, 26.63 KiB in 0.00171 sec., 239766.08187134503 rows/sec., 15.21 MiB/sec. 2025.09.19 00:43:50.667020 [ 5 ] {e63d708b-fd8d-48eb-81b1-6b3094c3b953} TCPHandler: Processed in 0.002125927 sec. 2025.09.19 00:43:50.667135 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:50.667229 [ 5 ] {3dd1f028-b07c-48b0-bd32-016634b39622} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:50.667269 [ 5 ] {3dd1f028-b07c-48b0-bd32-016634b39622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:50.668011 [ 5 ] {3dd1f028-b07c-48b0-bd32-016634b39622} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.668048 [ 5 ] {3dd1f028-b07c-48b0-bd32-016634b39622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.668404 [ 5 ] {3dd1f028-b07c-48b0-bd32-016634b39622} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.09.19 00:43:50.668608 [ 5 ] {3dd1f028-b07c-48b0-bd32-016634b39622} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.668734 [ 5 ] {3dd1f028-b07c-48b0-bd32-016634b39622} executeQuery: Read 1112 rows, 89.80 KiB in 0.001523 sec., 730137.8857518056 rows/sec., 57.58 MiB/sec. 2025.09.19 00:43:50.668738 [ 64 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.09.19 00:43:50.668771 [ 5 ] {3dd1f028-b07c-48b0-bd32-016634b39622} TCPHandler: Processed in 0.001686212 sec. 2025.09.19 00:43:50.668813 [ 64 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.668843 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.668906 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:50.668954 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::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.09.19 00:43:50.669004 [ 5 ] {790e3065-ac1c-49a2-98be-8aab67ad0728} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:50.669048 [ 5 ] {790e3065-ac1c-49a2-98be-8aab67ad0728} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:50.669068 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:50.669106 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 2390 rows starting from the beginning of the part 2025.09.19 00:43:50.669174 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:43:50.669219 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 184 rows starting from the beginning of the part 2025.09.19 00:43:50.669268 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1113 rows starting from the beginning of the part 2025.09.19 00:43:50.669315 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 178 rows starting from the beginning of the part 2025.09.19 00:43:50.669357 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 1112 rows starting from the beginning of the part 2025.09.19 00:43:50.669508 [ 5 ] {790e3065-ac1c-49a2-98be-8aab67ad0728} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.669549 [ 5 ] {790e3065-ac1c-49a2-98be-8aab67ad0728} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.669871 [ 5 ] {790e3065-ac1c-49a2-98be-8aab67ad0728} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.09.19 00:43:50.670082 [ 5 ] {790e3065-ac1c-49a2-98be-8aab67ad0728} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.670213 [ 5 ] {790e3065-ac1c-49a2-98be-8aab67ad0728} executeQuery: Read 205 rows, 12.32 KiB in 0.001226 sec., 167210.44045676998 rows/sec., 9.81 MiB/sec. 2025.09.19 00:43:50.670249 [ 5 ] {790e3065-ac1c-49a2-98be-8aab67ad0728} TCPHandler: Processed in 0.001394149 sec. 2025.09.19 00:43:50.670363 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:50.670456 [ 5 ] {565dcbdb-c1a7-49bf-b370-6f566252f460} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:43:50.670497 [ 5 ] {565dcbdb-c1a7-49bf-b370-6f566252f460} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:43:50.670949 [ 5 ] {565dcbdb-c1a7-49bf-b370-6f566252f460} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.670985 [ 5 ] {565dcbdb-c1a7-49bf-b370-6f566252f460} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.671281 [ 5 ] {565dcbdb-c1a7-49bf-b370-6f566252f460} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.19 00:43:50.671489 [ 5 ] {565dcbdb-c1a7-49bf-b370-6f566252f460} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.671599 [ 188 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 6089 rows, containing 5 columns (5 merged, 0 gathered) in 0.002694205 sec., 2260035.891849358 rows/sec., 190.07 MiB/sec. 2025.09.19 00:43:50.671617 [ 64 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 2025.09.19 00:43:50.671623 [ 5 ] {565dcbdb-c1a7-49bf-b370-6f566252f460} executeQuery: Read 212 rows, 14.00 KiB in 0.001184 sec., 179054.05405405405 rows/sec., 11.55 MiB/sec. 2025.09.19 00:43:50.671666 [ 64 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.671686 [ 5 ] {565dcbdb-c1a7-49bf-b370-6f566252f460} TCPHandler: Processed in 0.001372829 sec. 2025.09.19 00:43:50.671696 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.671786 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full 2025.09.19 00:43:50.671797 [ 212 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Found 6 old parts to remove. Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.09.19 00:43:50.671807 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:50.671826 [ 212 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 parts from filesystem (serially): Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.09.19 00:43:50.671867 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.09.19 00:43:50.671894 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:50.671915 [ 5 ] {725ab9a2-1e23-4b79-994f-79832207cd0e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:43:50.671933 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_95_19, total 441 rows starting from the beginning of the part 2025.09.19 00:43:50.671962 [ 5 ] {725ab9a2-1e23-4b79-994f-79832207cd0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:43:50.672004 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 212 rows starting from the beginning of the part 2025.09.19 00:43:50.672057 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 229 rows starting from the beginning of the part 2025.09.19 00:43:50.672098 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 212 rows starting from the beginning of the part 2025.09.19 00:43:50.672138 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 212 rows starting from the beginning of the part 2025.09.19 00:43:50.672161 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_151_30} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.672180 [ 196 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 212 rows starting from the beginning of the part 2025.09.19 00:43:50.672261 [ 191 ] {9e4bd44a-880a-4962-a1be-a881e15039c8::all_1_151_30} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.09.19 00:43:50.672346 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2025.09.19 00:43:50.672423 [ 5 ] {725ab9a2-1e23-4b79-994f-79832207cd0e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.672467 [ 5 ] {725ab9a2-1e23-4b79-994f-79832207cd0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.672829 [ 5 ] {725ab9a2-1e23-4b79-994f-79832207cd0e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:43:50.673091 [ 5 ] {725ab9a2-1e23-4b79-994f-79832207cd0e} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.673154 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} MergeTask::MergeProjectionsStage: Merge sorted 1518 rows, containing 5 columns (5 merged, 0 gathered) in 0.001404489 sec., 1080820.1417027828 rows/sec., 74.87 MiB/sec. 2025.09.19 00:43:50.673232 [ 5 ] {725ab9a2-1e23-4b79-994f-79832207cd0e} executeQuery: Read 211 rows, 12.27 KiB in 0.001334 sec., 158170.91454272866 rows/sec., 8.98 MiB/sec. 2025.09.19 00:43:50.673276 [ 5 ] {725ab9a2-1e23-4b79-994f-79832207cd0e} TCPHandler: Processed in 0.001517999 sec. 2025.09.19 00:43:50.673343 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) 2025.09.19 00:43:50.673388 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:50.673488 [ 5 ] {bb39c3b1-26ca-4043-9798-a4782736588f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:50.673534 [ 5 ] {bb39c3b1-26ca-4043-9798-a4782736588f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:50.673643 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.673712 [ 188 ] {706940ea-815b-4cd1-81fc-7f551524c84a::all_1_100_20} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 2025.09.19 00:43:50.673788 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.19 00:43:50.673984 [ 212 ] {} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Removing 6 parts from memory: Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.09.19 00:43:50.674171 [ 5 ] {bb39c3b1-26ca-4043-9798-a4782736588f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.674213 [ 5 ] {bb39c3b1-26ca-4043-9798-a4782736588f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.674546 [ 5 ] {bb39c3b1-26ca-4043-9798-a4782736588f} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.09.19 00:43:50.674750 [ 5 ] {bb39c3b1-26ca-4043-9798-a4782736588f} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.674868 [ 64 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.09.19 00:43:50.674881 [ 5 ] {bb39c3b1-26ca-4043-9798-a4782736588f} executeQuery: Read 679 rows, 48.47 KiB in 0.001411 sec., 481218.993621545 rows/sec., 33.54 MiB/sec. 2025.09.19 00:43:50.674901 [ 64 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.674925 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.674929 [ 5 ] {bb39c3b1-26ca-4043-9798-a4782736588f} TCPHandler: Processed in 0.001590841 sec. 2025.09.19 00:43:50.674995 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::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.09.19 00:43:50.675061 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:50.675087 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:50.675115 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1257 rows starting from the beginning of the part 2025.09.19 00:43:50.675161 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 679 rows starting from the beginning of the part 2025.09.19 00:43:50.675161 [ 5 ] {44c2c44a-4474-485c-9594-911d70095177} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:43:50.675195 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 155 rows starting from the beginning of the part 2025.09.19 00:43:50.675216 [ 5 ] {44c2c44a-4474-485c-9594-911d70095177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:43:50.675233 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 681 rows starting from the beginning of the part 2025.09.19 00:43:50.675269 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 125 rows starting from the beginning of the part 2025.09.19 00:43:50.675303 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 679 rows starting from the beginning of the part 2025.09.19 00:43:50.675569 [ 5 ] {44c2c44a-4474-485c-9594-911d70095177} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.675610 [ 5 ] {44c2c44a-4474-485c-9594-911d70095177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.675919 [ 5 ] {44c2c44a-4474-485c-9594-911d70095177} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.19 00:43:50.676132 [ 5 ] {44c2c44a-4474-485c-9594-911d70095177} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.676259 [ 5 ] {44c2c44a-4474-485c-9594-911d70095177} executeQuery: Read 6 rows, 321.00 B in 0.001116 sec., 5376.344086021505 rows/sec., 280.89 KiB/sec. 2025.09.19 00:43:50.676295 [ 5 ] {44c2c44a-4474-485c-9594-911d70095177} TCPHandler: Processed in 0.001283347 sec. 2025.09.19 00:43:50.676415 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:50.676508 [ 5 ] {6c1c728c-7d25-461c-9135-77f72815fa73} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:50.676550 [ 5 ] {6c1c728c-7d25-461c-9135-77f72815fa73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:50.676612 [ 196 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 3576 rows, containing 5 columns (5 merged, 0 gathered) in 0.001650592 sec., 2166495.4149783836 rows/sec., 162.16 MiB/sec. 2025.09.19 00:43:50.676814 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.09.19 00:43:50.676975 [ 5 ] {6c1c728c-7d25-461c-9135-77f72815fa73} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.677018 [ 5 ] {6c1c728c-7d25-461c-9135-77f72815fa73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.677087 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_151_30} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.677167 [ 199 ] {822e9601-af4e-42c5-9051-fc90bb73d39d::all_1_151_30} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.09.19 00:43:50.677253 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.09.19 00:43:50.677370 [ 5 ] {6c1c728c-7d25-461c-9135-77f72815fa73} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.09.19 00:43:50.677582 [ 5 ] {6c1c728c-7d25-461c-9135-77f72815fa73} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.677708 [ 5 ] {6c1c728c-7d25-461c-9135-77f72815fa73} executeQuery: Read 314 rows, 21.12 KiB in 0.001217 sec., 258011.5036976171 rows/sec., 16.95 MiB/sec. 2025.09.19 00:43:50.677743 [ 5 ] {6c1c728c-7d25-461c-9135-77f72815fa73} TCPHandler: Processed in 0.001376368 sec. 2025.09.19 00:43:50.677852 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:50.677946 [ 5 ] {8a402d36-d316-4c49-ae84-413a0340c916} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:43:50.677986 [ 5 ] {8a402d36-d316-4c49-ae84-413a0340c916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:43:50.678298 [ 5 ] {8a402d36-d316-4c49-ae84-413a0340c916} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.678334 [ 5 ] {8a402d36-d316-4c49-ae84-413a0340c916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.678620 [ 5 ] {8a402d36-d316-4c49-ae84-413a0340c916} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.19 00:43:50.678817 [ 5 ] {8a402d36-d316-4c49-ae84-413a0340c916} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.678942 [ 5 ] {8a402d36-d316-4c49-ae84-413a0340c916} executeQuery: Read 1 rows, 69.00 B in 0.001014 sec., 986.1932938856016 rows/sec., 66.45 KiB/sec. 2025.09.19 00:43:50.678978 [ 5 ] {8a402d36-d316-4c49-ae84-413a0340c916} TCPHandler: Processed in 0.001173315 sec. 2025.09.19 00:43:50.679096 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:50.679188 [ 5 ] {a86db00a-3639-4f57-8122-35c6913e6b28} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:50.679228 [ 5 ] {a86db00a-3639-4f57-8122-35c6913e6b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:50.679550 [ 5 ] {a86db00a-3639-4f57-8122-35c6913e6b28} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.679586 [ 5 ] {a86db00a-3639-4f57-8122-35c6913e6b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.679886 [ 5 ] {a86db00a-3639-4f57-8122-35c6913e6b28} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.09.19 00:43:50.680091 [ 5 ] {a86db00a-3639-4f57-8122-35c6913e6b28} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.680197 [ 64 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.09.19 00:43:50.680216 [ 5 ] {a86db00a-3639-4f57-8122-35c6913e6b28} executeQuery: Read 104 rows, 6.53 KiB in 0.001045 sec., 99521.53110047847 rows/sec., 6.10 MiB/sec. 2025.09.19 00:43:50.680226 [ 64 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:50.680255 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:50.680259 [ 5 ] {a86db00a-3639-4f57-8122-35c6913e6b28} TCPHandler: Processed in 0.001212526 sec. 2025.09.19 00:43:50.680323 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:43:50.680423 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:50.680454 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_151_30} MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 11788 rows starting from the beginning of the part 2025.09.19 00:43:50.680507 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 104 rows starting from the beginning of the part 2025.09.19 00:43:50.680548 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:43:50.680585 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 104 rows starting from the beginning of the part 2025.09.19 00:43:50.680620 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::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.09.19 00:43:50.680659 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 104 rows starting from the beginning of the part 2025.09.19 00:43:50.683456 [ 197 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 12220 rows, containing 4 columns (4 merged, 0 gathered) in 0.003160592 sec., 3866364.276059675 rows/sec., 245.67 MiB/sec. 2025.09.19 00:43:50.683711 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.09.19 00:43:50.683961 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_151_30} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:50.684023 [ 196 ] {b738a803-748c-4d53-a5f6-a7270b4dec14::all_1_151_30} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.09.19 00:43:50.684085 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2025.09.19 00:43:52.585562 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 2025.09.19 00:43:52.604912 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:52.604977 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:52.611425 [ 244 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.19 00:43:52.612153 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:52.616051 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 768 2025.09.19 00:43:55.102327 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2804 2025.09.19 00:43:55.105225 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:55.105283 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:55.106651 [ 242 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.19 00:43:55.107596 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:55.107772 [ 55 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.19 00:43:55.107836 [ 55 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:55.107857 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:55.107951 [ 196 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::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.09.19 00:43:55.108011 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2804 2025.09.19 00:43:55.108419 [ 196 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:55.108555 [ 196 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2618 rows starting from the beginning of the part 2025.09.19 00:43:55.108904 [ 196 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 40 rows starting from the beginning of the part 2025.09.19 00:43:55.109243 [ 196 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 38 rows starting from the beginning of the part 2025.09.19 00:43:55.109575 [ 196 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 38 rows starting from the beginning of the part 2025.09.19 00:43:55.109897 [ 196 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 38 rows starting from the beginning of the part 2025.09.19 00:43:55.110224 [ 196 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 32 rows starting from the beginning of the part 2025.09.19 00:43:55.118569 [ 197 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2804 rows, containing 72 columns (72 merged, 0 gathered) in 0.01065407 sec., 263185.8059877587 rows/sec., 196.93 MiB/sec. 2025.09.19 00:43:55.121259 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.19 00:43:55.122194 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_76_15} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:55.122285 [ 189 ] {2b9adc55-56f1-49d0-95a7-432df3e07345::all_1_76_15} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.19 00:43:55.122660 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. 2025.09.19 00:43:55.682463 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:55.682714 [ 5 ] {3f47ab71-a1cf-407b-9752-2b7af6f85f43} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.19 00:43:55.682814 [ 5 ] {3f47ab71-a1cf-407b-9752-2b7af6f85f43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.19 00:43:55.683649 [ 5 ] {3f47ab71-a1cf-407b-9752-2b7af6f85f43} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:55.683692 [ 5 ] {3f47ab71-a1cf-407b-9752-2b7af6f85f43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:55.684235 [ 5 ] {3f47ab71-a1cf-407b-9752-2b7af6f85f43} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.19 00:43:55.684697 [ 5 ] {3f47ab71-a1cf-407b-9752-2b7af6f85f43} oximeter.fields_ipaddr (69ce110b-8b84-42f1-9d2d-3c54207a4ece): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:55.684843 [ 5 ] {3f47ab71-a1cf-407b-9752-2b7af6f85f43} executeQuery: Read 2 rows, 167.00 B in 0.002203 sec., 907.8529278256922 rows/sec., 74.03 KiB/sec. 2025.09.19 00:43:55.684886 [ 5 ] {3f47ab71-a1cf-407b-9752-2b7af6f85f43} TCPHandler: Processed in 0.002592694 sec. 2025.09.19 00:43:55.685005 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:55.685100 [ 5 ] {81b8f22d-d55e-44e9-9f74-bc11fba68c98} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:43:55.685139 [ 5 ] {81b8f22d-d55e-44e9-9f74-bc11fba68c98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:43:55.686034 [ 5 ] {81b8f22d-d55e-44e9-9f74-bc11fba68c98} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:55.686071 [ 5 ] {81b8f22d-d55e-44e9-9f74-bc11fba68c98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:55.686567 [ 5 ] {81b8f22d-d55e-44e9-9f74-bc11fba68c98} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.09.19 00:43:55.686998 [ 5 ] {81b8f22d-d55e-44e9-9f74-bc11fba68c98} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:55.687132 [ 5 ] {81b8f22d-d55e-44e9-9f74-bc11fba68c98} executeQuery: Read 1319 rows, 112.20 KiB in 0.00205 sec., 643414.6341463414 rows/sec., 53.45 MiB/sec. 2025.09.19 00:43:55.687170 [ 5 ] {81b8f22d-d55e-44e9-9f74-bc11fba68c98} TCPHandler: Processed in 0.002214618 sec. 2025.09.19 00:43:55.687295 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:55.687388 [ 5 ] {ad23ca90-8ba2-4f5e-94f7-706b664d31cc} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:43:55.687427 [ 5 ] {ad23ca90-8ba2-4f5e-94f7-706b664d31cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:43:55.687855 [ 5 ] {ad23ca90-8ba2-4f5e-94f7-706b664d31cc} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:55.687891 [ 5 ] {ad23ca90-8ba2-4f5e-94f7-706b664d31cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:55.688284 [ 5 ] {ad23ca90-8ba2-4f5e-94f7-706b664d31cc} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.09.19 00:43:55.688694 [ 5 ] {ad23ca90-8ba2-4f5e-94f7-706b664d31cc} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:55.688825 [ 5 ] {ad23ca90-8ba2-4f5e-94f7-706b664d31cc} executeQuery: Read 63 rows, 4.73 KiB in 0.001455 sec., 43298.96907216495 rows/sec., 3.17 MiB/sec. 2025.09.19 00:43:55.688864 [ 5 ] {ad23ca90-8ba2-4f5e-94f7-706b664d31cc} TCPHandler: Processed in 0.001618472 sec. 2025.09.19 00:43:55.688974 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:55.689066 [ 5 ] {f66d90fb-ecc5-41f9-a8c0-417ef119f4a2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:43:55.689105 [ 5 ] {f66d90fb-ecc5-41f9-a8c0-417ef119f4a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:43:55.689567 [ 5 ] {f66d90fb-ecc5-41f9-a8c0-417ef119f4a2} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:55.689604 [ 5 ] {f66d90fb-ecc5-41f9-a8c0-417ef119f4a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:55.690010 [ 5 ] {f66d90fb-ecc5-41f9-a8c0-417ef119f4a2} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.19 00:43:55.690451 [ 5 ] {f66d90fb-ecc5-41f9-a8c0-417ef119f4a2} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:55.690584 [ 5 ] {f66d90fb-ecc5-41f9-a8c0-417ef119f4a2} executeQuery: Read 228 rows, 15.81 KiB in 0.001535 sec., 148534.2019543974 rows/sec., 10.06 MiB/sec. 2025.09.19 00:43:55.690622 [ 5 ] {f66d90fb-ecc5-41f9-a8c0-417ef119f4a2} TCPHandler: Processed in 0.001698242 sec. 2025.09.19 00:43:55.690732 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:55.690825 [ 5 ] {9045e4b2-3305-4767-980a-8aae707dc4a5} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:43:55.690865 [ 5 ] {9045e4b2-3305-4767-980a-8aae707dc4a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:43:55.691439 [ 5 ] {9045e4b2-3305-4767-980a-8aae707dc4a5} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:55.691475 [ 5 ] {9045e4b2-3305-4767-980a-8aae707dc4a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:55.691906 [ 5 ] {9045e4b2-3305-4767-980a-8aae707dc4a5} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.09.19 00:43:55.692319 [ 5 ] {9045e4b2-3305-4767-980a-8aae707dc4a5} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:55.692462 [ 5 ] {9045e4b2-3305-4767-980a-8aae707dc4a5} executeQuery: Read 583 rows, 44.45 KiB in 0.001654 sec., 352478.83917775087 rows/sec., 26.25 MiB/sec. 2025.09.19 00:43:55.692500 [ 5 ] {9045e4b2-3305-4767-980a-8aae707dc4a5} TCPHandler: Processed in 0.001817133 sec. 2025.09.19 00:43:55.692499 [ 212 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:43:55.692549 [ 212 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:43:55.692631 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:55.692729 [ 5 ] {9dd75478-419d-4a13-99e4-8923e4372587} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:55.692772 [ 5 ] {9dd75478-419d-4a13-99e4-8923e4372587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:43:55.693317 [ 5 ] {9dd75478-419d-4a13-99e4-8923e4372587} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:55.693355 [ 5 ] {9dd75478-419d-4a13-99e4-8923e4372587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:55.693872 [ 5 ] {9dd75478-419d-4a13-99e4-8923e4372587} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.09.19 00:43:55.694361 [ 5 ] {9dd75478-419d-4a13-99e4-8923e4372587} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:55.694504 [ 5 ] {9dd75478-419d-4a13-99e4-8923e4372587} executeQuery: Read 845 rows, 58.24 KiB in 0.001793 sec., 471277.18906860007 rows/sec., 31.72 MiB/sec. 2025.09.19 00:43:55.694544 [ 5 ] {9dd75478-419d-4a13-99e4-8923e4372587} TCPHandler: Processed in 0.001961956 sec. 2025.09.19 00:43:55.694575 [ 223 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:43:55.694627 [ 223 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:43:55.694665 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:55.694765 [ 5 ] {951976a7-1236-4895-a0af-6c8de503ff0e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:43:55.694821 [ 5 ] {951976a7-1236-4895-a0af-6c8de503ff0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:43:55.695682 [ 5 ] {951976a7-1236-4895-a0af-6c8de503ff0e} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:55.695720 [ 5 ] {951976a7-1236-4895-a0af-6c8de503ff0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:55.696326 [ 212 ] {} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): 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.09.19 00:43:55.696486 [ 5 ] {951976a7-1236-4895-a0af-6c8de503ff0e} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.19 00:43:55.697020 [ 5 ] {951976a7-1236-4895-a0af-6c8de503ff0e} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:55.697129 [ 52 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.19 00:43:55.697164 [ 5 ] {951976a7-1236-4895-a0af-6c8de503ff0e} executeQuery: Read 61 rows, 111.93 KiB in 0.002417 sec., 25237.898220935043 rows/sec., 45.23 MiB/sec. 2025.09.19 00:43:55.697181 [ 52 ] {} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:55.697211 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:55.697225 [ 5 ] {951976a7-1236-4895-a0af-6c8de503ff0e} TCPHandler: Processed in 0.002610694 sec. 2025.09.19 00:43:55.697343 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:43:55.697349 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:43:55.697486 [ 5 ] {6c5bc984-a253-4f46-ae3e-669a1ea70215} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:43:55.697529 [ 5 ] {6c5bc984-a253-4f46-ae3e-669a1ea70215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:43:55.697638 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:43:55.697712 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2881 rows starting from the beginning of the part 2025.09.19 00:43:55.697869 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 57 rows starting from the beginning of the part 2025.09.19 00:43:55.697870 [ 5 ] {6c5bc984-a253-4f46-ae3e-669a1ea70215} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:55.697924 [ 5 ] {6c5bc984-a253-4f46-ae3e-669a1ea70215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:55.697998 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::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.09.19 00:43:55.698050 [ 223 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): 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.09.19 00:43:55.698122 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 61 rows starting from the beginning of the part 2025.09.19 00:43:55.698239 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 61 rows starting from the beginning of the part 2025.09.19 00:43:55.698354 [ 5 ] {6c5bc984-a253-4f46-ae3e-669a1ea70215} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.09.19 00:43:55.698357 [ 194 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 61 rows starting from the beginning of the part 2025.09.19 00:43:55.698796 [ 5 ] {6c5bc984-a253-4f46-ae3e-669a1ea70215} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:55.698945 [ 5 ] {6c5bc984-a253-4f46-ae3e-669a1ea70215} executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. 2025.09.19 00:43:55.698981 [ 5 ] {6c5bc984-a253-4f46-ae3e-669a1ea70215} TCPHandler: Processed in 0.001681402 sec. 2025.09.19 00:43:55.698989 [ 220 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:43:55.699024 [ 220 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:43:55.701653 [ 220 ] {} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): 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.09.19 00:43:55.709643 [ 187 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3181 rows, containing 19 columns (19 merged, 0 gathered) in 0.012358941 sec., 257384.5121519716 rows/sec., 461.22 MiB/sec. 2025.09.19 00:43:55.712347 [ 186 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.19 00:43:55.712965 [ 186 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_76_15} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:55.713047 [ 186 ] {f9b0a7d4-85ff-4451-8495-d895223fa8d4::all_1_76_15} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.19 00:43:55.713181 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 22.23 MiB. 2025.09.19 00:43:56.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 403.77 MiB, peak 425.97 MiB, free memory in arenas 0.00 B, will set to 407.17 MiB (RSS), difference: 3.39 MiB 2025.09.19 00:43:56.348332 [ 223 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:43:56.348405 [ 223 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:43:56.351582 [ 223 ] {} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): 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.09.19 00:43:57.440316 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 49413 2025.09.19 00:43:57.441228 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:43:57.441297 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:43:57.442017 [ 243 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.19 00:43:57.442497 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:43:57.442627 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49413 2025.09.19 00:43:59.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 411.17 MiB, peak 425.97 MiB, free memory in arenas 0.00 B, will set to 407.17 MiB (RSS), difference: -4.00 MiB 2025.09.19 00:44:00.116153 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 2025.09.19 00:44:00.135843 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.135909 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.143081 [ 244 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.19 00:44:00.144231 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.148072 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 776 2025.09.19 00:44:00.665161 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:00.665436 [ 5 ] {4fb3e7f7-2c70-47af-8002-7c615dbb112e} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.19 00:44:00.665542 [ 5 ] {4fb3e7f7-2c70-47af-8002-7c615dbb112e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.19 00:44:00.666470 [ 5 ] {4fb3e7f7-2c70-47af-8002-7c615dbb112e} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.666518 [ 5 ] {4fb3e7f7-2c70-47af-8002-7c615dbb112e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.667044 [ 5 ] {4fb3e7f7-2c70-47af-8002-7c615dbb112e} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:44:00.667468 [ 5 ] {4fb3e7f7-2c70-47af-8002-7c615dbb112e} oximeter.fields_i16 (2d6094de-19d5-49bd-95c1-f1f2c264841c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.667618 [ 5 ] {4fb3e7f7-2c70-47af-8002-7c615dbb112e} executeQuery: Read 410 rows, 26.63 KiB in 0.002257 sec., 181657.06690296854 rows/sec., 11.52 MiB/sec. 2025.09.19 00:44:00.667660 [ 5 ] {4fb3e7f7-2c70-47af-8002-7c615dbb112e} TCPHandler: Processed in 0.002679135 sec. 2025.09.19 00:44:00.667783 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:00.667877 [ 5 ] {7936c999-857b-4e75-a9a8-b7ee2e99cb69} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:44:00.667918 [ 5 ] {7936c999-857b-4e75-a9a8-b7ee2e99cb69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:44:00.668846 [ 5 ] {7936c999-857b-4e75-a9a8-b7ee2e99cb69} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.668882 [ 5 ] {7936c999-857b-4e75-a9a8-b7ee2e99cb69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.669350 [ 5 ] {7936c999-857b-4e75-a9a8-b7ee2e99cb69} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.09.19 00:44:00.669797 [ 5 ] {7936c999-857b-4e75-a9a8-b7ee2e99cb69} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.669929 [ 5 ] {7936c999-857b-4e75-a9a8-b7ee2e99cb69} executeQuery: Read 1112 rows, 89.80 KiB in 0.00207 sec., 537198.0676328503 rows/sec., 42.37 MiB/sec. 2025.09.19 00:44:00.669967 [ 5 ] {7936c999-857b-4e75-a9a8-b7ee2e99cb69} TCPHandler: Processed in 0.002233579 sec. 2025.09.19 00:44:00.670088 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:00.670180 [ 5 ] {f91856cf-c80f-41db-852c-8529aa127d3a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:44:00.670220 [ 5 ] {f91856cf-c80f-41db-852c-8529aa127d3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:44:00.670705 [ 5 ] {f91856cf-c80f-41db-852c-8529aa127d3a} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.670742 [ 5 ] {f91856cf-c80f-41db-852c-8529aa127d3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.671153 [ 5 ] {f91856cf-c80f-41db-852c-8529aa127d3a} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.09.19 00:44:00.671560 [ 5 ] {f91856cf-c80f-41db-852c-8529aa127d3a} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.671689 [ 48 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.09.19 00:44:00.671696 [ 5 ] {f91856cf-c80f-41db-852c-8529aa127d3a} executeQuery: Read 205 rows, 12.32 KiB in 0.001534 sec., 133637.5488917862 rows/sec., 7.84 MiB/sec. 2025.09.19 00:44:00.671748 [ 48 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.671761 [ 5 ] {f91856cf-c80f-41db-852c-8529aa127d3a} TCPHandler: Processed in 0.001722503 sec. 2025.09.19 00:44:00.671781 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.671880 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:00.671890 [ 197 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::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.09.19 00:44:00.671977 [ 5 ] {7c580ec1-359b-43ee-8a3b-b30898bf6824} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.19 00:44:00.671998 [ 197 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:44:00.672016 [ 5 ] {7c580ec1-359b-43ee-8a3b-b30898bf6824} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.19 00:44:00.672178 [ 197 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 289 rows starting from the beginning of the part 2025.09.19 00:44:00.672246 [ 197 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 207 rows starting from the beginning of the part 2025.09.19 00:44:00.672297 [ 197 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 61 rows starting from the beginning of the part 2025.09.19 00:44:00.672345 [ 197 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 205 rows starting from the beginning of the part 2025.09.19 00:44:00.672391 [ 197 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 63 rows starting from the beginning of the part 2025.09.19 00:44:00.672438 [ 197 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 205 rows starting from the beginning of the part 2025.09.19 00:44:00.672630 [ 5 ] {7c580ec1-359b-43ee-8a3b-b30898bf6824} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.672741 [ 5 ] {7c580ec1-359b-43ee-8a3b-b30898bf6824} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.673148 [ 5 ] {7c580ec1-359b-43ee-8a3b-b30898bf6824} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.19 00:44:00.673314 [ 190 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 1030 rows, containing 5 columns (5 merged, 0 gathered) in 0.001464029 sec., 703537.9763652222 rows/sec., 45.97 MiB/sec. 2025.09.19 00:44:00.673562 [ 5 ] {7c580ec1-359b-43ee-8a3b-b30898bf6824} oximeter.fields_u32 (706940ea-815b-4cd1-81fc-7f551524c84a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.673605 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.09.19 00:44:00.673709 [ 5 ] {7c580ec1-359b-43ee-8a3b-b30898bf6824} executeQuery: Read 212 rows, 14.00 KiB in 0.001749 sec., 121212.12121212122 rows/sec., 7.82 MiB/sec. 2025.09.19 00:44:00.673747 [ 5 ] {7c580ec1-359b-43ee-8a3b-b30898bf6824} TCPHandler: Processed in 0.001916405 sec. 2025.09.19 00:44:00.673855 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:00.673947 [ 5 ] {6bffffda-6f1a-4381-b14c-20ae9651d195} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.19 00:44:00.673986 [ 5 ] {6bffffda-6f1a-4381-b14c-20ae9651d195} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.19 00:44:00.674264 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_151_30} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.674343 [ 201 ] {8bd64947-8821-418a-9a8d-66cbb81d0d58::all_1_151_30} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.09.19 00:44:00.674423 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.09.19 00:44:00.674446 [ 5 ] {6bffffda-6f1a-4381-b14c-20ae9651d195} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.674482 [ 5 ] {6bffffda-6f1a-4381-b14c-20ae9651d195} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.674886 [ 5 ] {6bffffda-6f1a-4381-b14c-20ae9651d195} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:44:00.675291 [ 5 ] {6bffffda-6f1a-4381-b14c-20ae9651d195} oximeter.fields_u8 (f8db6fba-2672-496b-8c06-1e2b866181bb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.675424 [ 5 ] {6bffffda-6f1a-4381-b14c-20ae9651d195} executeQuery: Read 211 rows, 12.27 KiB in 0.001494 sec., 141231.59303882194 rows/sec., 8.02 MiB/sec. 2025.09.19 00:44:00.675461 [ 5 ] {6bffffda-6f1a-4381-b14c-20ae9651d195} TCPHandler: Processed in 0.001655522 sec. 2025.09.19 00:44:00.675565 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:00.675659 [ 5 ] {e385286b-79d3-48f1-b61a-af613c2df770} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:44:00.675697 [ 5 ] {e385286b-79d3-48f1-b61a-af613c2df770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:44:00.676349 [ 5 ] {e385286b-79d3-48f1-b61a-af613c2df770} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.676386 [ 5 ] {e385286b-79d3-48f1-b61a-af613c2df770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.676858 [ 5 ] {e385286b-79d3-48f1-b61a-af613c2df770} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.09.19 00:44:00.677320 [ 5 ] {e385286b-79d3-48f1-b61a-af613c2df770} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.677451 [ 5 ] {e385286b-79d3-48f1-b61a-af613c2df770} executeQuery: Read 679 rows, 48.47 KiB in 0.001809 sec., 375345.4947484798 rows/sec., 26.16 MiB/sec. 2025.09.19 00:44:00.677489 [ 5 ] {e385286b-79d3-48f1-b61a-af613c2df770} TCPHandler: Processed in 0.001973506 sec. 2025.09.19 00:44:00.677597 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:00.677691 [ 5 ] {4f9fe280-9592-4261-84d1-99f59d4e2947} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.09.19 00:44:00.677734 [ 5 ] {4f9fe280-9592-4261-84d1-99f59d4e2947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.09.19 00:44:00.678088 [ 5 ] {4f9fe280-9592-4261-84d1-99f59d4e2947} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.678125 [ 5 ] {4f9fe280-9592-4261-84d1-99f59d4e2947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.678529 [ 5 ] {4f9fe280-9592-4261-84d1-99f59d4e2947} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.19 00:44:00.678932 [ 5 ] {4f9fe280-9592-4261-84d1-99f59d4e2947} oximeter.measurements_bool (49ae87df-58b2-4470-be90-a2de9601d33d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.679065 [ 5 ] {4f9fe280-9592-4261-84d1-99f59d4e2947} executeQuery: Read 6 rows, 321.00 B in 0.001392 sec., 4310.3448275862065 rows/sec., 225.20 KiB/sec. 2025.09.19 00:44:00.679102 [ 5 ] {4f9fe280-9592-4261-84d1-99f59d4e2947} TCPHandler: Processed in 0.001554591 sec. 2025.09.19 00:44:00.679200 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:00.679292 [ 5 ] {248f01c8-3253-44f9-ac96-a0b7bc6baa16} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:44:00.679333 [ 5 ] {248f01c8-3253-44f9-ac96-a0b7bc6baa16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:44:00.679764 [ 5 ] {248f01c8-3253-44f9-ac96-a0b7bc6baa16} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.679800 [ 5 ] {248f01c8-3253-44f9-ac96-a0b7bc6baa16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.680229 [ 5 ] {248f01c8-3253-44f9-ac96-a0b7bc6baa16} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.09.19 00:44:00.680632 [ 5 ] {248f01c8-3253-44f9-ac96-a0b7bc6baa16} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.680764 [ 5 ] {248f01c8-3253-44f9-ac96-a0b7bc6baa16} executeQuery: Read 314 rows, 21.12 KiB in 0.00149 sec., 210738.25503355704 rows/sec., 13.84 MiB/sec. 2025.09.19 00:44:00.680801 [ 5 ] {248f01c8-3253-44f9-ac96-a0b7bc6baa16} TCPHandler: Processed in 0.001650152 sec. 2025.09.19 00:44:00.680902 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:00.680995 [ 5 ] {1a9dbb74-481d-4edb-baf7-b67d4503a96f} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.19 00:44:00.681038 [ 5 ] {1a9dbb74-481d-4edb-baf7-b67d4503a96f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.19 00:44:00.681344 [ 5 ] {1a9dbb74-481d-4edb-baf7-b67d4503a96f} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.681380 [ 5 ] {1a9dbb74-481d-4edb-baf7-b67d4503a96f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.681815 [ 5 ] {1a9dbb74-481d-4edb-baf7-b67d4503a96f} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.19 00:44:00.682213 [ 5 ] {1a9dbb74-481d-4edb-baf7-b67d4503a96f} oximeter.measurements_f64 (6c4c868b-1619-45a3-a991-1ec2b8e496dd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.682349 [ 5 ] {1a9dbb74-481d-4edb-baf7-b67d4503a96f} executeQuery: Read 1 rows, 69.00 B in 0.001371 sec., 729.3946024799417 rows/sec., 49.15 KiB/sec. 2025.09.19 00:44:00.682385 [ 5 ] {1a9dbb74-481d-4edb-baf7-b67d4503a96f} TCPHandler: Processed in 0.001531471 sec. 2025.09.19 00:44:00.682483 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:00.682574 [ 5 ] {b238137a-2563-4e55-bf7e-e3e4f272920a} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:44:00.682615 [ 5 ] {b238137a-2563-4e55-bf7e-e3e4f272920a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:44:00.682938 [ 5 ] {b238137a-2563-4e55-bf7e-e3e4f272920a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:00.682974 [ 5 ] {b238137a-2563-4e55-bf7e-e3e4f272920a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:00.683375 [ 5 ] {b238137a-2563-4e55-bf7e-e3e4f272920a} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.09.19 00:44:00.683775 [ 5 ] {b238137a-2563-4e55-bf7e-e3e4f272920a} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:00.683905 [ 5 ] {b238137a-2563-4e55-bf7e-e3e4f272920a} executeQuery: Read 104 rows, 6.53 KiB in 0.001348 sec., 77151.3353115727 rows/sec., 4.73 MiB/sec. 2025.09.19 00:44:00.683941 [ 5 ] {b238137a-2563-4e55-bf7e-e3e4f272920a} TCPHandler: Processed in 0.0015067 sec. 2025.09.19 00:44:01.000265 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 408.42 MiB, peak 425.97 MiB, free memory in arenas 0.00 B, will set to 407.17 MiB (RSS), difference: -1.25 MiB 2025.09.19 00:44:04.711215 [ 41 ] {} DNSResolver: Updating DNS cache 2025.09.19 00:44:04.711284 [ 41 ] {} DNSResolver: Updated DNS cache 2025.09.19 00:44:04.942811 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 49861 2025.09.19 00:44:04.943407 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:04.943465 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:04.944091 [ 243 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.19 00:44:04.944619 [ 243 ] {} system.asynchronous_metric_log (0c62cb11-80b2-4f4c-9e7c-9798797b735e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:04.944753 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49861 2025.09.19 00:44:05.108302 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2840 2025.09.19 00:44:05.110931 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:05.110973 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:05.112340 [ 242 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.19 00:44:05.112814 [ 242 ] {} system.query_log (2b9adc55-56f1-49d0-95a7-432df3e07345): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:05.113090 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2840 2025.09.19 00:44:05.248510 [ 222 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:44:05.248571 [ 222 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:44:05.251686 [ 222 ] {} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): 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.09.19 00:44:05.656045 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:05.656315 [ 5 ] {6542ee95-6033-480b-81a2-e43c8d20fdd3} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.19 00:44:05.656417 [ 5 ] {6542ee95-6033-480b-81a2-e43c8d20fdd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.19 00:44:05.657238 [ 5 ] {6542ee95-6033-480b-81a2-e43c8d20fdd3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:05.657278 [ 5 ] {6542ee95-6033-480b-81a2-e43c8d20fdd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:05.657774 [ 5 ] {6542ee95-6033-480b-81a2-e43c8d20fdd3} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.09.19 00:44:05.658255 [ 5 ] {6542ee95-6033-480b-81a2-e43c8d20fdd3} oximeter.fields_string (9e4bd44a-880a-4962-a1be-a881e15039c8): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:05.658408 [ 5 ] {6542ee95-6033-480b-81a2-e43c8d20fdd3} executeQuery: Read 178 rows, 16.01 KiB in 0.002165 sec., 82217.09006928407 rows/sec., 7.22 MiB/sec. 2025.09.19 00:44:05.658450 [ 5 ] {6542ee95-6033-480b-81a2-e43c8d20fdd3} TCPHandler: Processed in 0.002577914 sec. 2025.09.19 00:44:05.658565 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:05.658659 [ 5 ] {8dd4b3f7-8aa5-4188-85cf-f2ee3ed631d2} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.19 00:44:05.658699 [ 5 ] {8dd4b3f7-8aa5-4188-85cf-f2ee3ed631d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.19 00:44:05.659141 [ 5 ] {8dd4b3f7-8aa5-4188-85cf-f2ee3ed631d2} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:05.659177 [ 5 ] {8dd4b3f7-8aa5-4188-85cf-f2ee3ed631d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:05.659559 [ 5 ] {8dd4b3f7-8aa5-4188-85cf-f2ee3ed631d2} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.09.19 00:44:05.659999 [ 5 ] {8dd4b3f7-8aa5-4188-85cf-f2ee3ed631d2} oximeter.fields_u16 (8bd64947-8821-418a-9a8d-66cbb81d0d58): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:05.660130 [ 5 ] {8dd4b3f7-8aa5-4188-85cf-f2ee3ed631d2} executeQuery: Read 61 rows, 4.59 KiB in 0.001489 sec., 40967.092008059095 rows/sec., 3.01 MiB/sec. 2025.09.19 00:44:05.660169 [ 5 ] {8dd4b3f7-8aa5-4188-85cf-f2ee3ed631d2} TCPHandler: Processed in 0.001654622 sec. 2025.09.19 00:44:05.660278 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:05.660371 [ 5 ] {dc5ebc1a-ef52-4a46-80f6-816d01afb091} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.19 00:44:05.660409 [ 5 ] {dc5ebc1a-ef52-4a46-80f6-816d01afb091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.19 00:44:05.660833 [ 5 ] {dc5ebc1a-ef52-4a46-80f6-816d01afb091} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:05.660869 [ 5 ] {dc5ebc1a-ef52-4a46-80f6-816d01afb091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:05.661265 [ 5 ] {dc5ebc1a-ef52-4a46-80f6-816d01afb091} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.09.19 00:44:05.661670 [ 5 ] {dc5ebc1a-ef52-4a46-80f6-816d01afb091} oximeter.fields_uuid (822e9601-af4e-42c5-9051-fc90bb73d39d): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:05.661802 [ 5 ] {dc5ebc1a-ef52-4a46-80f6-816d01afb091} executeQuery: Read 125 rows, 10.00 KiB in 0.001449 sec., 86266.3906142167 rows/sec., 6.74 MiB/sec. 2025.09.19 00:44:05.661841 [ 5 ] {dc5ebc1a-ef52-4a46-80f6-816d01afb091} TCPHandler: Processed in 0.001612032 sec. 2025.09.19 00:44:05.661954 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:05.662048 [ 5 ] {5605ddb7-f337-4e65-80cf-68f6dea874bd} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.19 00:44:05.662090 [ 5 ] {5605ddb7-f337-4e65-80cf-68f6dea874bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.19 00:44:05.662490 [ 5 ] {5605ddb7-f337-4e65-80cf-68f6dea874bd} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:05.662526 [ 5 ] {5605ddb7-f337-4e65-80cf-68f6dea874bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:05.662958 [ 5 ] {5605ddb7-f337-4e65-80cf-68f6dea874bd} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.09.19 00:44:05.663362 [ 5 ] {5605ddb7-f337-4e65-80cf-68f6dea874bd} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:05.663483 [ 40 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Selected 5 parts from all_1_149_31 to all_153_153_0 2025.09.19 00:44:05.663494 [ 5 ] {5605ddb7-f337-4e65-80cf-68f6dea874bd} executeQuery: Read 160 rows, 11.41 KiB in 0.001464 sec., 109289.6174863388 rows/sec., 7.61 MiB/sec. 2025.09.19 00:44:05.663539 [ 40 ] {} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:05.663554 [ 5 ] {5605ddb7-f337-4e65-80cf-68f6dea874bd} TCPHandler: Processed in 0.001647882 sec. 2025.09.19 00:44:05.663566 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:05.663673 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_153_32} MergeTask::PrepareStage: Merging 5 parts: from all_1_149_31 to all_153_153_0 into Compact with storage Full 2025.09.19 00:44:05.663678 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:05.663782 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_153_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.19 00:44:05.663791 [ 5 ] {5192ae7c-ef5c-43e2-b9f2-47fbefc92b46} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.19 00:44:05.663813 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_153_32} MergeTreeSequentialSource: Reading 8 marks from part all_1_149_31, total 52469 rows starting from the beginning of the part 2025.09.19 00:44:05.663845 [ 5 ] {5192ae7c-ef5c-43e2-b9f2-47fbefc92b46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09.19 00:44:05.663873 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_153_32} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part 2025.09.19 00:44:05.663918 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_153_32} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 314 rows starting from the beginning of the part 2025.09.19 00:44:05.663959 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_153_32} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 845 rows starting from the beginning of the part 2025.09.19 00:44:05.663997 [ 193 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_153_32} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 314 rows starting from the beginning of the part 2025.09.19 00:44:05.664855 [ 5 ] {5192ae7c-ef5c-43e2-b9f2-47fbefc92b46} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:05.664890 [ 5 ] {5192ae7c-ef5c-43e2-b9f2-47fbefc92b46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:05.665580 [ 5 ] {5192ae7c-ef5c-43e2-b9f2-47fbefc92b46} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.19 00:44:05.666020 [ 5 ] {5192ae7c-ef5c-43e2-b9f2-47fbefc92b46} oximeter.measurements_histogramu64 (f9b0a7d4-85ff-4451-8495-d895223fa8d4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:05.666159 [ 5 ] {5192ae7c-ef5c-43e2-b9f2-47fbefc92b46} executeQuery: Read 61 rows, 111.93 KiB in 0.002385 sec., 25576.51991614256 rows/sec., 45.83 MiB/sec. 2025.09.19 00:44:05.666217 [ 5 ] {5192ae7c-ef5c-43e2-b9f2-47fbefc92b46} TCPHandler: Processed in 0.002587704 sec. 2025.09.19 00:44:05.666337 [ 5 ] {} TCP-Session: 7f5c3d2d-0437-4476-beef-ed0cc370550b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.19 00:44:05.666431 [ 5 ] {1cfc2d8f-0d32-40a8-bbce-6c9d35bf4a51} executeQuery: (from [fd00:1122:3344:101::d]:47364) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.19 00:44:05.666472 [ 5 ] {1cfc2d8f-0d32-40a8-bbce-6c9d35bf4a51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.19 00:44:05.666808 [ 5 ] {1cfc2d8f-0d32-40a8-bbce-6c9d35bf4a51} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:05.666844 [ 5 ] {1cfc2d8f-0d32-40a8-bbce-6c9d35bf4a51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:05.667241 [ 5 ] {1cfc2d8f-0d32-40a8-bbce-6c9d35bf4a51} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.09.19 00:44:05.667653 [ 5 ] {1cfc2d8f-0d32-40a8-bbce-6c9d35bf4a51} oximeter.measurements_u64 (b738a803-748c-4d53-a5f6-a7270b4dec14): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:05.667785 [ 5 ] {1cfc2d8f-0d32-40a8-bbce-6c9d35bf4a51} executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. 2025.09.19 00:44:05.667820 [ 5 ] {1cfc2d8f-0d32-40a8-bbce-6c9d35bf4a51} TCPHandler: Processed in 0.0015335 sec. 2025.09.19 00:44:05.672887 [ 190 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_153_32} MergeTask::MergeProjectionsStage: Merge sorted 54102 rows, containing 5 columns (5 merged, 0 gathered) in 0.009250401 sec., 5848611.319660629 rows/sec., 391.56 MiB/sec. 2025.09.19 00:44:05.673515 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_153_32} MergedBlockOutputStream: filled checksums all_1_153_32 (state Temporary) 2025.09.19 00:44:05.674035 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_153_32} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30): Renaming temporary part tmp_merge_all_1_153_32 to all_1_153_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:05.674104 [ 197 ] {8510b710-3d65-4a45-a837-3f303a94eb30::all_1_153_32} oximeter.measurements_cumulativeu64 (8510b710-3d65-4a45-a837-3f303a94eb30) (MergerMutator): Merged 5 parts: [all_1_149_31, all_153_153_0] -> all_1_153_32 2025.09.19 00:44:05.674165 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2025.09.19 00:44:07.648261 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 783 2025.09.19 00:44:07.667229 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.19 00:44:07.667281 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.09.19 00:44:07.674026 [ 244 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.19 00:44:07.675392 [ 244 ] {} system.metric_log (e79036e7-2c51-45d0-a6d4-7f235fc21f0e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.19 00:44:07.678634 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 783